legend,
.blind,
caption {
  position: absolute;
  top: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
.mobile-only {
  display: block !important;
}
.pc-only {
  display: none !important;
}
img {
  vertical-align: middle;
  max-width: 100%;
  display: inline;
}
hr {
  border: 0;
  border-top: 1px solid rgba(30, 34, 41, 0.08);
  margin: 16px 0;
}
select[disabled] {
  background-color: #f2f2f2 !important;
  cursor: not-allowed;
  color: #666;
}
input[readonly] {
  background: #f3f5f6;
  cursor: not-allowed;
  color: #bac1cb;
}
input[readonly][type='text']::placeholder {
  color: #bac1cb;
}
input[readonly][type='email']::placeholder {
  color: #bac1cb;
}
input[readonly][type='password']::placeholder {
  color: #bac1cb;
}
input[readonly][type='number']::placeholder {
  color: #bac1cb;
}
input[readonly][type='tel']::placeholder {
  color: #bac1cb;
}
input[disabled] {
  background-color: #f2f2f2 !important;
  cursor: not-allowed;
  color: #bac1cb !important;
}
input[type='checkbox'][disabled] {
  background: #f3f5f6 url(../../image/component/icon_check_completed.png) no-repeat center center !important;
  background-size: 20px !important;
  cursor: not-allowed;
  border: 1px solid var(--Border-Disabled-Primary, #e7eaee);
}
input[type='checkbox'][disabled]:checked {
  background: #0c2340 url(../../image/component/icon_check_completed_white.png) center center no-repeat !important;
  background-size: 20px !important;
  border: 1px solid #0c2340 !important;
  cursor: not-allowed;
}
a[disabled] {
  background-color: #f2f2f2 !important;
  cursor: not-allowed;
  color: #8f95a1 !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: #f3f5f6 !important;
  background-color: #f3f5f6 !important;
  color: #bac1cb !important;
  cursor: not-allowed;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
label {
  cursor: pointer;
}

.accordion {
  width: 100%;
}
.border-top {
  border-top: 1px solid rgba(30, 34, 41, 0.08);
}
.border-bottom {
  border-bottom: 1px solid rgba(30, 34, 41, 0.08);
}
.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) no-repeat center center;
  background-size: contain;
}
textarea.input-medium {
  padding: 16px;
  height: auto;
  color: var(--Text-Primary, #353c46);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 140% */
  letter-spacing: -0.045px;
}
textarea.input-medium:disabled {
  background-color: #f3f5f6 !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 #d8dde2;
  background: #f3f5f6;
  padding: 16px 8px;
}
.textarea-wrap textarea.input-regular {
  padding: 0 8px;
  border-radius: 0;
  border: 0;
  background: #f3f5f6;
}

.btn-medium {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.btn-medium img {
  width: 20px;
  height: 20px;
}

/* help-text */
.help-text {
  margin: 8px 0 0;
  position: relative;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #ff223c;
}
.help-text.icon {
  padding-left: 18px;
}
.help-text.icon:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../../image/component/icon_information_circled_red.png) no-repeat !important;
  background-size: contain !important;
}
/* gray */
.help-text.gray {
  color: #686e7b !important;
}
.help-text.icon.gray:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../../image/component/icon_information_circled.png) no-repeat !important;
  background-size: contain !important;
}
.help-text a {
  display: inline-flex;
  margin: 0 0 0 6px;
}
.help-text + .help-text {
  margin: 4px 0 0;
}

/* help-text-li */
.help-text-li > li {
  margin: 8px 0 0;
  display: inline-flex;
  gap: 4px;
  color: var(--Info-Text, #686e7b);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}

.ellipsis1 {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.ellipsis12 {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.ellipsis3 {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.ellipsis4 {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.ellipsis5 {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  word-break: break-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/component/icon_minus.png) no-repeat center center;
  background-size: 20px;
  text-indent: -5000px;
  border-radius: 6px;
  border: 1px solid #d8dde2;
}
.quantity-change .input {
  min-width: auto;
  width: 28px;
  height: 28px;
  line-height: 28px;
  color: var(--Light-Semantic-Text-Primary, #353c46);
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.036px;
  background-color: transparent;
  white-space: normal;
  word-wrap: break-word;
}
.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/component/icon_plus.png) no-repeat center center;
  background-size: 20px;
  text-indent: -5000px;
  border-radius: 6px;
  border: 1px solid #d8dde2;
}

/* 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 #e7eaee !important;
  border-radius: 0 !important;
}
.index-popup .btn-split2.btn-medium + .btn-split2.btn-medium {
  border-left: 1px solid #e7eaee !important;
}
.index-popup .popup-content img {
  width: 100%;
}

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

/*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(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  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;
  background: #0c2340;
  border-color: #0c2340;
}
.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: 16px 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, #353c46);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
  white-space: normal;
  word-wrap: break-word;
}
.app-setting > ul > li .switch-setting {
  text-align: right;
}

.datepicker-here , .datepicker_here {
  background: #ffffff url(../../image/component/icon_calendar.png) right 12px center no-repeat !important;
  background-size: 20px !important;
  padding-right: 37px !important;
  color:#000 !important;
}
.input-medium.datepicker-here, .input-medium.datepicker_here {
  background: #ffffff url(../../image/component/icon_calendar.png) right 16px center no-repeat !important;
  background-size: 24px !important;
  padding-right: 40px !important;
  color:#000 !important;
}

.date-picker {
  background: #ffffff url(../../image/component/icon_calendar.png) right 16px center no-repeat;
  background-size: 20px;
  padding-right: 37px;
}

.time-picker {
  background: #ffffff url(../../image/component/icon_clock.png) right 16px center no-repeat;
  background-size: 24px;
  padding-right: 37px;
}

/*tab-menu*/
.tab-menu .inner-wrap .tab-header {
  height: auto;
  border-radius: 8px;
  border: 1px solid var(--Border-Quaternary, #f3f5f6);
  background: var(--Background-Lower-Primary, #f3f5f6);
  padding: 1px;
}
.tab-menu .inner-wrap .tab-content {
  height: auto;
  margin-top: 0;
  border: 0;
  padding: 0;
}
.tab-menu .inner-wrap .tab-header li {
  height: 40px;
  border-radius: 6px;
  color: var(--Text-Sub-Secondary, #8f95a1);
  text-align: center;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
  border: 0;
}
.tab-menu .inner-wrap .tab-header li.active,
.tab-menu .inner-wrap .tab-header li.active:hover {
  border: 1px solid var(--Border-Secondary, #d8dde2);
  background: var(--Background, #fff);
  color: var(--Text-Primary, #1e2229);
  font-weight: 700;
  font-size:16px;
}

/*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 #e7eaee;
  border-bottom: 1px solid #1e2229;
  color: #bac1cb;
  font-size: 12px;
  font-weight: 400;
  background-color: #ffffff;
}
.tab-menu.type-b .inner-wrap .tab-header li + li {
  border-left: 1px solid #e7eaee;
}
.tab-menu.type-b .inner-wrap .tab-header li.active {
  background: #fff;
  color: #686e7b;
  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 {
  border-bottom: 1px solid #e7eaee;
}
.tab-menu.type-c > .inner-wrap > .tab-header {
  border: 0 !important;
  margin: 0;
  width: 100%;
  height: 44px;
  border-radius: 0;
  background: #fff;
  padding: 0;
}
.tab-menu.type-c > .inner-wrap > .tab-header li {
  padding: 0 12px;
  color: var(--light-semantic-color-text-sub-tertiary, #bac1cb);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 128.571% */
  letter-spacing: -0.042px;
  border: 0;
  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, #353c46);
  font-size: 16px;
  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: #0c2340;
}
.tab-menu.type-c > .inner-wrap > .tab-header li a {
  color: #bac1cb;
}
.tab-menu.type-c > .inner-wrap > .tab-header li.active a {
  color: #353c46;
  font-weight: 700;
}
/* type-d */
.tab-menu.type-d {
  padding: 0;
  margin: 16px 0 0;
  border-bottom: 1px solid #f3f5f6 !important;
}
.tab-menu.type-d > .inner-wrap > .tab-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  border: 0 !important;
  margin: 0;
  height: auto;
  border-radius: 0;
  border-bottom: 1px solid var(--Light-Basic-Gray-150, #f2f2f2);
  background: #fff;
  padding: 0 0 16px;
}
.tab-menu.type-d > .inner-wrap > .tab-header li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 78px;
  color: var(--Text-Sub-Primary, #686e7b);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
  border-radius: 8px;
  border: 1px solid var(--Border-Tertiary, #e7eaee);
  white-space: normal;
  word-wrap: break-word;
}
.tab-menu.type-d > .inner-wrap > .tab-header li.active {
  border: 1px solid var(--Primary, #0c2340);
  background: var(--Primary-Lightened, #e8f5ff);
  color: var(--Primary-Darkened, #269aec);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
}
.tab-menu.type-d > .inner-wrap > .tab-header li img {
  width: 28px;
  height: 28px;
}

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

/* category-slider */
.category-slider {
  position: relative;
  padding: 0 0 0 16px;
  width: 100%;
  height: 46px;
  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: #e7eaee;
}
.category-slider .swiper-container .swiper-wrapper .swiper-slide .category {
  color: var(--Text-Sub-Tertiary, #bac1cb);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -0.042px;
  padding: 13px 8px 13px;
  margin: 0 8px 0 0;
  font-weight: 500;
}
.category-slider .swiper-container .swiper-wrapper .swiper-slide .category.active {
  color: #353c46;
  border-bottom: 2px solid #0c2340;
}
/* type-b */
.category-slider.type-b {
  padding: 0 0 0 16px;
  margin: 16px 0;
  height: 28px;
}
.category-slider.type-b:before {
  display: none !important;
}
.category-slider.type-b .swiper-container .swiper-wrapper .swiper-slide .category {
  display: flex;
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  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: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
  margin: 0 8px 0 0;
}
.category-slider.type-b .swiper-container .swiper-wrapper .swiper-slide .category.active {
  border: 0 !important;
  border: 1px solid var(--Navy-Black, #0c2340) !important;
  background: var(--Navy-Black, #0c2340) !important;
  color: var(--Light-Basic-White, #fff) !important;
  font-weight: 700;
}

/*======================================
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: 400px;
  margin: 0 auto;
  /*2025-04-29 padding: 48px 0 48px 0; */
  padding: 48px 0 48px 0;
  overflow: hidden;
  background-color: #fff;
}

#content {
  width: 100%;
  min-height: 400px;
  /*2025-04-29 padding-bottom: 32px;*/
  padding-bottom: 0px;
  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 var(--Light-Semantic-Divider-Secondary, #f2f2f2);
  background: var(--Light-Semantic-Background, #fff);
}
#header.active {
  border-bottom: 1px solid #f2f2f2 !important;
}
#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: 4px;
}
#header > h1 a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../../image/mobile/logo_navigation_m.png) no-repeat center center;
  background-size: contain;
  text-indent: -5000px;
}
#header > h1.active {
  display: inline-block;
}
#header .back {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../../image/component/icon_arrow_left.png) center center no-repeat;
  background-size: 28px;
  text-indent: -5000px;
  margin-top: 0;
  opacity: 1;
}
#header .back.not {
  display: none;
}
/* search */
#header .search {
  position: relative;
  display: none;
  width: 40px;
  height: 40px;
  background: url(../../image/component/icon_search.png) no-repeat center center;
  background-size: 28px;
}
/*notification*/
#header .notification {
  position: relative;
  display: none;
  width: 40px;
  height: 40px;
  background: url(../../image/component/icon_notification.png) no-repeat center center;
  background-size: 28px;
}
#header .notification.new:after {
  content: '';
  position: absolute;
  top: 6px;
  right: 6px;
  display: flex;
  width: 5px;
  height: 5px;
  padding: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 999px;
  background: var(--Red, #fe6060);
}
/*set*/
#header .set {
  display: none;
  width: 40px;
  height: 40px;
  background: url(../../image/component/icon_setting_gear.png) no-repeat center center;
  background-size: 28px;
}

#header .item-view-more {
  display: none;
  position: relative;
}
#header .item-view-more > button {
  width: 40px;
  height: 40px;
  background: url(../../image/component/icon_more_horizontal.png) no-repeat center center;
  background-size: 24px;
}
#header .item-view-more li button {
  display: flex;
  padding: 8px 16px !important;
  width: 100%;
}
#header .item-view-more > ul {
  display: none;
  position: absolute;
  top: 34px;
  right: 8px;
  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);
}
#header .item-view-more.active > ul {
  display: block;
}
#header .item-view-more > ul > li {
  color: var(--light-semantic-text-primary, #353c46);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
}
#header .item-view-more > ul > li + li {
  border-top: 1px solid #e7eaee;
}
#header .item-view-more .tit {
  display: flex;
  align-items: center;
  padding: 8px 16px 8px 8px;
  color: var(--light-semantic-text-sub-secondary, #8f95a1);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
}
#header .item-view-more .tit:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../../image/component/icon_check.png) no-repeat center center;
  background-size: contain;
  margin: 0 8px 0 0;
}
#header .item-view-more > ul > li button {
  display: flex;
  padding: 8px 16px;
  width: 100%;
}

/* home */
#header .home {
  display: none;
  width: 40px;
  height: 40px;
  background: url(../../image/component/icon_home_v2.png) no-repeat center center;
  background-size: 28px;
}

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

/* menu */
#header .menu {
  display: none;
  width: 40px;
  height: 40px;
  background: url(../../image/component/icon_menu.png) no-repeat center center;
  background-size: 28px;
}

/* page-title */
#header .page-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 229px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--Light-Semantic-Text-Primary, #353c46);
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  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/component/icon_menu.png) no-repeat center center;
  background-size: 28px;
}

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

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

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

/* notification-set */
#header .notification-set {
  position: relative;
  display: none;
}
#header .notification-set > button {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../../image/component/icon_more_horizontal.png) no-repeat center center;
  background-size: 28px;
  cursor: pointer;
}
#header .notification-set > ul {
  display: none;
  position: absolute;
  top: 36px;
  right: 16px;
  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 .notification-set.active > ul {
  display: block;
}
#header .notification-set > ul > li {
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
}
#header .notification-set > ul > li + li {
  border-top: 1px solid #e7eaee;
}
#header .notification-set .tit {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  color: #8f95a1;
}
#header .notification-set .tit:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../../image/component/icon_check.png) no-repeat center center;
  background-size: contain;
  margin: 0 8px 0 0;
}
#header .notification-set input {
  display: none;
}
#header .notification-set label {
  display: flex;
  padding: 10px 16px;
  width: 100%;
  cursor: pointer;
}

/* chat-set */
.chat-set {
  position: relative;
}
.chat-set > button {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../../image/component/icon_more_horizontal.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, #353c46);
  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 #e7eaee;
}
.chat-set .tit {
  display: flex;
  align-items: center;
  padding: 8px 16px 8px 8px;
  color: var(--light-semantic-text-sub-secondary, #8f95a1);
  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/component/icon_check.png) no-repeat center center;
  background-size: contain;
  margin: 0 8px 0 0;
}
.chat-set button {
  display: flex;
  padding: 8px 16px;
  width: 100%;
}

/* 푸터 */
#footer {
  display: none;
  margin: 32px 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(--Text-Sub-Primary, #686e7b);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  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_arrow_down.png) no-repeat left top;
  background-size: cover;
  margin: -3px 0 0 2px;
  opacity: 0.5;
}
#footer.active .toggle-btn:after {
  background: url(../../image/component/icon_arrow_up.png) no-repeat left top;
  background-size: cover;
}
#footer .fnb a {
  margin: 0 0 0 16px;
  color: var(--Text-Sub-Primary, #686e7b);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
#footer .fnb a strong {
  color: #686e7b;
}
#footer .toggle-box {
  transition: height 0ms 400ms, opacity 400ms 0ms;
  overflow: hidden;
  height: 0;
  opacity: 0;
}
#footer.active .toggle-box {
  height: auto;
  opacity: 1;
  margin: 0 0 16px;
}
#footer .toggle-box ul {
  padding: 16px;
  border-radius: 8px;
  background: var(--Dimed-4, rgba(30, 34, 41, 0.04));
}
#footer .toggle-box li {
  display: flex;
}
#footer .toggle-box li + li {
  margin: 8px 0 0;
}
#footer .toggle-box .tit,
#footer .toggle-box .con {
  color: var(--Text-Sub-Secondary, #8f95a1);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
  white-space: normal;
  word-wrap: break-word;
}
#footer .toggle-box .tit {
  width: 100px;
}
#footer .toggle-box .con {
  width: calc(100% - 100px);
  color: var(--Text-Sub-Primary, #686e7b);
}
#footer .copyright {
  margin: 0 0 16px;
  color: var(--Light-Basic-Gray-400, #d8dde2);
  font-family: Pretendard;
  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 #d8dde2;
}
.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(--Text-Sub-Primary, #686e7b);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}
.footer-fixed-menu li a.active {
  font-weight: 700;
  color: var(--Primary, #0c2340);
}
.footer-fixed-menu li a:before {
  content: '';
  display: block;
  margin: 3px auto;
  width: 24px;
  height: 24px;
  background-size: contain !important;
}
.footer-fixed-menu li.n1 a:before {
  background: url(../../image/mobile/gnb_1.png) no-repeat center center;
}
.footer-fixed-menu li.n2 a:before {
  background: url(../../image/mobile/gnb_2.png) no-repeat center center;
}
.footer-fixed-menu li.n3 a:before {
  background: url(../../image/mobile/gnb_3.png) no-repeat center center;
}
.footer-fixed-menu li.n4 a:before {
  background: url(../../image/mobile/gnb_4.png?251111) no-repeat center center;
}
.footer-fixed-menu li.n5 a:before {
  background: url(../../image/mobile/gnb_5.png) no-repeat center center;
}
.footer-fixed-menu li.n6 a:before {
  background: url(../../image/mobile/gnb_6.png) no-repeat center center;
}
.footer-fixed-menu li.n7 a:before {
  background: url(../../image/mobile/gnb_7.png) no-repeat center center;
}
.footer-fixed-menu li.n1 a.active:before {
  background: url(../../image/mobile/gnb_1_active.png) no-repeat center center;
}
.footer-fixed-menu li.n2 a.active:before {
  background: url(../../image/mobile/gnb_2_active.png) no-repeat center center;
}
.footer-fixed-menu li.n3 a.active:before {
  background: url(../../image/mobile/gnb_3_active.png) no-repeat center center;
}
.footer-fixed-menu li.n4 a.active:before {
  background: url(../../image/mobile/gnb_4_active.png?251111) no-repeat center center;
}
.footer-fixed-menu li.n5 a.active:before {
  background: url(../../image/mobile/gnb_5_active.png) no-repeat center center;
}
.footer-fixed-menu li.n6 a.active:before {
  background: url(../../image/mobile/gnb_6_active.png) no-repeat center center;
}
.footer-fixed-menu li.n7 a.active:before {
  background: url(../../image/mobile/gnb_7_active.png) no-repeat center center;
}

/* cardinfo */
.cardinfo {
  display: block;
  margin: 16px 0 0;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid var(--Border-Tertiary, #e7eaee);
  background: var(--Background-Lower-Secondary, #f8f9fa);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cardinfo .tit {
  display: flex;
  align-items: center;
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
  white-space: normal;
  word-wrap: break-word;
}
.cardinfo .tit span {
  display: flex;
  height: 20px;
  padding: 0px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--Border-Tertiary, #0c2340);
  background: var(--Background, #fff);
  margin: 0 8px 0 0;
  color: var(--Text-Sub-Primary, #8f95a1);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.cardinfo .tit .cardname {
  margin: 2px 0 0;
  display: block;
  font-size: 17px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.44px;
  text-align: left;
  color: #5c5c5c;
}
.cardinfo .con {
  margin: 8px 0 0;
  color: var(--Text-Sub-Primary, #686e7b);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
  white-space: normal;
  word-wrap: break-word;
}
.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(--Border-Secondary, #d8dde2);
  background: var(--Background, #fff);
  color: var(--Text-Secondary, #353c46);
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  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/component/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(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
}
.cardinfo-more > ul > li + li {
  border-top: 1px solid #e7eaee;
}
.cardinfo-more .tit {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  color: var(--light-semantic-text-sub-secondary, #8f95a1);
}
.cardinfo-more .tit:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url() no-repeat center center;
  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: 48px;
  height: 48px;
  cursor: pointer;
  top: 320px;
  left: 16px;
  background: #fff url(../../image/component/icon_arrow_left.png) no-repeat center center;
  background-size: 24px;
  border-radius: 50%;
  border: 1px solid var(--Light-Semantic-Border-Secondary, #d8dde2);
}
.slider-btn-next {
  z-index: 10;
  position: absolute;
  width: 48px;
  height: 48px;
  cursor: pointer;
  top: 320px;
  right: 16px;
  background: #fff url(../../image/component/icon_arrow_right.png) no-repeat center center;
  background-size: 24px;
  border-radius: 50%;
  border: 1px solid var(--Light-Semantic-Border-Secondary, #d8dde2);
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom {
  bottom: 12px !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  opacity: 0.4;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.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, #d8dde2) !important;
}
.swiper-pagination-fraction {
  bottom: 16px !important;
}

/* list-empty */
.list-empty {
  padding: 126px 0;
  text-align: center;
}
.list-empty img {
  margin: 0 auto;
  width: 72px;
  height: 72px;
}
.list-empty h1 {
  margin: 16px 0 0;
  color: var(--Light-Semantic-Text-Primary, #353c46);
  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 {
  margin: 8px 0 0;
  color: var(--Text-Sub-Tertiary, #bac1cb);
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
}
.list-empty.small {
  padding: 48px 0;
}
.list-empty.large {
  padding: 200px 0;
}

/* result-area */
.result-area {
  padding: 24px 16px 0;
}
.result-area.bg {
  background: #fff url(../../image/mobile/icon_confetti.png) no-repeat center 32px;
  background-size: contain;
}
.result-area.medium {
  padding: 110px 16px 0;
}
.result-area.large {
  width: 100%;
  padding: 169px 16px;
}
.result-area > img {
  margin: 0 auto;
  width: 72px;
  height: 72px;
}
.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: 8px auto 0;
  color: var(--Text-Primary, #353c46);
  text-align: center;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  letter-spacing: -0.06px;
  white-space: pre-line;
}
.result-area pre {
  margin: 12px auto 0;
  color: var(--Text-Sub-Primary, #8f95a1);
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
  white-space: pre-line;
}
.result-area p strong {
  font-weight: bold;
  color: #8f95a1;
}
.result-area .btn-large {
  display: block;
  width: 100%;
  margin: 40px auto 0;
}
.result-area .text-decoration {
  font-size: 11px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.33px;
  text-align: center;
  color: #bac1cb;
  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: #f8f9fa;
}
.board-list-area .board-list-header > div {
  width: 100%;
  display: block;
  height: auto;
  background: #f8f9fa;
  padding: 0;
  border-top: 1px solid #d8dde2;
}
.board-list-content > div {
  position: relative;
  width: 100%;
  display: block;
  height: auto;
  background: #fff;
  padding: 0;
  border-bottom: 1px solid rgba(30, 34, 41, 0.04);
}
.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, #353c46);
  font-size: 17px!important;
  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;
  height: 20px;
  padding: 0px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--Background-Lower-Primary, #f3f5f6);
  background: var(--Border-Quaternary, #f3f5f6);
  color: var(--Text-Sub-Primary, #8f95a1);
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
  margin-right: 8px;
}
.board-list-content > div > ul > li.subject > a .comn {
  float: left;
  font-size: 11px;
  font-weight: 400;
  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, #8f95a1);
  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, #353c46);
}
.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: #bac1cb;
}
.board-list-content > div.notice .num {
  color: var(--light-semantic-text-primary, #353c46);
  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 center center;
  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.subject p {
  width: calc(100% - 32px);
  color: var(--light-semantic-text-primary, #353c46);
  text-align: left;
  font-size: 17px !important;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.045px;
  text-decoration: none;
  cursor: pointer;
  line-height: 1.7em;
  height: 1.7em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.board-list-content .accordion > ul > li.subject .cate2 {
  padding: 6px 6px;
  border-radius: 4px;
  border: 1px solid var(--Background-Lower-Primary, #f3f5f6);
  background: var(--Border-Quaternary, #f3f5f6);
  color: var(--Text-Sub-Primary, #8f95a1);
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
  margin-right: 0px;
}
.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, #353c46);
  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: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 16px;
  margin-top: 0;
  background: url(../../image/component/icon_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, #8f95a1);
  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 #e7eaee;
  background-color: #f8f9fa;
  height: auto;
  opacity: 1;
}
.board-list-content .accordion.active > ul > li p:after {
  background: url(../../image/component/icon_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(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
}
.board-list-content .accordion .accordion-content p strong {
  display: block;
  margin: 0 0 16px;
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 138.462% */
  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 #e7eaee;
  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 {
  position: relative;
  isolation: isolate;
  display: block;
  width: 100%;
  /* background: url(../../image/component/icon_arrow_right.png) no-repeat right
    center;
  background-size: 20px;
  padding: 0 32px 0 0; */
}
.board-list a::after {
  content: '';
  position: absolute;
  background: white;
  z-index: -1;
  inset: 0;
  opacity: 0.4;
}
.board-list.inactive-arrow a {
  background: url();
  padding: 0;
}
.board-list .datetime {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: right;
  color: #bac1cb;
}
.board-list .subject {
  color: var(--light-semantic-text-primary, #353c46);
  font-family: Pretendard;
  font-size: 17px;
  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, #8f95a1);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
  white-space: normal;
  word-wrap: break-word;
}
.board-list .date-status span + span {
  margin-left: 8px;
}
.board-list .date-status .status {
  display: flex;
  height: 20px;
  padding: 0px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--Background-Lower-Primary, #f3f5f6);
  background: var(--Border-Quaternary, #f3f5f6);
  color: var(--Text-Sub-Primary, #8f95a1);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
  white-space: normal;
  word-wrap: break-word;
}
.board-list .date-status .status.complete {
  border-radius: 4px;
  border: 1px solid var(--Blue-Lightened, #e5effd);
  background: var(--Blue-Lightened, #e5effd);
  color: var(--Blue-Darkened, #2876e7);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
  color: var(--Blue-Darkened, #2876e7);
}
.board-list + .btn-group-area {
  padding: 32px 16px 0;
}
.board-list .notice {
  display: flex;
  height: 20px;
  padding: 0px 6px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  border-radius: 4px;
  border: 1px solid var(--Background-Lower-Primary, #f3f5f6);
  background: var(--Border-Quaternary, #f3f5f6);
  color: var(--Text-Sub-Primary, #686e7b);
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
/* .board-list .notice:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../image/component/icon_notice_bell.png) no-repeat;
  background-size: contain;
  margin: 0 0 0 -4px;
} */
.board-list > ul > li.noti {
  background: var(--Light-Basic-Gray-100, #f3f5f6);
  padding: 10px 12px;
}
.board-list > ul > li.event {
  background: var(--Light-Basic-Gray-100, #f3f5f6);
  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, #353c46);
  background: var(--light-semantic-fill-reverse-secondary, #353c46);
  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;
  white-space: normal;
  word-wrap: break-word;
}
.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, #0c2340);
  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;
}
.board-list .parking {
  margin: 0 0 8px;
  color: var(--Light-Semantic-Text-Primary, #353c46);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 123.077% */
  letter-spacing: -0.039px;
}
.board-list .cont {
  margin: 0 0 8px;
  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;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

/* faq */
.accordion.faq {
  background: #fff;
  padding: 24px 16px 0;
  width: 100%;
}
.accordion.faq .inner-wrap > ul > li {
  border-bottom: 1px solid #e7eaee;
}
.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: 1;
  letter-spacing: normal;
  text-align: center;
  color: #bac1cb;
}
.accordion.faq .inner-wrap > ul > li .accordion-header p {
  font-size: 13px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1e2229;
  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: 1;
  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: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: normal;
  text-align: left;
  color: #1e2229;
}
.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 rgba(30, 34, 41, 0.08);
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 16px 0;
}
.board-view-area .header .couple {
  margin: 0 0 8px;
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
}
.board-view-area .header .cate {
  margin: 0 0 4px;
  color: var(--Primary, #0c2340);
  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, #353c46);
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
  word-break: break-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(--Text-Sub-Secondary, #8f95a1);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
  margin: 0 8px 0 0;
  white-space: normal;
  word-wrap: break-word;
}
.board-view-area .header .info li a {
  font-size: 11px;
  color: #8f95a1;
  text-decoration: underline;
}
.board-view-area .header .info li.secret {
  width: 18px;
  height: 16px;
  background: url(../../image/mobile/icon_secret.png) no-repeat center center;
  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: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #909094;
  white-space: normal;
  word-wrap: break-word;
}
.board-view-area .header .info .name-btn .btn-regular {
  height: 35px;
  line-height: 33px;
  margin-left: 8px;
}
.board-view-area .header .notice {
  margin: 0 4px 0 0;
  display: inline-flex;
  height: 20px;
  padding: 0px 6px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  border-radius: 4px;
  border: 1px solid var(--Background-Lower-Primary, #f3f5f6);
  background: var(--Border-Quaternary, #f3f5f6);
  color: var(--Text-Sub-Primary, #686e7b);
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
/* .board-view-area .header .notice:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../image/component/icon_notice_bell.png) no-repeat;
  background-size: contain;
  margin: 0 0 0 -4px;
} */
.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, #8f95a1);
  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: 20px;
  padding: 0px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--Background-Lower-Primary, #f3f5f6);
  background: var(--Border-Quaternary, #f3f5f6);
  color: var(--Text-Sub-Primary, #8f95a1);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 13px !important; /* 130% */
  letter-spacing: -0.03px;
}
.board-view-area .header .status.complete {
  border-radius: 4px;
  border: 1px solid var(--Blue-Lightened, #e5effd);
  background: var(--Blue-Lightened, #e5effd);
  color: var(--Blue-Darkened, #2876e7);
  font-weight: 700;
}
.board-view-area .header .more-layer {
  position: absolute;
  bottom: 16px;
  right: 0;
}
.board-view-area .header .more-layer > ul {
  right: 8px;
}
.board-view-area .content {
  padding: 16px 0 0;
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
  word-break: break-all;
}
.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, #353c46);
  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, #e7eaee);
  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, #353c46);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
  white-space: normal;
  word-wrap: break-word;
}
.board-view-area .tit {
  margin: 0 0 0 4px;
  color: var(--color-gray-700, #353c46);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
  white-space: normal;
  word-wrap: break-word;
}
.board-view-area .date {
  margin: 0 0 0 12px;
  color: var(--color-gray-600, #8f95a1);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
  white-space: normal;
  word-wrap: break-word;
}

/*board-re*/
.board-re {
  padding: 16px;
  border-radius: 12px;
  background: var(--Background-Lower-Secondary, #f8f9fa);
}
.board-re > h1 {
  display: flex;
  align-items: center;
  color: var(--light-semantic-text-secondary, #8f95a1);
  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;
  white-space: normal;
  word-wrap: break-word;
}
.board-re > div {
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
  margin: 8px 0 0;
  white-space: pre-line;
}
.board-re .answer {
  display: flex;
  height: 20px;
  padding: 0px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--Blue, #2c81fb);
  background: var(--Blue, #2c81fb);
  color: var(--Text-Dark-Inverted, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
  margin-right: 8px;
}

/* space-between-title */
.space-between-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 24px 16px 0;
  padding: 0 0 12px;
  border-bottom: 1px solid rgba(30, 34, 41, 0.08);
}

.space-between-title h4 {
  margin: 0;
  display: flex;
  align-items: center;
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 117.647% */
  letter-spacing: -0.051px;
  white-space: normal;
  word-wrap: break-word;
}
.space-between-title h4 img {
  width: 18px;
  height: 18px;
}
.space-between-title .right {
  display: flex;
  align-items: center;
  gap: 2px;
  color: var(--Text-Sub-Secondary, #8f95a1);
  text-align: right;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
  white-space: normal;
  word-wrap: break-word;
}
.space-between-title .right img {
  width: 16px;
  height: 16px;
}
.space-between-title .right select.input-small {
  width: 100px;
}

/* BTT */
.BTT > .title {
  margin: 40px 16px 0;
  display: block;
  padding: 0 0 16px;
  border-bottom: 1px solid rgba(30, 34, 41, 0.08);
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 117.647% */
  letter-spacing: -0.051px;
}
.BTT > .title:first-child {
  margin-top: 16px;
}
.BTT > .title.space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.BTT > .title.space-between .right {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--Text-Primary, #1e2229);
  text-align: right;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
.BTT > .title.space-between .right img {
  width: 18px;
  height: 18px;
}
.BTT > .title .address {
  margin: 8px 0 0;
  color: var(--Text-Sub-Primary, #686e7b);
  font-family: Pretendard;
  /* 2025-08-18 font-size: 13px;*/
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
}
.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, #353c46);
  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 > .title + ul > li:first-child {
  margin: 16px 0 0;
}
.BTT > ul > li > .tit {
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.2px;
}
.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 center center;
  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 center center;
  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 center center;
  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, #353c46);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 123.077% */
  letter-spacing: -0.039px;
  white-space: normal;
  word-wrap: break-word;
}
.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;
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
}
.BTT > ul > li > .con.space-between .unit-wrap {
  width: calc((100% - 24px) / 2);
}
.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: 17px !important;
}
.BTT > ul > li > .con input[type='radio'],
.BTT > ul > li > .con input[type='checkbox'] {
  margin: 0 4px 0 0;
}
.BTT .input-medium.btn-add {
  width: calc(100% - 74px) !important;
}
.BTT .input-medium.btn-add2 {
  width: calc(100% - 104px) !important;
}
.BTT .input-medium.btn-add3 {
  width: calc(100% - 182px) !important;
  margin: 0 0 0 8px;
}
.BTT .input-medium.btn-add + button {
  display: inline-flex;
  min-width: auto;
  width: 66px !important;
  margin-left: 8px;
  padding: 0 12px;
}
.BTT .input-medium.btn-add2 + button {
  display: inline-flex;
  min-width: auto;
  width: 96px !important;
  margin-left: 8px;
  padding: 0 12px;
}
.BTT .input-medium.btn-add3 + 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 0 0;
  display: inline-block;
}
.BTT > ul > li > .con > label:first-child {
  margin: 0;
}
/* 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, #353c46);
  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, #353c46);
  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 rgba(30, 34, 41, 0.04);
}

/* a-underline-group */
.a-underline-group {
  margin-top: 12px;
  text-align: center;
}
.a-underline-group a {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  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: 12px 0 0;
  color: #0c2340;
  text-align: center;
  font-family: Pretendard;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 121.739% */
  letter-spacing: -0.069px;
}
.login-area h1 span {
  color: var(--Primary-Darkened, #ea2a9d);
}
.login-area .guide-text {
  margin: 12px 0 040px;
  color: var(--Text-Sub-Primary, #686e7b);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.091px;
}
.login-area img {
  width: 300px;
  height: 100px;
  margin: 0 auto 16px;
}
.login-area .input-medium {
  width: 100%;
}
/* .login-area .input-medium.id {
  background: #fff url(../../image/component/icon_mypage_v3.png) no-repeat 12px
    center;
  background-size: 24px;
  padding-left: 48px;
}
.login-area .input-medium.pw {
  background: #fff url(../../image/component/icon_lock.png) no-repeat 12px
    center;
  background-size: 24px;
  padding-left: 48px;
} */
.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, #0c2340);
  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 #e7eaee;
}
.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(--Text-Sub-Primary, #8f95a1);
  text-align: center;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
  white-space: normal;
  word-wrap: break-word;
}
.login-area .a-group a + a {
  border-left: 1px solid #e7eaee;
}

/* 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;
  color: var(--Text-Sub-Primary, #8f95a1);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
}
.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: 1;
  letter-spacing: normal;
  text-align: left;
  color: #bac1cb;
  display: inline-block;
  margin-left: 8px;
  white-space: normal;
  word-wrap: break-word;
}
.login-chk-link .link a + a {
  padding-left: 8px;
  line-height: 0.9;
  border-left: 1px solid #e7eaee;
}

/* member-content */
.member-content {
  background: #fff;
  padding: 0 16px;
  overflow: hidden;
}
.member-content .title {
  margin: 24px 0 0;
  color: var(--Text-Primary, #1e2229);
  font-family: Josefin Sans;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  letter-spacing: -0.06px;
  /*white-space: pre-line;*/
}
.member-content .title .btn-small {
  margin: 4px 0 0;
  display: flex;
  height: 20px;
  padding: 0px 6px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.member-content .title-small {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 140% */
  letter-spacing: -0.045px;
}
.member-content .member-agree {
  position: relative;
  margin: 16px 0 0;
}
.member-content .member-agree .btn-popup-view {
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  background: url(../../image/component/icon_arrow_right.png) no-repeat center center;
  background-size: contain;
  opacity: 0.6;
}
.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(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 140% */
  letter-spacing: -0.045px;
}
.member-content label span {
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
}
.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;
}
.member-content .guide-text {
  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;
  white-space: pre-line;
  text-align: left;
}

/* 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;
}
.file-upload .gallery-scroll::-webkit-scrollbar {
  background: #fff !important;
}
.file-upload .gallery-scroll .gallery {
  width: 440px;
}
.file-upload .upload > input {
  top: -6px;
  height: 35px;
}

/* main-notice */
.main-notice {
  margin: 0 16px;
}
.main-notice .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 24px;
}
.main-notice .title h1 {
  color: var(--Light-Semantic-Text-Primary, #353c46);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: -0.048px;
  white-space: normal;
  word-wrap: break-word;
}
.main-notice .title .more {
  width: 18px;
  height: 18px;
  background: url(../../image/component/icon_arrow_right.png) no-repeat center center;
  background-size: contain;
}
.main-notice > ul > li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0 0;
}
.main-notice > ul > li .subject {
  width: calc(100% - 86px);
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
  padding-right: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.main-notice > ul > li .date {
  color: var(--Text-Sub-Secondary, #8f95a1);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
.main-notice .empty {
  height: 68px;
  padding: 24px;
  border-radius: 16px;
  background-color: #f3f5f6;
  margin: 16px 0 0;
}
.main-notice .empty p {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: #686e7b;
}

/* split2 */
.split2 {
  width: calc((100% - 8px) / 2) !important;
}
.split2 + .split2 {
  margin-left: 8px;
}
.btn-medium.split2 {
  padding: 0 12px;
}

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

/* split4 */
.split4 {
  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, #f3f5f6);
}
.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;
  white-space: normal;
  word-wrap: break-word;
}
.login-history .con {
  color: var(--light-semantic-text-sub-tertiary, #bac1cb);
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
  white-space: normal;
  word-wrap: break-word;
}

/* 활성화 */
body.active-logo #header > h1,
body.active-notification #header .notification,
body.active-search #header .search,
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-notification-set #header .notification-set,
body.active-share #header .share,
body.active-upload #header .upload,
body.active-item-view-more #header .item-view-more,
body.active-home #header .home {
  display: inline-block;
}

body.background-gradient #wrapper {
  background: linear-gradient(180deg, #fff 45.69%, #efedf3 116.75%);
}
body.index #header {
  border-bottom: 0;
}

body.overflow-y-scroll #content {
  overflow-y: scroll;
}

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 center center;
  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-border-bottom-header #header {
  border-bottom: 1px solid rgba(30, 34, 41, 0.04);
}
body.wrapper-bg #wrapper {
  background: linear-gradient(180deg, #fff 0%, #f3f5f6 28.37%);
}

body.wrapper-width1200 #wrapper {
  max-width: 1200px !important;
  max-height: 1682px !important;
}
body.wrapper-width1200 #wrapper:before {
  width: 1200px !important;
  border: 0;
}

/* 비활성화 */
body.inactive-header #wrapper {
  padding: 0;
}
body.inactive-header #header {
  display: none;
}

body.inactive-back #header .back,
body.inactive-push #header .push,
body.inactive-footer #footer,
body.inactive-menu #header .menu,
body.inactive-footer-fixed-menu .footer-fixed-menu {
  display: none;
}
body.inactive-footer-fixed-menu #wrapper {
  padding-bottom: 0;
}
body.inactive-footer-fixed-menu .fixed-bottom-btn {
  bottom: 0;
}
body.inactive-border-bottom-header #header {
  border-bottom: 0;
}

/* mypage-menu */
.mypage-menu {
  padding: 0 16px;
}
.mypage-menu article {
  margin-top: 24px;
}
.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, #353c46);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
  white-space: normal;
  word-wrap: break-word;
}
.mypage-menu > article > h1 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
}
.mypage-menu > article > h1 a:after {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_arrow.png) no-repeat center center;
  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(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 140% */
  letter-spacing: -0.045px;
}
.mypage-menu > article > ul > li a > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mypage-menu > article > ul > li a > div img {
  width: 24px;
  height: 24px;
}
.mypage-menu > article > ul > li a:after {
  content: '';
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background: url(../../image/component/icon_arrow_right.png) no-repeat center center;
  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, #353c46);
  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: 18px;
  height: 18px;
  flex-shrink: 0;
  background: url(../../image/component/icon_arrow_right.png) no-repeat center center;
  background-size: contain;
  opacity: 0.6;
}
.mypage-menu .profile-info {
  display: flex;
  align-items: center;
  padding: 16px 0 0;
}
.mypage-menu .profile-info .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  background: url(../../image/component/bg_profile.png) no-repeat center center;
  background-size: contain;
  border-radius: 50%;
  border: 1px solid var(--Dimed-4, rgba(30, 34, 41, 0.04));
}
.mypage-menu .profile-info .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.mypage-menu .profile-info .info {
  width: calc(100% - 72px);
  padding-left: 12px;
}
.mypage-menu .profile-info .name {
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 118.75% */
  letter-spacing: -0.048px;
}
.mypage-menu .profile-info .name span {
  color: var(--Text-Sub-Tertiary, #bac1cb);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}
.mypage-menu .profile-info .email {
  margin: 4px 0 0;
  color: var(--Text-Sub-Secondary, #8f95a1);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}
.mypage-menu .profile-info .account-date {
  margin: 4px 0 0;
  color: var(--Text-Sub-Primary, #686e7b);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}
.mypage-menu .profile-info .shop {
  margin: 4px 0 0;
  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;
}
.mypage-menu .profile-info .btn-small {
  margin: 8px 0 0;
  padding: 0px 12px 0px 8px;
}
.mypage-menu .profile-info .id {
  color: var(--Light-Semantic-Text-Sub-Tertiary, #bac1cb);
  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, #353c46);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
  background: url(../../image/component/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, #e7eaee);
  object-fit: cover;
}
/* type-b */
.mypage-menu .profile-info.type-b {
  padding-bottom: 16px;
}
.mypage-menu .profile-info.type-b .img {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 50px;
  background: url(../../image/component/icon_mypage_v1.png) no-repeat;
  background-size: contain;
}
.mypage-menu .profile-info.type-b .img.apple {
  background: url(../../image/component/icon_platform_apple.png) no-repeat;
  background-size: contain;
}
.mypage-menu .profile-info.type-b .img img {
  width: 100%;
  height: 100%;
}
.mypage-menu .profile-info.type-b .info {
  width: calc(100% - 48px);
}
.mypage-menu .profile-info.type-b .name {
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
}
.mypage-menu .profile-info.type-b .account-date {
  margin: 4px 0 0;
  color: var(--Text-Sub-Secondary, #8f95a1);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}
.mypage-menu .profile-info.type-b .account-date span {
  color: var(--Text-Sub-Primary, #8f95a1);
}
.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;
}
/* pimg-name */
.mypage-menu .pimg-name {
  display: flex;
  align-items: center;
  gap: 2px;
}
.mypage-menu .pimg-name .pimg img {
  width: 24px;
  height: 24px;
}
.mypage-menu .pimg-name .name {
  color: var(--Text-Primary, #353c46);
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 118.75% */
  letter-spacing: -0.048px;
}
.mypage-menu .name-email {
  margin: 24px 0 0;
}
.mypage-menu .name-email .name {
  display: flex;
  align-items: center;
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.06px;
}
.mypage-menu .name-email .name span {
  color: var(--Primary-Darkened, #ea2a9d);
}
.mypage-menu .name-email .name img {
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
}
.mypage-menu .name-email .email {
  margin: 8px 0 0;
  color: var(--Text-Sub-Tertiary, #bac1cb);

  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}
.mypage-menu .banner {
  display: flex;
  flex-direction: column;
  margin: 24px 0 0;
  padding: 16px;
  height: 110px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #ffeff9 url(../../image/mobile/banner_bg1.png) no-repeat right 20px center;
  background-size: contain;
}
.mypage-menu .banner h3 {
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 120% */
  letter-spacing: -0.045px;
  white-space: normal;
  word-wrap: break-word;
}
.mypage-menu .banner h5 {
  margin: 6px 0 0;
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
  white-space: normal;
  word-wrap: break-word;
}
.mypage-menu .banner h5 span {
  color: var(--Primary-Darkened, #ea2a9d);
}
.mypage-menu .banner .btn-small {
  margin: 12px 0 0;
  width: 92px;
}

/* img-view-slide */
.swiper-container.img-view-slide {
  margin: 16px 0 0;
}
.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, #e7eaee);
  margin: 0 8px 0 0;
}
.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-close */
.btn-close {
  text-align: right;
  padding: 0 16px 16px 0;
}
.btn-close button {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.56px;
  text-align: left;
  color: #686e7b;
}

/* btn-insert */
.btn-insert {
  width: 85px;
  height: 28px;
  flex-grow: 0;
  display: flex;
  height: 28px;
  padding: 0px 12px 0px 8px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid var(--Border-Secondary, #d8dde2);
  background: var(--Background, #fff);
  color: var(--Text-Secondary, #353c46);
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.36px;
}
.btn-insert:before {
  content: '';
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  background: url(../../image/component/icon_pencil.png) no-repeat center center;
  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 #d8dde2;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.56px;
  text-align: left;
  color: #686e7b;
}
.btn-modify:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_modify.png) no-repeat center center;
  background-size: contain;
}

/* btn-delete */
.btn-delete {
  width: 20px;
  height: 20px;
  background: url(../../image/component/icon_close.png) no-repeat center center;
  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 center center;
  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, #e7eaee);
    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, #353c46);
  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/component/icon_platform_kakao.png) no-repeat 12px center;
}
.sns-login button.naver {
  color: var(--color-white, #fff);
  background: #27d34a url(../../image/component/icon_sns_login_naver.png) no-repeat 12px center;
}
.sns-login button.apple {
  color: var(--color-white, #fff);
  background: #0c2340 url(../../image/component/icon_sns_login_apple.png) no-repeat 12px center;
}
.sns-login button.google {
  border: 1px solid var(--color-gray-300, #d8dde2);
  background: #fff url(../../image/component) no-repeat 12px center;
}

/* sns-login-circle */
.sns-login-circle {
  margin: 40px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns-login-circle button {
  position: relative;
  margin: 0 8px;
  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/component/icon_platform_kakao_circle.png) no-repeat center center;
  background-size: contain;
}
.sns-login-circle button.kakao .sc3 {
  position: absolute;
  top: -40px;
  left: 0;
  margin: 0 0 0 -20px;
  width: 85px;
  height: 31px;
  flex-shrink: 0;
  display: flex;
  background: url(../../image/component/sc3.png) no-repeat;
  background-size: contain;
}
.sns-login-circle button.naver {
  color: var(--color-white, #fff);
  background: #27d34a url(../../image/component/icon_platform_naver_circle.png) no-repeat center center;
  background-size: contain;
}
.sns-login-circle button.apple {
  color: var(--color-white, #fff);
  background: #0c2340 url(../../image/component/icon_platform_apple_circle.png) no-repeat center center;
  background-size: contain;
}
.sns-login-circle button.google {
  background: #fff url(../../image/component/icon_platform_google_circle.png) no-repeat center center;
  background-size: contain;
}

/* 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 center center;
  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 center center;
  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 center center;
  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 center center;
  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 center center;
  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 center center;
  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 center center;
  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 center center;
  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 center center;
  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 center center;
  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 center center;
  background-size: contain;
  margin: 0 0 0 4px;
}

.static-bottom-btn {
  margin: 32px 0 32px;
  padding: 0 16px;
  max-width: 475px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 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, #0c2340);
}
body.active-footer-fixed-menu .fixed-bottom-btn {
  margin: 0 0 49px;
}
body.active-footer-fixed-menu .popup .fixed-bottom-btn {
  margin: 0px;
}

/* 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 */
.file-upload.inner-btn.profile {
  position: relative;
  display: block;
  margin: 24px auto;
  width: 100px;
  height: 100px;
}
.file-upload.inner-btn.profile .gallery {
  position: relative;
  z-index: 2;
  background: url(../../image/component/bg_no_image_type_profile.png) no-repeat center center;
  background-size: cover;
  border: 1px solid var(--Light-Basic-Gray-200, #e7eaee);
  width: 100px;
  height: 100px;
  border-radius: 200px;
}
.file-upload.inner-btn.profile .img-thumb {
  width: 100px;
  height: 100px;
  border-radius: 200px;
  overflow: inherit;
  padding: 0 !important;
  border: 0;
}
.file-upload.inner-btn.profile .img-thumb img {
  border-radius: 200px;
  width: 100px;
  height: 100px;
  border: 0;
}
.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/component/icon_camera_circled.png) no-repeat center center;
  background-size: contain;
}
.file-upload.inner-btn.profile .gallery .delete {
  width: 28px;
  height: 28px;
}

/* 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: 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 {
  width: 100px;
  color: var(--Text-Sub-Primary, #686e7b);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
  white-space: normal;
  word-wrap: break-word;
}
.tit-con-space-between .con {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% - 100px);
  color: var(--Text-Secondary, #353c46);
  text-align: right;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
  white-space: normal;
  word-wrap: break-word;
}
.tit-con-space-between .con strong {
  color: var(--Light-Semantic-Text-Primary, #353c46);
  text-align: right;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: -0.048px;
}
.tit-con-space-between.bg {
  padding: 16px;
  border-radius: 12px;
  background: var(--Background-Lower-Secondary, #f8f9fa);
}

/* tit-con */
.tit-con > li {
  display: flex;
}
.tit-con > li + li {
  margin: 8px 0 0;
}
.tit-con > li .tit {
  padding: 2px 16px 2px 0;
  width: 100px;
  color: var(--Text-Sub-Primary, #8f95a1);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
.tit-con > li .con {
  width: calc(100% - 100px);
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  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.inactive-dim {
  top: auto;
  bottom: 0;
  height: auto;
}
.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 #d8dde2;
  padding: 32px 16px;
  text-align: left;
}
body.active-footer-fixed-menu .fixed-bottom-wrap .fixed-bottom {
  bottom: 0;
}
.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, #353c46);
  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/component/icon_close_prohibited_circled.png) no-repeat center center;
  background-size: contain;
}
.fixed-bottom-wrap .fixed-bottom > ul > li > button {
  height: 47px;
  color: var(--light-semantic-text-primary, #353c46);
  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, #353c46);
  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;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
}
.fixed-bottom .BTT > ul {
  padding: 0;
}
.fixed-bottom .BTT > ul > li:first-child {
  margin-top: 0;
}

/* notification-list */
.notification-list {
  padding: 8px 16px 0;
}
.notification-list > button {
  float: right;
  margin: 0 0 8px;
}
.notification-list > ul {
  overflow: hidden;
  clear: both;
}
.notification-list > ul > li {
  position: relative;
  border-bottom: 1px solid rgba(30, 34, 41, 0.08);
}
.notification-list > ul > li a {
  position: relative;
  display: block;
  padding: 16px 0 16px 40px;
}
.notification-list > ul > li a:before {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../image/component/icon_email.png) no-repeat center center;
  background-size: contain;
}
.notification-list > ul > li .date {
  margin: 8px 0 0;
  color: var(--Text-Sub-Secondary, #8f95a1);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}
.notification-list > ul > li .tit {
  color: var(--Text-Primary, #353c46);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
.notification-list > ul > li .con {
  margin: 8px 0 0;
  padding-right: 48px;
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 16x;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
  word-break: break-all;
}
.notification-list > ul > li .delete {
  position: absolute;
  top: 16px;
  right: 0;
  display: block;
  width: 18px;
  height: 18px;
  background: url(../../image/component/icon_close_prohibited.png) center center no-repeat;
  background-size: contain;
  opacity: 0.7;
  z-index: 1;
}
.notification-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);
}
.notification-list > ul > li.read .con {
  color: #8f95a1;
}
.notification-list .list-empty {
  padding: 126px 0 306px;
}

.check-all-txt {
  margin: 8px 0 0;
  color: var(--Text-Sub-Primary, #8f95a1);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  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;
}
.btn-small.img-type.square > div {
  margin-top: -4px;
  color: var(--Text-Sub-Primary, #686e7b);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
}

.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;
}

.btn-xsmall {
  margin: 0;
  display: inline-flex;
  padding: 2px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  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: 700;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}

/* more-layer */
.more-layer {
  position: relative;
  margin: 0;
}
.more-layer > button {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../image/component/icon_more_horizontal.png) no-repeat right center;
  background-size: contain;
  cursor: pointer;
}
.more-layer > ul {
  display: none;
  position: absolute;
  top: 26px;
  right: 0;
  z-index: 10;
  width: 160px;
  border-radius: 12px;
  background: var(--light-semantic-background-elevated-primary, #fff);
  box-shadow: 0px 2px 6px 0px rgba(30, 34, 41, 0.12);
}
.more-layer.active > ul {
  display: block;
}
.more-layer > ul > li,
.more-layer > ul > li button {
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 142.857% */
  letter-spacing: -0.042px;
}
.more-layer > ul > li {
  border-bottom: 1px solid #f3f5f6;
}
.more-layer > ul > li:last-child {
  border-bottom: 0;
}
.default .more-layer > ul > li:first-child {
  border-bottom: 0;
}
.more-layer > ul > li.tit {
  display: flex;
  align-items: center;
  padding: 8px 16px 8px 8px;
  color: var(--light-semantic-text-sub-secondary, #8f95a1);
  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.tit:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../../image/component/icon_check.png) no-repeat center center;
  background-size: contain;
  margin: 0 8px 0 0;
}
.more-layer button {
  display: flex;
  padding: 8px 16px;
  width: 100%;
}

/* explanation */
.explanation {
  display: inline-flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: var(--Light-Basic-Gray-100, #f3f5f6);
  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-top: -8px;
}
.btn-radio-checkbox label {
  margin: 8px 6px 0 0;
}
.btn-radio-checkbox label:last-child {
  margin-right: 0;
}
.btn-radio-checkbox input {
  display: none;
}
.btn-radio-checkbox .btn {
  display: inline-flex;
  width: 100%;
  height: 48px;
  padding: 0px 20px 0px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--Border-Tertiary, #e7eaee);
  background: var(--Background, #fff);
  color: var(--Text-Secondary, #353c46);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
  white-space: normal;
  word-wrap: break-word;
}
.btn-radio-checkbox .btn img {
  width: 20px;
  height: 20px;
  margin: 0 6px 0 -2px;
}
.btn-radio-checkbox input:checked + .btn {
  border: 2px solid var(--Primary, #0c2340);
}
/* cols2 */
.btn-radio-checkbox.cols2 label {
  width: calc((100% - 8px) / 2);
  margin: 8px 8px 0 0;
}
.btn-radio-checkbox.cols2 label:nth-child(2n) {
  margin-right: 0;
}
.btn-radio-checkbox.cols2 .btn {
  color: var(--Text-Secondary, #353c46);
  text-align: center;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 140% */
  letter-spacing: -0.045px;
}
.btn-radio-checkbox.cols2 input:checked + .btn {
  color: var(--Primary, #0c2340);
  font-weight: 700;
  line-height: 21px; /* 140% */
}
/* 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.col4 label {
  width: calc((100% - 24px) / 4);
  margin: 8px 8px 0 0;
}
.btn-radio-checkbox.col4 label:nth-child(4n) {
  margin-right: 0;
}
.btn-radio-checkbox.col4 .btn {
  display: block;
  width: 100%;
  height: 40px;
  padding: 11px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--Light-Semantic-Border-Secondary, #d8dde2);
  background: #fff;
  color: var(--Light-Semantic-Text-Primary, #353c46);
  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.col4 input:disabled + .btn {
  border: 1px solid var(--Light-Basic-Gray-150, #f2f2f2);
  background: var(--Light-Basic-Gray-150, #f2f2f2);
  color: var(--Light-Semantic-Text-Sub-Secondary, #8f95a1);
}
/* type-b */
.btn-radio-checkbox.type-b .btn {
  color: var(--Light-Semantic-Text-Secondary, #464646);
  font-weight: 400;
  border-radius: 20px;
  border: 1px solid var(--Light-Basic-Gray-100, #f3f5f6);
  background: var(--Light-Basic-Gray-100, #f3f5f6);
}
.btn-radio-checkbox.type-b input:checked + .btn {
  color: var(--Light-Semantic-Text-Primary, #353c46);
  font-weight: 700;
  border: 1px solid var(--Light-Semantic-Border-Tertiary, #0c2340) !important;
  background: var(--Light-Semantic-Fill-Reverse-Primary, #0c2340);
}

/* unit-wrap */
.unit-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  border-radius: 8px;
  border: 1px solid var(--light-semantic-border-secondary, #e7eaee);
  background: var(--light-semantic-background-elevated-primary, #fff);
  padding: 0 16px;
  color: var(--Light-Semantic-Text-Sub-Primary, #666);
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
}
.unit-wrap input {
  width: calc(100% - 16px);
  height: 46px !important;
  background: transparent;
  font-size: 17px;
  font-weight: 400;
  border: 0 !important;
  padding-left: 0;
}
.unit-wrap.readonly {
  border: 1px solid var(--Light-Semantic-Border-Tertiary, #e7eaee);
  background: var(--Light-Semantic-Background-Lowered-Secondary, #f2f2f2);
}
.unit-wrap.readonly input {
  color: var(--Light-Semantic-Text-Sub-Primary, #666);
}
.unit-wrap.regular {
  height: 40px;
  color: var(--Text-Sub-Primary, #686e7b);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
}
.unit-wrap.regular input {
  height: 38px !important;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
}

/* 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 center center;
  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 center center;
  background-size: contain;
}

/* writing */
button.writing {
  margin-right: 16px;
  width: 52px;
  height: 52px;
  border-radius: 50px;
  border: 1px solid var(--Primary, #0c2340);
  background: #0c2340 url(../../image/component/icon_plus_white.png) no-repeat center center;
  background-size: 28px;
}

/* inquiry */
button.inquiry {
  margin-right: 16px;
  width: 92px;
  height: 92px;
  background: url(../../image/mobile/icon_inquiry.png) no-repeat center center;
  background-size: contain;
}

/* btn-writing */
.btn-writing {
  margin-right: 16px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 24px;
}
.btn-writing:before {
  content: '';
  width: 28px;
  height: 28px;
  background: url(../../image/component/icon_pencil_white.png) no-repeat;
  background-size: contain;
  margin: 0 0 0 -4px;
}

.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/component/icon_arrow_right.png) no-repeat center center;
  background-size: contain;
}

/* search-area */
.search-area {
  position: relative;
  padding: 16px;
  background-color: #fff;
  border-bottom: 1px solid rgba(30, 34, 41, 0.04);
}
.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: absolute; top: 48px;left: 0;
  */

  width: 100%;
  height: 100%;
}
.map .search-medium {
  position: fixed;
  top: 64px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 101;
  width: 100%;
  max-width: 475px;
  margin: 0 16px;
}
.map .search-medium input {
  width: calc(100% - 32px);
}
.map .search-medium > .btn-medium {
  right: 48px;
}
.map .search-medium > .btn-medium:hover {
  border: 0;
  background: url(../../image/component/icon_search.png) no-repeat 0 0;
  background-size: contain;
}
.map > img {
  width: 100%;
}
.map .marker-pin {
  position: absolute;
  width: 36px;
  height: 36px;
  z-index: 1;
  background: url(../../image/component/icon_map_pin.png) no-repeat center center;
  background-size: contain;
}
.map .btn-my-location {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fff url(../../image/component/icon_map_gps.png) no-repeat center center;
  background-size: 28px;
  box-shadow: 0px 2px 6px 0px rgba(30, 34, 41, 0.12);
  cursor: pointer;
}
.map .btn-refresh {
  margin: 0 0 8px;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  border-radius: 50px;
  background: #fff url(../../image/component/icon_refresh.png) no-repeat center center;
  background-size: 24px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.24);
}
.map .btn-top-right {
  position: fixed;
  top: 176px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 101;
  width: 100%;
  height: 0;
  max-width: 475px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0 16px 0 0;
}
.map .btn-bottom-left {
  position: fixed;
  bottom: 64px;
  z-index: 2;
  width: 100%;
  height: auto;
  max-width: 475px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 16px;
}
.map .btn-bottom-right {
  position: fixed;
  bottom: 263px;
  z-index: 1;
  width: 100%;
  height: 1px;
  max-width: 475px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 16px;
}
.map .btn-bottom-right button img {
  width: 24px;
  height: 24px;
}
.map .marker {
  position: absolute;
  width: 48px;
  height: 48px;
  background: url(../../image/component/map_marker.png) no-repeat center center;
  background-size: 32px;
}
.map .marker.active {
  background: url(../../image/component/map_marker_active.png) no-repeat center center;
  background-size: 48px;
}
.map .marker:before {
  display: none;
}
.map .marker.active:before {
  content: '';
  display: block;
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  cursor: pointer;
  width: 73px;
  height: 33px;
  background: url(../../image/mobile/car_wash_place.png) no-repeat;
  background-size: contain;
}
.map .btn-list {
  position: fixed;
  top: 64px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  display: flex;
  width: 103px;
  height: 40px;
  padding: 0px 16px 0px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  border-radius: 50px;
  background: var(--Dimed-40, rgba(30, 34, 41, 0.4));
  backdrop-filter: blur(4px);
  color: var(--Light-Basic-White, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 123.077% */
  letter-spacing: -0.039px;
}

/* change-area */
.change-area {
  position: fixed;
  bottom: 139px;
  z-index: 1;
  width: 100%;
  height: 1px;
  max-width: 475px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 16px;
}
.change-area .btn-change-area {
  display: inline-flex;
  height: 52px;
  padding: 8px 20px 8px 14px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 26px;
  background: var(--Light-Basic-Dimed, rgba(0, 0, 0, 0.4));
}
.change-area .btn-change-area img {
  width: 24px;
  height: 24px;
}
.change-area .btn-change-area:after {
  content: '평';
  color: var(--Light-Basic-White, #fff);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
}
.change-area .btn-change-area.m2:after {
  content: '㎡';
}
.change-area-height {
  height: 52px;
}

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

.guide-text {
  margin: 12px 16px 0;
  color: var(--Text-Sub-Primary, #686e7b);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
}
.guide-text.small {
  text-align: left;
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
.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 rgba(30, 34, 41, 0.04);
}

/* table01 */
.table01 {
  width: 100%;
}
.table01 th {
  height: 36px;
  vertical-align: middle;
  background: var(--Background-Lower-Secondary, #f8f9fa);
  padding: 8px;
  color: var(--Text-Sub-Primary, #686e7b);
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
.table01 td {
  height: 42px;
  border-bottom: 1px solid rgba(30, 34, 41, 0.04);
  vertical-align: middle;
  padding: 8px;
  color: var(--Text-Secondary, #353c46);
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
.table01.large td {
  height: 72px;
}
.table01 td .date {
  margin: 0 0 4px;
  color: var(--Text-Sub-Primary, #686e7b);
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  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 {
  margin: 24px 0 0;
}
.find-id-completed > ul > li {
  display: flex;
  align-items: center;
  margin: 16px 16px 0;
}
.find-id-completed .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #d8dde2;
  border-radius: 50%;
}
.find-id-completed .icon img {
  width: 48px;
  height: 48px;
}
.find-id-completed .id-info {
  padding: 0 0 0 16px;
}
.find-id-completed .id {
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
}
.find-id-completed .info {
  margin: 4px 0 0;
  display: flex;
  gap: 4px;
  color: var(--Text-Sub-Secondary, #8f95a1);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}
.find-id-completed .info span {
  color: var(--Text-Sub-Primary, #8f95a1);
  white-space: normal;
  word-wrap: break-word;
}

/* 메뉴레이어 */
.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, #353c46);
  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, #353c46);
  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_arrow_down.png) right 16px center no-repeat;
  background-size: 20px;
}
.gnbWrap .gnbBox > li.on .title {
  background: url(../../image/component/icon_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, #f3f5f6);
  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: 1;
  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, #353c46);
  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 center center;
  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;
  white-space: normal;
  word-wrap: break-word;
}
.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, #353c46);
  background: var(--Primary, #353c46);
  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;
  white-space: normal;
  word-wrap: break-word;
}
.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 #e7eaee;
  background-color: #fff;
}
.creditcard-list input[type='radio'] {
  display: none;
}
.creditcard-list input[type='radio']:checked + .border {
  border: 2px solid var(--Primary, #0c2340);
}
.creditcard-list > ul > li.default .more-layer .default {
  display: none;
}
.creditcard-list > ul > li.default .number::before {
  content: '';
  width: 30px;
  height: 20px;
  margin: 0 8px 0 0;
  background: url(../../image/component/set_default.png) no-repeat center center;
  background-size: contain;
}
.creditcard-list .number {
  margin: 0 8px 0 0;
  color: var(--Text-Primary, #353c46);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
  display: flex;
  align-items: center;
}
.creditcard-list .name {
  margin: 8px 0 0;
  color: var(--Text-Sub-Primary, #8f95a1);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
.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: #686e7b;
}
.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: #0c2340;
}

/* img-id-account */
.img-id-account {
  margin: 0 16px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(30, 34, 41, 0.04);
  display: flex;
  align-items: center;
}
.img-id-account .img {
  width: 48px;
  height: 48px;
  background: url(../../image/component/bg_no_image_type_profile.png) no-repeat;
  background-size: contain;
  border-radius: 50%;
}
.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, #353c46);
  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, #bac1cb);
  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, #0c2340);
  background: var(--Navy-Black, #0c2340);
  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, #d8dde2);
  background: var(--Light-Semantic-Fill-Reverse-Primary, #fff);
}
.pay-payment > button.active {
  border: 2px solid #353c46;
}
.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/component/icon_filter.png) no-repeat 0 0;
  background-size: contain;
}
.btn-filter.active {
  width: 40px;
  height: 40px;
  background: url(../../image/component/icon_filter_active.png) no-repeat 0 0;
  background-size: contain;
}

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

/* required-required */
.required-required {
  display: inline-block;
  width: 3.7px;
  height: 3.7px;
  background-color: #ff223c;
  border-radius: 50%;
  margin: 0 0 4px 2px;
}

/* 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 #e7eaee;
  border-bottom: 1px solid rgba(30, 34, 41, 0.04);
  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 center center;
  background-size: contain;
}
.info-notice.active .tit:after {
  background: url(../../image/mobile/icon_arrow_up.png) no-repeat center center;
  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 center center;
  background-size: contain;
}

/* title */
.title {
  margin: 40px 0 0;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 118.75% */
  letter-spacing: -0.048px;
}
.title img {
  width: 20px;
  height: 20px;
}

.title-large {
  margin: 16px 16px 0;
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 121.739% */
  letter-spacing: -0.069px;
  white-space: pre-line;
}

.title-medium {
  margin: 40px 16px 0;
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 117.647% */
  letter-spacing: -0.051px;
}

.title-medium-border {
  margin: 40px 0 0;
  padding: 0 0 12px;
  border-bottom: 1px solid rgba(30, 34, 41, 0.08);
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 117.647% */
  letter-spacing: -0.051px;
}

.title-medium-border2 {
  margin: 40px 16px 0;
  padding: 0 0 16px;
  border-bottom: 1px solid rgba(30, 34, 41, 0.08);
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 117.647% */
  letter-spacing: -0.051px;
}
.title-medium-border2:first-child {
  margin-top: 16px;
}

.title-medium2 + .tit-con-space-between {
  margin-top: 16px;
}

.m-only-side {
  margin-left: 16px;
  margin-right: 16px;
}

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

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

.fixed-bottom-margin {
  /* 2025-04-29 margin-bottom: 60px;*/
  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, #f3f5f6);
  background: var(--Light-Basic-Gray-100, #f3f5f6);
}
.subscription-info .title {
  margin: 0;
  color: var(--Light-Semantic-Text-Primary, #353c46);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: -0.048px;
  white-space: normal;
  word-wrap: break-word;
}
.subscription-info ul {
  border-top: 1px solid #d8dde2;
  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, #8f95a1);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
  white-space: normal;
  word-wrap: break-word;
}
.subscription-info .con {
  width: calc(100% - 88px);
  color: var(--Light-Semantic-Text-Primary, #353c46);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
  white-space: normal;
  word-wrap: break-word;
}

/* 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/component/icon_close_prohibited_circled_dark.png) no-repeat center center;
  background-size: contain;
}

/* search-regular-select */
.search-regular-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin: 16px 16px 0;
  border-bottom: 1px solid rgba(30, 34, 41, 0.04);
  padding: 0 0 16px;
}

.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;
}
/* type-b */
.search-regular-select.type-b .search-regular {
  width: 100% !important;
}

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

/* calendar-ym */
.calendar-ym {
  position: relative;
  padding: 14px 16px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.calendar-ym .prev {
  width: 24px;
  height: 24px;
  background: url(../../image/component/icon_arrow_left.png) center center no-repeat;
  background-size: contain;
  opacity: 0.5;
}
.calendar-ym .next {
  width: 24px;
  height: 24px;
  background: url(../../image/component/icon_arrow_right.png) center center no-repeat;
  background-size: contain;
  opacity: 0.5;
}
.calendar-ym span {
  font-size: 18px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #1e2229;
  margin: 0 12px;
}

/*calendar-table*/
.calendar-table {
  width: 100%;
  border-top: 1px solid #e7eaee;
}
.calendar-table th {
  width: 14.285%;
  color: #8f95a1;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 123.077% */
  letter-spacing: -0.3px;
  padding: 16px 0;
  text-align: center;
}
.calendar-table th.sun {
  color: #cc0026;
}
.calendar-table th.sat {
  color: #5d5fef;
}
.calendar-table td {
  position: relative;
  height: 44px;
  padding: 24px 0 14px;
}
.calendar-table td .price {
  margin: 8px 0 0;
  text-align: center;
  font-size: 10px;
  color: #666;
}
.calendar-table td .date.sat {
  color: #5d5fef;
}
.calendar-table td .date.sun {
  color: #cc0026;
}
.calendar-table td .date.today {
  color: #0c2340;
}
.calendar-table td .date.inactive {
  color: #d8dde2;
}
.calendar-table td .date {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 44px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #353c46;
}
.calendar-table td.active .date {
  width: 44px;
  border-radius: 30px;
  background: var(--light-basic-blue, #0c2340);
  color: #fff;
}

/* 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, #e7eaee);
  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, #8f95a1);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
  white-space: normal;
  word-wrap: break-word;
}

.blue {
  color: #2c81fb !important;
}
.red {
  color: #ee4747 !important;
}
.gray {
  color: #8f95a1 !important;
}
.green {
  color: var(--Green-Darkened, #23bd85) !important;
}

.guide-text-bottom {
  margin: 40px auto 0;
  width: 342px;
  color: var(--Text-Sub-Secondary, #8f95a1);
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
  word-break: keep-all;
}
.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, #f3f5f6);
  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 #e7eaee;
}
.total-rating .tit-con .tit {
  width: auto;
  color: var(--Light-Semantic-Text-Primary, #353c46);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 123.077% */
  letter-spacing: -0.039px;
  white-space: normal;
  word-wrap: break-word;
}
.total-rating .tit-con .con {
  padding: 0 0 0 8px;
  width: auto;
  color: var(--Light-Semantic-Text-Primary, #353c46);
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px; /* 123.077% */
  letter-spacing: -0.026px;
  white-space: normal;
  word-wrap: break-word;
}
.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, #353c46);
  text-align: center;
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
  white-space: normal;
  word-wrap: break-word;
}

.guide-text-bottom-arrow {
  padding: 12px 0;
  margin: 24px 0 0;
  border-top: 1px solid rgba(30, 34, 41, 0.08);
  border-bottom: 1px solid rgba(30, 34, 41, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--Text-Sub-Secondary, #8f95a1);
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
.guide-text-bottom-arrow img {
  width: 16px;
  height: 16px;
  opacity: 0.5;
}

/* 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, #f3f5f6);
  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: #1e2229;
  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, #d8dde2);
  background: #fff url(../../image/mobile/icon_download2.png) no-repeat right 8px center;
  background-size: 18px;
  opacity: 1;
  color: var(--light-semantic-text-primary, #353c46) !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, #8f95a1);
  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;
  width: 32px;
  height: 32px;
  background: url(../../image/component/bg_no_image_type_profile.png) no-repeat;
  background-size: contain;
  border-radius: 50%;
}
.chat-room .cont > ul > li.left .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.chat-room .cont > ul > li.left .nick {
  color: var(--light-semantic-text-primary, #353c46);
  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: #353c46;
}
.chat-room .cont > ul > li.left .text p {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.chat-room .cont > ul > li.left .text a {
  color: #1e2229;
  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: #0c2340;
  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, #e7eaee);
  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, #e7eaee);
  background: var(--light-basic-gray-100, #f3f5f6);
  white-space: normal;
  word-wrap: break-word;
}
.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 center center;
  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 center center;
  background-size: contain;
  margin-right: 8px;
}
.btn-chat-sponsor {
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_chat_sponsor.png) no-repeat center center;
  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/component/icon_close.png) no-repeat center center;
  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 var(--Light-Semantic-Border-Tertiary, #e7eaee);
  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, #353c46);
  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 var(--Light-Semantic-Border-Tertiary, #e7eaee);
  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_close_prohibited_circled_dark.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, #e7eaee);
  background: var(--light-semantic-background, #fff) !important;
}
.chat-room .cont > ul > li .text.alirm .subject {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(30, 34, 41, 0.04);
  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 center center;
  background-size: contain;
}
.chat-room .cont > ul > li .text.alirm ul {
  margin: 16px 0 0;
  padding: 0 0 16px;
  border-bottom: 1px solid rgba(30, 34, 41, 0.04);
}
.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, #8f95a1);
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
  white-space: normal;
  word-wrap: break-word;
}
.chat-room .cont > ul > li .text.alirm .con {
  width: calc(100% - 72px);
  color: var(--light-semantic-text-primary, #353c46);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
  white-space: normal;
  word-wrap: break-word;
}
.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, #e7eaee);
  background: var(--Bright-Gray, #e7eaee);
  color: var(--light-semantic-text-primary, #353c46);
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
  white-space: normal;
  word-wrap: break-word;
}
.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;
  white-space: normal;
  word-wrap: break-word;
}
/* 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, #353c46);
  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, #d8dde2);
  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 center center;
  background-size: contain;
}
.chat-room .cont > ul > li .text.file .name {
  color: var(--Light-Semantic-Text-Primary, #353c46);
  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, #bac1cb);
  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, #353c46);
  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;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  height: 70px;
  flex-shrink: 0;
  border-radius: 8px;
  background: var(--Background-Lower-Secondary, #f8f9fa);
}
.my-coupon-point .tit {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--Text-Primary, #353c46);
  text-align: right;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
  white-space: normal;
  word-wrap: break-word;
}
.my-coupon-point .tit img {
  width: 24px;
  height: 24px;
}
.my-coupon-point .con {
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.051px;
  white-space: normal;
  word-wrap: break-word;
}
.my-coupon-point div {
  display: flex;
  align-items: center;
  gap: 8px;
}
/* small */
.my-coupon-point.small {
  height: 44px;
  border-radius: 8px;
  background: var(--Light-Basic-Gray-100, #f3f5f6);
}
.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;
  white-space: normal;
  word-wrap: break-word;
}
.my-coupon-point.small .con {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Light-Semantic-Text-Primary, #353c46);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
  white-space: normal;
  word-wrap: break-word;
}
.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: 12px 0;
  border-bottom: 1px solid rgba(30, 34, 41, 0.04);
}
.coupon-point-list .dc {
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
  white-space: normal;
  word-wrap: break-word;
}
.coupon-point-list .subject {
  margin: 4px 0 0;
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
}
.coupon-point-list .tit {
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
}
.coupon-point-list .con {
  margin: 4px 0 0;
  color: var(--Text-Sub-Secondary, #8f95a1);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 127.273% */
  letter-spacing: -0.033px;
  white-space: normal;
  word-wrap: break-word;
}
.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(--Blue-Darkened, #2876e7);
}
.coupon-point-list .status.used,
.coupon-point-list .status.expiration,
.coupon-point-list .status.minus {
  color: var(--Text-Sub-Secondary, #8f95a1);
}
.coupon-point-list .point {
  color: #0c2340;
  text-align: right;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.coupon-point-list .point.minus {
  color: var(--Text-Disabled-Secondary, #bac1cb);
}

/* 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, #e7eaee);
  background: var(--Light-Semantic-Background, #fff);
}
.order-record-list > li + li {
  margin: 12px 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 #e7eaee;
}
.order-record-list .top-date .date {
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 117.647% */
  letter-spacing: -0.051px;
}
.order-record-list .top-date .bite {
  margin: 8px 0 0;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.039px;
}
.order-record-list .top-date .bite:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_bite.png) no-repeat;
  background-size: contain;
}
.order-record-list .top-date img {
  width: 20px;
  height: 20px;
}
.order-record-list .top-date .subject {
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 120% */
  letter-spacing: -0.045px;
}
.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: 100px;
  padding: 4px 0;
  color: var(--Text-Sub-Primary, #686e7b);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
  white-space: normal;
  word-wrap: break-word;
}
.order-record-list .tit-con .con {
  width: calc(100% - 100px);
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
  white-space: normal;
  word-wrap: break-word;
}
.order-record-list .tit-con .bite {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.039px;
}
.order-record-list .tit-con .bite:before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(../../image/mobile/icon_bite.png) no-repeat;
  background-size: contain;
}
.order-record-list hr {
  margin: 12px 0;
}
.order-record-list .tit-con .con .status {
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
}
.order-record-list .menu-name {
  padding: 0 60px 0 0;
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  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: break-all;
}

/* order-record-view */
.order-record-view {
  margin: 16px 16px 0;
}
.order-record-view > li {
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #0c2340;
  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 #e7eaee;
}
.order-record-view .top-date > div {
  color: var(--Light-Semantic-Text-Primary, #353c46);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: -0.045px;
  white-space: normal;
  word-wrap: break-word;
}
.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: 100px;
  padding: 2px 0;
  color: var(--Light-Semantic-Text-Sub-Secondary, #8f95a1);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
  white-space: normal;
  word-wrap: break-word;
}
.order-record-view .tit-con .con {
  width: calc(100% - 100px);
  color: var(--Light-Semantic-Text-Primary, #353c46);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
  white-space: normal;
  word-wrap: break-word;
}
.order-record-view hr {
  margin: 12px 0;
}
/* type-b */
.order-record-view.type-b > li {
  border-radius: 12px;
  border: 1px solid #0c2340;
  background: var(--Background-Lower-Secondary, #f8f9fa);
}
.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 rgba(30, 34, 41, 0.08);
}
.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 {
  width: 40px;
  height: 40px;
  border: 1px solid var(--color-gray-200, #e7eaee);
  border-radius: 50%;
  overflow: hidden;
  background: url(../../image/component/bg_no_image_type_profile.png);
  background-size: contain;
}
.review-list .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.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 {
  margin: 8px 0 0;
  display: flex;
  align-items: center;
}
.review-list .date {
  margin: 0 0 0 8px;
  color: var(--light-semantic-text-sub-secondary, #8f95a1);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.review-list .party-name {
  margin: 8px 0 0;
  color: var(--Text-Sub-Primary, #8f95a1);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
.review-list .review-con {
  margin: 4px 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;
}
.review-list .more-layer {
  position: absolute;
  top: 16px;
  right: 0;
}
.review-list .more-layer > ul {
  right: 0;
}

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

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

/* reservation-list */
.reservation-list .subject {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(30, 34, 41, 0.04);
  margin: 0 0 16px;
  color: var(--Light-Semantic-Text-Primary, #353c46);
  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, #8f95a1);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
  white-space: normal;
  word-wrap: break-word;
}
.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, #353c46);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
  white-space: normal;
  word-wrap: break-word;
}
.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;
}

/* 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, #353c46);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
  white-space: normal;
  word-wrap: break-word;
}

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

/* chat-list */
.chat-list {
  padding: 0 16px;
}
.chat-list > li {
  padding: 16px 0;
  border-bottom: 1px solid rgba(30, 34, 41, 0.04);
}
.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, #e7eaee);
}
.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, #353c46);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px; /* 126.667% */
  letter-spacing: -0.045px;
  white-space: normal;
  word-wrap: break-word;
}
.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;
  white-space: normal;
  word-wrap: break-word;
}
.pimg-info-chat .cont {
  margin: 4px 0 0;
  color: var(--Light-Semantic-Text-Sub-Secondary, #8f95a1);
  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: break-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, #8f95a1);
  text-align: right;
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
  white-space: normal;
  word-wrap: break-word;
}
.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, #0c2340);
  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;
  white-space: normal;
  word-wrap: break-word;
}

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

.mobile-side-margin {
  margin-left: 16px;
  margin-right: 16px;
}

.pre-line {
  white-space: pre-line !important;
}

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

.btn-small {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

input[type='range']::-webkit-slider-thumb {
  width: 24px !important;
  height: 24px !important;
  border: 1px solid #d8dde2 !important;
  box-shadow: none !important;
}

.title-small {
  color: var(--Light-Semantic-Text-Primary, #353c46);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 123.077% */
  letter-spacing: -0.039px;
}

/* member-info */
.member-info {
  margin: 24px 0 0;
  display: flex;
  align-items: center;
  gap: 4px;
}
.member-info .img {
  width: 24px;
  height: 24px;
  background: url(../../image/component/icon_mypage_v2.png) no-repeat;
  background-size: contain;
  border-radius: 50%;
}
.member-info .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.member-info .name {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 118.75% */
  letter-spacing: -0.048px;
}
.member-info .name span {
  color: var(--Text-Sub-Primary, #686e7b);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
  white-space: normal;
  word-wrap: break-word;
}
.member-info .shop {
  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;
}

/* member-info-large */
.member-info-large {
  margin: 24px 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
.member-info-large .img {
  width: 80px;
  height: 80px;
  border: 1px solid var(--Light-Basic-Gray-200, #e7eaee);
  background: url(../../image/component/bg_no_image_type_profile.png) no-repeat;
  background-size: contain;
  border-radius: 50%;
}
.member-info-large .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.member-info-large .name {
  color: var(--Light-Semantic-Text-Primary, #353c46);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: -0.048px;
  white-space: normal;
  word-wrap: break-word;
}
.member-info-large .shop {
  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;
  white-space: normal;
  word-wrap: break-word;
}
.member-info-large .btn-small {
  margin: 8px 0 0;
  display: inline-flex;
  height: 21px;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--Light-Semantic-Border-Tertiary, #e7eaee);
  background: var(--Light-Semantic-Background, #fff);
  color: var(--Light-Semantic-Text-Secondary, #464646);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
  white-space: normal;
  word-wrap: break-word;
}

.btn-more {
  color: var(--Text-Sub-Primary, #686e7b);
  text-align: right;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}

.btn-icon-more {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background: url(../../image/component/icon_arrow_right.png) no-repeat;
  background-size: contain;
  opacity: 0.5;
}

/* banner1 */
.banner1 a {
  margin: 32px 0 0;
  height: 72px;
  flex-shrink: 0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  background: #edf4ff url(../../image/component/icon_arrow_right_circle.png) no-repeat right 16px center;
  background-size: 28px;
}
.banner1 .img img {
  width: 64px;
  height: 64px;
}
.banner1 .subject {
  color: var(--Light-Semantic-Text-Primary, #353c46);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 123.077% */
  letter-spacing: -0.039px;
}
.banner1 .tel {
  margin: 4px 0 0;
  color: var(--Light-Semantic-Text-Primary, #353c46);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}

/* banner2 */
.banner2 {
  margin: 32px 0 0;
}
.banner2 a {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 29.1%;
  height: 0;
  overflow: hidden;
}
.banner2 a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  object-fit: cover;
}

/* profile-info48 */
.profile-info48 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile-info48 .img {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 50%;
  background: url(../../image/component/bg_no_image_type_profile.png) no-repeat;
  background-size: contain;
  border: 1px solid var(--Light-Basic-Gray-200, #e7eaee);
}
.profile-info48 .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.profile-info48 .info {
  width: calc(100% - 48px);
  padding-left: 12px;
}
.profile-info48 .name {
  color: var(--Light-Semantic-Text-Primary, #353c46);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
}
.profile-info48 .con {
  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;
}

/* date-search */
.date-search {
  margin: 16px 16px 0;
  padding: 0 0 16px;
  border-bottom: 1px solid rgba(30, 34, 41, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.datepickers-container {
  z-index: 103;
}

/* video-wrap */
.video-wrap {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 64%;
  height: 0;
  overflow: hidden;
}
.video-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.line8 {
  border-bottom: 8px solid rgba(30, 34, 41, 0.04);
}

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

.search-regular.btn-left > .btn-regular {
  right: auto;
  left: 8px;
}
.search-regular.btn-left .input-regular {
  padding: 0 0 0 48px;
}

/* img-list-thumb */
.img-list-thumb {
  margin: 16px 0 0;
}
.img-list-thumb > ul {
  display: flex;
  flex-wrap: wrap;
}
.img-list-thumb > ul > li {
  margin-right: 8px;
}
.img-list-thumb > ul > li img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--Light-Basic-Gray-200, #e7eaee);
  background: url(<path-to-image>) lightgray 50% / cover no-repeat, url(<path-to-image>) lightgray 50% / cover no-repeat;
}
/* w80 */
.img-list-thumb.w80 > ul > li img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--Light-Basic-Gray-200, #e7eaee);
  background: url(<path-to-image>) lightgray 50% / cover no-repeat, url(<path-to-image>) lightgray 50% / cover no-repeat;
}

.btn-copy {
  display: flex;
  width: 28px;
  height: 28px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--Border-Secondary, #d8dde2);
  background: url(../../image/component/icon_duplicate.png) no-repeat center center;
  background-size: 18px;
}

.btn-tel {
  display: flex;
  width: 28px;
  height: 28px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--Border-Secondary, #d8dde2);
  background: url(../../image/component/icon_tel.png) no-repeat center center;
  background-size: 18px;
}

.text-cont {
  margin: 16px 16px 0;
  color: var(--Light-Semantic-Text-Sub-Primary, #666);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}

/* dot-li */
.dot-li {
  margin: 0 0 0 8px;
}
.dot-li li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Light-Basic-Gray-600, #8f95a1);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 154.545% */
  letter-spacing: -0.033px;
}
.dot-li li:before {
  content: '';
  width: 2px;
  height: 2px;
  background-color: #8f95a1;
  border-radius: 50%;
}

/* popup-menu */
.popup-menu {
  position: fixed !important;
  top: 0 !important;
  left: auto !important;
  right: 0;
  height: auto;
  border-radius: 0;
  transform: translate(0, 0);
  min-width: 300px;
  background: var(--Primary, #0c2340);
}
.popup-menu > .inner-wrap {
  padding: 0 0 40px;
}
.popup-menu .menu-logo {
  width: 180px;
  height: 48px;
}
.popup-menu .menu-logo img {
  width: 100%;
  height: 100%;
}
.popup-menu .inner-wrap .popup-close {
  background: url(../../image/component/icon_close_prohibited_white.png) no-repeat 0 0;
  background-size: contain;
  opacity: 0.8;
}

.btn-heart {
  width: 32px;
  height: 32px;
  background: #fff url(../../image/component/icon_heart.png) no-repeat center center;
  background-size: contain;
}
.btn-heart.active {
  background: #fff url(../../image/component/icon_heart_active.png) no-repeat center center;
  background-size: contain;
}

/* date-select-search */
.date-select-search {
  padding: 0 0 16px;
  margin: 0 16px 16px;
  border-bottom: 1px solid #e7eaee;
}
.date-select-search .date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0 0;
}
.date-select-search .select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0 0;
}
.date-select-search .select .input-regular {
  min-width: auto !important;
  width: calc(100% - 63px);
}
.date-select-search .select .input-regular + .input-regular {
  margin-left: 8px;
}
.date-select-search .select .btn-regular {
  display: flex;
  min-width: auto !important;
  width: 55px !important;
  height: 40px;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  color: var(--Light-Semantic-Text-Primary, #353c46);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 123.077% */
  letter-spacing: -0.039px;
}
/*========== 컨텐츠 공용 끝 ==========*/

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

/* verify-list */
.verify-list {
  padding: 0 16px;
  margin: 24px 0 0;
}
.verify-list > li {
  margin: 16px 0 0;
}
.verify-list .tit {
  display: flex;
  align-items: center;
  color: var(--Text-Primary, #353c46);
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 140% */
  letter-spacing: -0.045px;
}
.verify-list .tit input {
  margin: 0 8px 0 0;
}
.verify-list .con {
  margin: 8px 0 0;
  color: var(--Text-Sub-Primary, #8f95a1);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 127.273% */
  letter-spacing: -0.033px;
}

/* tit-con-bg-wrap */
.tit-con-bg-wrap .tit-con {
  margin: 16px 0 0;
  padding: 16px;
  border-radius: 12px;
  background: var(--Background-Lower-Secondary, #f8f9fa);
}
.tit-con-bg-wrap .tit-con .subject {
  border-bottom: 1px solid rgba(30, 34, 41, 0.08);
  padding: 0 0 12px;
  margin: 0 0 12px;
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.542px;
}
.tit-con-bg-wrap .tit-con > ul > li {
  display: flex;
  justify-content: center;
}
.tit-con-bg-wrap .tit-con > ul > li + li {
  margin: 12px 0 0;
}
.tit-con-bg-wrap .tit-con .tit {
  width: 100px;
  padding: 3px 8px 0 0;
  color: var(--Text-Sub-Primary, #686e7b);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 133.333% */
  letter-spacing: -0.036px;
  word-break:keep-all;
  word-break:auto-phrase;

}
.tit-con-bg-wrap .tit-con .con {
  width: calc(100% - 100px);
  color: var(--Text-Secondary, #353c46);
  text-align: right;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.542px;
  word-break: break-word;
  word-break:auto-phrase;
}
/* w100 */
.tit-con-bg-wrap .tit-con.w100 .tit {
  width: 100px;
  padding-right: 16px;
  color: var(--Text-Sub-Primary, #686e7b);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
.tit-con-bg-wrap .tit-con.w100 .con {
  width: calc(100% - 100px);
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
}

/* tit-con-border-wrap */
.tit-con-border-wrap {
  margin: 16px 0 0;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid var(--Border-Tertiary, #e7eaee);
  background: var(--Light-Basic-White, #fff);
  box-shadow: 0px 2px 6px 0px rgba(30, 34, 41, 0.04);
}
.tit-con-border-wrap .tit-con > ul > li {
  display: flex;
  justify-content: center;
}
.tit-con-border-wrap .tit-con > ul > li + li {
  margin: 8px 0 0;
}
.tit-con-border-wrap .tit-con > .subject {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid #e7eaee;
  padding: 0 0 12px;
  margin: 0 0 12px;
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 137.5% */
  letter-spacing: -0.048px;
}
.tit-con-border-wrap .tit-con > .subject .state {
  display: inline-flex;
  height: 24px;
  padding: 0px 8px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid var(--Border-Quaternary, #f3f5f6);
  background: var(--Background-Lower-Primary, #f3f5f6);
  color: var(--Text-Sub-Primary, #686e7b);
  text-align: center;
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}
.tit-con-border-wrap .tit-con > .subject .state.blue {
  border: 1px solid var(--Blue-Lightened, #e5effd);
  background: var(--Blue-Lightened, #e5effd);
  color: var(--Blue-Darkened, #2876e7);
}
.tit-con-border-wrap .tit-con > .subject .state.red {
  border: 1px solid var(--Red-Lightened, #ffebee);
  background: var(--Red-Lightened, #ffebee);
  color: var(--Red-Darkened, #ee4747);
}
.tit-con-border-wrap .tit-con > .subject .state.yellow {
  border: 1px solid var(--Orange-Lightened, #fff1e6);
  background: var(--Orange-Lightened, #fff1e6);
  color: var(--Orange-Darkened, #f57514);
}
.tit-con-border-wrap .tit-con > a .subject {
  display: flex;
  gap: 6px;
  border-bottom: 1px solid #e7eaee;
  padding: 0 0 12px;
  margin: 0 0 12px;
  color: var(--Light-Semantic-Text-Primary, #353c46);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
}
.tit-con-border-wrap .tit-con > a .subject {
  position: relative;
  isolation: isolate;
  background: url(../../image/component/icon_arrow_right.png) no-repeat right top;
  background-size: 20px;
}
.tit-con-border-wrap .tit-con > a .subject::after {
  content: '';
  position: absolute;
  background: white;
  z-index: -1;
  inset: 0;
  opacity: 0.4;
}
.tit-con-border-wrap .tit-con .subject img {
  width: 24px;
  height: 24px;
}
.tit-con-border-wrap .tit-con > ul > li > .tit {
  width: 100px;
  padding: 3px 16px 3px 0;
  color: var(--Text-Sub-Primary, #686e7b);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
  white-space: normal;
  word-wrap: break-word;
}
.tit-con-border-wrap .tit-con > ul > li > .con {
  width: calc(100% - 100px);
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
  white-space: normal;
  word-wrap: break-word;
}
.tit-con-border-wrap .btn {
  margin: 16px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* btn-login-chk */
.btn-login-chk {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 140px;
  padding: 16px;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid var(--Border-Tertiary, #0c2340);
  background: var(--Background, #fff);
  box-shadow: 0px 2px 6px 0px rgba(30, 34, 41, 0.04);
}
.btn-login-chk h5 {
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
  white-space: normal;
  word-wrap: break-word;
}
.btn-login-chk h4 {
  margin: 8px 0 12px;
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 117.647% */
  letter-spacing: -0.051px;
  white-space: normal;
  word-wrap: break-word;
}
.btn-login-chk h3 {
  margin: 6px 0 0;
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  letter-spacing: -0.06px;
  white-space: normal;
  word-wrap: break-word;
}
.btn-login-chk .img {
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  padding: 3px;
  border-radius: 50%;
  border-radius: 100px;
  background: linear-gradient(180deg, #3789ff 0%, #6d94cc 50%, #3daf9a 100%);
}
.btn-login-chk .img > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  background: url(../../image/mobile/bg_logo_text.png) no-repeat center center;
  background-size: contain;
  padding: 3px;
}
.btn-login-chk .img > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.btn-login-chk .brand {
  display: flex;
  align-items: center;
  gap: 4px;
}
.btn-login-chk .brand img {
  display: flex;
  width: 24px;
  height: 24px;
}
.btn-login-chk .brand span {
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
.btn-login-chk .number {
  margin: 4px 0 12px;
  color: var(--Text-Sub-Primary, #686e7b);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}
.btn-login-chk .btn {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* reviews-list */
.reviews-list {
  padding: 0 16px;
}
.reviews-list > .space-between-title + ul {
  margin: 12px 0 0;
}
.reviews-list > ul {
  margin: 16px 0 0;
  border-top: 1px solid var(--Divider-Secondary, rgba(30, 34, 41, 0.08));
}
.reviews-list > ul > li {
  padding: 16px 0;
  border-bottom: 1px solid var(--Divider-Tertiary, rgba(30, 34, 41, 0.04));
}
.reviews-list .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reviews-list .img-name {
  display: flex;
  align-items: center;
  width: 50%;
  gap: 8px;
}
.reviews-list .date {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  width: 50%;
  text-align: right;
  color: var(--Light-Semantic-Text-Sub-Secondary, #8f95a1);
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
  white-space: normal;
  word-wrap: break-word;
}
.reviews-list .date span + span {
  margin-left: 6px;
}
.reviews-list .img {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 50%;
  background: url(../../image/component/bg_no_image_type_profile.png) no-repeat;
  background-size: cover;
}
.reviews-list .img img {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid var(--Dimed-4, rgba(30, 34, 41, 0.04));
}
.reviews-list .name {
  color: var(--Light-Semantic-Text-Secondary, #464646);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.reviews-list .cont {
  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;
  white-space: normal;
  word-wrap: break-word;
}
.reviews-list .status-list {
  margin: 16px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.reviews-list .status-list span {
  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;
  white-space: normal;
  word-wrap: break-word;
}
/* type-b */
.reviews-list.type-b {
  padding: 0;
}
.reviews-list.type-b > ul {
  border: 0;
}
.reviews-list.type-b > ul > li {
  margin: 12px 0 0;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #e7eaee;
}
.reviews-list.type-b .btn-report {
  color: var(--Light-Semantic-Text-Sub-Secondary, #8f95a1);
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}

/* board-line2-img-list */
.board-line2-img-list {
  margin: 0 16px;
}
.board-line2-img-list > ul > li {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid rgba(30, 34, 41, 0.04);
}
.board-line2-img-list > ul > li > a {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.board-line2-img-list > ul > li > a .info {
  min-width: calc(100% - 88px);
}
.board-line2-img-list .subject {
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.042px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
.board-line2-img-list .subject .cate {
  color: var(--Plum, #af2d41);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
}
.board-line2-img-list .cm-cont {
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.042px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
.board-line2-img-list .cm-subject {
  margin: 4px 0 0;
  color: var(--Text-Sub-Secondary, #8f95a1);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
.board-line2-img-list .date-hit {
  margin: 4px 0 0;
}
.board-line2-img-list .date-hit strong {
  margin: 0 8px 0 0;
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}
.board-line2-img-list .date-hit span {
  margin: 0 8px 0 0;
  color: var(--Text-Sub-Secondary, #8f95a1);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}
.board-line2-img-list .comment-heart {
  margin: 4px 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Text-Sub-Secondary, #8f95a1);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}
.board-line2-img-list .comment {
  margin: 0 4px 0 0;
  display: inline-flex;
  align-items: center;
  color: var(--Text-Sub-Secondary, #8f95a1);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
  white-space: normal;
  word-wrap: break-word;
}
.board-line2-img-list .comment:before {
  content: '';
  width: 12px;
  height: 12px;
  background: url(../../image/component/icon_speech_bubble.png) no-repeat;
  background-size: contain;
  margin: 0 2px 0 0;
}
.board-line2-img-list .heart {
  display: inline-flex;
  align-items: center;
  color: var(--Text-Sub-Secondary, #8f95a1);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
  white-space: normal;
  word-wrap: break-word;
}
.board-line2-img-list .heart:before {
  content: '';
  width: 12px;
  height: 12px;
  background: url(../../image/component/icon_heart_v2.png) no-repeat;
  background-size: contain;
  margin: 0 2px 0 0;
}
.board-line2-img-list .img {
  margin: 0 0 0 16px;
  position: relative;
  min-width: 72px;
  min-height: 72px;
  width: 72px;
  height: 72px;
  background: url(../../image/component/bg_no_image_type_picture.png) no-repeat;
  background-size: contain;
  border-radius: 8px;
  border: 1px solid var(--Dimed-4, rgba(30, 34, 41, 0.04));
}
.board-line2-img-list .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--Dimed-4, rgba(30, 34, 41, 0.04));
}
/* type-b */
.board-line2-img-list.type-b .img {
  margin: 0 16px 0 0;
  position: relative;
  min-width: 100px;
  min-height: 100px;
  width: 100px;
  height: 100px;
  background: url(../../image/component/bg_no_image_type_picture.png) no-repeat;
  background-size: contain;
  border-radius: 8px;
  border: 1px solid var(--Dimed-4, rgba(30, 34, 41, 0.04));
}
.board-line2-img-list.type-b > ul > li > a .info {
  min-width: calc(100% - 116px);
}

/* board-line2-img-view */
.board-line2-img-view {
  margin: 0 16px;
  padding-top: 16px;
}
.board-line2-img-view .subject {
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: -0.045px;
  word-wrap: normal;
}
.board-line2-img-view .subject .cate {
  color: var(--Plum, #af2d41);
}
.board-line2-img-view .cont {
  margin: 16px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid rgba(30, 34, 41, 0.08);
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
}
.board-line2-img-view .editor-img {
  margin: 24px 0 0;
  border-radius: 8px;
  overflow: hidden;
}
.board-line2-img-view .keyword {
  margin: 40px 0 0;
  overflow: hidden;
}
.board-line2-img-view .keyword a {
  margin: 6px 6px 0 0;
  float: left;
  display: flex;
  height: 28px;
  padding: 0px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid var(--Border-Tertiary, #0c2340);
  background: var(--Background, #fff);
  color: var(--Text-Sub-Primary, #686e7b);
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}

/* comment-list */
.comment-list {
  margin: 40px 16px 140px;
}
.comment-list > .title {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 12px;
  border-bottom: 1px solid #e7eaee;
}
.comment-list > .title .left {
  color: var(--Light-Semantic-Text-Primary, #353c46);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 128.571% */
  letter-spacing: -0.042px;
  white-space: normal;
  word-wrap: break-word;
}
.comment-list > .title .right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.comment-list > .title .right .btn-like {
  display: flex;
  align-items: center;
  color: var(--Light-Semantic-Text-Sub-Primary, #666);
  text-align: right;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
  white-space: normal;
  word-wrap: break-word;
}
.comment-list > .title .right .btn-like:before {
  content: '';
  width: 18px;
  height: 18px;
  margin: 0 4px 0 0;
  background: url(../../image/component/icon_heart_v2.png) no-repeat center center;
  background-size: contain;
}
.comment-list > .title .right .btn-like.active:before {
  content: '';
  width: 18px;
  height: 18px;
  margin: 0 4px 0 0;
  background: url(../../image/component/icon_heart_v2_active.png) no-repeat center center;
  background-size: contain;
}
.comment-list > .title .right .btn-like span {
  margin: 0 0 0 4px;
}
.comment-list > ul > li {
  display: flex;
  padding: 16px 0 0;
}
.comment-list .img img {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  border: 1px solid var(--Light-Basic-Gray-200, #e7eaee);
  background: url(<path-to-image>), lightgray 50% / cover no-repeat;
  object-fit: cover;
}
.comment-list .info {
  width: calc(100% - 32px);
  padding: 0 0 0 8px;
}
.comment-list .name-date-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comment-list .name {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  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;
  white-space: normal;
  word-wrap: break-word;
}
.comment-list .name .writer {
  display: inline-flex;
  height: 20px;
  padding: 0px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--Background-Lower-Primary, #f3f5f6);
  background: var(--Border-Quaternary, #f3f5f6);
  color: var(--Text-Sub-Primary, #686e7b);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
  white-space: normal;
  word-wrap: break-word;
}
.comment-list .date {
  color: var(--Light-Semantic-Text-Sub-Secondary, #8f95a1);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
  white-space: normal;
  word-wrap: break-word;
}
.comment-list .more-layer {
  margin-top: 0;
  position: relative;
}
.comment-list .more-layer > button {
  background: url(../../image/component/icon_more_horizontal.png) no-repeat right center;
  background-size: contain;
}
.comment-list .cont {
  margin: 4px 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;
}
.comment-list .btn-reply {
  margin: 8px 0 0;
  color: var(--Light-Semantic-Text-Sub-Secondary, #8f95a1);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}
.comment-list .swiper-container.img-view-slide .swiper-slide {
  width: 72px !important;
  padding-bottom: 72px !important;
}
/* re */
.comment-list > ul > li.re {
  margin-left: 40px;
}
.comment-list > ul > li.re .cont {
  margin: 4px 0 0 -40px;
}
.comment-list > ul > li.re .btn-reply {
  margin: 8px 0 0 -40px;
}

.show {
  display: inline-flex !important;
}
.hide {
  display: none !important;
}

.index-main {
  padding: 16px;
}
.index-main h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  letter-spacing: -0.06px;
}
.index-main h4 img {
  width: 24px;
  height: 24px;
}
.index-main .h4-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-main .h4-button h4 {
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 121.739% */
  letter-spacing: -0.069px;
  padding: 7px 0 0;
  white-space: normal;
  word-wrap: break-word;
}
.index-main .h4-button button {
  display: flex;
  align-items: center;
  gap: 2px;
  color: var(--Text-Sub-Secondary, #8f95a1);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
  white-space: normal;
  word-wrap: break-word;
}
.index-main .h4-button button:before {
  content: '';
  width: 12px;
  height: 12px;
  background: url(../../image/component/icon_information_circled.png) no-repeat;
  background-size: contain;
}
.index-main h5 {
  margin: 8px 0 0;
  color: var(--Text-Sub-Primary, #686e7b);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
}

.main-link {
  margin: 16px 0 0;
  border-top: 1px solid rgba(30, 34, 41, 0.04);
}
.main-link > ul > li {
  padding: 16px 0;
  border-bottom: 1px solid rgba(30, 34, 41, 0.04);
}
.main-link > ul > li > a {
  display: flex;
  background: url(../../image/component/icon_arrow_right.png) no-repeat right center;
  background-size: 24px;
  position: relative;
  isolation: isolate;
}
.main-link > ul > li > a::after {
  content: '';
  position: absolute;
  background: white;
  z-index: -1;
  inset: 0;
  opacity: 0.7;
}
.main-link .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  border-radius: 16px;
  background: var(--Gray-150, #f3f5f6);
}
.main-link .icon img {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.main-link .tit-con {
  width: calc(100% - 72px);
  padding: 0 0 0 16px;
}
.main-link .tit {
  color: var(--Primary, #0c2340);
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 117.647% */
  letter-spacing: -0.051px;
}
.main-link .con {
  margin: 8px 0 0;
  color: var(--Text-Sub-Secondary, #8f95a1);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
  white-space: pre-line;
}

/* disc */
ul.disc li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0c2340;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.042px;
}
ul.disc li:before {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #0c2340;
}

.vertical-top {
  vertical-align: top !important;
}

/* radio-order-by */
.radio-order-by {
  margin: 16px 16px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.radio-order-by label input {
  display: none;
}
.radio-order-by label span {
  display: flex;
  height: 28px;
  padding: 0px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  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: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
.radio-order-by label input:checked + span {
  border: 1px solid var(--Primary, #0c2340);
  background: var(--Primary, #0c2340);
  color: var(--Text-Dark-Inverted, #fff);
  font-weight: 700;
}

.btn-xsmall.buy {
  height: 24px;
  padding: 0px 8px;
  background: var(--Pink, #ff8591);
  border: 1px solid #ff8591;
  color: var(--White, #fff);
}
.btn-xsmall.sell {
  height: 24px;
  padding: 0px 8px;
  background: var(--Skyblue, #74b5ff);
  border: 1px solid #74b5ff;
  color: var(--White, #fff);
}

.text {
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
}

/* guide-logo */
.guide-logo {
  position: relative;
  /* 백그아라운드 이미지용 */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 10px bottom 0%;
  background-color: rgba(255,255,255,0.0);
  background-blend-mode: lighten;
}
.guide-logo .logo {
  position: absolute;
  top: 0;
  right: 16px;
  /*width: 152px;
  height: 56px;*/
  max-width: 200px;
  height: 90px;
}

/* mycar-wash */
.mycar-wash {
  position: relative;
  margin: 8px 16px 0;
  /*padding: 16px 0;*/
  /*padding: 8px 0 16px 0;*/
  padding: 18px 0 18px 0;
  border-radius: 12px;
  border: 1px solid var(--Border-Tertiary, #e7eaee);
  background: var(--Background, #fff);
  box-shadow: 0px 2px 6px 0px rgba(30, 34, 41, 0.04);
}
.mycar-wash .info {
  margin: 0 0 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mycar-wash .logo {
  width: 100px;
  height: 40px;
  flex-shrink: 0;
}
.mycar-wash .car-number {
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 117.647% */
  letter-spacing: -0.051px;
}
.mycar-wash .brand {
  margin: 4px 0 0;
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 133.333% */
  letter-spacing: -0.036px;
}
.mycar-wash .color {
  margin: 4px 0 0;
  color: var(--Text-Sub-Primary, #686e7b);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 127.273% */
  letter-spacing: -0.033px;
}
.mycar-wash .car > img {
  width: 200px;
  height: 100px;
}
.mycar-wash .more-layer {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}
.mycar-wash .more-layer > button {
  width: 32px;
  height: 32px;
  background: url(../../image/component/icon_more_option.png) no-repeat right center;
  background-size: contain;
}
.mycar-wash .tit-con-bg-wrap {
  margin: 0 16px;
}
.mycar-wash .tit-con-bg-wrap .tit-con .tit {
  width: 72px;
  padding: 3px 16px 0 0;
  color: var(--Text-Sub-Primary, #686e7b);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}
.mycar-wash .tit-con-bg-wrap .tit-con .con {
  width: calc(100% - 72px);
  text-align: left;
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}

.mycar-wash .btn {
  margin: 16px 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.mycar-wash .theme1-c-btn {
  width: 100%;
  white-space: nowrap; /* 2025-09-03 추가 */
  overflow: hidden; /* 2025-09-03 추가 */
}
.mycar-wash .tel {
  min-width: 48px;
  width: 48px;
  height: 48px;
  padding: 0;
}

/* gatcha-tag */
.gatcha-tag {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 8px;
}
.gatcha-tag span {
  display: flex;
  height: 20px;
  padding: 0px 6px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 50px;
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 130% */
  letter-spacing: -0.03px;
  margin-top:-2px;
}
.gatcha-tag .gatcha {
  /*
  border: 1px solid var(--Primary-Lightened, #ebf0f9);
  background: var(--Primary-Lightened, #ebf0f9);
  color: var(--Primary, #0c2340);
  */
  color:#fff;
  text-transform:uppercase;
  font-family: Pretendard;
}
.gatcha-tag .b2b {
  border: 1px solid var(--Orange-Lightened, #fff1e6);
  background: var(--Primary-Lightened, #ebf0f9);
  color: #fff;
}
.gatcha-tag .sandi {
  border: 1px solid #ffecf6;
  background: #ffecf6;
  color: #ee2a94;
}

/* h4-tag */
.h4-tag {
  display: flex;
  align-items: center;
  gap: 8px;
}
.h4-tag h4 {
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 117.647% */
  letter-spacing: -0.051px;
}

/* car-wash-address */
.car-wash-address {
  position: relative;
}
.car-wash-address > a {
  margin: 16px 16px 0;
  display: block;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid var(--Border-Tertiary, #e7eaee);
  background: var(--Background, #fff);
  box-shadow: 0px 2px 6px 0px rgba(30, 34, 41, 0.04);
}
.car-wash-address .h4-tag {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 8px;
}
.car-wash-address .h4-tag h4 {
  max-width: calc(100% - 100px);
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 140% */
  letter-spacing: -0.045px;
  overflow: hidden; text-overflow: ellipsis;
  word-wrap:break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* 라인수 */
  -webkit-box-orient: vertical;
}
/* 2025-05-22 추가 */
.car-wash-address .bd_name {
  margin-top:8px;
  text-align:left;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.036px;
  overflow: hidden; text-overflow: ellipsis;
  word-wrap:break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* 라인수 */
  -webkit-box-orient: vertical;
}
.car-wash-address .address {
  margin: 8px 0 0;
  color: var(--Text-Sub-Primary, #686e7b);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
  /* 2025-05-22
  word-break: auto-phrase;
  */
  overflow: hidden; text-overflow: ellipsis;
  word-wrap:break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /*white-space: pre-line;*/
}
.car-wash-address .more-layer {
  position: absolute;
  top: 8px;
  right: 24px;
}

/* slide-banner1 */
.slide-banner1 {
  margin: 16px 0 0 16px;
}
.slide-banner1 .swiper-slide {
  /*
  갤럭시에는 2개의 영상만 나타나서 좌우 스크롤을 인지하기 어렵습니다.
  아이폰처럼 다음 영상을 살짝 보이도록 수정 부탁드립니다.
  width: 160px;
  */
  width: 150px;
  margin: 0 12px 0 0;
}
.slide-banner1 .img {
  width: 100%;
  height: 90px;
  border-radius: 8px;
  border: 1px solid var(--Dimed-4, rgba(30, 34, 41, 0.04));
  background: url(../../image/component/bg_no_image_type_picture.png) no-repeat center center;
  background-size: cover;
}
.slide-banner1 .img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.slide-banner1 .subject {
  margin: 8px 0 0;
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.slide-banner1 .hit-date {
  margin: 6px 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.slide-banner1 .hit-date span {
  color: var(--Text-Sub-Secondary, #8f95a1);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 127.273% */
  letter-spacing: -0.033px;
}

/* slide-banner2 */
.slide-banner2 {
  margin: 16px 0 0 16px;
}
.slide-banner2 .swiper-slide {
  /*
  갤럭시에는 2개의 영상만 나타나서 좌우 스크롤을 인지하기 어렵습니다.
  아이폰처럼 다음 영상을 살짝 보이도록 수정 부탁드립니다.
  width: 160px;
  */
  width: 150px;
  margin: 0 12px 0 0;
}
.slide-banner2 .img {
  width: 100%;
  height: 265px;
  border-radius: 8px;
  border: 1px solid var(--Dimed-4, rgba(30, 34, 41, 0.04));
  background: url(../../image/component/bg_no_image_type_picture.png) no-repeat center center;
  background-size: cover;
}
.slide-banner2 .img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.slide-banner2 .subject {
  margin: 8px 0 0;
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.slide-banner2 .hit-date {
  margin: 6px 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.slide-banner2 .hit-date span {
  color: var(--Text-Sub-Secondary, #8f95a1);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}

/* slide-banner3 */
.slide-banner3 {
  margin: 8px 16px 0;
}
.slide-banner3 .title {
  margin: 24px 0 8px;
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
}
.slide-banner3 .swiper-slide {
  width: 100px;
  margin: 0 8px 0 0;
}
.slide-banner3 .img {
  width: 100%;
  height: 100px;
  border-radius: 8px;
  border: 1px solid var(--Dimed-4, rgba(30, 34, 41, 0.04));
  background: url(../../image/component/bg_no_image_type_picture.png) no-repeat center center;
  background-size: cover;
}
.slide-banner3 .img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

/* main-notification-list */
.main-notification-list {
  margin: 16px 16px 0;
}
.main-notification-list > ul > li + li {
  margin: 8px 0 0;
}
.main-notification-list > ul > li > a {
  display: block;
  padding: 16px;
  border-radius: 12px;
  background: var(--Background-Lower-Secondary, #f8f9fa);
}
.main-notification-list .cont {
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
}
.main-notification-list .datetime {
  color: var(--Text-Sub-Secondary, #8f95a1);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.036px;
}

/* item-list */
.item-list {
  margin: 0 16px;
}
.item-list > ul {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-top: -24px;
}
.item-list li {
  width: calc((100% - 12px) / 2);
  margin: 32px 12px 0 0;
}
.item-list li:nth-child(2n) {
  margin-right: 0;
}
.item-list .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 54.54%;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--Dimed-4, rgba(30, 34, 41, 0.04));
  background: url(../../image/component/bg_no_image_type_picture.png) no-repeat center center;
  background-size: cover;
}
.item-list .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.item-list .subject {
  margin: 8px 0 0;
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.item-list .hit-date {
  margin: 6px 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.item-list .hit-date span {
  color: var(--Text-Sub-Secondary, #8f95a1);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}
/* type-b */
.item-list.type-b .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 165.45%;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--Dimed-4, rgba(30, 34, 41, 0.04));
  background: url(../../image/component/bg_no_image_type_picture.png) no-repeat center center;
  background-size: cover;
}

/* copy-execCommand */
.copy-execCommand {
  height: 60px;
  margin: 16px 0 0;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid var(--Border-Tertiary, #e7eaee);
  background: var(--Background, #fff);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copy-execCommand .tit {
  color: var(--Text-Sub-Primary, #686e7b);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
.copy-execCommand input {
  margin: 0 12px 0 0;
  color: var(--Text-Secondary, #353c46);
  text-align: right;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
}

/* radio-address-settings */
.radio-address-settings {
  margin: 16px 16px 0;
}
.radio-address-settings > ul > li {
  position: relative;
}
.radio-address-settings > ul > li + li {
  margin: 16px 0 0;
}
.radio-address-settings label {
  display: flex;
  align-items: center;
}
.radio-address-settings label input {
  display: none;
}
.radio-address-settings .info {
  width: calc(100% - 24px);
  padding: 0 20px 0 12px;
}
.radio-address-settings .btn {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid var(--Border-Tertiary, #e7eaee);
  background: var(--Background, #fff);
}
.radio-address-settings input:checked + .btn {
  border: 2px solid var(--Primary, #0c2340);
}
.radio-address-settings .icon img {
  width: 24px;
  height: 24px;
}
.radio-address-settings .h4-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}
.radio-address-settings .h4-tag h4 {
  max-width: calc(100% - 100px);
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
  overflow: hidden; text-overflow: ellipsis;
  word-wrap:break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* 라인수 */
  -webkit-box-orient: vertical;
}
.radio-address-settings .bd_name {
  text-align:left;
  font-size: 16px;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
  overflow: hidden; text-overflow: ellipsis;
  word-wrap:break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* 라인수 */
  -webkit-box-orient: vertical;
  margin-top: 8px!important;
}
.radio-address-settings .address {
  margin: 4px 0 0;
  color: var(--Text-Sub-Primary, #686e7b);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 133.333% */
  letter-spacing: -0.036px;
  overflow: hidden; text-overflow: ellipsis;
  word-wrap:break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 라인수 */
  -webkit-box-orient: vertical;
    margin-top: 8px!important;
}
.radio-address-settings .more-layer {
  position: absolute;
  top: 12px;
  right: 12px;
}

.bottom-sheet {
  position: fixed;
  bottom: 0;
  left: auto;
  width: 100%;
  max-width: 475px;
  height: 332px;
  /*height: 200px;*/
  display: flex;
  opacity: 1;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.1s ease 0.1s;
  z-index: 100;
  box-shadow: 0px 2px 6px 0px rgba(30, 34, 41, 0.12);
}

.bottom-sheet.full {
  height: 100% !important;
  z-index: 102;
}
.bottom-sheet .dimed-overlay {
  position: fixed;
  display: none;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  transition: 0.1s linear;
}
.bottom-sheet.full .dimed-overlay {
  display: block;
  opacity: 1;
}
.bottom-sheet .content {
  width: 100%;
  position: relative;
  background: #fff;
  max-height: 100vh;
  height: 100%;
  padding: 16px;
  transform: translateY(0%);
  border-radius: 12px 12px 0 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
  transition: 0.3s ease;
}

.bottom-sheet.full .content {
  height: calc(100vh - 16px);
  margin-top: 16px;
}

.bottom-sheet.fullscreen .content {
  border-radius: 0;
  overflow-y: hidden;
}
.bottom-sheet .handle {
  display: flex;
  width: 100%;
  height: 24px;
  justify-content: center;
  cursor: pointer;
  margin-top: -16px;
}

.bottom-sheet .handle > div {
  width: 72px;
  height: 24px;
  display: block;
  background: url(../../image/mobile/icon_bottom_sheet_handle.png) no-repeat 0 0;
  background-size: contain;
}

.bottom-sheet .address-setting-list {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 40px;
  scrollbar-width: none;
}
.bottom-sheet .address-setting-list::-webkit-scrollbar {
  width: 0;
}

/* address-setting-list */
.address-setting-list > ul > li {
  cursor: pointer;
  padding: 16px 0 12px;
  border-bottom: 1px solid rgba(30, 34, 41, 0.04);
}
.address-setting-list > ul > li .info_item {
  display: block;
}
.address-setting-list > ul > li .info_act {
  display: none;
}

.address-setting-list > ul > li.active {
  background-color: #f9f9f9;
}
.address-setting-list > ul > li.active .info_item {
  display: none;
}
.address-setting-list > ul > li.active .info_act {
  display: block;
}

.address-setting-list .h4-tag {
  display: flex;
  align-items: center;
  gap: 8px;
}
.address-setting-list .h4-tag h4 {
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.042px;
}
.address-setting-list .address {
  margin: 8px 0 0;
  color: var(--Text-Sub-Primary, #686e7b);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  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: break-all;
}

/* address-setting-insert */
.address-setting-insert {
  margin: 16px 0 0;
}
.address-setting-insert .h4-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.address-setting-insert .h4-tag h4 {
  color: var(--Text-Primary, #1e2229);
  text-align: center;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 117.647% */
  letter-spacing: -0.051px;
}
.address-setting-insert .address {
  margin: 8px 0 0;
  color: var(--Text-Sub-Primary, #686e7b);
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
}

/* guide-bg-text */
.guide-bg-text {
  margin: 16px 16px 0;
  padding: 16px;
  border-radius: 8px;
  background: var(--Background-Lower-Secondary, #f8f9fa);
}
.guide-bg-text .tit {
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  /* 2025-08-18 font-size: 12px;*/
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 133.333% */
  letter-spacing: -0.036px;
}
.guide-bg-text .con {
  margin: 4px 0 0;
  color: var(--Text-Sub-Primary, #686e7b);
  font-family: Pretendard;
  /* 2025-08-18 font-size: 11px;*/
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 127.273% */
  letter-spacing: -0.033px;
}

/* radio-car-settings */
.radio-car-settings {
  margin: 16px 16px 0;
}
.radio-car-settings > ul > li {
  position: relative;
}
.radio-car-settings > ul > li + li {
  margin: 16px 0 0;
}
.radio-car-settings label {
  display: flex;
  align-items: center;
}
.radio-car-settings label input {
  display: none;
}
.radio-car-settings .info {
  width: 100%;
  padding: 0;
  margin: 0;
}
.radio-car-settings .btn {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px 0 16px 16px;
  border-radius: 12px;
  border: 1px solid var(--Border-Tertiary, #e7eaee);
  background: var(--Background, #fff);

  /* Shadow Dimed 4 */
  box-shadow: 0px 2px 6px 0px rgba(30, 34, 41, 0.04);
}
.radio-car-settings input:checked + .btn {
  border: 2px solid var(--Primary, #0c2340);
}
/*  */
.radio-car-settings .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.radio-car-settings .logo {
  width: 100px;
  height: 40px;
  flex-shrink: 0;
}
.radio-car-settings .car-number {
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 117.647% */
  letter-spacing: -0.051px;
}
.radio-car-settings .brand {
  margin: 4px 0 0;
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.036px;
}
.radio-car-settings .color {
  margin: 4px 0 0;
  color: var(--Text-Sub-Primary, #686e7b);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 127.273% */
  letter-spacing: -0.033px;
}
.radio-car-settings .car > img {
  width: 200px;
  height: 100px;
}
.radio-car-settings .more-layer {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}
.radio-car-settings .more-layer > button {
  width: 32px;
  height: 32px;
  background: url(../../image/component/icon_more_option.png) no-repeat right center;
  background-size: contain;
}

/* btn-radio-tab */
.btn-radio-tab {
  margin: 8px 0 0;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn-radio-tab > label {
  width: 33.33%;
}
.btn-radio-tab > label + label {
  border-left: 1px solid rgba(30, 34, 41, 0.08);
}
.btn-radio-tab > label input {
  display: none;
}
.btn-radio-tab > label .con {
  color: var(--Text-Sub-Secondary, #8f95a1);
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 137.5% */
  letter-spacing: -0.048px;
}
.btn-radio-tab > label .tit {
  margin: 4px 0 0;
  color: var(--Text-Sub-Primary, #686e7b);
  text-align: center;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
}
.btn-radio-tab > label input:checked + .btn .con,
.btn-radio-tab > label input:checked + .btn .tit {
  color: var(--Primary, #0c2340);
  font-weight: 700;
}

/* datepicker-search */
.datepicker-search {
  margin: 16px 16px 0;
  padding: 0 0 16px;
  border-bottom: 1px solid rgba(30, 34, 41, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.datepicker-search .datepicker-here {
  width: 128px;
}
.datepicker-search .search-regular {
  width: calc(100% - 128px);
}
.datepicker-search .search-regular input {
  width: 100%;
}

/* receipt-img */
.receipt-img img {
  margin: 16px 0 0;
  display: flex;
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid var(--Dimed-4, rgba(30, 34, 41, 0.04));
}

/* choose-payment-method */
.choose-payment-method {
  margin: 16px 0 0;
}
.choose-payment-method label {
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 140% */
  letter-spacing: -0.045px;
}

/* title-arrow */
.title-arrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 24px 16px 0;
}
.title-arrow h4 {
  margin: 0;
  display: flex;
  align-items: center;
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 117.647% */
  letter-spacing: -0.051px;
  white-space: normal;
  word-wrap: break-word;
}
.title-arrow h4 img {
  width: 18px;
  height: 18px;
}

/* reservation-title */
.reservation-title {
  margin: 16px;
  padding: 16px 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid rgba(30, 34, 41, 0.04);
}
.reservation-title h4 {
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  letter-spacing: -0.06px;
}
.reservation-title p {
  margin: 12px 0 0;
  color: var(--Text-Sub-Primary, #686e7b);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 133.333% */
  letter-spacing: -0.036px;
  white-space: pre-line;
}
.reservation-title img {
  width: 128px;
  height: 80px;
}

.btn-explanation {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../../image/component/icon_information_circled.png) no-repeat center center;
  background-size: contain;
}

/* car-wash-service */
.car-wash-service > ul > li {
  position: relative;
}
.car-wash-service .btn {
  margin: 12px 0 0;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid var(--Border-Tertiary, #e7eaee);
  background: var(--Background, #fff);
}
.car-wash-service h5 {
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 117.647% */
  letter-spacing: -0.051px;
}
.car-wash-service h6 {
  margin: 4px 0 0;
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  white-space:nowrap;
  overflow:hidden;
  letter-spacing: -0.8px;
}
.car-wash-service p {
  margin: 12px 0 0;
  color: var(--Text-Sub-Primary, #686e7b);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
  letter-spacing: -0.3px;
  white-space: pre-line;
  height:auto;
  overflow:hidden;
}
.car-wash-service input {
  display: none;
}
.car-wash-service input:checked + .btn {
  border: 2px solid var(--Primary, #0c2340);
}
.car-wash-service .btn-explanation {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}
/* cols2 */
.car-wash-service.cols2 {
  margin-top: -12px;
  overflow: hidden;
}
.car-wash-service.cols2 > ul {
  display: flex;
  flex-wrap: wrap;
}
.car-wash-service.cols2 > ul > li {
  width: calc((100% - 12px) / 2);
  margin: 12px 12px 0 0;
}
.car-wash-service.cols2 > ul > li:nth-child(2n) {
  margin-right: 0;
}
.car-wash-service.cols2 .btn {
  margin: 0;
  padding: 12px 0px 16px 16px;
}

/* first-car-wash-appointment-date */
.first-car-wash-appointment-date {
  margin: 16px 0 0;
  padding: 16px;
  border-radius: 8px;
  background: var(--Background-Lower-Secondary, #f8f9fa);
}
.first-car-wash-appointment-date .tit {
  color: var(--Text-Secondary, #353c46);
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
.first-car-wash-appointment-date .con {
  margin: 8px 0 0;
  color: var(--Text-Secondary, #353c46);
  text-align: center;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 140% */
  letter-spacing: -0.045px;
}

/* chk-pirce-list */
.chk-pirce-list {
  margin: 16px 16px 0;
  border-top: 1px solid rgba(30, 34, 41, 0.08);
}
.chk-pirce-list > ul > li {
  padding: 16px 0;
  border-bottom: 1px solid rgba(30, 34, 41, 0.04);
}
.chk-pirce-list label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chk-pirce-list label span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 140% */
  letter-spacing: -0.045px;
}

/* text-bg */
.text-bg {
  margin: 16px 0 0;
  padding: 16px;
  border-radius: 8px;
  background: var(--Background-Lower-Secondary, #f8f9fa);
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
.text-bg2 {
  padding: 16px;
  border-radius: 12px;
  background: var(--Background-Lower-Secondary, #f8f9fa);
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
}

#input-personal,
#input-business {
  display: none;
}

/* company-settings */
.company-settings > ul > li {
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.company-settings .img-info {
  display: flex;
  align-items: center;
  width: calc(100% - 120px);
}
.company-settings .img {
  width: 48px;
  height: 48px;
  background: url(../../image/component/bg_no_image_type_picture.png) no-repeat center center;
  background-size: cover;
  border-radius: 8px;
}
.company-settings .img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.company-settings .info {
  width: calc(100% - 48px);
  padding: 0 0 0 12px;
}
.company-settings .subject {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 140% */
  letter-spacing: -0.045px;
}
.company-settings .guide-text {
  margin: 4px 0 0;
  color: var(--Text-Sub-Primary, #686e7b);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
.company-settings .btn-explanation-wrap {
  position: relative;
  width: auto;
}
.company-settings .btn-explanation-wrap .cont {
  display: none;
  position: absolute;
  top: 4.5px;
  left: 10px;
  width: 216px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid var(--Border-Tertiary, #e7eaee);
  background: var(--Background, #fff);
  box-shadow: 0px 2px 6px 0px rgba(30, 34, 41, 0.12);
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 133.333% */
  letter-spacing: -0.036px;
}
.company-settings .btn-explanation-wrap.active .cont {
  display: block;
}
.company-settings .price {
  color: var(--Text-Primary, #1e2229);
  text-align: right;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
}

/* credit-credit */
.credit-credit {
  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);
}

/* reservation-coupon */
.reservation-coupon {
  padding: 16px;
}
.reservation-coupon label {
  position: relative;
  display: block;
}
.reservation-coupon label + label {
  margin: 16px 0 0;
}
.reservation-coupon .btn {
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid var(--Border-Tertiary, #e7eaee);
  background: var(--Background, #fff);
}
.reservation-coupon input:checked + .btn {
  border: 2px solid var(--Primary, #0c2340);
}
.reservation-coupon input {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}
.reservation-coupon h6 {
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
.reservation-coupon h5 {
  margin: 8px 0 0;
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  letter-spacing: -0.06px;
}
.reservation-coupon .tit-con {
  margin: 12px 0 0;
}
.reservation-coupon .tit-con > li + li {
  margin: 2px 0 0;
}
.reservation-coupon .tit-con > li .tit {
  width: 80px;
  padding-right: 16px;
  color: var(--Text-Sub-Primary, #686e7b);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.reservation-coupon .tit-con > li .con {
  width: calc(100% - 80px);
  color: var(--Text-Sub-Primary, #686e7b);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 127.273% */
  letter-spacing: -0.033px;
}

/* img-name-shop-tel */
.img-name-shop-tel {
  position: relative;
  margin: 16px 16px 40px;
  padding: 16px;
  border-radius: 12px;
  background: var(--Blue-Gray, #f2f7ff);
  display: flex;
  align-items: center;
}
.img-name-shop-tel .img {
  width: 64px;
  height: 64px;
  border-radius: 50px;
  border: 1px solid var(--Dimed-4, rgba(30, 34, 41, 0.04));
  background: url(../../image/component/bg_no_image_type_profile.png) no-repeat center center;
  background-size: cover;
}
.img-name-shop-tel .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.img-name-shop-tel .name-shop {
  padding: 0 80px 0 16px;
}
.img-name-shop-tel .name {
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 140% */
  letter-spacing: -0.045px;
}
.img-name-shop-tel .shop {
  margin: 4px 0 0;
  color: var(--Text-Sub-Primary, #686e7b);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
.img-name-shop-tel .tel {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  border: 1px solid var(--Border-Secondary, #d8dde2);
  background: #fff url(../../image/component/icon_call_v2.png) no-repeat center center;
  background-size: 24px;
}

/* failure-guide-red */
.failure-guide-red {
  position: relative;
  background: var(--Red-Lightened, #ffebee);
  padding: 8px;
  color: var(--Red-Darkened, #ee4747);
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
.failure-guide-red a {
  position: absolute;
  top: 9px;
  right: 12px;
  color: var(--Red-Darkened, #ee4747);
  text-align: right;
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

/* number-of-uses-remaining */
.number-of-uses-remaining {
  margin: 16px 0 0;
  padding: 16px;
  border-radius: 8px;
  background: var(--Blue-Gray, #f2f7ff);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.number-of-uses-remaining .tit {
  color: var(--Text-Sub-Primary, #686e7b);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
.number-of-uses-remaining .con {
  color: var(--Text-Secondary, #353c46);
  text-align: right;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
}

/* guide-bg-text2 */
.guide-bg-text2 {
  padding: 16px;
  border-radius: 8px;
  background: var(--Background-Lower-Secondary, #f8f9fa);
}
.guide-bg-text2 .tit {
  color: var(--Text-Secondary, #353c46);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
}
.guide-bg-text2 .con {
  margin: 12px 0 0;
  color: var(--Text-Sub-Secondary, #8f95a1);
  text-align: center;
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}

/* radio-checkbox-list */
.radio-checkbox-list {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-top: -8px;
}
.radio-checkbox-list label {
  width: 33.33%;
  margin: 8px 0 0;
}

/* car-problem-state */
.car-problem-state {
  margin: 0 auto;
  position: relative;
  width: 343px;
  height: 240px;
  flex-shrink: 0;
  padding: 20px 21px 20px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid var(--Border-Tertiary, #e7eaee);
  background: var(--Background, #fff);
}
.car-problem-state img {
  width: 300px;
  height: 200px;
}
.car-problem-state .state {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.car-problem-state .state.active {
  display: block;
}
.car-problem-state .state .point {
  position: absolute;
  width: 16px;
  height: 16px;
  min-width: 16px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 999px;
  background: rgba(143, 149, 161, 0.6);
  color: var(--Text-Dark-Inverted, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.car-problem-state .state .point.red {
  background: var(--Red, #fe6060);
  color: var(--Text-Dark-Inverted, #fff) !important;
}
.car-problem-state .state .point.n1 {
  top: 24px;
  left: 164px;
}
.car-problem-state .state .point.n2 {
  top: 46px;
  left: 130px;
}
.car-problem-state .state .point.n3 {
  top: 46px;
  left: 197px;
}
.car-problem-state .state .point.n4 {
  top: 54px;
  left: 164px;
}
.car-problem-state .state .point.n5 {
  top: 84px;
  left: 164px;
}
.car-problem-state .state .point.n6 {
  top: 122px;
  left: 164px;
}
.car-problem-state .state .point.n7 {
  top: 175px;
  left: 164px;
}
.car-problem-state .state .point.n8 {
  top: 179px;
  left: 130px;
}
.car-problem-state .state .point.n9 {
  top: 179px;
  left: 197px;
}
.car-problem-state .state .point.n10 {
  top: 199px;
  left: 164px;
}
.car-problem-state .state .point.n11 {
  top: 46px;
  left: 57px;
}
.car-problem-state .state .point.n12 {
  top: 46px;
  left: 270px;
}
.car-problem-state .state .point.n13 {
  top: 83px;
  left: 121px;
}
.car-problem-state .state .point.n14 {
  top: 83px;
  left: 206px;
}
.car-problem-state .state .point.n15 {
  top: 96px;
  left: 62px;
}
.car-problem-state .state .point.n16 {
  top: 96px;
  left: 266px;
}
.car-problem-state .state .point.n17 {
  top: 135px;
  left: 57px;
}
.car-problem-state .state .point.n18 {
  top: 135px;
  left: 264px;
}
.car-problem-state .state .point.n19 {
  top: 121px;
  left: 43px;
}
.car-problem-state .state .point.n20 {
  top: 121px;
  left: 284px;
}
.car-problem-state .state .point.n21 {
  top: 97px;
  left: 98px;
}
.car-problem-state .state .point.n22 {
  top: 97px;
  left: 230px;
}
.car-problem-state .state .point.n23 {
  top: 124px;
  left: 91px;
}
.car-problem-state .state .point.n24 {
  top: 124px;
  left: 237px;
}
.car-problem-state .state .point.n25 {
  top: 158px;
  left: 91px;
}
.car-problem-state .state .point.n26 {
  top: 158px;
  left: 236px;
}
.car-problem-state .state .point.n27 {
  top: 179px;
  left: 57px;
}
.car-problem-state .state .point.n28 {
  top: 179px;
  left: 264px;
}

/* car-problem-tab-menu */
.car-problem-tab-menu {
  margin: 16px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.car-problem-tab-menu button {
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  border-radius: 8px;
  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: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
}
.car-problem-tab-menu button.active {
  border: 1px solid var(--Primary, #0c2340);
  background: var(--Primary, #0c2340);
  color: var(--Text-Dark-Inverted, #fff);
}

/* state-graph */
.state-graph {
  padding: 0 0 16px;
  border-bottom: 1px solid rgba(30, 34, 41, 0.04);
}
.state-graph .graph {
  margin: 16px 0 0;
  position: relative;
  display: flex;
  align-items: center;
  height: 6px;
  flex-shrink: 0;
  border-radius: 3px;
  background: var(--Border-Secondary, #d8dde2);
}
.state-graph .graph span {
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  border-radius: 3px;
  background-color: #0c2340;
}
.state-graph .text {
  margin: 8px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.state-graph .text span {
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}

/* tab-category */
.tab-category {
  display: none;
}
.tab-category.active {
  display: block;
}

/* 2024-12-16 */
.login-area .logo {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.login-area .logo img {
  margin: 0;
  width: 124px;
  height: 48px;
}
.login-area .logo h5 {
  margin: 32px 0 0;
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 121.739% */
  letter-spacing: -0.069px;
}
.login-area .logo h4 {
  margin: 8px 0 032px;
  text-align: left;
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 121.739% */
  letter-spacing: -0.069px;
  white-space: pre-line;
}

/* btn-medium-arrow */
.btn-medium-arrow {
  display: flex;
  height: 48px;
  padding: 0px 16px 0px 20px;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid var(--Border-Tertiary, #e7eaee);
  background: url(../../image/component/icon_arrow_right.png) no-repeat right 16px center;
  background-size: 24px;
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 140% */
  letter-spacing: -0.045px;
}

.reservation-coupon > label {
  position: relative;
  display: block;
}
.reservation-coupon input {
  margin: 0 !important;
}
.reservation-coupon input[type='radio']:checked {
  margin: 0 !important;
}

/* 2024-12-27 */
.text-bg .tit {
  margin: 0 0 4px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
.text-bg .tit img {
  width: 18px;
  height: 18px;
}

/* 2024-12-29 */
.radio-car-settings .car > img,
.mycar-wash .car img {
  object-fit: cover;
  object-position: 35px 50%;
}
.radio-car-settings .logo,
.mycar-wash .logo {
  width: auto;
  object-fit: contain;
}
.radio-address-settings .address {
  text-align: left;
}
.guide-logo .logo {
  width: auto;
  object-fit: contain;
}

/* 25-02-03 */
.find-id-completed .icon {
  overflow: hidden;
}


/* 2025-02-20 */
.popup.popup-gotch-official-view .popup-header{
	width:100%;
	line-height:48px;
	padding:0 35px 0 15px;
	overflow: hidden; text-overflow: ellipsis; word-wrap:break-word;
	display: -webkit-box;
	-webkit-line-clamp: 1; /* 라인수 */
	-webkit-box-orient: vertical;
}

/* 2025-05-21 메인화면탑 주소+로고부분 */
.main_top_guide .guide-text{
  width: calc(100% - 120px);
  letter-spacing: -0.036px;
  overflow: hidden; text-overflow: ellipsis;
  /*word-wrap:break-word;*/
  word-wrap:auto-phrase;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 라인수 */
  -webkit-box-orient: vertical;
}

/* 2025-05-21 */
/*  car-wash-address > 주소팝업과 비슷한 모양으로 보이게 수정필요 */


/* 2025-07-14 */
.temp-content.type-c {
  height: calc(100% - 132px);
}
.guide-text-bottom-arrow2 {
  padding: 12px 0;
  margin: 24px 0 0;
  padding: 12px;
  border-radius: 8px;
  background: var(--Background-Lower-Secondary, #F8F9FA);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--Text-Sub-Secondary, #8f95a1);
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
  width:100%;
}
.guide-text-bottom-arrow2 img {
  width: 16px;
  height: 16px;
  opacity: 0.5;
}
.guide-text-bottom-arrow2 .tit {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Text-Secondary, #353C46);
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 21px; /* 150% */
letter-spacing: -0.042px;
}

/* 2025-07-17 */
.copy-execCommand > div {
  width: 50%;
  display: flex;
  align-items: center;
}
.copy-execCommand > div:last-child {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.copy-execCommand input {
  max-width: 100px !important;
}

/* slider-tutorial */
.slider-tutorial {
  /*padding: 0 24px 80px;*/
  padding: 0 24px 0px;
}
.slider-tutorial .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}
.tutorial-title {
  color: var(--Text-Secondary, #353C46);
text-align: center;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 31px; /* 129.167% */
letter-spacing: -0.072px;
}
.tutorial-content{
  margin: 8px 0 0;
  color: var(--Text-Secondary, #353C46);
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
letter-spacing: -0.048px;
}
.tutorial-img {
  margin: 32px 0 50px;
}

/* search-regular-orderby */
.search-regular-orderby {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-regular-orderby .search-regular {
  width: calc(100% - 108px);
}
.search-regular-orderby .input-regular {
  width: 100px;
}

.board-line2-img-list .subject {
  color: var(--Text-Secondary, #353C46);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
letter-spacing: -0.048px;
}
.board-line2-img-list .date-hit span {
  color: var(--Text-Sub-Secondary, #8F95A1);
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 153.846% */
letter-spacing: -0.039px;
}

.board-view-area .content img {
  border-radius: 8px;
}

/* new-member-event */
.new-member-event {
  margin: 24px 0 0;
  position: relative;
  padding: 16px 50px 16px 16px;
flex-shrink: 0;
border-radius: 12px;
border: 1px solid var(--Primary, #0C2340);
background: var(--Background, #FFF);
}
.new-member-event h6 {
  color: var(--Text-Secondary, #353C46);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 21px; /* 150% */
letter-spacing: -0.042px;
}
.new-member-event h3 {
  margin: 4px 0 8px;
  color: var(--Text-Secondary, #353C46);
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 31px; /* 129.167% */
letter-spacing: -0.072px;
}
.new-member-event ul li {
  margin: 4px 0 0;
  display: flex;
  align-items: center;
}
.new-member-event .tit {
  width: 80px;
  color: var(--Text-Sub-Primary, #686E7B);
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 18px; /* 150% */
letter-spacing: -0.036px;
}
.new-member-event .con {
  width: calc(100% - 80px);
  color: var(--Text-Sub-Primary, #686E7B);
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 153.846% */
letter-spacing: -0.039px;
}
.new-member-event:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 32px;
  height: 32px;
  background: url(../../image/component/icon_download.png) no-repeat 0 0;
  background-size: contain;
}

/* 2025-08-18 */
.popup .inner-wrap .popup-content{
  font-size:18px !important;
  line-height:22px;
}

/* bd_name_insert */
.bd_name_insert {
  margin: 16px 16px 0;
  padding: 16px;
  border-radius: 8px;
  background: var(--Background-Lower-Secondary, #f8f9fa);
}
.bd_name_insert .tit {
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  /* 2025-08-18 font-size: 12px;*/
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 133.333% */
  letter-spacing: -0.036px;
}
.bd_name_insert .con {
  margin: 4px 0 0;
  color: var(--Text-Sub-Primary, #686e7b);
  font-family: Pretendard;
  /* 2025-08-18 font-size: 11px;*/
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 127.273% */
  letter-spacing: -0.033px;
}

/* 2025-09-04  예약하기 세차 유형 선택 탭배경색만 변경*/
.tab-menu .inner-wrap .tab-header.pd_type_sel li.active,
.tab-menu .inner-wrap .tab-header.pd_type_sel li.active:hover {
  background-color: #ebf0f9 !important;
  color: #0c2340 !important;
  border: 1px solid #ebf0f9 !important;
  font-weight: 700;
  font-size:16px;
}

/* 2025-09-10 */
/* new-member-event */
.new-member-event-coupon {
  border:0px solid #000;
  cursor:pointer;
  /*2025-09-12 margin: 32px 8px 0; */
  margin: 32px 3px 0 6px;
  position: relative;
  /*2025-09-12 고객요청변경전 원본값 padding: 24px 50px 24px 24px;*/
  /*2025-09-12 고객요청값 padding: 29px 50px 24px 24px;*/
  /*2025-09-12 실제조정값(상하여백동일하게) */
  padding: 30px 50px 0 24px;
  flex-shrink: 0;
  height: 206px;
  background-image: url(../../image/mobile/subtract_left.png),
    url(../../image/mobile/subtract.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center left, center right;
  background-size: 50% 206px, 50% 206px;
}
.new-member-event-coupon h6 {
  color: var(--Text-Secondary, #353c46);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
}
.new-member-event-coupon h3 {
  margin: 8px 0 16px;
  color: #1d1d1d;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: 31px; /* 93.939% */
  letter-spacing: -0.099px;
}
.new-member-event-coupon ul li {
  margin: 2px 0 0;
  display: flex;
  align-items: center;
}
.new-member-event-coupon .tit {
  width: 80px;
  color: var(--Text-Sub-Primary, #686e7b);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}
.new-member-event-coupon .con {
  width: calc(100% - 80px);
  color: var(--Text-Sub-Primary, #686e7b);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
  white-space: nowrap !important ;
}
.new-member-event-coupon:after {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  right: 31px;
  width: 51px;
  height: 51px;
  background: url(../../image/mobile/icon_download2.png) no-repeat 0 0;
  background-size: contain;
}


/* 2025-09-11 */
/*theme2*/
.theme2-c-btn {
  background-color: #0072e4 !important;
  color: #fff !important;
  border: 1px solid #0072e4 !important;
}
.theme2-c-btn:hover {
  background-color: #0072e4 !important;
  color: #fff !important;
  border: 1px solid #0072e4 !important;
}
.theme2-c-btn:not(.btn-switch):hover {
  background-color: #0072e4 !important;
  color: #fff !important;
  border: 1px solid #0072e4 !important;
}
.theme2-c-btn.line {
  background-color: #fff !important;
  color: #0072e4 !important;
  border: 1px solid #0072e4 !important;
}
.theme2-c-btn.line:hover {
  background-color: #0072e4 !important;
  color: #fff !important;
  border: 1px solid #0072e4 !important;
}
.theme2-c-font {
  color: #0072e4 !important;
}
.theme2-c-bg {
  background-color: #0072e4 !important;
}
.theme2-c-line {
  border-color: #0072e4 !important;
}

/* slider-tutorial-new */
.slider-tutorial-new .swiper-pagination {
  top: 8px;
  bottom: auto;
}
.slider-tutorial-new .swiper-pagination-bullet {
  background: rgba(183,184,186,0.9);
  opacity: 1;
  border-radius:2px;
}
.slider-tutorial-new .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(65,98,233,0.8);
  opacity: 1;
  width:10px;border-radius:2px;
  /*width:14px; border-radius:6px;*/
}
.slider-tutorial-new .tutorial-img {
  /*margin: 44px 0 0;*/
  margin: 0 0;
  height:100vh;
}
.slider-tutorial-new .tutorial-img img {
  width:100%;height:100%; object-fit:contain;
}
.popup-tutorial-new > .inner-wrap {
  padding-top: 0 !important;
}
.popup-tutorial-new .btn-skip {
  position: absolute;
  z-index:999;
  top: 10px;
  right: 16px;
  color: var(--Gray-700, #686e7b);
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.popup-tutorial-new .bottom_btn{
  position: fixed;
  z-index:999;
  bottom:0px;
  padding:16px 24px;
  display:block;
  width:100%;
  /*background-color:rgba(239,240,244,0.8);*/
  /*background-color:#eff0f4;*/
  border:0;
}
.popup-tutorial-new{
  background-color:#eff0f4;
}
