@charset 'utf-8';
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
legend,
.blind,
caption {
  position: absolute;
  top: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
.mobile-only {
  display: none !important;
}
.pc-only {
  display: block !important;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
hr {
  border: 0;
  border-top: 1px solid #e6e6e6;
  margin: 16px 0;
}
select[disabled] {
  background-color: #f9f9f9;
  cursor: not-allowed;
  color: #babad4;
}
input[readonly] {
  background: #f9f9f9;
  cursor: not-allowed;
  color: #babad4;
}
.btn-medium:disabled,
.btn-medium:hover:disabled {
  border-color: #d6d6d6 !important;
  background-color: #d6d6d6 !important;
  color: #fff !important;
}
.btn-large:disabled,
.btn-large:hover:disabled {
  border-color: #d6d6d6 !important;
  background-color: #d6d6d6 !important;
  color: #fff !important;
}
select {
  background: url(../../image/component/icon_select_arrow.png) no-repeat right
    center;
  background-size: 20px;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.accordion {
  width: 100%;
}
.border-top {
  border-top: 1px solid #e6e6e6;
}
.border-bottom {
  border-bottom: 1px solid #e6e6e6;
}
.not-border-bottom {
  border-bottom: 0 !important;
}
.t-underline {
  text-decoration: underline;
}
.bgwhite {
  background-color: #fff;
}
.bgcolor {
  background-color: #f9f9f9;
}
.icon-new {
  display: inline-block;
  vertical-align: middle;
  width: 31px;
  height: 14px;
  background: url(../../image/mobile/icon_new.png) center center no-repeat;
  background-size: contain;
}
.icon-sold-out {
  width: 38px;
  height: 18px;
  background: url(../../image/mobile/icon_sold-out.png) center center no-repeat;
  background-size: contain;
  display: inline-block;
}
.icon-sold-out span {
  display: none;
}
.input-regular.unit-add {
  width: calc(100% - 24px);
  margin-right: 4px;
}
textarea.input-regular {
  display: inline-block;
  min-width: 200px;
  min-height: auto;
  height: auto;
  padding: 14px 16px;
  line-height: 1.3;
  border-radius: 10px;
}
.margin-t40 {
  margin-top: 40px !important;
}
.padding-t40 {
  padding-top: 40px !important;
}
a.btn-medium {
  display: inline-block;
  vertical-align: middle;
}
.help-text {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ff8863;
  margin: 8px 0 0;
}
.help-text span {
  color: #14853b;
}

.width312 {
  width: 312px !important;
}

.clamp1 {
  display: -webkit-box;
  line-height: 1.5em;
  max-height: 1.5em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}
.clamp2 {
  display: -webkit-box;
  line-height: 1.5em;
  max-height: 3em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}
.clamp3 {
  display: -webkit-box;
  line-height: 1.5em;
  max-height: 4.5em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}
.clamp4 {
  display: -webkit-box;
  line-height: 1.5em;
  max-height: 6em;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}
.clamp5 {
  display: -webkit-box;
  line-height: 1.5em;
  max-height: 7.5em;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}

/*input-split*/
.input-split2 {
  float: left;
  min-width: calc((100% - 8px) / 2) !important;
  width: calc((100% - 8px) / 2) !important;
  margin: 0;
}
.input-split2 + .input-split2 {
  margin-left: 8px;
}
.input-split3 {
  float: left;
  min-width: calc((100% - 16px) / 3) !important;
  width: calc((100% - 16px) / 3) !important;
  margin: 0;
}
.input-split3 + .input-split3 {
  margin-left: 8px;
}
.input-split4 {
  float: left;
  min-width: calc((100% - 24px) / 4) !important;
  width: calc((100% - 24px) / 4) !important;
  margin: 0;
}
.input-split4 + .input-split4 {
  margin-left: 8px;
}

.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}

.like > a {
  display: block;
  width: 32px;
  height: 32px;
  transition: all 0.5s;
  background: url(../../image/mobile/icon_heart_n.png) center center no-repeat;
  background-size: contain;
  transform: scale(1);
}
.like > a.active {
  background: url(../../image/mobile/icon_heart_s.png) center center no-repeat;
  background-size: contain;
}

/* quantity-change */
.quantity-change {
  width: 96px;
  height: 32px;
  display: flex;
  align-items: center;
  border: solid 1px #e9e9e9;
}
.quantity-change .btn-minus {
  width: 32px;
  height: 32px;
  background: url(../../image/mobile/icon_minus.png) no-repeat center center;
  background-size: 24px;
  text-indent: -5000px;
}
.quantity-change .input {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  border: solid 1px #e9e9e9;
}
.quantity-change .btn-plus {
  width: 32px;
  height: 32px;
  background: url(../../image/mobile/icon_plus.png) no-repeat center center;
  background-size: 24px;
  text-indent: -5000px;
}

/* img-list */
.img-list {
  margin: 0 0 16px;
}
.img-list > ul {
  overflow: hidden;
}
.img-list > ul > li {
  float: left;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  background: url(../../image/mobile/no_image_type_a.png) center center
    no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}
.img-list > ul > li .img-popup {
  margin: 0;
  padding: 0;
}
.img-list > ul > li .img-popup .inner-wrap {
  margin: 0;
  padding: 0;
}
.img-list > ul > li img {
  width: 80px;
  height: 80px;
}

/*인덱스팝업*/
.index-popup {
  min-width: calc(100% - 48px) !important;
  max-width: calc(100% - 48px) !important;
}
.index-popup .btn-split2 {
  width: 50% !important;
}
.index-popup .btn-split2.btn-medium {
  border: 0 !important;
  border-top: 1px solid #e6e6e6 !important;
  border-radius: 0 !important;
}
.index-popup .btn-split2.btn-medium + .btn-split2.btn-medium {
  border-left: 1px solid #e6e6e6 !important;
}
.index-popup .popup-content img {
  width: 100%;
}

/*mobile용*/
.popup {
  min-width: 328px;
  width: auto !important;
  margin-top: 80px;
  left: 50% !important;
  top: 0;
  transform: translate(-50%, 0);
  max-width: 400px !important;
  border-radius: 8px;
}
.popup .inner-wrap {
  padding: 16px;
}
.popup .inner-wrap .popup-header {
  margin-bottom: 24px;
  font-size: 18px;
}
.popup .BTT > ul > li {
  padding: 0;
}

/* full */
.popup.full {
  min-width: auto;
  max-width: 750px !important;
  width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  height: 100%;
  transform: translate(-50%, -50%);
  border-radius: 0;
}
.popup.full > .inner-wrap {
  padding: 44px 0 24px;
  overflow-y: auto;
}
.popup.full .popup-header {
  position: fixed;
  left: 50%;
  top: 0;
  display: block;
  width: 100%;
  transform: translate(-50%, -0);
  z-index: 100;
  max-width: 750px;
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
}
.popup.full .inner-wrap .popup-close {
  position: fixed;
  top: 8px;
  right: 16px;
  z-index: 100;
}

/*temp-content*/
.temp-content {
  position: fixed;
  top: 48px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 750px;
  height: calc(100% - 103px);
  background: #fff;
  padding: 20px 16px 16px;
}
.temp-content pre {
  padding: 16px;
  height: 100%;
  border-radius: 8px;
  background-color: #f9f9f9;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: -0.42px;
  text-align: left;
  color: #909094;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: pre-line;
}

.btn-switch {
  width: 54px !important;
  height: 26px !important;
  border-radius: 50vh;
}
.btn-switch:after {
  width: 22px;
  height: 22px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  background: #fff;
  content: "";
  border-radius: 50vh;
  margin-top: -11px;
  right: 1px;
}
.btn-switch.inactive:after {
  left: 1px !important;
}

.margin-t48 {
  margin-top: 48px !important;
}
.margin-t173 {
  margin-top: 173px !important;
}

/* app-setting */
.app-setting {
  background-color: #fff;
}
.app-setting > ul > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #e6e6e6;
}
.app-setting > ul > li h1 {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.app-setting > ul > li .switch-setting {
  text-align: right;
}

.datepickers-container {
  z-index: 102;
}
.datepicker-here.icon-type {
  background: #ffffff url(../../image/component/icon_date.png) right 8px center
    no-repeat;
  background-size: 16px;
  padding-right: 37px;
}

/*tab-menu*/
.tab-menu .inner-wrap .tab-content {
  height: auto;
  margin-top: 0;
  border: 0;
  padding: 0;
}

/*type-b*/
.tab-menu.type-b {
  background: #ffffff;
  padding: 16px 16px 8px;
}
.tab-menu.type-b .inner-wrap .tab-header {
  position: relative;
  height: 50px;
  border: 0;
  padding: 3px;
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #f6f6f6;
  border-radius: 50vw;
}
.tab-menu.type-b .inner-wrap .tab-header li {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: center;
  color: #a6a6a6;
  border-radius: 50vw;
}
.tab-menu.type-b .inner-wrap .tab-header li + li {
  border-left: 0;
}
.tab-menu.type-b .inner-wrap .tab-header li.active,
.tab-menu.type-b .inner-wrap .tab-header li.active:hover {
  background-color: #14853b;
  color: #fff;
  border: 0;
  box-shadow: 0 4px 15px 0 rgba(18, 89, 25, 0.15);
}
.tab-menu.type-b .inner-wrap .tab-content {
  height: auto;
  margin-top: 0;
  border: 0;
  padding: 0;
}

/* type-c */
.tab-menu.type-c {
  padding: 6px 16px 0;
}
.tab-menu.type-c > .inner-wrap > .tab-header {
  border: 0;
  margin: 0 0 8px;
}
.tab-menu.type-c > .inner-wrap > .tab-header li {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: center;
  color: #a6a6a6;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
}
.tab-menu.type-c > .inner-wrap > .tab-header li.active {
  position: relative;
  border: 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: center;
  background-color: #fff;
  color: #14853b;
  border-bottom: 1px solid #14853b;
}
.tab-menu.type-c > .inner-wrap > .tab-header li.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #14853b;
}

/* tab-menu-pview */
.tab-menu-pview.active {
  padding-top: 40px;
}
.tab-menu-pview .tab-header {
  display: table;
  width: 100%;
  table-layout: fixed;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
}
.tab-menu-pview .tab-header li {
  transition: all 0.5s;
  display: table-cell;
  color: #161616;
  vertical-align: middle;
  cursor: pointer;
  height: 44px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: center;
  color: #c6c6c9;
  border: 0;
}
.tab-menu-pview .tab-header li.active {
  border: 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: center;
  background-color: #fff;
  color: #14853b;
  border-bottom: 2px solid #14853b;
}
.tab-menu-pview .tab-header li a {
  color: #c6c6c9;
}
.tab-menu-pview .tab-header li.active a {
  font-weight: bold;
  color: #14853b;
}
.tab-menu-pview .tab-content {
  width: 100%;
  background: #fff;
  margin-top: 0;
  border: 0;
  padding: 0;
}
.tab-menu-pview .tab-content > div {
  display: none;
  font-size: 13px;
}
.tab-menu-pview .tab-content > div.active {
  display: block;
}
.pv-content {
  padding: 24px 16px;
}

/* category-slider */
.category-slider {
  position: relative;
  padding: 0 0 0 16px;
  width: 100%;
  height: 50px;
  border: 0;
  margin-bottom: 0;
}
.category-slider:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: #d6d6d6;
}
.category-slider .swiper-container .swiper-wrapper .swiper-slide .category {
  font-size: 13px;
  color: #a6a6a6;
  line-height: 50px;
  padding: 9px 0 16px;
  margin: 0 16px 0 0;
  font-weight: 500;
}
.category-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .category.active {
  font-weight: 600;
  color: #56a120;
  border-bottom: 2px solid #56a120;
}

/* search-type1 */
.search-type1 {
  padding: 16px 16px 0;
  background-color: #fff;
}
.search-type1 form {
  padding: 0 0 16px;
  display: flex;
  border-bottom: 1px solid #e6e6e6;
}
.search-type1 select.input-regular {
  min-width: 120px;
}
.search-type1 .search-regular {
  width: calc(100% - 120px);
  padding-left: 8px;
}
.search-type1 .search-regular .input-regular {
  width: 100%;
}

/* btn-switch 제거 */
.theme1-c-btn:not(.btn-switch):hover {
  background-color: #14853b !important;
  color: #fff !important;
  border: 1px solid #14853b !important;
}
.theme1-c-btn.line:not(.btn-switch):hover {
  background-color: #fff !important;
  color: #14853b !important;
  border: 1px solid #14853b !important;
}
.theme2-c-btn.line:not(.btn-switch):hover {
  background-color: #ffa023 !important;
  color: #fff !important;
  border: 1px solid #ffa023 !important;
}
.theme2-c-btn.line:not(.btn-switch):hover {
  background-color: #fff !important;
  color: #ffa023 !important;
  border: 1px solid #ffa023 !important;
}
.theme3-c-btn.line:not(.btn-switch):hover {
  background-color: #00c993 !important;
  color: #fff !important;
  border: 1px solid #00c993 !important;
}
.theme3-c-btn.line:not(.btn-switch):hover {
  background-color: #fff !important;
  color: #00c993 !important;
  border: 1px solid #00c993 !important;
}
.btn-small:not(.btn-switch):hover,
.btn-regular:not(.btn-switch):hover,
.btn-medium:not(.btn-switch):hover,
.btn-large:not(.btn-switch):hover {
  border: solid 1px #d6d6d6;
  background-color: #fff;
  color: #565656;
}

/*======================================
1. 공통 요소 영역 (헤더/푸터/퀵메뉴 등)
======================================*/
html {
  width: 100%;
}
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
#sb-site {
  width: 100%;
}
#wrapper {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  padding: 48px 0 55px;
}

#content {
  width: 100%;
  min-height: 524px;
  padding-bottom: 24px;
}

.left-menu {
  display: none;
}

/* 헤더 */
#header {
  position: fixed;
  left: 50%;
  top: 0;
  display: block;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 750px;
  height: 48px;
  border-bottom: 1px solid #d6d6d6;
  background-color: #ffffff;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 16px;
}
#header .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 16px;
}
#header .right > a {
  margin-left: 8px;
}
#header > h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  transform: translate(-50%, -50%);
  display: none;
  width: 40px;
  height: 51px;
}
#header > h1 a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../../image/mobile/logo.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
}
#header > h1.active {
  display: inline-block;
}
#header .back {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_back.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
  margin-top: 0;
}
#header .back.not {
  display: none;
}
/*alirm*/
#header .alirm {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_alirm.png) center center no-repeat;
  background-size: contain;
}
#header .alirm.new {
  background: url(../../image/mobile/icon_alirm_new.png) center center no-repeat;
  background-size: contain;
}
/*menu*/
#header .menu {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_menu.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
}
#header .menu.not {
  display: none;
}

/* 푸터 */
#footer {
  display: none;
  width: 100%;
}
#footer .toggle-btn {
  display: block;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: -0.6px;
  text-align: left;
  color: #868686;
  padding: 13px 40px 32px;
}
#footer .toggle-btn:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url(../../image/component/icon_accordion_arrow_down.png) no-repeat
    left top;
  background-size: cover;
  margin: -3px 0 0 8px;
}
#footer.on .toggle-btn:after {
  background: url(../../image/component/icon_accordion_arrow_up.png) no-repeat
    left top;
  background-size: cover;
}
#footer .toggle-box {
  transition: height 0ms 400ms, opacity 400ms 0ms;
  overflow: hidden;
  height: 0;
  opacity: 0;
}
#footer.on .toggle-box {
  height: auto;
  opacity: 1;
  background: #ffffff;
  padding: 16px 40px 24px;
  text-align: left;
  font-size: 12px;
  color: #b6b6b6;
  margin: 0 0 24px;
  border-radius: 8px;
  line-height: 1.8;
  letter-spacing: -0.6px;
  font-weight: 400;
}
#footer .toggle-box h2 {
  margin: 4px 0 8px;
  line-height: 1;
  height: 18px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.6px;
  color: #868686;
}
#footer .toggle-box ul + h2 {
  margin-top: 16px;
}
#footer .toggle-box li.tel a {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #14853b;
}
#footer .toggle-box li {
  color: #b6b6b6;
  margin: 4px 0 0;
}
#footer .toggle-box span {
  display: inline-block;
  color: #b6b6b6;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.6px;
}
#footer .toggle-box span + span {
  margin-left: 8px;
}
#footer .toggle-box a {
  color: #b6b6b6;
}
#footer .copyright {
  text-align: center;
  height: 18px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.6px;
  color: #d6d6d6;
}

/* to-top */
#to-top {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 50;
}
#to-top a {
  display: inline-block;
  width: 82px;
  height: 82px;
  background: url(../../image/mobile/to_top.png) center center no-repeat;
  background-size: contain;
}

/* 하단 네비게이션 바 */
.footer-fixed-menu {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 50;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 750px;
  background-color: #fff;
  border-top: 1px solid #d6d6d6;
  padding: 0 16px;
}
.footer-fixed-menu ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.footer-fixed-menu li {
  display: table-cell;
  vertical-align: middle;
  height: 55px;
  text-align: center;
}
.footer-fixed-menu li a {
  display: block;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #a6a6a6;
}
.footer-fixed-menu li a.active {
  font-weight: bold;
  color: #14853b;
}
.footer-fixed-menu li a:before {
  content: "";
  display: block;
  margin: 0 auto 4px;
  width: 24px;
  height: 24px;
  background-size: contain !important;
}
.footer-fixed-menu li.n1 a:before {
  background: url(../../image/mobile/gnb_1.png) no-repeat;
}
.footer-fixed-menu li.n2 a:before {
  background: url(../../image/mobile/gnb_2.png) no-repeat;
}
.footer-fixed-menu li.n3 a:before {
  background: url(../../image/mobile/gnb_3.png) no-repeat;
}
.footer-fixed-menu li.n4 a:before {
  background: url(../../image/mobile/gnb_4.png) no-repeat;
}

.footer-fixed-menu li.n1 a.active:before {
  background: url(../../image/mobile/gnb_1_active.png) no-repeat;
}
.footer-fixed-menu li.n2 a.active:before {
  background: url(../../image/mobile/gnb_2_active.png) no-repeat;
}
.footer-fixed-menu li.n3 a.active:before {
  background: url(../../image/mobile/gnb_3_active.png) no-repeat;
}
.footer-fixed-menu li.n4 a.active:before {
  background: url(../../image/mobile/gnb_4_active.png) no-repeat;
}

/*========== 컨텐츠 공용 시작 ==========*/
/*swiper*/
.slider .swiper-container {
  height: auto;
}
.swiper-slide {
  box-sizing: border-box;
}
.product-img .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 55.55%;
  height: 0;
  overflow: hidden;
}
.product-img .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-btn-prev {
  z-index: 10;
  position: absolute;
  width: 24px;
  height: 24px;
  cursor: pointer;
  top: 50%;
  margin-top: -12px;
  left: 16px;
  background: url(../../image/mobile/r_prev.png) no-repeat 0 0;
  background-size: contain;
}
.slider-btn-next {
  z-index: 10;
  position: absolute;
  width: 24px;
  height: 24px;
  cursor: pointer;
  top: 50%;
  margin-top: -12px;
  right: 16px;
  background: url(../../image/mobile/r_next.png) no-repeat 0 0;
  background-size: contain;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 12px;
}
.swiper-pagination-bullet.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #111;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-pagination {
  max-width: 750px;
  width: 100%;
}

.list-empty {
  padding: 126px 0;
  text-align: center;
}
.list-empty img {
  width: 80px;
  height: 80px;
}
.list-empty p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #a6a6a6;
  margin: 8px 0 0;
  letter-spacing: normal;
}
.list-empty.small {
  padding: 24px 0;
}
.list-empty.large {
  padding: 205px 0;
}

/*서브타이틀*/
.sub-title-area h1 {
  position: fixed;
  top: 0;
  left: 50%;
  width: 200px;
  transform: translate(-50%, 0);
  max-width: 750px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  z-index: 100;
}

/*결과*/
.result-area {
  padding: 0 16px;
  text-align: center;
  background: #fff;
  overflow: hidden;
}
.result-area .icon-result {
  display: block;
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background: url(../../image/mobile/icon_result_chk.png) center center
    no-repeat;
  background-size: contain;
}
.result-area h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.54px;
  text-align: center;
}
.result-area p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #9e9ea2;
  margin: 16px 0 0;
}
.result-area p strong {
  font-weight: bold;
  color: #868686;
}
.result-area .btn-large {
  display: block;
  width: 100%;
  margin: 124px auto 0;
}
.result-area .text-decoration {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.33px;
  text-align: center;
  color: #a6a6a6;
  margin-top: 16px;
  display: block;
  text-decoration: underline;
}
.result-area .BTT > ul {
  padding: 0;
}
.result-area .logo {
  width: auto;
  height: 100px;
  margin: 142px 0 40px;
}

/*board-list-area*/
.board-list-area {
  background: #fff;
  padding: 16px 16px 0;
}
.board-list-area > .board-list-header {
  clear: both;
}
.board-list-area ul {
  display: table;
  width: 100%;
}
.board-list-area ul li {
  display: table-cell;
  vertical-align: middle;
}
.board-list-area ul li.num {
  width: 14%;
}
.board-list-area ul li.chk {
  width: 12%;
}
.board-list-area ul li.date {
  width: 20%;
}
.board-list-area ul li.status {
  width: 20%;
}
.board-list-area ul li.term {
  width: 20%;
}
.board-list-area ul li.price {
  width: 22%;
}
.board-list-area ul li.split2 {
  width: 50%;
}
.board-list-area ul li.split3 {
  width: 33.3%;
}
.board-list-area ul li.split4 {
  width: 25%;
}
.board-list-area ul li.split5 {
  width: 20%;
}
.board-list-area ul li.split6 {
  width: 16.66%;
}
.board-list-area ul li.split7 {
  width: 14.28%;
}
.board-list-area .board-list-header ul li {
  padding: 10px 0;
  text-align: center;
  font-size: 10px;
  color: #a6a6a6;
  background: #f9f9f9;
}
.board-list-area .board-list-header > div {
  width: 100%;
  display: block;
  height: auto;
  background: #f9f9f9;
  padding: 0;
}
.board-list-content > div {
  position: relative;
  width: 100%;
  display: block;
  height: auto;
  background: #fff;
  padding: 0;
  border-bottom: 1px solid #e6e6e6;
}
.board-list-content > div > ul > li {
  padding: 8px 0;
  height: 50px;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.33px;
  text-align: center;
  color: #a6a6a6;
}
.board-list-content > div > ul > li.subject {
  padding-left: 4px;
}
.board-list-content > div > ul > li.subject a {
  text-align: left;
  overflow: hidden;
  display: block;
}
.board-list-content > div > ul > li.subject > a p {
  float: left;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.65px;
  text-align: left;
  color: #565656;
  max-width: 95%;
  display: -webkit-box;
  line-height: 1.5em;
  height: 1.5em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}
.board-list-content > div > ul > li.subject > a p:hover {
  text-decoration: underline;
}
.board-list-content > div > ul > li.subject > a .comn {
  float: left;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #14853b;
  margin: 0 0 0 8px;
}
.board-list-content > div > ul > li.status span {
  font-weight: 600;
  color: #a6a6a6;
}
.board-list-content > div > ul > li.term {
  text-align: right;
}
.board-list-content > div > ul > li.term span {
  display: block;
  color: #a6a6a6;
}
.board-list-content > div.notice .num {
  font-weight: bold;
  color: #14853b;
}
.board-list-content > div.notice ul > li.subject > a p {
  font-weight: 500;
}
.board-list-area .btn-group-area {
  display: flex;
  justify-content: flex-end;
  padding: 16px 0 0;
}
.board-list-area .btn-group-area .btn-regular {
}

/* board-file */
.board-file {
  margin: 16px 0 0;
}
.board-file a {
  display: inline-block;
  height: 32px;
  padding: 0 8px;
  border-radius: 4px;
  border: solid 1px #d6d6d6;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 30px;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.board-file a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: -3px 8px 0 0;
  background: url(../../image/mobile/icon_download.png) no-repeat;
  background-size: contain;
}
.board-file + .board-file {
  margin: 8px 0 0;
}

/* 게시판형 faq */
.board-list-content .accordion {
  width: auto;
}
.board-list-content .accordion:first-child {
  margin: -16px 0 0;
}
.board-list-content .accordion > ul > li {
  height: auto;
  position: relative;
  background: #fff;
  padding: 16px;
}
.board-list-content .accordion > ul > li p {
  width: calc(100% - 32px);
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
  color: #161616;
  text-decoration: none;
  cursor: pointer;
  display: -webkit-box;
  line-height: 1.5em;
  height: 1.5em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.board-list-content .accordion .num {
  width: 10%;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.board-list-content .accordion > ul > li p:after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  background: url(../../image/component/icon_accordion_arrow_down.png) no-repeat
    0 0;
  background-size: contain;
  opacity: 0.3;
}
.board-list-content .accordion .accordion-content {
  background: #fff;
  width: 100%;
  transition: height 0ms 400ms, opacity 400ms 0ms;
  overflow: hidden;
  height: 0;
  min-height: 0;
  opacity: 0;
}
.board-list-content .accordion.active .accordion-content {
  border-top: 1px solid #e9e9e9;
  background-color: #f9f9f9;
  height: auto;
  opacity: 1;
}
.board-list-content .accordion.active > ul > li p:after {
  background: url(../../image/component/icon_accordion_arrow_up.png) no-repeat 0
    0;
  background-size: contain;
}
.board-list-content .accordion .accordion-content {
  position: relative;
  background-color: #fff;
  min-height: auto;
}
.board-list-content .accordion .accordion-content p {
  padding: 16px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: #565656;
}
.board-list-content .accordion .accordion-content img {
  display: block;
  max-width: 100%;
  margin: 0 0 8px;
}

/* board-list */
.board-list {
  background-color: #fff;
}
.board-list > ul > li {
  position: relative;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  padding: 16px;
}
.board-list > ul > li.out:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.board-list .info {
  width: 100%;
}
.board-list .info a {
  display: block;
}
.board-list .info a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_arrow.png) no-repeat 0 0;
  background-size: contain;
  opacity: 0.5;
}
.board-list .info .datetime {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #a6a6a6;
}
.board-list .subject {
  margin-right: 44px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.64px;
  text-align: left;
  color: #191923;
}
.board-list .date-status {
  display: flex;
  align-items: center;
  margin: 4px 0 0;
}
.board-list .date-status .date {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.48px;
  text-align: left;
  color: #76768e;
}
.board-list .date-status .status {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #565656;
  margin-left: 8px;
}
.board-list + .btn-group-area {
  padding: 8px 16px;
}

/*검색*/
.board-search {
  position: relative;
  background: #fff;
  overflow: hidden;
  padding: 16px 16px 0;
}
.board-search select.input-regular {
  float: left;
  min-width: 120px;
}
.board-search input.input-regular {
  float: left;
  width: calc(100% - 128px);
  margin-left: 8px;
}
.board-search button {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 24px;
  height: 24px;
  border: 0;
  background: url(../../image/mobile/icon_search.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
}
.board-search:after {
  content: "";
  clear: both;
  display: block;
  padding-top: 16px;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}
/* type-b */
.board-search.type-b select.input-regular {
  float: left;
  min-width: calc(50% - 4px);
  width: calc(50% - 4px);
}
.board-search.type-b select.input-regular + select.input-regular {
  margin-left: 8px;
}
.board-search.type-b input.input-regular {
  min-width: 100%;
  width: 100%;
  margin: 8px 0 0;
}
.board-search.type-b button {
  top: 65px;
}

/* faq */
.accordion.faq {
  background: #fff;
  padding: 24px 16px 0;
  width: 100%;
}
.accordion.faq .inner-wrap > ul > li {
  border-bottom: 1px solid #e9e9e9;
}
.accordion.faq .inner-wrap > ul > li .accordion-header {
  position: relative;
  height: auto;
  padding: 16px 32px 16px 8px;
  border-bottom: 0;
}
.accordion.faq .inner-wrap > ul > li .accordion-header:before {
  position: absolute;
  left: 0;
  top: 17px;
  content: "Q.";
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #a6a6a6;
}
.accordion.faq .inner-wrap > ul > li .accordion-header p {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  display: -webkit-box;
  line-height: 1.5em;
  height: 1.5em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
  transition: height 0ms 400ms;
}
.accordion.faq .inner-wrap > ul > li.active .accordion-header p {
  display: flex;
  height: auto;
}
.accordion.faq .inner-wrap > ul > li .accordion-header > p:after {
  right: 0;
  top: 14px;
  margin-top: 0;
}
.accordion.faq .inner-wrap > ul > li .accordion-content {
  position: relative;
  background-color: #fff;
  padding-left: 8px;
  border-bottom: 0;
  min-height: 0;
}
.accordion.faq .inner-wrap > ul > li .accordion-content:before {
  position: absolute;
  left: 0;
  top: 15px;
  content: "A.";
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #121f63;
}
.accordion.faq .inner-wrap > ul > li .accordion-content p {
  padding: 12px 0 16px 16px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.accordion.faq .inner-wrap > ul > li .accordion-content img {
  display: block;
  max-width: 100%;
  margin: 16px 0 0;
}

/*게시판 보기*/
.board-view-area {
  background: #fff;
  padding: 0 16px;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
}
.board-view-area .header {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 16px 0;
}
.board-view-area .header.arrow {
  padding-right: 36px;
  background: url(../../image/mobile/icon_arrow.png) no-repeat right center;
  background-size: 24px;
  border-bottom: 0;
  padding-top: 8px;
}
.board-view-area .header h1 {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #1b1b24;
  word-break: keep-all;
}
.board-view-area .header .info {
  margin: 8px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.board-view-area .header .info ul {
  display: flex;
  align-items: center;
}
.board-view-area .header .info li {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
  margin: 0 8px 0 0;
}
.board-view-area .header .info li a {
  font-size: 14px;
  color: #a6a6a6;
  text-decoration: underline;
}
.board-view-area .header .info li.secret {
  width: 18px;
  height: 16px;
  background: url(../../image/mobile/icon_secret.png) no-repeat;
  background-size: contain;
}
.board-view-area .header .info .name-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.board-view-area .header .info .name-btn .name {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #909094;
}
.board-view-area .header .info .name-btn .btn-regular {
  height: 35px;
  line-height: 33px;
  margin-left: 8px;
}
.board-view-area .content {
  padding: 16px 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: -0.56px;
  text-align: left;
  color: #1b1b24;
  word-break: break-all;
}
.board-view-area .content.small {
  min-height: 100px;
}
.board-view-area .content img {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}
.board-view-area .editor-input {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.board-view-area .img img {
  max-width: 100%;
  height: auto;
}
.board-view-area .swiper-container {
  margin: 16px 0 0;
}
.board-view-area .swiper-container .swiper-slide {
  position: relative;
  width: 100px !important;
  padding-bottom: 100px !important;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}
.board-view-area .swiper-container .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}

/*답변*/
.board-view-area .re-header {
  text-align: center;
  height: 32px;
  line-height: 32px;
  background-color: #f3f3f3;
  font-size: 12px;
  font-weight: 500;
  color: #767676;
}

/*board-re*/
.board-re > h1 {
  background-color: #f9f9f9;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 16px;
  color: #909094;
  border-top: 1px solid #e6e6e6;
}
.board-re > div {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: -0.56px;
  text-align: left;
  color: #1b1b24;
  padding: 16px 0;
}

/* 댓글 작성 */
.board-comment-area {
  width: 100%;
  height: auto;
  background: #fff;
  overflow: hidden;
  margin: 32px 0 0;
}
.board-comment-area h1 {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.48px;
  text-align: left;
  color: #161616;
  margin-bottom: 12px;
}
.board-comment-write {
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
  margin-top: 24px;
  padding: 0 16px 16px;
}
.board-comment-write textarea {
  width: 100%;
  height: 120px;
  border: solid 1px #e6e6e6;
  border-radius: 4px;
  padding: 10px 12px;
}
.board-comment-write .btn-group-area {
  margin: 16px 0 0;
  padding: 0;
}

.board-comment-list {
  width: 100%;
  height: auto;
  border-top: 1px solid #e6e6e6;
}
.board-comment-list > div {
  width: 100%;
  height: auto;
}
.board-comment-list > div > ul {
  display: inline-block;
  width: 100%;
  height: auto;
}
.board-comment-list > div > ul > li {
  display: inline-block;
  width: 100%;
  height: auto;
}
.board-comment-list > div > ul > li > .comment-box {
  width: 100%;
  height: auto;
  padding: 16px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.board-comment-list > div > ul > li .comment-top-area {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: -4px 0 0;
}
.board-comment-list > div > ul > li .comment-top-area > ul.comment-info {
  display: block;
  float: left;
}
.board-comment-list .comment-btn {
  display: block;
  float: right;
  position: relative;
  margin-right: -8px;
}
.board-comment-list .comment-btn:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_cm_btn.png) no-repeat;
  background-size: contain;
  cursor: pointer;
}
.board-comment-list .comment-btn ul {
  display: none;
}
.board-comment-list .comment-btn.active ul {
  display: block;
  position: absolute;
  top: 16px;
  right: 8px;
  width: 88px;
  height: 105px;
  margin: 0 0 0 60px;
  padding: 8px 0 16px 16px;
  border-radius: 8px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  z-index: 1;
}
.board-comment-list .comment-btn li button {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.65px;
  text-align: left;
  color: #868686;
}
.board-comment-list .comment-btn li + li {
  margin-top: 8px;
}
.board-comment-list .comment-btn li button:hover {
  text-decoration: underline;
}
.board-comment-list > div > ul > li .comment-top-area > ul.comment-info li {
  display: inline-block;
  margin-right: 12px;
}
.board-comment-list .comment-top-area > ul.comment-info li {
  font-size: 11px;
  color: #a6a6a6;
}
.board-comment-list .comment-top-area > ul.comment-info li.userid {
  color: #565656;
}
.board-comment-list > div > ul > li .comment-content-area {
  width: 100%;
  display: block;
  height: auto;
}
.board-comment-list > div > ul > li .comment-content-area > p {
  width: 100%;
  height: auto;
  line-height: 1.46;
  display: block;
  color: #161616;
  font-size: 13px;
  padding: 4px 0;
}
.board-comment-list > div > ul > li .bottom-btn button {
  font-size: 12px;
  color: #b6b6b6;
  margin: 0 16px 0 0;
}
.board-comment-list > div > ul > li .comment-reply-write {
  width: 100%;
  height: auto;
  padding: 12px 12px 16px 44px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  background: #f9f9f9 url(../../image/mobile/icon_re.png) 16px 12px no-repeat;
  background-size: 24px;
}
.board-comment-list > div > ul > li .comment-reply-write:before {
}
.board-comment-list > div > ul > li .comment-reply-write textarea {
  width: 100%;
  height: 120px;
}
.board-comment-list > div > ul > li .comment-reply-write .btn-group-area {
  margin: 16px 0 0;
  padding: 0;
}
.board-comment-list > div > ul > li .comment-reply-write .btn-regular {
  width: calc(50% - 5px);
  height: 44px;
  line-height: 42px;
  border-radius: 22px;
  font-size: 13px;
  margin: 0;
}
.board-comment-list .comment-reply-write .btn-regular + .btn-regular {
  margin: 0 0 0 8px;
}
.board-comment-list > div > ul > li > .comment-box.re {
  width: 100%;
  height: auto;
  padding: 12px 12px 12px 44px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  background: url(../../image/mobile/icon_re.png) 16px 12px no-repeat;
  background-size: 24px;
}
.board-comment-list > .comment-box.re .comment-content-area > p {
  color: #868686;
}
.comment-content-area ul {
  display: flex;
  margin: 8px 0;
}
.comment-content-area li.tit {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
  color: #a6a6a6;
  width: 64px;
  height: 18px;
}
.comment-content-area li.con {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.65px;
  text-align: left;
  color: #161616;
  width: calc(100% - 64px);
  padding-left: 8px;
}

/* table-type-area */
.table-type-area {
  background: #fff;
}
.table-type-area > ul {
  padding: 0 16px 24px;
  border-top: 0;
}
.table-type-area > ul > li {
  display: table;
  width: 100%;
  margin: 0;
  height: 36px;
  border: 1px solid #e6e6e6;
}
.table-type-area > ul > li + li {
  border-top: 0;
}
.table-type-area > ul > li > * {
  display: table-cell;
  vertical-align: middle;
}
.table-type-area > ul > li > .title {
  background: #f9f9f9;
  font-size: 12px;
  font-weight: 400;
  color: #565656;
  width: 100px;
  padding: 12px 0 12px 16px;
}
.table-type-area > ul > li > .title span {
  color: #c8242c;
}
.table-type-area > ul > li > .con {
  text-align: left;
  font-size: 13px;
  color: #161616;
  padding: 12px 12px 12px 16px;
}
.table-type-area > ul > li > .con .input-regular {
  width: 100%;
}
.table-type-area > ul > li > .con .input-regular.btn-add {
  width: calc(100% - 82px);
}
.table-type-area > ul > li > .con .input-regular.btn-add + button {
  width: 74px;
  padding: 0;
  margin-left: 8px;
}
.table-type-area > ul > li > .con textarea.input-regular {
  width: 100%;
}

/* block-type-area */
.block-type-area > ul {
  background: #fff;
  padding: 0 16px;
  text-align: left;
}
.block-type-area > ul > li {
  margin: 16px 0 0;
}
.block-type-area > ul > li > .title {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.block-type-area > ul > li > .title.required::before {
  content: "*";
  display: inline-block;
  color: #e6291f;
  margin-right: 2px;
}
.block-type-area > ul > li > .con {
  margin: 8px 0 0;
  font-size: 13px;
  color: #565656;
}
.block-type-area > ul > li > .con .input-regular {
  width: 100%;
}
.block-type-area > ul > li > .con .input-regular + textarea.input-regular {
  margin-top: 8px;
}
.block-type-area > ul > li > .con .input-regular.btn-add {
  width: calc(100% - 82px);
}
.block-type-area > ul > li > .con .input-regular.btn-add + button {
  width: 74px;
  padding: 0;
  margin-left: 8px;
}
.block-type-area > ul > li > .con textarea.input-regular {
  width: 100%;
}

/* BTT */
.BTT > ul {
  background: #fff;
  text-align: left;
}
.BTT > ul > li {
  padding: 16px 16px 0;
}
.BTT > ul > li > .tit {
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.BTT > ul > li > .tit.required::after {
  content: "*";
  display: inline-block;
  color: #ff8863;
  margin-left: 4px;
}
.BTT > ul > li > .tit.nick:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 2px 0;
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_nick2.png) no-repeat;
  background-size: contain;
}
.BTT > ul > li > .tit.address:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 2px 0;
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_address.png) no-repeat;
  background-size: contain;
}
.BTT > ul > li > .con {
  margin: 8px 0 0;
  font-size: 14px;
  color: #565656;
}
.BTT > ul > li > .con .input-regular {
  width: 100%;
  height: 44px;
  font-size: 14px;
  border-radius: 10px;
}
.BTT > ul > li > .con .input-regular + textarea.input-regular {
  margin-top: 8px;
}
.BTT > ul > li > .con input[type="radio"],
.BTT > ul > li > .con input[type="checkbox"] {
  margin: 0 4px 0 0;
}
.BTT > ul > li > .con .input-regular.btn-add {
  width: calc(100% - 108px);
}
.BTT > ul > li > .con .input-regular.btn-add + button {
  width: 104px;
  height: 44px;
  padding: 0;
  margin-left: 4px;
  font-size: 14px;
  border-radius: 8px;
}
.BTT > ul > li > .con .input-regular.btn-add + button + .input-regular {
  margin: 8px 0 0;
}
.BTT > ul > li > .con .input-regular.unit-add {
  width: calc(100% - 82px);
}
.BTT > ul > li > .con textarea.input-regular {
  width: 100%;
  height: auto;
}
/* type-b */
.BTT.type-b > ul > li {
  display: table;
  width: 100%;
  table-layout: fixed;
  height: 44px;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #fff;
  margin: 0;
}
.BTT.type-b > ul > li > * {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 16px 8px 16px 20px;
}
.BTT.type-b > ul > li .tit {
  width: 120px;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: left;
  color: #565656;
}
.BTT.type-b > ul > li .con {
  width: calc(100% - 120px);
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: left;
  color: #000;
}

/* a-underline-group */
.a-underline-group {
  margin-top: 12px;
  text-align: center;
}
.a-underline-group a {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #9e9ea2;
  margin: 0 8px;
  text-decoration: underline;
}

/* popup-report */
.popup-report {
  width: 320px;
}

/* push-list */
.push-list > button {
  float: right;
  margin: 0 0 8px;
}
.push-list > ul {
  overflow: hidden;
  clear: both;
}
.push-list > ul > li {
  position: relative;
}
.push-list > ul > li a {
  display: block;
  border-bottom: 1px solid #e6e6e6;
  padding: 24px 16px;
  background: #fff;
}
.push-list > ul > li .date {
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.48px;
  text-align: left;
  color: #a6a6a6;
}
.push-list > ul > li .con {
  padding-right: 48px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  word-break: keep-all;
}
.push-list > ul > li .delete {
  position: absolute;
  top: 24px;
  right: 16px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../../image/component/icon_modal_close.png) center center
    no-repeat;
  background-size: contain;
  z-index: 1;
}
.push-list > ul > li.read a {
  background: #f9f9f9;
}
.push-list > ul > li.read .date,
.push-list > ul > li.read .con {
  background: #f9f9f9;
  color: #babad4;
}
.push-list .list-empty {
  padding: 126px 0 306px;
}

/* Login */
.login-area {
  background: #fff;
  padding: 0 24px;
  text-align: center;
  overflow: hidden;
}
.login-area h1 {
  margin: 82px 0;
  line-height: 1;
  text-align: center;
}
.login-area h1 img {
  width: auto;
  height: 100px;
}
.login-area .input-medium {
  width: 100%;
  border-radius: 50px;
}
.login-area .input-large {
  width: 100%;
  height: 50px;
  padding: 15px 16px;
  font-size: 14px;
  letter-spacing: -0.65px;
}
.login-area li + li {
  margin-top: 5px;
}
.login-area button[type="submit"] {
  margin: 16px 0 0;
  width: 100%;
}
.login-area button[type="submit"] + .btn-medium {
  margin-top: 16px;
}
.login-area .btn-medium {
  width: 100%;
  font-size: 13px;
  font-weight: 500;
}
.login-area .btn-medium + .btn-medium {
  margin-top: 8px;
}
.login-chk-link {
  margin-top: 12px;
}
.login-chk-link:after {
  content: "";
  display: block;
  clear: both;
}
.login-chk-link .chk {
  float: left;
}
.login-chk-link .chk > label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #14853b;
}
.login-chk-link .chk input {
  margin: 0 4px 0 0;
  border: 1px solid #14853b;
}
.login-chk-link .link {
  float: right;
}
.login-chk-link .link a {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
  display: inline-block;
  margin-left: 8px;
  text-decoration: underline;
}
.login-chk-link .link a + a {
  padding-left: 8px;
  line-height: 0.8;
  border-left: 1px solid #a6a6a6;
}
.login-area .login-join {
  text-align: center;
  margin: 16px 0 32px;
  font-size: 12px;
  color: #a6a6a6;
}
.login-area .login-join a {
  font-size: 12px;
  text-decoration: underline;
  display: inline-block;
  margin: 0 0 0 8px;
}
.login-area button[type="button"].sns {
  width: 100%;
  border-radius: 50vh;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.7px;
  text-align: center;
  color: #565656;
  margin: 8px 0 0;
}
.login-area .kakaotalk:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  width: 32px;
  height: 32px;
  background: url(../../image/mobile/icon_s_kakaotalk.png) center center
    no-repeat;
  background-size: contain;
}
.login-area .naver:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  width: 32px;
  height: 32px;
  background: url(../../image/mobile/icon_s_naver.png) center center no-repeat;
  background-size: contain;
}
.login-area .facebook:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  width: 32px;
  height: 32px;
  background: url(../../image/mobile/icon_s_facebook.png) center center
    no-repeat;
  background-size: contain;
}
.login-area .google:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  width: 32px;
  height: 32px;
  background: url(../../image/mobile/icon_s_google.png) center center no-repeat;
  background-size: contain;
}
.login-area .apple,
.login-area .apple:hover {
  background: #000;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  border: 0;
  color: #ffffff;
}
.login-area .apple:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  width: 32px;
  height: 32px;
  background: url(../../image/mobile/icon_s_apple.png) center center no-repeat;
  background-size: contain;
}

/*회원약관*/
.member-content {
  background: #fff;
  padding: 0 16px;
  overflow: hidden;
}
.member-content .member-agree {
  margin: 24px 0 0;
}
.member-content .member-agree h1 {
  font-size: 12px;
}
.member-content .member-agree textarea.input-regular {
  width: 100%;
  height: 160px;
  border-radius: 8px;
  background-color: #f9f9f9;
  border: 0;
  color: #565656;
  margin: 8px 0 0;
}
.member-content .member-agree label {
  display: flex;
  align-items: center;
}
.member-content label span {
  font-size: 13px;
  color: #161616;
}
.member-content label input {
  margin: 0 8px 0 0 !important;
}
.member-content .member-checked-all {
  margin: 24px 0 0;
}

/* 회원용 */
.member-write-area {
  padding: 0 16px;
  overflow: hidden;
}
.member-write-area .icon-result {
  display: block;
  margin: 208px auto 0;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: url(../../image/mobile/icon_chk.png) center center no-repeat;
  background-size: contain;
}
.member-write-area .icon-result.success {
  background: url(../../image/mobile/icon_result_success.png) center center
    no-repeat;
  background-size: contain;
}
.member-write-area .icon-result.fail {
  background: url(../../image/mobile/icon_result_fail.png) center center
    no-repeat;
  background-size: contain;
}
.member-write-area h1 {
  margin-top: 172px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #161616;
}
.member-write-area .icon-result + h1 {
  margin-top: 24px;
}
.member-write-area .btn-large {
  width: 100%;
}
.member-write-area h1 + .btn-large {
  margin-top: 140px;
}
.member-write-area h1 + .btn-large + .align-center {
  margin-top: 12px;
}
.member-write-area .member-guide-text {
  margin: 16px 0 0;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #161616;
}
.member-write-area li label {
  display: block;
  margin: 24px 0 8px;
}
.member-write-area li label {
  display: block;
  margin: 24px 0 8px;
  font-size: 14px;
  font-weight: 500;
}

/* btn-group-area */
.btn-group-area {
  padding: 40px 16px 0;
  text-align: center;
  overflow: hidden;
}
.btn-group-area .f-left {
  float: left;
  display: flex;
  align-items: center;
}
.btn-group-area .f-left .btn-regular + .btn-regular {
  margin-left: 8px;
}
.btn-group-area .f-right {
  float: right;
}
.btn-group-area .btn-medium,
.btn-group-area .btn-large {
  width: 100%;
}
.btn-group-area .btn-split2 {
  width: calc((100% - 8px) / 2) !important;
  margin: 0;
}
.btn-group-area .btn-split2 + .btn-split2 {
  margin-left: 8px;
}
.btn-group-area .btn-split3 {
  width: calc((100% - 16px) / 3) !important;
  margin: 0;
}
.btn-group-area .btn-split3 + .btn-split3 {
  margin-left: 8px;
}
.board-list-area + .btn-group-area,
.board-view-area + .btn-group-area {
  padding-top: 8px;
}
.btn-group-area + .paginate-area {
  margin-top: 32px;
}

/* top-right */
.top-right {
  padding: 8px 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.top-right .btn-delete-all {
  width: 99px;
  height: 32px;
  border-radius: 9999px;
  background-color: #fff;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 32px;
  letter-spacing: -0.56px;
  text-align: center;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 0 12px 0 4px;
}
.top-right .btn-delete-all:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../../image/mobile/icon_trash.png) no-repeat;
  background-size: 32px;
  margin: 0 4px 0 0;
}

/* .event-list-type */
.event-list-type {
  background-color: #ffffff;
  padding: 16px;
  border-bottom: 1px solid #e9e9e9;
}
.event-list-type .img img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.event-list-type .subject {
  margin: 16px 32px 8px;
  text-align: center;
}
.event-list-type .subject a {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: -0.75px;
  text-align: center;
  color: #565656;
}
.event-list-type .subject a:hover {
  text-decoration: underline;
}
.event-list-type .term {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: center;
  color: #a6a6a6;
  margin-bottom: 16px;
}

/* member-out */
.member-out {
  padding: 120px 46px 70px;
  text-align: center;
}
.member-out .icon-result {
  display: block;
  margin: 0 auto;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: url(../../image/mobile/icon_chk.png) center center no-repeat;
  background-size: contain;
}
.member-out h1 {
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: center;
  color: #14853b;
  margin: 16px 0 0;
}
.member-out p {
  margin: 16px 0 0;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: -0.52px;
  text-align: center;
  color: #565656;
}
/* froala-view */
.froala-view .f-video-editor {
  width: 100%;
  height: auto;
}
.froala-view .f-video-editor iframe {
  width: 100%;
  height: 30vh;
}
.file-upload .gallery-scroll {
  overflow-x: auto;
  overflow-y: hidden;
}
.file-upload .gallery-scroll::-webkit-scrollbar {
  width: 100%;
  height: 0;
}
.file-upload .gallery-scroll .gallery {
  width: 700px;
}
.file-upload .upload > input {
  top: -6px;
  height: 35px;
}

/* main-notice */
.main-notice {
  border-top: 8px solid #f9f9f9;
  padding: 24px 16px 0;
}
.main-notice .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 8px;
}
.main-notice .title h1 {
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: -0.6px;
  text-align: center;
  color: #000;
  display: flex;
  align-items: center;
}
.main-notice .title h1:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../../image/mobile/icon_notice.png) no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}
.main-notice .title .more {
  width: 60px;
  height: 24px;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.48px;
  text-align: center;
  color: #a6a6a6;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main-notice .title .more:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../../image/mobile/icon_more.png) no-repeat right center;
  background-size: contain;
  margin: 0 0 0 2px;
}
.main-notice > ul > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.main-notice > ul > li:last-child {
  padding-bottom: 0;
}
.main-notice > ul > li a {
  width: calc(100% - 86px);
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.92;
  letter-spacing: -0.52px;
  text-align: left;
  color: #565656;
  padding-right: 24px;
}
.main-notice > ul > li span {
  font-size: 11px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: -0.44px;
  text-align: right;
  color: #a6a6a6;
}
.main-notice .empty {
  height: 68px;
  padding: 24px;
  border-radius: 16px;
  background-color: #f6f6f6;
  margin: 16px 0 0;
}
.main-notice .empty p {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: #565656;
}

body.content-padding-b0 #content {
  padding-bottom: 0;
}

/* 활성화 */
body.active-logo #header > h1,
body.active-alirm #header .alirm,
body.active-menu #header .menu {
  display: inline-block;
}
body.active-footer #footer,
body.active-footer-fixed-menu .footer-fixed-menu,
body.active-to-top #to-top {
  display: block;
}
body.active-footer-fixed-menu #wrapper {
  padding-bottom: 55px;
}

/* 비활성화 */
body.inactive-back #header .back,
body.inactive-alirm #header .alirm,
body.inactive-footer #footer,
body.inactive-footer-fixed-menu .footer-fixed-menu {
  display: none;
}
body.inactive-footer-fixed-menu #wrapper {
  padding-bottom: 0;
}

.btn-delete-all {
  width: 80px;
  height: 40px;
  flex-grow: 0;
  padding: 0 11px 0 10px;
  border-radius: 4px;
  border: solid 1px #d6d6d6;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 38px;
  letter-spacing: normal;
  text-align: left;
  color: #868686;
}

/* mypage-menu */
.mypage-menu .set-modify {
  position: fixed;
  top: 12px;
  left: 50%;
  transform: translate(-50%, -0);
  z-index: 100;
  max-width: 750px;
  width: 100%;
  height: 1px;
}
.mypage-menu .set-modify > div {
  position: absolute;
  top: 0;
  right: 16px;
  width: 52px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #ffffff;
}
.mypage-menu .set-modify .btn-set {
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_set.png) no-repeat;
  background-size: contain;
}
.mypage-menu .set-modify .btn-modify {
  margin-left: 4px;
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_modify2.png) no-repeat;
  background-size: contain;
}

.mypage-menu article {
  padding: 24px 24px 16px;
  border-bottom: 1px solid #d6d6d6;
}
.mypage-menu h1 {
  margin: 0 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.mypage-menu h1 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.mypage-menu h1 a:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_arrow.png) no-repeat;
  background-size: contain;
}
.mypage-menu h1 + h1 {
  margin: 0;
}
.mypage-menu article li {
  margin: 16px 0 0 16px;
}
.mypage-menu article li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  padding-left: 40px;
  background: url(../../image/mobile/icon_arrow.png) no-repeat left center;
  background-size: 24px !important;
}
.mypage-menu article li a.n1 {
  background: url(../../image/mobile/mn_1.png) no-repeat left center;
}
.mypage-menu article li a.n2 {
  background: url(../../image/mobile/mn_2.png) no-repeat left center;
}
.mypage-menu article li a.n3 {
  background: url(../../image/mobile/mn_3.png) no-repeat left center;
}
.mypage-menu article li a.n4 {
  background: url(../../image/mobile/mn_4.png) no-repeat left center;
}
.mypage-menu article li a.n5 {
  background: url(../../image/mobile/mn_5.png) no-repeat left center;
}
.mypage-menu article li a:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_arrow.png) no-repeat;
  background-size: contain;
}
.mypage-menu .a-underline-group {
  margin: 8px 24px 0 0;
  text-align: right;
}
.mypage-menu .a-underline-group a {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #a6a6a6;
}
.mypage-menu > ul {
  padding: 8px 16px 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 8px solid #f9f9f9;
}
.mypage-menu > ul > li {
  margin: 16px 0 0;
  width: 50%;
}
.mypage-menu > ul > li:nth-child(2n) {
  border-left: 1px solid #d6d6d6;
}
.mypage-menu > ul > li a {
  display: block;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.48px;
  text-align: center;
  color: #565656;
}
.mypage-menu > ul > li a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 2px;
  width: 16px;
  height: 16px;
  background: url(../../image/mobile/icon_arrow.png) no-repeat;
  background-size: contain;
}
.mypage-menu > ul > li a img {
  display: block;
  margin: 0 auto 12px;
  width: 32px;
  height: 32px;
}

/* img-view */
.swiper-container.img-view {
  padding: 8px 0;
}
.swiper-container.img-view .swiper-slide {
  width: 100px;
  height: 100px;
}
.swiper-container.img-view .swiper-slide img {
  border-radius: 8px;
}

/* btn-list */
.btn-list {
  width: 99px;
  height: 32px;
  gap: 8px;
  padding: 4px 4px 4px 0;
  border-radius: 999px;
  border: solid 1px #d6d6d6;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: left;
  color: #565656;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-list:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_list.png) no-repeat 0;
  background-size: 24px;
}

/* btn-close */
.btn-close {
  text-align: right;
  padding: 0 16px 16px 0;
}
.btn-close button {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: left;
  color: #565656;
}

/* btn-insert */
.btn-insert {
  width: 99px;
  height: 32px;
  flex-grow: 0;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 50px;
  border: solid 1px #d6d6d6;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: left;
  color: #565656;
}
.btn-insert:before {
  content: "";
  width: 24px;
  height: 24px;
  margin: 0 4px 0 0;
  background: url(../../image/mobile/icon_insert.png) no-repeat;
  background-size: contain;
}

/* btn-modify */
.btn-modify {
  width: 79px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 4px 14px 4px 9px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: left;
}
.btn-modify:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_modify.png) no-repeat;
  background-size: 24px;
}

/* btn-delete */
.btn-delete {
  width: 78px;
  height: 32px;
  flex-grow: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 4px 13px 4px 9px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: left;
  color: #565656;
}
.btn-delete:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_delete.png) no-repeat;
  background-size: 24px;
}
/*========== 컨텐츠 공용 끝 ==========*/

/*========== 컨텐츠 시작 ==========*/
/* message-list */
.message-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 16px;
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #f9f9f9;
  background-color: #fff;
}
.message-list .nick {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.64px;
  text-align: left;
  color: #191923;
  display: flex;
  align-items: center;
}
.message-list .nick:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #f20a0a;
  border-radius: 50%;
  margin-left: 8px;
}
.message-list .read .nick:after {
  background-color: #d6d6d6;
}
.message-list .datetime {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.48px;
  text-align: left;
  color: #a6a6a6;
}

/* search-area */
.search-area {
  background-color: #fff;
  padding: 16px 16px 8px;
}
.search-area .region {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-area .region .input-medium {
  width: calc((100% - 8px) / 3);
  border-radius: 50vw;
  border: solid 1px #dfdfdf;
  font-size: 14px;
  color: #424252 !important;
}
.search-area .keyword {
  margin: 8px 0 0;
  position: relative;
}
.search-area .keyword .input-medium {
  width: 100%;
  height: 40px;
  border-radius: 9999px;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: left;
  color: #000 !important;
  border: solid 1px #dfdfdf;
}
.search-area .keyword button {
  position: absolute;
  top: -4px;
  right: 0;
  width: 52px;
  height: 52px;
  background: url(../../image/mobile/icon_search2.png) no-repeat;
  background-size: contain;
}

/* product-list */
.product-list {
  padding: 0 0 16px;
  background-color: #fff;
}
.product-list > .more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 59px 16px 0;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.48px;
  text-align: center;
  color: #a6a6a6;
  padding-bottom: 8px;
  border-bottom: 1px solid #d6d6d6;
}
.product-list > .more:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../../image/mobile/icon_page_move.png) no-repeat;
  background-size: contain;
}
.product-list > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 8px;
}
.product-list > ul > li {
  width: calc((100% - 8px) / 2);
  margin: 16px 0 0;
}
.product-list .img {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.product-list .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}
.product-list .pname {
  margin: 12px 4px 0;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3em;
  letter-spacing: -0.56px;
  text-align: left;
  color: #323232;
}
.product-list .pname.clamp2 {
  line-height: 1.3em;
  height: 2.6em;
}
.product-list .nick {
  margin: 4px 4px 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.48px;
  text-align: left;
  color: #656565;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.product-list .price {
  margin: 4px 4px 0;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.56px;
  text-align: left;
  color: #111;
}
.product-list .btn {
  margin: 8px 0 0;
  padding: 8px 0 0;
  border-top: 1px solid #d6d6d6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-list .btn .btn-small {
  width: 41px;
  height: 20px;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: center;
  border-radius: 4px;
}
.product-list .btn .btn-small + .btn-small {
  margin: 0 0 0 4px;
}

/* rental-item-info-regi */
.rental-item-info-regi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background-color: #fff;
}
.rental-item-info-regi h1 {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: center;
  color: #111;
  display: flex;
  align-items: center;
}
.rental-item-info-regi h1::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../../image/mobile/icon_rental.png) no-repeat;
  background-size: 20px;
  margin: 0 6px 0 0;
}
.rental-item-info-regi .btn-regi {
  width: 76px;
  height: 22px;
  padding: 0;
  line-height: 20px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.48px;
  text-align: center;
  color: #fff;
}
.rental-item-info-regi .btn-regi:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url(../../image/mobile/icon_plus_small.png) no-repeat;
  background-size: 8px;
  margin: 0 4px 0 0;
}

/* main-hot */
.main-hot .title {
  margin: 24px 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-hot .title h1 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.72px;
  text-align: center;
  color: #232f47;
  display: flex;
  align-items: center;
}
.main-hot .title h1:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 21px;
  background: url(../../image/mobile/icon_hot.png) no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}
.main-hot .title .more {
  width: 60px;
  height: 24px;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.48px;
  text-align: center;
  color: #a6a6a6;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main-hot .title .more:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../../image/mobile/icon_more.png) no-repeat right center;
  background-size: contain;
  margin: 0 0 0 2px;
}
.main-hot .product-list li:nth-child(1),
.main-hot .product-list li:nth-child(2) {
  margin-top: 8px;
}
.main-hot .product-list {
  padding-bottom: 24px;
}

/* chat-room */
.chat-room {
  position: fixed;
  top: 48px;
  left: 50%;
  transform: translate(-50%, -0);
  z-index: 100;
  max-width: 750px;
  width: 100%;
  height: calc(100% - 48px);
}
.chat-room .nick-set {
  padding: 12px 16px 12px 8px;
  height: 64px;
  border: solid 1px #e9e9e9;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chat-room .nick-set .nick {
  margin: 0 0 0 8px;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: left;
  color: #161616;
  display: flex;
  align-items: center;
}
.chat-room .nick:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../image/mobile/icon_nick.png) no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}
.chat-room .nick-set .set {
  position: relative;
  background: url(../../image/mobile/icon_dot3.png) no-repeat right;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin: 0 0 0 4px;
}
.chat-room .nick-set .set > ul {
  position: absolute;
  top: 32px;
  right: 0;
  z-index: 2;
  width: 120px;
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  display: none;
}
.chat-room .nick-set .set.active > ul {
  display: block;
}
.chat-room .nick-set .set > ul > li + li {
  border-top: 1px solid #d6d6d6;
}
.chat-room .nick-set .set > ul > li > button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 32px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.chat-room .nick-set .set > ul > li > button:after {
  content: "";
  width: 24px;
  height: 24px;
  background-size: contain !important;
}
.chat-room .nick-set .set > ul > li > button.btn-leave:after {
  background: url(../../image/mobile/icon_leave.png) no-repeat;
}
.chat-room .nick-set .set > ul > li > button.btn-report:after {
  background: url(../../image/mobile/icon_report2.png) no-repeat;
}
.chat-room .nick-set .set > ul > li > button.btn-report:before {
  display: none;
}

.chat-room .cont {
  position: relative;
  width: 100%;
  height: calc(100% - 72px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 16px 100px;
}
.chat-room .cont li {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  padding-bottom: 18px;
}
.chat-room .cont li .text {
  position: relative;
  display: block;
  min-width: 52px;
  padding: 12px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: left;
  color: #161616;
}
.chat-room .cont li .text + .text {
  margin-top: 32px !important;
  clear: both;
}
.chat-room .cont li .date-time {
  position: absolute;
  bottom: -18px;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
  white-space:nowrap;
}
.chat-room .cont li.left {
  padding-right: 110px;
}
.chat-room .cont li.left .text {
  margin: 24px 0 0;
  float: left;
  background: #14853b;
  border-radius: 16px 16px 16px 0;
  color: #fff;
}
.chat-room .cont li.left .text p {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.chat-room .cont li.left .text a {
  color: #161616;
  text-decoration: underline;
}
.chat-room .cont li.left .text img {
  width: 90px;
  height: 90px;
  border-radius: 8px;
}
.chat-room .cont li.left .date-time {
  left: 0;
}
.chat-room .cont li.right + li.left,
.chat-room .cont li.left + li.right {
  margin-top: 8px;
}

/* right */
.chat-room .cont li.right {
  padding-left: 110px;
}
.chat-room .cont li.right .text {
  float: right;
  background-color: #e9e9e9;
  border-radius: 16px 16px 0 16px;
  color: #161616;
}
.chat-room .cont li.right .text img {
  max-width: 100%;
}
.chat-room .cont li.right .text.file {
  background: none;
  border: 0;
  padding: 0;
}
.chat-room .cont li.right .text a {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  text-decoration: underline;
}
.chat-room .cont li.right .date-time {
  right: 0;
}
.chat-room .cont li .date-time:before {
  display: none;
}

/* chat-form */
.chat-form {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -0);
  z-index: 100;
  max-width: 750px;
  width: 100%;
  background-color: #f9f9f9;
  border-top: 1px solid #e6e6e6;
}
.chat-form .insert {
  padding: 10px 16px;
}
.chat-form .insert .move {
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_plus2.png) no-repeat;
  background-size: contain;
  margin-right: 8px;
}
.chat-form .insert .input-regular {
  width: 100%;
  height: 40px;
  border-radius: 50px !important;
  padding: 0 40px 0 16px;
  font-size: 10px;
}
.chat-form .insert .btn-send {
  position: absolute;
  bottom: 0;
  right: 8px;
  width: 56px;
  height: 55px;
  background: url(../../image/mobile/icon_chat_send.png);
  background-size: contain;
}
.chat-form .file-upload .upload {
  position: absolute;
  bottom: 12px;
  left: 16px;
}
.chat-form .file-upload .btn-small {
  display: block;
  min-width: auto;
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_plus2.png) no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
  padding: 0;
  border: 0;
}
.chat-form .file-upload .gallery {
  padding: 8px 16px 0;
  margin: 0 8px 0 0;
}
.chat-form .file-upload .gallery .img-thumb,
.chat-form .file-upload .gallery .file-thumb {
  width: 80px;
  height: 80px;
}

/* file-upload.profile */
.file-upload.inner-btn.profile {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px 0;
}
.file-upload.inner-btn.profile .gallery {
  position: relative;
  background: url(../../image/mobile/gagoog_default.png) no-repeat -34px -34px;
  background-size: 160px auto;
  margin-top: 0;
  border: solid 1px #fff;
  background-color: #f6f6f6;
  border-radius: 999px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
}
.file-upload.inner-btn.profile .gallery .img-thumb {
  width: 100px;
  height: 100px;
}
.file-upload.inner-btn.profile .gallery .img-thumb img {
  border-radius: 50%;
}
.file-upload.inner-btn.profile .upload {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 64px;
  left: 72px;
  z-index: 100;
}
.file-upload.inner-btn.profile .upload button {
  width: 36px;
  height: 36px;
  padding: 0;
  background: url(../../image/mobile/icon_camera.png) no-repeat right bottom;
  background-size: 36px;
}
.file-upload.inner-btn.profile .upload input {
  width: 24px;
  height: 24px;
  padding: 0;
}

/* profile-view */
.profile-view {
  padding: 40px 24px 0;
}
.profile-view .pimg {
  display: block;
  width: 120px;
  margin: 0 auto;
}
.profile-view .pimg img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 9999px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
}
.profile-view ul {
  margin: 75px 0 0;
  padding: 0 24px;
  border-radius: 10px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.profile-view li {
  padding: 20px 0;
  display: flex;
  align-items: center;
}
.profile-view li + li {
  border-top: 1px solid #d6d6d6;
}
.profile-view .tit {
  width: 80px;
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #424252;
}
.profile-view .tit.nick:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 2px 0;
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_nick2.png) no-repeat;
  background-size: contain;
}
.profile-view .tit.address:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 2px 0;
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_address.png) no-repeat;
  background-size: contain;
}
.profile-view .con {
  width: calc(100% - 80px);
  padding-left: 40px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}

/* settlement-list */
.settlement-list > ul > li {
  margin: 16px;
  border-radius: 10px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.settlement-list .period {
  height: 54px;
  padding: 15px 16px;
  border-bottom: solid 1px #e9e9e9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.settlement-list .period > div {
  display: flex;
  align-items: center;
}
.settlement-list .period .tit {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.56px;
  text-align: left;
  color: #000;
  display: flex;
  align-items: center;
}
.settlement-list .period .tit:before {
  content: "";
  display: inline-block;
  margin: 0 8px 0 0;
  width: 16px;
  height: 16px;
  background: #ffffff url(../../image/component/icon_date.png) no-repeat;
  background-size: contain;
}
.settlement-list .period .con {
  padding-left: 8px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.86;
  letter-spacing: -0.56px;
  text-align: left;
  color: #14853b;
}
.settlement-list .period a {
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_arrow.png) no-repeat 0 0;
  background-size: contain;
}
.settlement-list .detail {
  padding: 5px 32px 15px;
}
.settlement-list .detail li {
  margin: 10px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.settlement-list .detail .tit {
  width: 100px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: left;
  color: #565656;
  display: flex;
  align-items: center;
}
.settlement-list .detail .tit:before {
  content: "";
  display: inline-block;
  margin: 0 8px 0 0;
  width: 6px;
  height: 6px;
  background-color: #14853b;
  border-radius: 50%;
}
.settlement-list .detail .con {
  width: calc(100% - 100px);
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.56px;
  text-align: right;
  color: #111;
}
/* period-type */
.settlement-list.period-type > ul > li {
  margin: 0;
  border-radius: 0;
  box-shadow: 0 0 0;
  background-color: #fff;
  border-bottom: 1px solid #d6d6d6;
}
.settlement-list.period-type .product > ul > li {
  margin: 16px;
  border-radius: 10px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.settlement-list.period-type .product .pname {
  padding: 15px 16px;
  border-bottom: solid 1px #e9e9e9;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.64px;
  text-align: left;
  color: #000;
}
.settlement-list.period-type .product .detail {
  padding: 2px 16px 15px;
}
.settlement-list.period-type .product .detail li {
  margin: 10px 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.settlement-list.period-type .product .detail li .con {
  width: calc(100% - 100px);
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.56px;
  text-align: left;
  color: #111;
}
.settlement-list.period-type .product .detail li .con small {
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.4px;
  text-align: left;
  color: #111;
}

/*  */
/*  */
/* order-list */
.order-list .period {
  padding: 0 16px 8px 40px;
  border-bottom: solid 1px #e9e9e9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}
.order-list .period .input-regular {
  min-width: auto;
  width: 100px;
  height: 24px;
  text-align: center;
  border: 0;
}
.order-list .period button {
  margin: 0;
  border: 0;
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_search3.png) no-repeat;
  background-size: contain;
}
.order-list .detail {
  padding: 5px 32px 15px;
}
.order-list .detail li {
  margin: 10px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-list .detail .tit {
  width: 100px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: left;
  color: #565656;
  display: flex;
  align-items: center;
}
.order-list .detail .tit:before {
  content: "";
  display: inline-block;
  margin: 0 8px 0 0;
  width: 6px;
  height: 6px;
  background-color: #14853b;
  border-radius: 50%;
}
.order-list .detail .con {
  width: calc(100% - 100px);
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.56px;
  text-align: right;
  color: #111;
}
.order-list .product {
  padding: 8px 0 0;
}
.order-list .product > ul > li {
  margin: 8px 16px 0;
  border-radius: 10px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.order-list .product .pname {
  padding: 15px 16px;
  border-bottom: solid 1px #e9e9e9;
}
.order-list .product .pname a {
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.64px;
  text-align: left;
  color: #000;
  background: url(../../image/mobile/icon_arrow.png) no-repeat right center;
  background-size: 24px;
}
.order-list .product .detail {
  padding: 2px 16px 15px;
}
.order-list .product .detail li {
  margin: 10px 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.order-list .product .detail li .tit small {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.48px;
  text-align: left;
  color: #a7a7a7;
}
.order-list .product .detail li .con {
  width: calc(100% - 100px);
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.56px;
  text-align: left;
  color: #111;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-list .product .detail li .con .btn-regular {
  width: 73px;
  height: 26px;
  line-height: 24px;
}
.order-list .product .detail li.border-top {
  padding-top: 12px;
}

/* product-view */
.product-view .category-name {
  padding: 24px 16px 8px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: left;
  color: #656565;
}
.product-view .btn-report-area {
  display: flex;
  justify-content: flex-end;
  padding: 8px 16px;
}
.product-view .btn-report-area .btn-report {
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_report.png) no-repeat;
  background-size: contain;
  box-shadow: 0 0 0;
}
.product-view .pname {
  padding: 0 16px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: left;
  color: #323232;
}

/* pimg-nick-price-availability */
.pimg-nick-price-availability {
  display: flex;
  align-items: center;
  padding: 8px 16px 16px;
  border-bottom: 8px solid #f9f9f9;
}
.pimg-nick-price-availability .pimg-nick {
  width: calc(100% - 220px);
  display: flex;
  align-items: center;
}
.pimg-nick-price-availability ul.price-availability {
  width: 220px;
  border-left: 1px solid #e9e9e9;
  padding-left: 15px;
}
.pimg-nick-price-availability .pimg img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}
.pimg-nick-price-availability .pimg-nick .nick {
  padding-left: 11px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: left;
  color: #000;
}
.pimg-nick-price-availability ul.price-availability > li {
  padding: 2px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pimg-nick-price-availability ul.price-availability .tit {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: left;
  color: #565656;
}
.pimg-nick-price-availability ul.price-availability .con {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: left;
  color: #14853b;
}

/* availability-area */
.availability-area {
  padding: 16px;
  border-bottom: 1px solid #d6d6d6;
}
.availability-area .title {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.6px;
  text-align: left;
  color: #000;
  display: flex;
  align-items: center;
}
.availability-area .title:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  background: url(../../image/mobile/icon_address2.png) no-repeat;
  background-size: contain;
}
.availability-area p {
  margin: 4px 0 0 28px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: left;
  color: #565656;
}
.availability-area p:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #565656;
}

/* description */
.product-view .description {
  padding: 16px 16px 24px;
}
.product-view .description .title {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.6px;
  text-align: left;
  color: #000;
  display: flex;
  align-items: center;
}
.product-view .description .title:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  background: url(../../image/mobile/icon_address2.png) no-repeat;
  background-size: contain;
}
.product-view .description .cont {
  margin: 8px 0 0 28px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: left;
  color: #565656;
}
.product-view .btn-group-area {
  background-color: #f9f9f9;
  padding: 8px 16px;
}
.product-view button {
  box-shadow: 0 2px 19px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border: 0;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: center;
  color: #054d17;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-view button:before {
  content: "";
  display: inline-block;
  margin: 0 8px 0 0;
  width: 30px;
  height: 30px;
}
.product-view .btn-chat:before {
  background: url(../../image/mobile/icon_chat.png) no-repeat;
  background-size: contain;
}
.product-view .btn-rental:before {
  background: url(../../image/mobile/icon_rental2.png) no-repeat;
  background-size: contain;
}

/* rent-application */
.rent-application .product-info {
  padding: 24px 16px 16px;
  display: flex;
  align-items: center;
  border-bottom: 8px solid #f9f9f9;
}
.rent-application .product-info .img img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
}
.rent-application .product-info .info {
  width: calc(100% - 100px);
  padding: 0 0 0 12px;
}
.rent-application .product-info .pname {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: left;
  color: #323232;
}
.rent-application .product-info .price {
  margin: 16px 0 0;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: left;
  color: #14853b;
}
.rent-application .product-info .nick {
  margin: 6px 0 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: left;
  color: #111;
}
.rent-application .insert {
  padding: 0 16px;
}
.rent-application .insert > li > .tit {
  margin: 24px 0 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: left;
  color: #000;
  display: flex;
  align-items: center;
}
.rent-application .insert > li > .tit:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #14853b;
  border-radius: 50%;
  margin: 0 8px 0 0;
}
.rent-application .insert > li > .con {
  margin: 8px 0 0;
}
.rent-application .insert .period {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rent-application .insert .period .input-regular {
  min-width: auto;
  width: calc((100% - 24px) / 2);
  border-radius: 10px;
}
.rent-application .final-payment-info li {
  margin: 8px 0 0 11px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rent-application .final-payment-info .tit {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: -0.56px;
  color: #656565;
  text-align: left;
}
.rent-application .final-payment-info .tit small {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: -0.48px;
  text-align: center;
  color: #888;
}
.rent-application .final-payment-info .con {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.56px;
  text-align: left;
  color: #333;
}

.select-payment-method {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.select-payment-method label {
  width: calc((100% - 8px) / 2);
  height: 48px;
  padding: 14px 16px;
  border-radius: 10px;
  border: solid 1px #e9e9e9;
  background-color: #fff;
}
.select-payment-method label.active {
  box-shadow: 0 4px 15px 0 rgba(18, 89, 25, 0.15);
}

/* popup-products-insert */
.popup-products-insert .BTT {
  padding: 8px 16px 0;
}
.popup-products-insert .BTT > ul > li {
  margin: 16px 0 0;
}

.btn-file-upload {
  width: 100%;
  height: 40px;
  border-radius: 8px !important;
}

/* rental-area */
.rental-area .neighborhood {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rental-area .neighborhood .input-regular {
  min-width: calc((100% - 92px) / 3) !important;
  width: calc((100% - 92px) / 3) !important;
  height: 43px;
  padding-left: 8px;
  text-align: center;
}
.rental-area .neighborhood .input-regular + .input-regular {
  margin-left: 4px;
}
.rental-area .neighborhood > span {
  margin: 0 2px;
}
.rental-area .neighborhood button {
  min-width: 60px;
  height: 43px;
  margin-left: 4px;
  border-radius: 8px;
}
.rental-area li {
  display: flex;
  align-items: center;
  margin: 8px 0 0 16px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: center;
  color: #565656;
}
.rental-area li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #565656;
}
.rental-area li .btn-del {
  margin: 0 0 0 8px;
  width: 16px;
  height: 16px;
  background: url(../../image/mobile/btn_delete.png) no-repeat 0 0;
  background-size: contain;
}
.rental-area li span {
  width: 20px;
  text-align: center;
}
.rental-area .week {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 35px;
  margin: 0 0 12px;
}
.rental-area .week input {
  display: none;
}
.rental-area .week label span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35px;
  padding: 0 10px;
  border-radius: 4px;
  border: solid 1px #d6d6d6;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
}
.rental-area .week input:checked + span {
  border: 1px solid #c3181f;
  background-color: #c3181f;
  color: #fff;
}

/* 2023-04-22 */
.board-list-content .accordion.active > ul > li p {
  height: auto;
  -webkit-line-clamp: initial;
}
.board-list-content .accordion .num {
  vertical-align: top;
  padding-top: 18px;
}