@charset 'utf-8';
:root {
  --white: #fff;
}

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

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

.t-underline {
  text-decoration: underline;
}
.bgwhite {
  background-color: #fff;
}
.icon-new {
  display: inline-block;
  vertical-align: middle;
  width: 31px;
  height: 14px;
  background: url(/image/mobile/icon_new.png) center center no-repeat;
  background-size: contain;
}
.icon-sold-out {
  width: 38px;
  height: 18px;
  background: url(/image/mobile/icon_sold-out.png) center center no-repeat;
  background-size: contain;
  display: inline-block;
}
.icon-sold-out span {
  display: none;
}
.input-regular.unit-add {
  width: calc(100% - 24px);
  margin-right: 4px;
}
textarea.input-regular {
  display: inline-block;
  min-width: 200px;
  min-height: auto;
  height: auto;
  padding: 12px;
  line-height: 1.3;
  border-radius: 8px;
}
textarea.input-regular::-webkit-scrollbar {
  border-radius: 3px;
  width: 4px;
  background: #f6f6f6;
}
textarea.input-regular::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #d6d6d6;
}
textarea.input-medium {
  line-height: 1.3;
  padding: 16px;
}

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

.margin-t40 {
  margin-top: 40px !important;
}
.padding-t40 {
  padding-top: 40px !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: 1px;
  left: 0;
  width: 12px;
  height: 12px;
  background: url(/image/mobile/icon_help.png) no-repeat;
  background-size: contain;
}
.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;
}

.width312 {
  width: 312px !important;
}

.clamp1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-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;
}

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

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

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

/* quantity-change */
.quantity-change {
  height: 28px;
  display: flex;
  align-items: center;
  color: var(--light-semantic-text-primary, #262626);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.quantity-change .btn-minus {
  width: 28px;
  height: 28px;
  background: url(/image/mobile/icon_minus.png) no-repeat center center;
  background-size: 20px;
  text-indent: -5000px;
  border-radius: 6px;
  border: 1px solid var(--light-semantic-border-primary, #c6c6c6);
}
.quantity-change .input {
  margin: 0 4px;
  width: 40px;
  height: 28px;
  align-items: center;
  line-height: 26px;
  border-radius: 6px;
  border: 1px solid var(--light-semantic-border-secondary, #c6c6c6);
  color: var(--light-semantic-text-primary, #262626);
  text-align: center;

  /* Typhography/Body S */
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}
.quantity-change .btn-plus {
  width: 28px;
  height: 28px;
  background: url(/image/mobile/icon_plus.png) no-repeat center center;
  background-size: 20px;
  text-indent: -5000px;
  border-radius: 6px;
  border: 1px solid var(--light-semantic-border-primary, #c6c6c6);
}

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

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

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

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

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

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

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

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

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

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

/*type-b*/
.tab-menu.type-b {
  background: #ffffff;
}
.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;
  margin: 0;
  height: 44px;
}
.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;
}
.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: #02c2c2;
}

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

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

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

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

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

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

.left-menu {
  display: none;
}

/* 헤더 */
#header {
  position: fixed;
  top: 0;
  display: block;
  width: 100%;
  max-width: 475px;
  height: 48px;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
}
body.bgcolor #header {
  border: 0;
  background: #f4fffd;
}
#header .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 4px;
}
#header .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10px;
}
#header .right > a {
  margin-left: 8px;
}
#header > h1 {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 180px;
  height: 48px;
}
#header > h1 a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(/image/mobile/logo.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
}
#header > h1.active {
  display: inline-block;
}
#header .back {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(/image/mobile/icon_back.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
  margin-top: 0;
}
#header .back.not {
  display: none;
}
/*push*/
#header .push {
  display: none;
  width: 28px;
  height: 28px;
  background: url(/image/mobile/icon_push.png) no-repeat;
  background-size: contain;
}
#header .push.new {
  background: url(/image/mobile/icon_push_new.png) no-repeat;
  background-size: contain;
}

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

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

/* 푸터 */
#footer {
  display: none;
  border-top: 1px solid #e6e6e6;
  margin: 0 16px;
}
#footer .toggle-btn-fnb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 16px;
  padding: 24px 0 0;
}
#footer .toggle-btn {
  display: block;
  color: var(--light-basic-gray-600, #868686);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
#footer .toggle-btn:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url(/image/component/icon_accordion_arrow_down.png) no-repeat
    left top;
  background-size: cover;
  margin: -3px 0 0 8px;
  opacity: 0.5;
}
#footer.on .toggle-btn:after {
  background: url(/image/component/icon_accordion_arrow_up.png) no-repeat
    left top;
  background-size: cover;
}
#footer .fnb a {
  margin: 0 0 0 16px;
  color: var(--light-basic-gray-500, #a6a6a6);
  text-align: right;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  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;
}
#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: 2px 0 0;
}
#footer .toggle-box .tit,
#footer .toggle-box .con {
  color: var(--light-basic-gray-600, #868686);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
#footer .toggle-box .tit {
  width: 100px;
}
#footer .toggle-box .con {
  width: calc(100% - 100px);
}
#footer .copyright {
  margin: 16px 16px 40px;
  color: var(--light-basic-gray-300, #d6d6d6);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}

/* 하단 네비게이션 바 */
.footer-fixed-menu {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
  max-width: 475px;
  background-color: #fff;
  border-top: 1px solid #d6d6d6;
}
.footer-fixed-menu ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.footer-fixed-menu li {
  display: table-cell;
  vertical-align: middle;
  height: 49px;
  text-align: center;
}
.footer-fixed-menu li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  height: 100%;
  padding: 0;
  color: var(--light-semantic-text-primary, #262626);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.footer-fixed-menu li a:before {
  content: "";
  display: block;
  margin: 3px auto 2px;
  width: 28px;
  height: 28px;
  background-size: contain !important;
}
.footer-fixed-menu li.n1 a:before {
  background: url(/image/mobile/gnb_1.png) no-repeat;
}
.footer-fixed-menu li.n2 a:before {
  background: url(/image/mobile/gnb_2.png) no-repeat;
}
.footer-fixed-menu li.n3 a:before {
  background: url(/image/mobile/gnb_3.png) no-repeat;
}
.footer-fixed-menu li.n4 a:before {
  background: url(/image/mobile/gnb_4.png) no-repeat;
}
.footer-fixed-menu li.n5 a:before {
  background: url(/image/mobile/gnb_5.png) no-repeat;
}
.footer-fixed-menu li.n1 a.active:before {
  background: url(/image/mobile/gnb_1_active.png) no-repeat;
}
.footer-fixed-menu li.n2 a.active:before {
  background: url(/image/mobile/gnb_2_active.png) no-repeat;
}
.footer-fixed-menu li.n3 a.active:before {
  background: url(/image/mobile/gnb_3_active.png) no-repeat;
}
.footer-fixed-menu li.n4 a.active:before {
  background: url(/image/mobile/gnb_4_active.png) no-repeat;
}
.footer-fixed-menu li.n5 a.active:before {
  background: url(/image/mobile/gnb_5_active.png) no-repeat;
}

/*========== 컨텐츠 공용 시작 ==========*/
/*swiper*/
.slider .swiper-container {
  height: auto;
}
.swiper-slide {
  box-sizing: border-box;
}
.main-banner .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 29.15%;
  height: 0;
  overflow: hidden;
}
.main-banner .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
/* 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;
}

.slider-btn-prev {
  z-index: 10;
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  top: 50%;
  margin-top: -15px;
  left: 16px;
  background: url(/image/mobile/r_prev.png) no-repeat 0 0;
  background-size: contain;
}
.slider-btn-next {
  z-index: 10;
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  top: 50%;
  margin-top: -15px;
  right: 16px;
  background: url(/image/mobile/r_next.png) no-repeat 0 0;
  background-size: contain;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  left: calc(100% - 32px) !important;
  bottom: 12px !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 2px;
}
.swiper-pagination {
  max-width: 475px;
  width: 100%;
}
.swiper-pagination.swiper-pagination-fraction {
  font-weight: 300;
  border-radius: 50vh;
  font-size: 11px;
  color: #fff;
  left: 50%;
  transform: translateX(-50%) !important;
  margin: 0 auto;
  bottom: 16px;
  width: 40px;
  height: 20px;
  line-height: 20px;
  display: inline-block !important;
  background: rgba(0, 0, 0, 0.4);
}
.swiper-pagination.swiper-pagination-fraction > span {
  font-size: 11px;
}
.swiper-pagination-total {
  color: var(--light-semantic-fill-reverse-tertiery, #c6c6c6) !important;
}

/* list-empty */
.list-empty {
  padding: 126px 0;
  text-align: center;
}
.list-empty img {
  margin: 0 auto;
  width: 60px;
  height: 60px;
}
.list-empty p {
  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: 24px 0 0;
}
.list-empty.small {
  padding: 24px 0;
}
.list-empty.large {
  padding: 160px 0 262px;
}

/*서브타이틀*/
.sub-title-area {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub-title-area h1 {
  position: fixed;
  top: 0;
  z-index: 99;
  width: calc(100% - 160px);
  max-width: 315px;
  height: 48px;
  line-height: 1.3;
  padding: 0;
  color: var(--light-semantic-text-primary, #262626);
  text-align: center;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.048px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  white-space: initial;
  text-overflow: initial;
  word-break: initial;
  margin: 0 80px;
}
.sub-title-area select {
  position: fixed;
  top: 0;
  z-index: 50;
  width: auto;
  max-width: 300px;
  height: 48px;
  line-height: 1.5;
  padding: 0 32px 0 0;
  color: var(--light-semantic-text-primary, #262626);
  text-align: center;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.048px;
  margin-left: 8px;
}

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

/*board-list-area*/
.board-list-area {
  background: #fff;
  padding: 0 16px;
}
.board-list-area > .board-list-header {
  clear: both;
}
.board-list-area ul {
  display: table;
  width: 100%;
}
.board-list-area ul li {
  display: table-cell;
  vertical-align: middle;
}
.board-list-area ul li.num {
  width: 12%;
}
.board-list-area ul li.chk {
  width: 12%;
}
.board-list-area ul li.cate {
  width: 16%;
}
.board-list-area ul li.date {
  width: 20%;
}
.board-list-area ul li.status {
  width: 20%;
}
.board-list-area ul li.term {
  width: 20%;
}
.board-list-area ul li.price {
  width: 22%;
}
.board-list-area ul li.split2 {
  width: 50%;
}
.board-list-area ul li.split3 {
  width: 33.3%;
}
.board-list-area ul li.split4 {
  width: 25%;
}
.board-list-area ul li.split5 {
  width: 20%;
}
.board-list-area ul li.split6 {
  width: 16.66%;
}
.board-list-area ul li.split7 {
  width: 14.28%;
}
.board-list-area .board-list-header ul li {
  padding: 10px 0;
  text-align: center;
  color: var(--light-semantic-text-sub-primary, #666);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
  background: #f9f9f9;
}
.board-list-area .board-list-header > div {
  width: 100%;
  display: block;
  height: auto;
  background: #f9f9f9;
  padding: 0;
  border-top: 1px solid #d6d6d6;
}
.board-list-content > div {
  position: relative;
  width: 100%;
  display: block;
  height: auto;
  background: #fff;
  padding: 0;
  border-bottom: 1px solid #e6e6e6;
}
.board-list-content > div > ul > li {
  padding: 8px 0;
  height: 50px;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.33px;
  text-align: center;
  color: #666;
}
.board-list-content > div > ul > li.subject {
  padding-left: 4px;
}
.board-list-content > div > ul > li.subject a {
  text-align: left;
  overflow: hidden;
  display: block;
}
.board-list-content > div > ul > li.subject > a p {
  float: left;
  color: var(--light-semantic-text-primary, #262626);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.045px;
  max-width: 95%;
  display: -webkit-box;
  line-height: 1.5em;
  height: 1.5em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}
.board-list-content > div > ul > li.subject > a p:hover {
  text-decoration: underline;
}
.board-list-content > div > ul > li.subject > a .comn {
  float: left;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #00548b;
  margin: 0 0 0 8px;
}
.board-list-content > div > ul > li.status {
  color: var(--light-semantic-text-sub-secondary, #868686);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}
.board-list-content > div > ul > li.status .btn-small {
  margin: 4px auto 0;
  display: block;
  color: var(--light-semantic-text-primary, #262626);
}
.board-list-content > div > ul > li.term {
  text-align: right;
  color: var(--light-semantic-text-sub-primary, #666);
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.board-list-content > div > ul > li.term span {
  display: block;
  color: #a6a6a6;
}
.board-list-content > div.notice .num {
  color: var(--light-semantic-text-primary, #262626);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 123.077% */
  letter-spacing: -0.039px;
}
.board-list-content > div.notice ul > li.subject > a p {
  font-weight: 500;
}
.board-list-area .btn-group-area {
  display: flex;
  justify-content: flex-end;
  padding: 16px 0 0;
}
.board-list-area .btn-group-area .btn-regular {
}

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

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

.board-list .date-status {
  display: flex;
  align-items: center;
  margin: 4px 0 0;
}
.board-list .date-status .date {
  color: var(--light-semantic-text-sub-secondary, #868686);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.board-list .date-status span + span {
  margin-left: 8px;
}
.board-list + .btn-group-area {
  padding: 32px 16px 0;
}
.board-list .notice {
  display: flex;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--light-semantic-fill-reverse-secondary, #262626);
  background: var(--light-semantic-fill-reverse-secondary, #262626);
  color: var(--light-basic-white, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}

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

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

/*게시판 보기*/
.board-view-area {
  background: #fff;
  padding: 0 16px;
  overflow: hidden;
}
.board-view-area .header {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 16px 0;
}
.board-view-area .header.arrow {
  padding-right: 36px;
  background: url(/image/mobile/icon_arrow.png) no-repeat right center;
  background-size: 24px;
  border-bottom: 0;
  padding-top: 8px;
}
.board-view-area .header h1 {
  color: var(--light-semantic-text-primary, #262626);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
  word-break: keep-all;
}
.board-view-area .header .info {
  margin: 8px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.board-view-area .header .info ul {
  display: flex;
  align-items: center;
}
.board-view-area .header .info li {
  color: var(--light-semantic-text-sub-secondary, #868686);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
  margin: 0 8px 0 0;
}
.board-view-area .header .info li a {
  font-size: 11px;
  color: #868686;
  text-decoration: underline;
}
.board-view-area .header .info li.secret {
  width: 18px;
  height: 16px;
  background: url(/image/mobile/icon_secret.png) no-repeat;
  background-size: contain;
}
.board-view-area .header .info .name-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.board-view-area .header .info .name-btn .name {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #909094;
}
.board-view-area .header .info .name-btn .btn-regular {
  height: 35px;
  line-height: 33px;
  margin-left: 8px;
}
.board-view-area .header .title-more {
  padding-right: 16px;
}
.board-view-area .header .title-more .title {
  overflow-wrap: break-word;
  max-width: 100%;
}
.board-view-area .header .notice {
  display: inline-flex;
  margin: 0 4px 0 0;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--light-semantic-fill-reverse-secondary, #262626);
  background: var(--light-semantic-fill-reverse-secondary, #262626);
  color: var(--light-basic-white, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.board-view-area .header .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 0;
  color: var(--light-semantic-text-secondary, #464646);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
  word-break: break-all;
}
.board-view-area .content.small {
  min-height: 100px;
}
.board-view-area .content img {
  display: block;
  width: 100%;
  margin-top: 16px;
}
.board-view-area .editor-input {
  color: var(--light-semantic-text-secondary, #262626);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
  border: 0;
  padding: 0;
}
.board-view-area .img img {
  max-width: 100%;
  height: auto;
}
/*답변*/
.board-view-area .re-header {
  text-align: center;
  height: 32px;
  line-height: 32px;
  background-color: #f3f3f3;
  font-size: 12px;
  font-weight: 500;
  color: #767676;
}
/* pimg-name-tit */
.board-view-area .pimg-name-tit {
  display: flex;
  align-items: center;
  margin: 16px 0 0;
}
.board-view-area .pimg img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid var(--color-gray-200, #e6e6e6);
  object-fit: cover;
}
.board-view-area .name-tit-date {
  display: flex;
  flex-direction: column;
}
.board-view-area .name {
  margin: 0 0 0 12px;
  color: var(--color-gray-700, #262626);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}
.board-view-area .tit {
  margin: 0 0 0 4px;
  color: var(--color-gray-700, #262626);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}
.board-view-area .date {
  margin: 0 0 0 12px;
  color: var(--color-gray-600, #868686);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}

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

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

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

/* BTT */
.BTT > .title {
  margin: 24px 16px 0;
  color: #000;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 123.077% */
  letter-spacing: -0.066px;
}
.BTT .guide-txt {
  margin: 8px 16px 0;
  color: var(--Dark-Gray, #3f3f3d);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.BTT .guide-txt2 {
  margin: 8px 16px 0;
  color: var(--light-semantic-text-secondary, #464646);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.BTT > .title-center {
  color: var(--light-semantic-text-primary, #262626);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.054px;
  padding: 28px 0 0;
}
.BTT > ul {
  background: #fff;
  padding: 0 16px;
  text-align: left;
}
.BTT > ul > li {
  margin: 24px 0 0;
}
.BTT > ul > li.amount-payment {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 0 24px;
}
.BTT > ul > li.amount-payment .tit {
  color: var(--light-semantic-text-sub-primary, #666);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}
.BTT > ul > li.amount-payment .con {
  color: var(--light-semantic-text-primary, #262626);
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 125% */
  letter-spacing: -0.06px;
}
.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 > .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% - 88px);
}
.BTT > ul > li > .con .input-medium.btn-add + button {
  width: 72px;
  margin-left: 8px;
  padding: 0 12px;
  border: 1px solid var(--light-basic-gray-150, #f2f2f2);
  background: var(--light-basic-gray-150, #f2f2f2);
}
.BTT > ul > li > .con .input-medium.btn-add + button + .input-medium {
  margin: 8px 0 0;
}
.BTT > ul > li > .con .input-medium.unit-add {
  width: calc(100% - 32px);
}
.BTT > ul > li > .con textarea.input-medium {
  width: 100%;
  height: auto;
}
.BTT > ul > li > .con > label {
  margin: 8px 24px 0 0;
  display: inline-block;
}
/* type-b */
.BTT.type-b {
  margin: 0 16px;
  border-top: 1px solid #e6e6e6;
}
.BTT.type-b > .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e6e6e6;
  margin: 0 16px;
  padding: 16px 0 0;
  border-bottom: 0;
  color: var(--light-semantic-text-primary, #262626);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 128.571% */
  letter-spacing: -0.042px;
}
.BTT.type-b > .title > div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.BTT.type-b > .title > div .btn-small {
  margin-left: 2px;
}
.BTT.type-b > ul {
  padding: 0 0 16px;
  margin: 0;
}
.BTT.type-b > ul > li {
  display: table;
  width: 100%;
  table-layout: fixed;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #fff;
  margin: 16px 0 0;
}
.BTT.type-b > ul > li > * {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}
.BTT.type-b > ul > li .tit {
  width: 88px;
  color: var(--light-semantic-text-sub-secondary, #868686);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
}
.BTT.type-b > ul > li .con {
  width: calc(100% - 88px);
  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;
}
.BTT.type-b > ul.last {
  border-bottom: 1px solid #e6e6e6;
}

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

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

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

/*회원약관*/
.member-content {
  background: #fff;
  padding: 0 16px;
  overflow: hidden;
}
.member-content .title {
  margin: 24px 0 0;
  color: var(--light-semantic-text-primary, #262626);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 127.273% */
  letter-spacing: -0.054px;
}
.member-content .member-agree {
  position: relative;
  margin: 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: 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 .btn-group-area {
  padding: 32px 0 0;
}
.member-content .check-all-wrap {
  margin: 24px 0;
  display: flex;
  height: 48px;
  padding: 14px 20px 14px 16px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid var(--Light-Semantic-Border-Secondary, #d6d6d6);
  background: var(--Light-Semantic-Fill-Reverse-Primary, #fff);
}
.member-content .check-all-wrap label {
  color: var(--Light-Semantic-Text-Primary, #262626);
  text-align: center;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px; /* 126.667% */
  letter-spacing: -0.045px;
}

/* 회원용 */
.member-write-area {
  padding: 0 16px;
  overflow: hidden;
}
.member-write-area .icon-result {
  display: block;
  margin: 24px auto 0;
  width: 72px;
  height: 72px;
  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: 29px;
  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 .guide {
  margin-top: 16px;
  color: var(--light-basic-gray-700, #666);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
}
.member-write-area .icon-result + h1 {
  margin-top: 16px;
}
.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;
}
.member-write-area li label {
  display: block;
  margin: 24px 0 8px;
}
.member-write-area li label {
  display: block;
  margin: 24px 0 8px;
  font-size: 14px;
  font-weight: 500;
}

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

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

/* member-out */
.member-out {
  padding: 24px 16px 0;
  text-align: center;
  background: #fff;
}
.member-out .icon-result {
  display: block;
  margin: 0 auto;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: url(/image/mobile/icon_chk_gray.png) center center no-repeat;
  background-size: contain;
}
.member-out h1 {
  color: var(--light-basic-gray-900, #262626);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.054px;
  margin: 16px 0 0;
}
.member-out p {
  margin: 16px 0 0;
  color: var(--light-basic-gray-700, #666);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
}
.member-out p strong {
  font-weight: bold;
  color: #868686;
}
.member-out .BTT > ul {
  padding: 0;
}
.member-out .btn-group-area {
  padding: 40px 0 0;
}

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

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

/* main-notice */
.main-notice {
  margin: 40px 16px 0;
}
.main-notice .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 16px;
  margin: 0 0 16px;
  border-bottom: 1px solid #e6e6e6;
}
.main-notice .title h1 {
  color: var(--light-semantic-text-primary, #262626);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.054px;
}
.main-notice .title .more {
  width: 24px;
  height: 24px;
  background: url(/image/mobile/icon_more.png) no-repeat;
  background-size: contain;
}
.main-notice > ul > li {
  display: flex;
  align-items: center;
  margin: 8px 0 0;
}
.main-notice > ul > li a {
  width: calc(100% - 86px);
  color: var(--light-semantic-text-primary, #262626);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
  padding-right: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.main-notice > ul > li span {
  color: var(--light-semantic-text-sub-secondary, #868686);
  text-align: right;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}
.main-notice .empty {
  height: 68px;
  padding: 24px;
  border-radius: 16px;
  background-color: #f6f6f6;
  margin: 16px 0 0;
}
.main-notice .empty p {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: #565656;
}

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

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

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

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

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

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

body.bgcolor #wrapper {
  min-height: 100%;
  background: linear-gradient(180deg, #f4fffd 0%, #f4f4f4 42.36%);
}

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

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

body.active-footer #footer,
body.active-footer-fixed-menu .footer-fixed-menu,
body.active-to-top #to-top {
  display: block;
}
body.active-footer-fixed-menu #wrapper {
  padding-bottom: 49px !important;
}
body.active-border-bottom-header #header {
  border-bottom: 1px solid #e6e6e6;
}

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

body.global .footer-fixed-menu li.n3 {
  display: none;
}

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

/* mypage-menu */
.mypage-menu {
  padding: 0 16px;
}
.mypage-menu article {
  padding: 24px 0;
  border-bottom: 1px solid #e6e6e6;
}
.mypage-menu article:last-child {
  border-bottom: 0;
}
.mypage-menu > article > h1 {
  margin: 0 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: var(--light-semantic-text-primary, #262626);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
}
.mypage-menu > article > h1 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: var(--light-semantic-text-primary, #262626);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 128.571% */
  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;
  border-bottom: 1px solid #e6e6e6;
}
.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 .info {
  width: calc(100% - 80px);
  padding-left: 16px;
}
.mypage-menu .profile-info .name {
  display: flex;
  align-items: center;
  color: var(--light-semantic-text-primary, #262626);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: -0.048px;
}
.mypage-menu .profile-info .eng {
  margin: 4px 0 0;
  color: var(--light-semantic-text-sub-tertiary, #a6a6a6);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.mypage-menu .profile-info .level {
  margin: 8px 0 0;
  display: flex;
  align-items: center;
  color: var(--light-semantic-text-primary, #262626);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}
.mypage-menu .profile-info .level:before {
  content: "";
  width: 18px;
  height: 18px;
  margin: 0 4px 0 0;
}
.mypage-menu .profile-info .level.B:before {
  background: url(/image/mobile/B.png) no-repeat;
  background-size: contain;
}
.mypage-menu .profile-info .level.S:before {
  background: url(/image/mobile/S.png) no-repeat;
  background-size: contain;
}
.mypage-menu .profile-info .level.P:before {
  background: url(/image/mobile/P.png) no-repeat;
  background-size: contain;
}

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

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

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

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

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

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

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

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

/* 정렬 */
.display-flex {
  display: flex;
}
.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 !important;
}
.flex-direction-column {
  flex-direction: column;
}

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

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

/*hybrid-mobile web 시작*/

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

/*hybrid-mobile web 끝*/

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

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

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

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

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

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

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

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

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

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

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

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

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

/* fixed-bottom-btn */
.fixed-bottom-btn {
  position: fixed;
  left: auto;
  bottom: 0;
  z-index: 1;
  padding: 16px;
  max-width: 475px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

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

.file-upload.inner-btn.profile {
  position: relative;
  display: block;
  margin: 24px auto 0;
  width: 100px;
}
.file-upload.inner-btn.profile .gallery {
  background: #fff url();
  border: 0;
}
.file-upload.inner-btn.profile .img-thumb {
  background: url(/image/mobile/pimg.png) no-repeat 0 0;
  background-size: contain;
  border: 0;
  border-radius: 50%;
  overflow: inherit;
}
.file-upload.inner-btn.profile .img-thumb img {
  border-radius: 50%;
  border: 0;
}
.file-upload.inner-btn.profile .upload {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  z-index: 3;
  width: 28px;
  height: 28px;
  background: url(/image/mobile/icon_camera2.png) no-repeat;
  background-size: contain;
}
/* type-b */
.file-upload.type-b {
  display: flex;
  align-items: center;
}
.file-upload.type-b .upload {
  width: 70px;
  height: 70px;
}
.file-upload.type-b .upload .btn-small.img-type {
  min-width: 70px;
  width: 70px;
  height: 70px;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--light-semantic-text-sub-primary, #666);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.file-upload.type-b .upload .btn-small.img-type:before {
  margin: 0 0 4px !important;
  background-size: 24px;
}
.file-upload.type-b .gallery-scroll {
  width: calc(100% - 78px);
  margin: 0 !important;
  overflow-x: auto !important;
  overflow-y: hidden;
}
.file-upload.type-b .gallery-scroll .gallery {
  margin: 0 !important;
  width: 700px;
}
.file-upload.type-b .gallery-scroll .gallery .img-thumb {
  margin: 0 0 0 8px !important;
  width: 70px;
  height: 70px;
}
.file-upload.type-b .gallery-scroll .gallery .img-thumb .delete {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

/* tit-con-space-between */
.tit-con-space-between {
  padding: 0 16px;
}
.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;
}

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

/* fixed-bottom-wrap */
.fixed-bottom-wrap {
  position: fixed;
  top: 0;
  left: auto;
  z-index: 98;
  width: 100%;
  max-width: 475px;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
.fixed-bottom-wrap .fixed-bottom {
  position: absolute;
  bottom: 0;
  max-width: 475px;
  z-index: 99;
  width: 100%;
  border-radius: 16px 16px 0px 0px;
  background: var(--light-semantic-background-elevated-primary, #fff);
  border: 1px solid #d6d6d6;
  padding: 32px 24px 24px;
  text-align: left;
}
.fixed-bottom-wrap.active {
  display: block;
}
.fixed-bottom-wrap .btn-close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
  width: 32px;
  height: 32px;
  background: url(/image/mobile/icon_close.png) no-repeat;
  background-size: contain;
}
.fixed-bottom-wrap .fixed-bottom > ul > li > button {
  height: 47px;
  color: var(--light-semantic-text-primary, #262626);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
}
.fixed-bottom-wrap .fixed-bottom > .title {
  margin: 0 0 16px;
  color: var(--light-semantic-text-primary, #262626);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.054px;
}

/* 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;
  margin: 8px 0 0;
  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:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.push-list > ul > li.read .con {
  color: #868686;
}
.push-list .list-empty {
  padding: 126px 0 306px;
}

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

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

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

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

.status {
  display: 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-basic-blue, #868686);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.status.complete {
  color: var(--light-basic-blue, #067df4) !important;
}

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

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

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

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

.column {
  flex-direction: column;
}

/* 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: 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, #02c2c2);
  background: var(--Bright-Green, #f5fdfe);
}
/* 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;
}

/* 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;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
}
.unit-wrap input {
  width: calc(100% - 110px);
  height: 48px;
  background: transparent;
}

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

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

/*========== 컨텐츠 시작 ==========*/
.register-banner {
  margin: 24px 16px 0;
}
.register-banner a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  height: 56px;
  border-radius: 12px;
  border: 1px solid var(--Light-Semantic-Border-Tertiary, #e6e6e6);
  background: #fff;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.04);
  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;
}
.register-banner.inactive-box-shadow a {
  box-shadow: none;
}
.register-banner a span {
  display: flex;
  align-items: center;
}
.register-banner a span:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(/image/mobile/icon_face_dog_cat.png) no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}
.register-banner a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/image/mobile/more_circle_green.png) no-repeat;
  background-size: contain;
  margin: 0 6px 0 0;
}

/* 정상 */
.status-normal {
  display: inline-flex;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--Bright-Deep-Green, #ebf9fb);
  background: var(--Bright-Deep-Green, #ebf9fb);
  color: var(--Primary-Highlighted, #0090a3);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}

/* 의심 */
.status-doubt {
  display: inline-flex;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--Bright-Red, #ffeaea);
  background: var(--Bright-Red, #ffeaea);
  color: var(--Primary-Highlighted, #e93535);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}

/* 주의 */
.status-caution {
  display: inline-flex;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--Bright-Orange, #fff1e9);
  background: var(--Bright-Orange, #fff1e9);
  color: var(--Primary-Highlighted, #f2732b);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}

/* 의심 */
.status-doubt {
  display: inline-flex;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--Bright-Red, #ffeaea);
  background: var(--Bright-Red, #ffeaea);
  color: var(--Primary-Highlighted, #e93535);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}

.tit-status-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tit-status-more .tit {
  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;
}
.tit-status-more .status-more {
  display: flex;
  align-items: center;
}
.tit-status-more .status-more > * {
  margin: 0 0 0 4px;
}
.tit-status-more .more {
  width: 18px;
  height: 18px;
  background: url(/image/mobile/icon_arrow_right.png) no-repeat;
  background-size: contain;
}

/* kidney-disease-testing */
.kidney-disease-testing {
  position: relative;
  margin: 16px 16px 0;
  flex-shrink: 0;
  padding: 16px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.04);
}
.kidney-disease-testing > ul {
  display: flex;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
}
.kidney-disease-testing > ul > li {
  color: var(--Light-Semantic-Text-Sub-Primary, #666);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.kidney-disease-testing > ul.item10 > li {
  width: 10%;
}
.kidney-disease-testing > ul.item9 > li {
  width: 11.11%;
}
.kidney-disease-testing > ul.item8 > li {
  width: 12.5%;
}
.kidney-disease-testing > ul.item7 > li {
  width: 14.28%;
}
.kidney-disease-testing > ul.item6 > li {
  width: 16.66%;
}
.kidney-disease-testing > ul.item5 > li {
  width: 20%;
}
.kidney-disease-testing > ul.item4 > li {
  width: 25%;
}
.kidney-disease-testing > ul.item3 > li {
  width: 33.33%;
}
.kidney-disease-testing > ul.item2 > li {
  width: 50%;
}
.kidney-disease-testing > ul.text {
  margin: 6px 0 0;
}
.kidney-disease-testing > ul.graph {
  margin: 16px 0 0;
}
.kidney-disease-testing > ul.graph > li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10px;
  background: #f2f2f2;
}
.kidney-disease-testing > ul.graph > li + li {
  border-left: 1px solid var(--Light-Basic-Gray-500, #02c2c2);
}
.kidney-disease-testing > ul.graph > li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #f2f2f2;
}
.kidney-disease-testing > ul.graph > li.normal {
  /* background-color: #e2f6fa; */
}
.kidney-disease-testing > ul.graph > li.normal:before {
  background-color: #02c2c2;
}
.kidney-disease-testing > ul.graph > li.caution:before {
  background-color: #f2732b;
}
.kidney-disease-testing > ul.graph > li.doubt:before {
  background-color: #e93535;
}
.kidney-disease-testing .date {
  margin: 12px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kidney-disease-testing .date > div {
  width: calc((100% - 8px) / 2);
  height: 34px;
  flex-shrink: 0;
  padding: 8px 16px;
  border-radius: 8px;
  background: var(--Light-Basic-Gray-100, #f6f6f6);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kidney-disease-testing .date span {
  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;
}
.kidney-disease-testing .date strong {
  color: var(--Light-Semantic-Text-Secondary, #464646);
  text-align: right;
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.kidney-disease-testing .kit {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: var(--Light-Basic-White, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
}

/* ten-types-of-comprehensive-tests */
.ten-types-of-comprehensive-tests {
  position: relative;
  margin: 12px 16px 0;
  flex-shrink: 0;
  padding: 16px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.04);
}
.ten-types-of-comprehensive-tests > ul {
  display: flex;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
}
.ten-types-of-comprehensive-tests > ul > li {
  width: 10%;
  color: var(--Light-Semantic-Text-Sub-Primary, #666);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.ten-types-of-comprehensive-tests > ul.item10 > li {
  width: 10%;
}
.ten-types-of-comprehensive-tests > ul.item9 > li {
  width: 11.11%;
}
.ten-types-of-comprehensive-tests > ul.item8 > li {
  width: 12.5%;
}
.ten-types-of-comprehensive-tests > ul.item7 > li {
  width: 14.28%;
}
.ten-types-of-comprehensive-tests > ul.item6 > li {
  width: 16.66%;
}
.ten-types-of-comprehensive-tests > ul.item5 > li {
  width: 20%;
}
.ten-types-of-comprehensive-tests > ul.item4 > li {
  width: 25%;
}
.ten-types-of-comprehensive-tests > ul.item3 > li {
  width: 33.33%;
}
.ten-types-of-comprehensive-tests > ul.item2 > li {
  width: 50%;
}
.ten-types-of-comprehensive-tests > ul.graph > li.left {
  justify-content: flex-start;
  padding-left: 3px;
}
.ten-types-of-comprehensive-tests > ul.graph > li.right {
  justify-content: flex-end;
  padding-right: 3px;
}
.ten-types-of-comprehensive-tests > ul.graph {
  margin: 16px 0 0;
}
.ten-types-of-comprehensive-tests > ul.graph > li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10px;
  background: #f2f2f2;
}
.ten-types-of-comprehensive-tests > ul.graph > li + li {
  border-left: 1px solid var(--Light-Basic-Gray-500, #02c2c2);
}
.ten-types-of-comprehensive-tests > ul.graph > li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #f2f2f2;
}
.ten-types-of-comprehensive-tests > ul.graph > li.normal {
  background-color: #e2f6fa;
}
.ten-types-of-comprehensive-tests > ul.graph > li.normal:before {
  background-color: #02c2c2;
}
.ten-types-of-comprehensive-tests > ul.graph > li.caution {
  background-color: #fff1e9;
}
.ten-types-of-comprehensive-tests > ul.graph > li.caution:before {
  background-color: #f2732b;
}
.ten-types-of-comprehensive-tests > ul.graph > li.doubt {
  background-color: #ffeaea;
}
.ten-types-of-comprehensive-tests > ul.graph > li.doubt:before {
  background-color: #e93535;
}
.ten-types-of-comprehensive-tests .date {
  margin: 12px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ten-types-of-comprehensive-tests .date > div {
  width: calc((100% - 8px) / 2);
  height: 34px;
  flex-shrink: 0;
  padding: 8px 16px;
  border-radius: 8px;
  background: var(--Light-Basic-Gray-100, #f6f6f6);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ten-types-of-comprehensive-tests .date span {
  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;
}
.ten-types-of-comprehensive-tests .date strong {
  color: var(--Light-Semantic-Text-Secondary, #464646);
  text-align: right;
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.ten-types-of-comprehensive-tests .kit {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: var(--Light-Basic-White, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
}

.faq-link {
  margin: 32px 16px 0;
  display: flex;
  height: 40px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  border: 1px solid var(--Bright-Green, #f5fdfe);
  background: var(--Bright-Green, #f5fdfe);
  color: var(--Primary, #02c2c2);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 123.077% */
  letter-spacing: -0.039px;
}

/* item-list */
.item-list {
  margin: 24px 16px 0;
}
.item-list > ul > li {
  margin: 8px 0 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 16px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--Light-Semantic-Border-Tertiary, #e6e6e6);
}
.add-pet .item-list > ul > li {
  margin: 8px 0 0;
  display: block;
  position: relative;
  padding: 0;
  border: 0;
}
.add-pet .item-list > ul > li > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 16px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--Light-Semantic-Border-Tertiary, #e6e6e6);
}
.add-pet .item-list > ul > li > input:checked + div {
  border: 2px solid var(--Primary, #02c2c2);
  background: var(--Bright-Green, #f5fdfe);
}

.item-list .pimg img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 80px;
  border: 1px solid var(--Light-Basic-Gray-200, #e6e6e6);
}
.item-list .info {
  width: calc(100% - 80px);
  padding: 0 0 0 16px;
}
.item-list .btn-add-pet,
.item-list .name {
  margin: 0 0 4px;
  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;
}
.item-list .btn-add-pet:after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(/image/component/icon_accordion_arrow_down.png) no-repeat;
  background-size: contain;
  margin: 0 0 0 8px;
}
.item-list .btn-more {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
  width: 20px;
  height: 20px;
  background: url(/image/mobile/more_circle_green.png) no-repeat;
  background-size: contain;
}
.item-list .kg {
  display: flex;
  align-items: center;
  color: var(--Light-Semantic-Text-Secondary, #464646);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.item-list .kg:before {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
}
.item-list .kg.dog:before {
  background: url(/image/mobile/icon_face_dog.png) no-repeat;
  background-size: contain;
}
.item-list .kg.cat:before {
  background: url(/image/mobile/icon_face_cat.png) no-repeat;
  background-size: contain;
}
.item-list .age {
  margin: 1px 0 0;
  display: flex;
  align-items: center;
  color: var(--Light-Semantic-Text-Secondary, #464646);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.item-list .age:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/image/mobile/icon_foot_print.png) no-repeat;
  background-size: contain;
  margin: 0 4px 0 0;
}
.item-list .age small {
  display: inline-block;
  color: var(--Light-Semantic-Text-Sub-Secondary, #868686);
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
  margin: 0 0 0 4px;
}
.item-list .heart {
  margin: 1px 0 0;
  display: flex;
  align-items: center;
  color: var(--Light-Semantic-Text-Secondary, #464646);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.item-list .heart:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/image/mobile/icon_heart_family.png) no-repeat;
  background-size: contain;
  margin: 0 4px 0 0;
}
.item-list input[type="radio"] {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.item-list .badge {
  position: absolute;
  top: 8px;
  left: 0;
  width: 24px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 6px 6px 0px;
  background: url(/image/mobile/icon_badge.png) no-repeat;
  background-size: contain;
}
.item-list .more-layer {
  position: absolute;
  top: 32px;
  right: 0;
}
.item-list .health-concerns-allergy {
  margin: 16px 0 0;
  padding: 12px 0 0;
  border-top: 1px solid #e6e6e6;
  width: 100%;
}
.item-list .health-concerns-allergy > div {
  display: flex;
  align-items: center;
}
.item-list .health-concerns-allergy > div + div {
  margin: 4px 0 0;
}
.item-list .health-concerns-allergy .tit {
  width: 88px;
  color: var(--Light-Semantic-Text-Sub-Secondary, #868686);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.item-list .health-concerns-allergy .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;
}
/* type-b */
.item-list.type-b > ul > li {
  box-shadow: none;
  padding: 8px 12px;
  cursor: pointer;
}
.item-list.type-b .pimg img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 40px;
  border: 1px solid var(--Light-Basic-Gray-200, #e6e6e6);
}
.item-list.type-b .name {
  margin: 0;
}
.item-list.type-b button {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  color: var(--Primary, #02c2c2);
  text-align: right;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
/* type-c */
.item-list.type-c > ul > li {
  border: 0;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.04);
}

/* btn-new-child */
.btn-new-child {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  color: var(--Light-Semantic-Text-Sub-Primary, #666);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
.btn-new-child:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/image/mobile/more_circle_green.png) no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}

/* select-test-type */
.select-test-type {
  margin: 0 16px;
}
.select-test-type > ul > li {
  margin: 12px 0 0;
}

.select-test-type li > a {
  display: block;
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--Light-Semantic-Border-Tertiary, #e6e6e6);
  background: url(/image/mobile/icon_arrow_right.png) no-repeat right 12px
    top 18px;
  background-size: 18px;
}
.select-test-type .img img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--Light-Basic-Gray-200, #e6e6e6);
}
.select-test-type .tit-con {
  width: calc(100% - 100px);
  padding: 0 0 0 16px;
}
.select-test-type .tit {
  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;
}
.select-test-type .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;
}

.guide-text {
  margin: 8px 0 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;
}

/* test-type1-guide */
.test-type1-guide {
  padding: 0 16px;
  margin: 0 auto;
}
.test-type1-guide .title {
  text-align: center;
  font-size: 18px;
}
.test-type1-guide > ul.collection {
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.test-type1-guide > ul.collection > li {
  margin: 24px auto 0;
  width: 100%;
}
.test-type1-guide > ul.collection > li:first-child {
  margin-top: 16px;
}
.test-type1-guide > ul.collection .dog1 {
  height: 240px;
  background: #ebf9fb url(/image/mobile/guide_dog1.png) no-repeat center;
  background-size: contain;
}
.test-type1-guide > ul.collection .dog2 {
  background: #ebf9fb url(/image/mobile/guide_dog2.png) no-repeat center;
  background-size: contain;
}
.test-type1-guide > ul.collection .cat1 {
  height: 240px;
  background: #ebf9fb url(/image/mobile/guide_cat1.png) no-repeat center;
  background-size: contain;
}
.test-type1-guide > ul.collection .cat2 {
  background: #ebf9fb url(/image/mobile/guide_cat2.png) no-repeat center;
  background-size: contain;
}
.test-type1-guide > ul.collection > li .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;
}
.test-type1-guide > ul.collection > li .con {
  margin: 8px 0 0;
  height: 240px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  border-radius: 16px;
  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;
}
.test-type1-guide > ul.collection > li .tit:before {
  content: "";
  width: 28px;
  height: 28px;
  margin: 0 8px 0 0;
}
.test-type1-guide > ul.collection > li .tit.dog:before {
  background: url(/image/mobile/icon_face_dog.png) no-repeat;
  background-size: contain;
}
.test-type1-guide > ul.collection > li .tit.cat:before {
  background: url(/image/mobile/icon_face_cat.png) no-repeat;
  background-size: contain;
}
.test-type1-guide > ul.app {
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.test-type1-guide > ul.app > li {
  margin: 16px 0 0;
  width: 100%;
  height: 240px;
  border-radius: 16px;
  padding: 178px 16px 16px;
  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;
}
.test-type1-guide > ul.app > li.n1 {
  background: #ebf9fb url(/image/mobile/aguide1.png) no-repeat center;
  background-size: contain;
}
.test-type1-guide > ul.app > li.n2 {
  background: #ebf9fb url(/image/mobile/aguide2.png) no-repeat center;
  background-size: contain;
}
.test-type1-guide > ul.app > li.n3 {
  background: #ebf9fb url(/image/mobile/aguide3.png) no-repeat center;
  background-size: contain;
}
.test-type1-guide > ul.app > li.n4 {
  background: #ebf9fb url(/image/mobile/aguide4.png) no-repeat center;
  background-size: contain;
}

/* test-type1-timer */

.test-type1-timer .GaugeMeter {
  width: 300px;
  height: 300px;
  margin: 40px auto;
  position: relative;
}

.test-type1-timer .GaugeMeter > span {
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  transform: translate(-50%, -48%);
  left: 50%;
  top: 50%;
  z-index: 10;
  text-align: center;
}

.test-type1-timer .GaugeMeter > strong {
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 80px;
  font-weight: 800;
  font-size: 18px;
  color: #262626;
  text-align: center;
}

.test-type1-timer .GaugeMeter > em {
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 194px;
  font-size: 15px;
  color: #262626;
  text-align: center;
}

.test-type1-timer .GaugeMeter > span > output {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 100px;
  font-size: 56px;
  font-weight: 900;
}

.test-type1-timer .tit {
  color: var(--Light-Semantic-Text-Primary, #262626);
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.054px;
}
.test-type1-timer .con {
  margin: 24px 0 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;
}

/* btn-test-1min-check */
.btn-test-1min-check {
  margin: 24px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Light-Semantic-Text-Sub-Primary, #666);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
.btn-test-1min-check:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/image/mobile/icon_arrow_right.png) no-repeat;
  background-size: contain;
}

/* test-type1-picture-check */
.test-type1-picture-check .title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Light-Semantic-Text-Primary, #262626);
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.054px;
}
.test-type1-picture-check .title span {
  margin: 0 0 0 4px;
}
.test-type1-picture-check .camera-area {
  margin: 40px 0 0;
  width: 100%;
  height: 375px;
  background: #000;
}

/* status-text */
.status-text {
  text-align: center;
  font-family: Pretendard;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 46px; /* 121.053% */
  letter-spacing: -0.038px;
}
.status-text.normal {
  color: var(--Primary-Highlighted, #0090a3);
}
.status-text.caution {
  color: var(--Primary-Highlighted, #f2732b);
}
.status-text.doubt {
  color: var(--Primary-Highlighted, #e93535);
}

/* test-type1-result-tab1-state1 */
.test-type1-result-tab1-state1 {
  position: relative;
  padding: 32px 16px 0;
}
.test-type1-result-tab1-state1 .round {
  display: flex;
  width: 84px !important;
  height: 28px;
  padding: 0 24px 0 4px !important;
  margin: 0 auto 10px;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  color: var(--Primary-Highlighted, #0090a3);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
  background-image: url(/image/mobile/select_bg.png),
    url(/image/component/icon_select_arrow.png) !important;
  background-repeat: no-repeat, no-repeat !important;
  background-position: left 4px center, right center !important;
  background-size: 55px 28px, 20px 20px !important;
}
.test-type1-result-tab1-state1 .date {
  margin: 8px 0 0;
  text-align: center;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.039px;
}
.test-type1-result-tab1-state1 .normal-range {
  margin: 19px 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.test-type1-result-tab1-state1 .normal-range:before {
  content: "";
  width: 16px;
  height: 4px;
  border-radius: 4px;
  background: var(--Primary, #02c2c2);
  margin: 0 4px 0 0;
}
.test-type1-result-tab1-state1 .result > ul {
  display: flex;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
}
.test-type1-result-tab1-state1 .result > ul > li {
  width: 25%;
  color: var(--Light-Semantic-Text-Sub-Primary, #666);
  text-align: center;
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.test-type1-result-tab1-state1 .result > ul.text {
  margin: 6px 0 0;
}
.test-type1-result-tab1-state1 .result > ul.graph {
  margin: 16px 0 0;
}
.test-type1-result-tab1-state1 .result > ul.graph > li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12px;
  background: #f2f2f2;
  border-right: 1px solid var(--Light-Basic-Gray-500, #0090a3);
}
.test-type1-result-tab1-state1 .result > ul.graph > li:last-child {
  border-right: 0;
}
.test-type1-result-tab1-state1 .result > ul.graph > li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.test-type1-result-tab1-state1 .result > ul.graph > li.green {
  background: var(--Primary, #02c2c2);
}
.test-type1-result-tab1-state1 .result > ul.graph > li.normal:before {
  background-color: #fff;
  border: 1px solid #fff;
}
.test-type1-result-tab1-state1 .result > ul.graph > li.caution:before {
  background-color: #f2732b;
}
.test-type1-result-tab1-state1 .result > ul.graph > li.doubt:before {
  background-color: #e93535;
}

/* symptoms-diseases */
.symptoms-diseases {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin: -8px 0 12px;
}
.symptoms-diseases button {
  min-width: auto;
  width: calc((100% - 24px) / 4);
  margin: 8px 8px 0 0;
  padding: 0 2px;
}
.symptoms-diseases button:nth-child(4n) {
  margin-right: 0;
}

.status-normal.icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 98.333px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 8px;
  background: var(--Bright-Red, #ebf9fb);
  color: var(--Red, #0090a3);
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
}
.status-normal.icon:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(/image/mobile/icon_state_good.png) no-repeat;
  background-size: contain;
}
.status-caution.icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 98.333px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 8px;
  background: var(--Bright-Red, #fff1e9);
  color: var(--Red, #f2732b);
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
}
.status-caution.icon:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(/image/mobile/icon_state_soso.png) no-repeat;
  background-size: contain;
}
.status-doubt.icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 98.333px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 8px;
  background: var(--Bright-Red, #ffeaea);
  color: var(--Red, #e93535);
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 150% */
  letter-spacing: -0.042px;
}
.status-doubt.icon:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(/image/mobile/icon_state_bad.png) no-repeat;
  background-size: contain;
}

/* test-type2-list */
.test-type2-list {
  padding: 16px;
}
.test-type2-list .info {
  padding: 0 12px;
  border-radius: 12px;
  border: 1px solid var(--Light-Semantic-Border-Tertiary, #e6e6e6);
  background: #fff;
}
.test-type2-list .info .info-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 52px;
  border-bottom: 0;
  padding: 0 4px;
}
.test-type2-list .info .info-header button {
  width: 20px;
  height: 20px;
  background: url(/image/component/icon_accordion_arrow_down.png) no-repeat;
  background-size: contain;
}
.test-type2-list .info .info-header > p {
  display: flex;
  align-items: center;
  padding: 16px 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;
}
.test-type2-list .info .info-header > p small {
  margin: 0 0 0 8px;
  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;
}
.test-type2-list .info .info-content {
  min-height: auto;
  border-bottom: 0;
  padding: 16px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #e9e9e9;
}
.test-type2-list .info .info-content > span {
  width: calc((100% - 16px) / 3);
  margin: 0 8px 0 0;
}
.test-type2-list .info .info-content > span:nth-child(3n) {
  margin-right: 0;
}

/* list */
.test-type2-list .list > ul > li.title {
  margin: 40px 0 0;
}
.test-type2-list .list > ul.doubt > li.title span {
  color: var(--Red, #e93535);
  font-weight: 700;
}
.test-type2-list .list > ul.caution > li.title span {
  color: var(--Red, #f2732b);
  font-weight: 700;
}
.test-type2-list .list > ul.normal > li.title span {
  color: var(--Red, #0090a3);
  font-weight: 700;
}
.test-type2-list .list > ul > li {
  margin: 8px 0 0;
}
.test-type2-list .list > ul > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 53px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid var(--Light-Semantic-Border-Tertiary, #e6e6e6);
  background: var(--Light-Semantic-Background, #fff);
}
.test-type2-list .list .item {
  display: flex;
  align-items: center;
  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;
}
.test-type2-list .list .item span {
  margin: 0 0 0 8px;
  color: var(--Light-Semantic-Text-Secondary, #464646);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}
.test-type2-list .list .label {
  display: flex;
  align-items: center;
  text-align: right;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.test-type2-list .list .label:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/image/mobile/icon_arrow_right.png) no-repeat;
  background-size: contain;
  margin: 0 0 0 8px;
}
.test-type2-list .list > ul.doubt .label {
  color: var(--Red, #e93535);
}
.test-type2-list .list > ul.caution .label {
  color: var(--Red, #f2732b);
}
.test-type2-list .list > ul.normal .label {
  color: var(--Red, #0090a3);
}

/* test-type2-round */
.test-type2-round > ul > li {
  margin: 8px 0 0;
}
.test-type2-round > ul > li {
  position: relative;
}
.test-type2-round > ul > li > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 53px;
  padding: 16px 50px 16px 16px;
  border-radius: 8px;
  border: 1px solid var(--Light-Semantic-Border-Tertiary, #e6e6e6);
  background: var(--Light-Semantic-Background, #fff);
}
.test-type2-round > ul > li > input:checked + div {
  border: 2px solid var(--Primary, #02c2c2);
}
.test-type2-round .round {
  display: flex;
  align-items: center;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: -0.048px;
}
.test-type2-round .round span {
  margin: 0 0 0 4px;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.039px;
}
.test-type2-round .status-doubt,
.test-type2-round .status-caution,
.test-type2-round .status-normal {
  font-size: 11px;
}
.test-type2-round input {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  margin: 0 !important;
}

/* test-type2-result-tab1-state1 */
.test-type2-result-tab1-state1 {
  position: relative;
  padding: 16px 16px 0;
}
.test-type2-result-tab1-state1 .round {
  display: flex;
  width: 84px !important;
  height: 28px;
  padding: 0 24px 0 4px !important;
  margin: 0 auto 10px;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  color: var(--Primary-Highlighted, #0090a3);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
  background-image: url(/image/mobile/select_bg.png),
    url(/image/component/icon_select_arrow.png) !important;
  background-repeat: no-repeat, no-repeat !important;
  background-position: left 4px center, right center !important;
  background-size: 55px 28px, 20px 20px !important;
}
.test-type2-result-tab1-state1 .date {
  margin: 8px 0 0;
  text-align: center;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.039px;
}
.test-type2-result-tab1-state1 .normal-range {
  margin: 19px 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.test-type2-result-tab1-state1 .normal-range:before {
  content: "";
  width: 16px;
  height: 4px;
  border-radius: 4px;
  background: var(--Primary, #02c2c2);
  margin: 0 4px 0 0;
}
.test-type2-result-tab1-state1 .result {
  margin: 32px 0 0;
}
.test-type2-result-tab1-state1 .result > ul {
  display: flex;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
}
.test-type2-result-tab1-state1 .result > ul > li {
  width: 25%;
  color: var(--Light-Semantic-Text-Sub-Primary, #666);
  text-align: center;
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.test-type2-result-tab1-state1 .result > ul.item2 li {
  width: 50%;
}
.test-type2-result-tab1-state1 .result > ul.item3 li {
  width: 33.33%;
}
.test-type2-result-tab1-state1 .result > ul.item4 li {
  width: 25%;
}
.test-type2-result-tab1-state1 .result > ul.item5 li {
  width: 20%;
}
.test-type2-result-tab1-state1 .result > ul.item6 li {
  width: 16.66%;
}
.test-type2-result-tab1-state1 .result > ul.item7 li {
  width: 14.28%;
}
.test-type2-result-tab1-state1 .result > ul.item8 li {
  width: 12.5%;
}
.test-type2-result-tab1-state1 .result > ul.item9 li {
  width: 11.11%;
}
.test-type2-result-tab1-state1 .result > ul.item10 li {
  width: 10%;
}
.test-type2-result-tab1-state1 .result > ul.text {
  margin: 8px 0 0;
  height: 17px;
  line-height: 17px;
}
.test-type2-result-tab1-state1 .result > ul.graph {
  margin: 16px 0 0;
}
.test-type2-result-tab1-state1 .result > ul.graph > li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12px;
  background: #f2f2f2;
  border-right: 1px solid var(--Light-Basic-Gray-500, #0090a3);
}
.test-type2-result-tab1-state1 .result > ul.graph > li.green {
  background: var(--Primary, #02c2c2);
}
.test-type2-result-tab1-state1 .result > ul.graph > li.left {
  justify-content: flex-start;
  padding-left: 12px;
}
.test-type2-result-tab1-state1 .result > ul.graph > li.right {
  justify-content: flex-end;
  padding-right: 12px;
}
.test-type2-result-tab1-state1 .result > ul.graph > li:last-child {
  border-right: 0;
}
.test-type2-result-tab1-state1 .result > ul.graph > li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.test-type2-result-tab1-state1 .result > ul.graph > li.normal:before {
  background-color: #fff;
  border: 1px solid #fff;
}
.test-type2-result-tab1-state1 .result > ul.graph > li.caution:before {
  background-color: #f2732b;
}
.test-type2-result-tab1-state1 .result > ul.graph > li.doubt:before {
  background-color: #e93535;
}

/* slider-pet */
.slider-pet {
  overflow: inherit !important;
}
.slider-pet .swiper-slide {
  width: 280px;
}
.slider-pet .item-list {
  margin: 16px 0 0 !important;
}
.slider-pet .item-list > ul > li {
  margin: 0 !important;
}

/* icon */
.icon-dog:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/image/mobile/icon_face_dog.png) no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}
.icon-cat:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/image/mobile/icon_face_cat.png) no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}
.icon-female:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/image/mobile/icon_female.png) no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}
.icon-male:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/image/mobile/icon_male.png) no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}

/* mypet-breed */
.mypet-breed {
  padding: 16px;
}
.mypet-breed > ul > li {
  margin: 24px 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;
}

.test-graph {
  width: calc(100% - 16px);
  margin: 60px 16px 0 0;
  height: auto;
  position: relative;
}
.test-graph > p {
  position: absolute;
  right: 16px;
  top: -16px;
  font-size: 11px;
  color: #262626;
}
.test-graph > p:before {
  width: 16px;
  height: 4px;
  content: "";
  display: block;
  float: left;
  background: #02c2c2;
  border-radius: 2px;
  margin-right: 4px;
  margin-top: 4px;
}
#chartdiv {
  width: 100%;
  height: 400px;
}
#chartdiv .amcharts-AxisRendererY tspan {
  font-size: 13px;
  fill: #666666;
}
#chartdiv .amcharts-AxisRendererX-group tspan {
  font-size: 13px;
  fill: #464646;
  font-weight: 600;
}

/* mypet-bcs-list */
.mypet-bcs-list {
  padding: 16px;
}
.mypet-bcs-list > ul > li {
  position: relative;
}
.mypet-bcs-list > ul > li label > div {
  height: 112px;
  padding: 16px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  border: 1px solid var(--Light-Semantic-Border-Tertiary, #e6e6e6);
  background: var(--Light-Semantic-Background, #fff);
}
.mypet-bcs-list > ul > li input:checked + div {
  border: 2px solid var(--Primary, #02c2c2);
  background: var(--Bright-Green, #f5fdfe);
}
.mypet-bcs-list > ul > li + li {
  margin: 8px 0 0;
}
.mypet-bcs-list .img {
  width: 80px;
  height: 80px;
}
.mypet-bcs-list .img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.mypet-bcs-list .tit-con {
  width: calc(100% - 80px);
  padding: 0 40px 0 16px;
}
.mypet-bcs-list .tit {
  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;
}
.mypet-bcs-list .con {
  margin: 4px 0 0;
  color: var(--Light-Semantic-Text-Sub-Primary, #666);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}
.mypet-bcs-list input {
  position: absolute;
  top: 42px;
  right: 16px;
}

.search-medium.mypet-breed-dog .input-medium,
.search-medium.mypet-breed-cat .input-medium,
.search-medium.mypet-bcs-cat .input-medium,
.search-medium.mypet-bcs-dog .input-medium {
  cursor: pointer;
}

/* 2024-01-08 */
/* intro */
.intro {
  position: fixed;
  z-index: 11;
  max-width: 475px;
  width: 100%;
  min-height: 100%;
  height: 100%;
  background: url(/image/mobile/intro_bg.png) no-repeat center center;
  background-size: cover;
}
.intro a {
  display: flex;
  width: 100%;
  height: 100%;
}
.intro .title {
  position: fixed;
  top: 48px;
  left: 16px;
  width: 320px;
  height: 120px;
}
.intro .title.sp {
  font-size: 28px;
  line-height: 31px; /* 110.714% */
  letter-spacing: -0.028px;
}
.intro .logo {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  height: 50px;
}

/* 2024-01-11 */
.test-type1-test-result {
  padding: 32px;
}
.test-type1-test-result .final-result {
  margin: 0 auto 10px;
  display: flex;
  width: 74px;
  height: 28px;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 14px;
  border: 1px solid var(--Bright-Deep-Green, #e2f6fa);
  background: var(--Bright-Deep-Green, #e2f6fa);
  color: var(--Primary-Highlighted, #0090a3);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.test-type1-test-result .code {
  margin: 8px 0 0;
  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;
}
.test-type1-test-result .result > ul {
  margin: 32px 0 0;
}
.test-type1-test-result .result > ul > li {
  margin: 8px 0 0;
  display: flex;
  align-items: center;
  height: 53px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid var(--Light-Semantic-Border-Tertiary, #e6e6e6);
  background: var(--Light-Semantic-Background, #fff);
  padding: 16px;
}
.test-type1-test-result .result > ul > li .tit {
  width: 100px;
  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;
}
.test-type1-test-result .result > ul > li .con {
  width: calc(100% - 100px);
  color: var(--Light-Semantic-Text-Secondary, #464646);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}
.test-type1-test-result .result > ul > li .con .normal {
  color: var(--Primary-Highlighted, #0090a3);
}
.test-type1-test-result .result > ul > li .con .caution {
  color: var(--Orange, #f2732b);
}
.test-type1-test-result .result > ul > li .con .doubt {
  color: var(--Red, #e93535);
}

/*permission*/
.permission {
  padding: 24px 16px;
}
.permission .title {
  margin: 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;
}
.permission .guide-text {
  text-align: left;
  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;
}
.permission > ul {
  margin: 32px 0 0;
  padding: 0 16px;
  border-radius: 16px;
  background: var(--Light-Basic-Gray-100, #f6f6f6);
}
.permission > ul > li {
  position: relative;
  padding: 16px 0 16px 40px;
}
.permission > ul > li + li {
  border-top: 1px solid #e6e6e6;
}
.permission > ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 22px;
  left: 0;
  width: 32px;
  height: 32px;
}
.permission > ul > li .tit {
  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;
}
.permission > ul > li .con {
  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;
}
.permission > ul > li.storage:before {
  background: url(/image/mobile/icon_storage.png) no-repeat;
  background-size: contain;
}
.permission > ul > li.camera:before {
  background: url(/image/mobile/icon_camera.png) no-repeat;
  background-size: contain;
}
.permission > ul > li.alarm:before {
  background: url(/image/mobile/icon_alarm.png) no-repeat;
  background-size: contain;
}

/* disease-radio */
.disease-radio li + li {
  margin: 4px 0 0;
}
.disease-radio li input {
  display: none;
}
.disease-radio li input + span {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 16px;
  border-radius: 8px;
  border: 1px solid var(--Light-Semantic-Border-Tertiary, #e6e6e6);
  background: var(--Light-Semantic-Background-Elevated-Primary, #fff);
  font-weight: 500;
  cursor: pointer;
}
.disease-radio li input:checked + span {
  background: var(--Primary, #02c2c2);
  color: #fff;
}

/* btn-disease */
.btn-disease {
  padding-right: 24px;
  background: url(/image/component/icon_select_arrow.png) no-repeat right
    center;
  background-size: contain;
}

/* 2024-03-11 메인심장질환 노말 배경*/
.kidney-disease-testing > ul.graph > li.green {
  background-color: #e2f6fa;
}
/* 2024-03-11 메인심장질환 노말 배경*/

/* 2024-03-11 */
.fixed-bottom-wrap.add-pet .item-list {
  height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}
.explanation {
  display: block;
}
.explanation .froala-view {
  width: 100%;
}
.test-type2-round > ul {
  height: 312px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* 2024-03-29 */
.member-content .check-all-wrap {
  height: auto;
  padding: 0;
}
.member-content .check-all-wrap label {
  cursor: pointer;
  width: 100%;
  height: 48px;
  padding: 14px 20px 14px 16px;
}
.more-layer .tit {
  color: #02c2c2;
}
.more-layer button:hover {
  color: #02c2c2;
}

/* 2024-04-01 */
.sub-title-area h1 {
  margin: 0;
}

/* 2024-05-02 */
.popup.full .popup-header {
  left: 0;
}
.kidney-disease-testing > ul.graph > li.green:before {
  background-color: #e2f6f6;
}
.item-list.radio input[type="radio"] {
  display: none;
}
.item-list.radio > ul > li {
  margin: 8px 0 0;
  position: static;
  display: block;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  border-radius: 0;
  background: #fff;
  border: 0;
}
.item-list.radio > ul > li > label {
  padding: 0;
  border-radius: 0;
  background: #fff;
  border: 0;
}
.item-list.radio > ul > li > label > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100% !important;
  padding: 16px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--Light-Semantic-Border-Tertiary, #e6e6e6);
}
.item-list.radio > ul > li > label > input:checked + div {
  border: 2px solid var(--Primary, #02c2c2);
  background: var(--Bright-Green, #f5fdfe);
}
.test-type2-round.radio input[type="radio"] {
  display: none;
}
.test-type2-round.radio > ul > li > div {
  padding: 16px !important;
}
.test-type2-round.radio > ul > li > label > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 53px;
  padding: 16px !important;
  border-radius: 8px;
  border: 1px solid var(--Light-Semantic-Border-Tertiary, #e6e6e6);
  background: var(--Light-Semantic-Background, #fff);
}
.test-type2-round.radio > ul > li > label > input:checked + div {
  border: 2px solid var(--Primary, #02c2c2);
}

.popup.popup-disease {
  top: 16px !important;
}

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

.icon-dog:before {
  background: url(/image/mobile/icon_face_dog.png) no-repeat;
  background-size: contain;
}
.icon-cat:before {
  background: url(/image/mobile/icon_face_cat.png) no-repeat;
  background-size: contain;
}
.icon-female:before {
  background: url(/image/mobile/icon_female.png) no-repeat;
  background-size: contain;
}
.icon-male:before {
  background: url(/image/mobile/icon_male.png) no-repeat;
  background-size: contain;
}

/* 2024-05-24 */
.symptoms-diseases button {
  width: auto;
  padding: 0 8px;
}
.symptoms-diseases button:nth-child(4n) {
  margin-right: 8px;
}

.test-type1-result-tab1-state1 .round {
  width: auto !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  height: 28px;
  background-image: none !important;
}
.test-type1-result-tab1-state1 .round span {
  display: inline-flex;
  height: 28px;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 14px;
  border: 1px solid var(--Bright-Deep-Green, #e2f6f6);
  background: var(--Bright-Deep-Green, #e2f6f6);
  color: var(--Primary-Highlighted, #00adad);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.test-type1-result-tab1-state1 .round img {
  width: 20px;
  height: 20px;
}


.test-type2-result-tab1-state1 .round {
  width: auto !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  height: 28px;
  background-image: none !important;
}
.test-type2-result-tab1-state1 .round span {
  display: inline-flex;
  height: 28px;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 14px;
  border: 1px solid var(--Bright-Deep-Green, #e2f6f6);
  background: var(--Bright-Deep-Green, #e2f6f6);
  color: var(--Primary-Highlighted, #00adad);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.test-type2-result-tab1-state1 .round img {
  width: 20px;
  height: 20px;
}

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

/* filter */
#header .filter {
  display: none;
  width: 40px;
  height: 40px;
  background: url(/image/mobile/icon_filter.png) no-repeat;
  background-size: contain;
}
body.active-filter #header .filter {
  display: inline-block;
}

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

/* product-list */
.product-list {
  padding: 0 16px;
}
.product-list > li > a {
  padding: 16px 0;
  display: flex;
  gap: 16px;
  border-bottom: 1px solid #e6e6e6;
}
.product-list .img img {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid var(--Light-Basic-Gray-200, #e6e6e6);
  object-fit: cover;
}
.product-list .info {
  width: calc(100% - 116px);
}
.product-list .brand {
  display: flex;
  gap: 4px;
  color: var(--Light-Semantic-Text-Secondary, #464646);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
.product-list .brand img {
  width: 16px;
  height: 16px;
}
.product-list .subject {
  margin: 2px 0 0;
  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;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
.product-list .option {
  margin: 4px 0 0;
  color: var(--Light-Semantic-Text-Sub-Primary, #666);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
.product-list .price {
  margin: 2px 0 0;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.product-list .reason {
  margin: 4px 0 0;
  color: var(--Red, #e93535);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}

/* report-reason */
.report-reason label {
  display: block;
}
.report-reason label + label {
  margin: 16px 0 0;
}

.popup.full .popup-header {
  height: 48px;
  line-height: 48px;
}

/* search-word */
.search-word {
  display: flex;
  padding: 24px 16px 0;
}
.search-word > div {
  width: 50%;
}
.search-word .title {
  margin: 0;
  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;
}
.search-word li {
  margin: 16px 0 0;
}
.search-word li a strong {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  margin: 0 16px 0 0;
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.039px;
}
.search-word li a {
  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;
}

/* type-b */
.category-slider.type-b {
  padding: 16px 0 0 16px;
  margin: 0 0 16px;
}
.category-slider.type-b:before {
  display: none !important;
}
.category-slider.type-b .swiper-container .swiper-wrapper .swiper-slide {
  display: inline-flex;
  height: 28px;
  padding: 0 4px 0 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 15px;
  border: 1px solid var(--Light-Semantic-Border-Tertiary, #e6e6e6);
  background: var(--Light-Semantic-Fill-Reverse-Primary, #fff);
}
.category-slider.type-b
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .category {
  margin: 0;
  padding: 0;
  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;
  border: 0;
}

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

/* slider-recently-viewed */
.slider-recently-viewed {
  margin: 16px;
}
.slider-recently-viewed .swiper-slide {
  width: 120px;
}
.slider-recently-viewed .img {
  position: relative;
}
.slider-recently-viewed .img img {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid var(--Light-Basic-Gray-200, #e6e6e6);
  object-fit: cover;
}
.slider-recently-viewed .img .like {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: url(/image/mobile/icon_like.png) no-repeat;
  background-size: contain;
}
.slider-recently-viewed .status-group {
  margin: 8px 0 0;
  display: flex;
  align-items: center;
  gap: 4px;
}
.slider-recently-viewed .upgrade {
  display: inline-flex;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--Primary, #02c2c2);
  color: var(--Primary-Highlighted, #00adad);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.slider-recently-viewed .subject {
  margin: 8px 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;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
.slider-recently-viewed .market-price {
  margin: 4px 0 0;
  color: var(--Light-Semantic-Text-Sub-Secondary, #868686);
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
  text-decoration: line-through;
}
.slider-recently-viewed .regular-price {
  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;
}
.slider-recently-viewed .membership-price {
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.036px;
}
.slider-recently-viewed .dc {
  display: inline-flex;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: linear-gradient(90deg, #02c2c2 0%, #009ee1 137.5%);
  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;
}
.slider-recently-viewed .star {
  margin: 6px 0 0;
  display: flex;
  align-items: center;
  gap: 2px;
  color: var(--Light-Basic-Gray-700, #666);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}
.slider-recently-viewed .star img {
  width: 12px;
  height: 12px;
}
.slider-recently-viewed .star span {
  font-weight: 400;
}

/* product-item-list */
.product-item-list {
  display: flex;
  flex-wrap: wrap;
  margin: -8px 16px 0 !important;
  overflow: hidden;
}
.product-item-list > li {
  position: relative;
  width: calc((100% - 12px) / 2);
  margin: 24px 12px 0 0;
}
.product-item-list > li:nth-child(2n) {
  margin-right: 0;
}
.product-item-list .img {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.product-item-list .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid var(--Light-Basic-Gray-200, #e6e6e6);
  object-fit: cover;
}
.product-item-list .img .like {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background: url(/image/mobile/icon_like.png) no-repeat;
  background-size: contain;
}
.product-item-list .img .like.active {
  background: url(/image/mobile/icon_like_active.png) no-repeat;
  background-size: contain;
}
.product-item-list .status-group {
  margin: 8px 0 0;
  display: flex;
  align-items: center;
  gap: 4px;
}
.product-item-list .upgrade {
  display: inline-flex;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--Primary, #02c2c2);
  color: var(--Primary-Highlighted, #00adad);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.product-item-list .impossible {
  display: flex;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--Light-Basic-Gray-600, #868686);
  background: var(--Light-Basic-Gray-600, #868686);
  color: var(--Light-Basic-White, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.product-item-list .sold-out {
  display: flex;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--Light-Basic-Gray-600, #868686);
  background: var(--Light-Basic-Gray-600, #868686);
  color: var(--Light-Basic-White, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.product-item-list .subject {
  margin: 8px 0 0;
  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;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
.product-item-list .market-price {
  margin: 4px 0 0;
  color: var(--Light-Semantic-Text-Sub-Secondary, #868686);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
  text-decoration-line: strikethrough;
  text-decoration: line-through;
}
.product-item-list .regular-price {
  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;
}
.product-item-list .membership-price {
  color: var(--Light-Semantic-Text-Primary, #262626);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.039px;
}
.product-item-list .dc {
  display: inline-flex;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: linear-gradient(90deg, #02c2c2 0%, #009ee1 137.5%);
  color: var(--Light-Basic-White, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.product-item-list .star {
  margin: 6px 0 0;
  display: flex;
  align-items: center;
  gap: 2px;
  color: var(--Light-Basic-Gray-700, #666);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}
.product-item-list .star img {
  width: 12px;
  height: 12px;
}
.product-item-list .star span {
  font-weight: 400;
}
.product-item-list .more-layer {
  position: absolute;
  top: 32px;
  right: 0;
}
.product-item-list .more-layer > button {
  background: url(/image/mobile/icon_more_horizontal2.png) no-repeat;
  background-size: contain;
}
.product-item-list .more-layer .tit {
  color: var(--Light-Semantic-Text-Sub-Secondary, #868686);
}

.popup.full > .inner-wrap {
  padding-top: 48px;
}

/* radio-cate */
.radio-cate {
  margin: 16px 16px 0;
  display: flex;
  align-items: center;
  gap: 4px;
}
.radio-cate label {
  display: flex;
  align-items: center;
  gap: 2px;
}
.radio-cate label input {
  display: none;
}
.radio-cate label span {
  display: flex;
  height: 28px;
  padding: 6px 12px 6px 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 15px;
  border: 1px solid var(--Light-Semantic-Border-Secondary, #d6d6d6);
  background: var(--Light-Semantic-Fill-Reverse-Primary, #fff);
  color: var(--Light-Semantic-Text-Secondary, #464646);
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}
.radio-cate label img {
  width: 18px;
  height: 18px;
}
.radio-cate label input:checked + span {
  border-radius: 15px;
  border: 1px solid var(--Primary, #02c2c2);
  background: var(--Primary, #02c2c2);
  color: #fff;
}

.width100 {
  width: 100px !important;
}

/* community-list */
.community-list {
  margin: 0 16px;
}
.community-list > li {
  padding: 16px 0;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}
.community-list > li > a {
  overflow: hidden;
}
.community-list > li .img img {
  float: right;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  border: 1px solid var(--Light-Basic-Gray-200, #e6e6e6);
  background: url(<path-to-image>) lightgray 50% / cover no-repeat,
    url(<path-to-image>) lightgray 50% / cover no-repeat;
}
.community-list > li .img + .info {
  float: left;
  width: calc(100% - 96px);
  margin-right: 16px;
}
.community-list .cate-subject {
  display: flex;
  align-items: center;
  gap: 4px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
.community-list .cate {
  color: var(--Primary-Highlighted, #00adad);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}
.community-list .subject {
  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;
}
.community-list .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;
}
.community-list .number-time {
  margin: 4px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.community-list .number {
  display: flex;
  align-items: center;
  gap: 8px;
  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;
}
.community-list .like {
  display: flex;
  align-items: center;
  width: 14px;
  height: 14px;
  background: url(/image/mobile/icon_like2.png) no-repeat;
  background-size: contain;
  padding-left: 16px;
}
.community-list .comment {
  display: flex;
  align-items: center;
  width: 14px;
  height: 14px;
  background: url(/image/mobile/icon_comment.png) no-repeat;
  background-size: contain;
  padding-left: 16px;
  margin-left: 8px;
}
.community-list .time {
  color: var(--Light-Semantic-Text-Sub-Tertiary, #a6a6a6);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}

/* contents-list */
.contents-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -8px;
  overflow: hidden;
  padding: 0 16px;
}
.contents-list > li {
  width: calc((100% - 12px) / 2);
  margin: 24px 12px 0 0;
}
.contents-list > li:nth-child(2n) {
  margin-right: 0;
}
.contents-list .img {
  position: relative;
  width: 100%;
  padding-bottom: 75.15%;
  height: 0;
  overflow: hidden;
}
.contents-list .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid var(--Light-Basic-Gray-200, #e6e6e6);
  object-fit: cover;
}
.contents-list .status-group {
  position: absolute;
  top: 4px;
  left: 4px;
}
.contents-list .status-group .cate {
  display: flex;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--Bright-Deep-Green, #e2f6f6);
  background: var(--Bright-Deep-Green, #e2f6f6);
  color: var(--Primary-Highlighted, #00adad);
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.contents-list .subject {
  margin: 12px 0 0;
  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;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}

.medium-title {
  margin: 24px 16px 0;
  color: #262626;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.048px;
  white-space: pre-line;
}

/* slider-new-story */
.slider-new-story {
  padding: 16px 16px 0;
}
.slider-new-story .swiper-slide {
  width: 200px !important;
}
.slider-new-story .pimg img {
  width: 200px;
  height: 150px;
  flex-shrink: 0;
  border-radius: 8px;
}
.slider-new-story .subject {
  margin: 12px 0 0;
  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;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}

/* sub-banner */
.sub-banner {
  position: relative;
  width: 100%;
  padding-bottom: 30.93%;
  height: 0;
  overflow: hidden;
}
.sub-banner > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Light-Semantic-Text-Sub-Secondary, #868686);
  text-align: center;
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 154.545% */
  letter-spacing: -0.033px;
}
/* small */
.sub-banner.small {
  position: relative;
  width: 100%;
  padding-bottom: 21.33%;
  height: 0;
  overflow: hidden;
}
/* medium */
.sub-banner.medium {
  position: relative;
  width: 100%;
  padding-bottom: 46.93%;
  height: 0;
  overflow: hidden;
}

/* fixed-right */
.fixed-right {
  position: fixed;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 475px;
  width: 100%;
  height: 1px;
}
.fixed-right .btn-plus {
  position: absolute;
  bottom: 0;
  right: 16px;
  display: flex;
  width: 52px;
  height: 52px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: url(/image/mobile/icon_play_green.png) no-repeat;
  background-size: contain;
}


body.active-logo #header{
	height:68px;
}
body.active-logo #header > h1{
	display: block;width:100%;
	margin:0 auto;
}

body.active-logo #header > h1 a.logo {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(/image/mobile/logo.png?241119) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
}
