: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;
  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;
}
textarea.input-regular[readonly] {
  border: 0;
  background-color: #f9f9f9;
  font-size: 12px;
  color: #868686;
}
.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;
}
.accordion {
  width: 100%;
}
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, #fff 9.67%, #f2f2f2 28.59%);
}
body.inactive-border-bottom-header .sub-title-web {
  border-bottom: 0;
}
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: #121923;
}

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

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

/* btn-switch 제거 */
.theme1-c-btn:not(.btn-switch):hover {
  background-color: #0a0e13 !important;
  color: #fff !important;
  border: 1px solid #0a0e13 !important;
}
.theme1-c-btn.line:not(.btn-switch):hover {
  background-color: #fff !important;
  color: #0a0e13 !important;
  border: 1px solid #0a0e13 !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 {
  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: #ff7a0d;
}

/* push */
#header #gnb .push {
  margin: 0 0 0 22px;
}
#header #gnb .push a {
  display: flex;
  width: 40px;
  height: 40px;
  background: url(../../image/web/icon_push.png) no-repeat;
  background-size: contain;
}
#header #gnb .push.new a {
  background: url(../../image/web/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/web/logo_navigation_w.png) no-repeat 0 0;
  background-size: contain;
}

/* container */
#container {
  display: flex;
  width: 1020px;
  flex-wrap: wrap;
  margin: 40px auto 0;
}
#snb {
  width: 180px;
  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 + #content {
  max-width: 800px;
}
#content {
  flex-grow: 1;
  min-height: 656px;
  max-width: 1020px;
  padding-bottom: 120px;
}
#content > .inner-wrap {
  width: 393px;
  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 {
  max-height: 525px;
}
.main-banner .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 49.06%;
  height: 0;
  overflow: hidden;
}
.main-banner .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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: #000;
}
.swiper-scrollbar {
  opacity: 1 !important;
}
.swiper-scrollbar .swiper-scrollbar-drag {
  background: #0055aa;
}
.file-upload .gallery-scroll {
  overflow-x: auto;
  overflow-y: hidden;
}
/* @media screen and (max-width: 412px) {
  .file-upload .gallery-scroll::-webkit-scrollbar {
    background: #fff !important;
  }
} */
.file-upload .gallery-scroll::-webkit-scrollbar {
  background: #fff !important;
}
.file-upload .gallery-scroll .gallery {
  width: 750px;
}
.file-upload .upload > input {
  top: -6px;
  height: 35px;
}

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

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

/*table-type-area*/
.table-type-area > ul {
  border-top: 1px solid #e6e6e6;
}
.table-type-area > ul > li {
  display: table;
  width: 100%;
  margin: 0;
  height: 68px;
  border-bottom: 1px solid #e6e6e6;
}
.table-type-area > ul > li > * {
  display: table-cell;
  vertical-align: middle;
  padding: 16px;
  text-align: left;
}
.table-type-area > ul > li > .title {
  font-size: 12px;
  font-weight: 400;
  color: #868686;
  width: 180px;
  background-color: #f9f9f9;
  padding-left: 24px;
}
.table-type-area > ul > li > .title.required::before {
  content: "*";
  display: inline-block;
  color: #e6291f;
  margin-right: 2px;
}
.table-type-area > ul > li > .con {
  font-size: 13px;
  color: #161616;
  padding: 8px 16px;
  padding-right: 0;
}
.table-type-area > ul > li > .con input[type="radio"] {
  margin: 0 4px 0 0;
}
.table-type-area > ul > li > .con .input-regular {
  width: 314px;
}
.table-type-area > ul > li > .con .input-regular.width100 {
  min-width: 100px;
  width: auto;
}
.table-type-area > ul > li > .con .input-regular.btn-add + button {
  width: 74px;
  padding: 0;
  margin-left: 4px;
}
.table-type-area > ul > li > .con textarea.input-regular {
  width: 100%;
  margin: 8px 0;
}
/*block-type-area*/
.block-type-area {
  background: #fff;
  padding: 0 16px 16px;
  overflow: hidden;
}
.block-type-area > ul > li {
  margin: 24px 0 0;
}
.block-type-area > ul > li > .title {
  font-size: 12px;
  font-weight: 500;
  color: #565656;
  overflow: hidden;
}
.block-type-area > ul > li > .title.required::before {
  content: "*";
  display: inline-block;
  color: #e6291f;
  margin-right: 2px;
}
.block-type-area > ul > li > .con {
  margin: 8px 0 0;
  font-size: 13px;
}
.block-type-area > ul > li > .con .unit-box .input-regular {
  width: calc(100% - 40px);
}
.block-type-area > ul > li input[type="radio"] {
  vertical-align: middle;
  margin-top: -2px;
}
.block-type-area > ul > li > .con .search-date input.input-regular {
  width: calc(50% - 10px);
}
.block-type-area > ul > li > .con input[type="radio"] {
  margin-left: 0;
}
.block-type-area > ul > li > .con .input-regular {
  width: 314px;
}
.block-type-area > ul > li > .con .input-regular + textarea.input-regular {
  margin-top: 8px;
}
.block-type-area > ul > li > .con .input-regular.btn-add + button {
  width: 74px;
  padding: 0;
  margin-left: 8px;
}
.block-type-area > ul > li > .con textarea.input-regular {
  width: 100%;
}
/* BTT */
.BTT > .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: 20px; /* 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 > .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;
}
.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;
}

/* 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: 100px;
}
.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: 393px;
  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;
}

.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: 60px;
  height: 60px;
}
.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/web/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;
}
.temp-content pre {
  height: 600px;
  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;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: pre-line;
  border-radius: 4px;
  padding: 4px 0 0 8px;
}
.temp-content pre::-webkit-scrollbar {
  width: 8px;
  background: #fff;
}
.temp-content pre::-webkit-scrollbar-thumb {
  background: #ff7193;
  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 .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: -24px 0 0;
}
.more-layer > button {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../../image/mobile/icon_more_vertical.png) no-repeat;
  background-size: contain;
  cursor: pointer;
}
.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 {
  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;
}

/* 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: 375px;
  border-radius: 24px;
}
.popup .inner-wrap {
  padding: 32px 24px 24px;
}
.popup .inner-wrap .popup-header {
  font-size: 18px;
}

/* full */
.popup.full {
  position: fixed !important;
  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 {
  width: calc((100% - 8px) / 2);
  margin: 8px 8px 0 0;
}
.btn-radio-checkbox label:nth-child(2n) {
  margin-right: 0;
}
.btn-radio-checkbox input {
  display: none;
}
.btn-radio-checkbox span {
  display: flex;
  height: 48px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--Light-Semantic-Border-Tertiary, #e6e6e6);
  background: var(--Light-Semantic-Fill-Reverse-Primary, #fff);
  color: var(--Light-Semantic-Text-Primary, #262626);
  text-align: center;
  font-family: "PretendardJP", "Pretendard";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 128.571% */
  letter-spacing: -0.042px;
}
.btn-radio-checkbox input:checked + span {
  border: 2px solid var(--Primary, #121212);
  background: var(--Bright-Green, #121212);
  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;
}
.align-items-flex-end {
  align-items: flex-end;
}
.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: calc(100% - 80px);
  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% - 8px) / 2) !important;
}
.split2 + .split2 {
  margin-left: 8px;
}

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

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

.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;
}
.fixed-bottom-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 393px;
  margin: 32px auto 0;
}

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

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

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

/* 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: 393px;
}
.date-search .search-regular {
  display: block;
}
.date-search .search-regular .input-regular {
  width: 393px;
}

/* 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: 100%;
  height: 100%;
  border-radius:50%;
  object-fit: cover;
}
.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;
}

/* main-link */
.main-link {
  display: flex;
  justify-content: space-between;
  width: 576px;
}
.main-link > li {
  width: calc((100% - 24px) / 3);
  margin-right: 8px;
}
.main-link > li:nth-child(3n) {
  margin-right: 0;
}
.main-link > li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  height: 136px;
  border-radius: 12px;
  border: 1px solid var(--Light-Semantic-Border-Tertiary, #e6e6e6);
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04);
  padding: 8px;
}
.main-link > li a:hover {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.main-link > li img {
  width: 120px;
  height: 72px;
  margin: 0 0 8px;
}
.main-link > li div {
  text-align: 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;
}

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


/* 2025-01-10 */
.login-area .guide-text {
	margin: 16px 0 0;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #464646;
}