@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: #f2f2f2 !important;
  cursor: not-allowed;
  color: #666;
}
input[readonly] {
  background: #f6f6f6;
  cursor: not-allowed;
  color: #666;
}
input[disabled] {
  background-color: #f2f2f2 !important;
  cursor: not-allowed;
  color: #a6a6a6 !important;
}
input[type="checkbox"][disabled] {
  background-color: #f2f2f2 !important;
  cursor: not-allowed;
  color: #a6a6a6 !important;
}
input[type="checkbox"][disabled]:checked {
  background-color: #666 !important;
  cursor: not-allowed;
  color: #fff !important;
  background: url(../../image/mobile/icon_check_666.png) no-repeat;
  background-size: contain;
  border: 1px solid #666 !important;
}
a[disabled] {
  background-color: #f2f2f2 !important;
  cursor: not-allowed;
  color: #a6a6a6 !important;
  border: 1px solid #f2f2f2 !important;
}
.btn-small:disabled,
.btn-regular:disabled,
.btn-medium:disabled,
.btn-large:disabled,
.btn-regular:hover:disabled,
.btn-medium:hover:disabled,
.btn-large:hover:disabled,
.btn-small.theme1-c-btn:hover:disabled,
.btn-regular.theme1-c-btn:hover:disabled,
.btn-medium.theme1-c-btn:hover:disabled,
.btn-large.theme1-c-btn:hover:disabled {
  border-color: #f2f2f2 !important;
  background-color: #f2f2f2 !important;
  color: #868686 !important;
  cursor: not-allowed;
}
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);
}
label {
  cursor: pointer;
}

.accordion {
  width: 100%;
}
.border-top {
  border-top: 1px solid #e6e6e6;
}
.border-bottom {
  border-bottom: 1px solid #e6e6e6;
}
.inactive-border-bottom {
  border-bottom: 0 !important;
}
.inactive-border {
  border: 0 !important;
}

.t-underline {
  text-decoration: underline;
}
.bgwhite {
  background-color: #fff;
}
.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;
}
textarea.input-medium {
  padding: 16px;
  height: auto;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 153.846%; /* 153.846% */
  letter-spacing: -0.039px;
}
textarea.input-medium:disabled {
  background-color: #f6f6f6 !important;
}
textarea[readonly] {
  background: var(
    --Light-Semantic-Background-Lowered-Secondary,
    #f2f2f2
  ) !important;
}

textarea.input-regular {
  height: auto;
  line-height: 130%;
  padding: 12px 16px;
}

.textarea-wrap {
  border-radius: 8px;
  border: 1px solid #d6d6d6;
  background: #f6f6f6;
  padding: 16px 8px;
}
.textarea-wrap textarea.input-regular {
  padding: 0 8px;
  border-radius: 0;
  border: 0;
  background: #f6f6f6;
}

a.btn-medium {
  display: inline-block;
  vertical-align: middle;
}

/* help-text */
.help-text {
  margin: 8px 0 0;
  position: relative;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #ff223c;
  /*white-space: pre-line;*/
}
.help-text.icon {
  padding-left: 16px;
}
.help-text.icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 12px;
  background: url(../../image/mobile/icon_help.png) no-repeat !important;
  background-size: contain !important;
}
/* gray */
.help-text.gray {
  color: #868686 !important;
}
.help-text.icon.gray:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../../image/mobile/icon_help_gray.png) no-repeat !important;
  background-size: contain !important;
}

.clamp1 {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
.clamp2 {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
.clamp3 {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
.clamp4 {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
.clamp5 {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}

.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}
.align-center {
  text-align: center !important;
}

/* quantity-change */
.quantity-change {
  height: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.quantity-change .btn-minus {
  width: 28px;
  height: 28px;
  background: #fff url(../../image/mobile/icon_minus.png) no-repeat center
    center;
  background-size: 20px;
  text-indent: -5000px;
  border-radius: 6px;
  border: 1px solid #d6d6d6;
}
.quantity-change .input {
  min-width: auto;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: red;
  color: var(--Light-Semantic-Text-Primary, #262626);
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.036px;
  background-color: transparent;
}
.quantity-change > div {
  margin: 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quantity-change .btn-plus {
  width: 28px;
  height: 28px;
  background: #fff url(../../image/mobile/icon_plus.png) no-repeat center center;
  background-size: 20px;
  text-indent: -5000px;
  border-radius: 6px;
  border: 1px solid #d6d6d6;
}

/* img-list */
.img-list {
  margin: 16px 0 0;
}
.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;
  left: 50% !important;
  top: 0;
  transform: translate(-50%, 0);
  max-width: 400px !important;
  border-radius: 24px;
}
.popup > .inner-wrap {
  padding: 32px 24px 24px;
}
.popup .inner-wrap .popup-header {
  margin-bottom: 16px;
  font-size: 18px;
}
.popup .inner-wrap .popup-header.space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4px;
}
.popup .inner-wrap .popup-header .back {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../../image/mobile/icon_back.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
  margin-top: 0;
}

@media screen and (min-width: 960px) {
  .web-move-up {
    margin-top: -200px !important;
  }
}

/* full */
.popup.full {
  min-width: auto;
  max-width: 475px !important;
  width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  position: fixed !important;
  top: 0 !important;
  transform: translate(0, 0) !important;
  left: auto !important;
  height: 100%;
  border-radius: 0;
}
.popup.full > .inner-wrap {
  padding: 48px 0 24px;
  overflow-y: auto;
}
.popup.full .popup-header {
  position: fixed;
  top: 0;
  display: block;
  z-index: 100;
  max-width: 475px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  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: 8px;
  z-index: 100;
}
/* header-black */
.popup.full.header-black .popup-header {
  border-bottom: 1px solid #000;
  background-color: #000;
  color: var(--Light-Basic-White, #fff);
}
.popup.full.header-black .inner-wrap .popup-close {
  background: url(../../image/mobile/icon_modal_close_white.png) no-repeat 0 0;
  background-size: contain;
}

/*temp-content*/
.temp-content {
  position: fixed;
  top: 48px;
  width: 100%;
  max-width: 475px;
  height: calc(100% - 48px);
  background: #fff;
  padding: 16px;
}
.temp-content pre {
  height: 100%;
  color: var(--light-semantic-text-secondary, #464646);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: pre-line;
}
.temp-content.type-b {
  top: 92px;
  height: calc(100% - 100px);
}
.temp-content.static {
  position: static;
  padding-top: 0;
}

/* btn-switch */
.btn-switch {
  width: 44px !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;
}

/* app-setting */
.app-setting {
  padding: 0 16px;
}
.app-setting > ul > li {
  margin: 24px 0 0;
}
.app-setting > ul > li > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.app-setting > ul > li h1 {
  color: var(--light-basic-gray-900, #262626);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
}
.app-setting > ul > li .switch-setting {
  text-align: right;
}

.datepicker-here.icon {
  background: #ffffff url(../../image/component/icon_date.png) right 8px center
    no-repeat;
  background-size: 20px;
  padding-right: 37px;
}

/*tab-menu*/
.tab-menu .inner-wrap .tab-header {
  height: auto;
  border-radius: 8px;
  border: 1px solid var(--Light-Basic-Gray-150, #f2f2f2);
  background: var(--Light-Basic-Gray-100, #f6f6f6);
  padding: 1px;
}
.tab-menu .inner-wrap .tab-header li {
  height: 40px;
  border-radius: 6px;
  color: var(--Light-Semantic-Text-Sub-Secondary, #868686);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
  border: 0;
}
.tab-menu .inner-wrap .tab-content {
  height: auto;
  margin-top: 0;
  border: 0;
  padding: 0;
}
.tab-menu .inner-wrap .tab-header li.active {
  background: #fff;
  color: #262626;
  border: 1px solid #e6e6e6;
}
.tab-menu .inner-wrap .tab-header li.active:hover {
  background: #fff;
  color: #262626;
  border: 1px solid #e6e6e6;
}

/*type-b*/
.tab-menu.type-b {
  background: #ffffff;
}
.tab-menu.type-b .inner-wrap .tab-header {
  position: relative;
  height: 35px;
  border: 0;
  padding: 0 16px;
  background: #ffffff;
}
.tab-menu.type-b .inner-wrap .tab-header li {
  border: 1px solid #e9e9e9;
  border-bottom: 1px solid #161616;
  color: #a6a6a6;
  font-size: 12px;
  font-weight: 400;
  background-color: #ffffff;
}
.tab-menu.type-b .inner-wrap .tab-header li + li {
  border-left: 1px solid #e6e6e6;
}
.tab-menu.type-b .inner-wrap .tab-header li.active {
  background: #fff;
  color: #565656;
  border: 1px solid #252c3a;
  border-bottom: 1px solid #fff;
  font-weight: 600;
}
.tab-menu.type-b .inner-wrap .tab-header li.active:hover {
  background: #fff;
  color: #252c3a;
  border-bottom: 1px solid #fff;
}
.tab-menu.type-b .inner-wrap .tab-content {
  height: auto;
  margin-top: 0;
  border: 0;
  padding: 0;
}

/* type-c */
.tab-menu.type-c {
  padding: 0;
}
.tab-menu.type-c > .inner-wrap > .tab-header {
  border: 0 !important;
  margin: 0;
  height: 44px;
  border-radius: 0;
  border: 1px solid var(--Light-Basic-Gray-150, #f2f2f2);
  background: #fff;
  padding: 0;
}
.tab-menu.type-c > .inner-wrap > .tab-header li {
  color: var(--light-semantic-color-text-sub-tertiary, #a6a6a6);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 128.571% */
  letter-spacing: -0.042px;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0;
}
.tab-menu.type-c > .inner-wrap > .tab-header li > div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 128.571% */
  letter-spacing: -0.042px;
}
.tab-menu.type-c > .inner-wrap > .tab-header li > div .new:after {
  content: "";
  display: block;
  margin: 0 0 0 4px;
  width: 5px;
  height: 5px;
  padding: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 999px;
  background: var(--Light-Basic-Red, #ff223c);
}
.tab-menu.type-c > .inner-wrap > .tab-header li.active {
  position: relative;
  border: 0;
  background-color: #fff;
  color: var(--light-semantic-color-text-primary, #262626);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 128.571% */
  letter-spacing: -0.042px;
}
.tab-menu.type-c > .inner-wrap > .tab-header li.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0065dd;
}

/* type-d */
.tab-menu.type-d > .inner-wrap > .tab-header {
  border: 0;
  margin: 0;
  height: 40px;
}
.tab-menu.type-d > .inner-wrap > .tab-header li {
  border: 0;
  padding: 0 4px;
}
.tab-menu.type-d > .inner-wrap > .tab-header li span {
  width: 100%;
  display: flex;
  height: 40px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  border-radius: 8px;
  border: 1px solid var(--Light-Basic-Gray-150, #f2f2f2);
  background: var(--Light-Basic-Gray-150, #f2f2f2);
  color: var(--Light-Semantic-Text-Secondary, #464646);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.tab-menu.type-d > .inner-wrap > .tab-header li.active {
  border: 0;
  background-color: #fff;
}
.tab-menu.type-d > .inner-wrap > .tab-header li.active span {
  border-radius: 8px;
  border: 1px solid var(--Primary, #0065dd);
  background: var(--Light-Basic-White, #fff);
  color: var(--Primary, #0065dd);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}

.pv-content {
  padding: 24px 16px;
}

/* category-slider */
.category-slider {
  position: relative;
  margin: 0 0 0 16px;
  padding: 0;
  width: 100%;
  height: 44px;
  border: 0;
  margin-bottom: 0;
}
.category-slider:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0.5px;
  background-color: #d6d6d6;
}
.category-slider .swiper-container .swiper-wrapper .swiper-slide .category {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: #a6a6a6;
  line-height: 44px;
  padding: 9px 8px 12px;
  margin: 0 16px 0 0;
  font-weight: 500;
}
.category-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .category.active {
  color: #262626;
  border-bottom: 2px solid #0065dd;
}
/* type-b */
.category-slider.type-b {
  padding: 16px 0 0 16px;
  margin: 0 0 16px;
}
.category-slider.type-b:before {
  display: none !important;
}
.category-slider.type-b
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .category {
  display: flex;
  height: 28px;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 15px;
  border: 1px solid var(--Light-Semantic-Border-Tertiary, #e6e6e6);
  background: var(--Light-Semantic-Fill-Reverse-Primary, #fff);
  color: var(--Light-Semantic-Text-Secondary, #464646);
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
  margin: 0 4px 0 0;
}
.category-slider.type-b
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .category.active {
  border: 0 !important;
  border: 1px solid var(--Navy-Black, #0065dd) !important;
  background: var(--Navy-Black, #0065dd) !important;
  color: var(--Light-Basic-White, #fff) !important;
}

/* btn-switch 제거 */
.theme1-c-btn:not(.btn-switch):hover {
  background-color: #005dcc !important;
  color: #fff !important;
  border: 1px solid #005dcc !important;
}
.theme1-c-btn.line:not(.btn-switch):hover {
  background-color: #fff !important;
  color: #005dcc !important;
  border: 1px solid #005dcc !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: 475px;
  min-height: 1000px;
  margin: 0 auto;
  padding: 48px 0 0;
  overflow: hidden;
  background-color: #fff;
}

#content {
  width: 100%;
  min-height: 500px;
  padding-bottom: 32px;
  overflow: hidden;
}

#content > .inner-wrap {
}

#snb {
  display: none;
}

/* 헤더 */
#header {
  position: fixed;
  top: 0;
  display: block;
  width: 100%;
  max-width: 475px;
  height: 48px;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
  background-color: #fff;
}
#header .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 4px;
}
#header .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 4px;
}
#header > h1 {
  display: none;
  width: 180px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#header > h1 a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../../image/mobile/logo_navigation_m.png) no-repeat;
  background-size: contain;
  text-indent: -5000px;
}
#header > h1.active {
  display: inline-block;
}
#header .back {
  display: inline-block;
  width: 40px;
  height: 40px;
  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;
}
/*push*/
#header .push {
  margin-left: 4px;
  display: none;
  width: 40px;
  height: 40px;
  background: url(../../image/mobile/icon_push.png) no-repeat;
  background-size: contain;
}
#header .push.new {
  background: url(../../image/mobile/icon_push_new.png) no-repeat;
  background-size: contain;
}
/*set*/
#header .set {
  display: none;
  width: 40px;
  height: 40px;
  background: url(../../image/mobile/icon_set.png) center center no-repeat;
  background-size: contain;
}

/* home */
#header .home {
  display: none;
  width: 40px;
  height: 40px;
  background: url(../../image/mobile/icon_home.png) no-repeat;
  background-size: contain;
}

/* cart */
#header .cart {
  display: none;
  width: 40px;
  height: 40px;
  background: url(../../image/mobile/icon_shopping_bag.png) no-repeat;
  background-size: contain;
}

/* page-title */
#header .page-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 220px;
  color: var(--Light-Semantic-Text-Primary, #262626);
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: -0.048px;
}

/* menu-bar */
#header .menu-bar {
  width: 40px;
  height: 40px;
  background: url(../../image/mobile/icon_menu.png) no-repeat;
  background-size: contain;
}

/* mypage */
#header .mypage {
  display: none;
  width: 28px;
  height: 28px;
  background: url(../../image/mobile/icon_profile.png) center center no-repeat;
  background-size: contain;
}

/* share */
#header .share {
  display: none;
  width: 40px;
  height: 40px;
  background: url(../../image/mobile/icon_upload.png) center center no-repeat;
  background-size: contain;
}

/* push-set */
#header .push-set {
  position: relative;
  display: none;
}
#header .push-set > button {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../../image/mobile/icon_more_horizontal2.png) no-repeat center
    center;
  background-size: 28px;
  cursor: pointer;
}
#header .push-set > ul {
  display: none;
  position: absolute;
  top: 28px;
  right: 0;
  width: 160px;
  border-radius: 12px;
  background: var(--light-semantic-background-elevated-primary, #fff);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
}
#header .push-set.active > ul {
  display: block;
}
#header .push-set > ul > li {
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
}
#header .push-set > ul > li + li {
  border-top: 1px solid #e6e6e6;
}
#header .push-set .tit {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  color: var(--light-semantic-text-sub-secondary, #868686);
}
#header .push-set .tit:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_check2.png) no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}
#header .push-set input {
  display: none;
}
#header .push-set label {
  display: flex;
  padding: 8px 16px;
  width: 100%;
  cursor: pointer;
}

/* chat-set */
.chat-set {
  position: relative;
  display: none;
}
.chat-set > button {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../../image/mobile/icon_more_horizontal_40.png) no-repeat
    center center;
  background-size: 40px;
  cursor: pointer;
}
.chat-set > ul {
  display: none;
  position: absolute;
  top: 30px;
  right: 12px;
  z-index: 10;
  width: 160px;
  border-radius: 12px;
  background: var(--light-semantic-background-elevated-primary, #fff);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
}
.chat-set.active > ul {
  display: block;
}
.chat-set > ul > li {
  color: var(--light-semantic-text-primary, #262626);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
}
.chat-set > ul > li + li {
  border-top: 1px solid #e6e6e6;
}
.chat-set .tit {
  display: flex;
  align-items: center;
  padding: 8px 16px 8px 8px;
  color: var(--light-semantic-text-sub-secondary, #868686);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
}
.chat-set .tit:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_check2.png) no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}
.chat-set button {
  display: flex;
  padding: 8px 16px;
  width: 100%;
}

/* 푸터 */
#footer {
  display: none;
  margin: 0 16px 80px;
}
#footer .toggle-btn-fnb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 16px;
  padding: 24px 0 0;
}
#footer .toggle-btn {
  display: block;
  color: var(--light-basic-gray-600, #868686);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
#footer .toggle-btn:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url(../../image/component/icon_accordion_arrow_down.png) no-repeat
    left top;
  background-size: cover;
  margin: -3px 0 0 8px;
  opacity: 0.5;
}
#footer.on .toggle-btn:after {
  background: url(../../image/component/icon_accordion_arrow_up.png) no-repeat
    left top;
  background-size: cover;
}
#footer .fnb a {
  margin: 0 0 0 16px;
  color: var(--Light-Basic-Gray-500, #a6a6a6);
  text-align: right;
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
#footer .toggle-box {
  transition: height 0ms 400ms, opacity 400ms 0ms;
  overflow: hidden;
  height: 0;
  opacity: 0;
}
#footer.on .toggle-box {
  height: auto;
  opacity: 1;
  margin: 0 0 16px;
}
#footer .toggle-box ul {
  padding: 16px;
  border-radius: 8px;
  background: #f6f6f6;
}
#footer .toggle-box li {
  display: flex;
}
#footer .toggle-box li + li {
  margin: 2px 0 0;
}
#footer .toggle-box .tit,
#footer .toggle-box .con {
  color: var(--light-basic-gray-600, #868686);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
#footer .toggle-box .tit {
  width: 100px;
}
#footer .toggle-box .con {
  width: calc(100% - 100px);
}
#footer .copyright {
  margin: 0 0 16px;
  color: var(--light-basic-gray-300, #d6d6d6);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}

/* 하단 네비게이션 바 */
.footer-fixed-menu {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
  max-width: 475px;
  background-color: #fff;
  border-top: 1px solid #d6d6d6;
}
.footer-fixed-menu ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.footer-fixed-menu li {
  display: table-cell;
  vertical-align: middle;
  height: 49px;
  text-align: center;
}
.footer-fixed-menu li a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  height: 100%;
  padding: 0;
  color: var(--Light-Semantic-Text-Primary, #262626);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.footer-fixed-menu li a.active {
  font-weight: 700;
  color: var(--Primary, #0065dd);
}
.footer-fixed-menu li.n2 span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 6px 0 0 10px;
  display: flex;
  height: 16px;
  min-width: 16px;
  padding: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 999px;
  background: var(--Primary-Highlighted, #ee6400);
  color: var(--Light-Basic-White, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.footer-fixed-menu li a:before {
  content: "";
  display: block;
  margin: 3px auto 0;
  width: 28px;
  height: 28px;
  background-size: contain !important;
}
.footer-fixed-menu li.n1 a:before {
  background: url(../../image/mobile/gnb_1.png?20241112) no-repeat;
}
.footer-fixed-menu li.n2 a:before {
  background: url(../../image/mobile/gnb_2.png?20241112) no-repeat;
}
.footer-fixed-menu li.n3 a:before {
  background: url(../../image/mobile/gnb_3.png?20241112) no-repeat;
}
.footer-fixed-menu li.n4 a:before {
  background: url(../../image/mobile/gnb_4.png?20241112) no-repeat;
}
.footer-fixed-menu li.n5 a:before {
  background: url(../../image/mobile/gnb_5.png?20241112) no-repeat;
}
.footer-fixed-menu li.n6 a:before {
  background: url(../../image/mobile/gnb_6.png?20241112) no-repeat;
}
.footer-fixed-menu li.n7 a:before {
  background: url(../../image/mobile/gnb_7.png?20241112) no-repeat;
}
.footer-fixed-menu li.n1 a.active:before {
  background: url(../../image/mobile/gnb_1_active.png?20241112) no-repeat;
}
.footer-fixed-menu li.n2 a.active:before {
  background: url(../../image/mobile/gnb_2_active.png?20241112) no-repeat;
}
.footer-fixed-menu li.n3 a.active:before {
  background: url(../../image/mobile/gnb_3_active.png?20241112) no-repeat;
}
.footer-fixed-menu li.n4 a.active:before {
  background: url(../../image/mobile/gnb_4_active.png?20241112) no-repeat;
}
.footer-fixed-menu li.n5 a.active:before {
  background: url(../../image/mobile/gnb_5_active.png?20241112) no-repeat;
}
.footer-fixed-menu li.n6 a.active:before {
  background: url(../../image/mobile/gnb_6_active.png?20241112) no-repeat;
}
.footer-fixed-menu li.n7 a.active:before {
  background: url(../../image/mobile/gnb_7_active.png?20241112) no-repeat;
}

/* cardinfo */
.cardinfo {
  display: block;
  margin: 16px 0 0;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid var(--light-semantic-border-tertiary, #e6e6e6);
  background: var(--light-basic-gray-100, #f6f6f6);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cardinfo .tit {
  display: flex;
  align-items: center;
  color: var(--light-semantic-text-primary, #262626);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
}
.cardinfo .tit span {
  display: flex;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  margin: 0 8px 0 0;
  border-radius: 6px;
  border: 1px solid var(--light-semantic-fill-reverse-secondary, #262626);
  background: var(--light-semantic-fill-reverse-secondary, #262626);
  color: var(--light-basic-white, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.cardinfo .tit .cardname {
  margin: 2px 0 0;
  display: block;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.44px;
  text-align: left;
  color: #5c5c5c;
}
.cardinfo .con {
  margin: 8px 0 0;
  color: var(--light-semantic-text-sub-primary, #666);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}
.cardinfo .btn-insert2,
.cardinfo .btn-changeNadd {
  display: flex;
  height: 28px;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid var(--light-semantic-border-secondary, #d6d6d6);
  background: var(--light-semantic-fill-reverse-primary, #fff);
  color: var(--light-semantic-text-primary, #262626);
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}

/* cardinfo-more */
.cardinfo-more {
  position: relative;
  margin: -24px 0 0;
}
.cardinfo-more > button {
  display: inline-block;
  width: 24px !important;
  height: 24px;
  background: url(../../image/mobile/icon_more_horizontal.png) no-repeat center
    center;
  background-size: contain;
  cursor: pointer;
  padding: 0 !important;
}
.cardinfo-more > ul {
  display: none;
  position: absolute;
  top: 36px;
  right: 0;
  z-index: 1;
  width: 160px;
  border-radius: 12px;
  background: var(--light-semantic-background-elevated-primary, #fff);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
}
.cardinfo-more.active > ul {
  display: block;
}
.cardinfo-more > ul > li {
  color: var(--light-semantic-text-primary, #262626);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
}
.cardinfo-more > ul > li + li {
  border-top: 1px solid #e6e6e6;
}
.cardinfo-more .tit {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  color: var(--light-semantic-text-sub-secondary, #868686);
}
.cardinfo-more .tit:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_check2.png) no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}
.cardinfo-more button {
  display: flex;
  padding: 8px 16px;
  width: 100%;
}

/*========== 컨텐츠 공용 시작 ==========*/
/*swiper*/
.slider .swiper-container {
  height: auto;
}
.swiper-slide {
  box-sizing: border-box;
}
.swiper-container .swiper-slide img {
  width: 100%;
}

/* main-visual */
.main-visual .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 64%;
  height: 0;
  overflow: hidden;
}
.main-visual .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* square */
.square .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.square .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.square {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.square img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-btn-prev {
  z-index: 10;
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  top: 50%;
  margin-top: -40px;
  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: 30px;
  height: 30px;
  cursor: pointer;
  top: 50%;
  margin-top: -40px;
  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 {
  bottom: 11px !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 2px;
}
.swiper-pagination {
  max-width: 475px;
  width: 100%;
}
.swiper-pagination.swiper-pagination-fraction {
  font-weight: 300;
  border-radius: 50vh;
  font-size: 11px;
  color: #fff;
  left: 50%;
  transform: translateX(-50%) !important;
  margin: 0 auto;
  bottom: 16px;
  width: 40px;
  height: 20px;
  line-height: 20px;
  display: inline-block !important;
  background: rgba(0, 0, 0, 0.4);
}
.swiper-pagination.swiper-pagination-fraction > span {
  font-size: 11px;
}
.swiper-pagination-total {
  color: var(--light-semantic-fill-reverse-tertiery, #c6c6c6) !important;
}
.swiper-pagination-fraction {
  bottom: 16px !important;
}

/* list-empty */
.list-empty {
  padding: 126px 0;
  text-align: center;
}
.list-empty img {
  margin: 0 auto;
  width: 60px;
  height: 60px;
}
.list-empty h1 {
  margin: 16px 0 0;
  color: var(--Light-Semantic-Text-Primary, #262626);
  text-align: center;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 127.273% */
  letter-spacing: -0.066px;
}
.list-empty div {
  color: var(--light-semantic-text-sub-tertiary, #a6a6a6);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: -0.039px;
  margin: 16px 0 0;
}
.list-empty.small {
  padding: 48px 0;
}
.list-empty.large {
  padding: 200px 0;
}

/* result-area */
.result-area {
  padding: 24px 16px 0;
  text-align: center;
  background: #fff;
  overflow: hidden;
}
.result-area.medium {
  padding: 110px 16px 0;
}
.result-area.large {
  padding: 200px 16px 0;
}
.result-area > img {
  margin: 16px auto 0;
  width: 60px;
  height: 60px;
}
.result-area .icon img {
  display: block;
  margin: 16px auto 0;
  width: 60px;
  height: 60px;
}
.result-area .icon-result {
  display: block;
  margin: 24px auto 0;
  width: 60px;
  height: 60px;
  background: url(../../image/mobile/icon_result_chk.png) center center
    no-repeat;
  background-size: contain;
}
.result-area .icon-empty {
  display: block;
  margin: 24px auto 0;
  width: 60px;
  height: 60px;
  background: url(../../image/mobile/icon_empty.png) center center no-repeat;
  background-size: contain;
}
.result-area .icon-verify {
  display: block;
  margin: 24px auto 0;
  width: 60px;
  height: 60px;
  background: url(../../image/mobile/icon_verify.png) center center no-repeat;
  background-size: contain;
}
.result-area .logo {
  display: block;
  margin: 24px auto 120px;
  width: 300px;
  height: 100px;
}
.result-area .logo img {
  width: 100%;
  height: 100%;
}
.result-area h1 {
  margin: 24px auto 0;
  color: var(--light-basic-gray-900, #262626);
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 127.273% */
  letter-spacing: -0.066px;
  white-space: pre-line;
}
.result-area p {
  margin: 16px auto 0;
  color: var(--light-basic-gray-700, #666);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
  white-space: pre-line;
}
.result-area p strong {
  font-weight: bold;
  color: #868686;
}
.result-area .btn-large {
  display: block;
  width: 100%;
  margin: 40px 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;
}

/*board-list-area*/
.board-list-area {
  background: #fff;
  padding: 0 16px;
}
.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: 12%;
}
.board-list-area ul li.chk {
  width: 12%;
}
.board-list-area ul li.cate {
  width: 16%;
}
.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;
  color: var(--light-semantic-text-sub-primary, #666);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
  background: #f9f9f9;
}
.board-list-area .board-list-header > div {
  width: 100%;
  display: block;
  height: auto;
  background: #f9f9f9;
  padding: 0;
  border-top: 1px solid #d6d6d6;
}
.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: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.33px;
  text-align: center;
  color: #666;
}
.board-list-content > div > ul > li.subject {
  padding-left: 4px;
  display: flex;
  align-items: center;
}
.board-list-content > div > ul > li.subject p {
  color: var(--light-semantic-text-primary, #262626);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.045px;
  max-width: 95%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all !important;
  white-space: pre-line !important;
}
.board-list-content > div > ul > li.subject .cate {
  display: inline-flex;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--Light-Basic-Gray-150, #f2f2f2);
  background: var(--Light-Basic-Gray-150, #f2f2f2);
  color: var(--Light-Semantic-Text-Sub-Primary, #666);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.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: #00548b;
  margin: 0 0 0 8px;
}
.board-list-content > div > ul > li.status {
  color: var(--light-semantic-text-sub-secondary, #868686);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}
.board-list-content > div > ul > li.status .btn-small {
  margin: 4px auto 0;
  display: block;
  color: var(--light-semantic-text-primary, #262626);
}
.board-list-content > div > ul > li.term {
  text-align: right;
  color: var(--light-semantic-text-sub-primary, #666);
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.board-list-content > div > ul > li.term span {
  display: block;
  color: #a6a6a6;
}
.board-list-content > div.notice .num {
  color: var(--light-semantic-text-primary, #262626);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 123.077% */
  letter-spacing: -0.039px;
}
.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: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding: 0 8px;
  color: var(--Light-Semantic-Text-Secondary, #464646);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
  border-radius: 8px;
  border: 1px solid var(--Light-Basic-Gray-150, #f2f2f2);
  background: var(--Light-Basic-Gray-150, #f2f2f2);
}
.board-file a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  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 > ul > li {
  height: auto;
  position: relative;
  background: #fff;
  padding: 16px;
  vertical-align: top;
}
.board-list-content .accordion > ul > li p {
  width: calc(100% - 32px);
  color: var(--light-semantic-text-primary, #262626);
  text-align: left;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.045px;
  text-decoration: none;
  cursor: pointer;
  display: -webkit-box;
  line-height: 1.7em;
  height: 1.7em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.board-list-content .accordion .subject > div {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.board-list-content .accordion .subject .status {
  margin-right: 6px;
}
.board-list-content .accordion .num {
  width: 10%;
  color: var(--light-semantic-text-primary, #262626);
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 123.077% */
  letter-spacing: -0.039px;
  padding-top: 20px;
}
.board-list-content .accordion > ul > li p:after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 16px;
  margin-top: 0;
  background: url(../../image/component/icon_accordion_arrow_down.png) no-repeat
    0 0;
  background-size: contain;
  opacity: 1;
}
.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 .date {
  margin: 8px 0 0;
  display: flex;
  justify-content: flex-start;
  color: var(--Light-Semantic-Text-Sub-Secondary, #868686);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.board-list-content .accordion.active > ul > li p {
  height: auto;
  -webkit-line-clamp: initial;
}
.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;
  color: var(--light-semantic-text-secondary, #464646);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.board-list-content .accordion .accordion-content p strong {
  display: block;
  margin: 0 0 16px;
  color: var(--light-semantic-text-secondary, #464646);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 123.077% */
  letter-spacing: -0.039px;
}
.board-list-content .accordion .accordion-content img {
  display: block;
  max-width: 100%;
  margin: 16px 0;
  border-radius: 8px;
}
.board-list-content .accordion .category {
  display: inline-flex;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--Light-Basic-Gray-150, #f2f2f2);
  background: var(--Light-Basic-Gray-150, #f2f2f2);
  color: var(--Light-Semantic-Text-Sub-Primary, #666);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}

/* board-list */
.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 a {
  display: block;
  width: 100%;
  background: url(../../image/mobile/icon_arrow_right.png) no-repeat right
    center;
  background-size: 20px;
  padding: 0 32px 0 0;
}
.board-list.inactive-arrow a {
  background: url();
  padding: 0;
}
.board-list .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 {
  color: var(--light-semantic-text-primary, #262626);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.board-list .date-status {
  display: flex;
  align-items: center;
  margin: 4px 0 0;
}
.board-list .date-status .date {
  color: var(--light-semantic-text-sub-secondary, #868686);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.board-list .date-status span + span {
  margin-left: 8px;
}
.board-list .date-status .status {
  display: flex;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--Light-Basic-Gray-150, #f2f2f2);
  background: var(--Light-Basic-Gray-150, #f2f2f2);
  color: var(--Light-Semantic-Text-Sub-Secondary, #868686);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.board-list .date-status .status.complete {
  color: var(--Light-Basic-Blue, #067df4);
}
.board-list + .btn-group-area {
  padding: 32px 16px 0;
}
.board-list .notice {
  display: flex;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--light-semantic-fill-reverse-secondary, #262626);
  background: var(--light-semantic-fill-reverse-secondary, #262626);
  color: var(--light-basic-white, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.board-list > ul > li.noti {
  background: var(--Light-Basic-Gray-100, #f6f6f6);
  padding: 10px 12px;
}
.board-list > ul > li.event {
  background: var(--Light-Basic-Gray-100, #f6f6f6);
  padding: 10px 12px;
}
.board-list > ul > li.noti a,
.board-list > ul > li.event a {
  background: url();
  padding-right: 16px;
  display: flex;
  align-items: center;
}
.board-list > ul > li.noti a span {
  margin: 0 8px 0 0;
  width: 36px;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--light-semantic-fill-reverse-secondary, #262626);
  background: var(--light-semantic-fill-reverse-secondary, #262626);
  color: var(--light-basic-white, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.board-list > ul > li.event a span {
  margin: 0 8px 0 0;
  width: 38px;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--Light-Pink, #fde6f2);
  background: var(--Light-Pink, #fde6f2);
  color: var(--Primary, #0065dd);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.board-list > ul > li.noti .subject,
.board-list > ul > li.event .subject {
  width: 100%;
  font-size: 14px;
}

/* 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;
}
.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 .cate {
  margin: 0 0 4px;
  color: var(--Primary, #0065dd);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}
.board-view-area .header h1 {
  color: var(--light-semantic-text-primary, #262626);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
  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 {
  color: var(--light-semantic-text-sub-secondary, #868686);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
  margin: 0 8px 0 0;
}
.board-view-area .header .info li a {
  font-size: 11px;
  color: #868686;
  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 .header .notice {
  display: inline-flex;
  margin: 0 4px 0 0;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--light-semantic-fill-reverse-secondary, #262626);
  background: var(--light-semantic-fill-reverse-secondary, #262626);
  color: var(--light-basic-white, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.board-view-area .header .ongoing {
  display: inline-flex;
  margin: 0 4px 0 0;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--Light-Basic-Gray-150, #f2f2f2);
  background: var(--Light-Basic-Gray-150, #f2f2f2);
  color: var(--Light-Basic-Blue, #067df4);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.board-view-area .header .ended {
  display: inline-flex;
  margin: 0 4px 0 0;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--Light-Basic-Gray-150, #f2f2f2);
  background: var(--Light-Basic-Gray-150, #f2f2f2);
  color: var(--Light-Basic-Blue, #868686);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.board-view-area .header .status {
  display: flex;
  height: 21px;
  padding: 4px 6px !important;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--Light-Basic-Gray-150, #f2f2f2);
  background: var(--Light-Basic-Gray-150, #f2f2f2);
  color: var(--Light-Semantic-Text-Sub-Secondary, #868686);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.board-view-area .header .status.complete {
  color: var(--Light-Basic-Blue, #067df4);
}
.board-view-area .header .more-layer {
  position: absolute;
  bottom: 24px;
  right: 0;
}
.board-view-area .header .more-layer > ul {
  right: 8px;
}
.board-view-area .header .more-layer > button {
  background: url(../../image/mobile/icon_more_horizontal.png) no-repeat;
  background-size: contain;
}
.board-view-area .content {
  color: var(--light-semantic-text-secondary, #464646);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
  word-break: break-all;
  white-space: pre-line;
}
.board-view-area .content.small {
  min-height: 100px;
}
.board-view-area .content img {
  display: block;
  width: 100%;
}
.board-view-area .editor-input {
  color: var(--light-semantic-text-secondary, #262626);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
  border: 0;
  padding: 0;
}
.board-view-area .img img {
  max-width: 100%;
  height: auto;
}
/* pimg-name-tit */
.board-view-area .pimg-name-tit {
  display: flex;
  align-items: center;
  margin: 16px 0 0;
}
.board-view-area .pimg img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid var(--color-gray-200, #e6e6e6);
  object-fit: cover;
}
/* name-tit-date */
.board-view-area .name-tit-date {
  display: flex;
  flex-direction: column;
}
.board-view-area .name {
  margin: 0 0 0 12px;
  color: var(--color-gray-700, #262626);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}
.board-view-area .tit {
  margin: 0 0 0 4px;
  color: var(--color-gray-700, #262626);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}
.board-view-area .date {
  margin: 0 0 0 12px;
  color: var(--color-gray-600, #868686);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}

/*board-re*/
.board-re {
  margin: 32px 0 0;
  padding: 16px;
  border-radius: 8px;
  background: var(--light-basic-gray-150, #f6f6f6);
}
.board-re > h1 {
  display: flex;
  align-items: center;
  color: var(--light-semantic-text-secondary, #868686);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.042px;
}
.board-re > h1 strong {
  margin: 0 8px 0 0;
  display: block;
  color: var(--light-semantic-text-sub-secondary, #464646);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.033px;
}
.board-re > div {
  color: var(--light-semantic-text-secondary, #464646);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
  margin: 8px 0 0;
  white-space: pre-line;
}

/* space-between-title */
.space-between-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 16px 0;
  padding: 0 0 12px;
  border-bottom: 1px solid #e6e6e6;
}
.space-between-title .title {
  margin: 0;
  font-size: 16px !important;
}
.space-between-title .right {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--Light-Semantic-Text-Primary, #262626);
  text-align: right;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.space-between-title .right img {
  width: 18px;
  height: 18px;
}
.space-between-title .right select.input-small {
  width: 100px;
}
.my-coupon-point + .space-between-title {
  margin-top: 24px;
}

/* BTT */
.BTT > .title {
  margin: 40px 16px 0;
  padding: 0 0 16px;
  border-bottom: 1px solid #e6e6e6;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.048px;
}
.BTT .guide-txt {
  margin: 8px 16px 0;
  color: var(--Dark-Gray, #3f3f3d);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.BTT .guide-txt2 {
  margin: 8px 16px 0;
  color: var(--light-semantic-text-secondary, #464646);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.BTT > .title-center {
  color: var(--light-semantic-text-primary, #262626);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.054px;
  padding: 28px 0 0;
}
.BTT > ul {
  background: #fff;
  padding: 0 16px;
  text-align: left;
}
.BTT > ul > li {
  margin: 24px 0 0;
}
.BTT > ul > li > .tit {
  display: flex;
  color: var(--light-semantic-text-primary, #262626);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 123.077% */
  letter-spacing: -0.039px;
}
.BTT > ul > li > .tit.map-pin {
  align-items: center;
}
.BTT > ul > li > .tit.map-pin:before {
  content: "";
  width: 24px;
  height: 24px;
  margin: 0 4px 0 0;
  background: url(../../image/mobile/icon_map_pin.png) no-repeat;
  background-size: contain;
}
.BTT > ul > li > .tit.law {
  align-items: center;
}
.BTT > ul > li > .tit.law:before {
  content: "";
  width: 24px;
  height: 24px;
  margin: 0 4px 0 0;
  background: url(../../image/mobile/icon_law2.png) no-repeat;
  background-size: contain;
}
.BTT > ul > li > .tit.clock {
  align-items: center;
}
.BTT > ul > li > .tit.clock:before {
  content: "";
  width: 24px;
  height: 24px;
  margin: 0 4px 0 0;
  background: url(../../image/mobile/icon_clock.png) no-repeat;
  background-size: contain;
}
.BTT > ul > li > .tit.required.space-between::after {
  display: none;
}
.BTT > ul > li > .tit.required.space-between > div {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.BTT > ul > li > .tit.required.space-between > div::after {
  content: "";
  width: 3.7px;
  height: 3.7px;
  background-color: #ff223c;
  border-radius: 50%;
  margin: -3px 0 0 4px;
}
.BTT > ul > li > .icon-tit-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.BTT > ul > li > .icon-tit-btn > div {
  display: flex;
  align-items: center;
  gap: 4px;
}
.BTT > ul > li > .icon-tit-btn > div > img {
  width: 24px;
  height: 24px;
}
.BTT > ul > li > .icon-tit-btn > div > div {
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 123.077% */
  letter-spacing: -0.039px;
}
.BTT > ul > li > .icon-tit-btn .input-small {
  width: 120px;
}
.BTT > ul > li > .icon-tit-btn + .con + hr {
  margin-top: 24px !important;
}
.BTT > ul > li > .con {
  margin: 8px 0 0;
  font-size: 14px;
  color: #565656;
}
.BTT > ul > li > .con .input-medium {
  width: 100%;
  border-radius: 8px;
}
.BTT > ul > li > .con .input-medium + textarea.input-medium {
  margin-top: 8px;
}
.BTT > ul > li > .con textarea.input-medium {
  font-size: 15px !important;
}
.BTT > ul > li > .con input[type="radio"],
.BTT > ul > li > .con input[type="checkbox"] {
  margin: 0 4px 0 0;
}
.BTT .input-regular.btn-add {
  width: calc(100% - 63px);
}
.BTT .input-regular.btn-add + button {
  min-width: auto;
  width: 55px;
  margin-left: 8px;
  padding: 0 12px;
}
.BTT .input-medium.btn-add {
  width: calc(100% - 74px) !important;
}
.BTT .input-medium.btn-add2 {
  width: calc(100% - 182px) !important;
  margin: 0 0 0 8px;
}
.BTT .input-medium.btn-add + button,
.BTT .input-medium.btn-add2 + button {
  min-width: auto;
  width: 66px !important;
  margin-left: 8px;
  padding: 0 12px;
}
.BTT .input-medium.btn-add + button + .input-medium {
  margin: 8px 0 0;
}
.BTT .input-medium.unit-add {
  width: calc(100% - 32px);
}
.BTT .con textarea.input-medium {
  width: 100%;
  height: auto;
}
.BTT > ul > li > .con > label {
  margin: 8px 24px 0 0;
  display: inline-block;
}
/* type-b */
.BTT.type-b .title + ul {
  margin-top: 16px;
}
.BTT.type-b > ul {
  padding: 0 16px 16px;
  margin: 0;
}
.BTT.type-b > ul > li {
  display: table;
  width: 100%;
  table-layout: fixed;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #fff;
  margin: 8px 0 0;
}
.BTT.type-b > ul > li > * {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}
.BTT.type-b > ul > li .tit {
  width: 120px;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.BTT.type-b > ul > li .con {
  margin-top: 0;
  width: calc(100% - 120px);
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
}
.BTT.type-b > ul.last {
  border-bottom: 1px solid #e6e6e6;
}

/* 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;
}

/* Login */
.login-area {
  background: #fff;
  padding: 0 24px;
  text-align: center;
  overflow: hidden;
}
.login-area h1 {
  margin: 24px 0 16px;
  line-height: 1;
  text-align: center;
}
.login-area h1 img {
  width: 300px;
  height: 100px;
  margin: 0 auto;
}
.login-area .input-medium {
  width: 100%;
}
.login-area li + li {
  margin-top: 8px;
}
.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-area .login-join {
  text-align: center;
  margin: 24px 0 0;
  color: var(--light-semantic-text-sub-primary, #666);
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
  text-decoration: none;
}
.login-area .login-join a {
  padding: 0 12px;
  color: var(--light-semantic-text-sub-primary, #000);
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 0.8; /* 153.846% */
  letter-spacing: -0.039px;
  text-decoration: underline;
  display: inline-block;
  text-decoration: none;
}
.login-area .login-join a + a {
  border-left: 1px solid #e6e6e6;
}
.login-area .a-group {
  margin: 32px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0.8;
}
.login-area .a-group a {
  padding: 0 12px;
  color: var(--Light-Semantic-Text-Sub-Primary, #666);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: -0.039px;
}
.login-area .a-group a + a {
  border-left: 1px solid #e6e6e6;
}

/* login-chk-link */
.login-chk-link {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login-chk-link .chk {
  float: left;
}
.login-chk-link .chk > label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #464646;
}
.login-chk-link .chk input {
  margin: 0 4px 0 0;
}
.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;
}
.login-chk-link .link a + a {
  padding-left: 8px;
  line-height: 0.8;
  border-left: 1px solid #a6a6a6;
}

/* member-content */
.member-content {
  background: #fff;
  padding: 0 16px;
  overflow: hidden;
}
.member-content .title {
  margin: 24px 0 0;
  color: var(--light-semantic-text-primary, #262626);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 127.273% */
  letter-spacing: -0.054px;
}
.member-content .member-agree {
  position: relative;
  margin: 16px 0 0;
}
.member-content .member-agree .btn-popup-view {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_arrow.png) no-repeat;
  background-size: contain;
}
.member-content .member-agree h1 {
  font-size: 12px;
}
.member-content .member-agree .textarea-wrap {
  margin: 8px 0 0;
}
.member-content .member-agree textarea.input-regular {
  width: 100%;
  height: 140px;
}
.member-content .member-agree label {
  display: flex;
  align-items: center;
}
.member-content .member-agree .check-all + span {
  color: var(--light-basic-gray-900, #262626);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
}
.member-content label span {
  font-size: 15px;
  color: #161616;
}
.member-content label input {
  margin: 0 8px 0 0 !important;
}
.member-content .member-checked-all {
  margin: 24px 0 0;
}
.member-content .btn-group-area {
  padding: 32px 0 0;
}

/* froala-view */
.froala-view .f-video-editor {
  width: 100%;
  height: auto;
}
.froala-view .f-video-editor iframe {
  width: 100%;
  height: 30vh;
}
.froala-view ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.froala-view ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.froala-view li {
  display: list-item;
  text-align: -webkit-match-parent;
}

.file-upload .gallery-scroll {
  overflow-x: auto;
  overflow-y: hidden;
}
/* @media screen and (max-width: 412px) {
.file-upload .gallery-scroll::-webkit-scrollbar {
  background: #fff !important;
}
} */
.file-upload .gallery-scroll::-webkit-scrollbar {
  background: #fff !important;
}
.file-upload .gallery-scroll .gallery {
  width: 750px;
}
.file-upload .upload > input {
  top: -6px;
  height: 35px;
}

/* main-notice */
.main-notice {
  margin: 40px 0 0;
}
.main-notice .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 16px;
  margin: 0 0 16px;
  border-bottom: 1px solid #e6e6e6;
}
.main-notice .title h1 {
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: -0.048px;
}
.main-notice .title .more {
  width: 20px;
  height: 20px;
  background: url(../../image/mobile/icon_more.png) no-repeat;
  background-size: contain;
}
.main-notice > ul > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0 0;
}
.main-notice > ul > li a {
  width: calc(100% - 86px);
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
  padding-right: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.main-notice > ul > li span {
  width: 86px;
  color: var(--light-semantic-text-sub-secondary, #868686);
  text-align: right;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}
.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;
}

/* split2 */
.split2 {
  display: inline-block;
  width: calc((100% - 8px) / 2) !important;
}
.split2 + .split2 {
  margin-left: 8px;
}

/* split3 */
.split3 {
  display: inline-block;
  width: calc((100% - 16px) / 3) !important;
}
.split3 + .split3 {
  margin-left: 4px;
}

/* split4 */
.split4 {
  display: inline-block;
  width: calc((100% - 24px) / 4) !important;
}
.split4 + .split4 {
  margin-left: 8px;
}

/* login-history */
.login-history {
  margin: 24px 0 0;
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  border-radius: 12px;
  background: var(--light-basic-gray-100, #f6f6f6);
}
.login-history .tit {
  color: var(--light-semantic-text-secondary, #464646);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.login-history .con {
  color: var(--light-semantic-text-sub-tertiary, #a6a6a6);
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}

/* 활성화 */
body.active-logo #header > h1,
body.active-push #header .push,
body.active-cart #header .cart,
body.active-more #header .more,
body.active-set #header .set,
body.active-mypage #header .mypage,
body.active-menu #header .menu,
body.active-write #header .write,
body.active-chat #header .chat,
body.active-push-set #header .push-set,
body.active-share #header .share,
body.active-home #header .home {
  display: inline-block;
}

body.active-logo-center #header > h1 {
  display: inline-block;
  width: 180px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.active-logo-center #header > h1 a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../../image/mobile/logo_navigation_m.png) no-repeat;
  background-size: contain;
  text-indent: -5000px;
}

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: 49px !important;
}
body.active-border-bottom-header #header {
  border-bottom: 1px solid #e6e6e6;
}
body.wrapper-bg #wrapper {
  background: linear-gradient(180deg, #fff 9.67%, #f2f2f2 28.59%);
}

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

/* mypage-menu */
.mypage-menu {
  padding: 0 16px;
}
.mypage-menu article {
  padding: 24px 0;
  border-bottom: 1px solid #e6e6e6;
}
.mypage-menu article:last-child {
  border-bottom: 0;
}
.mypage-menu > article > h1 {
  margin: 0 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
}
.mypage-menu > article > h1 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
}
.mypage-menu > article > h1 a:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_arrow.png) no-repeat;
  background-size: contain;
}
.mypage-menu > article > h1 + h1 {
  margin: 0;
}
.mypage-menu > article > ul > li {
  margin: 24px 0 0;
}
.mypage-menu > article > ul > li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--light-semantic-text-primary, #262626);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
}
.mypage-menu > article > ul > li a:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_arrow.png) no-repeat;
  background-size: contain;
  opacity: 0.6;
}
.mypage-menu > article > ul > li button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--light-semantic-text-primary, #262626);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
}
.mypage-menu > article > ul > li button:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_arrow.png) no-repeat;
  background-size: contain;
  opacity: 0.6;
}
.mypage-menu .profile-info {
  display: flex;
  align-items: center;
  padding: 24px 0 16px;
}
.mypage-menu .profile-info .img {
  border-radius: 50%;
  border: 1px solid var(--light-basic-gray-200, #e6e6e6);
}
.mypage-menu .profile-info .img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}
.mypage-menu .profile-info .qr {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid var(--Light-Semantic-Border-Secondary, #d6d6d6);
  background: var(--Light-Semantic-Background, #fff);
}
.mypage-menu .profile-info .qr img {
  width: 45.6px;
  height: 45.6px;
}
.mypage-menu .profile-info .info {
  width: calc(100% - 80px);
  padding-left: 16px;
}
.mypage-menu .profile-info .name {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: -0.048px;
}
.mypage-menu .profile-info .name small {
  color: var(--Light-Semantic-Text-Sub-Tertiary, #a6a6a6);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.mypage-menu .profile-info .btn-small {
  margin: 8px 0 0;
}
.mypage-menu .profile-info .id {
  color: var(--Light-Semantic-Text-Sub-Tertiary, #a6a6a6);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.mypage-menu .profile-info .btn-regist {
  display: flex;
  align-items: center;
  width: 100%;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
  background: url(../../image/mobile/icon_arrow_right.png) no-repeat right
    center;
  background-size: 20px;
}
.mypage-menu .profile-info .btn-regist img {
  margin: 0 8px 0 0;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  border: 1px solid var(--Light-Basic-Gray-200, #e6e6e6);
  object-fit: cover;
}
/* type-b */
.mypage-menu .profile-info.type-b .img img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
.mypage-menu .profile-info.type-b .info {
  width: calc(100% - 48px);
}
.mypage-menu .profile-info.type-b .name {
  color: var(--Light-Semantic-Text-Primary, #262626);

  /* Typhography/Body Highlighted M */
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.mypage-menu .profile-info.type-b .member-code {
  margin: 4px 0 0;
  color: var(--Light-Semantic-Text-Sub-Primary, #666);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.mypage-menu .profile-info.type-b .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mypage-menu .profile-info.type-b .info .btn-small {
  margin: 0;
}

/* member-info */
.member-info {
  padding: 16px 0;
  margin: 0 16px;
  border-bottom: 1px solid #e6e6e6;
}
.member-info a {
  display: flex;
  align-items: center;
  background: url(../../image/mobile/icon_arrow.png) no-repeat right center;
  background-size: 24px;
}
.member-info .img img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
}
.member-info .name {
  display: flex;
  align-items: center;
  padding-left: 12px;
  color: var(--light-semantic-text-primary, #262626);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: -0.048px;
}
.member-info .name img {
  width: 20px;
  height: 20px;
  margin: 0 0 0 4px;
}

/* img-view-slide */
.swiper-container.img-view-slide .swiper-slide {
  position: relative;
  width: 80px !important;
  padding-bottom: 80px !important;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--light-basic-gray-200, #e6e6e6);
}
.swiper-container.img-view-slide .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.swiper-container.img-view-slide .swiper-slide.last {
  border: 0;
}

/* 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: 4px;
  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: 72px;
  height: 32px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
  border-radius: 8px;
  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-modify:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_modify.png) no-repeat;
  background-size: contain;
}

/* btn-delete */
.btn-delete {
  width: 72px;
  height: 32px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
  border-radius: 8px;
  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-delete:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_delete.png) no-repeat;
  background-size: contain;
}

/* fixed-header-btn */
.fixed-header-btn {
  position: fixed;
  left: 50%;
  top: 12px;
  transform: translate(-50%, -0);
  z-index: 100;
  max-width: 475px;
  width: 100%;
  height: 1px;
}
.fixed-header-btn .btn-graph {
  position: absolute;
  top: 0;
  right: 16px;
  width: 24px;
  height: 24px;
  background: red url(../../image/mobile/icon_graph.png) no-repeat;
  background-size: contain;
}

/* 정렬 */
.display-flex {
  display: flex;
}
.display-inline-flex {
  display: inline-flex;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-flex-end {
  justify-content: flex-end !important;
}
.justify-content-space-between {
  justify-content: space-between;
}
.align-items-center {
  align-items: center !important;
}
.align-items-flex-start {
  align-items: flex-start !important;
}
.align-items-flex-end {
  align-items: flex-end !important;
}
.flex-wrap-wrap {
  flex-wrap: wrap;
}
.flex-direction-column {
  flex-direction: column;
}

select,
select option[selected] {
  color: #9595b2;
}
select option,
select.active {
  color: #191923;
}

/* select ellipsis */
select.input-regular.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  padding-right: 66px;
}

/*hybrid-mobile web 시작*/

@media screen and (min-width: 960px) {
  #wrapper:before {
    content: "";
    position: fixed;
    top: -1px;
    bottom: 0;
    width: 475px;
    border: 1px solid var(--light-semantic-border-tertiary, #e6e6e6);
    z-index: 100;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    max-width: 475px;
  }
}

/*hybrid-mobile web 끝*/

/* sns-login */
.sns-login {
  margin: 32px 0 0;
}
.sns-login button {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-gray-900, #262626);
  text-align: center;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px; /* 126.667% */
  letter-spacing: -0.045px;
  background-size: 40px !important;
}
.sns-login button + button {
  margin: 8px 0 0;
}
.sns-login button.kakao {
  background: #fee500 url(../../image/mobile/icon-sns-login-kakao.png) no-repeat
    4px center;
}
.sns-login button.naver {
  color: var(--color-white, #fff);
  background: #27d34a url(../../image/mobile/icon-sns-login-naver.png) no-repeat
    4px center;
}
.sns-login button.apple {
  color: var(--color-white, #fff);
  background: #000 url(../../image/mobile/icon-sns-login-apple.png) no-repeat
    4px center;
}
.sns-login button.google {
  border: 1px solid var(--color-gray-300, #c6c6c6);
  background: #fff url(../../image/mobile/icon-sns-login-google.png) no-repeat
    4px center;
}

/* sns-login-circle */
.sns-login-circle {
  margin: 40px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns-login-circle button {
  margin: 0 12px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-indent: -5000px;
}
.sns-login-circle button.kakao {
  background: #fee500 url(../../image/mobile/icon-sns-login-kakao.png) no-repeat
    center center;
  background-size: 40px;
}
.sns-login-circle button.naver {
  color: var(--color-white, #fff);
  background: #27d34a url(../../image/mobile/icon-sns-login-naver.png) no-repeat
    center center;
  background-size: 40px;
}
.sns-login-circle button.apple {
  color: var(--color-white, #fff);
  background: #000 url(../../image/mobile/icon-sns-login-apple.png) no-repeat
    center center;
  background-size: 40px;
}
.sns-login-circle button.google {
  border: 1px solid var(--color-gray-300, #c6c6c6);
  background: #fff url(../../image/mobile/icon-sns-login-google.png) no-repeat
    center center;
  background-size: 40px;
}

/* download */
.btn-small.download {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.btn-small.download:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../../image/mobile/icon_download.png) no-repeat;
  background-size: contain;
  margin: 0 4px 0 0;
}

/* download2 */
.btn-small.download2 {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--light-basic-gray-150, #f2f2f2);
  background: var(--light-basic-gray-150, #f2f2f2);
  color: var(--light-semantic-text-secondary, #464646);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}
.btn-small.download2:after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../../image/mobile/icon_download.png) no-repeat;
  background-size: contain;
  margin: 0 4px 0 0;
}

/* write */
.btn-small.write {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.btn-small.write:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../../image/mobile/icon_write.png) no-repeat;
  background-size: contain;
  margin: 0 4px 0 0;
}

/* write-blue */
.btn-small.write-blue {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.btn-small.write-blue:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../../image/mobile/icon_write_blue.png) no-repeat;
  background-size: contain;
  margin: 0 4px 0 0;
}

/* chat */
.btn-small.chat {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.btn-small.chat:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../../image/mobile/icon_chat.png) no-repeat;
  background-size: contain;
  margin: 0 4px 0 0;
}

/* profile */
.btn-small.profile {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.btn-small.profile:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../../image/mobile/icon_profile2.png) no-repeat;
  background-size: contain;
  margin: 0 4px 0 0;
}

/* .btn-small.edit */
.btn-small.edit {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-small.edit:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../../image/mobile/icon_edit.png) no-repeat;
  background-size: contain;
  margin: 0 4px 0 0;
}

/* .btn-small.reload */
.btn-small.reload {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.btn-small.reload:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../../image/mobile/icon_reload.png) no-repeat;
  background-size: contain;
  margin: 0 4px 0 0;
}

/* .btn-small.view */
.btn-small.view {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.btn-small.view:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../../image/mobile/icon_view.png) no-repeat;
  background-size: contain;
  margin: 0 4px 0 0;
}

/* .btn-small.chk */
.btn-small.chk {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.btn-small.chk:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../../image/mobile/icon_check.png) no-repeat;
  background-size: contain;
  margin: 0 4px 0 0;
}

/* btn-url */
.btn-url {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  background: url(../../image/mobile/icon_url.png) no-repeat;
  background-size: contain;
  margin: 0 0 0 4px;
}

/* fixed-bottom-btn */
.fixed-bottom-btn {
  position: fixed;
  left: auto;
  bottom: 0;
  z-index: 1;
  padding: 16px;
  max-width: 475px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed-bottom-btn.column {
  flex-direction: column;
}
.fixed-bottom-btn.more-bar {
  padding-bottom: 0;
}
.fixed-bottom-btn.more-bar > div {
  display: inline-flex;
  padding: 21px 8px 8px 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #fff;
}
.fixed-bottom-btn.more-bar button {
  width: 134px;
  height: 5px;
  border-radius: 999px;
  background: var(--Light-Semantic-Fill-Inverse-Secondary, #000);
}
body.active-footer-fixed-menu .fixed-bottom-btn {
  margin: 0 0 49px;
}

/* space-between */
.space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* display-flex */
.display-flex {
  display: flex;
}

/* inline-flex */
.inline-flex {
  display: inline-flex !important;
}

.file-upload.inner-btn.profile {
  position: relative;
  display: block;
  margin: 24px auto 0;
  width: 100px;
}
.file-upload.inner-btn.profile .gallery {
  background: #fff url();
  border: 0;
}
.file-upload.inner-btn.profile .img-thumb {
  background: url(../../image/mobile/pimgd.png) no-repeat 0 0;
  background-size: contain;
  border-radius: 50%;
  overflow: inherit;
  padding: 0 !important;
}
.file-upload.inner-btn.profile .img-thumb.img {
  background: url(../../image/mobile/dimg.png) no-repeat 0 0;
  background-size: contain;
}
.file-upload.inner-btn.profile .img-thumb img {
  border-radius: 50%;
}
.file-upload.inner-btn.profile .upload {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  z-index: 3;
  width: 28px;
  height: 28px;
  background: url(../../image/mobile/icon_camera2.png) no-repeat;
  background-size: contain;
}

/* type-b */
.file-upload.type-b {
  display: flex;
  align-items: center;
}
.file-upload.type-b .upload {
  width: 70px;
  height: 70px;
}
.file-upload.type-b .upload .btn-small.img-type {
  min-width: 70px;
  width: 70px;
  height: 70px;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--light-semantic-text-sub-primary, #666);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.file-upload.type-b .upload .btn-small.img-type:before {
  margin: 0 0 4px !important;
  background-size: 24px;
}
.file-upload.type-b .gallery-scroll {
  width: calc(100% - 78px);
  margin: 0 !important;
  overflow-x: auto !important;
  overflow-y: hidden;
}
.file-upload.type-b .gallery-scroll::-webkit-scrollbar {
  width: 100%;
  height: 0 !important;
}
.file-upload.type-b .gallery-scroll .gallery {
  margin: 0 !important;
  width: 700px;
}
.file-upload.type-b .gallery-scroll .gallery .img-thumb {
  margin: 0 0 0 8px !important;
  width: 70px;
  height: 70px;
}
.file-upload.type-b .gallery-scroll .gallery .img-thumb .delete {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

/* tit-con-space-between */
.tit-con-space-between {
  padding: 12px 16px 0;
}
.tit-con-space-between > ul > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tit-con-space-between > ul > li + li {
  margin: 12px 0 0;
}
.tit-con-space-between .tit {
  color: var(--light-semantic-text-sub-secondary, #868686);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
.tit-con-space-between .con {
  color: var(--light-semantic-text-primary, #262626);
  text-align: right;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
}
.tit-con-space-between .con strong {
  color: var(--Light-Semantic-Text-Primary, #262626);
  text-align: right;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: -0.048px;
}

/* tit-con */
.tit-con {
  padding: 0;
}
.tit-con > li {
  display: flex;
  margin: 12px 0 0;
}
.tit-con .tit {
  padding: 2px 16px 2px 0;
  width: 88px;
  color: var(--light-semantic-text-sub-secondary, #868686);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%; /* 133.333% */
  letter-spacing: -0.036px;
}
.tit-con .con {
  width: calc(100% - 88px);
  color: var(--light-semantic-text-primary, #262626);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 150% */
  letter-spacing: -0.042px;
  word-break: break-all !important;
  white-space: pre-line;
}

.inactive-border-top {
  border-top: 0 !important;
}

/* fixed-bottom-wrap */
.fixed-bottom-wrap {
  position: fixed;
  top: 0;
  left: auto;
  z-index: 102;
  width: 100%;
  max-width: 475px;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
.fixed-bottom-wrap .fixed-bottom {
  position: absolute;
  bottom: 0;
  max-width: 475px;
  z-index: 99;
  width: 100%;
  border-radius: 16px 16px 0px 0px;
  background: var(--light-semantic-background-elevated-primary, #fff);
  border: 1px solid #d6d6d6;
  padding: 32px 24px 24px;
  text-align: left;
}
.fixed-bottom-wrap.active {
  display: block;
}
.fixed-bottom-wrap .fixed-bottom .title.align-center {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--Light-Semantic-Text-Primary, #262626);
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.054px;
}
.fixed-bottom-wrap .fixed-bottom .title img {
  width: 18px;
  height: 18px;
}
.fixed-bottom-wrap .btn-close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
  width: 32px;
  height: 32px;
  background: url(../../image/mobile/icon_close.png) no-repeat;
  background-size: contain;
}
.fixed-bottom-wrap .fixed-bottom > ul > li > button {
  height: 47px;
  color: var(--light-semantic-text-primary, #262626);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
}
.fixed-bottom-wrap .fixed-bottom > .title {
  margin: 0 0 8px;
  color: var(--light-semantic-text-primary, #262626);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.054px;
}
.fixed-bottom-wrap .btn-close-bar {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 10px auto;
  width: 56px;
  height: 5px;
  border-radius: 999px;
  background: var(--primary-gray-gray300, #dfdfdf);
}
.fixed-bottom-wrap .fixed-bottom-wrap-content {
  margin: 8px 0 0;
  color: var(--Light-Semantic-Text-Sub-Primary, #666);
  text-align: center;

  /* Typhography/Body L */
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
}

/* push-list */
.push-list {
  padding: 8px 16px 0;
}
.push-list > button {
  float: right;
  margin: 0 0 8px;
}
.push-list > ul {
  overflow: hidden;
  clear: both;
}
.push-list > ul > li {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
.push-list > ul > li a {
  display: block;
  padding: 16px 0 16px 40px;
}
.push-list > ul > li a:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_email.png) no-repeat;
  background-size: contain;
}
.push-list > ul > li .date {
  color: var(--light-semantic-text-sub-secondary, #868686);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.push-list > ul > li .tit {
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
.push-list > ul > li .con {
  margin: 8px 0 0;
  padding-right: 48px;
  color: var(--Light-Semantic-Text-Secondary, #464646);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
  word-break: keep-all;
}
.push-list > ul > li .delete {
  position: absolute;
  top: 8px;
  right: 8px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../../image/component/icon_modal_close.png) center center
    no-repeat;
  background-size: contain;
  opacity: 0.5;
  z-index: 1;
}
.push-list > ul > li.read a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.push-list > ul > li.read .con {
  color: #868686;
}
.push-list .list-empty {
  padding: 126px 0 306px;
}

.check-all-txt {
  margin: 8px 0 0;
  color: var(--light-semantic-text-sub-primary, #666);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}

/* square */
.btn-small.img-type.square {
  min-width: auto;
  width: 80px !important;
  height: 80px !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.btn-small.img-type.square:before {
  margin: 0 auto;
}

.file-upload.display-flex {
  position: relative;
}
.file-upload.display-flex .gallery {
  margin: 0 !important;
}
.file-upload.display-flex .gallery .img-thumb {
  width: 80px;
  height: 80px;
  margin: 0;
}
.file-upload.display-flex .upload {
  width: 80px;
  height: 80px;
}
.file-upload.display-flex .upload > input {
  top: 0;
  height: 80px;
}
.file-upload.display-flex .gallery-scroll {
  width: calc(100% - 80px);
  margin: 0 0 0 8px;
  display: block;
}

.product-info-insert {
  width: 1080px;
  overflow: hidden;
}

.file-upload.display-flex .gallery-scroll .gallery .img-thumb + .img-thumb {
  margin: 0 0 0 8px;
}

.job-type2-1 .con,
.job-type2-2 .con,
.job-type2-3 .con {
  display: flex;
  flex-wrap: wrap;
  margin: 0 !important;
}
.job-type2-2,
.job-type2-3 {
  display: none;
}

.status {
  display: inline-flex;
  height: 21px;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: var(--light-basic-gray-150, #f2f2f2);
  color: var(--light-basic-blue, #868686);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.036px;
}
.status.blue {
  background: #0065dd;
  color: var(--Light-Basic-White, #fff) !important;
  border: 1px solid #0065dd;
}
.status.green {
  background: #04b54c;
  color: var(--Light-Basic-White, #fff) !important;
  border: 1px solid #04b54c;
}
.status.gray {
  background: #868686;
  color: var(--Light-Basic-White, #fff) !important;
  border: 1px solid #868686;
}
.status.black {
  background: #262626;
  color: var(--Light-Basic-White, #fff) !important;
  border: 1px solid #262626;
}
.status.orange {
  background: #e9442e;
  color: var(--Light-Basic-White, #fff) !important;
  border: 1px solid #e9442e;
}

.btn-xsmall {
  display: flex;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--light-basic-gray-900, #262626);
  background: var(--light-basic-gray-900, #262626);
  color: var(--light-basic-white, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}

/* more-layer */
.more-layer {
  position: relative;
  margin: 0;
}
.more-layer > button {
  display: inline-block;
  width: 24px !important;
  height: 24px !important;
  background: url(../../image/mobile/icon_more_horizontal.png) no-repeat right
    center;
  background-size: contain;
  cursor: pointer;
}
.more-layer > button.type-b {
  display: inline-block;
  width: 40px !important;
  height: 40px !important;
  background: url(../../image/mobile/icon_more_horizontal2.png) no-repeat center
    center !important;
  background-size: 20px !important;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
}
.more-layer > ul {
  display: none;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 10;
  width: 160px;
  border-radius: 12px;
  background: var(--light-semantic-background-elevated-primary, #fff);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
}
.more-layer.active > ul {
  display: block;
}
.more-layer > ul > li {
  color: var(--light-semantic-text-primary, #262626);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
}
.more-layer > ul > li + li {
  border-top: 1px solid #e6e6e6;
}
.more-layer .tit {
  display: flex;
  align-items: center;
  padding: 8px 16px 8px 8px;
  color: var(--light-semantic-text-sub-secondary, #868686);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
}
.more-layer .tit:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_check2.png) no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}
.more-layer button {
  display: flex;
  padding: 8px 16px;
  width: 100%;
}

/* title */
.title {
  margin: 40px 16px 0;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: -0.054px;
}

/* explanation */
.explanation {
  display: inline-flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: var(--Light-Basic-Gray-100, #f6f6f6);
  color: var(--Light-Semantic-Text-Secondary, #464646);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}

.column {
  flex-direction: column;
}

/* btn-radio-checkbox */
.btn-radio-checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
  margin: 16px 0 0;
}
.btn-radio-checkbox label {
  margin: 8px 8px 0 0;
}
.btn-radio-checkbox input {
  display: none;
}
.btn-radio-checkbox span {
  display: flex;
  height: 40px;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--Light-Semantic-Border-Secondary, #d6d6d6);
  background: var(--Light-Semantic-Fill-Reverse-Primary, #fff);
  color: var(--Light-Semantic-Text-Primary, #262626);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 123.077% */
  letter-spacing: -0.039px;
}
.btn-radio-checkbox span img {
  width: 20px;
  height: 20px;
  margin: 0 6px 0 0;
}
.btn-radio-checkbox input:checked + span {
  border: 2px solid var(--Primary, #0065dd);
}
/* cols3 */
.btn-radio-checkbox.cols3 label {
  width: calc((100% - 16px) / 3);
  margin: 8px 8px 0 0;
}
.btn-radio-checkbox.cols3 label:nth-child(3n) {
  margin-right: 0;
}
/* cols4 */
.btn-radio-checkbox.cols4 label {
  width: calc((100% - 24px) / 4);
  margin: 8px 8px 0 0;
}
.btn-radio-checkbox.cols4 label:nth-child(4n) {
  margin-right: 0;
}
/* type-b */
.btn-radio-checkbox.type-b span {
  color: var(--Light-Semantic-Text-Secondary, #464646);
  font-weight: 400;
  border-radius: 20px;
  border: 1px solid var(--Light-Semantic-Border-Tertiary, #e6e6e6);
  background: var(--Light-Semantic-Fill-Reverse-Primary, #fff);
}
.btn-radio-checkbox.type-b input:checked + span {
  color: var(--Light-Semantic-Text-Secondary, #fff);
  font-weight: 400;
  border: 1px solid var(--Light-Semantic-Border-Tertiary, #0065dd) !important;
  background: var(--Light-Semantic-Fill-Reverse-Primary, #0065dd);
}

/* unit-wrap */
.unit-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 48px;
  border-radius: 8px;
  border: 1px solid var(--light-semantic-border-secondary, #e6e6e6);
  background: var(--light-semantic-background-elevated-primary, #fff);
  padding: 0 16px;
  color: var(--Light-Semantic-Text-Sub-Primary, #666);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
}
.unit-wrap input {
  width: calc(100% - 24px);
  height: 48px;
  background: transparent;
  font-size: 15px;
  font-weight: 400;
}

/* intro */
body.active-intro #header {
  display: none;
}
.intro {
  min-width: auto;
  max-width: 475px;
  width: 100%;
  min-height: 100%;
  position: fixed;
  top: 50%;
  z-index: 100;
  height: 100%;
  transform: translateY(-50%);
  background: url(../../image/mobile/intro.png) no-repeat;
  background-size: cover;
}
.intro a {
  display: block;
  width: 100%;
  height: 100%;
}
.intro .text1 {
  margin: 60px 0 0 32px;
  color: #fff;
  font-family: Pretendard;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 125% */
  letter-spacing: -0.04px;
}
.intro .logo {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  height: 50px;
}

/* fixed-bottom-right */
#fixed-bottom-right {
  position: fixed;
  bottom: 117px;
  z-index: 50;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 475px;
  height: 1px;
}

/* refresh */
button.refresh {
  margin-right: 16px;
  width: 52px;
  height: 52px;
  background: url(../../image/mobile/icon_refresh.png) no-repeat;
  background-size: contain;
}

/* writing */
button.writing {
  margin-right: 16px;
  width: 52px;
  height: 52px;
  background: url(../../image/mobile/icon_writing.png) no-repeat;
  background-size: contain;
}

/* event-list */
.event-list {
  background-color: #ffffff;
  padding: 0 16px;
}
.event-list > ul > li {
  padding: 16px 0;
}
.event-list > ul > li:last-child {
  padding-bottom: 0;
}
.event-list .img {
  position: relative;
  width: 100%;
  padding-bottom: 34.98%;
  height: 0;
  overflow: hidden;
}
.event-list .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.event-list .subject-period {
  padding-right: 60px;
  background: url(../../image/mobile/icon_arrow_right.png) no-repeat right
    center;
  background-size: 20px;
}
.event-list .subject {
  margin: 16px 0 8px;
  text-align: left;
}
.event-list .subject a {
  display: block;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.event-list .subject a:hover {
  text-decoration: underline;
}
.event-list .period {
  display: flex;
  align-items: center;
  color: var(--Light-Semantic-Text-Sub-Secondary, #868686);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.event-list .period span {
  margin-right: 8px;
  display: inline-flex;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--Light-Basic-Gray-150, #f2f2f2);
  background: var(--Light-Basic-Gray-150, #f2f2f2);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.03px;
}
.event-list .period span.ongoing {
  color: var(--Light-Basic-Blue, #067df4);
}
.event-list .period span.ended {
  color: var(--Light-Basic-Blue, #868686);
}

.title-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #f2f2f2;
}
.title-more .more {
  width: 20px;
  height: 20px;
  background: url(../../image/mobile/icon_arrow_right.png) no-repeat;
  background-size: contain;
}

/* search-area */
.search-area {
  position: relative;
  padding: 16px;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}
.search-area .region {
  margin: 0 0 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-area .region .input-regular {
  width: calc((100% - 16px) / 3);
  height: 40px;
  margin: 0 8px 0 0;
  border-radius: 8px;
}
.search-area .region .input-regular:nth-child(3n) {
  margin-right: 0;
}
.search-area .search-large .input-large {
  width: calc(100% - 32px);
  height: 40px;
  border-radius: 8px;
}

/* map */
.map {
  position: relative;
  border-radius: 8px;
  padding-bottom: 58.3%;
  height: 0;
  overflow: hidden;
  margin: 16px 16px 0;
  border: 1px solid var(--light-semantic-border-tertiary, #e6e6e6);
}
.map > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: auto;
}
.map > div::-webkit-scrollbar {
  width: 0;
}
.map .marker {
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 1;
  background: url(../../image/mobile/icon_map_mark.png) no-repeat;
  background-size: contain;
}
.map .marker-pin {
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 1;
  background: url(../../image/mobile/icon_map_pin.png) no-repeat;
  background-size: contain;
}

.btn-small img {
  width: 18px;
  height: 18px;
  margin: 0 4px 0 0;
}

.guide-text {
  margin: 8px 16px 0;
  color: var(--Light-Semantic-Text-Sub-Primary, #666);

  /* Typhography/Body M */
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.guide-text.icon strong {
  display: flex;
  justify-content: center;
  align-items: center;
}
.guide-text.icon strong:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../../image/mobile/emoji_backhand_index_pointing_right.png)
    no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}
.guide-text.border-bottom {
  padding: 0 0 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
}

/* table01 */
.table01 {
  margin: 12px 0 0;
  width: 100%;
}
.table01 th {
  border: 1px solid #e6e6e6;
  vertical-align: middle;
  background: var(--sys-background-tertiary, #f6f6f6);
  padding: 9px 2px;
  color: var(--Light-Semantic-Text-Sub-Primary, #666);
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}
.table01 td {
  border: 1px solid #e6e6e6;
  vertical-align: middle;
  padding: 9px 2px;
  color: var(--Light-Semantic-Text-Primary, #262626);
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}

/* authentication-time */
.authentication-time {
  position: relative;
}
.authentication-time #time {
  position: absolute;
  top: 16px;
  right: 90px;
  z-index: 1;
  display: block;
  color: var(--Light-Basic-Blue, #067df4);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px; /* 126.667% */
  letter-spacing: -0.045px;
}

/* find-id-completed */
.find-id-completed > ul > li {
  display: flex;
  align-items: center;
  margin: 24px 16px 0;
}
.find-id-completed .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
}
.find-id-completed .icon.kakao {
  background-color: #fee500;
}
.find-id-completed .icon.naver {
  background-color: #27d34a;
}
.find-id-completed .icon.apple {
  background-color: #000;
}
.find-id-completed .icon img {
  width: 32px;
  height: 32px;
}
.find-id-completed .id-info {
  padding: 0 0 0 8px;
}
.find-id-completed .id {
  color: var(--light-semantic-text-primary, #262626);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.find-id-completed .info {
  margin: 4px 0 0;
  color: var(--light-semantic-text-sub-primary, #a6a6a6);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.find-id-completed .info span {
  color: #666;
}

/* 메뉴레이어 */
.menu-slidebar {
  min-width: auto !important;
  width: 288px !important;
  height: 100%;
  border-radius: 0 !important;
  transform: translateX(0);
  position: fixed !important;
  top: 0 !important;
  left: auto !important;
  right: 0 !important;
}
.menu-slidebar .top {
  height: 48px;
  background: #fff;
  text-align: left;
  overflow: hidden;
}
.menu-slidebar .top h1 {
  display: inline-block;
  width: 180px;
  height: 48px;
  margin: 1px 0 1px 8px;
}
.menu-slidebar .top h1 a {
  display: block;
  width: 100%;
  height: 100%;
}
.menu-slidebar .top h1 a img {
  width: 100%;
  height: 100%;
}
.menu-slidebar .top .b-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  background: url(../../image/component/icon_modal_close.png);
  background-size: contain;
  text-indent: -5000px;
  z-index: 99;
}
.menu-slidebar .member-login {
  padding: 24px;
}
.menu-slidebar .member-login .tit {
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: -0.048px;
}
.menu-slidebar .member-login .con {
  margin: 8px 0 0;
  color: var(--Light-Semantic-Text-Sub-Primary, #666);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}

/* gnbWrap */
.gnbWrap {
  height: 100%;
  overflow: auto;
  background: #fff;
  padding: 0 0 60px;
}
.gnbWrap .gnbBox {
  margin: 0;
  padding: 0;
}
.gnbWrap .gnbBox > li {
  background: #fff;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.gnbWrap .gnbBox > li > a,
.gnbWrap .gnbBox > li .title {
  margin: 0;
  position: relative;
  display: block;
  padding: 14px 24px 14px 24px;
  height: auto;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
  background: #fff;
}
.gnbWrap .gnbBox > li .title {
  background: url(../../image/component/icon_accordion_arrow_down.png) right
    16px center no-repeat;
  background-size: 20px;
}
.gnbWrap .gnbBox > li.on .title {
  background: url(../../image/component/icon_accordion_arrow_up.png) right 16px
    center no-repeat;
  background-size: 20px;
}
.gnbWrap .gnbBox > li .title a {
  color: #464646;
}
.gnbWrap .gnbBox > li ul {
  display: none;
  border-radius: 8px;
  background: var(--Light-Basic-Gray-100, #f6f6f6);
  padding: 2px 0;
  margin: 0 24px;
}
.gnbWrap .gnbBox > li ul li a {
  display: block;
  height: 19px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: left;
  color: #767676;
  margin: 16px 0 16px 16px;
}
.gnbWrap .gnbBox > li ul li a:before {
  content: " - ";
}
.gnbWrap .gnbBox > li.on ul {
  display: block;
}
.gnbWrap .gnbBox > li > a {
  background: url(../../image/component/icon_pagination_next.png) right 10px
    center no-repeat;
  background-size: 32px;
}
.gnbWrap .btn {
  padding: 24px;
}
.gnbWrap .btn .btn-regular {
  min-width: 94px;
  height: 37px;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 35px;
  letter-spacing: -0.56px;
  color: #fff;
}
.gnbWrap .cs-center {
  margin: 24px 24px 0;
}
.gnbWrap .cs-center .tit {
  display: flex;
  align-items: center;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.gnbWrap .cs-center .tit:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../image/mobile/icon_cs_center.png) no-repeat;
  background-size: contain;
  margin: 0 4px 0 0;
}
.gnbWrap .cs-center .con {
  margin: 4px 0 0;
  color: var(--Light-Semantic-Text-Sub-Primary, #666);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}

/* menu-slidebar-fixed-btn */
.menu-slidebar-fixed-btn {
  position: fixed !important;
  bottom: 0 !important;
  display: flex;
  align-items: center;
  min-width: auto !important;
  width: 288px !important;
  transform: translateX(0);
  right: 0 !important;
}
.menu-slidebar-fixed-btn .calculator {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 10px 12px;
  height: 56px;
  flex-shrink: 0;
  border: 1px solid var(--Primary, #b2142b);
  background: var(--Primary, #b2142b);
  color: var(--Light-Basic-White, #fff);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}
.menu-slidebar-fixed-btn .calculator img {
  width: 32px;
  height: 32px;
  margin: 0 8px 0 0;
}
.menu-slidebar-fixed-btn .company-inquiry {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 10px 12px;
  height: 56px;
  flex-shrink: 0;
  border: 1px solid var(--Primary, #262626);
  background: var(--Primary, #262626);
  color: var(--Light-Basic-White, #fff);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}
.menu-slidebar-fixed-btn .company-inquiry img {
  width: 32px;
  height: 32px;
  margin: 0 8px 0 0;
}

/* creditcard-list */
.creditcard-list {
  padding: 0 16px 16px;
}
.creditcard-list .border {
  position: relative;
  margin: 16px 0 0;
  padding: 16px;
  border-radius: 8px;
  border: solid 1px #d6d6d6;
  background-color: #fff;
}
.creditcard-list input[type="radio"] {
  display: none;
}
.creditcard-list input[type="radio"]:checked + .border {
  border: 2px solid var(--Primary, #0065dd);
}
.creditcard-list > ul > li.default .more-layer .default {
  display: none;
}
.creditcard-list > ul > li.default .number::before {
  content: "";
  width: 49px;
  height: 21px;
  margin: 0 8px 0 0;
  background: url(../../image/mobile/set_default.png) no-repeat;
  background-size: contain;
}
.creditcard-list .number {
  margin: 0 8px 0 0;
  font-size: 15px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  display: flex;
  align-items: center;
}
.creditcard-list .name {
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.creditcard-list .more-layer {
  position: absolute;
  top: 16px;
  right: 8px;
}

/* card-number-insert */
.card-number-insert {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-number-insert .input-medium {
  min-width: calc((100% - 24px) / 4) !important;
  width: calc((100% - 24px) / 4) !important;
  text-align: center;
}

/* expiration-period-insert */
.expiration-period-insert {
  display: flex;
  align-items: center;
}
.expiration-period-insert .input-medium {
  margin: 0 5px 0 0;
}

/* creditcard-view */
.creditcard-view > ul > li {
  margin: 16px 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.creditcard-view .tit {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: left;
  color: #565656;
}
.creditcard-view .con {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.64px;
  text-align: right;
  color: #000;
}

/* img-id-account */
.img-id-account {
  margin: 0 16px;
  padding: 24px 0;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
}
.img-id-account .img img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.img-id-account .id-account {
  width: calc(100% - 48px);
  padding: 0 0 0 12px;
}
.img-id-account .id {
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.img-id-account .account {
  margin: 4px 0 0;
  color: var(--Light-Semantic-Text-Sub-Primary, #a6a6a6);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.img-id-account .account strong {
  color: var(--Light-Semantic-Text-Sub-Primary, #666);
}

/* category-sub */
.category-sub {
  padding: 16px 0 16px 16px;
}
.category-sub .scroll {
  overflow-y: hidden;
  overflow-x: auto;
}
.category-sub .scroll::-webkit-scrollbar {
  height: 0;
}
.category-sub .scroll > div {
  width: 750px;
}
.category-sub a {
  display: inline-flex;
  height: 28px;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 15px;
  border: 1px solid var(--Light-Basic-Gray-150, #f2f2f2);
  background: var(--Light-Basic-Gray-150, #f2f2f2);
  color: var(--Light-Semantic-Text-Secondary, #464646);
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}
.category-sub a.active {
  border: 1px solid var(--Navy-Black, #0065dd);
  background: var(--Navy-Black, #0065dd);
  color: var(--Light-Basic-White, #fff);
}

/* pay-payment */
.pay-payment {
  display: flex;
  flex-wrap: wrap;
  margin: 4px 16px 0;
}
.pay-payment > button {
  margin: 8px 8px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 16px) / 3);
  height: 52px;
  border-radius: 8px;
  border: 1px solid var(--Light-Semantic-Border-Secondary, #d6d6d6);
  background: var(--Light-Semantic-Fill-Reverse-Primary, #fff);
}
.pay-payment > button.active {
  border: 2px solid #262626;
}
.pay-payment > button:nth-child(3n) {
  margin-right: 0;
}
.pay-payment > button img {
  width: 80px;
  height: 32px;
}

.btn-filter {
  width: 40px;
  height: 40px;
  background: url(../../image/mobile/icon_filter.png) no-repeat;
  background-size: contain;
}
.btn-filter.chk {
  width: 40px;
  height: 40px;
  background: url(../../image/mobile/icon_filter_chk.png) no-repeat;
  background-size: contain;
}

/* required */
.required {
  display: flex;
}
.required::after {
  content: "";
  width: 3.7px;
  height: 3.7px;
  background-color: #ff223c;
  border-radius: 50%;
  margin: 4px 0 0 4px;
}

/* info-notice */
.info-notice {
  padding: 40px 16px 16px;
}
.info-notice .tit {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 12px 0;
  color: var(--Light-Semantic-Text-Sub-Primary, #666);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}
.info-notice .tit:after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../../image/mobile/icon_arrow_down2.png) no-repeat;
  background-size: contain;
}
.info-notice.active .tit:after {
  background: url(../../image/mobile/icon_arrow_up.png) no-repeat;
  background-size: contain;
}
.info-notice .con {
  display: none;
  padding: 16px 0;
  color: var(--Light-Semantic-Text-Secondary, #464646);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.info-notice.active .con {
  display: block;
}

.cursor-pointer {
  cursor: pointer;
}

/* img-view */
.img-view {
  margin: 8px 0 0;
}
.img-view > div {
  display: flex;
  flex-wrap: wrap;
  height: 88px;
  overflow: hidden;
}
.img-view.active > div {
  height: auto;
}
.img-view > div img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  margin: 5px 5px 0 0;
}

.btn-del {
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: url(../../image/mobile/icon_close_circle.png) no-repeat;
  background-size: contain;
}

.title-large {
  margin: 16px 16px 0;
  color: var(--Light-Semantic-Text-Primary, #262626);

  /* Typhography/TItle L */
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 125% */
  letter-spacing: -0.06px;
}

.title-medium {
  margin: 24px 16px 0;
  padding: 0 0 16px;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.048px;
}
.tit-con-space-between + .title-medium {
  margin-top: 40px;
}

.title-medium-border {
  margin: 28px 16px 0;
  padding: 0 0 16px;
  border-bottom: 1px solid #e6e6e6;
  color: var(--Light-Semantic-Text-Primary, #262626);

  /* Typhography/Title S */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: -0.048px;
}
.title-medium2 + .tit-con-space-between {
  margin-top: 16px;
}

.w-only {
  display: none !important;
}
.m-only {
  display: block !important;
}

.sub-title-web {
  display: none;
}

.fixed-bottom-margin {
  margin-bottom: 80px;
}
.fixed-bottom-margin-large {
  margin-bottom: 130px;
}
.fixed-bottom-margin-xlarge {
  margin-bottom: 190px;
}

/* subscription-info */
.subscription-info {
  margin: 24px 16px 16px;
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 12px;
  border: 1px solid var(--Light-Basic-Gray-100, #f6f6f6);
  background: var(--Light-Basic-Gray-100, #f6f6f6);
}
.subscription-info .title {
  margin: 0;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: -0.048px;
}
.subscription-info ul {
  border-top: 1px solid #d6d6d6;
  margin: 12px 0 0;
  width: 100%;
}
.subscription-info ul li {
  display: flex;
  align-items: center;
  margin: 12px 0 0;
}
.subscription-info .tit {
  width: 88px;
  color: var(--Light-Semantic-Text-Sub-Secondary, #868686);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}
.subscription-info .con {
  width: calc(100% - 88px);
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
}

/* add-list */
.add-list ul {
  display: flex;
  flex-wrap: wrap;
}
.add-list li {
  margin: 8px 4px 0 0;
  display: flex;
  align-items: center;
  padding: 6px 8px 6px 12px;
  border-radius: 6px;
  border: 1px solid var(--Light-Basic-Gray-150, #f2f2f2);
  background: var(--Light-Basic-Gray-150, #f2f2f2);
  color: var(--Light-Semantic-Text-Secondary, #464646);
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}
.add-list li .btn-del {
  margin-left: 4px;
  width: 18px;
  height: 18px;
  background: url(../../image/mobile/icon_close_circle.png) no-repeat;
  background-size: contain;
}

/* search-regular-select */
.search-regular-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin: 16px 16px 0;
}
.search-regular-select .search-regular {
  display: block;
  width: calc(100% - 100px) !important;
}
.search-regular-select input {
  min-width: auto;
  width: 100% !important;
}
.search-regular-select select {
  min-width: auto;
  width: 100px;
}

/* calendar-ym */
.calendar-ym {
  position: relative;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.calendar-ym .prev {
  width: 18px;
  height: 18px;
  background: url(../../image/mobile/icon_cal_pre.png) center center no-repeat;
  background-size: contain;
}
.calendar-ym .next {
  width: 18px;
  height: 18px;
  background: url(../../image/mobile/icon_cal_next.png) center center no-repeat;
  background-size: contain;
}
.calendar-ym span {
  color: var(--Light-Semantic-Text-Primary, #262626);
  text-align: center;

  /* Typhography/Title S */
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: -0.048px;
  margin: 0 12px;
}

/*calendar-table*/
.calendar-table {
  width: calc(100% - 32px);
  margin: 16px 16px 0;
}
.calendar-table th {
  width: 14.285%;
  padding: 2px;
  color: var(--Light-Semantic-Text-Sub-Primary, #666);
  text-align: center;
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
  border-bottom: 1px solid #e6e6e6;
}
.calendar-table td {
  position: relative;
  height: 104px;
  padding: 2px;
  border-bottom: 1px solid #e6e6e6;
}
.calendar-table td.bg {
  background: var(--Light-Basic-Gray-100, #f6f6f6);
}
.calendar-table td .date.sat {
  color: #067df4;
}
.calendar-table td .date.sun {
  color: #ff223c;
}
.calendar-table td .date.inactive {
  color: #c6c6c6;
}
.calendar-table td .date {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin: 0 auto 4px;
  border-radius: 50%;
  color: var(--Light-Semantic-Text-Secondary, #464646);
  text-align: center;

  /* Typhography/Label XS */
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}
.calendar-table td .date.today {
  background: #000;
  color: #fff;
}
.calendar-table .complete {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 0px;
  gap: 8px;
  margin: 0 0 2px;
  align-self: stretch;
  border-radius: 2px;
  color: var(--Light-Basic-White, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
  background: var(--Light-Basic-Green, #04b54c);
}
.calendar-table .reservation {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 0px;
  gap: 8px;
  margin: 0 0 2px;
  align-self: stretch;
  border-radius: 2px;
  color: var(--Light-Basic-White, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
  background: var(--Light-Basic-Blue, #067df4);
}
.calendar-table .absenteeism {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 0px;
  gap: 8px;
  margin: 0 0 2px;
  align-self: stretch;
  border-radius: 2px;
  color: var(--Light-Basic-White, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
  background: var(--Primary, #0065dd);
}
.calendar-table .more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 0px;
  gap: 8px;
  align-self: stretch;
  border-radius: 2px;
  color: var(--Light-Semantic-Text-Sub-Secondary, #868686);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}

/* pimg-name-date-hit */
.pimg-name-date-hit {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0 0;
}
.pimg-name-date-hit .pimg {
  position: relative;
  width: 40px;
  height: 40px;
}
.pimg-name-date-hit .pimg img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid var(--Light-Basic-Gray-200, #e6e6e6);
  object-fit: cover;
}
.pimg-name-date-hit .name-date-hit {
  width: calc(100% - 48px);
}
.pimg-name-date-hit .name {
  margin: 0;
  color: var(--Light-Semantic-Text-Secondary, #464646);

  /* Typhography/Body Highlighted S */
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}
.pimg-name-date-hit .date-hit {
  margin: 2px 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.pimg-name-date-hit .date-hit span {
  color: var(--Light-Semantic-Text-Sub-Secondary, #868686);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}

/* index */
.index {
  padding: 16px 16px 0;
}

/* main-link-chk */
.main-link-chk {
  display: flex;
  flex-wrap: wrap;
  margin: 0 16px;
  overflow: hidden;
}
.main-link-chk > li {
  width: calc((100% - 16px) / 3);
  margin: 0 8px 8px 0;
}
.main-link-chk > li:nth-child(3n) {
  margin-right: 0;
}
.main-link-chk > li div,
.main-link-chk > li div a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 88px;
  border-radius: 8px;
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
.main-link-chk > li img {
  width: 100px;
  height: 48px;
}
.main-link-chk > li input {
  display: none;
}
.main-link-chk > li input + div {
  background: var(--Light-Basic-Gray-100, #f6f6f6);
  color: var(--Light-Semantic-Text-Primary, #262626);
}
.main-link-chk > li input:checked + div {
  border: 2px solid var(--Primary, #0065dd);
  color: var(--Primary-Highlighted, #005dcc);
  background: #fff;
}

.blue {
  color: var(--Pale-Blue, #3862a5) !important;
}
.basic-blue {
  color: var(--Pale-Blue, #067df4) !important;
}
.red {
  color: var(--Pale-Red, #c21422) !important;
}
.gray {
  color: var(--Light-Basic-Gray-600, #868686) !important;
}
.basic-green {
  color: var(--Light-Basic-Green, #04b54c);
}

.guide-text-bottom {
  margin: 32px 24px 0;
  color: var(--Light-Semantic-Text-Sub-Primary, #666);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.guide-text .btn {
  margin: 16px 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.star {
  display: flex;
  align-items: center;
}
.star img {
  width: 16px;
  height: 16px;
}

/* total-rating */
.total-rating {
  height: 96px;
  border-radius: 12px;
  background: var(--Light-Basic-Gray-100, #f6f6f6);
  margin: 16px 0 0;
  display: flex;
  align-items: center;
  padding: 24px 16px;
}
.total-rating > div {
  width: 43%;
}
.total-rating .tit-con {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  border-right: 1px solid #e6e6e6;
}
.total-rating .tit-con .tit {
  width: auto;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 123.077% */
  letter-spacing: -0.039px;
}
.total-rating .tit-con .con {
  padding: 0 0 0 8px;
  width: auto;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px; /* 123.077% */
  letter-spacing: -0.026px;
}
.total-rating .star-rating {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 0 8px 40px;
}
.total-rating .star-rating > div {
  margin: 4px 0 0;
  color: var(--Light-Semantic-Text-Primary, #262626);
  text-align: center;
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}

.guide-text-bottom-arrow {
  padding: 12px 0;
  margin: 40px 16px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--Light-Semantic-Text-Sub-Primary, #666);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}
.guide-text-bottom-arrow img {
  width: 18px;
  height: 18px;
}

/* chat-room */
.chat-room {
  position: fixed;
  top: 48px;
  z-index: 1;
  max-width: 475px;
  width: 100%;
  height: calc(100% - 48px);
}
.chat-room .cont {
  position: relative;
  width: 100%;
  height: calc(100% - 72px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 24px 16px 200px 8px;
}
.chat-room .cont > ul > li {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  padding-bottom: 22px;
}
.chat-room .cont > ul > li.clear-date {
  clear: both;
  display: block;
  width: 160px;
  margin: 0 auto 24px;
  padding: 4px 16px;
  border-radius: 24px;
  background: var(--light-basic-gray-100, #f6f6f6);
  color: var(--light-basic-gray-700, #666);
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.chat-room .cont > ul > li .text {
  position: relative;
  display: block;
  min-width: 52px;
  padding: 6px 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
  color: #161616;
  border-radius: 12px;
  overflow-wrap: break-word;
  max-width: 100%;
  white-space: pre-line;
}
.chat-room .cont > ul > li .text + .text {
  margin-top: 32px !important;
  clear: both;
}
.chat-room .cont > ul > li .text.padding-a0 {
  background: #fff !important;
}
.chat-room .cont > ul > li .text .btn-download {
  display: inline-flex;
  height: 28px;
  padding: 6px 30px 6px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid var(--light-semantic-border-primary, #c6c6c6);
  background: #fff url(../../image/mobile/icon_download2.png) no-repeat right
    8px center;
  background-size: 18px;
  opacity: 1;
  color: var(--light-semantic-text-primary, #262626) !important;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
  text-decoration: none !important;
}
.chat-room .cont > ul > li .text img {
  max-width: 240px;
  max-height: 240px;
  border-radius: 8px;
  object-fit: contain;
}
.chat-room .cont > ul > li .date-time {
  position: absolute;
  bottom: 0;
  color: var(--light-semantic-text-sub-secondary, #868686);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.chat-room .cont > ul > li.left {
  position: relative;
  padding-right: 50px;
  padding-left: 44px;
}
.chat-room .cont > ul > li.left .img {
  position: absolute;
  top: 0;
  left: 6px;
}
.chat-room .cont > ul > li.left .img img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
}
.chat-room .cont > ul > li.left .nick {
  color: var(--light-semantic-text-primary, #262626);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
  display: flex;
  align-items: center;
}
.chat-room .cont > ul > li.left .text {
  margin: 4px 0 0;
  float: left;
  background: #f2f2f2;
  color: #262626;
}
.chat-room .cont > ul > 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 > ul > li.left .text a {
  color: #161616;
  text-decoration: underline;
}
.chat-room .cont > ul > li.left .date-time {
  right: -32px;
}
.chat-room .cont > ul > li + li {
  margin-top: 16px;
}

/* right */
.chat-room .cont > ul > li.right {
  padding-left: 110px;
}
.chat-room .cont > ul > li.right .text {
  float: right;
  background-color: #0065dd;
  color: #fff;
  text-align: right;
}
.chat-room .cont > ul > li.right .text img {
  max-width: 100%;
}
.chat-room .cont > ul > li.right .text.file {
  background: none;
  border: 0;
  padding: 0;
}
.chat-room .cont > ul > li.right .text a {
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
  color: #fff;
  text-decoration: underline;
}
.chat-room .cont > ul > li.right .date-time {
  left: -32px;
}
.chat-room .cont > ul > li.right .img {
  display: none;
}
.chat-room .cont > ul > li.right .nick {
  display: none;
}
.chat-room .cont > ul > li .date-time:before {
  display: none;
}
.chat-room .cont > ul > li.right .read {
  position: absolute;
  left: -20px;
  bottom: 1px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  background-color: #20b2e5;
  border-radius: 50%;
  color: #fff;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.chat-room .emoticon {
  width: 120px;
  height: 120px;
}

/* chat-form */
.chat-form {
  border-top: 1px solid var(--light-semantic-divider-primary, #e6e6e6);
  background: var(--light-semantic-background-elevated-secondary, #fff);
  position: fixed;
  bottom: 0;
  display: block;
  width: 100%;
  z-index: 100;
  max-width: 475px;
}
.chat-form.block:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
}
.chat-form .insert {
  position: relative;
  padding: 4px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chat-form .insert .input-regular {
  width: calc(100% - 40px);
  min-height: 36px;
  line-height: 150%;
  border-radius: 18px !important;
  padding: 5px 86px 0 16px;
  font-size: 14px;
  border: 1px solid var(--light-semantic-border-tertiary, #e6e6e6);
  background: var(--light-basic-gray-100, #f6f6f6);
}
.chat-form .insert .btn-send {
  position: absolute;
  bottom: 8px;
  right: 16px;
  width: 28px;
  height: 28px;
  background: url(../../image/mobile/icon_chat_send.png);
  background-size: contain;
}
.chat-form .file-upload .btn-small {
  display: block;
  min-width: auto;
  width: 14px;
  height: 14px;
  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 .img-thumb,
.chat-form .file-upload .gallery .file-thumb {
  width: 80px;
  height: 80px;
}
.chat-form .btn-file-upload {
  width: 28px;
  height: 28px;
  background: url(../../image/mobile/icon_plus2.png) no-repeat;
  background-size: contain;
  margin-right: 8px;
}
.btn-chat-sponsor {
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_chat_sponsor.png) no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}
.chat-form .file-upload-popup {
  width: 100%;
  justify-content: center;
  gap: 40px;
  padding: 16px 24px;
  display: none;
}
.chat-form .file-upload-popup.active {
  display: flex;
}
.chat-form .file-upload-popup .popup-close {
  cursor: pointer;
  position: absolute;
  top: 6px;
  left: 12px;
  width: 32px;
  height: 32px;
  background: #fff url(../../image/mobile/icon_close2.png) no-repeat;
  background-size: contain;
}
.chat-form .file-upload-popup > ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.chat-form .file-upload-popup > ul > li {
  height: 118px;
  margin: 0 28px 0 0;
}
.chat-form .file-upload-popup > ul > li > button {
  width: 60px;
  height: 60px;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
}
.chat-form .file-upload-popup > ul > li > button.btn-album {
  background: url(../../image/mobile/icon_picture.png) no-repeat center center;
  background-size: 24px;
}
.chat-form .file-upload-popup > ul > li > button.btn-camera {
  background: url(../../image/mobile/icon_camera.png) no-repeat center center;
  background-size: 24px;
}
.chat-form .file-upload-popup > ul > li .tit {
  margin: 8px 0 0;
  color: var(--light-semantic-text-primary, #262626);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}
.chat-form .file-upload-popup .file-upload.inner-btn {
  width: 60px;
  height: 60px;
}
.chat-form .file-upload-popup .file-upload.inner-btn .gallery.img {
  background: url(../../image/mobile/icon_picture.png) no-repeat center center;
  background-size: 24px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.chat-form .file-upload-popup .file-upload.inner-btn .gallery.file {
  background: url(../../image/mobile/icon_file.png) no-repeat center center;
  background-size: 24px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.chat-form .file-upload-popup .file-upload.inner-btn .gallery .img-thumb {
  border: 0;
  width: 100%;
  height: 100%;
}
.chat-form .file-upload-popup .file-upload.inner-btn .gallery .img-thumb img {
  border: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
/* file-thumb */
.chat-form .file-upload-popup .file-upload.inner-btn .gallery .file-thumb {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}
.chat-form .file-upload-popup .file-upload.inner-btn .gallery .file-thumb img {
  display: none;
}
.chat-form
  .file-upload-popup
  .file-upload.inner-btn
  .gallery
  .file-thumb
  .name {
  position: absolute;
  top: 20px;
  left: 0;
  display: block !important;
  width: 60px !important;
  height: 60px !important;
  word-break: break-all !important;
  overflow-wrap: break-word !important;
  max-width: 100% !important;
  background-color: #fff !important;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  word-break: keep-all !important;
}

.chat-form .file-upload-popup .file-upload.inner-btn .upload {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.chat-form .file-upload-popup .file-upload.inner-btn .upload button {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
}
.chat-form .file-upload-popup .file-upload.inner-btn .upload input {
  width: 100%;
  height: 100%;
  padding: 0;
}
.chat-form .file-upload-popup .file-upload .gallery .delete {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 1;
  background: url(../../image/component/icon_file_upload_delete.png) no-repeat 0
    0;
  background-size: contain;
}
.chat-form .insert .btn-emoticon {
  position: absolute;
  bottom: 8px;
  right: 56px;
  width: 28px;
  height: 28px;
  background: url(../../image/mobile/icon_emoticon.png);
  background-size: contain;
}

/* text.alirm */
.chat-room .cont > ul > li .text.alirm {
  margin-top: 16px !important;
  width: 240px;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid var(--light-basic-gray-200, #e6e6e6);
  background: var(--light-semantic-background, #fff) !important;
}
.chat-room .cont > ul > li .text.alirm .subject {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 0 16px;
  color: var(--Dark-Gray, #3f3f3d);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: -0.048px;
}
.chat-room .cont > ul > li .text.alirm .subject:before {
  content: "";
  width: 32px;
  height: 32px;
  margin: 0 12px 0 0;
  background: url(../../image/mobile/icon_game.png) no-repeat;
  background-size: contain;
}
.chat-room .cont > ul > li .text.alirm ul {
  margin: 16px 0 0;
  padding: 0 0 16px;
  border-bottom: 1px solid #e6e6e6;
}
.chat-room .cont > ul > li .text.alirm li {
  display: flex;
  align-items: center;
  margin: 8px 0 0;
}
.chat-room .cont > ul > li .text.alirm .tit {
  width: 72px;
  color: var(--light-semantic-text-sub-secondary, #868686);
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.chat-room .cont > ul > li .text.alirm .con {
  width: calc(100% - 72px);
  color: var(--light-semantic-text-primary, #262626);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}
.chat-room .cont > ul > li .text.alirm .btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0 0;
}
.chat-room .cont > ul > li .text.alirm .btn .refuse {
  display: flex;
  width: 100px;
  height: 28px;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--Bright-Gray, #e9e9e9);
  background: var(--Bright-Gray, #e9e9e9);
  color: var(--light-semantic-text-primary, #262626);
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
.chat-room .cont > ul > li .text.alirm .btn .accept {
  display: flex;
  width: 100px;
  height: 28px;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--light-basic-lu-primary, #20b2e5);
  background: var(--Deep-Black, #20b2e5);
  color: var(--light-semantic-text-primary, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
/* text.accepted */
.chat-room .cont > ul > li .text.accepted {
  margin-top: 16px !important;
  border-radius: 12px;
  border: 1px solid var(--light-basic-gray-150, #f2f2f2);
  padding: 17px 16px 16px 60px;
  background: #f2f2f2 url(../../image/mobile/icon_accepted.png) no-repeat 16px
    18px;
  background-size: 32px;
}
.chat-room .cont > ul > li .text.accepted .tit {
  color: var(--Dark-Gray, #3f3f3d);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.chat-room .cont > ul > li .text.accepted .con {
  margin: 2px 0 0;
  color: var(--light-semantic-text-primary, #262626);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}

.chat-room .cont > ul > li .text.file {
  background-color: #fff;
  padding: 0;
}
.chat-room .cont > ul > li .text.file a {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 240px;
  margin: 0;
  border-radius: 12px;
  border: 1px solid var(--Light-Semantic-Border-Secondary, #d6d6d6);
  background-color: #fff;
  padding: 8px 16px 8px 40px;
  text-decoration: none !important;
}
.chat-room .cont > ul > li .text.file a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_download.png) no-repeat;
  background-size: contain;
}
.chat-room .cont > ul > li .text.file .name {
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.chat-room .cont > ul > li .text.file .kb {
  color: var(--Light-Semantic-Text-Sub-Tertiary, #a6a6a6);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}

/* fixed-bottom-wrap.file-upload */
.fixed-bottom-wrap.file-upload .title {
  margin-bottom: 24px;
}
.fixed-bottom-wrap.file-upload button.btn-file {
  display: flex;
  align-items: center;
}
.fixed-bottom-wrap.file-upload button.btn-file:before {
  content: "";
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  background: url(../../image/mobile/icon_file.png);
  background-size: contain;
}

.fixed-bottom-wrap.file-upload button.btn-picture {
  display: flex;
  align-items: center;
}
.fixed-bottom-wrap.file-upload button.btn-picture:before {
  content: "";
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  background: url(../../image/mobile/icon_picture.png);
  background-size: contain;
}

/* btn-file-upload-layer */
.btn-file-upload-layer button {
  margin: 24px 0 0;
  display: flex;
  align-items: center;
  width: 100%;
  color: var(--light-semantic-text-primary, #262626);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
}
.btn-file-upload-layer button:before {
  content: "";
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
}
.btn-file-upload-layer button.btn-camera:before {
  background: url(../../image/mobile/icon_camera.png);
  background-size: contain;
}

/* my-coupon-point */
.my-coupon-point {
  margin: 16px 16px 0;
  display: flex;
  height: 96px;
  padding: 0px 16px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid var(--Light-Basic-Gray-100, #f6f6f6);
  background: var(--Light-Basic-Gray-100, #f6f6f6);
}
.my-coupon-point .tit {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 123.077% */
  letter-spacing: -0.039px;
}
.my-coupon-point .tit img {
  width: 24px;
  height: 24px;
}
.my-coupon-point .con {
  color: var(--Light-Semantic-Text-Primary, #262626);
  text-align: right;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 127.273% */
  letter-spacing: -0.066px;
}
/* small */
.my-coupon-point.small {
  height: 44px;
  border-radius: 8px;
  background: var(--Light-Basic-Gray-100, #f6f6f6);
}
.my-coupon-point.small .tit {
  color: var(--Light-Semantic-Text-Secondary, #464646);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.my-coupon-point.small .con {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Light-Semantic-Text-Primary, #262626);
  text-align: center;

  /* Typhography/Body Highlighted M */
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.my-coupon-point.small .con img {
  width: 20px;
  height: 20px;
}

/* coupon-point-list */
.coupon-point-list {
  margin: 0 16px;
}
.coupon-point-list > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #e6e6e6;
}
.coupon-point-list .subject {
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
}
.coupon-point-list .point-subject {
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
}
.coupon-point-list .tit {
  margin: 4px 0 0;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.coupon-point-list .con {
  color: var(--Light-Semantic-Text-Sub-Secondary, #868686);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.coupon-point-list .status {
  background: none;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.coupon-point-list .status.available,
.coupon-point-list .status.plus {
  color: var(--Light-Semantic-Text-Primary, #262626);
}
.coupon-point-list .status.used,
.coupon-point-list .status.expiration,
.coupon-point-list .status.minus {
  color: var(--Light-Semantic-Text-Sub-Tertiary, #a6a6a6);
}
.coupon-point-list .point {
  color: var(--Light-Semantic-Text-Primary, #262626);
  text-align: right;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.coupon-point-list .point.minus {
  color: #a6a6a6;
}

/* order-record-list */
.order-record-list {
  margin: 0 16px;
}
.order-record-list > li {
  padding: 16px;
  border-radius: 12px;
  border: 1px solid var(--Light-Semantic-Border-Tertiary, #e6e6e6);
  background: var(--Light-Semantic-Background, #fff);
}
.order-record-list > li + li {
  margin: 16px 0 0;
}
.order-record-list .top-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 12px;
  margin: 0 0 12px;
  border-bottom: 1px solid #e6e6e6;
}
.order-record-list .top-date > div {
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: -0.045px;
}
.order-record-list .top-date img {
  width: 20px;
  height: 20px;
}
.order-record-list .tit-con {
  display: flex;
}
.order-record-list .tit-con + .tit-con {
  margin: 8px 0 0;
}
.order-record-list .tit-con .tit {
  width: 88px;
  padding: 2px 0;
  color: var(--Light-Semantic-Text-Sub-Secondary, #868686);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.order-record-list .tit-con .con {
  width: calc(100% - 88px);
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
  white-space: normal;
}
.order-record-list hr {
  margin: 12px 0;
}

/* order-record-view */
.order-record-view {
  margin: 16px 16px 0;
}
.order-record-view > li {
  padding: 16px;
  border-radius: 12px;
  border: 1px solid var(--Light-Semantic-Border-Tertiary, #e6e6e6);
  background: var(--Light-Semantic-Background, #fff);
}
.order-record-view > li + li {
  margin: 16px 0 0;
}
.order-record-view .top-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 12px;
  margin: 0 0 12px;
  border-bottom: 1px solid #e6e6e6;
}
.order-record-view .top-date > div {
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: -0.045px;
}
.order-record-view .top-date img {
  width: 20px;
  height: 20px;
}
.order-record-view .tit-con {
  display: flex;
}
.order-record-view .tit-con + .tit-con {
  margin: 8px 0 0;
}
.order-record-view .tit-con .tit {
  width: 88px;
  padding: 2px 0;
  color: var(--Light-Semantic-Text-Sub-Secondary, #868686);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.order-record-view .tit-con .con {
  width: calc(100% - 88px);
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.order-record-view hr {
  margin: 12px 0;
}
/* type-b */
.order-record-view.type-b > li {
  background: var(--Light-Basic-Gray-100, #f6f6f6);
  border: 0;
}
.order-record-view.type-b + .title-medium {
  margin-top: 40px;
}

/* review-list */
.review-list {
  padding: 0 16px;
}
.review-list > ul > li {
  position: relative;
  padding: 16px 0;
  border-bottom: 1px solid #e6e6e6;
}
.review-list .img-name-star-date-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.review-list .img-name-star-date {
  display: flex;
  align-items: center;
}
.review-list .img {
  border: 1px solid var(--color-gray-200, #e6e6e6);
  border-radius: 50%;
}
.review-list .img img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.review-list .name-star-date {
  padding: 0 0 0 8px;
}
.review-list .name {
  display: inline-flex;
  align-items: center;
  color: var(--light-semantic-text-secondary, #464646);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}
.review-list .name .btn-small {
  margin: 0 4px 0 0;
  height: 21px;
  padding: 0 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
}
.review-list .star-date {
  display: flex;
  align-items: center;
}
.review-list .date {
  margin: 0 0 0 8px;
  color: var(--light-semantic-text-sub-secondary, #868686);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.review-list .review-con {
  margin: 8px 0 0;
  color: var(--light-semantic-text-secondary, #464646);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}

.view-slide {
  margin-top: 24px;
}

.index.partner {
  padding-top: 24px;
}

/* reservation-list */
.reservation-list .subject {
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0 16px;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: -0.048px;
}
.reservation-list > li {
  padding: 16px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04);
}
.reservation-list > li + li {
  margin-top: 16px;
}
.reservation-list .tit-con {
  display: flex;
  align-items: flex-start;
}
.reservation-list .tit-con + .tit-con {
  margin: 8px 0 0;
}
.reservation-list .tit-con .tit {
  width: 88px;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--Light-Semantic-Text-Sub-Secondary, #868686);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.reservation-list .tit-con .tit img {
  width: 24px;
  height: 24px;
}
.reservation-list .tit-con .con {
  width: calc(100% - 88px);
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.reservation-list .btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reservation-list .btn .btn-regular {
  min-width: auto !important;
  width: 40px !important;
  padding: 0;
}
.reservation-list .btn .btn-regular img {
  width: 20px;
  height: 20px;
}
.reservation-list .btn .btn-send-arrival {
  width: calc(100% - 100px) !important;
}

/* date-search */
.date-search {
  margin: 0 16px;
  padding: 0 0 16px;
  border-bottom: 1px solid #e6e6e6;
}
.date-search .date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0 0;
}
.date-search .search-regular {
  display: block;
  margin: 8px 0 0;
}
.date-search .search-regular .input-regular {
  width: 100%;
}

/* star-score */
.star-score {
  display: flex;
  align-items: center;
  gap: 4px;
}
.star-score .star img {
  width: 16px;
  height: 16px;
}
.star-score .score {
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}

.search-regular-margin {
  margin: 16px;
}

/* chat-list */
.chat-list {
  padding: 0 16px;
}
.chat-list > li {
  padding: 16px 0;
  border-bottom: 1px solid #e6e6e6;
}
.chat-list .starting-destination {
  color: var(--Pale-Blue, #3862a5);

  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}

/* pimg-info-chat */
.pimg-info-chat {
  display: flex;
  justify-content: space-between;
}
.pimg-info-chat .pimg-info {
  display: flex;
  gap: 16px;
  width: calc(100% - 60px);
  padding: 0 16px 0 0;
}
.pimg-info-chat .pimg img {
  display: flex;
  width: 64px;
  height: 64px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 50%;
  object-fit: cover;
  border-radius: 64px;
  border: 1px solid var(--Light-Basic-Gray-200, #e6e6e6);
}
.pimg-info-chat .pimg-info .info {
  width: calc(100% - 64px);
}
.pimg-info-chat .name {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px; /* 126.667% */
  letter-spacing: -0.045px;
}
.pimg-info-chat .name starting-destination {
  font-size: 10px;
}
.pimg-info-chat .name .date {
  color: var(--Light-Semantic-Text-Sub-Primary, #666);
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.pimg-info-chat .cont {
  margin: 4px 0 0;
  color: var(--Light-Semantic-Text-Sub-Secondary, #868686);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
.pimg-info-chat .chat {
  width: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.pimg-info-chat .chat .date {
  color: var(--Light-Semantic-Text-Sub-Secondary, #868686);
  text-align: right;
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.pimg-info-chat .chat .number {
  margin: 6px 0 0;
  display: flex;
  height: 20px;
  min-width: 20px;
  padding: 2px 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  background: var(--Primary, #0065dd);
  color: var(--Light-Basic-White, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}

/* btn-add-wrap */
.btn-add-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0 0;
}
.btn-add-wrap .input-regular.btn-add {
  width: calc(100% - 63px);
}
.btn-add-wrap .btn-regular {
  width: 55px;
}

/*========== 컨텐츠 공용 끝 ==========*/

/*========== 컨텐츠 시작 ==========*/

/********************/
/* slider-banner */
.slider-banner {
  margin: 16px 16px 0;
}
.slider-banner .swiper-slide img {
  border-radius: 8px;
}

/* product-list */
.product-list {
  padding: 0 16px;
}
.product-list > li {
  position: relative;
  padding: 16px 0;
  border-bottom: 1px solid #e6e6e6;
}
.product-list .img-info {
  display: flex;
}
.product-list .img {
  position: relative;
}
.product-list .img img {
  width: 148px;
  height: 111px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid var(--Light-Basic-Gray-200, #e6e6e6);
  object-fit: cover;
}
.product-list .img .status-wrap {
  position: absolute;
  top: 4px;
  left: 4px;
}
.product-list .img .date-count {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 6px 0 0;
}
.product-list .img .date-count span {
  display: flex;
  align-items: center;
  gap: 2px;
  color: var(--Light-Semantic-Text-Sub-Tertiary, #a6a6a6);
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.product-list .img .date-count span img {
  width: 12px;
  height: 12px;
}
.product-list .info {
  width: calc(100% - 148px);
  padding-left: 16px;
}
.product-list .subject {
  padding-right: 32px;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 123.077% */
  letter-spacing: -0.039px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
.product-list .price {
  margin: 2px 0 0;
  color: var(--Primary-Highlighted, #005dcc);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
}
.product-list .detail {
  margin: 4px 0 0;
}
.product-list .detail > div {
  margin: 2px 0 0;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--Light-Semantic-Text-Secondary, #464646);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.product-list .detail > div img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.product-list .btn-like {
  position: absolute;
  top: 13px;
  right: 0;
}
.product-list .more-layer {
  position: absolute;
  top: 8px;
  right: 0;
}
.product-list .btn {
  margin: 16px 0 0;
}

/* price-list */
.price-list {
  padding: 0 16px;
  margin: 20px 0 0;
}
.price-list > li {
  padding: 16px 0 16px 16px;
  border-radius: 12px;
  border: 1px solid var(--Light-Basic-Gray-100, #f6f6f6);
  background: var(--Light-Basic-Gray-100, #f6f6f6);
}
.price-list > li + li {
  margin: 12px 0 0;
}
.price-list .info-img {
  display: flex;
  align-items: center;
}
.price-list .info {
  width: calc(100% - 100px);
  padding-right: 8px;
}
.price-list .subject {
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: -0.048px;
}
.price-list .guide-text {
  margin: 4px 0 0;
  color: var(--Light-Semantic-Text-Sub-Primary, #666);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.price-list .guide-text span {
  color: var(--Primary-Highlighted, #005dcc);
}
.price-list img {
  width: 100px;
  height: 48px;
}
.price-list .tit-con > ul > li {
  display: flex;
  margin: 8px 0 0;
}
.price-list .tit-con .tit {
  padding: 2px 0;
  width: 88px;
  color: var(--Light-Semantic-Text-Sub-Secondary, #868686);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.price-list .tit-con .con {
  width: calc(100% - 88px);
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}

.space-between-gap8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

/* btn-refresh */
.btn-refresh {
  display: flex;
  width: 52px;
  height: 52px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid var(--Light-Semantic-Border-Secondary, #d6d6d6);
  background: var(--Light-Semantic-Fill-Reverse-Primary, #fff);
}
.btn-refresh img {
  width: 24px;
  height: 24px;
}

/* btn-refresh-search-wrap */
.btn-refresh-search-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.btn-refresh-search-wrap .btn-large {
  width: calc(100% - 60px);
}

/* btn-like */
.btn-like {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: url(../../image/mobile/icon_like.png) no-repeat center center;
  background-size: contain;
}
.btn-like.active {
  background: url(../../image/mobile/icon_like_active.png) no-repeat center
    center;
  background-size: contain;
}

/* btn-like-switch */
.btn-like-switch {
  display: flex;
  width: 52px;
  height: 52px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid var(--Light-Semantic-Border-Secondary, #d6d6d6);
  background: #fff url(../../image/mobile/icon_like.png) no-repeat center center;
  background-size: 24px;
}
.btn-like-switch.active {
  background: #fff url(../../image/mobile/icon_like_active.png) no-repeat center
    center;
  background-size: 24px;
}

/* ads-view */
.ads-view {
  padding: 16px 16px 0;
}
.ads-view .date-count {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ads-view .date-count span {
  display: flex;
  align-items: center;
  gap: 2px;
  color: var(--Light-Semantic-Text-Sub-Tertiary, #a6a6a6);
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.ads-view .date-count span img {
  width: 12px;
  height: 12px;
}
.ads-view .subject {
  margin: 8px 0 0;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.054px;
}
.ads-view .cont {
  margin: 16px 0 0;
  color: var(--Light-Semantic-Text-Secondary, #464646);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
}

/* seller-info */
.seller-info {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 72px;
  padding: 12px 16px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid var(--Light-Semantic-Border-Tertiary, #e6e6e6);
  background: var(--Light-Semantic-Background, #fff);
}
.seller-info .pimg img {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 48px;
  border: 1px solid var(--Light-Basic-Gray-200, #e6e6e6);
  background: url(<path-to-image>) lightgray 50% / cover no-repeat;
}
.seller-info .name {
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
}

/* product-gallery-list */
.product-gallery-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 16px;
  margin-top: -24px;
  overflow: hidden;
}
.product-gallery-list > li {
  width: calc((100% - 16px) / 3);
  margin-top: 24px;
}
.product-gallery-list .img {
  position: relative;
  width: 100%;
  padding-bottom: 75.22%;
  height: 0;
  overflow: hidden;
}
.product-gallery-list .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--Light-Basic-Gray-200, #e6e6e6);
}
.product-gallery-list .subject {
  margin: 8px 0 0;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 123.077% */
  letter-spacing: -0.039px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
.product-gallery-list .price {
  margin: 2px 0 0;
  color: var(--Primary-Highlighted, #005dcc);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.product-gallery-list .address {
  margin: 2px 0 0;
  color: var(--Light-Semantic-Text-Sub-Primary, #666);
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}

/* ads-select */
.ads-select {
  padding: 0 16px;
  margin: 32px 0 0;
}
.ads-select > li {
  margin: 8px 0 0;
}
.ads-select > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 68px;
  flex-shrink: 0;
  padding: 16px 16px 16px 0;
  border-radius: 12px;
  border: 1px solid var(--Light-Semantic-Border-Tertiary, #e6e6e6);
  background: #fff;
  color: var(--Light-Semantic-Text-Primary, #262626);
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: -0.048px;
}
.ads-select .icon {
  width: 100px;
  height: 48px;
}
.ads-select .arrow {
  width: 20px;
  height: 20px;
  margin-left: 64px;
}

/* radio-checkbox */
.radio-checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -12px;
  overflow: hidden;
}
.radio-checkbox > li {
  width: 50%;
  margin: 16px 0 0;
}
.radio-checkbox label {
  display: flex;
  align-items: center;
  gap: 12px;
}
.radio-checkbox label input {
  border-radius: 50% !important;
}

/* slider-emoticon */
.slider-emoticon {
  display: none;
  position: fixed;
  bottom: 44px;
  left: 50%;
  transform: translateX(-50%) !important;
  z-index: 102;
  width: 100%;
  max-width: 475px !important;
  background-color: #fff;
}
.slider-emoticon.active {
  display: block;
}
.slider-emoticon .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 16px 40px;
  border-top: 1px solid #e6e6e6;
}
.slider-emoticon .swiper-slide button {
  width: calc((100% - 72px) / 4);
  margin: 16px 24px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-emoticon .swiper-slide button:nth-child(4n) {
  margin-right: 0;
}
.slider-emoticon .swiper-slide button img {
  width: 60px;
  height: 60px;
}
.slider-emoticon .swiper-pagination-bullet.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: var(--Light-Basic-Dimed, rgba(0, 0, 0, 0.4));
  opacity: 1;
}
.slider-emoticon .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--Primary, #0065dd);
}
.slider-emoticon .btn-close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
  display: flex;
  width: 28px;
  height: 28px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: url(../../image/mobile/icon_close_circle.png) no-repeat;
  background-size: contain;
}

/* using-business-ad */
.using-business-ad {
  margin: 16px;
  padding: 16px 0 16px 16px;
  border-radius: 12px;
  border: 1px solid var(--Light-Basic-Gray-100, #f6f6f6);
  background: var(--Light-Basic-Gray-100, #f6f6f6);
}
.using-business-ad .subject-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.using-business-ad .subject-cont > div {
  width: 211px;
}
.using-business-ad .subject-cont img {
  width: 100px;
  height: 48px;
}
.using-business-ad .subject {
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: -0.048px;
}
.using-business-ad .cont {
  margin: 4px 0 0;
  color: var(--Light-Semantic-Text-Sub-Primary, #666);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}

/* mypage-keyword-list */
.mypage-keyword-list {
  margin: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 4px;
}
.mypage-keyword-list > a {
  display: inline-flex;
  height: 40px;
  padding: 8px 12px 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid var(--Light-Basic-Gray-150, #f2f2f2);
  background: var(--Light-Basic-Gray-150, #f2f2f2);
  color: var(--Light-Semantic-Text-Secondary, #464646);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}

/* coutry-number */
.coutry-number {
  margin: 16px 0 0;
  border-top: 1px solid #e6e6e6;
}
.coutry-number > li {
  padding: 16px 0;
  border-bottom: 1px solid #e6e6e6;
}
.coutry-number label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
}

.logo-fullsiz {
  margin: 24px auto 16px;
  width: 300px;
  height: 100px;
  flex-shrink: 0;
}

.btn-coutry-number {
  display: inline-flex;
  width: 100px;
  height: 48px;
  align-items: center;
  flex-shrink: 0;
  border-radius: 8px;
  padding-left: 12px;
  border: 1px solid #d6d6d6;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
  background: #fff url(../../image/mobile/icon_arrow_down2.png) no-repeat right
    12px center;
  background-size: 24px;
}

.btn-coutry {
  display: inline-flex;
  width: 100%;
  height: 48px;
  align-items: center;
  flex-shrink: 0;
  border-radius: 8px;
  padding-left: 12px;
  border: 1px solid #d6d6d6;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
  background: #fff url(../../image/mobile/icon_arrow_down2.png) no-repeat right
    12px center;
  background-size: 24px;
}

/* 2024-06-26 */
.main-link-chk > li label div {
  background: var(--Light-Basic-Gray-100, #f6f6f6);
  color: var(--Light-Semantic-Text-Primary, #262626);
}

.status.white {
  border: 1px solid var(--Light-Basic-Gray-150, #f2f2f2);
  background: var(--Light-Basic-Gray-150, #f2f2f2);
  color: #868686 !important;
}

.ads-view .date-count {
  position: relative;
  padding-bottom: 8px;
}
.ads-view .date-count .btn-report {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  color: var(--gray-gray-60, #6f6f6f);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.ads-view .date-count .btn-report:before {
  content: "";
  display: flex;
  width: 18px;
  height: 18px;
  padding: 2.25px;
  justify-content: center;
  align-items: center;
  background: url(../../image/mobile/icon_help_gray.png) no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}

.btn-code {
  width: 96px !important;
}
/* 2024-07-03 */
body.active-chat-set #header .chat-set {
  display: inline-block;
}

/* 2024-07-31 */
.board-view-area .content {
    padding: 16px 0;
    white-space: inherit;
  }
  .board-re {
    margin: 0;
  }

  /* 2024-09-25 */
.cardinfo .tit span {
  display: flex;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  margin: 0 8px 0 0;
  border-radius: 6px;
  border: 1px solid var(--Border-Tertiary, #E7EAEE);
  background: var(--Background, #FFF);
  color: var(--Text-Sub-Primary, #686E7B);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}

/* 2024-11-08 */
.main-link-chk > li div,
.member-content .title,
.member-content label span,
.check-all-txt {
  word-break: auto-phrase;
}
.fixed-bottom-btn { background-color: #fff; }
.footer-fixed-menu li a.active {
  color: var(--Gray900, #1e2229);
}


/* 2024-11-04 */
/* credit-credit */
#credit-credit > div {
  margin: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#credit-credit label {
  width: calc((100% - 8px) / 2);
}
#credit-credit label > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0;
  height: 52px;
  border-radius: 8px;
  border: 1px solid var(--Light-Semantic-Border-Secondary, #d6d6d6);
  background: var(--Light-Semantic-Fill-Reverse-Primary, #fff);
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}
#credit-credit label > div img {
  width: 24px;
  height: 24px;
}
#credit-credit input {
  display: none;
}
#credit-credit label > input:checked + div {
  border: 2px solid var(--Light-Basic-Gray-900, #262626);
}

/* 2024-11-11 */
.chat-room .cont > ul > li.right .text {
	text-align: left;
}

/* 2025-01-21 */
/* option-list */
.option-list {
  margin: 16px 16px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.option-list > li {
  width: calc((100% - 16px)/3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.option-list > li img {
  width: 32px;
  height: 32px;
  margin: 8px 0;
}
.option-list > li > div {
  color: var(--Light-Semantic-Text-Secondary, #464646);
    text-align: center;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 133.333% */
    letter-spacing: -0.036px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: keep-all;
}
.option-list > li.inactive {
  opacity: 0.4;
}

/* option-detail */
.option-detail {
  margin: 16px 16px 0;
  text-align: left;
}
.option-detail > li {
  margin: 12px 0 0;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
}
.option-detail > li.inactive {
  opacity: 0.4;
}

.chat-set {
  display: none;
}


/* 25-02-03 */
#header .share {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlspace='preserve' id='svg_icon' viewBox='0 0 48 48' fill='none' style='position: relative; display: block;' width='28px' height='28px'%3E%3Cpath d='M32.337 35.2352L14.837 23.9352L32.337 12.7352' stroke='currentColor' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M32.337 18.3353C35.4298 18.3353 37.937 15.8281 37.937 12.7353C37.937 9.64247 35.4298 7.13525 32.337 7.13525C29.2442 7.13525 26.737 9.64247 26.737 12.7353C26.737 15.8281 29.2442 18.3353 32.337 18.3353Z' fill='white' stroke='currentColor' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M32.337 40.8352C35.4298 40.8352 37.937 38.3281 37.937 35.2353C37.937 32.1425 35.4298 29.6353 32.337 29.6353C29.2442 29.6353 26.737 32.1425 26.737 35.2353C26.737 38.3281 29.2442 40.8352 32.337 40.8352Z' fill='white' stroke='currentColor' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M13.537 29.5352C16.6298 29.5352 19.137 27.028 19.137 23.9352C19.137 20.8424 16.6298 18.3352 13.537 18.3352C10.4442 18.3352 7.93701 20.8424 7.93701 23.9352C7.93701 27.028 10.4442 29.5352 13.537 29.5352Z' fill='white' stroke='currentColor' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px;
}

/* 25-02-17 */
.like-count::before {
  content: '';
  width: 12px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' viewBox='0 0 12 13' fill='none'%3E%3Cpath d='M6 11.25C5.85 11.25 5.675 11.2 5.575 11.075C5.175 10.725 4.8 10.4 4.475 10.125C2.375 8.37498 1 7.19998 1 5.37498C1 3.64998 2.225 2.34998 3.825 2.34998C4.4 2.34998 4.95 2.52498 5.425 2.89998C5.65 3.07498 5.85 3.27498 6 3.47498C6.15 3.27498 6.35 3.07498 6.575 2.89998C7.05 2.52498 7.575 2.34998 8.175 2.34998C9.8 2.34998 11 3.64998 11 5.39998C11 7.22498 9.625 8.37498 7.55 10.15C7.2 10.45 6.825 10.775 6.425 11.1C6.325 11.2 6.15 11.25 6 11.25ZM3.825 3.09998C2.65 3.09998 1.75 4.07498 1.75 5.39998C1.75 6.87498 3.025 7.94998 4.925 9.57498C5.25 9.84998 5.625 10.175 6 10.5C6.375 10.175 6.725 9.87498 7.05 9.59998C8.975 7.92498 10.25 6.84998 10.25 5.37498C10.25 4.07498 9.35 3.07498 8.175 3.07498C7.75 3.07498 7.375 3.19998 7.025 3.47498C6.675 3.74998 6.45 4.07498 6.325 4.32498C6.25 4.44998 6.125 4.52498 6 4.52498C5.875 4.52498 5.725 4.44998 5.675 4.32498C5.55 4.07498 5.325 3.74998 4.975 3.47498C4.625 3.22498 4.25 3.09998 3.825 3.09998Z' fill='%23A6A6A6'/%3E%3C/svg%3E");
}
.chat-count::before {
  content: '';
  width: 12px;
  height: 13px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon_message_v2'%3E%3Cg id='Group'%3E%3Cg id='Group_2'%3E%3Cpath id='Vector' d='M3.20874 11.3058C3.03883 11.3058 2.86893 11.2087 2.79612 11.0388C2.7233 10.8447 2.77184 10.6505 2.91747 10.5049C3.25728 10.2379 3.5 9.92233 3.6699 9.55825C2.04369 8.8301 1 7.37379 1 5.77184C1 3.41748 3.25728 1.5 6 1.5C8.74272 1.5 11 3.41748 11 5.77184C11 8.10194 8.81553 9.99515 6.09709 10.0437C5.0534 10.8932 3.86408 11.1845 3.23301 11.2816C3.25728 11.3058 3.23301 11.3058 3.20874 11.3058ZM6.02427 2.2767C3.6699 2.2767 1.75243 3.87864 1.75243 5.82039C1.75243 7.22816 2.74757 8.49029 4.30097 9.04854C4.49514 9.12136 4.59223 9.31553 4.51942 9.50971C4.39806 9.82524 4.25243 10.1165 4.05825 10.3835C4.59223 10.2136 5.2233 9.92233 5.78155 9.43689C5.85437 9.36408 5.95145 9.33981 6.04854 9.33981C8.40291 9.33981 10.3204 7.73786 10.3204 5.79612C10.3204 3.85437 8.37864 2.2767 6.02427 2.2767Z' fill='%23A6A6A6'/%3E%3C/g%3E%3Cpath id='Vector_2' d='M4.00975 6.42721C4.26444 6.42721 4.47091 6.22074 4.47091 5.96605C4.47091 5.71135 4.26444 5.50488 4.00975 5.50488C3.75505 5.50488 3.54858 5.71135 3.54858 5.96605C3.54858 6.22074 3.75505 6.42721 4.00975 6.42721Z' fill='%23A6A6A6'/%3E%3Cpath id='Vector_3' d='M6.02428 6.42721C6.27897 6.42721 6.48544 6.22074 6.48544 5.96605C6.48544 5.71135 6.27897 5.50488 6.02428 5.50488C5.76958 5.50488 5.56311 5.71135 5.56311 5.96605C5.56311 6.22074 5.76958 6.42721 6.02428 6.42721Z' fill='%23A6A6A6'/%3E%3Cpath id='Vector_4' d='M8.01451 6.42721C8.2692 6.42721 8.47567 6.22074 8.47567 5.96605C8.47567 5.71135 8.2692 5.50488 8.01451 5.50488C7.75981 5.50488 7.55334 5.71135 7.55334 5.96605C7.55334 6.22074 7.75981 6.42721 8.01451 6.42721Z' fill='%23A6A6A6'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.product-list .date-count {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 6px 0 0;
}
.product-list .date-count span {
  display: flex;
  align-items: center;
  gap: 2px;
  color: var(--Light-Semantic-Text-Sub-Tertiary, #a6a6a6);
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.product-list .date-count span img {
  width: 12px;
  height: 12px;
}
#wrapper {
  min-height: 100%;
}

.soldout {
  position: absolute; top: 0; left: 0;
  display: flex; align-items: center; justify-content: center;
  width: 100%; height: 100%;
  border-radius: 8px;
  backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.3);
}
.soldout::after {
  content: 'SOLD OUT';
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
/* success */
.help-text.success {
  color: #23bd85 !important;
}
.help-text.success:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("/image/component/icon_check_green.png") no-repeat !important;
  background-size: contain !important;
}

.seller-info .pimg img {
  background: url('') lightgray 50% / cover no-repeat;
}