:root {
  --white: #fff;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
legend {
  display: none;
}
select[disabled] {
  background-color: #f6f6f6 !important;
  cursor: not-allowed;
  color: #565656;
}
input[readonly] {
  background: #f6f6f6;
  cursor: not-allowed;
  color: #565656;
}
.btn-small:disabled,
.btn-regular:disabled,
.btn-medium:disabled,
.btn-large:disabled,
.btn-regular:hover:disabled,
.btn-medium:hover:disabled,
.btn-large:hover:disabled,
.btn-small.theme1-c-btn:hover:disabled,
.btn-regular.theme1-c-btn:hover:disabled,
.btn-medium.theme1-c-btn:hover:disabled,
.btn-large.theme1-c-btn:hover:disabled {
  border-color: #f2f2f2 !important;
  background-color: #f2f2f2 !important;
  color: #868686 !important;
  cursor: not-allowed;
}

.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  border-radius: 80px;
  border: 1px solid #d6d6d6;
}

textarea.input-regular[readonly] {
  border: 0;
  background-color: #f9f9f9;
  font-size: 12px;
  color: #868686;
}
textarea.input-medium {
  padding: 16px;
  height: auto;
  line-height: 153.846%; /* 153.846% */
}
textarea.input-medium:disabled {
  background-color: #f6f6f6 !important;
}
.datepickers-container {
  z-index: 102;
}
.datepicker-here.icon {
  background: #ffffff url(../../image/component/icon_date.png) right 6px center
    no-repeat;
  background-size: 24px 24px;
  padding-right: 37px;
}
.datepicker_here.icon {
  background: #ffffff url(../../image/component/icon_date.png) right 6px center
    no-repeat;
  background-size: 24px 24px;
  padding-right: 37px;
}
.accordion {
  width: 100%;
}
textarea.input-small {
  display: inline-block;
  min-width: 200px;
  min-height: auto;
  height: auto;
  padding: 12px;
  line-height: 1.3;
  border-radius: 8px;
}
textarea.input-small::-webkit-scrollbar {
  border-radius: 3px;
  width: 4px;
  background: #f6f6f6;
}
textarea.input-small::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #d6d6d6;
}
textarea.input-regular {
  display: inline-block;
  min-width: 200px;
  min-height: auto;
  height: auto;
  padding: 12px;
  line-height: 1.3;
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}
.align-center {
  text-align: center !important;
}
.margin-t40 {
  margin-top: 40px !important;
}
.padding-t40 {
  padding-top: 40px !important;
}
select.input-regular {
  min-width: 100px;
  padding-right: 32px;
}
.width312 {
  width: 312px !important;
}
.width400 {
  width: 400px !important;
}
a.btn-medium {
  display: inline-block;
  vertical-align: middle;
}
.help-text {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ff223c;
  margin: 8px 0 0;
}
.help-text.icon {
  padding-left: 16px;
}
.help-text.icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background: url(../../image/mobile/icon_help.png) no-repeat !important;
  background-size: contain !important;
}
/* large */
.help-text.large.icon {
  padding-left: 20px;
}
.help-text.large.icon:before {
  top: -2px;
}
.help-text.gray {
  color: #868686 !important;
}
.help-text.icon.gray:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../../image/mobile/icon_help_gray.png) no-repeat !important;
  background-size: contain !important;
}
.help-text.green {
  color: #04b54c !important;
}
.help-text.icon.green:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../image/mobile/icon_help_green.png) no-repeat !important;
  background-size: contain !important;
  margin: -2px 2px 0 0;
}
.clear {
  clear: both;
}
.img-list {
  margin: 0 0 16px;
}
.img-list > ul {
  overflow: hidden;
}
.img-list > ul > li {
  float: left;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  background: url(../../image/mobile/no_image_type_a.png) center center
    no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}
.img-list > ul > li .img-popup {
  margin: 0;
  padding: 0;
}
.img-list > ul > li .img-popup .inner-wrap {
  margin: 0;
  padding: 0;
}
.img-list > ul > li img {
  width: 80px;
  height: 80px;
}
.clamp1 {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
.clamp2 {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
.clamp3 {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
.clamp4 {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
.clamp5 {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}

body.bgcolor #wrapper {
  min-height: 100%;
  background-color: #f2f2f2;
}
body.wrapper-bg #wrapper {
  background: linear-gradient(180deg, #f5f5f5 0%, #fff 43.93%);
}
body.inactive-border-bottom-popup-header .popup .inner-wrap .popup-header {
  border-bottom: 0;
}
body.index_user #content {
  min-height: auto;
}

/*input-split*/
.input-split2 {
  float: left;
  min-width: calc((100% - 8px) / 2) !important;
  width: calc((100% - 8px) / 2) !important;
  margin: 0;
}
.input-split2 + .input-split2 {
  margin-left: 8px;
}
.input-split3 {
  float: left;
  min-width: calc((100% - 16px) / 3) !important;
  width: calc((100% - 16px) / 3) !important;
  margin: 0;
}
.input-split3 + .input-split3 {
  margin-left: 8px;
}
.input-split4 {
  float: left;
  min-width: calc((100% - 24px) / 4) !important;
  width: calc((100% - 24px) / 4) !important;
  margin: 0;
}
.input-split4 + .input-split4 {
  margin-left: 8px;
}
.like > a {
  display: block;
  width: 32px;
  height: 32px;
  transition: all 0.5s;
  background: url(../../image/web/icon_heart_n.png) center center no-repeat;
  background-size: contain;
  transform: scale(1);
}
.like > a:hover {
  transform: scale(1.08);
  background: url(../../image/web/icon_heart_s.png) center center no-repeat;
  background-size: contain;
}
.like > a.active {
  background: url(../../image/web/icon_heart_s.png) center center no-repeat;
  background-size: contain;
}

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

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

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

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

/* category-slider */
.category-slider {
  width: 100%;
  border: 0;
  margin: 0;
  padding-left: 0;
  height: auto;
  border-bottom: 1px solid #e6e6e6;
}
.category-slider .swiper-container .swiper-wrapper .swiper-slide .category {
  font-size: 14px;
  color: #a6a6a6;
  line-height: 44px;
  padding: 0 8px 12px;
  margin: 0 8px;
  font-weight: 500;
}
.category-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .category.active {
  font-weight: 600;
  color: #262626;
  border-bottom: 2px solid #0f8df4;
}
/* type-b */
.category-slider.type-b {
  padding: 16px 0 0;
  margin: 0 0 16px;
  border-bottom: 0;
}
.category-slider.type-b:before {
  display: none !important;
}
.category-slider.type-b
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .category {
  display: flex;
  height: 28px;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 15px;
  border: 1px solid var(--Light-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;
  margin: 0 4px 0 0;
}
.category-slider.type-b
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .category.active {
  border: 0 !important;
  border: 1px solid var(--Navy-Black, #002a3d) !important;
  background: var(--Navy-Black, #002a3d) !important;
  color: var(--Light-Basic-White, #fff) !important;
}

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

/* btn-switch 제거 */
.theme1-c-btn:not(.btn-switch):hover {
  background-color: #0d7fdd !important;
  color: #fff !important;
  border: 1px solid #0d7fdd !important;
}
.theme1-c-btn.line:not(.btn-switch):hover {
  background-color: #fff !important;
  color: #0d7fdd !important;
  border: 1px solid #0d7fdd !important;
}
.btn-small:not(.btn-switch):hover,
.btn-regular:not(.btn-switch):hover,
.btn-medium:not(.btn-switch):hover,
.btn-large:not(.btn-switch):hover {
  border: solid 1px #d6d6d6;
  background-color: #fff;
  color: #565656;
}
/*======================================
1. 공통 요소 영역 (헤더/푸터/퀵메뉴 등)
======================================*/
#header {
  position: relative;
  min-width: 1020px;
  width: 100%;
  height: 96px;
  border-bottom: 1px solid var(--Light-Semantic-Border-Tertiary, #e6e6e6);
  background: #fff;
}
#header .unb {
  width: 1020px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header .unb li {
  margin: 0 0 0 8px;
}
#header .unb div,
#header .unb a {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 6px 8px;
  height: 36px;
  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;
}
#header .unb a:hover {
  text-decoration: underline;
}
#header .unb li:last-child a {
  padding-right: 0;
}
#header .unb .pimg {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border: 1px solid var(--Light-Basic-Gray-200, #e6e6e6);
  margin: 0 6px 0 0;
}
#header .unb .star-score {
  margin: 0 0 0 12px;
}
#header .logo-gnb {
  max-width: 1020px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header #gnb {
  display: flex;
  align-items: center;
}
#header #gnb li {
  margin: 0 0 0 32px;
}
#header #gnb a {
  position: relative;
  display: flex;
  padding: 20px 8px;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: -0.048px;
}
#header #gnb a.active:after,
#header #gnb a:hover:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #0f8df4;
}

/* push */
#header #gnb .push {
  margin: 0 0 0 22px;
}
#header #gnb .push a {
  display: flex;
  width: 40px;
  height: 40px;
  background: url(../../image/mobile/icon_push.png) no-repeat;
  background-size: contain;
}
#header #gnb .push.new a {
  background: url(../../image/mobile/icon_push_new.png) no-repeat;
  background-size: contain;
}
#header #gnb .push a.active,
#header #gnb .push a:hover {
  border-bottom: 3px solid #fff;
}

/* chat */
#header #gnb .chat {
  margin: 0 0 0 8px;
}
#header #gnb .chat a {
  display: flex;
  width: 40px;
  height: 40px;
  background: url(../../image/web/icon_chat.png) no-repeat center center;
  background-size: contain;
}
#header #gnb .chat.new a {
  background: url(../../image/web/icon_chat_new.png) no-repeat center center;
  background-size: contain;
}
#header #gnb .chat a.active,
#header #gnb .chat a:hover {
  border-bottom: 3px solid #fff;
}

/* logo */
#logo {
  width: 180px;
  height: 48px;
}
#logo h1 {
  width: 100%;
  height: 100%;
  background: url(../../image/logo-header.png) no-repeat 0 0;
  background-size: contain;
}

/* container */
#container {
  display: flex;
  width: 1020px;
  flex-wrap: wrap;
  margin: 40px auto 0;
}
body.container100p #container {
  width: 100%;
  margin: 0 auto;
}
body.container100p .title {
  margin-top: 100px;
}
#snb {
  width: 160px;
  margin-right: 40px;
}
#snb > ul {
  background-color: #fff;
}
#snb > ul > li.tit {
  margin: 0;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: -0.048px;
  margin-bottom: 32px;
}
#snb > ul > li {
  margin: 16px 0 0;
}
#snb > ul > li > a {
  color: var(--light-semantic-text-sub-tertiary, #a6a6a6);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
  display: block;
}
#snb > ul > li > a.active,
#snb > ul > li > a:hover {
  font-weight: 700;
  color: #262626;
}
#snb > ul > li > ul {
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  background: var(--Light-Basic-Gray-100, #f6f6f6);
}
#snb > ul ul a {
  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;
}
#snb > ul ul a.active {
  color: var(--Light-Semantic-Text-Secondary, #464646);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
#snb + #content {
  max-width: 820px;
}
#content {
  flex-grow: 1;
  min-height: 656px;
  max-width: 1020px;
  padding-bottom: 120px;
}
#content > .inner-wrap {
  width: 398px;
  margin: 0 auto;
}

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

/*======================================
2. 메인페이지 영역 (메인페이지 관련)
======================================*/

/*swiper*/
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  box-sizing: border-box;
}
.slider-btn-next,
.slider-btn-prev {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  z-index: 10;
}
.slider-btn-prev {
  left: 40px;
  background: url(../../image/web/r_prev.png) center center no-repeat;
  background-size: contain;
}
.slider-btn-next {
  right: 40px;
  background: url(../../image/web/r_next.png) center center no-repeat;
  background-size: contain;
}
.slider-btn-prev:after,
.slider-btn-next:after {
  display: none;
}

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

/*========== 메인비주얼 시작 ==========*/
/*swiper*/
.slider .swiper-container {
  height: auto;
}
.swiper-slide {
  box-sizing: border-box;
}

/* .main-visual */
.main-visual {
  margin: 0 auto;
}
.main-visual .swiper-slide img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

/* main-banner */
.main-banner .swiper-slide img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.swiper-container.main-banner .swiper-slide.swiper-slide-active img {
  opacity: 1;
}
.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.4;
  margin: 0 2px !important;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #0f8df4 !important;
}
.swiper-scrollbar {
  opacity: 1 !important;
}
.swiper-scrollbar .swiper-scrollbar-drag {
  background: #fff;
}
.file-upload .gallery-scroll {
  overflow-x: auto;
  overflow-y: hidden;
}
/* @media screen and (max-width: 412px) {
  .file-upload .gallery-scroll::-webkit-scrollbar {
    background: #fff !important;
  }
} */
/* .file-upload .gallery-scroll::-webkit-scrollbar {
  background: #fff !important;
} */
.file-upload .gallery-scroll .gallery {
  /* width: 550px; */
  display: flex;
  flex-wrap: nowrap;
}
.file-upload .upload > input {
  top: -6px;
  height: 35px;
}

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

/* type-b */
.file-upload.type-b {
  display: flex;
  align-items: center;
}
.file-upload.type-b .upload {
  width: 70px;
  height: 70px;
}
.file-upload.type-b .upload .btn-small.img-type {
  min-width: 70px;
  width: 70px;
  height: 70px;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--light-semantic-text-sub-primary, #666);
  text-align: center;
  font-family: "PretendardJP", "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;
}
/*========== 컨텐츠 공용 시작 ==========*/
/*서브타이틀*/
.sub-title-web {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 0 16px;
  border-bottom: 1px solid #e6e6e6;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 127.273% */
  letter-spacing: -0.066px;
}

/* 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, #262626);
  text-align: center;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 127.273% */
  letter-spacing: -0.066px;
}
.list-empty p {
  color: var(--Light-Semantic-Text-Sub-Tertiary, #a6a6a6);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
  margin: 16px 0 0;
}
.list-empty.small {
  padding: 48px 0;
}
.list-empty.large {
  padding: 200px 0;
}

/*search-area*/
.search-area {
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #eee;
  margin-left: -200px;
  width: 400px;
  height: 52px;
  overflow: hidden;
  padding: 8px 12px;
  z-index: 100;
}
.search-area input[type="text"] {
  width: 100%;
  height: 36px;
  margin: 0;
  border: none;
  padding: 9px 16px;
  font-size: 13px;
  background-color: #f9f9f9;
  border-radius: 18px;
}
.search-area .btn-search {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  border: none;
}
.search-area .btn-search:after {
  content: "";
  display: block;
  overflow: hidden;
  width: 40px;
  height: 28px;
  background: url(../../image/web/icon_search.png) center center no-repeat;
  background-size: contain;
}
.select-delete {
  overflow: hidden;
  padding: 24px 0 16px;
  border-bottom: 1px solid #e6e6e6;
}
.select-delete select {
  float: left;
  min-width: 120px;
}
.select-delete button {
  float: right;
  height: 28px;
  line-height: 28px;
}

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

/* BTT */
.BTT > .title {
  margin: 40px 0 0;
  padding: 0 0 16px;
  border-bottom: 1px solid #e6e6e6;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: "PretendardJP", "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.048px;
}
.BTT > .title:first-child {
  margin-top: 24px;
}
.BTT > .title2 {
  margin: 24px 0 0;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: "PretendardJP", "Pretendard";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3; /* 127.273% */
  letter-spacing: -0.066px;
}
.BTT .guide-txt {
  margin: 8px 0 0;
  color: var(--Dark-Gray, #3f3f3d);
  font-family: "PretendardJP", "Pretendard";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.BTT .guide-txt2 {
  margin: 8px 0 0;
  color: var(--light-semantic-text-secondary, #464646);
  font-family: "PretendardJP", "Pretendard";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.BTT > .title-center {
  color: var(--light-semantic-text-primary, #262626);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.054px;
  padding: 28px 0 0;
}
.BTT > ul {
  background: #fff;
  text-align: left;
}
.BTT > ul > li {
  margin: 24px 0 0;
}
.BTT > ul > li > .tit {
  display: flex;
  color: var(--light-semantic-text-primary, #262626);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 123.077% */
  letter-spacing: -0.039px;
}
.BTT > ul > li > .tit.required::after {
  content: "";
  width: 3.7px;
  height: 3.7px;
  background-color: #ff223c;
  border-radius: 50%;
  margin: 4px 0 0 4px;
}
.BTT > ul > li > .tit.required.space-between::after {
  display: none;
}
.BTT > ul > li > .tit.required.space-between > div {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.BTT > ul > li > .tit.required.space-between > div::after {
  content: "";
  width: 3.7px;
  height: 3.7px;
  background-color: #ff223c;
  border-radius: 50%;
  margin: -3px 0 0 4px;
}
.BTT > ul > li > .icon-tit-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.BTT > ul > li > .icon-tit-btn > div {
  display: flex;
  align-items: center;
  gap: 4px;
}
.BTT > ul > li > .icon-tit-btn > div > img {
  width: 24px;
  height: 24px;
}
.BTT > ul > li > .icon-tit-btn > div > div {
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 123.077% */
  letter-spacing: -0.039px;
}
.BTT > ul > li > .icon-tit-btn .input-small {
  width: 120px;
}
.BTT > ul > li > .icon-tit-btn + .con + hr {
  margin-top: 24px !important;
}
.BTT > ul > li > .con {
  margin: 8px 0 0;
  font-size: 14px;
  color: #565656;
}
.BTT > ul > li > .con .input-medium {
  width: 100%;
  border-radius: 8px;
}
.BTT > ul > li > .con .input-medium + textarea.input-medium {
  margin-top: 8px;
}
.BTT > ul > li > .con input[type="radio"],
.BTT > ul > li > .con input[type="checkbox"] {
  margin: 0 4px 0 0;
}
.BTT > ul > li > .con .input-medium.btn-add {
  width: calc(100% - 74px);
}
.BTT > ul > li > .con .input-medium.btn-add + button {
  min-width: auto;
  width: 66px;
  margin-left: 8px;
  padding: 0 12px;
  border: 1px solid var(--light-basic-gray-150, #f2f2f2);
  background: var(--light-basic-gray-150, #f2f2f2);
}
.BTT > ul > li > .con .input-medium.btn-add + button + .input-medium {
  margin: 8px 0 0;
}
.BTT > ul > li > .con .input-medium.unit-add {
  width: calc(100% - 32px);
}
.BTT > ul > li > .con textarea.input-medium {
  width: 100%;
  height: auto;
  line-height: 1.5;
  padding: 16px;
}
.BTT > ul > li > .con > label {
  margin: 8px 24px 0 0;
  display: inline-block;
}
.BTT .input-regular.btn-add {
  width: calc(100% - 63px);
}
.BTT .input-regular.btn-add + button {
  min-width: auto;
  width: 55px;
  margin-left: 8px;
  padding: 0 12px;
}
/* type-b */
.BTT.type-b > .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e6e6e6;
  margin: 0 16px;
  padding: 16px 0 0;
  border-bottom: 0;
  color: var(--light-semantic-text-primary, #262626);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 128.571% */
  letter-spacing: -0.042px;
}
.BTT.type-b > .title > div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.BTT.type-b > .title > div .btn-small {
  margin-left: 2px;
}
.BTT.type-b > ul {
  padding: 0 0 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: 88px;
  color: var(--Light-Semantic-Text-Sub-Secondary, #868686);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}
.BTT.type-b > ul > li .con {
  margin-top: 0;
  width: calc(100% - 88px);
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
}
.BTT.type-b > ul.last {
  border-bottom: 1px solid #e6e6e6;
}

/* block BTT */
.popup-report .BTT > ul {
  background: #fff;
  padding: 0;
  text-align: left;
}
.popup-report .BTT > ul > li {
  display: block;
  height: auto;
  margin: 16px 0 0;
  border-bottom: 0;
}
.popup-report .BTT > ul > li > .tit {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 0;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.popup-report .BTT > ul > li > .tit.required::before {
  content: "*";
  display: inline-block;
  color: #e6291f;
  margin-right: 2px;
}
.popup-report .BTT > ul > li > .con {
  display: block;
  margin: 8px 0 0;
  padding: 0;
  font-size: 13px;
  color: #565656;
}
.popup-report .BTT > ul > li > .con .input-regular {
  width: 100%;
}
.popup-report .BTT > ul > li > .con .input-regular + textarea.input-regular {
  margin-top: 8px;
}
.popup-report .BTT > ul > li > .con input[type="radio"],
.popup-report .BTT > ul > li > .con input[type="checkbox"] {
  margin: 0 4px 0 0;
}
.popup-report .BTT > ul > li > .con .input-regular.btn-add {
  width: calc(100% - 82px);
}
.popup-report .BTT > ul > li > .con .input-regular.btn-add + button {
  width: 74px;
  padding: 0;
  margin-left: 8px;
}
.popup-report .BTT > ul > li > .con textarea.input-regular {
  width: 100%;
}
.popup-report .btn-group-area {
  padding-top: 24px;
}
.popup-report .btn-group-area .btn-split2 {
  width: calc((100% - 8px) / 2) !important;
  margin: 0;
}

/* Login */
.login-area {
  width: 375px;
  margin: 32px auto 0;
  background: #fff;
  text-align: center;
}
.login-area h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px auto 40px;
  line-height: 1;
  text-align: center;
}
.login-area h1 img {
  width: 300px;
  height: auto;
}
.login-area .input-medium {
  width: 100%;
  border-radius: 4px;
}
.login-area .input-large {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  padding: 15px 16px;
  font-size: 14px;
  letter-spacing: -0.65px;
  border-radius: 8px;
}
.login-area li + li {
  margin-top: 8px;
}
.login-area button[type="submit"] {
  margin: 16px 0 0;
  border-radius: 8px;
  width: 100%;
}
.login-area button[type="submit"] + .btn-medium {
  margin-top: 16px;
}
.login-area .btn-medium {
  width: 100%;
}
.login-area .btn-medium + .btn-medium {
  margin-top: 8px;
}
.login-chk-link {
  margin-top: 12px;
}
.login-chk-link:after {
  content: "";
  display: block;
  clear: both;
}
.login-chk-link .chk {
  float: left;
}
.login-chk-link .chk > label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.login-chk-link .chk input {
  margin: 0 4px 0 0;
}
.login-chk-link .link {
  float: right;
}
.login-chk-link .link a {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
  display: inline-block;
  margin-left: 8px;
}
.login-chk-link .link a + a {
  padding-left: 8px;
  line-height: 0.8;
  border-left: 1px solid #a6a6a6;
}
.login-area .login-join {
  text-align: center;
  margin: 40px 0 0;
  font-size: 12px;
  color: #a6a6a6;
}
.login-area .login-join a {
  font-size: 12px;
  text-decoration: underline;
  display: inline-block;
  margin: 0 0 0 8px;
}
.login-area .a-group {
  margin: 32px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0.8;
}
.login-area .a-group a {
  padding: 0 12px;
  color: var(--Light-Semantic-Text-Sub-Primary, #666);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: -0.039px;
}
.login-area .a-group a + a {
  border-left: 1px solid #e6e6e6;
}

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

.fixed-bottom-btn {
  display: flex;
  max-width: 820px;
  margin: 0 auto;
}
#content > .inner-wrap .fixed-bottom-btn {
  max-width: 398px;
}
.fixed-bottom-btn.column {
  flex-direction: column;
  max-width: 398px;
}

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

.border-top {
  border-top: 1px solid #e6e6e6;
}
/* a-underline-group */
.a-underline-group {
  margin-top: 12px;
  text-align: center;
}
.a-underline-group a {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #9e9ea2;
  margin: 0 8px;
  text-decoration: underline;
}
/*결과*/
.result-area {
  padding: 50px 0 24px;
  text-align: center;
}
.result-area > img {
  margin: 24px auto 0;
  width: 72px;
  height: 72px;
}
.result-area.border-top {
  border-top: 1px solid #e6e6e6;
}
.result-area .icon-result {
  display: block;
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background: url(../../image/mobile/icon_result_chk.png) center center
    no-repeat;
  background-size: contain;
}
.result-area h1 {
  font-size: 22px;
  font-weight: bold;
  line-height: 127.273%; /* 127.273% */
  letter-spacing: -0.54px;
  text-align: center;
  margin: 16px 0 0;
}
.result-area p {
  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: 150%; /* 150% */
  letter-spacing: -0.042px;
  margin: 16px 0 0;
}
.result-area p strong {
  font-weight: bold;
  color: #868686;
}
.result-area .btn-large {
  display: block;
  width: 100%;
  margin: 40px auto 0;
}
.result-area .text-decoration {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.33px;
  text-align: center;
  color: #a6a6a6;
  margin-top: 16px;
  display: block;
  text-decoration: underline;
}
.result-area .align-left {
  margin: 32px 0 0;
}

/*게시판 목록 공통*/
.board-list-area {
  border-top: 1px solid #e6e6e6;
}
.search-type1 + .board-list-area {
  border-top: 1px solid #e9e9e9;
}
.sub-title-area + .board-list-area {
  border-top: 0;
}
.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: 10%;
}
.board-list-area ul li.date {
  width: 12%;
}
.board-list-area ul li.writer {
  width: 12%;
}
.board-list-area ul li.hit {
  width: 8%;
}
.board-list-area ul li.status {
  width: 12%;
}
.board-list-area ul li.term {
  width: 20%;
}
.board-list-area ul li.point {
  width: 20%;
}
.board-list-area ul li.split3 {
  width: 33.33%;
}
.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 ul li.split8 {
  width: 12.5%;
}
.board-list-header ul li {
  background-color: #f9f9f9;
  padding: 8px 0;
  text-align: center;
  font-size: 12px;
  color: #a6a6a6;
}
.board-list-header > div {
  width: 100%;
  display: block;
  height: auto;
}
.board-list-content > div {
  position: relative;
  width: 100%;
  display: block;
  height: auto;
  border-bottom: 1px solid #e6e6e6;
}
.board-list-content > div.end:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
.board-list-content > div > ul > li {
  background: #fff;
  padding: 16px 0;
  font-size: 12px;
  line-height: 1.46;
  letter-spacing: -0.65px;
  text-align: center;
  color: #a6a6a6;
}
.board-list-area .board-list-content > div > ul > li.subject {
  position: relative;
  text-align: left;
  padding-left: 8px;
  overflow: hidden;
}
.board-list-area .board-list-content > div > ul > li.subject > a p {
  float: left;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.65px;
  text-align: left;
  color: #565656;
  max-width: 95%;
  display: -webkit-box;
  line-height: 1.5em;
  height: 1.5em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}
.board-list-area .board-list-content > div > ul > li.subject > a p:hover {
  text-decoration: underline;
}
.board-list-area .board-list-content > div > ul > li.subject .comn {
  float: left;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #5cc4ef;
  margin: 0 0 0 8px;
}
.board-list-content > div > ul > li.num {
  font-size: 12px;
}
.board-list-content > div > ul > li.date {
  font-size: 12px;
}
.board-list-content > div > ul > li.writer {
  color: #868686;
}
.board-list-content > div > ul > li.status span {
  font-weight: 600;
  color: #a6a6a6;
}
.board-list-content > div > ul > li.term {
  font-size: 12px;
}
.board-list-content > div > ul > li.term span {
  color: #a6a6a6;
  font-size: 12px;
}
.board-list-content > div > ul > li.point {
  font-size: 13px;
}
.board-list-area .btn-group-area {
  display: flex;
  justify-content: flex-end;
  padding: 16px 0 0;
}
.board-list-area .btn-group-area .btn-regular {
}
/* faq */
.accordion.faq {
  width: 100%;
}
.accordion.faq .inner-wrap > ul > li {
  display: block;
}
.accordion.faq .inner-wrap > ul > li .accordion-header {
  position: relative;
  height: auto;
  padding: 16px 44px;
}
.accordion.faq .inner-wrap > ul > li .accordion-header:before {
  position: absolute;
  left: 24px;
  top: 17px;
  content: "Q.";
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #a6a6a6;
  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;
}
.accordion.faq .inner-wrap > ul > li.active .accordion-header p {
  display: block;
  height: auto;
}
.accordion.faq .inner-wrap > ul > li.active .accordion-content {
  display: block;
}
.accordion.faq .inner-wrap > ul > li .accordion-header p {
  font-size: 13px;
  line-height: 1.5;
}
.accordion.faq .inner-wrap > ul > li .accordion-content {
  position: relative;
  padding-left: 44px;
  min-height: auto;
}
.accordion.faq .inner-wrap > ul > li .accordion-content:before {
  position: absolute;
  left: 24px;
  top: 16px;
  content: "A.";
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #5cc4ef;
}
.accordion.faq .inner-wrap > ul > li .accordion-content p {
  font-size: 13px;
  color: #565656;
}
.accordion.faq .inner-wrap > ul > li .accordion-content img {
  display: block;
  max-width: 100%;
  margin: 16px 0;
}

/* 게시판형 faq */
.board-list-content .accordion {
  width: auto;
}
.board-list-content .accordion > ul > li {
  height: auto;
  position: relative;
  background: #fff;
  padding: 16px;
  vertical-align: top;
}
.board-list-content .accordion > ul > li p {
  width: calc(100% - 32px);
  color: var(--light-semantic-text-primary, #262626);
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.045px;
  text-decoration: none;
  cursor: pointer;
  display: -webkit-box;
  line-height: 1.5em;
  height: 1.5em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.board-list-content .accordion .num {
  width: 10%;
  color: var(--light-semantic-text-primary, #262626);
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 123.077% */
  letter-spacing: -0.039px;
  padding-top: 20px;
}
.board-list-content .accordion > ul > li p:after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 16px;
  margin-top: 0;
  background: url(../../image/component/icon_accordion_arrow_down.png) no-repeat
    0 0;
  background-size: contain;
  opacity: 1;
}
.board-list-content .accordion .accordion-content {
  background: #fff;
  width: 100%;
  transition: height 0ms 400ms, opacity 400ms 0ms;
  overflow: hidden;
  height: 0;
  min-height: 0;
  opacity: 0;
}
.board-list-content .accordion.active > ul > li p {
  height: auto;
  -webkit-line-clamp: initial;
}
.board-list-content .accordion.active .accordion-content {
  border-top: 1px solid #e9e9e9;
  background-color: #f9f9f9;
  height: auto;
  opacity: 1;
}
.board-list-content .accordion.active > ul > li p:after {
  background: url(../../image/component/icon_accordion_arrow_up.png) no-repeat 0
    0;
  background-size: contain;
}
.board-list-content .accordion .accordion-content {
  position: relative;
  background-color: #fff;
  min-height: auto;
}
.board-list-content .accordion .accordion-content p {
  padding: 16px;
  color: var(--light-semantic-text-secondary, #464646);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.board-list-content .accordion .accordion-content p strong {
  display: block;
  margin: 0 0 16px;
  color: var(--light-semantic-text-secondary, #464646);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 123.077% */
  letter-spacing: -0.039px;
}
.board-list-content .accordion .accordion-content img {
  display: block;
  max-width: 100%;
  margin: 16px 0;
  border-radius: 8px;
}
.board-list-content .accordion .category {
  display: inline-flex;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--Light-Basic-Gray-150, #f2f2f2);
  background: var(--Light-Basic-Gray-150, #f2f2f2);
  color: var(--Light-Semantic-Text-Sub-Primary, #666);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.board-list-content > div > ul > li.subject .cate {
  display: inline-flex;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--Light-Basic-Gray-150, #f2f2f2);
  background: var(--Light-Basic-Gray-150, #f2f2f2);
  margin: 0 4px 0 0;
  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;
}

/*temp-content*/
.temp-content {
  padding: 16px 0;
}
.popup .temp-content {
  padding: 16px;
}
.temp-content pre {
  height: 600px;
  color: var(--Light-Semantic-Text-Secondary, #464646);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: pre-line;
}
.temp-content pre::-webkit-scrollbar {
  width: 6px;
  background: #fff;
}
.temp-content pre::-webkit-scrollbar-thumb {
  background: #0f8df4;
  border-radius: 4px;
}
.temp-content.type-b {
  padding: 40px 16px 16px;
}
.temp-content.type-b pre {
  height: 600px;
  padding: 0;
}

/*게시판 보기*/
.board-view-area {
  background: #fff;
  padding: 0;
  border-bottom: 1px solid #e6e6e6;
}
.board-view-area .header {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 16px 0;
}
.board-view-area .header h1 {
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: "Pretendard JP", "Pretendard";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
  word-break: break-all;
}
.board-view-area .header h1 .cate {
  min-width: 54px;
  height: 22px;
  line-height: 20px;
  padding: 0 8px;
  border: solid 1px #ff416f;
  background-color: #fff;
  font-size: 11px;
  color: #ff416f;
  text-align: center;
  margin: -2px 16px 0 0;
}
.board-view-area .header .info {
  margin: 8px 0 0;
}
.board-view-area .header .info > ul {
  position: relative;
}
.board-view-area .header .info > ul > li {
  float: left;
  font-size: 12px;
  color: #868686;
  margin: 0 16px 0 0;
}
.board-view-area .header .info > ul > li a {
  font-size: 12px;
  color: #868686;
  text-decoration: underline;
}
.board-view-area .header .info > ul > li.writer {
  font-weight: 500;
  color: #565656;
}
.board-view-area .header .info > ul > li.hit {
  position: absolute;
  top: 0;
  right: 0;
  color: #a6a6a6;
}
.board-view-area .header .info > ul > li.hit:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  width: 24px;
  height: 24px;
  background: url(../../image/web/icon_hit.png);
  background-size: contain;
}
.board-view-area .header .notice {
  display: inline-flex;
  margin: 0 4px 0 0;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--light-semantic-fill-reverse-secondary, #262626);
  background: var(--light-semantic-fill-reverse-secondary, #262626);
  color: var(--light-basic-white, #fff);
  text-align: center;
  font-family: "PretendardJP", "Pretendard";
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.board-view-area .header .status {
  display: flex;
  height: 21px;
  padding: 4px 6px !important;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--Light-Basic-Gray-150, #f2f2f2);
  background: var(--Light-Basic-Gray-150, #f2f2f2);
  color: var(--Light-Semantic-Text-Sub-Secondary, #868686);
  text-align: center;
  font-family: "PretendardJP", "Pretendard";
  font-size: 10px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.board-view-area .header .status.complete {
  color: var(--Light-Basic-Blue, #067df4);
}
.board-view-area .header .more-layer {
  position: absolute;
  bottom: 16px;
  right: 0;
}
.board-view-area .header .more-layer > button {
  background: url(../../image/mobile/icon_more_horizontal.png) no-repeat;
  background-size: contain;
  opacity: 0.5;
}
.board-view-area .btn-del {
  display: flex;
  width: auto;
  height: auto;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: none;
}
.board-view-area .content {
  padding: 16px 0;
  font-size: 13px;
  color: #161616;
  line-height: 1.46;
  letter-spacing: -0.65px;
  word-break: break-all;
  border-bottom: 1px solid #e6e6e6;
}
.board-view-area .content.small {
  min-height: 250px;
}
.board-view-area .content img {
  display: block;
  max-width: 100%;
  margin: 16px 0 0;
}
.board-view-area + .btn-group {
  padding-top: 16px;
}
.board-view-area .swiper-container {
  margin: 16px 0 0;
}
.board-view-area .swiper-container .swiper-slide {
  position: relative;
  width: 100px !important;
  padding-bottom: 100px !important;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}
.board-view-area .swiper-container .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
/* board-file */
.board-file {
  padding: 20px 0;
}
.board-file a {
  display: inline-block;
  height: 32px;
  margin: 0 16px 0 0;
  padding: 4px 8px;
  border-radius: 4px;
  border: solid 2px #e9e9e9;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #868686;
}
.board-file a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: -3px 8px 0 0;
  background: url(../../image/web/icon_download.png);
  background-size: contain;
}
/*board-re*/
.board-re {
  margin: 16px 0 0;
  padding: 16px;
  border-radius: 8px;
  background: var(--light-basic-gray-150, #f6f6f6);
}
.board-re > h1 {
  display: flex;
  align-items: center;
  color: var(--light-semantic-text-secondary, #868686);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.042px;
}
.board-re > h1 strong {
  margin: 0 8px 0 0;
  display: block;
  color: var(--light-semantic-text-sub-secondary, #464646);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.033px;
}
.board-re > div {
  color: var(--light-semantic-text-secondary, #464646);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
  margin: 8px 0 0;
}
/* 회원용 */
.member-write-area {
  width: 312px;
  margin: 0 auto;
  padding: 70px 0;
}
.member-write-area .icon-result {
  display: block;
  margin: 50px auto 0;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background: url(../../image/mobile/icon_result_chk.png) center center
    no-repeat;
  background-size: contain;
}
.member-write-area .icon-result.success {
  background: url(../../image/mobile/icon_result_success.png) center center
    no-repeat;
  background-size: contain;
}
.member-write-area .icon-result.fail {
  background: url(../../image/mobile/icon_result_fail.png) center center
    no-repeat;
  background-size: contain;
}
.member-write-area h1 {
  margin-top: 100px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #161616;
}
.member-write-area .icon-result + h1 {
  margin-top: 24px;
}
.member-write-area .btn-large {
  width: 100%;
}
.member-write-area h1 + .btn-large {
  margin-top: 40px;
}
.member-write-area h1 + .btn-large + .align-center {
  margin-top: 12px;
}
.member-write-area .member-guide-text {
  margin: 16px 0 0;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #161616;
}
/*인덱스팝업*/
.index-popup {
  min-width: 312px;
}
.index-popup .btn-split2 {
  width: 50% !important;
}
.index-popup .btn-split2.btn-medium {
  border: 0 !important;
  border-top: 1px solid #e6e6e6 !important;
  border-radius: 0 !important;
}
.index-popup .btn-split2.btn-medium + .btn-split2.btn-medium {
  border-left: 1px solid #e6e6e6 !important;
}
.index-popup .popup-content img {
  width: 312px;
  height: 312px;
}
/* quantity-change */
.quantity-change {
  display: flex;
  align-items: center;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
}
.quantity-change .btn-minus {
  width: 40px;
  height: 40px;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quantity-change .btn-minus span {
  width: 32px;
  height: 32px;
  background: url(../../image/mobile/icon_minus.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
}
.quantity-change .input {
  width: calc(100% - 80px);
  height: 44px;
  line-height: 42px;
  font-size: 13px;
  text-align: center;
}
.quantity-change .btn-plus {
  width: 40px;
  height: 40px;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quantity-change .btn-plus span {
  width: 32px;
  height: 32px;
  background: url(../../image/mobile/icon_plus.png) 0 0 no-repeat;
  background-size: contain;
  text-indent: -5000px;
}
/* btn-group-area */
.btn-group-area {
  padding: 24px 0 0;
  text-align: center;
  overflow: hidden;
}
.btn-group-area .f-left {
  float: left;
}
.btn-group-area .f-left .btn-regular + .btn-regular {
  margin-left: 8px;
}
.btn-group-area .f-right {
  float: right;
}
.btn-group-area .btn-medium,
.btn-group-area .btn-large {
  width: 160px;
}
.btn-group-area .btn-split2 {
  width: 160px !important;
  margin: 0;
}
.btn-group-area .btn-split2 + .btn-split2 {
  margin-left: 8px;
}
.btn-group-area .btn-split3 {
  width: 160px !important;
  margin: 0;
}
.btn-group-area .btn-split3 + .btn-split3 {
  margin-left: 8px;
}
.board-list-area + .btn-group-area,
.board-view-area + .btn-group-area {
  padding-top: 16px;
}
.btn-group-area + .paginate-area {
  margin-top: 8px;
}
.service-info {
  min-height: 600px;
  padding: 24px;
  border-radius: 4px;
  border: solid 1px #e9e9e9;
  background-color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: left;
  color: #565656;
  margin-top: 16px;
}
/* .event-list-type */
.event-list-type {
  border-bottom: 1px solid #e9e9e9;
}
.event-list-type .img img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.event-list-type .subject {
  margin: 16px 32px 8px;
  text-align: center;
}
.event-list-type .subject a {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: -0.75px;
  text-align: center;
  color: #565656;
}
.event-list-type .subject a:hover {
  text-decoration: underline;
}
.event-list-type .term {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: center;
  color: #a6a6a6;
  margin-bottom: 16px;
}
.text-decoration {
  text-decoration: underline;
}
.search-type1 {
  padding: 24px 0 16px;
  text-align: right;
}
.search-type1 select.input-small {
  min-width: 120px;
}
/* 댓글 작성 */
.board-comment-area {
  width: 100%;
  height: auto;
  background: #fff;
  overflow: hidden;
  margin: 60px 0 0;
}
.board-comment-area h1 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}
.board-comment-write {
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
  margin-top: 32px;
}
.board-comment-write textarea {
  width: 100%;
  height: 100px;
  border: solid 1px #e6e6e6;
  border-radius: 4px;
  padding: 16px 144px 16px 16px;
}
.board-comment-write .btn-group-area {
  position: absolute;
  bottom: 16px;
  right: 16px;
  margin: 0;
  padding: 0;
}
.board-comment-write .btn-medium {
  width: 96px;
  height: 96px;
  font-size: 13px;
  margin-left: 8px;
}
.board-comment-list {
  width: 100%;
  height: auto;
  border-top: 1px solid #e6e6e6;
}
.board-comment-list > div {
  width: 100%;
  height: auto;
}
.board-comment-list > div > ul {
  display: inline-block;
  width: 100%;
  height: auto;
}
.board-comment-list > div > ul > li {
  display: inline-block;
  width: 100%;
  height: auto;
}
.board-comment-list > div > ul > li > .comment-box {
  width: 100%;
  height: auto;
  padding: 16px 0;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.board-comment-list > div > ul > li .comment-top-area {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: -4px 0 0;
}
.board-comment-list > div > ul > li .comment-top-area > ul.comment-info {
  display: block;
  float: left;
}
.board-comment-list .comment-btn {
  display: block;
  float: right;
  position: relative;
}
.board-comment-list .comment-btn:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../../image/web/icon_cm_btn.png);
  background-size: contain;
  cursor: pointer;
}
.board-comment-list .comment-btn ul {
  display: none;
}
.board-comment-list .comment-btn:hover ul {
  display: block;
  position: absolute;
  top: 16px;
  right: 8px;
  width: 100px;
  height: 105px;
  padding: 16px 61px 16px 16px;
  border-radius: 8px;
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  z-index: 1;
}
.board-comment-list .comment-btn li button {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.65px;
  text-align: left;
  color: #868686;
}
.board-comment-list .comment-btn li + li {
  margin-top: 8px;
}
.board-comment-list .comment-btn li button:hover {
  text-decoration: underline;
}
.board-comment-list > div > ul > li .comment-top-area > ul.comment-info li {
  display: inline-block;
  margin-right: 12px;
}
.board-comment-list .comment-top-area > ul.comment-info li {
  font-size: 12px;
  color: #b6b6b6;
}
.board-comment-list .comment-top-area > ul.comment-info li.userid {
  color: #565656;
}
.board-comment-list > div > ul > li .comment-content-area {
  width: 100%;
  display: block;
  height: auto;
}
.board-comment-list > div > ul > li .comment-content-area > p {
  width: 100%;
  height: auto;
  line-height: 1.46;
  display: block;
  color: #161616;
  font-size: 13px;
  padding: 8px 0;
}
.board-comment-list > div > ul > li .bottom-btn button {
  font-size: 12px;
  color: #b6b6b6;
  margin: 0 16px 0 0;
}
.board-comment-list > div > ul > li .comment-reply-write {
  position: relative;
  width: 100%;
  height: auto;
  padding: 12px 12px 12px 24px;
  border-bottom: 1px solid #e6e6e6;
}
.board-comment-list > div > ul > li .comment-reply-write:before {
  position: absolute;
  top: 16px;
  left: 16px;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
  vertical-align: middle;
  background: url(../../image/mobile/icon_comment_re.png) center center
    no-repeat;
  background-size: contain;
}
.board-comment-list > div > ul > li .comment-reply-write textarea {
  width: 834px;
  height: 100px;
}
.board-comment-list > div > ul > li .comment-reply-write .btn-group-area {
  position: absolute;
  bottom: 28px;
  right: 28px;
  margin: 0;
  padding: 0;
}
.board-comment-list > div > ul > li .comment-reply-write .btn-medium {
  width: calc(50% - 5px);
  height: 44px;
  line-height: 42px;
  border-radius: 22px;
  font-size: 13px;
  margin: 0;
}
.board-comment-list .comment-reply-write .btn-medium + .btn-medium {
  margin: 0 0 0 8px;
}
.board-comment-list > div > ul > li > .comment-box.re {
  width: 100%;
  height: auto;
  padding: 12px 0 12px 26px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  background: url(../../image/web/icon_re.png) 0 8px no-repeat;
  background-size: 24px;
}
.board-comment-list > .comment-box.re .comment-content-area > p {
  color: #868686;
}
.comment-content-area ul {
  display: flex;
  margin: 8px 0;
}
.comment-content-area li.tit {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
  color: #a6a6a6;
  width: 64px;
  height: 18px;
}
.comment-content-area li.con {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.65px;
  text-align: left;
  color: #161616;
  width: calc(100% - 64px);
  padding-left: 8px;
}
.popup-report .block-type-area {
  padding: 0 0 24px;
}
/* member-out */
.member-out {
  padding: 60px 0;
  text-align: center;
}
.member-out .icon-result {
  display: block;
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background: url(../../image/web/icon_result.png) center center no-repeat;
  background-size: contain;
}
.member-out h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.54px;
  text-align: center;
  margin: 16px 0 0;
}
.member-out p {
  font-size: 13px;
  text-align: center;
  color: #868686;
  margin: 8px 0 40px;
}
.member-out p strong {
  font-weight: bold;
  color: #868686;
}

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

.a-underline {
  display: block;
  font-size: 11px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #a6a6a6;
  text-decoration: underline;
}
/* main-notice */
.main-notice {
  width: 404px;
}
.main-notice .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 16px;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0 8px;
}
.main-notice .title h1 {
  color: var(--Light-Semantic-Text-Primary, #262626);
  /* font-family: Pretendard; */
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: -0.048px;
}
.main-notice .title .more {
  width: 20px;
  height: 20px;
  background: url(../../image/mobile/icon_more.png);
  background-size: contain;
}
.main-notice > ul > li {
  display: flex;
  align-items: center;
  padding: 4px 0;
}
.main-notice > ul > li a {
  width: calc(100% - 50px);
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
  padding-right: 24px;

  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
.main-notice > ul > li a:hover {
  text-decoration: underline;
}
.main-notice > ul > li span {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: right;
  color: #868686;
}

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

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

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

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

.title {
  margin: 40px 0 0;
  color: var(--light-semantic-text-primary, #262626);
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.048px;
}

.title .total_count {
  color: #0f8df4;
  font-size: 20px;
}

.description {
  color: #4e4e4e;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
}

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

.border-top {
  border-top: 1px solid #e6e6e6;
}
.border-bottom {
  border-bottom: 1px solid #e6e6e6;
}

/* view-thumb */
.view-thumb {
  width: 28px;
  height: 28px;
  background: url(../../image/mobile/icon_view_thumbnail.png) no-repeat;
  background-size: contain;
}
.view-thumb.active {
  background: url(../../image/mobile/icon_view_thumbnail_active.png) no-repeat;
  background-size: contain;
}

/* view-list */
.view-list {
  width: 28px;
  height: 28px;
  background: url(../../image/mobile/icon_view_list.png) no-repeat;
  background-size: contain;
  margin: 0 0 0 4px;
}
.view-list.active {
  background: url(../../image/mobile/icon_view_list_active.png) no-repeat;
  background-size: contain;
}

.btn-filter {
  display: flex;
  width: 28px;
  height: 28px;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid var(--light-basic-gray-150, #f2f2f2);
  background: #f2f2f2 url(../../image/mobile/icon_filter.png) no-repeat;
  background-size: contain;
}

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

.popup {
  min-width: 311px;
  max-width: 311px;
  border-radius: 24px;
  top: 80px;
}
.popup .inner-wrap {
  padding: 32px 24px 24px;
}
.popup .inner-wrap .popup-header {
  font-size: 18px;
}

/* full */
.popup.full {
  position: fixed !important;
  min-width: 375px;
  max-width: 375px;
  width: 100%;
  height: 734px;
  border-radius: 8px !important;
}
.popup.full .popup-header {
  position: absolute;
  top: 0;
  display: block;
  z-index: 100;
  max-width: 375px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
}
.popup.full .inner-wrap {
  padding: 48px 0 24px;
}
.popup.full .inner-wrap .popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 100;
}
.popup.full .tab-menu.type-c {
  height: 44px;
}
.popup.full .fixed-bottom-margin {
  margin-bottom: 80px;
}
.popup.full .fixed-bottom-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  padding: 16px;
}
.popup.full .BTT > ul {
  padding: 0 16px;
}
.popup.full .title-large {
  margin: 16px 16px 0;
}
.popup.full .guide-text {
  margin: 8px 16px 0;
}

.popup-order-terms .inner-wrap {
  padding: 24px 0 24px !important;
}

/* header-black */
.popup.header-black {
  margin-top: 100px !important;
}
.popup.header-black .popup-header {
  height: 48px;
  padding: 14px;
  border-bottom: 1px solid #000;
  background-color: #000;
  color: var(--Light-Basic-White, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: -0.048px;
  margin: 0;
}
.popup.header-black .inner-wrap .popup-close {
  top: 9px;
  background: url(../../image/mobile/icon_modal_close_white.png) no-repeat 0 0;
  background-size: contain;
}
.popup.header-black .inner-wrap {
  padding: 0 !important;
}

.img-full img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

/* tit-con */
.title-medium + .tit-con {
  margin: 0;
}
.tit-con + .title-medium {
  margin-top: 40px;
}
.tit-con > ul > li {
  display: flex;
  margin: 12px 0 0;
}
.tit-con .tit {
  padding: 2px 0;
  width: 88px;
  color: var(--light-semantic-text-sub-secondary, #868686);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%; /* 133.333% */
  letter-spacing: -0.036px;
}
.tit-con .con {
  width: calc(100% - 88px);
  color: var(--light-semantic-text-primary, #262626);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 150% */
  letter-spacing: -0.042px;
}

/* btn-radio-checkbox */
.btn-radio-checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
  margin: -8px 0 0;
}
.btn-radio-checkbox label {
  margin: 8px 8px 0 0;
}
.btn-radio-checkbox input {
  display: none;
}
.btn-radio-checkbox span {
  display: flex;
  height: 40px;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid var(--Light-Basic-Gray-100, #f6f6f6);
  background: var(--Light-Basic-Gray-100, #f6f6f6);
  color: #464646;
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 128.571%;
  letter-spacing: -0.042px;
  cursor: pointer;
}
.btn-radio-checkbox input:checked + span {
  border: 2px solid var(--Primary, #0f8df4);
  background: var(--Bright-Green, #0f8df4);
  color: var(--Light-Basic-White, #fff);
}
/* cols3 */
.btn-radio-checkbox.cols3 label {
  width: calc((100% - 16px) / 3);
  margin: 8px 8px 0 0;
}
.btn-radio-checkbox.cols3 label:nth-child(3n) {
  margin-right: 0;
}
/* cols4 */
.btn-radio-checkbox.cols4 label {
  width: calc((100% - 24px) / 4);
  margin: 8px 8px 0 0;
}
.btn-radio-checkbox.cols4 label:nth-child(4n) {
  margin-right: 0;
}

hr {
  border: 0;
  border-top: 1px solid #e6e6e6;
  margin: 16px 0;
}

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

/* 정렬 */
.display-flex {
  display: flex;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-flex-end {
  justify-content: flex-end;
}
.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;
}

/* board-list */
.board-list > ul > li {
  position: relative;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  padding: 16px 0;
}
.board-list > ul > li.out:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.board-list a {
  display: block;
  width: 100%;
  background: url(../../image/mobile/icon_arrow_right.png) no-repeat right
    center;
  background-size: 20px;
  padding: 0 32px 0 0;
}
.board-list.inactive-arrow a {
  background: url();
  padding: 0;
}
.board-list .datetime {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #a6a6a6;
}
.board-list .subject {
  color: var(--light-semantic-text-primary, #262626);
  font-family: "PretendardJP", "Pretendard";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}

.board-list .date-status {
  display: flex;
  align-items: center;
  margin: 4px 0 0;
}
.board-list .date-status .date {
  color: var(--light-semantic-text-sub-secondary, #868686);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.board-list .date-status span + span {
  margin-left: 8px;
}
.board-list .date-status .status {
  display: flex;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--Light-Basic-Gray-150, #f2f2f2);
  background: var(--Light-Basic-Gray-150, #f2f2f2);
  color: var(--Light-Semantic-Text-Sub-Secondary, #868686);
  text-align: center;
  font-family: "PretendardJP", "Pretendard";
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.board-list .date-status .status.complete {
  color: var(--Light-Basic-Blue, #067df4);
}
.board-list + .btn-group-area {
  padding: 32px 16px 0;
}
.board-list .notice {
  display: flex;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--light-semantic-fill-reverse-secondary, #262626);
  background: var(--light-semantic-fill-reverse-secondary, #262626);
  color: var(--light-basic-white, #fff);
  text-align: center;
  font-family: "PretendardJP", "Pretendard";
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.board-list > ul > li.noti {
  background: var(--Light-Basic-Gray-100, #f6f6f6);
  padding: 10px 12px;
}
.board-list > ul > li.event {
  background: var(--Light-Basic-Gray-100, #f6f6f6);
  padding: 10px 12px;
}
.board-list > ul > li.noti a,
.board-list > ul > li.event a {
  background: url();
  padding-right: 16px;
  display: flex;
  align-items: center;
}
.board-list > ul > li.noti a span {
  margin: 0 8px 0 0;
  width: 36px;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--light-semantic-fill-reverse-secondary, #262626);
  background: var(--light-semantic-fill-reverse-secondary, #262626);
  color: var(--light-basic-white, #fff);
  text-align: center;
  font-family: "PretendardJP", "Pretendard";
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.board-list > ul > li.event a span {
  margin: 0 8px 0 0;
  width: 38px;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--Light-Pink, #fde6f2);
  background: var(--Light-Pink, #fde6f2);
  color: var(--Primary, #121212);
  text-align: center;
  font-family: "PretendardJP", "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;
}

.file-upload.display-flex {
  position: relative;
}
.file-upload.display-flex .gallery {
  margin: 0 0 0 8px;
}
.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: 100%;
  margin: 0;
  display: block;
}
.file-upload.display-flex .gallery-scroll .gallery .img-thumb + .img-thumb {
  margin: 0 0 0 8px;
}

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

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

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

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

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

.title-large {
  margin: 32px 0 0;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 125% */
  letter-spacing: -0.06px;
}

.title-medium {
  margin: 32px 0 0;
  padding: 0 0 16px;
  border-bottom: 1px solid #e6e6e6;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.048px;
}

.title-medium2 {
  margin: 32px 0 0;
  padding: 0 0 16px;
  border-bottom: 1px solid #e6e6e6;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 125% */
  letter-spacing: -0.048px;
}

.guide-text {
  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;
}
.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;
}

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

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

.fixed-bottom-margin {
  margin-top: 32px;
}
.fixed-bottom-margin-large {
  margin-bottom: 32px;
}

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

/* pimg-info-btn */
.sub-title-web + .pimg-info-btn {
  margin: 16px 0;
}
.pimg-info-btn + .title-medium {
  margin-top: 40px;
}
.pimg-info-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 12px;
  margin: 0 0 12px;
  border-bottom: 1px solid #e6e6e6;
}
.pimg-info-btn .pimg {
  display: flex;
  width: 72px;
  height: 72px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 72px;
  border: 1px solid var(--Light-Basic-Gray-200, #e6e6e6);
}
.pimg-info-btn .pimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pimg-info-btn .info {
  width: calc(100% - 72px);
  padding-left: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pimg-info-btn .name-star {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
}
.pimg-info-btn .star {
  display: flex;
  align-items: center;
}
.pimg-info-btn .star img {
  width: 16px;
  height: 16px;
}
.pimg-info-btn .detail {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 2px 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;
}
.pimg-info-btn .btn {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pimg-info-btn .btn img {
  width: 32px;
  height: 32px;
}
.pimg-info-btn .starting-destination {
  color: var(--Pale-Blue, #3862a5);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}

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

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

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

/* choose-payment-method */
.choose-payment-method {
  margin: 16px 0 0;
}
.choose-payment-method label {
  margin: 16px 0 0;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
}
.choose-payment-method label input {
  margin: 0 8px 0 0;
}

/* cardinfo */
.card_wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  padding: 14px 12px;
  margin: 24px 0px 4px;
  border-radius: 12px;
  border: 1px solid #e6e6e6;
}

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

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

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

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

/* address-management-list */
.address-management-list {
  padding: 0 16px 16px;
}
.address-management-list .border {
  position: relative;
  margin: 16px 0 0;
  padding: 16px;
  border-radius: 8px;
  border: solid 1px #d6d6d6;
  background-color: #fff;
}
.address-management-list label {
  cursor: pointer;
}
.address-management-list input[type="radio"] {
  display: none;
}
.address-management-list input[type="radio"]:checked + .border {
  border: 2px solid var(--Primary, #121923);
}
.address-management-list .subject {
  margin: 0 8px 0 0;
  font-size: 15px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  display: flex;
  align-items: center;
}
.address-management-list .address {
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.address-management-list .more-layer {
  position: absolute;
  top: 28px;
  right: 8px;
  display: block;
}
.address-management-list .more-layer > button {
  background: url(../../image/mobile/icon_more_horizontal.png) no-repeat;
  background-size: contain;
  opacity: 1;
}
.address-management-list .more-layer > ul {
  top: 24px;
  right: 24px;
}

/* chat-list */
.chat-list {
  padding: 0;
}
.chat-list > li {
  padding: 16px 0;
  border-bottom: 1px solid #e6e6e6;
}
.chat-list .starting-destination {
  color: var(--Pale-Blue, #3862a5);
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}

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

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

/* right */
.chat-room .cont li.right {
  padding-left: 110px;
}
.chat-room .cont li.right .text {
  float: right;
  background-color: #121923;
  color: #fff;
  text-align: right;
}
.chat-room .cont li.right .text img {
  max-width: 100%;
}
.chat-room .cont li.right .text.file {
  background: none;
  border: 0;
  padding: 0;
}
.chat-room .cont li.right .text a {
  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 li.right .date-time {
  left: -32px;
}
.chat-room .cont li.right .img {
  display: none;
}
.chat-room .cont li.right .nick {
  display: none;
}
.chat-room .cont li .date-time:before {
  display: none;
}

/* chat-notice */
.chat-notice {
  position: absolute;
  bottom: 44px;
  left: 50%;
  max-height: 686px;
  transform: translateX(-50%);
  max-width: 375px;
  width: 100%;
  padding: 12px;
  background: var(--Pale-Red, #dd5d34);
  color: var(--Pale-Red, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.chat-notice.type-b {
  background: var(--Pale-Red, #3862a5);
}

/* chat-form */
.chat-form {
  border-top: 1px solid var(--light-semantic-divider-primary, #e6e6e6);
  background: var(--light-semantic-background-elevated-secondary, #fff);
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  z-index: 100;
  max-width: 375px;
}
.chat-form .insert {
  position: relative;
  padding: 4px 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.chat-form .insert textarea {
  width: 100%;
  height: 36px;
  min-height: 36px;
  line-height: 1.8;
  padding: 6px 40px 0 16px;
  border-radius: 18px !important;
  border: 1px solid var(--light-semantic-border-tertiary, #e6e6e6);
  background: var(--light-basic-gray-100, #f6f6f6);
  resize: none;
  overflow-y: hidden;
}
.chat-form .insert .btn-send {
  position: absolute;
  bottom: 8px;
  right: 20px;
  width: 28px;
  height: 28px;
  background: url(../../image/mobile/icon_chat_send.png);
  background-size: contain;
}
.chat-form .file-upload .btn-small {
  display: block;
  min-width: auto;
  width: 14px;
  height: 14px;
  background: url(../../image/mobile/icon_plus2.png) no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
  padding: 0;
  border: 0;
}
.chat-form .file-upload .gallery .img-thumb,
.chat-form .file-upload .gallery .file-thumb {
  width: 80px;
  height: 80px;
}
.chat-form .btn-file-upload {
  width: 32px;
  height: 32px;
  background: url(../../image/mobile/icon_plus2.png) no-repeat;
  background-size: contain;
  margin: 0 8px 2px 0;
}
.chat-form .btn-file-upload.active {
  background: url(../../image/mobile/icon_close.png) no-repeat;
  background-size: contain;
}

/* closed */
.chat-form.closed {
  position: relative;
}
.chat-form.closed:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 44px;
}
.chat-form.closed .insert .btn-send {
  background: url(../../image/mobile/icon_chat_send_disabled.png);
  background-size: contain;
}

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

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

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

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

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

/* date-select-search */
.date-select-search {
  padding: 16px 0;
  margin: 0 0 16px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.date-select-search + hr {
  display: none !important;
}
.date-select-search .date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 398px;
}
.date-select-search .select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 398px;
}
.date-select-search .select .input-regular {
  min-width: auto !important;
  width: calc((100% - 71px) / 2);
}
.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 16px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--Light-Basic-Gray-150, #f2f2f2);
  background: var(--Light-Basic-Gray-150, #f2f2f2);
  color: var(--Light-Semantic-Text-Primary, #262626);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 123.077% */
  letter-spacing: -0.039px;
}
.date-select-search .select2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0 0;
}
.date-select-search .select2 .input-regular {
  min-width: auto !important;
  width: calc(100% - 63px);
}
.date-select-search .select2 .btn-regular {
  display: flex;
  min-width: auto !important;
  width: 55px !important;
  height: 40px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--Light-Basic-Gray-150, #f2f2f2);
  background: var(--Light-Basic-Gray-150, #f2f2f2);
  color: var(--Light-Semantic-Text-Primary, #262626);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 123.077% */
  letter-spacing: -0.039px;
}

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

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

/* review-list */
.review-list .title-date {
  margin: 16px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.review-list .title-date > div {
  display: flex;
  align-items: center;
}
.review-list .title-date .title {
  margin: 0;
  color: var(--Light-Semantic-Text-Secondary, #464646);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
}
.review-list .title-date .date {
  margin: 0 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;
}
.review-list .list > ul > li {
  border-bottom: 1px solid #e6e6e6;
  padding: 16px 0;
}
.review-list .name-star {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.review-list .name {
  display: flex;
  align-items: center;
  color: var(--Light-Semantic-Text-Secondary, #464646);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}
.review-list .name img {
  width: 16px;
  height: 16px;
  margin: 0 2px 0 0;
}
.review-list .cont {
  padding: 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;
}
.review-list .cont > a {
  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 > button {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../../image/mobile/icon_more_horizontal.png) no-repeat;
  background-size: contain;
  cursor: pointer;
}
.review-list .btn-del {
  display: flex;
  width: auto;
  height: auto;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: none;
}

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

.date-search .payment {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 398px;
}

/* 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, #e6e6e6);
}
.swiper-container.img-view-slide .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}

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

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

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

/*========== 컨텐츠 시작 ==========*/
/* index */
.index {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* font color */
.blue {
  color: var(--Pale-Blue, #3862a5);
}
.basic-blue {
  color: var(--Pale-Blue, #067df4);
}
.red {
  color: var(--Pale-Red, #dd5d34);
}
.gray {
  color: var(--Light-Basic-Gray-600, #868686);
}

/* offer-home */
.offer-home {
  padding: 32px 0 0;
}
.offer-home > ul > li a {
  margin: 0 0 8px;
  padding: 4px 16px 4px 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 68px;
  border-radius: 12px;
  border: 1px solid var(--Light-Semantic-Border-Tertiary, #e6e6e6);
  background: #fff;
}
.offer-home .img {
  width: 100px;
  height: 60px;
}
.offer-home > ul > li a div {
  padding: 0 70px 0 0;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.054px;
}
.offer-home .arrow {
  width: 20px;
  height: 20px;
}

/* add-stopover */
.add-stopover {
  margin: 14px 0 0;
  padding: 14px 16px 16px;
  border-radius: 8px;
  border: 1px solid var(--Light-Semantic-Border-Tertiary, #e6e6e6);
  background: var(--Light-Basic-Gray-100, #f6f6f6);
}
.add-stopover .tit-btn {
  margin: 0 0 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}

/* taxi-type */
.taxi-type > ul > li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 0;
}
.taxi-type > ul > li + li {
  border-top: 1px solid #e6e6e6;
}
.taxi-type > ul > li > div {
  width: calc(100% - 34px);
}
.taxi-type > ul > li div > div:first-child {
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
}
.taxi-type > ul > li div > div:last-child {
  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;
}

/* black-taxi */
.black-taxi {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.black-taxi > button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  color: var(--Light-Basic-Gray-600, #868686);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
  text-decoration-line: underline;
}
.black-taxi > button img {
  width: 12px;
  height: 12px;
}

/* usage-list */
form + .usage-list {
  padding: 16px 0 0;
}
.usage-list {
  padding: 32px 0 0;
}
.usage-list > li {
  padding: 16px;
  border-radius: 12px;
  border: 1px solid var(--Light-Semantic-Border-Tertiary, #e6e6e6);
  background: var(--Light-Semantic-Background, #fff);
}
.usage-list > li + li {
  margin: 16px 0 0;
}
.usage-list .tit-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 12px;
  margin: 0 0 12px;
  border-bottom: 1px solid #e6e6e6;
}
.usage-list .tit-status > div {
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: -0.045px;
}
.usage-list .tit-status > span {
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--Light-Basic-Gray-150, #f2f2f2);
  background: var(--Light-Basic-Gray-150, #f2f2f2);
  text-align: center;
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.usage-list .tit-status > span.request {
  color: var(--Light-Basic-Blue, #067df4);
  border: 1px solid var(--Light-Basic-Gray-150, #f2f2f2);
  background: var(--Light-Basic-Gray-150, #f2f2f2);
}
.usage-list .tit-status > span.confirmed {
  color: #fff;
  border: 1px solid #067df4;
  background: #067df4;
}
.usage-list .tit-status > span.complete {
  color: #fff;
  border: 1px solid #121923;
  background: #121923;
}
.usage-list .tit-status > span.cancle {
  color: #666;
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
}
.usage-list .tit-con {
  display: flex;
}
.usage-list .tit-con + .tit-con {
  margin: 8px 0 0;
}
.usage-list .tit-con .tit {
  width: 88px;
  padding: 2px 0;
  color: var(--Light-Semantic-Text-Sub-Secondary, #868686);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.usage-list .tit-con .con {
  width: calc(100% - 88px);
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.usage-list hr {
  margin: 12px 0;
}
.usage-list .btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.usage-list .btn .btn-regular {
  min-width: auto;
  width: 40px;
  padding: 0;
}
.usage-list .btn .btn-regular img {
  width: 20px;
  height: 20px;
}
.usage-list .btn .btn-send-arrival {
  width: calc(100% - 100px) !important;
}

/* received-offer-list */
.received-offer-list {
  padding: 0;
}
.received-offer-list > li a {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #e6e6e6;
}
.received-offer-list .img {
  width: 100px;
  height: 100px;
}
.received-offer-list .img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 1px solid var(--Light-Basic-Gray-200, #e6e6e6);
  object-fit: cover;
}
.received-offer-list .info {
  width: calc(100% - 100px);
  padding: 0 0 0 16px;
}
.received-offer-list .name-star {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
}
.received-offer-list .name-star .star {
  display: flex;
  align-items: center;
}
.received-offer-list .name-star .star img {
  width: 16px;
  height: 16px;
}
.received-offer-list .tit-con {
  margin: 8px 0 0;
}
.received-offer-list .tit-con > li {
  display: flex;
}
.received-offer-list .tit-con .tit {
  width: 60px;
  padding: 2px 0;
  flex-shrink: 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;
}
.received-offer-list .tit-con .con {
  width: calc(100% - 60px);
  flex-shrink: 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;
}
.received-offer-list .tit-con .con strong {
  font-size: 14px;
  font-weight: 700;
  color: var(--Light-Semantic-Text-Primary, #262626);
}

/* received-offer-view */
.inner-wrap > .received-offer-view {
  margin-top: 16px;
}
.received-offer-view .title-medium {
  margin: 40px 0 0;
}
.received-offer-view .title-medium + .tit-con {
  margin: 0;
}
.received-offer-view .btn-regular.flexible {
  margin: 16px 0 0;
}
.received-offer-view .tit-con-space-between {
  padding: 12px 0 0;
}

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

/* partner-reservation */
.partner-reservation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 24px 24px;
}
.partner-reservation .date {
  color: var(--Light-Semantic-Text-Primary, #262626);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.partner-reservation .tit {
  margin: 6px 0 0;
  color: var(--Light-Semantic-Text-Primary, #262626);
  text-align: center;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 127.273% */
  letter-spacing: -0.066px;
}

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

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

/* partner */
.index.partner {
  display: block;
  width: 560px;
  margin: 0 auto;
}
.index.partner .main-notice {
  width: 100%;
  margin: 40px 0 0;
}

/* chat-tel-btn */
.chat-tel-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.chat-tel-btn .btn-large {
  min-width: auto;
  width: 52px;
  padding: 0;
}
.chat-tel-btn .btn-large img {
  width: 24px;
  height: 24px;
}
.chat-tel-btn .btn-large.theme1-c-btn {
  width: calc(100% - 120px) !important;
}

.popup-payment-list .creditcard-list {
  margin: 0 16px;
}

.popup-review-user-insert .result-area,
.popup-review-user-modify .result-area {
  padding-bottom: 0;
}

.popup-review-user-view .review-list > ul > li {
  border-bottom: 0;
}

/******************************/
#header .btn-small.membership {
  height: 21px;
  padding: 0 6px;
  border: 1px solid var(--Primary, #0f8df4);
  background: var(--Primary, #0f8df4);
  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;
}
#header .btn-small.rental {
  margin: 0 0 0 2px;
  height: 21px;
  padding: 0 6px;
  border: 1px solid var(--Primary, #e7f4ff);
  background: var(--Primary, #e7f4ff);
  color: var(--Light-Basic-White, #0f8df4);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
#header .btn-small.membership img,
#header .btn-small.rental img {
  width: 12px;
  height: 12px;
  margin: 0 2px 0 0;
}

#content {
  margin: 0 auto;
}

/* main-link */
.main-link {
  padding: 32px 0 0;
}

.main-link .category-service {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

.main-link .category-service .category-item {
  cursor: pointer;
}

.main-link .category-service .category-item .category-title {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 15.4px */
  letter-spacing: -0.033px;
  color: #666666;
  text-align: center;
  margin-top: 3px;
}

.main-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.main-link li.n1 {
  border-radius: 12px;
  width: 280px;
  background: #fff url(../../image/logo-new.png) no-repeat right 9px bottom 9px;
  background-size: 60px 60px;
}

.main-link li.n2 {
  border-radius: 12px;
  width: 280px;
  margin: 0 0 0 16px;
  background: #fff url(../../image/logo-new.png) no-repeat right 9px bottom 9px;
  background-size: 60px 60px;
}
.main-link li.n3 {
  width: 427px;
  height: 104px;
  margin: 0 0 0 16px;
  border-radius: 12px;
  background: #fff url(../../image/mobile/main_link_3.png) no-repeat right 15px
    bottom 18px;
  background-size: 129px 65px;
}

.main-link li a {
  display: flex;
  flex-direction: column;
  height: 100px;
  padding: 16px;
}
.main-link h6 {
  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;
}
.main-link h4 {
  margin: 4px 0 0;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
}

.inner-wrap > .main-link li.n3 {
  width: 344px;
  height: 104px;
  margin: 0 0 0 16px;
  border-radius: 12px;
  background: #fff url(../../image/mobile/main_link_3.png) no-repeat right 15px
    bottom 18px;
  background-size: 129px 65px;
}

.curtain1 {
  height: 277px;
  margin-bottom: 100px !important;
}

/* item-list */
.item-list > ul {
  display: flex;
  /*justify-content: space-between;*/

  flex-wrap: wrap;
  overflow: hidden;
  margin-top: -40px;
}
.title + .item-list > ul {
  margin-top: -24px;
}
.item-list > ul > li {
  width: calc((100% - 72px) / 4);
  margin: 40px 24px 0 0;
}
.item-list > ul > li:nth-child(4n) {
  margin-right: 0;
}
.item-list a > img {
  border-radius: 8px;
  border: 1px solid #e6e6e6;
}
.item-list a > img.active {
  border: 2px solid var(--Primary, #0f8df4);
}
/* .inner-wrap > .item-list */
.inner-wrap > .item-list > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
  margin-top: -24px;
}
.inner-wrap .item-list > ul > li {
  width: calc((100% - 24px) / 2) !important;
  margin: 24px 24px 0 0;
}
.inner-wrap .item-list > ul > li:nth-child(2n) {
  margin-right: 0;
}

/* product-info */
.product-info {
  margin: 16px 0 0;
}
.product-info .status {
  display: inline-flex;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--Primary, #0f8df4);
  background: var(--Primary, #0f8df4);
  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;
}
.product-info .status + .status {
  margin-left: 4px;
}
.product-info .status.used {
  border: 1px solid #97b3cb;
  background: #97b3cb;
}
.product-info .status.rental {
  border: 1px solid #002a3d;
  background: #002a3d;
}
.product-info .status.new {
  border: 1px solid var(--Light-Basic-Green, #04b54c);
  background: var(--Light-Basic-Green, #04b54c);
}
.product-info .status.cancle {
  border: 1px solid var(--Light-Basic-Green, #868686);
  background: var(--Light-Basic-Green, #868686);
}
.product-info .status.waiting {
  border: 1px solid var(--Light-Basic-Green, #97b3cb);
  background: var(--Light-Basic-Green, #97b3cb);
}
.product-info .name {
  margin: 6px 0 0;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.product-info .brand {
  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;
}
.product-info .price {
  margin: 4px 0 0;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
}
.product-info .dc {
  margin: 0 8px 0 0;
  color: var(--Primary-Highlighted, #0d7fdd);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.product-info .option {
  margin: 4px 0 0;
  color: var(--Light-Semantic-Text-Sub-Secondary, #868686);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.product-info .tit-con {
  margin: 4px 0 0;
}
.product-info .tit-con > ul > li {
  align-items: center;
  margin: 0;
}
.product-info .tit-con > ul > li .tit {
  width: 60px;
  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;
}
.product-info .tit-con > ul > li .con {
  width: calc(100% - 60px);
  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;
}

/* review-main-col3 */
.review-main-col3 {
  display: flex;
}
.review-main-col3 > a {
  width: calc((100% - 48px) / 3);
  margin-right: 24px;
}
.review-main-col3 > a:nth-child(3n) {
  margin-right: 0;
}
.review-main-col3 > a > div:first-child {
  margin-bottom: 16px;
}

/* service-select */
.service-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-select a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: calc(50% - 6px);
  height: 120px;
  border-radius: 8px;
  border: 1px solid var(--Light-Semantic-Border-Tertiary, #e6e6e6);
  background: var(--Light-Semantic-Background, #fff);
  color: var(--Light-Semantic-Text-Primary, #262626);
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
}
.service-select a img {
  width: 48px;
  height: 48px;
  margin: 0 0 8px;
}

/* membership-type */
.membership-type > ul {
  margin: 32px 0 0;
}
.membership-type > ul > li {
  margin: 16px 0 0;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid var(--Light-Semantic-Border-Tertiary, #e6e6e6);
  background: var(--Light-Semantic-Background, #fff);
}
.membership-type > ul > li.cursor-pointer {
  cursor: pointer;
}
.membership-type > ul > li.active {
  border: 2px solid var(--Primary, #0f8df4);
}
.membership-type .subject-fee {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.membership-type .subject {
  display: flex;
  align-items: center;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: -0.048px;
}
.membership-type .subject img {
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
}
.membership-type .fee {
  color: var(--Primary-Highlighted, #0d7fdd);
  text-align: right;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: -0.048px;
}
.membership-type > ul > li > ul {
  border-radius: 8px;
  background: var(--Light-Basic-Gray-100, #f6f6f6);
  padding: 12px;
  margin: 13px 0 0;
}
.membership-type > ul > li > ul > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.membership-type > ul > li > ul > li + li {
  margin: 4px 0 0;
}
.membership-type > ul > li > ul .tit {
  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;
}
.membership-type > ul > li > ul .con {
  color: var(--Light-Semantic-Text-Secondary, #464646);
  text-align: right;
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}

/* membership-benefits */
.membership-benefits > ul > li {
  position: relative;
  margin: 8px 0 0;
  padding-left: 30px;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.membership-benefits > ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_check.png) no-repeat;
  background-size: contain;
}

/* select-installation-service-type */
.select-installation-service-type {
  margin: 32px 0 0;
}
.select-installation-service-type input {
  display: none;
}
.select-installation-service-type input + div {
  margin: 8px 0 0;
  height: 64px;
  border-radius: 12px;
  border: 2px solid var(--Light-Semantic-Border-Tertiary, #e6e6e6);
  background: var(--Light-Semantic-Background, #fff);
  padding: 16px;
  display: flex;
  align-items: center;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.054px;
  cursor: pointer;
}
.select-installation-service-type input + div:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../../image/mobile/icon_check_gray.png) no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}
.select-installation-service-type input:checked + div {
  border: 2px solid var(--Primary, #0f8df4);
  color: var(--Primary-Highlighted, #0d7fdd);
}
.select-installation-service-type input:checked + div:before {
  background: url(../../image/mobile/icon_check.png) no-repeat;
  background-size: contain;
}

/* product-info2 */
.product-info2 {
  margin: 16px 0 0;
}
.product-info2 .status {
  display: inline-flex;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--Primary, #0f8df4);
  background: var(--Primary, #0f8df4);
  color: var(--Light-Basic-White, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.product-info2 .status.used {
  border: 1px solid #97b3cb;
  background: #97b3cb;
}
.product-info2 .status.rental {
  border: 1px solid #97b3cb;
  background: #97b3cb;
}
.product-info2 .status.new {
  border: 1px solid var(--Light-Basic-Green, #04b54c);
  background: var(--Light-Basic-Green, #04b54c);
}
.product-info2 .status.cancle {
  border: 1px solid var(--Light-Basic-Green, #868686);
  background: var(--Light-Basic-Green, #868686);
}
.product-info2 .status.waiting {
  border: 1px solid var(--Light-Basic-Green, #97b3cb);
  background: var(--Light-Basic-Green, #97b3cb);
}
.product-info2 .name {
  margin: 8px 0 0;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
}
.product-info2 .brand {
  margin: 4px 0 0;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.product-info2 .price {
  margin: 8px 0 0;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: -0.048px;
}
.product-info2 .dc {
  margin: 0 4px 0 0;
  color: var(--Primary-Highlighted, #0d7fdd);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: -0.048px;
}
.product-info2 .market {
  margin: 0 0 0 4px;
  color: var(--Light-Semantic-Text-Sub-Tertiary, #a6a6a6);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
  text-decoration: line-through;
}
.product-info2 .option {
  margin: 4px 0 0;
  color: var(--Light-Semantic-Text-Sub-Secondary, #868686);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}

/* install-select-view */
.install-select-view {
  display: flex;
  padding: 32px 0 0;
}
.install-select-view .img-wrap {
  width: 437px;
  height: 437px;
}
.install-select-view .info-wrap {
  width: calc(100% - 437px);
  padding-left: 40px;
}
.install-select-view .product-info2 {
  margin: 0;
  padding: 0;
}

/* product-img-info */
.product-img-info {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
}
.product-img-info .img {
  width: 120px;
  height: 120px;
  border-radius: 8px;
  border: 1px solid var(--Light-Basic-Gray-200, #e6e6e6);
}
.product-img-info .product-info {
  width: calc(100% - 120px);
  padding-left: 16px;
  margin: 0;
}

.sign-iframe {
  width: 100%;
  height: 240px;
  margin: 160px 0;
}

/* number-total */
.number-total {
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.number-total a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc((100% - 12px) / 4);
  height: 64px;
  border-radius: 8px;
  border: 1px solid var(--Light-Semantic-Border-Tertiary, #e6e6e6);
  background: var(--Light-Semantic-Background, #fff);
}
.number-total.item6 a {
  width: calc((100% - 20px) / 6);
}
.number-total a + a {
  margin-left: 4px;
}
.number-total .tit {
  color: var(--Light-Semantic-Text-Primary, #262626);
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}
.number-total .con {
  color: var(--Light-Semantic-Text-Primary, #262626);
  text-align: center;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
}
.number-total a.active {
  border: 2px solid var(--Primary, #0f8df4);
}
.number-total a.active .tit {
  color: var(--Primary-Highlighted, #0d7fdd);
  text-align: center;
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.number-total a.active .con {
  color: var(--Primary-Highlighted, #0d7fdd);
  text-align: center;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
}

.fixed-bottom-btn.justify-content-flex-end {
  text-align: right;
}

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

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

/* address_management_list */
.address_management_list {
  margin: 32px 0 0;
}
.address_management_list > ul > li {
  margin: 8px 0 0;
  padding: 16px;
  gap: 16px;
  border-radius: 12px;
  border: 1px solid var(--Light-Semantic-Border-Tertiary, #e6e6e6);
  background: var(--Light-Semantic-Background-Elevated-Primary, #fff);
}
.address_management_list .name-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.address_management_list .name {
  display: flex;
  align-items: center;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
}
.address_management_list li.default .name:before {
  content: "기본 배송지";
  display: flex;
  margin: 0 8px 0 0;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--Light-Semantic-Fill-Reverse-Secondary, #262626);
  background: var(--Light-Semantic-Fill-Reverse-Secondary, #262626);
  color: var(--Light-Basic-White, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.address_management_list .tel {
  margin: 8px 0 0;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.address_management_list .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;
}
.address_management_list .more-layer > ul {
  right: 24px;
}

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

/* li-dot */
ul.li-dot > li {
  position: relative;
  padding-left: 16px;
  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;
}
ul.li-dot > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
  width: 3px;
  height: 3px;
  background-color: #666;
  border-radius: 50%;
}

/* partner-info */
.partner-info {
  border-radius: 12px;
  background: var(--Light-Semantic-Background, #fff);
  box-shadow: 0px 2px 6px 0px rgba(30, 34, 41, 0.04);
}
.partner-info .pimg-info {
  padding: 16px;
  display: flex;
  align-items: center;
}
.partner-info .pimg img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--Light-Basic-Gray-200, #e6e6e6);
}
.partner-info .info {
  width: calc(100% - 64px);
  padding-left: 16px;
}
.partner-info .info .name {
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: -0.048px;
}
.partner-info .info .account {
  margin: 6px 0 0;
  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;
}
.partner-info .area-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  border-top: 1px solid #e6e6e6;
}
.partner-info .area {
  position: relative;
  padding-left: 22px;
  width: calc(100% - 50px);
  height: 20px;
  color: #000;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 123.077% */
  letter-spacing: -0.039px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
.partner-info .area:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../../image/mobile/icon_map_mark.png) no-repeat;
  background-size: contain;
  margin: 0 4px 0 0;
}
.partner-info .profile-account {
  display: flex;
  align-items: center;
  border-top: 1px solid #e6e6e6;
}
.partner-info .profile-account a {
  width: 50%;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Light-Semantic-Text-Sub-Primary, #666);
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
.partner-info .profile-account a + a {
  border-left: 1px solid #e6e6e6;
}
.partner-info .profile-account img {
  width: 20px;
  height: 20px;
  margin: 0 4px 0 0;
}

/* index-partner-list */
.index-partner-list {
  display: flex;
}
.index-partner-list .partner-info {
  width: 420px;
  height: 190px;
}
.index-partner-list .list {
  width: calc(100% - 420px);
  padding-left: 60px;
}

/* reservation-details */
.reservation-details {
  margin: 8px 0 0;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid var(--Light-Semantic-Border-Tertiary, #e6e6e6);
  background: var(--Light-Semantic-Background, #fff);
}
.reservation-details .name-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reservation-details .name {
  margin: 0 8px 0 0;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: -0.048px;
}
.reservation-details .date {
  color: var(--Light-Semantic-Text-Sub-Secondary, #868686);
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.reservation-details .status-info {
  display: flex;
  justify-content: space-betweens;
  align-items: center;
}
.reservation-details .status {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 50%;
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}
.reservation-details .status.waiting {
  background-color: #96b3cb;
  color: var(--Light-Basic-White, #fff);
}
.reservation-details .status.reservation {
  background-color: #e7f4ff;
  color: #0d7fdd;
}
.reservation-details .status.visiting {
  background-color: #0f8df4;
  color: #fff;
}
.reservation-details .status.waiting-payment {
  background-color: #002a3d;
  color: #fff;
}
.reservation-details .status.complete {
  background-color: #04b54c;
  color: #fff;
}
.reservation-details .status.cancle {
  background-color: #c6c6c6;
  color: #fff;
}
.reservation-details .info {
  width: calc(100% - 60px);
  padding: 0 0 0 12px;
}
.reservation-details .info li {
  position: relative;
  padding-left: 20px;
  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: 1;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
.reservation-details .info li + li {
  margin: 2px 0 0;
}
.reservation-details .info li:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
}
.reservation-details .request-date {
  color: var(--Primary-Highlighted, #0d7fdd) !important;
}
.reservation-details .request-date:before {
  background: url(../../image/mobile/icon_check6.png) no-repeat;
  background-size: contain;
}
.reservation-details .service:before {
  background: url(../../image/mobile/clean_service.png) no-repeat;
  background-size: contain;
}
.reservation-details .address:before {
  background: url(../../image/mobile/icon_map_mark_gray.png) no-repeat;
  background-size: contain;
}

.reservation-details .request-date-today {
  color: #04b54c !important;
}

.reservation-details .request-date-today:before {
  background: url(../../image/mobile/icon_check_7.png) no-repeat;
  background-size: contain;
}

/* reservation-details-wrap */
.reservation-details-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: -16px;
  overflow: hidden;
}
.reservation-details-wrap > .reservation-details {
  width: calc((100% - 16px) / 2);
  margin: 16px 16px 0 0;
}
.reservation-details-wrap > .reservation-details:nth-child(2n) {
  margin-right: 0;
}

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

.paginate-area-btn {
  position: relative;
}
.paginate-area-btn .btn {
  position: absolute;
  top: -16px;
  right: 0;
}

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

.curtain3 {
  height: 372px;
}

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

body.fixed-bottom-btn-width-mobile .fixed-bottom-btn {
  width: 398px;
}

.fixed-bottom-btn.justify-content-flex-end .btn-large {
  padding: 0 24px 0 14px;
}

body.container100p .main-link li {
  transition: all 0.3s;
  box-shadow: 0px 2px 6px 0px rgba(30, 34, 41, 0.06);
}
body.container100p .main-link li:hover {
  box-shadow: 0px 2px 6px 0px rgba(30, 34, 41, 0.16);
}

body.container100p .main-link h6 {
  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;
}
body.container100p .main-link h4 {
  margin: 4px 0 0;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.054px;
}
body.container100p .main-link li a {
  height: 124px;
  padding: 24px;
}

/* 2024-06-28
 모달팝업높이문제로 수정
*/
.popup.full {
  height: auto !important;
  max-height: 90vh !important;
}
.popup.full .temp-content pre {
  height: 300px !important;
}
.popup.full > .inner-wrap form {
  overflow-y: auto;
  max-height: calc(90vh - 150px) !important;
}
.popup.full > .inner-wrap .list {
  overflow-y: auto;
  max-height: calc(90vh - 150px) !important;
  padding: 0 15px;
}

.pointer,
.cursor-pointer {
  cursor: pointer;
}

/* 2024-09-02 */
.index-popup {
  border-radius: 16px !important;
  width: 700px;
  min-width: initial;
  max-width: initial;
  box-shadow: 5px 2px 12px rgba(0, 0, 0, 0.7);
}
.index-popup > .inner-wrap {
  padding: 0;
}
.index-popup .only-today {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-popup .only-today label {
  width: 50% !important;
  height: 48px;
  padding: 0 8px;
  border-right: 1px solid #e6e6e6;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Light-Semantic-Text-Primary, #262626);
  text-align: center;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px; /* 126.667% */
  letter-spacing: -0.045px;
}
.index-popup .only-today label input {
  display: none;
}
.index-popup .popup-close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50% !important;
  height: 48px;
  position: static !important;
  background: url() !important;
  color: var(--Light-Semantic-Text-Primary, #262626);
  text-align: center;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px; /* 126.667% */
  letter-spacing: -0.045px;
}

/*2025-01-07*/
#complete-notice-container {
  bottom: 84px;
  padding: 16px 0;
  width: 100%;
  max-width: 475px;
}

#complete-notice {
  border-radius: 12px;
  background-color: #f6f6f6;
  padding: 11.5px 18.5px;
  font-size: 11px;
  font-weight: bold;
  line-height: 140%; /* 15.4px */
  letter-spacing: -0.033px;
  width: 100%;
}

#complete-notice-container #complete-notice .notice-title {
  color: #0d7fdd;
}

#complete-notice-container #complete-notice ul {
  list-style-type: disc;
  padding-inline-start: 20px;
}

/*2025-01-08*/
.star-rating-description {
  margin-top: 100px;
  bottom: 24px;
  left: 0;
  font-size: 12px;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.036px;
  color: #666666;
  text-align: center;
  width: 100%;
}

.service-mobile-tabs {
  display: flex;
  justify-content: center;
  gap: 55px;
}

.service-mobile-tabs a {
  display: block;
  padding: 0 15px 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.042px;
  color: #464646;
}

.service-mobile-tabs a.active {
  border-bottom: 2px solid #464646;
  font-weight: 700;
}

.service-mobile-description {
  padding: 10px 17px;
  border-radius: 12px;
  background-color: #f6f6f6;
  box-shadow: 0px 2px 6px 0px rgba(30, 34, 41, 0.04);
  font-size: 11px;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
  color: black;
}

.service-mobile-description h2 {
  font-weight: 700;
}

.request-service-btn {
  margin-top: 16px;
  padding: 14px 16px;
  background-color: #e7f4ff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  box-shadow: 0px 2px 6px 0px rgba(30, 34, 41, 0.04);
}

.request-service-btn-info {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #002a3d;
}

.request-service-btn-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
  margin-bottom: 5px;
}

.request-service-btn-description {
  font-size: 11px;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}

.service-mobile-review {
  margin-top: 24px;
}

.service-mobile-review-title {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.054px;
  color: #262626;
}

.service-mobile-review-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-mobile-review-item {
  padding-bottom: 16px;
  border-bottom: 1px solid #f2f2f2;
}

.service-mobile-review-item:last-child {
  border-bottom: none;
}

.service-mobile-review-content {
  color: #464646;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
  margin-top: 12px;
}

.service-mobile-review-info {
  display: flex;
  align-items: center;
  gap: 5px;
}

.service-mobile-review-rating {
  display: flex;
  align-items: center;
  gap: 3px;
}

.service-mobile-review-date {
  color: #464646;
  font-size: 11px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.033px;
}

.service-mobile-review-name {
  margin-bottom: 3px;
  font-size: 11px;
  font-weight: 700;
  line-height: 13.75px; /* 125% */
  letter-spacing: -0.033px;
}

.service-mobile-review-attachment {
  margin-top: 12px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.service-mobile-review-attachment img {
  border-radius: 8px;
}

.service-mobile-review-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

/*2025-01-10*/
.service-type .select-quantity {
  padding: 24px 0px;
}

.service-type .divider {
  height: 7px;
  background-color: #f2f2f2;
}

.service-type .select-quantity .select-quantity-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%; /* 28px */
  letter-spacing: -0.06px;
  color: #262626;
  margin-bottom: 8px;
}

.service-type .select-quantity .select-quantity-description {
  font-size: 12px;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.036px;
  color: #666666;
  margin-bottom: 19px;
}

.service-type .select-quantity .select-quantity-description.select-place {
  margin-bottom: 24px;
}

.service-type .select-quantity .select-quantity-option {
  display: flex;
  gap: 8px;
}

.select-quantity-option-item,
.select-type-option-item {
  display: flex;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 20px;
  border: 1px solid #f6f6f6;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.039px;
  color: #464646;
  height: 40px;
  line-height: 140%; /* 18.2px */
  min-width: 64px;
  justify-content: center;
  align-items: center;
  background-color: #f6f6f6;
  cursor: pointer;
}

.select-quantity-option-item.active,
.select-type-option-item.active {
  background-color: #002a3d;
  border: 1px solid #002a3d;
  font-weight: 700;
  color: white;
}

.service-type .select-quantity .select-quantity-notice {
  margin-top: 24px;
  padding: 10px 17px;
  background-color: #f6f6f6;
  border-radius: 12px;
  box-shadow: 0px 2px 6px 0px rgba(30, 34, 41, 0.04);
  color: black;
  font-size: 11px;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}

.service-type
  .select-quantity
  .select-quantity-notice
  .select-quantity-notice-title {
  font-weight: 700;
}

/*2025-01-13*/
.service-category-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 6px;
  padding-left: 5px;
}

.service-category-price {
  display: flex;
  gap: 3px;
  color: black;
}

.service-category-price p {
  font-size: 15px;
  font-weight: 700;
  line-height: 15px; /* 100% */
  letter-spacing: -0.045px;
}

.service-category-discount-percent {
  color: #0f8df4;
}

.service-category-estimation {
  display: flex;
  gap: 3px;
  align-items: center;
}

.service-category-estimation p {
  font-size: 12px;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.036px;
  color: #666666;
}

.vertical-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.vertical-list-item {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  padding: 10px 12px 18px 12px;
  border-bottom: 1px solid #f2f2f2;
}

.vertical-list-item:last-child {
  border-bottom: none;
}

.vertical-list-info {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
}

.vertical-list-info img {
  width: 50px;
  height: 50px;
}

.vertical-list-legend {
  display: flex;
  flex-direction: column;
  /* gap: 4px; */
  flex: 1;
}

.vertical-list-legend p {
  font-size: 15px;
  font-weight: 700;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
  color: #262626;
}

.vertical-list-legend .discount-price {
  font-size: 14px;
  line-height: 23px; /* 164.286% */
  letter-spacing: -0.042px;
  color: black;
}

.vertical-list-legend .vertical-list-price {
  font-size: 12px;
  font-weight: 400;
  line-height: 23px; /* 191.667% */
  letter-spacing: -0.036px;
}

.vertical-list-legend .vertical-list-price .rate {
  color: #0f8df4;
}

.vertical-list-legend .vertical-list-price .price {
  color: #666666;
  text-decoration: line-through;
  margin-left: 4px;
}

.quantity-update {
  width: 103px;
  height: 36px;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  display: flex;
}

.quantity-update div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.quantity-update section.quantity-value {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  border-left: 0.5px solid #e6e6e6;
  border-right: 0.5px solid #e6e6e6;
  background-color: #f6f6f6;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px; /* 100% */
  letter-spacing: -0.045px;
  color: #262626;
}

.total-bottom {
  /* position: fixed; */
  left: auto;
  bottom: 0;
  /* z-index: 10;
  z-index: 10; */
  padding: 16px;
  padding-top: 0;
  max-width: 475px;
  width: 100%;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  background-color: #e7f4ff;
  border-radius: 12px 12px 0px 0px;
}

.total-bottom .total-amount {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 10px 18px 10px;
}

.total-bottom .total-amount .total-amount-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 19px; /* 126.667% */
  letter-spacing: -0.045px;
  color: #868686;
}

.total-bottom .total-amount .total-price {
  display: flex;
  align-items: center;
  gap: 10px;
}

.total-bottom .total-amount .total-price .total-origin-value {
  font-size: 15px;
  font-weight: 400;
  line-height: 140%; /* 21px */
  letter-spacing: -0.045px;
  color: #868686;
  text-decoration: line-through;
}

.total-bottom .total-amount .total-price .total-discount-value {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.054px;
  color: #0f8df4;
}

/* Time Slot */
.time_slot_wrap {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 18px;
}

.time_slot {
  width: 68px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #f6f6f6;
  font-size: 14px;
  line-height: 140%;
  color: #464646;
  cursor: pointer;
}

.time_slot.active {
  background-color: #002a3d;
  background-color: #002a3d;
  color: #fff;
  font-weight: 700;
}

.time_slot[data-available="0"] {
  color: #c6c6c6;
}

.btn-cancel-reservation {
  height: fit-content;
  padding: 2px 12px;
  border-radius: 12px;
  border: 1px solid #d6d6d6;
  background-color: #f2f2f2;
  font-size: 9px;
  line-height: 16px;
  font-weight: 700;
  color: #464646;
}

.confirm-text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #464646;
  padding: 11px 0 0;
  border-top: 1px solid #e6e6e6;
  margin-top: 11px;
}

/* reservation-detail-container" */
.reservation-detail-container {
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  background-color: #f8f8f8;
}

.reservation-detail-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  color: #262626;
  margin: 24px 0 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #e6e6e6;
}

.detail-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

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

/* air-conditioners-details-wrap */
.air-conditioners-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: -16px;
  overflow: hidden;
}
.air-conditioners-wrap > .air-conditioner {
  width: calc((100% - 16px) / 2);
  margin: 16px 16px 0 0;
}
.air-conditioners-wrap > .air-conditioner:nth-child(2n) {
  margin-right: 0;
}

/* floating-btn */
.floating-btn {
  position: fixed;
  right: 16px;
  bottom: 30%;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: #0f8df4;
  background: var(--light-basic-white, #fff);
  box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.25);
}

.floating-btn img {
  width: 28px;
  height: 28px;
}

.tag_wrapper {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 8px;
  column-gap: 5px;
  font-size: 12px;
  line-height: 140%;
  color: #000;
  background-color: #f6f6f6;
  border-radius: 6px;
  box-shadow: 0 0 5.28px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.tag.active {
  background-color: #e7f4ff;
}

/*2025-01-14*/
.service-detail-btn {
  display: flex;
  align-items: center;
}

.service-detail-btn p {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.033px;
  line-height: 17px;
  color: #0d7fdd;
}

.service-price {
  font-size: 12px;
  font-weight: 700;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.036px;
  color: black;
}

.service-date {
  font-size: 11px;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
  color: #464646;
}

.aircon-name {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.042px;
  color: #262626;
}

.btn-review {
  border-color: #0f8df4;
  color: #0f8df4;
  font-weight: 700;
  line-height: 16px; /* 123.077% */
  letter-spacing: -0.039px;
}

.change-reservation-btn-group {
  margin-top: 18px;
  display: flex;
  gap: 6px;
}

.history-cancel-reservation {
  min-width: 75px;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}

/* Payment Option */
.payment_option {
  display: flex;
  height: 28px;
  padding: 0 5px;
  gap: 10px;
  align-items: center;
}

.payment_option .change-btn {
  display: flex;
  flex: 1;
  height: 100%;
  justify-content: flex-end;
}

.payment_option .change-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 12px;
  line-height: 0;
  color: #464646;
}

.order-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 140%;
  font-weight: 700;
  border-radius: 120px;
  background-color: #c6c6c6;
  color: #fff;
}

.order-status.reservation {
  color: #0f8df4;
  background-color: #e7f4ff;
}

.order-status.visiting {
  color: #fff;
  background-color: #0f8df4;
}

.order-status.waiting {
  color: #fff;
  background-color: #96b3cb;
}

.order-status.waiting-payment {
  color: #fff;
  background-color: #002a3d;
}

.order-status.completed {
  color: #fff;
  background-color: #04b54c;
}

.aircon-name {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.042px;
  color: #262626;
}

.service-price {
  font-size: 12px;
  font-weight: 700;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.036px;
  color: black;
}

.service-date {
  font-size: 11px;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
  color: #464646;
}

.service-detail-btn {
  display: flex;
  align-items: center;
}

.service-detail-btn p {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.033px;
  line-height: 17px;
  color: #0d7fdd;
}

.change-reservation-btn-group {
  margin-top: 18px;
  display: flex;
  gap: 6px;
}

@media only screen and (max-width: 1048px) {
  #header {
    min-width: unset;
    padding: 0 12px;
  }

  #header #gnb li {
    margin: 0 0 0 20px;
  }

  #header .unb {
    width: 100%;
  }

  #footer .inner-wrap {
    width: 100%;
    padding: 32px 16px;
  }

  .curtain1 {
    padding: 0 16px;
  }

  .main-title {
    padding: 0 16px;
  }

  .main-item-list {
    padding: 0 16px;
  }

  #container {
    padding: 0 16px;
    width: unset;
    display: block;
    margin-top: 20px;
    /* flex-wrap: nowrap; */
  }

  #snb {
    width: fit-content;
  }

  #snb > ul {
    display: flex;
    gap: 16px;
    align-items: start;
    flex-wrap: wrap;
    margin-bottom: 16px;
  }

  #snb > ul > li {
    margin: 0;
  }

  #snb + #content {
    max-width: unset;
    /* flex: 1; */
  }

  #content {
    flex: 1;
  }

  #snb > ul > li.tit {
    margin-bottom: 0;
  }

  .date-search .payment {
    width: unset;
  }
}
