@charset 'utf-8';
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
legend,
.blind,
caption {
  position: absolute;
  top: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
.mobile-only {
  display: none !important;
}
.pc-only {
  display: block !important;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
hr {
  border: 0;
  border-top: 1px solid #e6e6e6;
  margin: 16px 0;
}
select[disabled] {
  background-color: #f6f6f6;
  cursor: not-allowed;
  color: #565656;
}
input[readonly] {
  background: #f6f6f6;
  cursor: not-allowed;
  color: #a6a6a6;
}
.btn-medium:disabled,
.btn-medium:hover:disabled {
  border-color: #d6d6d6 !important;
  background-color: #d6d6d6 !important;
  color: #fff !important;
}
.btn-large:disabled,
.btn-large:hover:disabled {
  border-color: #d6d6d6 !important;
  background-color: #d6d6d6 !important;
  color: #fff !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;
}
.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: 4px;
}
.margin-t40 {
  margin-top: 40px !important;
}
.padding-t40 {
  padding-top: 40px !important;
}
a.btn-medium {
  display: inline-block;
  vertical-align: middle;
}
.help-text {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.48px;
  text-align: left;
  color: #cc0026;
  margin: 6px 0 0;
}

.width312 {
  width: 312px !important;
}

.clamp1 {
  display: -webkit-box;
  line-height: 1.5em;
  max-height: 1.5em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}
.clamp2 {
  display: -webkit-box;
  line-height: 1.5em;
  max-height: 3em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}
.clamp3 {
  display: -webkit-box;
  line-height: 1.5em;
  max-height: 4.5em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}
.clamp4 {
  display: -webkit-box;
  line-height: 1.5em;
  max-height: 6em;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}
.clamp5 {
  display: -webkit-box;
  line-height: 1.5em;
  max-height: 7.5em;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}

/*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;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}

.btn-heart {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/image/mobile/icon_heart_n.png) center center no-repeat;
  background-size: contain;
}
.btn-heart.active {
  background: url(/image/mobile/icon_heart_s.png) center center no-repeat;
  background-size: contain;
}

/* quantity-change */
.quantity-change {
  width: 96px;
  height: 32px;
  display: flex;
  align-items: center;
  border: solid 1px #e9e9e9;
}
.quantity-change .btn-minus {
  width: 32px;
  height: 32px;
  background: url(/image/mobile/icon_minus.png) no-repeat center center;
  background-size: 24px;
  text-indent: -5000px;
}
.quantity-change .input {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  border: solid 1px #e9e9e9;
}
.quantity-change .btn-plus {
  width: 32px;
  height: 32px;
  background: url(/image/mobile/icon_plus.png) no-repeat center center;
  background-size: 24px;
  text-indent: -5000px;
}

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

/*인덱스팝업*/
.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;
  margin-top: 80px;
  left: 50% !important;
  top: 0;
  transform: translate(-50%, 0);
  max-width: 400px !important;
  border-radius: 12px;
}
.popup .inner-wrap {
  padding: 32px 16px 16px;
}
.popup .inner-wrap .popup-header {
  margin-bottom: 24px;
  font-size: 18px;
}

/* full */
.popup.full {
  min-width: auto;
  max-width: 750px !important;
  width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  height: 100%;
  transform: translate(-50%, -50%);
  border-radius: 0;
  background-color: #e7f3f3;
}
.popup.full .inner-wrap {
  padding: 44px 0 24px;
  overflow-y: auto;
}
.popup.full .popup-header {
  position: fixed;
  left: 50%;
  top: 0;
  display: block;
  width: 100%;
  transform: translate(-50%, -0);
  z-index: 100;
  max-width: 750px;
  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;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 750px;
  height: calc(100% - 146px);
  padding: 16px;
}
.temp-content pre {
  padding: 16px;
  height: 100%;
  background: #fff;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.39px;
  text-align: left;
  color: #909094;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: pre-line;
  border-radius: 8px;
}

.btn-switch {
  width: 54px !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: 16px;
  border-bottom: 1px solid #fff;
}
.app-setting > ul > li h1 {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.app-setting > ul > li .switch-setting {
  text-align: right;
}

.datepickers-container {
  z-index: 102;
}
.datepicker-here.icon-type {
  background: #ffffff url(/image/component/icon_date.png) right 8px center
    no-repeat;
  background-size: 16px;
  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: 6px 16px 0;
}
.tab-menu.type-c > .inner-wrap > .tab-header {
  border: 0;
  margin: 0 0 8px;
  padding: 0 24px;
  background-color: transparent;
}
.tab-menu.type-c > .inner-wrap > .tab-header li {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: center;
  color: rgba(149, 149, 178, 0.6);
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid transparent;
}
.tab-menu.type-c > .inner-wrap > .tab-header li.active {
  position: relative;
  border: 0;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: center;
  border-radius: 0;
  background-color: transparent;
  color: #3fad4c;
  border-bottom: 1px solid #3fad4c;
}
.tab-menu.type-c > .inner-wrap > .tab-header li.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #3fad4c;
}

/* 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: #3fad4c;
  border-bottom: 2px solid #3fad4c;
}
.tab-menu-pview .tab-header li a {
  color: #c6c6c9;
}
.tab-menu-pview .tab-header li.active a {
  font-weight: bold;
  color: #3fad4c;
}
.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;
  padding: 0 0 0 16px;
  width: 100%;
  height: 50px;
  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: 13px;
  color: #a6a6a6;
  line-height: 50px;
  padding: 9px 0 16px;
  margin: 0 16px 0 0;
  font-weight: 500;
}
.category-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .category.active {
  font-weight: 600;
  color: #56a120;
  border-bottom: 2px solid #56a120;
}

/* 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: #3fad4c !important;
  color: #fff !important;
  border: 1px solid #3fad4c !important;
}
.theme1-c-btn.line:not(.btn-switch):hover {
  background-color: #fff !important;
  color: #3fad4c !important;
  border: 1px solid #3fad4c !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;
  background-color: #e7f3f3;
}
#sb-site {
  width: 100%;
}
#wrapper {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  padding: 48px 0 55px;
}

#content {
  width: 100%;
  min-height: 524px;
  padding-bottom: 40px;
}

.left-menu {
  display: none;
}

/* 헤더 */
#header {
  position: fixed;
  left: 50%;
  top: 0;
  display: block;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 750px;
  height: 48px;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 16px;
}
#header .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 16px;
}
#header .right > a {
  margin-left: 8px;
}
#header > h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  transform: translate(-50%, -50%);
  display: none;
  width: 122px;
  height: 34px;
}
#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: 24px;
  height: 24px;
  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;
}
/*alirm*/
#header .alirm {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/image/mobile/icon_alirm.png) center center no-repeat;
  background-size: contain;
}
#header .alirm.new {
  background: url(/image/mobile/icon_alirm_new.png) center center no-repeat;
  background-size: contain;
}

/* 푸터 */
#footer {
  display: none;
  width: 100%;
  background: #ffffff;
}
#footer .toggle-btn {
  display: block;
  padding: 0 40px;
  height: 40px;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 40px;
  letter-spacing: -0.48px;
  text-align: left;
  color: #565656;
  border-bottom: 1px solid #e9e9e9;
}
#footer .toggle-btn:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url(/image/component/icon_accordion_arrow_down.png) no-repeat
    left top;
  background-size: cover;
  margin: -3px 0 0 8px;
}
#footer.on .toggle-btn:after {
  background: url(/image/component/icon_accordion_arrow_up.png) no-repeat
    left top;
  background-size: cover;
}
#footer .toggle-box {
  transition: height 0ms 400ms, opacity 400ms 0ms;
  overflow: hidden;
  height: 0;
  opacity: 0;
}
#footer.on .toggle-box {
  height: auto;
  padding: 16px 40px;
  opacity: 1;
  background: #ffffff;
  text-align: left;
  font-size: 12px;
  color: #b6b6b6;
  border-radius: 8px;
  line-height: 1.8;
  letter-spacing: -0.6px;
  font-weight: 400;
}
#footer .toggle-box h2 {
  margin: 4px 0 8px;
  line-height: 1;
  height: 18px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.6px;
  color: #868686;
}
#footer .toggle-box ul + h2 {
  margin-top: 16px;
}
#footer .toggle-box li.tel a {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #5cc4ef;
}
#footer .toggle-box li {
  color: #b6b6b6;
  margin: 4px 0 0;
}
#footer .toggle-box span {
  display: inline-block;
  color: #b6b6b6;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.6px;
}
#footer .toggle-box span + span {
  margin-left: 8px;
}
#footer .toggle-box a {
  color: #b6b6b6;
}
#footer .copyright {
  margin: 16px 0 0;
  text-align: left;
  height: 18px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.6px;
  color: #d6d6d6;
}

/* to-top */
#to-top {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 50;
}
#to-top a {
  display: inline-block;
  width: 82px;
  height: 82px;
  background: url(/image/mobile/to_top.png) center center no-repeat;
  background-size: contain;
}

/* 하단 네비게이션 바 */
.footer-fixed-menu {
  position: fixed;
  left: 50%;
  bottom: 0;
  padding: 0 16px;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 750px;
  background-color: #fff;
  border-top: 1px solid #d6d6d6;
  z-index: 50;
}
.footer-fixed-menu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-fixed-menu li {
  width: 20%;
  height: 55px;
  text-align: center;
}
.footer-fixed-menu li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #a6a6a6;
  border-top: solid 2px #fff;
}
.footer-fixed-menu li a.active {
  border-top: solid 2px #3fad4c;
  font-weight: bold;
  color: #565656;
}
.footer-fixed-menu li a:before {
  content: "";
  display: block;
  margin: 7.5px auto 4px;
  width: 24px;
  height: 24px;
  background-size: contain !important;
}
.footer-fixed-menu li.n1 a:before {
  background: url(/image/mobile/gnb_1.png);
}
.footer-fixed-menu li.n2 a:before {
  background: url(/image/mobile/gnb_2.png);
}
.footer-fixed-menu li.n3 a:before {
  background: url(/image/mobile/gnb_3.png);
}
.footer-fixed-menu li.n4 a:before {
  background: url(/image/mobile/gnb_4.png);
}
.footer-fixed-menu li.n5 a:before {
  background: url(/image/mobile/gnb_5.png);
}
.footer-fixed-menu li.n6 a:before {
  background: url(/image/mobile/gnb_6.png);
}

.footer-fixed-menu li.n1 a.active:before {
  background: url(/image/mobile/gnb_1_active.png);
}
.footer-fixed-menu li.n2 a.active:before {
  background: url(/image/mobile/gnb_2_active.png);
}
.footer-fixed-menu li.n3 a.active:before {
  background: url(/image/mobile/gnb_3_active.png);
}
.footer-fixed-menu li.n4 a.active:before {
  background: url(/image/mobile/gnb_4_active.png);
}
.footer-fixed-menu li.n5 a.active:before {
  background: url(/image/mobile/gnb_5_active.png);
}
.footer-fixed-menu li.n6 a.active:before {
  background: url(/image/mobile/gnb_6_active.png);
}

/* 메뉴레이어 */
.con_bg {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  text-indent: -5000px;
  z-index: 200;
}
.con_bg.on {
  display: block;
}
.sb-slidebar {
  background: #fff;
  overflow: hidden;
  z-index: 100;
}
.sb-slidebar .top {
  background: #fff;
  padding: 6px 16px 16px;
  text-align: left;
  overflow: hidden;
}
.sb-slidebar .top h1 {
  display: inline-block;
  width: 96px;
  height: 32px;
}
.sb-slidebar .top h1 a {
  display: block;
  width: 100%;
  height: 100%;
}
.sb-slidebar .top h1 a img {
  width: 100%;
  height: 100%;
}
.sb-slidebar .top .sb-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  background: url(/image/component/icon_modal_close.png);
  background-size: contain;
  text-indent: -5000px;
  z-index: 10;
}
.sb-slidebar .top .btn {
  overflow: hidden;
  padding-top: 16px;
}
.sb-slidebar .top .btn .btn-regular {
  border: 0;
  font-weight: bold;
  color: #565656;
}
.gnbWrap {
  height: 100%;
  overflow: auto;
  background: #e9e9e9;
}
.gnbWrap .gnbBox {
  margin: 0;
  padding: 0;
}
.gnbWrap .gnbBox > li {
  background: #fff;
  border-bottom: 1px solid #f3f3f3;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.gnbWrap .gnbBox > li > a,
.gnbWrap .gnbBox > li .title {
  position: relative;
  display: block;
  padding: 14px 20px 14px 16px;
  height: auto;
  line-height: 1.47;
  font-size: 14px;
  color: #585a5b;
  font-weight: 500;
  background: #fff;
}
.gnbWrap .gnbBox > li .title {
  background: url(/image/component/icon_accordion_arrow_down.png) right
    10px center no-repeat;
  background-size: 24px;
  transition: all 0.5s;
}
.gnbWrap .gnbBox > li .title a {
  color: #464646;
}
.gnbWrap .gnbBox > li ul {
  display: none;
  background: #f6f6f6;
  border-bottom: 1px solid #f3f3f3;
  padding: 4px 4px 4px;
  margin: 0;
}
.gnbWrap .gnbBox > li ul li a {
  display: block;
  height: 19px;
  font-size: 13px;
  line-height: 1.46;
  text-align: left;
  color: #868686;
  margin: 12px 0 12px 12px;
}
.gnbWrap .gnbBox > li ul li a:before {
  content: " - ";
}
.gnbWrap .gnbBox > li.on .title {
  background: url(/image/component/icon_accordion_arrow_up.png) right 10px
    center no-repeat;
  background-size: 24px;
}
.gnbWrap .gnbBox > li.on ul {
  display: block;
}
.gnbWrap .gnbBox > li .btn-all-cate {
  background: url(/image/mobile/icon_arrow_next.png) right 10px center
    no-repeat;
  background-size: 24px;
}

/*========== 컨텐츠 공용 시작 ==========*/
/*swiper*/
.slider .swiper-container {
  height: auto;
}
.swiper-slide {
  box-sizing: border-box;
}
.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 {
  bottom: 0;
}
.swiper-pagination-bullet.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #038013;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #038013;
}
.swiper-pagination-bullet.swiper-pagination-bullet:first-child,
.swiper-pagination-bullet.swiper-pagination-bullet:last-child {
  width: 6px;
  height: 6px;
  margin-bottom: 2px !important;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-pagination {
  max-width: 750px;
  width: 100%;
}
/* main-banner */
.main-banner .swiper-slide {
  padding: 18px 0 40px;
}
.main-banner .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 53.33%;
  height: 0;
  overflow: hidden;
}
.main-banner .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list-empty {
  padding: 126px 0;
  text-align: center;
}
.list-empty img {
  width: 80px;
  height: 80px;
}
.list-empty p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #a6a6a6;
  margin: 8px 0 0;
  letter-spacing: normal;
}
.list-empty.small {
  padding: 24px 0;
}
.list-empty.large {
  padding: 195px 0 155px;
}

/*서브타이틀*/
.sub-title-area h1 {
  position: fixed;
  top: 0;
  left: 50%;
  width: 200px;
  transform: translate(-50%, 0);
  max-width: 750px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  z-index: 100;
  color: #000;
}
.sub-title-area.type-b h1 {
  left: 45px;
  width: calc(100% - 90px);
}

/*결과*/
.result-area {
  text-align: center;
}
.result-area .icon-result {
  display: block;
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background: url(/image/mobile/icon_result_chk.png) center center
    no-repeat;
  background-size: contain;
}
.result-area h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.54px;
  text-align: center;
}
.result-area p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #9e9ea2;
  margin: 16px 0 0;
}
.result-area p strong {
  font-weight: bold;
  color: #868686;
}
.result-area .btn-large {
  display: block;
  width: 100%;
  margin: 120px 0 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;
}
.result-area .logo {
  width: 120px;
  height: 81.9px;
  margin: 130px 0 40px;
}

/*board-list-area*/
.board-list-area {
  padding: 16px 16px 0;
}
.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: 14%;
}
.board-list-area ul li.chk {
  width: 12%;
}
.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;
  font-size: 10px;
  color: #a6a6a6;
  background: #f9f9f9;
}
.board-list-area .board-list-header > div {
  width: 100%;
  display: block;
  height: auto;
  background: #f9f9f9;
  padding: 0;
}
.board-list-content > div {
  position: relative;
  width: 100%;
  display: block;
  height: auto;
  padding: 0;
  border-bottom: 1px solid #e6e6e6;
}
.board-list-content > div > ul > li {
  padding: 8px 0;
  height: 50px;
  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;
}
.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;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.65px;
  text-align: left;
  color: #565656;
  max-width: 95%;
  display: -webkit-box;
  line-height: 1.5em;
  height: 1.5em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
}
.board-list-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: #5cc4ef;
  margin: 0 0 0 8px;
}
.board-list-content > div > ul > li.status span {
  font-weight: 600;
  color: #a6a6a6;
}
.board-list-content > div > ul > li.term {
  text-align: right;
}
.board-list-content > div > ul > li.term span {
  display: block;
  color: #a6a6a6;
}
.board-list-content > div.notice .num {
  font-weight: bold;
  color: #5cc4ef;
}
.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);
  background-size: contain;
}
.board-file + .board-file {
  margin: 8px 0 0;
}

/* 게시판형 faq */
.board-list-content .accordion {
  width: auto;
  border-bottom: solid 1px #fff;
}
.board-list-content .accordion:first-child {
  margin: -16px 0 0;
}
.board-list-content .accordion > ul > li {
  height: auto;
  position: relative;
  padding: 16px;
}
.board-list-content .accordion > ul > li p {
  width: calc(100% - 36px);
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: -0.6px;
  text-align: left;
  color: #161616;
  text-decoration: none;
  cursor: pointer;
  display: -webkit-box;
  line-height: 1.3em;
  height: 1.3em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.board-list-content .accordion .num {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.board-list-content .accordion > ul > li p:after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  background: url(/image/component/icon_accordion_arrow_down.png) no-repeat
    0 0;
  background-size: contain;
  opacity: 0.3;
}
.board-list-content .accordion .accordion-content {
  width: 100%;
  transition: height 0ms 400ms, opacity 400ms 0ms;
  overflow: hidden;
  height: 0;
  min-height: 0;
  opacity: 0;
}
.board-list-content .accordion.active .accordion-content {
  border-top: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.5);
  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;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #565656;
}
.board-list-content .accordion .accordion-content img {
  display: block;
  max-width: 100%;
  margin: 8px 0 0;
}

/* 1*/
.board-list {
  margin: 4px 0 0;
}
.board-list > ul > li {
  position: relative;
  border-bottom: 1px solid #fff;
  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 .info {
  width: 100%;
}
.board-list .info a {
  display: block;
}
.board-list .info a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background: url(/image/mobile/icon_arrow.png) no-repeat 0 0;
  background-size: contain;
  opacity: 0.5;
}
.board-list .info .datetime {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #76768e;
}
.board-list .subject {
  margin-right: 60px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.board-list .date-status {
  display: flex;
  align-items: center;
  margin: 4px 0 0;
}
.board-list .date-status .date {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #76768e;
}
.board-list .date-status .status {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
  margin-left: 16px;
}
.board-list + .btn-group-area {
  padding: 8px 16px 0 0;
}

/*검색*/
.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 {
  margin: 8px 0 0;
  overflow: hidden;
  border-bottom: 1px solid #fff;
}
.board-view-area .header {
  position: relative;
  border-bottom: 1px solid #fff;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 16px;
}
.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 {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #1b1b24;
  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 {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
  margin: 0 8px 0 0;
}
.board-view-area .header .info li a {
  font-size: 14px;
  color: #a6a6a6;
  text-decoration: underline;
}
.board-view-area .header .info li.secret {
  width: 18px;
  height: 16px;
  background: url(/image/mobile/icon_secret.png);
  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: #a6a6a6;
}
.board-view-area .header .info .name-btn .btn-regular {
  height: 35px;
  line-height: 33px;
  margin-left: 8px;
}
.board-view-area .content {
  padding: 16px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  word-break: break-all;
}
.board-view-area .content.small {
  min-height: 100px;
}
.board-view-area .content img {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}
.board-view-area .editor-input {
  margin: 0 10px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.board-view-area .img img {
  max-width: 100%;
  height: auto;
}
.board-view-area .swiper-container {
  margin: 16px 0 0;
}
.board-view-area .swiper-container .swiper-slide {
  position: relative;
  width: 100px !important;
  padding-bottom: 100px !important;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}
.board-view-area .swiper-container .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}

/*board-re*/
.board-re > h1 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: center;
  color: #909094;
}
.board-re > div {
  padding: 16px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #1b1b24;
}

/* 댓글 작성 */
.board-comment-area {
  width: 100%;
  height: auto;
  background: #fff;
  overflow: hidden;
  margin: 32px 0 0;
}
.board-comment-area h1 {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.48px;
  text-align: left;
  color: #161616;
  margin-bottom: 12px;
}
.board-comment-write {
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
  margin-top: 24px;
  padding: 0 16px 16px;
}
.board-comment-write textarea {
  width: 100%;
  height: 120px;
  border: solid 1px #e6e6e6;
  border-radius: 4px;
  padding: 10px 12px;
}
.board-comment-write .btn-group-area {
  margin: 16px 0 0;
  padding: 0;
}

.board-comment-list {
  width: 100%;
  height: auto;
  border-top: 1px solid #e6e6e6;
}
.board-comment-list > div {
  width: 100%;
  height: auto;
}
.board-comment-list > div > ul {
  display: inline-block;
  width: 100%;
  height: auto;
}
.board-comment-list > div > ul > li {
  display: inline-block;
  width: 100%;
  height: auto;
}
.board-comment-list > div > ul > li > .comment-box {
  width: 100%;
  height: auto;
  padding: 16px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.board-comment-list > div > ul > li .comment-top-area {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: -4px 0 0;
}
.board-comment-list > div > ul > li .comment-top-area > ul.comment-info {
  display: block;
  float: left;
}
.board-comment-list .comment-btn {
  display: block;
  float: right;
  position: relative;
  margin-right: -8px;
}
.board-comment-list .comment-btn:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/image/mobile/icon_cm_btn.png);
  background-size: contain;
  cursor: pointer;
}
.board-comment-list .comment-btn ul {
  display: none;
}
.board-comment-list .comment-btn.active ul {
  display: block;
  position: absolute;
  top: 16px;
  right: 8px;
  width: 88px;
  height: 105px;
  margin: 0 0 0 60px;
  padding: 8px 0 16px 16px;
  border-radius: 8px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  z-index: 1;
}
.board-comment-list .comment-btn li button {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.65px;
  text-align: left;
  color: #868686;
}
.board-comment-list .comment-btn li + li {
  margin-top: 8px;
}
.board-comment-list .comment-btn li button:hover {
  text-decoration: underline;
}
.board-comment-list > div > ul > li .comment-top-area > ul.comment-info li {
  display: inline-block;
  margin-right: 12px;
}
.board-comment-list .comment-top-area > ul.comment-info li {
  font-size: 11px;
  color: #a6a6a6;
}
.board-comment-list .comment-top-area > ul.comment-info li.userid {
  color: #565656;
}
.board-comment-list > div > ul > li .comment-content-area {
  width: 100%;
  display: block;
  height: auto;
}
.board-comment-list > div > ul > li .comment-content-area > p {
  width: 100%;
  height: auto;
  line-height: 1.46;
  display: block;
  color: #161616;
  font-size: 13px;
  padding: 4px 0;
}
.board-comment-list > div > ul > li .bottom-btn button {
  font-size: 12px;
  color: #b6b6b6;
  margin: 0 16px 0 0;
}
.board-comment-list > div > ul > li .comment-reply-write {
  width: 100%;
  height: auto;
  padding: 12px 12px 16px 44px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  background: #f9f9f9 url(/image/mobile/icon_re.png) 16px 12px no-repeat;
  background-size: 24px;
}
.board-comment-list > div > ul > li .comment-reply-write:before {
}
.board-comment-list > div > ul > li .comment-reply-write textarea {
  width: 100%;
  height: 120px;
}
.board-comment-list > div > ul > li .comment-reply-write .btn-group-area {
  margin: 16px 0 0;
  padding: 0;
}
.board-comment-list > div > ul > li .comment-reply-write .btn-regular {
  width: calc(50% - 5px);
  height: 44px;
  line-height: 42px;
  border-radius: 22px;
  font-size: 13px;
  margin: 0;
}
.board-comment-list .comment-reply-write .btn-regular + .btn-regular {
  margin: 0 0 0 8px;
}
.board-comment-list > div > ul > li > .comment-box.re {
  width: 100%;
  height: auto;
  padding: 12px 12px 12px 44px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  background: url(/image/mobile/icon_re.png) 16px 12px no-repeat;
  background-size: 24px;
}
.board-comment-list > .comment-box.re .comment-content-area > p {
  color: #868686;
}
.comment-content-area ul {
  display: flex;
  margin: 8px 0;
}
.comment-content-area li.tit {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
  color: #a6a6a6;
  width: 64px;
  height: 18px;
}
.comment-content-area li.con {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.65px;
  text-align: left;
  color: #161616;
  width: calc(100% - 64px);
  padding-left: 8px;
}

/* 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% - 108px);
}
.table-type-area > ul > li > .con .input-regular.btn-add + button {
  width: 104px;
  padding: 0;
  margin-left: 4px;
}
.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 > ul {
  padding: 0 16px;
  text-align: left;
}
.BTT > ul > li {
  margin: 16px 0 0;
}
.BTT > ul > li > .tit {
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #424252;
}
.BTT > ul > li > .tit.required::after {
  content: "*";
  display: inline-block;
  color: #cc0026;
  margin-left: 4px;
}
.BTT > ul > li > .tit.required-title .title::after {
  content: "*";
  display: inline-block;
  color: #cc0026;
  margin-left: 4px;
}

.BTT > ul > li > .con {
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 500;
  color: #565656;
}
.BTT > ul > li > .con.view {
  margin-left: 24px;
}
.BTT > ul > li.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.BTT > ul > li.flex + li.flex {
  margin-top: 8px;
}
.BTT > ul > li.flex > .tit {
  width: 80px;
  color: #565656;
}
.BTT > ul > li.flex > .con {
  margin: 0;
  width: calc(100% - 80px);
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.64px;
  text-align: right;
  color: #000;
}
.BTT > ul > li.flex > .con.text-left {
  text-align: left;
}
.BTT > ul > li > .con .input-regular {
  width: 100%;
  height: 44px;
  font-size: 14px;
  border-radius: 4px;
}
.BTT > ul > li > .con .input-regular + textarea.input-regular {
  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-regular.btn-add {
  width: calc(100% - 90px);
}
.BTT > ul > li > .con .input-regular.btn-add + button {
  width: 86px;
  height: 44px;
  padding: 0;
  margin-left: 4px;
  font-size: 14px;
  border-radius: 8px;
}
.BTT > ul > li > .con .input-regular.btn-add + button + .input-regular {
  margin: 8px 0 0;
}
.BTT > ul > li > .con .input-regular.unit-add {
  width: calc(100% - 30px);
}
.BTT > ul > li > .con textarea.input-regular {
  width: 100%;
  height: auto;
}
.BTT > ul > li > .con button {
  width: 86px;
  height: 43px;
  font-size: 14px;
  border-radius: 8px;
}
.BTT .btn-group-area {
  padding: 48px 0 0;
}
.BTT .btn-group-area .btn-large {
  border-radius: 0 !important;
}
.BTT .btn-group-area.type-b {
  padding: 24px 16px 0;
}
.BTT .btn-group-area.type-b .btn-medium.btn-split2 {
  margin: 0;
  width: 50%;
}
.BTT .btn-group-area.type-b .btn-medium.btn-split2:first-child {
  border-radius: 8px 0 0 8px;
}
.BTT .btn-group-area.type-b .btn-medium.btn-split2:last-child {
  border-radius: 0 8px 8px 0;
}

/* 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;
}
.popup-report .inner-wrap {
  padding: 32px 0 24px;
}
.popup-report .btn-group-area {
  padding: 32px 24px 0;
}

/* push-list */
.push-list > button {
  float: right;
  margin: 0 0 8px;
}
.push-list > ul {
  overflow: hidden;
  clear: both;
}
.push-list > ul > li {
  position: relative;
}
.push-list > ul > li a {
  display: block;
  border-bottom: 1px solid #e6e6e6;
  padding: 24px 32px;
  background: #fff;
}
.push-list > ul > li .date {
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.48px;
  text-align: left;
  color: #a6a6a6;
}
.push-list > ul > li .con {
  padding-right: 48px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  word-break: keep-all;
}
.push-list > ul > li .delete {
  position: absolute;
  top: 24px;
  right: 32px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(/image/component/icon_modal_close.png) center center
    no-repeat;
  background-size: contain;
  z-index: 1;
}
.push-list > ul > li.read a {
  background: #f9f9f9;
}
.push-list .list-empty {
  padding: 126px 0 306px;
}

/* Login */
.login-area {
  padding: 24px 16px;
}
.login-area h1 {
  margin: 32px 0;
  line-height: 1;
  text-align: center;
}
.login-area h1 img {
  width: 120px;
  height: 83.4px;
}
.login-area .input-medium {
  width: 100%;
}
.login-area .input-large {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  padding: 15px 16px;
  font-size: 14px;
  letter-spacing: -0.65px;
}
.login-area li + li {
  margin-top: 8px;
}
.login-area button[type="submit"] {
  margin: 16px 0 0;
  width: 100%;
  border-radius: 8px;
}
.login-area button[type="submit"] + .btn-medium {
  margin-top: 8px;
}
.login-area .btn-medium {
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  border-radius: 8px;
}
.login-area .btn-medium + .btn-medium {
  margin-top: 8px;
}
.login-chk-link {
  margin-top: 12px;
}
.login-chk-link:after {
  content: "";
  display: block;
  clear: both;
}
.login-chk-link .chk {
  float: left;
}
.login-chk-link .chk > label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.login-chk-link .chk input {
  margin: 0 4px 0 0;
}
.login-chk-link .link {
  float: right;
}
.login-chk-link .link a {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
  display: inline-block;
  margin-left: 8px;
  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: 40px 0 0;
  font-size: 12px;
  color: #a6a6a6;
}
.login-area .login-join a {
  font-size: 12px;
  text-decoration: underline;
  display: inline-block;
  margin: 0 0 0 8px;
}
.login-area button[type="button"].sns {
  width: 100%;
  border-radius: 50vh;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.7px;
  text-align: center;
  color: #868686;
  margin: 8px 0 0;
}
.login-area .kakaotalk:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  width: 32px;
  height: 32px;
  background: url(/image/mobile/icon_s_kakaotalk.png) center center
    no-repeat;
  background-size: contain;
}
.login-area .naver:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  width: 32px;
  height: 32px;
  background: url(/image/mobile/icon_s_naver.png) center center no-repeat;
  background-size: contain;
}
.login-area .facebook:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  width: 32px;
  height: 32px;
  background: url(/image/mobile/icon_s_facebook.png) center center
    no-repeat;
  background-size: contain;
}
.login-area .google:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  width: 32px;
  height: 32px;
  background: url(/image/mobile/icon_s_google.png) center center no-repeat;
  background-size: contain;
}
.login-area .apple,
.login-area .apple:hover {
  background: #000;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  border: 0;
  color: #ffffff;
}
.login-area .apple:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  width: 32px;
  height: 32px;
  background: url(/image/mobile/icon_s_apple.png) center center no-repeat;
  background-size: contain;
}

/*회원약관*/
.member-content {
  padding: 0 16px 74px;
}
.member-content .member-agree {
  margin: 24px 0 0;
}
.member-content .member-agree h1 {
  font-size: 12px;
}
.member-content .member-agree textarea.input-regular {
  width: 100%;
  height: 160px;
  border-radius: 8px;
  background-color: #f9f9f9;
  border: 0;
  color: #868686;
  margin: 8px 0 0;
}
.member-content .member-agree label {
  display: flex;
  align-items: center;
}
.member-content label span {
  font-size: 13px;
  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: 40px 0 0;
}

/* 회원용 */
.member-write-area {
  padding: 157px 0 0;
}
.member-write-area .icon-result {
  display: block;
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background: url(/image/mobile/icon_result_chk.png) center center
    no-repeat;
  background-size: contain;
}
.member-write-area h1 {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.64px;
  text-align: center;
  color: #424252;
}
.member-write-area .icon-result + h1 {
  margin-top: 24px;
}
.member-write-area .btn-large {
  width: 100%;
}
.member-write-area h1 + .btn-large {
  margin-top: 140px;
}

/* btn-group-area */
.btn-group-area {
  padding: 40px 16px 0;
  text-align: center;
  overflow: hidden;
}
.btn-group-area .f-left {
  width: 50%;
  float: left;
}
.btn-group-area .f-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  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-large.btn-split2 {
  width: 50% !important;
  margin: 0;
}
.btn-group-area .btn-large.btn-split2 + .btn-large.btn-split2 {
  margin-left: 0;
}
.btn-group-area .btn-split3 {
  width: calc((100% - 16px) / 3) !important;
  margin: 0;
}
.btn-group-area .btn-split3 + .btn-split3 {
  margin-left: 8px;
}
.board-list-area + .btn-group-area,
.board-view-area + .btn-group-area {
  padding-top: 8px;
}
.btn-group-area + .paginate-area {
  margin-top: 8px;
}

/* top-right */
.top-right {
  padding: 8px 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.top-right .btn-delete-all {
  width: 99px;
  height: 32px;
  padding: 0 8px;
  border-radius: 9999px;
  background-color: #fff;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 32px;
  letter-spacing: -0.56px;
  text-align: center;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
}
.top-right .btn-delete-all:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(/image/mobile/icon_trash.png) no-repeat;
  background-size: contain;
}

/* .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 > div {
  padding: 48px 16px 0;
  text-align: center;
}
.member-out .icon-result {
  display: block;
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: url(/image/mobile/icon_chk_gray.png) center center no-repeat;
  background-size: contain;
}
.member-out h1 {
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: -0.6px;
  text-align: center;
  color: #161616;
  margin: 16px 0 0;
}
.member-out p {
  margin: 16px auto 0;
  width: 280px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: 0.8;
  text-align: left;
  color: #565656;
}
.member-out p strong {
  font-weight: bold;
  color: #868686;
}
.member-out textarea {
  width: calc(100% - 32px);
  margin: 32px 16px 0;
}
.member-out .btn-large {
  width: 100%;
  margin: 63px 0 0;
  border-radius: 0;
}
.member-out .btn-large + .btn-large {
  margin: 16px 0 0;
}

/* froala-view */
.froala-view .f-video-editor {
  width: 100%;
  height: auto;
}
.froala-view .f-video-editor iframe {
  width: 100%;
  height: 30vh;
}
.file-upload .gallery-scroll {
  overflow-x: auto;
  overflow-y: hidden;
}
.file-upload .gallery-scroll::-webkit-scrollbar {
  width: 100%;
  height: 0;
}
.file-upload .gallery-scroll .gallery {
  width: 700px;
}
.file-upload .upload > input {
  top: -6px;
  height: 35px;
}

/* main-notice */
.main-notice {
  margin: 26px 0 0;
  padding: 0;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #e9e9e9;
  border-bottom: 0;
  padding: 40px 24px 30px 40px;
  background-color: #fff;
  border-radius: 16px 16px 0 0;
}
.main-notice .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 8px;
}
.main-notice .title h1 {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.64px;
  text-align: center;
  color: #565656;
}
.main-notice .title .more {
  width: 24px;
  height: 24px;
  margin: 0 0 0 8px;
  background: url(/image/mobile/icon_more.png);
  background-size: contain;
}
.main-notice > ul > li {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.main-notice > ul > li:last-child {
  padding-bottom: 0;
}
.main-notice > ul > li a {
  width: calc(100% - 86px);
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.92;
  letter-spacing: -0.52px;
  text-align: left;
  color: #000;
  padding-right: 24px;
}
.main-notice > ul > li span {
  font-size: 11px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: -0.44px;
  text-align: right;
  color: #a6a6a6;
}
.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;
}

body.content-padding-b0 #content {
  padding-bottom: 0;
}
body.bgwhite,
body.bgwhite .popup.full, .bgwhite{
  background-color: #fff !important;
}

/* 활성화 */
body.active-logo #header > h1,
body.active-alirm #header .alirm,
body.active-menu #header .menu {
  display: inline-block;
}
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: 55px;
}

/* 비활성화 */
body.inactive-back #header .back,
body.inactive-alirm #header .alirm,
body.inactive-footer #footer,
body.inactive-footer-fixed-menu .footer-fixed-menu {
  display: none;
}
body.inactive-footer-fixed-menu .footer-fixed-menu #wrapper {
  padding-bottom: 0;
}
.btn-delete-all {
  width: 80px;
  height: 40px;
  flex-grow: 0;
  padding: 0 11px 0 10px;
  border-radius: 4px;
  border: solid 1px #d6d6d6;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 38px;
  letter-spacing: normal;
  text-align: left;
  color: #868686;
}

/* mypage-menu */
.mypage-menu article {
  border-bottom: 1px solid #fff;
}
.mypage-menu h1 {
  padding: 15px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: left;
  color: #3fad4c;
}
.mypage-menu h1 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.mypage-menu h1 a:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/image/mobile/icon_arrow.png);
  background-size: contain;
}
.mypage-menu h1.ar:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/image/mobile/arrow_icon.png);
  background-size: contain;
}
.mypage-menu ul {
  display: none;
  padding: 1px 24px 16px 16px;
  background-color: rgba(255, 255, 255, 0.5);
}
.mypage-menu ul li a:after {
  display: none;
}
.mypage-menu li {
  margin: 16px 0 0 16px;
}
.mypage-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.mypage-menu li a:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/image/mobile/icon_arrow.png);
  background-size: contain;
}
.mypage-menu article.active ul {
  display: block;
}
.mypage-menu article.active h1.ar:after {
  background: url(/image/mobile/arrow_icon.png);
  background-size: contain;
  transform: rotateZ(-180deg);
}
.mypage-menu .a-underline-group {
  margin: 8px 24px 0 0;
  text-align: right;
}
.mypage-menu .a-underline-group a {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #a6a6a6;
}
.mypage-menu .btn-group {
  max-width: 750px;
  width: 100%;
  height: 0;
  position: fixed;
  left: 50%;
  top: 12px;
  padding: 0 12px 0 0;
  z-index: 100;
  transform: translate(-50%, 0);
  z-index: 10;
  text-align: right;
}
.mypage-menu .btn-group button {
  margin: 0 0 0 2px;
}
.mypage-menu .btn-myinfo-modify {
  width: 24px;
  height: 24px;
  background: #fff url(/image/mobile/icon_myinfo_modify.png) no-repeat;
  background-size: contain;
}
.mypage-menu .btn-push-set {
  width: 24px;
  height: 24px;
  background: #fff url(/image/mobile/icon_push_set.png) no-repeat;
  background-size: contain;
}
.mypage-menu .non-login > h1 {
  padding: 40px 32px 24px;
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: -0.8px;
  text-align: left;
  color: #565656;
}
.mypage-menu .non-login .btn {
  display: flex;
  align-items: center;
  margin: 8px 16px 24px;
  overflow: hidden;
}
.mypage-menu .non-login .btn .btn-medium {
  width: 50%;
  height: 42px;
  line-height: 40px;
}
.mypage-menu .non-login .btn .btn-medium:first-child {
  border-radius: 4px 0 0 4px !important;
}
.mypage-menu .non-login .btn .btn-medium:last-child {
  border-radius: 0 4px 4px 0 !important;
}

/* img-view */
.swiper-container.img-view {
  padding: 8px 0;
}
.swiper-container.img-view .swiper-slide {
  width: 100px;
  height: 100px;
}
.swiper-container.img-view .swiper-slide img {
  border-radius: 8px;
}

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

/* 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 {
  height: 32px;
  flex-grow: 0;
  display: flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 4px;
  border: 0;
  background-color: transparent;
  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 {
  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: 0;
  background-color: transparent;
  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 {
  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: 0;
  background-color: transparent;
  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;
}
/*========== 컨텐츠 공용 끝 ==========*/

/*========== 컨텐츠 시작 ==========*/
.therapist-reservation {
  margin: 16px;
  display: flex;
  align-items: center;
}
.therapist-reservation > a {
  position: relative;
  width: calc((100% - 2px) / 2);
  padding: 24px 16px;
  background-color: #fff;
}
.therapist-reservation > a:first-child {
  border-radius: 8px 0 0 8px;
}
.therapist-reservation > a:last-child {
  margin-left: 2px;
  border-radius: 0 8px 8px 0;
}
.therapist-reservation > a span {
  display: block;
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -0.48px;
  text-align: left;
  color: #565656;
}
.therapist-reservation > a p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.64px;
  text-align: left;
  color: #038013;
}
.therapist-reservation > a:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
}
.therapist-reservation > a.therapist-find:before {
  background: url(/image/mobile/icon_therapist.png) no-repeat;
  background-size: contain;
}
.therapist-reservation > a.reservation-details:before {
  background: url(/image/mobile/icon_reservation.png) no-repeat;
  background-size: contain;
}
.therapist-reservation > a:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 20px;
  height: 20px;
  background: url(/image/mobile/icon_arrow_circle.png) no-repeat;
  background-size: contain;
}

/* cumulative-number */
.cumulative-number {
  margin: 0 16px;
}
.cumulative-number ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cumulative-number li {
  width: calc((100% - 4px) / 3);
  height: 137px;
  padding: 24px 0;
  background-color: #fff;
  text-align: center;
}
.cumulative-number li:first-child {
  border-radius: 8px 0 0 8px;
}
.cumulative-number li:last-child {
  border-radius: 0 8px 8px 0;
}
.cumulative-number .tit {
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.48px;
  text-align: center;
  color: #565656;
}
.cumulative-number .con {
  margin: 2px 0 0;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.64px;
  text-align: center;
  color: #3fad4c;
}
.cumulative-number .con:after {
  content: "";
  display: block;
  margin: 2px auto 0;
  width: 50px;
  height: 50px;
  background-size: contain !important;
}
.cumulative-number .n1 .con:after {
  background: url(/image/mobile/icon_cumulative_number1.png) no-repeat;
}
.cumulative-number .n2 .con:after {
  background: url(/image/mobile/icon_cumulative_number2.png) no-repeat;
}
.cumulative-number .n3 .con:after {
  background: url(/image/mobile/icon_cumulative_number3.png) no-repeat;
}

/* message-list */
.message-list {
  padding: 0 16px;
}
.message-list li a {
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d6d6d6;
}
.message-list p {
  width: calc(100% - 120px);
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.64px;
  text-align: left;
  color: #191923;
  display: flex;
  align-items: center;
}
.message-list p:after {
  content: "";
  width: 8px;
  height: 8px;
  margin: 0 0 0 8px;
  border-radius: 50%;
  background-color: #f20a0a;
}
.message-list .read p:after {
  background-color: #d6d6d6;
}
.message-list span {
  width: 120px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.48px;
  text-align: right;
  color: #a6a6a6;
}

/* chat-room */
.chat-room {
  position: fixed;
  top: 44px;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 700px;
  width: 100%;
  height: calc(100% - 48px);
}
.chat-room .name-set {
  padding: 0 32px;
  height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #e9e9e9;
}
.chat-room .name-set h1 {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: -0.48px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: left;
  color: #161616;
  display: flex;
  align-items: center;
}
.chat-room .name-set h1 strong {
  margin: 0 4px 0 0;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.56px;
}
.chat-room .name-set h1:before {
  content: "";
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  background: url(/image/mobile/icon_chat_solid.png) no-repeat;
  background-size: contain;
}
.chat-room .name-set .set {
  position: relative;
  background: url(/image/mobile/icon_dot3.png) no-repeat right;
  background-size: contain;
  width: 24px;
  height: 24px;
  text-align: right;
}
.chat-room .name-set .set > ul {
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 2;
  width: 120px;
  border-radius: 15px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  display: none;
}
.chat-room .name-set .set.active > ul {
  display: block;
}
.chat-room .name-set .set > ul > li + li {
  border-top: 1px solid #d6d6d6;
}
.chat-room .name-set .set > ul > li > button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 32px;
  padding: 0 12px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.chat-room .name-set .set > ul > li > button:after {
  content: "";
  width: 16px;
  height: 16px;
  background-size: contain !important;
}
.chat-room .name-set .set > ul > li > button.exit:after {
  background: url(/image/mobile/set_exit.png) no-repeat;
}
.chat-room .name-set .set > ul > li > button.report:after {
  background: url(/image/mobile/set_report.png) no-repeat;
}
.chat-room .cont {
  position: relative;
  width: 100%;
  height: calc(100% - 72px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 16px 100px;
}
.chat-room .cont li {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  padding-bottom: 18px;
}
.chat-room .cont li .text {
  position: relative;
  display: block;
  min-width: 52px;
  padding: 12px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.6px;
  text-align: left;
  color: #161616;
}
.chat-room .cont li .text + .text {
  margin-top: 12px !important;
  clear: both;
}
.chat-room .cont li .date-time {
  position: absolute;
  bottom: -18px;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.chat-room .cont li.left {
  padding-right: 110px;
}
.chat-room .cont li.left .text {
  margin: 24px 0 0;
  float: left;
  background: #3fad4c;
  border-radius: 999px 999px 999px 0;
  color: #fff;
}
.chat-room .cont li.left .text p {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.chat-room .cont li.left .text a {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  text-decoration: underline;
}
.chat-room .cont li.left .date-time {
  left: 0;
}
.chat-room .cont li.right + li.left,
.chat-room .cont li.left + li.right {
  margin-top: 8px;
}

/* right */
.chat-room .cont li.right {
  padding-left: 110px;
}
.chat-room .cont li.right .text {
  float: right;
  background-color: #fff;
  border-radius: 999px 999px 0 999px;
  color: #161616;
}
.chat-room .cont li.right .text img {
  max-width: 100%;
}
.chat-room .cont li.right .text.file {
  background: none;
  border: 0;
  padding: 0;
}
.chat-room .cont li.right .text a {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  text-decoration: underline;
}
.chat-room .cont li.right .date-time {
  right: 0;
}
.chat-room .cont li .date-time:before {
  display: none;
}
.chat-room .cont .caution {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  max-width: 750px;
  bottom: 48px;
  width: 100%;
  padding: 8px 0;
  font-size: 11px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.44px;
  text-align: center;
  color: #f90909;
  padding: 8px 0;
  background-color: #e7f3f3;
}

/* chat-form */
.chat-form {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  max-width: 750px;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
  z-index: 50;
}
.chat-form .insert {
  padding: 8px 30px;
}
.chat-form .insert .input-regular {
  width: 100%;
  height: 32px;
  border-radius: 50px !important;
  padding: 0 40px 0 16px;
  font-size: 14px;
}
.chat-form .insert .btn-send {
  position: absolute;
  bottom: 12px;
  right: 35px;
  width: 24px;
  height: 24px;
  background: url(/image/mobile/icon_chat_send.png);
  background-size: contain;
}

/* current-address-filter */
.current-address-filter {
  position: fixed;
  left: 50%;
  top: 48px;
  transform: translateX(-50%);
  z-index: 1;
  max-width: 750px;
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
.current-address-filter .current-address {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: left;
  color: #424252;
  display: flex;
  align-items: center;
}
.current-address-filter .current-address:before {
  content: "";
  width: 24px;
  height: 24px;
  margin: 0 4px 0 0;
  background: url(/image/mobile/icon_address.png) no-repeat;
  background-size: contain;
}
.btn-filter {
  width: 24px;
  height: 24px;
  background: url(/image/mobile/icon_filter.png) no-repeat;
  background-size: contain;
}

/* therapist-info */
.therapist-info {
  position: fixed;
  left: 50%;
  bottom: 55px;
  transform: translateX(-50%);
  z-index: 1;
  max-width: 750px;
  width: 100%;
  height: 136px;
  display: flex;
  gap: 8px;
  padding: 24px 40px 32px;
  box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  border-radius: 15px 15px 0;
}
.therapist-info .pimg img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.therapist-info .info {
  width: calc(100% - 80px);
  padding: 0 0 0 8px;
}
.therapist-info .btn-heart {
  position: absolute;
  right: 32px;
  top: -4px;
}
.therapist-info .name {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.64px;
  text-align: left;
  color: #424252;
  background: url(/image/mobile/icon_person.png) no-repeat;
  background-size: 16px;
  padding-left: 22px;
}

.therapist-info .address {
  margin: 8px 0 0;
  position: relative;
  font-size: 14px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: left;
  color: #424252;
  background: url(/image/mobile/icon_address2.png) no-repeat;
  background-size: 16px;
  padding-left: 22px;
}
.therapist-info .category {
  margin: 16px 0 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.therapist-info .category::-webkit-scrollbar {
  height: 0;
}
.therapist-info .category ul {
  display: flex;
  width: 500px;
}
.therapist-info .category li {
  margin: 0 4px 0 0;
  height: 20px;
  flex-grow: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #565656;
}
.therapist-info .category li.adult {
  background-color: #d4c0e0;
}
.therapist-info .category li.child {
  background-color: #ffea9e;
}

/* map */
.map {
  position: relative;
}
.map > img {
  width: 100%;
}
.map .btn {
  position: fixed;
  bottom: 200px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  max-width: 750px;
  width: 100%;
  padding-right: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.map .btn .btn-region {
  display: block;
  width: 52px;
  height: 52px;
  background: url(/image/mobile/icon_region.png) no-repeat;
  background-size: 52px;
}
.map .btn .btn-current-location {
  display: block;
  width: 52px;
  height: 52px;
  background: url(/image/mobile/icon_current_location.png) no-repeat;
  background-size: 52px;
}
.map .marker {
  position: absolute;
  top: 328px;
  left: 167px;
  z-index: 2;
  width: 40px;
  height: 40px;
}

/* popup-find-therapist-list */
.popup-find-therapist-list {
  padding: 10px 0 0;
}
.popup-find-therapist-list ul > li .tit {
  padding: 8px 24px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.64px;
  text-align: left;
  color: #424252;
  border-bottom: solid 1px #e9e9e9;
}
.popup-find-therapist-list ul > li .tit.not-border-bottom {
  border-bottom: 0;
}
.popup-find-therapist-list ul > li .con {
  padding: 8px 24px 12px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: left;
  color: #424252;
}
.popup-find-therapist-list ul > li .con label {
  display: block;
  margin: 4px 0 0;
}
.popup-find-therapist-list ul > li .con.inline-block label {
  display: inline-block;
  min-width: 90px;
}
.popup-find-therapist-list ul > li .con label input {
  margin-right: 8px;
}
.popup-find-therapist-list ul > li .con .adult,
.popup-find-therapist-list ul > li .con .child {
  display: none;
}
.popup-find-therapist-list ul > li .con .adult.active,
.popup-find-therapist-list ul > li .con .child.active {
  display: block;
}
.popup-find-therapist-list ul > li .con.category {
  padding: 4px 24px 12px;
}
.popup-find-therapist-list ul > li .con .adult label,
.popup-find-therapist-list ul > li .con .child label {
  margin: 8px 0 0;
}
.popup-find-therapist-list .popup-close {
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  opacity: 0.8;
  background: url(/image/component/icon_modal_close.png) no-repeat 0 0;
  background-size: contain;
}

/* regional-settings */
.regional-settings .tit {
  padding: 24px 24px 12px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.64px;
  text-align: left;
  color: #3fad4c;
  display: flex;
  align-items: center;
}
.regional-settings .tit:before {
  content: "";
  width: 20px;
  height: 20px;
  margin: 0 4px 0 0;
  background: url(/image/mobile/icon_address.png) no-repeat;
  background-size: contain;
}
.regional-settings .con {
  padding: 0 16px 8px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.regional-settings .con select {
  min-width: calc((100% - 52px) / 2);
  width: calc((100% - 52px) / 2);
  height: 44px;
  border-radius: 5px !important;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: left;
  color: #424252;
}
.regional-settings .con .btn-search {
  width: 44px;
  height: 44px;
  background: #3fad4c url(/image/mobile/icon_search2.png) center center
    no-repeat;
  background-size: 24px;
  border-radius: 5px;
}

/* find-therapist-list */
.find-therapist-list {
  position: relative;
}
.find-therapist-list .title-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 24px;
  border-bottom: solid 1px #e9e9e9;
  background-color: #fff;
}
.find-therapist-list .title-filter .title {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: left;
  color: #5c5c70;
  display: flex;
  align-items: center;
}
.find-therapist-list .title-filter .title:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/image/mobile/icon_therapist2.png) no-repeat;
  background-size: contain;
}
/* type-b */
.find-therapist-list .title-filter.type-b {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px 8px;
  border-bottom: solid 1px #fff;
  background-color: transparent;
}
.find-therapist-list .title-filter.type-b .title {
  height: 22px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.64px;
  text-align: left;
  color: #161616;
}
.find-therapist-list .title-filter.type-b .title:before {
  display: none;
}

.find-therapist-list > ul {
  padding: 16px 16px 0;
}
.find-therapist-list > ul > li {
  position: static;
  transform: none;
  height: auto;
  padding: 16px 14px;
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
  flex-wrap: wrap;
  border-bottom: 1px solid #fff;
}
.find-therapist-list > ul > li .pimg img {
  width: 40px;
  height: 40px;
}
.find-therapist-list > ul > li .name-heart {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.find-therapist-list > ul > li .address {
  margin: 0;
}
.find-therapist-list > ul > li .btn-heart {
  position: static;
}
.find-therapist-list > ul > li .category {
  margin: 0;
}
.find-therapist-list .fixed-btn {
  position: fixed;
  left: 50%;
  bottom: 160px;
  transform: translateX(-50%);
  z-index: 1;
  max-width: 750px;
  width: 100%;
  height: 0;
}
.find-therapist-list .btn-around-me {
  position: absolute;
  right: 8px;
  bottom: 0;
  width: 52px;
  height: 52px;
  background: url(/image/mobile/icon_around_me.png) no-repeat;
  background-size: contain;
}

/* sub-title-small */
.sub-title-small {
  position: relative;
  padding: 40px 16px 0;
}
.sub-title-small h1 {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: left;
  color: #161616;
  padding-bottom: 8px;
}
.sub-title-small > a {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #fff;
  padding: 0 0 11px;
}
.sub-title-small > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 40px;
  right: 16px;
  width: 20px;
  height: 20px;
  opacity: 0.4;
  background: url(/image/mobile/icon_more.png) no-repeat right center;
  background-size: contain;
}
.sub-title-small > a h1 {
  padding-bottom: 0;
}
.sub-title-small > a .date {
  margin: 0 0 0 8px;
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.48px;
  text-align: left;
  color: #565656;
}
.sub-title-small > button.block {
  display: block;
  width: 78px;
  height: 22px;
  line-height: 20px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.48px;
  text-align: center;
  color: #a6a6a6;
  padding: 0;
}

/* gender */
.gender {
  display: flex;
}
.gender label {
  width: 50%;
}
.gender label input {
  display: none;
}
.gender label input + span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 12px 16px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.64px;
  text-align: center;
  color: #d6d6d6;
}
.gender label input:checked + span {
  background-color: #3fad4c;
  color: #fff;
}
.gender label span.m {
  border-radius: 8px 0 0 8px;
}
.gender label span.f {
  border-radius: 0 8px 8px 0;
}
.gender label span:before {
  content: "";
  width: 20px;
  height: 20px;
  background-size: contain !important;
}
.gender label span.m:before {
  background: url(/image/mobile/icon_m.png) no-repeat;
}
.gender label span.f:before {
  background: url(/image/mobile/icon_f.png) no-repeat;
}

/* file-upload.profile */
.file-upload.inner-btn.profile {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px 0;
}
.file-upload.inner-btn.profile .gallery {
  position: relative;
  background: url(/image/mobile/bg_profile.png) no-repeat center center;
  background-size: cover;
  margin-top: 0;
}
.file-upload.inner-btn.profile .gallery .img-thumb {
  width: 80px;
  height: 80px;
}
.file-upload.inner-btn.profile .gallery .img-thumb img {
  border-radius: 50%;
}
.file-upload.inner-btn.profile .upload {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100 !important;
}
.file-upload.inner-btn.profile .upload button {
  width: 80px;
  height: 80px;
  padding: 0;
}
.file-upload.inner-btn.profile .upload input {
  width: 80px;
  height: 80px;
  padding: 0;
}

/* career-year */
.career-year {
  margin: 0 0 0 40px;
}
.career-year strong {
  display: inline-block;
  margin: 0 0 2px 8px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #3fad4c;
}

/* career-input */
.career-input {
  display: flex;
  align-items: center;
}
.career-input .location {
  min-width: calc(100% - 188px);
  width: calc(100% - 188px) !important;
}
.career-input .year {
  min-width: 43px;
  width: 43px !important;
  margin: 0 8px;
}

/* split2-select */
.split2-select {
  display: flex;
  align-items: center;
}
.split2-select select {
  min-width: auto;
  width: calc((100% - 96px) / 2) !important;
}
.split2-select select:first-child {
  margin-right: 8px;
}

/* business-hours */
.business-hours .week {
  width: 100%;
  margin: 0 0 8px;
}
.business-hours .time {
  min-width: auto;
  width: calc((100% - 106px) / 2) !important;
}

/* paid-service */
.paid-service {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.paid-service select {
  min-width: auto;
  width: calc(100% - 224px) !important;
}
.paid-service input {
  min-width: auto;
  width: 104px !important;
  margin: 0 8px;
}
.paid-service-caution {
  margin: 12px 0 0 8px;
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.48px;
  text-align: left;
  color: #424252;
}

/* add-list */
.add-list {
  margin: 0 0 16px 8px;
}
.add-list li {
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: left;
  color: #565656;
  display: flex;
  align-items: center;
}
.add-list li:before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #565656;
  margin-right: 8px;
}
.add-list .btn-del {
  width: 16px;
  height: 16px;
  margin: 0 0 0 16px;
  background: url(/image/mobile/icon_del.png) no-repeat;
  background-size: contain;
}

/* target-info */
.target-info {
  margin: 16px 16px 0;
  display: block;
  position: relative;
  height: 80px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 12px 0;
  border-radius: 8px;
  background-color: #fff;
}
a.target-info:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 16px;
  top: 28px;
  width: 24px;
  height: 24px;
  background: url(/image/mobile/icon_more.png);
  background-size: contain;
  opacity: 0.4;
}
.target-info > div {
  display: block;
  width: 110px;
  margin: 0 auto;
  text-align: center;
  background: url(/image/mobile/icon_target_info.png) no-repeat 0 center;
  background-size: 24px;
}
.target-info .name {
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: center;
  color: #000;
}
.target-info .age-gender {
  margin: 2px 0 0;
  font-size: 13px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.52px;
  text-align: center;
  color: #565656;
}

.input-zipcode {
  min-width: 78px;
  width: 78px !important;
  margin-right: 8px;
  text-align: center;
}
.input-address {
  min-width: calc(100% - 203px) !important;
  width: calc(100% - 203px) !important;
}
.input-address + .btn-regular {
  min-width: 100px;
  width: 100px !important;
  height: 45px !important;
  line-height: 43px !important;
  padding: 0 !important;
  font-size: 13px !important;
  margin-left: 8px;
}
.input-address + .btn-regular + .input-regular {
  margin: 8px 0 0;
}

/* choose-payment-method */
.choose-payment-method {
  margin: 32px 0 0;
}
.choose-payment-method label {
  margin: 16px 16px 0;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.choose-payment-method label input {
  margin: 0 8px 0 0;
}

#cardinfo + .choose-payment-method {
  margin: 40px 0 0;
}

/* cardinfo */
.cardinfo {
  display: block;
  height: 65px;
  margin: 12px 16px 0;
  padding: 0 22px;
  border-radius: 8px;
  border: solid 1px #e9e9e9;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cardinfo .tit {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.cardinfo .tit .cardname {
  margin: 0 0 2px;
  display: block;
  font-size: 11px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.44px;
  text-align: left;
  color: #000;
}
.cardinfo .btn-insert2,
.cardinfo .btn-changeNadd {
  font-size: 10px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #a6a6a6;
  background: url(/image/mobile/icon_move.png) no-repeat right center;
  background-size: 12px;
  padding-right: 12px;
}

#general-payment {
  padding: 16px 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#general-payment label {
  margin: 0 8px 0 0;
  width: calc((100% - 8px) / 2);
  height: 52px;
  flex-grow: 0;
  padding: 0 18px;
  border-radius: 8px;
  border: solid 1px #e9e9e9;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: left;
  color: #000;
  line-height: 52px;
  background-color: #fff;
}
#general-payment input {
  margin-right: 8px;
}

.reservation-notes li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -0.6px;
  text-align: left;
  color: #565656;
}
.reservation-notes li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 3px;
  height: 3px;
  background-color: #565656;
  border-radius: 50%;
}

/* popup-cancle */
.popup-cancle .inner-wrap {
  padding: 16px 0 0;
}
.popup-cancle .btn-medium {
  border-radius: 0;
}
.popup-cancle .popup-header {
  margin: 0 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d6d6d6;
}
.popup-cancle .popup-content {
  padding: 0 32px;
  font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: left;
  color: #565656;
}
.popup-cancle h6 {
  margin: 24px 0 0;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.64px;
  text-align: center;
  color: #565656;
}
.popup-cancle textarea {
  margin: 24px 0 0;
  width: 100%;
}

/* application-status */
.application-status {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #565656 !important;
}
.application-status.cancle,
.application-status.rejected {
  color: #f90909 !important;
}
.application-status.completed {
  color: #3fad4c !important;
}
.application-status.use-completed {
  color: #1665d7 !important;
}
.application-reason {
  margin: 16px 0 0 16px;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: left;
  color: #565656;
}

/* guide-text */
.guide-text {
  margin: 16px 0 0;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: center;
  color: #565656;
}

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

/* expiration-period-insert */
.expiration-period-insert {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.expiration-period-insert .input-regular {
  min-width: auto;
  width: calc((100% - 8px) / 2) !important;
  text-align: center;
}

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

#date-of-birth,
#company-number,
#card-password {
  float: left;
  width: calc(50% - 4px);
}
#date-of-birth .input-regular,
#company-number .input-regular,
#card-password .input-regular {
  min-width: auto;
  width: 100%;
  text-align: center;
}
#card-password {
  margin-left: 8px;
}
.BTT ul:after {
  content: "";
  display: block;
  clear: both;
}

/* reserve-list */
.reserve-list {
  margin: 0 16px;
}
.reserve-list > ul > li {
  margin: 16px 0 0;
  padding-bottom: 24px;
  border-radius: 8px;
  background-color: #fff;
}
.reserve-list .name {
  padding: 24px 24px 8px;
  border-bottom: dashed 1px #d6d6d6;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.64px;
  text-align: left;
  color: #424252;
}
.reserve-list .name:before {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
  background: url(/image/mobile/icon_person.png) no-repeat;
  background-size: contain;
}
.reserve-list > ul > li > ul {
  padding: 8px 0 0;
}
.reserve-list > ul > li > ul > li {
  padding: 8px 20px;
  display: flex;
  align-items: center;
}
.reserve-list .tit {
  width: 60px;
  font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: left;
  color: #565656;
}
.reserve-list .tit:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.3px;
  height: 12px;
  background-color: #d6d6d6;
  margin: 0 0 0 8px;
}
.reserve-list .con {
  width: calc(100% - 60px);
  padding-left: 8px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: left;
  color: #161616;
}
.reserve-list .more {
  display: flex;
  justify-content: flex-end;
  margin: 0 16px 0 0;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #a6a6a6;
}
.reserve-list .more:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/image/mobile/icon_move.png) no-repeat 0 0;
  background-size: contain;
}
.reserve-list .status.cancle,
.reserve-list .status.rejected {
  color: #f90909;
}
.reserve-list .status.completed {
  color: #3fad4c;
}
.reserve-list .status.use-completed {
  color: #1665d7;
}

.btn-find-treatment {
  margin: 12px auto 0;
  width: 130px;
  border-radius: 8px;
  border: solid 1px #3fad4c;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: left;
  color: #565656;
}
.btn-find-treatment:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(/image/mobile/icon_search.png) no-repeat;
  background-size: contain;
}

/* period-settlement-list */
.period-settlement-list {
  padding: 0 16px;
  border-bottom: 8px solid #fff;
}
.period-settlement-list > ul > li {
  height: 50px;
  display: flex;
  align-items: center;
}
.period-settlement-list > ul > li + li {
  border-top: 1px solid #fff;
}
.period-settlement-list .tit {
  width: 100px;
  padding: 16px;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: left;
  color: #161616;
}
.period-settlement-list .con {
  width: calc(100% - 100px);
  padding: 16px;
  font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: left;
  color: #565656;
}

/* add-target-title */
.add-target-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 32px 16px;
  border-bottom: 1px solid #fff;
}
.add-target-title h1 {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.add-target-title button {
  width: 82px;
  height: 22px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 8px;
  border-radius: 9999px;
  background-color: #3fad4c;
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.add-target-title button:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 1px 0 0;
  background: url(/image/mobile/icon_add.png) no-repeat 0 0;
  background-size: contain;
}

/* patient-list */
.patient-list {
  padding: 0 16px;
}
.patient-list > ul > li {
  margin: 16px 0 0;
  position: relative;
  height: 80px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  background-color: #fff;
  cursor: pointer;
  border: solid 2px transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* .patient-list > ul > li:hover {
  border: solid 2px #3fad4c;
} */
.patient-list > ul > li > div {
  display: block;
  width: 110px;
  margin: 0 auto;
  text-align: center;
  background: url(/image/mobile/icon_target_info.png) no-repeat 0 center;
  background-size: 24px;
}
.patient-list > ul > li .name {
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: center;
  color: #000;
}
.patient-list > ul > li .age-gender {
  margin: 2px 0 0;
  font-size: 13px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.52px;
  text-align: center;
  color: #565656;
}
.patient-list .set {
  position: relative;
  position: absolute;
  top: 20px;
  right: 16px;
  background: url(/image/mobile/icon_dot3.png) no-repeat right;
  background-size: contain;
  width: 24px;
  height: 24px;
  text-align: right;
}
.patient-list .set > ul {
  position: absolute;
  top: 32px;
  right: -14px;
  z-index: 2;
  width: 131px;
  border-radius: 15px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  display: none;
}
.patient-list .set.active > ul {
  display: block;
}
.patient-list .set > ul > li + li {
  border-top: 1px solid #d6d6d6;
}
.patient-list .set > ul > li > button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 32px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.patient-list .set > ul > li > button:after {
  content: "";
  width: 16px;
  height: 16px;
  background-size: contain !important;
}
.patient-list .set > ul > li > button.modify:after {
  width: 14px;
  height: 14px;
  background: url(/image/mobile/set_modify.png) no-repeat;
}
.patient-list .set > ul > li > button.del:after {
  background: url(/image/mobile/set_del.png) no-repeat;
}

/* patient-view */
.patient-view {
  background-color: #fff;
  padding: 0 0 16px;
}
.patient-view .sub-title-small h1 {
  border-bottom: 1px solid #d6d6d6;
}

.fixed-bottom {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 1;
  max-width: 750px;
  width: 100%;
  padding: 0;
}
.fixed-bottom-b55 {
  position: fixed;
  left: 50%;
  bottom: 55px;
  transform: translateX(-50%);
  z-index: 1;
  max-width: 750px;
  width: 100%;
  padding: 0;
}

/* registered-shipping-address-title */
.registered-shipping-address-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 32px 16px;
  border-bottom: 1px solid #d6d6d6;
  background-color: #fff;
}
.registered-shipping-address-title h1 {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.registered-shipping-address-title > div p {
  font-size: 11px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.44px;
  text-align: left;
  color: #565656;
}
.registered-shipping-address-title button {
  width: 82px;
  height: 22px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 8px;
  border-radius: 9999px;
  background-color: #3fad4c;
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.registered-shipping-address-title button:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 1px 0 0;
  background: url(/image/mobile/icon_add.png) no-repeat 0 0;
  background-size: contain;
}

/* creditcard-list */
.creditcard-list {
  padding: 0 16px 16px;
}
.creditcard-list > ul > li {
  position: relative;
  margin: 16px 0 0;
  height: 80px;
  padding: 23.5px 24px;
  border-radius: 8px;
  border: solid 1px #d6d6d6;
  background-color: #fff;
}
.creditcard-list > ul > li.default .number:after {
  content: "";
  width: 12px;
  height: 12px;
  margin: 0 0 0 8px;
  background: url(/image/mobile/set_default.png) no-repeat;
  background-size: contain;
}
.creditcard-list .number {
  margin: 2px 8px 0 0;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  display: flex;
  align-items: center;
}
.creditcard-list .name {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.creditcard-list .set {
  position: absolute;
  top: 24px;
  right: 24px;
  background: url(/image/mobile/icon_dot3.png);
  background-size: contain;
  width: 24px;
  height: 24px;
}
.creditcard-list .set > ul {
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 2;
  width: 120px;
  border-radius: 15px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  display: none;
}
.creditcard-list .set.active > ul {
  display: block;
}
.creditcard-list .set > ul > li + li {
  border-top: 1px solid #d6d6d6;
}
.creditcard-list .default .set > ul > li + li {
  border-top: 0;
}
.creditcard-list .set > ul > li > button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 32px;
  padding: 0 12px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.creditcard-list .set > ul > li > button.del {
  color: #f90909;
}
.creditcard-list .set > ul > li > button:after {
  content: "";
  width: 16px;
  height: 16px;
  background-size: contain !important;
}
.creditcard-list .set > ul > li > button.del:after {
  background: url(/image/mobile/set_del.png) no-repeat;
}
.creditcard-list .set > ul > li > button.default:after {
  background: url(/image/mobile/set_default.png) no-repeat;
}
.creditcard-list > ul > li.default .set > ul > li:first-child {
  display: none;
}

/* review-insert */
.review-insert .title-name {
  padding: 48px 16px 16px;
  border-bottom: 8px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.review-insert .title-name h1 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.89;
  letter-spacing: -0.72px;
  text-align: center;
  color: #565656;
}
.review-insert .title-name .name {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -0.48px;
  text-align: center;
  color: #565656;
}
.review-insert .star {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 24px;
  border-bottom: 8px solid #fff;
}
.review-insert .star .tit {
  margin: 24px 0 8px;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.64px;
  text-align: center;
  color: #565656;
}
.review-insert .star .star-rating-insert ul li {
  width: 28px;
  height: 28px;
  margin-right: 4px;
}
.review-insert .memo {
  padding: 32px 16px 80px;
  border-bottom: 8px solid #fff;
}
.review-insert .memo .tit {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: left;
  color: #161616;
}

/* treatment-review-list */
.treatment-review-list .title {
  padding: 24px 32px 16px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #424252;
  display: flex;
  align-items: center;
}
.treatment-review-list .title:before {
  content: "";
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  background: url(/image/mobile/icon_star.png) no-repeat;
  background-size: contain;
}
.treatment-review-list > ul {
  margin: 0 16px;
}
.treatment-review-list > ul > li {
  padding: 16px 16px 24px 24px;
}
.treatment-review-list > ul > li + li {
  border-top: 2px solid #fff;
}
.treatment-review-list .name-date-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.treatment-review-list .name-date {
  display: flex;
  align-items: center;
}
.treatment-review-list .name-date-btn .name {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}
.treatment-review-list .name-date-btn .date {
  margin: 0 0 0 8px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.48px;
  text-align: left;
  color: #a6a6a6;
}
.treatment-review-list .btn-report {
  width: 24px;
  height: 24px;
  background: url(/image/mobile/icon_report.png) no-repeat;
  background-size: contain;
}
.treatment-review-list .cont {
  margin: 20px 0 16px;
}
.treatment-review-list .cont p {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.treatment-review-list .star {
  margin: 0 24px;
}
.treatment-review-list .star > ul > li {
  margin: 9px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.treatment-review-list .star .tit {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.56px;
  text-align: left;
  color: #565656;
}
.treatment-review-list .star-score {
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.treatment-review-list .set {
  position: relative;
  background: url(/image/mobile/icon_dot3.png) no-repeat right;
  background-size: contain;
  width: 24px;
  height: 24px;
  text-align: right;
}
.treatment-review-list .set > ul {
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 2;
  width: 80px;
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  display: none;
}
.treatment-review-list .set.active > ul {
  display: block;
}
.treatment-review-list .set > ul > li + li {
  border-top: 1px solid #d6d6d6;
}
.treatment-review-list .set > ul > li > button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 32px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.treatment-review-list .set > ul > li > button:after {
  content: "";
  width: 16px;
  height: 16px;
  background-size: contain !important;
}
.treatment-review-list .set > ul > li > button.modify:after {
  width: 14px;
  height: 14px;
  background: url(/image/mobile/set_modify.png) no-repeat;
}
.treatment-review-list .set > ul > li > button.del:after {
  background: url(/image/mobile/set_del.png) no-repeat;
}

/* user-review-list */
.user-review-list .title {
  padding: 24px 32px 16px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.64px;
  text-align: left;
  color: #161616;
  border-bottom: 1px solid #fff;
}
.user-review-list > ul {
  margin: 0 16px;
}
.user-review-list > ul > li {
  padding: 16px 16px 16px;
  border-bottom: 1px solid #fff;
}
.btn-report {
  float: right;
  width: 24px;
  height: 24px;
  margin-right: -8px;
  background: url(/image/mobile/icon_report.png) no-repeat right;
  background-size: contain;
}
.user-review-list .set {
  float: right;
  position: relative;
  background: url(/image/mobile/icon_dot3.png) no-repeat right;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-right: -12px;
}
.user-review-list .set > ul {
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 2;
  width: 80px;
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  display: none;
}
.user-review-list .set.active > ul {
  display: block;
}
.user-review-list .set > ul > li + li {
  border-top: 1px solid #d6d6d6;
}
.user-review-list .set > ul > li > button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 32px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.user-review-list .set > ul > li > button:after {
  content: "";
  width: 16px;
  height: 16px;
  background-size: contain !important;
}
.user-review-list .set > ul > li > button.modify:after {
  width: 14px;
  height: 14px;
  background: url(/image/mobile/set_modify.png) no-repeat;
}
.user-review-list .set > ul > li > button.del:after {
  background: url(/image/mobile/set_del.png) no-repeat;
}
.user-review-list .btn-report {
  width: 24px;
  height: 24px;
  background: url(/image/mobile/icon_report.png) no-repeat;
  background-size: contain;
}
.user-review-list .cont {
  clear: both;
  margin: 20px 0 0;
}
.user-review-list .cont p.tit {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: left;
  color: #000;
}
.user-review-list .cont p.con {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.user-review-list .name-date {
  margin: 32px 0 0;
}
.user-review-list .name-date li {
  margin: 9.5px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.user-review-list .name-date .tit {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: left;
  color: #565656;
}
.user-review-list .name-date .con {
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.48px;
  text-align: left;
  color: #565656;
}
.user-review-list .star {
  margin: 12px 0 0;
  padding: 0 22px;
  border-top: 1px solid #000;
}
.user-review-list .star > ul > li {
  margin: 9px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.user-review-list .star .tit {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.56px;
  text-align: left;
  color: #565656;
}
.user-review-list .star-score {
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}

/* overall-average-starrating */
.overall-average-starrating {
  text-align: center;
  padding: 24px 0 16px;
}
.overall-average-starrating .tit {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.64px;
  text-align: center;
  color: #565656;
}
.overall-average-starrating .score {
  margin: 16px 0 0;
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.5;
  letter-spacing: -1.28px;
  text-align: center;
  color: #000;
}
.overall-average-starrating .star-rating-large {
  margin: 8px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overall-average-starrating .star-rating-large ul li {
  width: 28px;
  height: 28px;
  margin-right: 4px;
}

/* treatment-view */
.treatment-view {
  position: relative;
  padding-bottom: 40px;
}
.treatment-view .therapist-info {
  position: static;
  transform: none;
  height: 126px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 24px 40px 32px;
  box-shadow: none;
  background-color: #fff;
  border-radius: 0;
}
.treatment-view .therapist-info .name {
  background: none;
  padding-left: 0;
}
.treatment-view .therapist-info .star-rating-regular ul li {
  margin-right: -1px;
}
.treatment-view .therapist-info .star-rating-regular .star-score {
  margin-left: 1px;
  font-size: 10px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.4px;
  text-align: left;
  color: #565656;
}
.treatment-view .therapist-info .category {
  margin: 8px 0 0;
}

/* tv-cont */
.tv-cont {
  padding: 0 32px;
}
.tv-cont .introduction {
  padding: 16px 0;
  font-size: 13px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.52px;
  text-align: left;
  color: #565656;
}
.tv-cont > .tit {
  margin: 32px 0 16px;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #424252;
  display: flex;
  align-items: center;
}
.tv-cont > .tit:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  background-size: contain !important;
}
.tv-cont > .tit.career:before {
  background: url(/image/mobile/icon_career.png) no-repeat;
}
.tv-cont > .tit.activity:before {
  background: url(/image/mobile/icon_activity.png) no-repeat;
}
.tv-cont > .tit.business-hours:before {
  background: url(/image/mobile/icon_business_hours.png) no-repeat;
}
.tv-cont > .tit.available-area:before {
  background: url(/image/mobile/icon_available_area.png) no-repeat;
}
.tv-cont > .tit.career .line {
  display: inline-block;
  margin: 0 10px 0 12px;
  width: 2px;
  height: 14px;
  background-color: #d6d6d6;
}
.tv-cont > .tit.career .total {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #424252;
}
.tv-cont > .tit.career .total strong {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #3fad4c;
}
.tv-cont > .con {
  padding: 0 16px;
}
.tv-cont > .con > p {
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}
.tv-cont > .con > p:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 2px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #565656;
  margin-right: 8px;
}
.tv-cont > .con.business-hours p:before {
  display: none;
}
.tv-cont > .con.business-hours p {
  padding: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}
.tv-cont > .con.business-hours p .line {
  display: inline-block;
  margin: 0 10px 0 12px;
  width: 2px;
  height: 14px;
  background-color: #d6d6d6;
}
.tv-cont > .con.business-hours p + p {
  margin: 10px 0 0;
}
.tv-cont .tit-more {
  margin: 32px 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tv-cont .tit-more .more {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/image/mobile/icon_more2.png) no-repeat;
  background-size: contain;
  margin-right: -2px;
}
.tv-cont .tit-more > .tit {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #424252;
  display: flex;
  align-items: center;
}
.tv-cont .tit-more > .tit:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  background-size: contain !important;
}
.tv-cont .tit-more > .tit.review:before {
  background: url(/image/mobile/icon_review.png) no-repeat;
}
.tv-cont .treatment-review-list > ul {
  margin: 0 4px;
}
.tv-cont .treatment-review-list > ul > li {
  padding: 0;
}

/* btn-large.icon-tel */
.btn-large.icon-tel {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-large.icon-tel:before {
  content: "";
  display: inline-block;
  margin: 0 8px 0 0;
  width: 24px;
  height: 24px;
  background: url(/image/mobile/icon_tel.png) no-repeat;
  background-size: contain;
}

/* btn-large.icon-chk */
.btn-large.icon-chk {
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #fff !important;
}
.btn-large.icon-chk:before {
  content: "";
  display: inline-block;
  margin: 0 8px 0 0;
  width: 24px;
  height: 24px;
  background: url(/image/mobile/icon_chk.png) no-repeat;
  background-size: contain;
}

/* popup-rejected */
.popup-rejected .inner-wrap {
  padding: 24px 0 16px;
}
.popup-rejected .btn-group-area {
  padding: 16px 16px 0;
}

.date-time-word-spacing {
  word-spacing: 16px;
}

/* 2023-04-22 */
.board-list-content .accordion.active > ul > li p {
  height: auto;
  -webkit-line-clamp: initial;
}
.board-list-content .accordion .num {
  vertical-align: top;
  padding-top: 18px;
}

/* 2023-04-30 정필우 지도 */
.current-address-filter {
	z-index:99;
}
.map .btn {
	z-index:99;
}
/* 2023-04-30 정필우 지도 */


/* 2023-05-08 */
.map .btn {
  height: 0;
}
.map .btn .btn-region {
  position: absolute;
  top: -104px;
  right: 0;
}
.map .btn .btn-current-location {
  position: absolute;
  top: -52px;
  right: 0;
}
#general-payment label {
  display: flex;
  align-items: center;
  padding: 0 0 0 14px;
}

/* 2024-02-28 */
.therapist-info .swiper-slide {
  display: flex;
}

.map span {
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #262626;
  background: #262626;
  color: var(--Light-Basic-White, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}
.map span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 50%;
  z-index: 2;
  margin-left: -3px;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  background-color: #262626;
}

.therapist-info .slider-btn-prev {
  z-index: 10;
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  top: 50%;
  margin-top: -15px;
  left: 8px !important;
  background: url(../../image/component/icon_pagination_prev.png) no-repeat 0 0;
  background-size: contain;
}
.therapist-info .slider-btn-next {
  z-index: 10;
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  top: 50%;
  margin-top: -15px;
  right: 8px;
  background: url(../../image/component/icon_pagination_next.png) no-repeat 0 0;
  background-size: contain;
}
