body.hidden {
  overflow: hidden;
}




header {
  position: relative;
  width: 100%;
  height: 250px;
}

/*header.short {
  height: 224px;
}
*/
header .mo-block {
  display: none;
}

header .mo-none {
  display: block;
}

header .fixed {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}

.single-product header .fixed {
  border-bottom: 1px solid #eee;
}

header .fixed .top-bar {
  display: block;
  position: relative;
  max-width: 1920px;
  width: 100%;
  height: 64px;
  overflow: hidden;
  margin: 0 auto;
}

header .fixed .top-bar img {
  object-fit: cover;
  object-position:  center;
  width: 100%;
  height: 100%;
}


/* 🛍️ 블랙프라이데이 기획전 탑바 💚 */
header .fixed .top-bar.black-friday {
  height: 38px;
  background-color: #000;
  display: flex;
  align-items: center;
}

header .fixed .top-bar.black-friday .list {
  display: flex;
  align-items: center;
  gap: 45px;
  padding-right: 45px;
}

header .fixed .top-bar.black-friday .list-1 {
  animation: topbar-slide1 60s infinite linear;
}

header .fixed .top-bar.black-friday .list-2 {
  animation: topbar-slide2 60s -30s infinite linear;
}

@keyframes topbar-slide1 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translate(-100%);
  }
}

@keyframes topbar-slide2 {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translate(-200%);
  }
}

header .fixed .top-bar.black-friday .list .text {
  display: block;
}

header .fixed .top-bar.black-friday .list .text-long {
  width: 142px;
}

header .fixed .top-bar.black-friday .list .text-short {
  width: 49px;
}




header .fixed .mid {
  max-width: 1656px;
  width: 100%;
  height: 54px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 14px 20px;
  margin: 0 auto;
}

header .fixed .mid .mid-left {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  color: #666;
}

header .fixed .mid .mid-left .icon {
  font-size: 11px;
  font-style: normal;
  transform: translateY(-3px);
}

header .fixed .mid .mid-left .black {
  color: #000;
}

header .fixed .mid .mid-right ul {
  display: flex;
  gap: 24px;
  align-items: center;
}

header .fixed .mid .mid-right ul li {
  color: #666;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  position: relative;
}

header .fixed .mid .mid-right ul li::after {
  content: '';
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: #eee;
}

header .fixed .mid .mid-right ul li:last-of-type::after {
  display: none;
}

header .fixed .mid .mid-right ul li a {
  color: inherit;
  font: inherit;
}


header .fixed .header-wrap {
  max-width: 1656px;
  width: 100%;
  height: 131px;
  margin: 0 auto;
  padding: 10px 20px 0;
  transition: height .3s;
  position: relative;
}

header .fixed .header-wrap .main-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 17px;
}

header .fixed .header-wrap .main-header .logo-wrap {
  display: flex;
  gap: 20px;
  z-index: 1;
}

header .fixed .header-wrap .main-header .logo-wrap .btn-ham {
  cursor: pointer;
}

header .fixed .header-wrap .main-header .logo-wrap a.logo {
  display:block;
  overflow:hidden;
  text-indent:-1000px;
  background-image:url("../images/logo@x1.png");
  background-image: -webkit-image-set(
      url("../images/logo@1x.png") 1x,
      url("../images/logo@2x.png") 2x);
  background-image: image-set(
      url("../images/logo@1x.png") 1x,
      url("../images/logo@2x.png") 2x);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  width: 148px;
  height: 24px;
}

header .fixed .header-wrap .main-header .center-search {
  position: absolute;
  max-width: 406px;
  width: 100%;
  margin: 0 auto;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity .3s, visibility .3s;
}

header .fixed .header-wrap .main-header .search {
  position: relative;
  width: 100%;
}

header .fixed .header-wrap .main-header .search svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  cursor: pointer;
}

header .fixed .header-wrap .main-header .search input {
  width: 100%;
  height: 52px;
  border-radius: 200px;
  border: none;
  background: #F5F7FA;
  padding: 0 20px 0 46px;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

header .fixed .header-wrap .main-header .search input::placeholder {
  color: rgba(0, 0, 0, 0.3)
}

header .fixed .header-wrap .main-header .right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 23px;
  z-index: 3;
}

header .fixed .header-wrap .main-header .right .search {
  display: none;
}

header .fixed .header-wrap .main-header .right .icon-search {
  display: none;
  cursor: pointer;
}

header .fixed .header-wrap .main-header .right .btn-doctor {
  width: 24px;
  position: relative;
}

header .fixed .header-wrap .main-header .right .btn-doctor .tooltip {
  content: '';
  position: absolute;
  top: calc(100% + 19px);
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  border: 1px solid #EEE;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.70);
  backdrop-filter: blur(3.5px);
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.08));
  padding: 9px 12px;
  z-index: 4;
}

header .fixed .header-wrap .main-header .right .btn-doctor .tooltip::before,
header .fixed .header-wrap .main-header .right .btn-doctor .tooltip::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
}

header .fixed .header-wrap .main-header .right .btn-doctor .tooltip::before {
  top: -9px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid white; /* 배경 색상 */
  z-index: 2;
}

header .fixed .header-wrap .main-header .right .btn-doctor .tooltip::after {
  top: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #eeeeee;
  z-index: 1;
}

header .fixed .header-wrap .main-header .right .btn-doctor .tooltip .msg {
  display: block;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  text-align: left;
}

#sakuraDoctorModal .doctor-tooltip-overlay{
  display: none;
}

header .fixed .header-wrap .main-header .right .btn-doctor img {
  width: 100%;
}

header .fixed .header-wrap .main-header .right .acc-basket {
  position: relative;
}

header .fixed .header-wrap .main-header .right .acc-basket .dot {
  display: none;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #DA3023;
  position: absolute;
  top: 0px;
  right: -3px;
}

header .fixed .header-wrap .main-header .right .acc-basket.has-items .dot {
  display: block;
}

header .fixed .header-wrap .mobile-dim {
  display: none;
}

header .fixed .header-wrap .sub-header {
  display: flex;
  justify-content: center;
  padding-top: 30px;
  transition: transform .3s;
}

header .fixed .header-wrap .sub-header .gnb.mo-none {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

header .fixed .header-wrap .sub-header .gnb.mo-block {
  display: none;
}

header .fixed .header-wrap .sub-header .gnb .swiper {
  overflow: visible;
}

header .fixed .header-wrap .sub-header .gnb .swiper-slide {
  width: auto;
}

header .fixed .header-wrap .sub-header .gnb .gnb-review {
  position: relative;
}

header .fixed .header-wrap .sub-header .gnb a {
  position: relative;
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 15px;
}

header .fixed .header-wrap .sub-header .gnb a .dot {
  position: absolute;
  top: -1px;
  right: -8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #DA3023;
}

header .fixed .header-wrap .sub-header .gnb .new {
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 34px;
  height: 22px;
}

header .fixed .header-wrap .sub-header .gnb.mo-none>li:hover > a,
header .fixed .header-wrap .sub-header .gnb.mo-block .link:hover > a {
  color: #000;
}

header .fixed .header-wrap .sub-header .gnb.mo-none>li>a:after,
header .fixed .header-wrap .sub-header .gnb.mo-block .link>a:after {
  content: '';
  position: absolute;
  bottom: 13px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  display: none;
}

header .fixed .header-wrap .sub-header .gnb.mo-none>li.active>a,
header .fixed .header-wrap .sub-header .gnb.mo-block .link.active>a {
  font-weight: 700;
}

header .fixed .header-wrap .sub-header .gnb.mo-none>li.active>a:after,
header .fixed .header-wrap .sub-header .gnb.mo-block .link.active>a:after {
  display: block;
}

header .fixed .header-wrap .sub-header .sub-gnb {
  display: flex;
  height: fit-content;
  align-items: center;
  gap: 13px;
  display: none;
}

header .fixed .header-wrap .sub-header .sub-gnb a {
  color: #111;
  font-family: 'Pretendard';
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

header .fixed .header-wrap .sub-header .sub-gnb a img {
  width: 13px;
  height: 13px;
}

header .fixed .header-wrap .sub-header .sub-gnb .gnb-reward {
  display: flex;
  gap: 3px;
  align-items: center;
}

header .fixed .header-wrap .sub-header .sub-gnb .bar {
  display: block;
  width: 1px;
  height: 11.493px;
  background: #eee;
}

header .fixed .header-wrap .dropmenu {
  position: absolute;
  display: none;
  width: 100vw;
  height: auto;
  left: 0;
  background-color: #fff;
  box-shadow: 0 15px 15px -15px #0000001a;
  border-top: 1px solid #ebebeb;
  transition: transform .3s;
}

header .fixed .header-wrap .sub-header .dropmenu {
  left: 50%;
  transform: translateX(-50%);
  /*top: 236px;*/
  top: 118px;
}

.down header .fixed .header-wrap .sub-header .dropmenu {
  top: 65px;
}

header .fixed .header-wrap .dropmenu.active {
  display: block;
}

header .fixed .header-wrap .dropmenu .inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 1656px;
  width: 100%;
  margin: 0 auto;
  padding: 43px 20px 73px 20px;
}

header .fixed .header-wrap .dropmenu .inner li {
  width: 20%;
  padding-bottom: 38px;
}

header .fixed .header-wrap .dropmenu .inner li a {
  color: #000;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 0;
}

header .fixed .header-wrap .dropmenu .inner li a:after {
  display: none;
}

header .fixed .header-wrap .dropmenu .inner li a:hover {
  opacity: 0.6;
}

header .fixed .header-wrap .mo-sub-header {
  display: none;
}

header .mobile-search-icon {
  display: none;
  cursor: pointer;
}

header .fixed .header-wrap.mobile-search-active .main-header .right .search {
  display: block;
}
header .fixed .header-wrap.mobile-search-active .main-header .logo-wrap a.logo {
  display: none;
}

header .fixed .header-wrap.mobile-search-active .acc-basket {
  display: none;
}


/* 스크롤 내릴 때 */
.down header .fixed .header-wrap {
  height: calc(121px - 59px); /* 62px */
}

.down header .fixed .header-wrap .main-header .center-search {
  opacity: 0;
  visibility: hidden;
}

.down header .fixed .header-wrap .main-header .logo-wrap a.logo {
  display: none;
}

.down header .fixed .header-wrap .main-header .right .icon-search {
  display: block;
}

.down header .fixed .header-wrap .sub-header {
  transform: translateY(-70px);
}

.down header .fixed .header-wrap .dropmenu {
  transform: translateY(-70px);
}

.down header .fixed .header-wrap .sub-header .dropmenu {
  transform: translateX(-50%);
}




/* 사쿠라닥터 모달 */
header #doctorModal {
  position: absolute;
  right: 115px;
  top: 45px;
  width: 100%;
  max-width: 393px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.06);
  transition: opacity .2s, visibility .2s, height .4s;
  overflow: hidden;
  z-index: 10001;
  opacity: 0;
  visibility: hidden;
}

header #doctorModal.active {
  opacity: 1;
  visibility: visible;
  z-index: 9999999999;
}

header #doctorModal *,
header #doctorModal *::before,
header #doctorModal *::after {
  letter-spacing: normal;
}

header #doctorModal+.doctorModalDim {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}

header #doctorModal.active+.doctorModalDim {
  opacity: 1;
  visibility: visible;
}

header #doctorModal .color-gradient {
  background: linear-gradient(90deg, #AE00FF 0%, #71D9FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

header #doctorModal .bg-gradient {
  background: linear-gradient(93deg, #AE00FF -11.25%, #71D9FF 114.37%);
}

header #doctorModal .btn-close {
  position: absolute;
  right: 20px;
  top: 22px;
  width: 24px;
  height: auto;
  aspect-ratio: 1 / 1;
  cursor: pointer;
/*  background-color: #fff;*/
  z-index: 3;
}

header #doctorModal .btn-close img {
  width: 100%;
}

header #doctorModal .page {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: none;
  transition: height .4s;
}

header #doctorModal .page.active {
  display: flex;
}

header #doctorModal .head,
header #doctorModal .cont,
header #doctorModal .footer {
  width: 100%;
}

header #doctorModal .head {
  padding: 30px 24px 0;
}

header #doctorModal .head .title {
  color: #111;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
}

header #doctorModal .head .desc {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

header #doctorModal .cont {
  flex: 1;
  overflow-y: auto;
}

header #doctorModal .footer {
  padding: 0 20px 30px;
}

header #doctorModal .footer .btn-wrap {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

header #doctorModal .footer .btn-wrap.hide {
  display: none;
}

header #doctorModal .footer .btn {
  display: block;
  width: 100%;
  min-width: 0;
  height: 56px;
  line-height: 56px;
  border-radius: 200px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

header #doctorModal .footer .btn.hide {
  display: none;
}

header #doctorModal .footer .btn:not(.small) {
  flex: 1;
}

header #doctorModal .footer .btn-white {
  background: #fff;
  color: #666;
  border: 1px solid #EEE;
}

header #doctorModal .footer .btn-black {
  background: #000;
  color: #fff;
}

header #doctorModal .footer .btn-black:disabled {
  background-color: rgba(0, 0, 0, 0.1);
}

header #doctorModal .footer .btn.small {
  width: 120px;
  flex-shrink: 0;
  border-radius: 500px;
}

header #doctorModal .footer .notice {
  color: #888;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  margin-top: 10px;
}




/* 사쿠라허브닥터 화면2(의사선택) */
header #doctorModal .page-2 {
  height: 732px;
}

header #doctorModal .page-2.active {
  display: block;
}

header #doctorModal .page-2 .scroll-block {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

header #doctorModal .page-2 .head .title {
  margin-bottom: 10px;
}

header #doctorModal .page-2 .head .desc .color-gradient {
  font-weight: 600;
}

header #doctorModal .page-2 .cont {
  overflow: hidden;
}

header #doctorModal .page-2 .section {
  width: 100%;
  overflow: hidden;
}

header #doctorModal .page-2 .title-block {
  flex-shrink: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
  margin-bottom: 13px;
}

header #doctorModal .page-2 .title-block .section-title {
  flex: 1;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

header #doctorModal .page-2 .title-block .section-title span {
  color: #999;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  margin-left: 2px;
}

header #doctorModal .page-2 .popular-section {
  flex-shrink: 0;
  padding: 27px 0 30px;
}

header #doctorModal .page-2 .popular-section .title-block .section-title {
  transform: translateY(2px);
}

header #doctorModal .page-2 .popular-section .swiper-btns {
  display: flex;
  align-items: center;
  gap: 8px;
}

header #doctorModal .page-2 .popular-section .swiper-btns .btn {
  width: 28px;
  height: auto;
  aspect-ratio: 1 / 1;
  position: static;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  opacity: 1 !important;
  z-index: 1;
}

header #doctorModal .page-2 .popular-section .swiper-btns .btn::before,
header #doctorModal .page-2 .popular-section .swiper-btns .btn::after {
  display: none !important;
}

header #doctorModal .page-2 .popular-section .swiper-button-prev {
  background-image: url('../images/doctor/btn-slide-prev.png');
}

header #doctorModal .page-2 .popular-section .swiper-button-next {
  background-image: url('../images/doctor/btn-slide-next.png');
}

header #doctorModal .page-2 .popular-section .swiper {
  padding: 0 24px;
  z-index: 0;
}

header #doctorModal .page-2 .popular-section .swiper:not(.swiper-initialized) .swiper-wrapper {
  gap: 12px;
}

header #doctorModal .page-2 .popular-section .swiper-slide {
  width: 144px !important;
}

header #doctorModal .page-2 .popular-section .doctor-item {
  border-radius: 16px;
  border: 1px solid #EEE;
  background: #FFF;
  padding: 18px 11px 11px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

header #doctorModal .page-2 .doctor-item .avatar {
  width: 45px;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  position: relative;
}

header #doctorModal .page-2 .doctor-item .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

header #doctorModal .page-2 .doctor-item .avatar::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: 2px;
  width: 14px;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: url('../images/doctor/img-dot-ai.png') no-repeat center center / contain;
  z-index: 1;
}

header #doctorModal .page-2 .doctor-item .keyword {
  color: #111;
  font-size: 15px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 5px;
}

header #doctorModal .page-2 .doctor-item .info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

header #doctorModal .page-2 .doctor-item .name {
  padding: 3px 6px;
  border-radius: 6px;
  background: rgba(102, 102, 102, 0.08);
  color: #666;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}

header #doctorModal .page-2 .doctor-item .count {
  color: #999;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

header #doctorModal .page-2 .doctor-item .btn-select-doctor {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  transition: opacity .2s;
}

header #doctorModal .page-2 .doctor-item .btn-select-doctor:hover {
  opacity: 0.4;
}

header #doctorModal .page-2 .doctor-item .btn-select-doctor span {
  position: relative;
  padding-left: 16px;
}

header #doctorModal .page-2 .doctor-item .btn-select-doctor span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: url('../images/doctor/icon-star-ai-white.png') no-repeat center center / contain;
}

header #doctorModal .page-2 .popular-section .doctor-item .avatar {
  margin-bottom: 10px;
}

header #doctorModal .page-2 .popular-section .doctor-item .keyword {
  font-size: 16px;
  margin-bottom: 5px;
}

header #doctorModal .page-2 .popular-section .doctor-item .info {
  flex-direction: column;
  gap: 6px;
  margin-bottom: 12px;
}

header #doctorModal .page-2 .all-section {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

header #doctorModal .page-2 .all-section .title-block {
  padding: 0 24px;
  margin-bottom: 0;
}

header #doctorModal .page-2 .all-section .list {
  padding: 0 20px 20px;
}

header #doctorModal .page-2 .all-section .doctor-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

header #doctorModal .page-2 .all-section .doctor-item:last-child {
  border-bottom: none;
}

header #doctorModal .page-2 .all-section .doctor-item .left {
  display: flex;
  align-items: center;
  gap: 14px;
}

header #doctorModal .page-2 .all-section .doctor-item .btn-select-doctor {
  max-width: 88px;
}




/* 사쿠라허브닥터 화면3 */
header #doctorModal .page-3 {
  height: 732px;
  background-color: #fff;
}

header #doctorModal .page-3 .head {
  background-color: #fff;
  padding: 32px 20px 20px;
}

header #doctorModal .page-3 .head .desc {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

header #doctorModal .page-3 .head .desc .badge {
  padding: 5px 8px 5px 22px;
  border-radius: 17px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  position: relative;
}

header #doctorModal .page-3 .head .desc .badge::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url('../images/doctor/icon-star-ai-white.png') no-repeat center center / contain;
}

header #doctorModal .page-3 .head .desc span {
  color: #666;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
}

header #doctorModal .page-3 .head .doctor {
  display: flex;
  align-items: center;
  gap: 14px;
}

header #doctorModal .page-3 .head .avatar {
  width: 45px;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  position: relative;
}

header #doctorModal .page-3 .head .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

header #doctorModal .page-3 .head .avatar::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: 2px;
  width: 14px;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: url('../images/doctor/img-dot-ai.png') no-repeat center center / contain;
  z-index: 1;
}

header #doctorModal .page-3 .head .doctor .question {
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 6px;
}

header #doctorModal .page-3 .head .doctor .name {
  color: #999;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}

header #doctorModal .page-3 .cont {
  padding: 30px 24px;
  position: relative;
}

header #doctorModal .page-3 .cont::after {
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #eee;
}

header #doctorModal .page-3 .cont .title {
  color: #111;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 6px;
}

header #doctorModal .page-3 .cont .desc {
  color: #DA3023;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

header #doctorModal .page-3 .cont .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

header #doctorModal .page-3 .cont .item {

}

header #doctorModal .page-3 .cont .item input {
  display: none;
}

header #doctorModal .page-3 .cont .item label {
  border-radius: 66px;
  background-color: #F5F6F8;
  padding: 15px 20px;
  cursor: pointer;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color .2s, color .2s;
}

header #doctorModal .page-3 .cont .item label i {
  font-style: normal;
}

header #doctorModal .page-3 .cont .item input:checked+label,
header #doctorModal .page-3 .cont .item:hover label {
  background-color: #000;
  color: #fff;
}




/* 사쿠라허브닥터 화면4 */
header #doctorModal .page-4 {
  height: 554px;
  padding: 30px 24px;
}

header #doctorModal .page-4 .titles {
  position: relative;
  z-index: 2;
}

header #doctorModal .page-4 .title {
  color: #111;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s, visibility .4s;
}

header #doctorModal .page-4[data-step="1"] .title-1 {
  opacity: 1;
  visibility: visible;
}

header #doctorModal .page-4[data-step="2"] .title-1 {
  opacity: 0.2;
  visibility: visible;
}

header #doctorModal .page-4[data-step="2"] .title-2 {
  opacity: 1;
  visibility: visible;
}

header #doctorModal .page-4[data-step="3"] .title-1 {
  opacity: 0.1;
  visibility: visible;
}

header #doctorModal .page-4[data-step="3"] .title-2 {
  opacity: 0.2;
  visibility: visible;
}

header #doctorModal .page-4[data-step="3"] .title-3 {
  opacity: 1;
  visibility: visible;
}

header #doctorModal .page-4 .img {
  position: absolute;
  left: 0;
  top: 85px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s, visibility .4s, transform .5s;
}

header #doctorModal .page-4[data-step="1"] .img {
  opacity: 1;
  visibility: visible;
}

header #doctorModal .page-4[data-step="2"] .img {
  opacity: 1;
  visibility: visible;
  transform: rotate(90deg);
}

header #doctorModal .page-4[data-step="3"] .img {
  opacity: 1;
  visibility: visible;
  transform: rotate(0deg);
}




/* 사쿠라허브닥터 화면5 */
header #doctorModal .page-5 {
  height: 732px;
}

header #doctorModal .page-5 .head {
  padding: 30px 24px 20px;
}

header #doctorModal .page-5 .head .desc {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

header #doctorModal .page-5 .head .desc .badge {
  padding: 5px 8px 5px 22px;
  border-radius: 17px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  position: relative;
}

header #doctorModal .page-5 .head .desc .badge::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url('../images/doctor/icon-star-ai-white.png') no-repeat center center / contain;
}

header #doctorModal .page-5 .head .desc span {
  color: #666;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
}

header #doctorModal .page-5 .head .title {
  color: #111;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
}

header #doctorModal .page-5 .cont {}

header #doctorModal .page-5 .cont .card-section {
  border-bottom: 1px solid #eee;
  padding: 0 20px 34px;
  overflow: hidden;
}

header #doctorModal .page-5 .cont .card {
  border-radius: 16px;
  border: 1px solid #EEE;
  background: #FFF url('../images/doctor/bg-sakura.png') no-repeat left bottom / 189px;
  box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.04);
  padding: 24px 24px 33px;
  margin-bottom: 20px;
  position: relative;
}

header #doctorModal .page-5 .cont .card-title {
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 20px;
}

header #doctorModal .page-5 .cont .card .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 33px;
}

header #doctorModal .page-5 .cont .card .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

header #doctorModal .page-5 .cont .card .item .label {
  color: #111;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

header #doctorModal .page-5 .cont .card .item .value {
  color: #111;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

header #doctorModal .page-5 .cont .card .from {
  text-align: right;
  font-size: 14px;
}

header #doctorModal .page-5 .cont .card .from .company {
  color: #111;
  font-weight: 600;
  line-height: 140%;
}

header #doctorModal .page-5 .cont .card .from .name {
  color: #000;
  font-weight: 500;
  line-height: normal;
}

header #doctorModal .page-5 .cont .card .stamp,
header #doctorModal .page-5 .cont .card .stamp-mark {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}


header #doctorModal .page-5 .cont .card .stamp {
  right: -21px;
  bottom: 45px;
  width: 84px;
  z-index: 2;
}

header #doctorModal .page-5 .cont .card .stamp-mark {
  right: 10px;
  bottom: 20px;
  width: 82px;
  z-index: 1;
}

header #doctorModal .page-5 .cont .card .stamp.active,
header #doctorModal .page-5 .cont .card .stamp-mark.active {
  opacity: 1;
  visibility: visible;
}

@keyframes fade-out-ani {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

header #doctorModal .page-5 .cont .card .stamp.fade-out {
  animation: fade-out-ani .6s forwards;
}


header #doctorModal .page-5 .cont .card+.notice {
  color: #888;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
}

header #doctorModal .page-5 .cont .product-section {
  border-top: 8px solid #F9F9F9;
  padding: 34px 20px 25px;
}

header #doctorModal .page-5 .cont .product-section .section-title {
  color: #111;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 20px;
}

header #doctorModal .page-5 .cont .doctor-block {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

header #doctorModal .page-5 .cont .doctor {
  flex-shrink: 0;
  padding-top: 2px;
}

header #doctorModal .page-5 .cont .doctor .avatar {
  width: 45px;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  position: relative;
}

header #doctorModal .page-5 .cont .doctor .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

header #doctorModal .page-5 .head .avatar::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: 2px;
  width: 14px;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: url('../images/doctor/img-dot-ai.png') no-repeat center center / contain;
  z-index: 1;
}

header #doctorModal .page-5 .cont .doctor .name {
  color: #111;
  font-size: 12px;
  font-weight: 600;
  line-height: 140%;
  margin-top: 9px;
  margin-bottom: 3px;
}

header #doctorModal .page-5 .cont .doctor .desc {
  color: #999;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
}

header #doctorModal .page-5 .cont .doctor+.message {
  flex: 1;
  border-radius: 14px;
  background: #F5F6F8;
  padding: 14px 16px;
  position: relative;
}

header #doctorModal .page-5 .cont .doctor+.message::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 20px;
  width: 16px;
  height: 16px;
  background: url('../images/doctor/img-message-tri.png') no-repeat center center / contain;
}

header #doctorModal .page-5 .cont .doctor+.message p {
  color: #111;
  font-size: 14px;
  font-weight: 500;
  line-height: 177%;
}

header #doctorModal .page-5 .cont .doctor+.message p .keyword {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 6px;
  background: #FCEEED;
  color: #DA3023;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 4px;
  line-height: normal;
}

header #doctorModal .page-5 .cont .tabs {
  padding: 6px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-radius: 14px;
  background: #F5F6F8;
  margin-bottom: 10px;
}


header #doctorModal .page-5 .cont .tabs.only-product {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
header #doctorModal .page-5 .cont .tabs.only-product .tab-article {
  display: none;
}

header #doctorModal .page-5 .cont .tab {
  height: 36px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: rgba(17, 17, 17, 0.3);
  position: relative;
}

header #doctorModal .page-5 .cont .tab.active {
  border-radius: 11px;
  background-color: #FFF;
  color: #111;
  box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.04);
}

header #doctorModal .page-5 .cont .tab[data-index="2"]{
  position: relative;
}

header #doctorModal .page-5 .cont .tab[data-index="2"] .tab-tip{
  position: absolute;
  left: 50%;
  top: -27px;
  transform: translateX(-50%);
  width: auto;
  height:28px;
  padding: 5px 10px;
  border-radius: 50px;
  text-align: center;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

header #doctorModal .page-5 .cont .tab[data-index="2"] .tab-tip::before{
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  z-index: 2;
}

header #doctorModal .page-5 .cont .tab[data-index="2"] .tab-tip p{
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  white-space: nowrap;
}

/*header #doctorModal .page-5 .cont .tab[data-index="2"]::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -27px;
  transform: translateX(-50%);
  width: 92px;
  height: 35px;
  background: url("../images/doctor/img-tab-tooltip.png") no-repeat center center / contain;
  z-index: 1;
}*/

header #doctorModal .page-5 .cont .tab-contents {}

header #doctorModal .page-5 .cont .tab-content {
  display: none;
}

header #doctorModal .page-5 .cont .tab-content.active {
  display: block;
}

header #doctorModal .page-5 .cont .tab-content-1 {}

header #doctorModal .page-5 .cont .product-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

header #doctorModal .page-5 .cont .product-item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid #F7F7F7;
}

header #doctorModal .page-5 .cont .product-item:last-child {
  border-bottom: none;
}

header #doctorModal .page-5 .cont .product-item .thumbnail {
  width: 120px;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  background-color: #FBFBFB;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: 60%;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

header #doctorModal .page-5 .cont .product-item .thumbnail img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: contain;
  transition: 0.3s;
  transform: scale(0.75);
  transform-origin: center;
}

header #doctorModal .page-5 .cont .product-item .cate {
  display: inline-block;
  color: #DA3023;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  padding: 4px 6px;
  border-radius: 4px;
  background: rgba(218, 48, 35, 0.08);
  margin-bottom: 8px;
}

header #doctorModal .page-5 .cont .product-item .title {
  color: #111;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

header #doctorModal .page-5 .cont .product-item .star {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

header #doctorModal .page-5 .cont .product-item .star span {
  padding-left: 5px;
  color: #666;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
}

header #doctorModal .page-5 .cont .product-item .star>div {
  display: flex;
  align-items: center;
  gap: 1px;
}

header #doctorModal .page-5 .cont .product-item .star i {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url("../images/icon-star.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 88.24%;
}

header #doctorModal .page-5 .cont .product-item .regular_price {
  color: #888;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
  margin-bottom: 2px;
}

header #doctorModal .page-5 .cont .product-item .price {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.51px;
}

header #doctorModal .page-5 .cont .product-item .price span {
  color: #DA3023;
  font-size: 17px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.51px;
}

header #doctorModal .page-5 .cont .tab-content-2 {}

header #doctorModal .page-5 .cont .article-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

header #doctorModal .page-5 .cont .article-item {
  width: 100%;
  padding: 20px 0;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border-bottom: 1px solid #F7F7F7;
  min-width: 0;
}

header #doctorModal .page-5 .cont .article-item:last-child {
  border-bottom: none;
}

header #doctorModal .page-5 .cont .article-item .img {
  width: 80px;
  height: auto;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 16px;
  background-color: #D9D9D9;
  flex-shrink: 0;
}

header #doctorModal .page-5 .cont .article-item .img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

header #doctorModal .page-5 .cont .article-item .text {
  flex: 1;
  min-width: 0;
  padding-top: 2px;
}

header #doctorModal .page-5 .cont .article-item .info {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 6px;
}

header #doctorModal .page-5 .cont .article-item .info span {
  color: #AAA;
  font-size: 12px;
  font-weight: 500;
  line-height: 160%;
  position: relative;
  letter-spacing: normal;
}

header #doctorModal .page-5 .cont .article-item .info span::after {
  content: '';
  position: absolute;
  right: -10px;
  top: 42%;
  width: 2px;
  height: 2px;
  border-radius: 100%;
  background-color: #aaa;
}

header #doctorModal .page-5 .cont .article-item .info span:last-child::after {
  display: none;
}

header #doctorModal .page-5 .cont .article-item .title {
  display: block;
  width: 100%;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: normal;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}



header #doctorModal .page-5 .cont .btn-load-more {
  width: 100%;
  height: 40px;
  text-align: center;
  border-radius: 100px;
  border: 1px solid #EEE;
  background: #FFF;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.26px;
  margin-top: 4px;
}

header #doctorModal .page-5 .footer {}
header #doctorModal .page-5 .footer . {}








header .top a {
  color:#fff;
}
header .mo-search {
  display: none;
}
header .side-menu {
  display: none;
}
header .rank-box {
  border-radius: 10px;
  border: 1px solid #EEE;
  background: #FFF;
  padding: 14px 16px 16px 16px;
  margin-bottom: 10px;
}
header .rank-box .col-top {
  display: flex;
  align-items: center;
}
header .membership-progress-bar {
  width: 100%;
  height: 8px;
  background-color: #E8E8E8;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 13px;
  margin-bottom: 12px;
}
header .membership-fill {
  height: 100%;
  width: 0;
  background-color: #807675;
  border-radius: 30px;
  transition: width 0.5s ease-in-out;
}
header .membership-info {
  display: flex;
  justify-content: space-between;
  color: #000;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
header .rank-box .col-top .badge {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  font-family: Pretendard;
  font-size: 10.588px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%; /* 16.941px */
  margin-right: 3px;
}
header .rank-box .rank {
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  margin-right: 4px;
}
header .rank-box .rank-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 18px;
  padding: 0 6px;
  color: #FFF;
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 43.75px;
  background: #000;
}
header .rank-box .col-top .badge.silver {
  background-color: #7e858a;
}
header .rank-box .col-top .badge.gold {
  background-color: #dcab29;
}
header .rank-box .col-top .badge.vip {
  background-color: #b40c0c;
}
header .rank-box .col-top .badge.vvip {
  background-color: #721d9e;
}


header .header-wrap .right .acc-basket {
  position: relative;
  display: block;
}

header .header-wrap .right .acc-basket i {
    position: absolute;
    width: 6px;
    height: 6px;
    top: 10px;
    right: 7px;
    background: rgb(218, 48, 35);
    border-radius: 50%;
}

header .header-wrap .right .acc.hamburger {
  display: none;
}

header .header-wrap .right .login-btn {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background: #000;
  color: #fff;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0 32px;
}

header .header-wrap .close-mo-search {
  display: none;
}
header .header-wrap.mobile-search-active .close-mo-search {
  display: block;
}

header .header-wrap.mobile-search-active .mobile-dim {
    display: block;
    position: fixed;
    top: 150px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 150px);
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 150;
}

header .header-wrap .recent-keyword {
  display: none;
}
header .header-wrap.mobile-search-active .recent-keyword {
  position: relative;
  padding: 19px 0 30px 0;
  z-index: 1000;
  background: #fff;
}
header .header-wrap .recent-keyword {
  display: none;
}
header .header-wrap.mobile-search-active .recent-keyword.active {
  display: block;
}
header .header-wrap.mobile-search-active .recent-keyword p {
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
  padding: 0 20px;
}
header .header-wrap.mobile-search-active .recent-keyword .badge {
  display: flex;
  padding-left: 20px;
/*  gap: 8px;*/
}
header .header-wrap.mobile-search-active .recent-keyword .keyword-badge {
  display: flex;
  height: 34px;
  gap: 0px;
  align-items: center;
  padding: 9px 10px 9px 16px;
  border-radius: 20px;
  background: #F7F7F7;
}
header .header-wrap.mobile-search-active .recent-keyword .keyword-badge svg {
  cursor: pointer;
  padding: 6px;
}
header .badge .swiper-slide {
  width: fit-content;
}
header .badge .no-keywords {
  display: block;
  width: 100%;
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  padding: 8.5px 0;
  padding-right: 20px;
}
header .badge .swiper-wrapper {
/*  justify-content: center;*/
}
    



/* footer */
footer {
  width: 100%;
  height: auto;
  background-color: #000;
  padding-top: 60px;
}

footer .FooterContainer {
  max-width: 1656px;
  margin: 0 auto;
  padding: 0 20px;
}

footer .FooterTop {
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

footer .FooterTop .footer-left {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  margin-right: 66px;
  width: 809px;
}

footer .FooterTop .footer-left p {
  color: #fff;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}

footer .FooterTop .footer-left span {
	display: block;
	color: #fff;
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 20px;
  opacity: 0.6;
}

footer .FooterTop .footer-left .notice-txt{
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  color: #fff;
  opacity: 0.6;
}

footer .FooterMenu {
	max-width: 461px;
  width: 100%;
}

footer .FooterMenu > ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 60px;
}

footer .FooterMenu > ul > li {
	/* float: left; */
	/* width: 100%; */
}

footer .FooterMenu > ul > li span {
	display: inline-block;
	color: #fff;
	font-family: Pretendard;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 20px;
}

footer .FooterMenu > ul .sub_menu li {
	font-size: 13px;
	line-height: 19px;
	color: #fff;
	margin-bottom: 10px;
}
footer .FooterMenu > ul .sub_menu li:last-child {
	margin: 0;
}

footer .FooterMenu > ul .sub_menu li a {
	color: #fff;
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

footer.FooterMenu > ul .sub_menu li:not(:last-child) {
	margin-bottom: 10px;
}

footer .FooterMenu .service {
  /* width: 140%; */
}

footer .FooterMenu .contact {
  width: 160%;
  min-width: 270px;
}
footer .FooterMenu .contact li:last-child {
  line-height: 1.85;
}

footer .Row {
	display: flex;
	flex-direction: row;
  flex-wrap: wrap;
	margin: 0 0;
	padding: 0 0;
  gap: 30px 0;
}

footer .Col {
  flex: 1;
}

footer .family {
  margin-bottom: 10px;
}

footer .family select {
	max-width: 200px;
	width: 100%;
	border-radius: 64px;
	height: 42px;
	color: #fff;
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	border: none;
	cursor: pointer;
	padding-left: 20px;
  -webkit-appearance:none; 
  -moz-appearance:none;
  appearance:none; 
  background:rgba(255, 255, 255, 0.2) url('../images/footer/icon-family-arrow.png') no-repeat 90% 50%/10px auto;
}
select::-ms-expand{
  display:none;
}

select::-ms-expand{
  display:none;
}

footer .family.mo {
  display: none;
}

footer .FooterTop .btnBox.pc{
  flex: 0 1 200px;
  margin-left: 80px;
}

footer .FooterTop .btnBox.mo{

}

footer .FooterTop .btnBox.mo .btn{
  flex-direction: row;
  gap: 13px;
  margin-bottom: 30px;
}

footer .FooterTop .btnBox .btn {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
}

footer .FooterTop .btnBox .btn a {
  display: flex;
  width: 140px;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  border-radius: 30px;
  border: 1px solid #fff;
  background: #000;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 0 20px;
}

footer .FooterTop .btnBox.pc{
  flex: 0 1 200px;
  margin-left: 80px;
}

footer .FooterTop .btnBox.mo{

}

footer .FooterTop .btnBox.mo .btn{
  flex-direction: row;
  gap: 13px;
  margin-bottom: 30px;
}

footer .FooterTop .btnBox .btn {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
}

footer .FooterTop .btnBox .btn a {
  display: flex;
  width: 140px;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  border-radius: 30px;
  border: 1px solid #fff;
  background: #000;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 0 20px;
}


footer .FooterBottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  /* height: auto; */
  padding-top: 20px;
  padding-bottom: 60px;
  font-size: 13px;
  line-height: 1.85;
  color: #9a9a9e;
  /* background-color: #f8f8f8; */
  font-weight: 300;
}
footer .FooterBottom ul {
  display: flex;
  align-items: center;
  gap: 12px;
}
footer .FooterBottom li {
  position: relative;
  color: #fff;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .FooterBottom li span {
  color: rgba(255, 255, 255, 0.6);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-right: 6px;
}
footer .FooterBottom li i {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #bc002d;
  border-radius: 50%;
  margin-right: 4px;
}
footer .FooterBottom .copyright {
  color: rgba(255, 255, 255, 0.6);
  text-align: right;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}


.header-member-iframe-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 100;
}
.header-member-iframe-overlay.active {
  display: block;
}
.header-member-info {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: 393px;
  height: 705px;
  max-height: calc(100vh - 120px);
  background: #fff;
  z-index: 200;
  transition: 0.4s;
  transform: translate(-50%, 100%);
  /* padding-top: 120px; */
  border-radius: 30px 30px 0px 0px;
  overflow: hidden;
    z-index: 9999999;
}

.header-member-info.active {
  transform: translate(-50%, 0%);
}

.header-member-info .iframe-wrap {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.header-member-info .iframe-wrap::-webkit-scrollbar {
  width: 10px;
}

.header-member-info .iframe-wrap::-webkit-scrollbar-track {
  background-color: transparent;
  border: none;
}

.header-member-info .iframe-wrap::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  width: 5px;
  border-right: 5px solid #fff;
}

.header-member-info iframe {
  width: 100%;
  height: 100%;
}

.header-member-info .close {
  position: absolute;
  top: 22px;
  right: 20px;
  cursor: pointer;
}

.header-member-info iframe {
  width: 100%;
  height: 1625px;
}

.header-member-info button {
  position: absolute;
  left: 20px;
  top: 28px;
  z-index: 1;
}


/*.header-member-info {*/
/*  max-width: 100%;*/
/*  height: 652px;*/
/*  max-height: calc(100% - 100px);*/
/*  background: #fff;*/
/*  z-index: 200;*/
/*  !* padding-top: 120px; *!*/
/*  border-radius: 30px 30px 0px 0px;*/
/*  overflow: hidden;*/
/*}*/


/*.pagination-wrapper {
  width: 200px;
  height: 108px;
  position: relative;
  margin: 0 auto;
}
.pagination-wrapper .button {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px auto;
  cursor: pointer;
}
.pagination-wrapper .prev {
  left: 40px;
  border: 1px solid #484848;
  background-image: url('../img/arrow-prev.svg');
}
.pagination-wrapper .next {
  right: 40px;
  border: 1px solid #484848;
  background-image: url('../img/arrow-next.svg');
}
.pagination-wrapper .button.disable {
  border: 1px solid #dfdfdf;
  cursor: default;
}
.pagination-wrapper .bar {
  position: absolute;
  top: 80px;
  width: 100%;
  height: 2px;
  background: #dfdfdf;
  border-radius: 10px;
}
.pagination-wrapper .bar-fill {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #969696;
  border-radius: 10px;
}
.pagination-wrapper .page-num {
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 92px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  text-align: center;
  font-size: 11px;
  line-height: 16px;
  color: #111;
}
.pagination-wrapper .page-num div {
  width: 20px;
}
*/

.pagination ul {
    display: flex;
    list-style-type: none;
    padding: 30px 0;
    gap: 10px;
}

.pagination a, .pagination span {
  display:block;
    padding: 8px 12px;
    text-decoration: none;
    color: #000;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size:12px;
}

.pagination a:hover {
    background-color: #000;
    color: #fff;
}

.pagination .current {
    background-color: #000;
    color: #fff;
    font-weight: bold;
}

.loading-spinner {
  display:inline-block;
  width: 45px;
    height: 45px;
    border: 1px solid #ddd;
    border-top: 2px solid #111;
    border-radius: 50%;
    animation: circle 1.4s linear infinite;
    box-sizing: border-box;
}

@keyframes circle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}




/* 닥터 만족도설문 모달 */
#doctorSurveyModal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.2s;
}

#doctorSurveyModal.active {
  opacity: 1;
  visibility: visible;
  z-index: 9999999999;
}

#doctorSurveyModal .dim {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.2s;
}

#doctorSurveyModal.active .dim {
  opacity: 1;
  visibility: visible;
  z-index: 50;
}

#doctorSurveyModal .container {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 393px;
  height: 229px;
  z-index: 100;
  border-radius: 30px 30px 0 0;
  background: #fff;
  padding: 30px 24px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 0.2s;
}

#doctorSurveyModal.active .container {
  transform: translate(-50%, -100%);
}

#doctorSurveyModal .container .modal-header {

}

#doctorSurveyModal .container .modal-title {
  color: #111;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: normal;
  margin-bottom: 10px;
}

#doctorSurveyModal .container .modal-desc {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: normal;
  margin-bottom: 24px;
}

#doctorSurveyModal .container .btn-close {
  position: absolute;
  right: 20px;
  top: 22px;
  width: 24px;
  height: auto;
  aspect-ratio: 1 / 1;
  cursor: pointer;
}

#doctorSurveyModal .container .btn-close img {
  width: 100%;
}

#doctorSurveyModal .container .modal-cont {
  flex: 1;
}

#doctorSurveyModal .container .input-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 27px;
  padding: 0 5px;
}

#doctorSurveyModal .container .input-item {
  cursor: pointer;
  height: 66px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

#doctorSurveyModal .container .input-item img {
  display: block;
  width: 40px;
  transition: transform .4s;
}

#doctorSurveyModal .container .input-item:hover img {
  transform: scale(1.2);
}

#doctorSurveyModal .container .input-item span {
  color: #000;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
}




/* 닥터 만족도설문 완료 모달 */
#doctorSurveyCompleteModal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.2s;
}

#doctorSurveyCompleteModal.active {
  opacity: 1;
  visibility: visible;
  z-index: 9999999999;
}

#doctorSurveyCompleteModal .dim {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.2s;
}

#doctorSurveyCompleteModal.active .dim {
  opacity: 1;
  visibility: visible;
  z-index: 50;
}

#doctorSurveyCompleteModal .container {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 393px;
  z-index: 100;
  border-radius: 30px 30px 0 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 0.2s;

  padding: 46px 20px 30px;
  height: 248px;
}

#doctorSurveyCompleteModal.active .container {
  transform: translate(-50%, -100%);
}

#doctorSurveyCompleteModal .container .modal-cont,
#doctorSurveyCompleteModal .container .modal-footer {
  width: 100%;
}

#doctorSurveyCompleteModal .container .img-check {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -21px;
  width: 42px;
}

#doctorSurveyCompleteModal .container .btn-close {
  position: absolute;
  right: 20px;
  top: 22px;
  width: 24px;
  height: auto;
  aspect-ratio: 1 / 1;
  cursor: pointer;
}

#doctorSurveyCompleteModal .container .btn-close img {
  width: 100%;
}

#doctorSurveyCompleteModal .container .modal-cont {
  flex: 1;
}

#doctorSurveyCompleteModal .container .modal-title {
  color: #111;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: normal;
  margin-bottom: 24px;
}

#doctorSurveyCompleteModal .container .modal-desc {
  color: #666;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
}

#doctorSurveyCompleteModal .container .modal-footer {
  padding-top: 27px;
}

#doctorSurveyCompleteModal .container .modal-footer .btn {
  display: block;
  width: 100%;
  min-width: 0;
  height: 56px;
  line-height: 56px;
  border-radius: 200px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  background: #000;
  color: #fff;
}




/* auth 모달 공통 */
.auth-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.2s;
}

.auth-modal.active {
  opacity: 1;
  visibility: visible;
/*  z-index: 9999999999;*/
  z-index: 300;
}

.auth-modal .dim {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.2s;
}

.auth-modal.active .dim {
  opacity: 1;
  visibility: visible;
  z-index: 50;
}

.auth-modal .container {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  width: 100%;
  max-width: 393px;
  z-index: 100;
  border-radius: 30px 30px 0 0;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 0.2s;
}

.auth-modal.active .container {
  transform: translate(-50%, 0);
}

.auth-modal .modal-header,
.auth-modal .modal-cont,
.auth-modal .modal-footer {
  width: 100%;
}

.auth-modal .modal-header {
  padding-left: 20px;
  padding-right: 20px;
}

.auth-modal .modal-title {
  color: #111;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

.auth-modal .modal-desc {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.auth-modal .btn-close {
  position: absolute;
  right: 20px;
  top: 22px;
  width: 24px;
  height: auto;
  aspect-ratio: 1 / 1;
  cursor: pointer;
}

.auth-modal .btn-close img {
  width: 100%;
}

.auth-modal .modal-cont {
  flex: 1;
  overflow-y: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.auth-modal .modal-footer {
  padding-top: 20px;
}

.auth-modal .input-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.auth-modal .input-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.auth-modal .input-label {
  color: #111;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  padding-left: 4px;
}

.auth-modal .input {
  display: block;
  width: 100%;
  height: 56px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #EBEBEB;
  position: relative;
}

.auth-modal .input.is-error {
  border: 1px solid #DA3023;
}

.auth-modal .input input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  color: #000;
  background: #FFF;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}

.auth-modal .input input::placeholder {
  color: #9A9A9E;
}

.auth-modal .input input.pw {
  padding-right: 60px;
}

.auth-modal .error-msg {
  display: none;
  color: #DA3023;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  margin-top: 8px;
}

.auth-modal .error-msg.show {
  display: block;
}

.auth-modal .pw-visibility-control {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 20px;
  height: auto;
}

.auth-modal .pw-visibility-control img {
  width: 100%;
}

.auth-modal .pw-visibility-control .eye {
  display: none;
}

/*.auth-modal .pw-visibility-control .eye-blind {
  display: inline;
}*/


.auth-modal .btn-wrap {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.auth-modal .btn-wrap.vertical {
  flex-direction: column;
  gap: 10px;
}

.auth-modal .btn-wrap .btn {
  display: block;
  width: 100%;
  min-width: 0;
  height: 56px;
  line-height: 55px;
  border-radius: 200px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}

.auth-modal .btn-wrap .btn:not(.small) {
  flex: 1;
}

.auth-modal .btn-wrap.vertical .btn:not(.small) {
  flex: unset;
}

.auth-modal .btn-wrap .btn-white {
  background: #fff;
  color: #666;
  border: 1px solid #EEE;
}

.auth-modal .btn-wrap .btn-black {
  background: #000;
  color: #fff;
}

.auth-modal .btn-wrap .btn-black:disabled {
  background-color: rgba(0, 0, 0, 0.1);
}

.auth-modal .btn-wrap .btn.small {
  width: 120px;
  flex-shrink: 0;
  border-radius: 500px;
}


/* 로그인 모달 수정작업 */
/* 모달 공통 */
.modal{
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 0;
  opacity: 0;
  z-index: 2000;
  pointer-events: none;
}

.modal.active{
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width:768px){
  .modal.active{
    z-index: 999999;
  }
}

.modal button{
  font-family: 'Pretendard', sans-serif;
}

.modal .dim{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 1;
  opacity: 0;
}

.modal.active .dim{
  opacity: 1;
}

.modal .modal-wrap{
  max-width: 393px;
  width: 100%;
  background: #fff;
  border-radius: 30px 30px 0 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  transition: transform .2s;
  z-index: 100;
  padding: 30px 20px 40px 20px;
}

.modal.active .modal-wrap{
  transform: translate(-50%, 0);
}

.modal .modal-header{
  text-align: left;
  position: relative;
  margin-bottom: 30px;
  padding: 0 4px;
}

.modal .modal-header h1{
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.48px;
  color: #000;
  margin-bottom: 10px;
}

.modal .modal-header p{
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.28px;
  color: #666;
}

.modal .modal-header button.close-btn{
  cursor: pointer;
  position: absolute;
  top: -8px;
  right: 0;
  z-index: 10;
  width: 24px;
  height: auto;
  aspect-ratio: 1 / 1;
  background: url('../images/auth/icon-close-btn.png') no-repeat center / cover;
}

.modal .modal-content{
   margin-bottom: 30px;
}

.modal .modal-content input[type='number'],
.modal .modal-content input[type='text'],
.modal .modal-content input[type='password']{
  width: 100%;
  height: 56px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #EBEBEB;
  font-size: 15px;
  font-weight: 500;
  line-height: 140%;
  color: #000;
  padding: 0 24px;
}

.modal .modal-content input[type='number']:-webkit-autofill,
.modal .modal-content input[type='text']:-webkit-autofill,
.modal .modal-content input[type='password']:-webkit-autofill{
  -webkit-box-shadow: 0 0 0 1000px white inset;
  box-shadow: 0 0 0 1000px white inset;
}

.modal .modal-content input[type='number']::placeholder,
.modal .modal-content input[type='text']::placeholder,
.modal .modal-content input[type='password']::placeholder{
  font-weight: 400;
  color: #9A9A9E;
}

.modal .modal-content input:active,
.modal .modal-content input:focus{
  outline: none;
}

.modal .modal-content input::-webkit-outer-spin-button,
.modal .modal-content input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.modal .modal-content input[type='number'] {
  -moz-appearance: textfield;
}

.modal .modal-content .input-wrap{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* 비밀번호 숨기기 */
.modal .modal-content .input-wrap .pw{
  position: relative;
}

.modal .modal-content .input-wrap .pw-control {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.modal .modal-content .input-wrap .pw-control img {
  width: 100%;
}

.modal .modal-content .input-wrap .pw-control .eye {
  display: none;
}


/* 로그인 유지 */
.modal .modal-content .other-menus {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}

.modal .modal-content .remember-me-block {

}

.modal .modal-content .remember-me-block input {
  display: none;
}

.modal .modal-content .remember-me-block label {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  padding-left: 32px;
  cursor: pointer;
  position: relative;
}

.modal .modal-content .remember-me-block label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: url('../images/auth/icon-check-off.png') no-repeat center / contain;
}

.modal .modal-content .remember-me-block input:checked+label::before {
  background-image: url('../images/auth/icon-check-on.png');
}

.modal .modal-content .btn-forgot-pw {
  color: #999;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.26px;
  text-decoration-line: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}


/* 체크박스 */
.modal .modal-content .terms-all{
  display: flex;
  justify-content: start;
  align-items: center;
  gap:8px;
  padding: 16px 20px;
  border-radius: 14px;
  border: 1px solid #EBEBEB;
  background: linear-gradient(0deg, rgba(238, 238, 238, 0.30) 0%, rgba(238, 238, 238, 0.30) 100%), #FFF;
  margin-bottom: 30px;
}

.modal .modal-content .terms-list{}

.modal .modal-content .terms-list li{
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 8px;
  list-style: none;
}

.modal .modal-content .terms-list li:not(:last-child){
   margin-bottom: 20px; 
}

.modal .modal-content .terms-all input[type="checkbox"],
.modal .modal-content .terms-list input[type="checkbox"]{
   display: none; 
}

.modal .modal-content .terms-all input[type="checkbox"] + label,
.modal .modal-content .terms-list input[type="checkbox"] + label{
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  background: #fff;
  cursor: pointer;
  background: url('../images/auth/icon-terms_off.png') no-repeat center / cover #fff;
}   
.modal .modal-content .terms-all input[id="termsAll"]:checked + label::after,
.modal .modal-content .terms-list input[id="termsAge"]:checked + label::after,
.modal .modal-content .terms-list input[id="termsPrivacy"]:checked + label::after{
  content:'';
  font-size: 25px;
  width: 18px;
  height: 18px;
  text-align: center;
  position: absolute;
  left: 0;
  top:0;
  background: url('../images/auth/icon-terms_on.png') no-repeat center / cover #fff;
}

.modal .modal-content .terms-all span,
.modal .modal-content .terms-list span{
  font-size: 15px;
  font-weight: 400;
  color: #000;
}

/* 타이머 */
.modal .modal-content .input-wrap .code-timer,
.modal .modal-content .input-wrap .code-resend{
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  color: #666;
  padding: 2px 8px;
  text-align: center;
}

.modal .modal-content .input-wrap .code-resend{
  background: #eee;
  border-radius: 4px;
  display: none;
}

.modal .modal-content .link{
  font-size: 14px;
  font-weight: 500;
  color: #888;
  text-decoration-line: underline;
  text-underline-offset: 2px;
  cursor: pointer;
  display: block;
  margin:0 auto;
}

.modal .modal-footer.flex{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap:0 5px;
}

.modal .modal-footer .btn{
  width: 100%;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50px;
  background: #000;
  color: #fff;
}

.modal .modal-footer .btn:active,
.modal .modal-footer .btn:focus{
  outline: none;  
}

.modal .modal-footer .link{
  font-size: 14px;
  font-weight: 500;
  color: #888;
  text-decoration-line: underline;
  text-underline-offset: 2px;
  margin: 16px auto 0;
  cursor: pointer;
  display: block;
}

.modal .modal-footer.flex .btn{
  width: calc(100% - 115px);  
}

.modal .modal-footer .btn.white{
  width: 110px;
  background: #fff;
  color: #666;
  border: 1px solid #eee;
}

.modal .modal-footer .btn.disabled:disabled{
  opacity: 0.1;
}

/* modal-scroll */
.modal-scroll{
  overflow-y: auto;
  flex: 1;
  margin-top: 20px;
}

.modal-scroll::-webkit-scrollbar {
  width: 6px;
}

.modal-scroll::-webkit-scrollbar-track {
  background-color: transparent;
  border: none;
}

.modal-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  width: 3px;
  border-right: 3px solid #fff;
}

.modal .modal-footer.info{
  border-top: 1px solid #EEEEEE;
}

/*.modal .modal-footer.info .footer-service{
  padding: 50px 20px 30px 20px;
  text-align: left;
}
.modal .modal-footer.info .footer-service img{
  width: 73px;
  height: auto;
}

.modal .modal-footer.info .footer-service .title{
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #000;
  margin: 16px 0 10px 0;
}

.modal .modal-footer.info .footer-service .sub-title{
  font-size: 12px;
  font-weight: 400;
  color: #666;
  padding-left: 2px;
  margin-bottom: 22px;
}

.modal .modal-footer.info .footer-service .service-link{
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  border: 1px solid #000;
  background: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.modal .modal-footer.info .footer-notice{
  background: #FAFAFA;
  padding: 30px 20px 50px 20px;

}

.modal .modal-footer.info .footer-notice .list{
  text-align: left;
  margin-bottom: 22px;
  list-style: none;
  padding: 0;
  border:none;
  border-radius: 0;
  cursor: default;
  transition: none;
}

.modal .modal-footer.info .footer-notice .list:hover{
  opacity: 1;
}

.modal .modal-footer.info .footer-notice .list li{
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #444;
}

.modal .modal-footer.info .footer-notice .policy{
  list-style: none;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}

.modal .modal-footer.info .footer-notice .policy li{
  position: relative;   
}

.modal .modal-footer.info .footer-notice .policy li::after{
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background: #eee;
}

.modal .modal-footer.info .footer-notice .policy li a{
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.24px;
  color: #666;
  cursor: pointer;
}

.modal .modal-footer.info .footer-notice p{
  font-size: 13px;
  font-weight: 400;
  color: #aaa;
  text-align: left;
}*/


/* 휴대폰로그인 모달 */
.phone-login-modal .modal-wrap{
  min-height: 373px;
}

.phone-login-modal .modal-content .flag-wrap{
  position: relative; 
  height: 100%;
}

.phone-login-modal .modal-content .flag-wrap .country-select{
  display:flex;
  align-items:center;
  background:transparent;
  gap: 6px;
  border:0;
  padding:0;
  cursor:pointer;
  height: 100%;
}

.phone-login-modal .modal-content .flag-wrap .country-select .flag{
  text-align: center;
  font-size: 12px;
}

.phone-login-modal .modal-content .flag-wrap  .country-select .arrow img{
  width: 14px;
  height: auto;
}

.phone-login-modal .modal-content .flag-wrap .country-dropdown{
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(238,238,238,0.5);
  flex-direction: column;
  gap: 4px;
  width: 60px;
  padding: 10px;
  border-radius: 4px;
}

/* 휴대폰로그인 인증번호 모달 */
.phone-code-modal .modal-header p{
  color: #555;
  font-weight: 500;
}

.phone-code-modal .input-wrap{
  position: relative;
  margin-bottom: 20px;
}

.code-help-modal.modal {
  z-index: 2001;
}

/* 휴대폰로그인 인증번호 미전송안내 모달 */
.code-help-modal .modal-wrap{
  max-height: calc(100vh - 40px);
  height: 690px;
  display: flex;
  flex-direction: column;
  padding: 30px 0 0;
}

.code-help-modal .modal-header{
  flex-shrink: 0;
  margin: 0 20px 10px 20px;
}

.code-help-modal .modal-header h1{
  font-size: 20px;
}

.code-help-modal .modal-content{
  margin: 0 20px 40px 20px;
}

.code-help-modal .list-wrap{
  text-align: left;
}

.code-help-modal .list-wrap:not(:last-child){
  margin-bottom: 30px;
}

.code-help-modal .list-wrap p{
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.28px;
  color: #666;
  margin-bottom: 10px;
}

.code-help-modal .list-wrap ul{
  list-style: none;
}

.code-help-modal .list-wrap ul li{
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.28px;
  color: #666;
  display: flex;
}

.code-help-modal .list-wrap ul li:not(:last-child){
  margin-bottom: 4px;
}

.code-help-modal .list-wrap ul li::before{
  content: '·';
  font-weight: 900;
  padding: 0 10px;
}

.code-help-modal .list-wrap ul.last{
  padding:4px 0 0 20px;
}

/* 휴대폰로그인 이름모달 */
.phone-name-modal{

}

.phone-name-modal .modal-header p{
  color: #555;
}

/* 약관동의모달 */
.terms-modal .modal-content{
  margin-bottom: 55px;
}

.terms-modal .modal-content .privacy-wrap{
  width: calc(100% - 29px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.terms-modal .modal-content .privacy-wrap::after{
  content: '';
  width: 5px;
  height: 10px;
  background: url('../images/auth/icon-arrow.png') no-repeat center / cover;
}

/* 완료 모달 (공통) */
.complete-modal .modal-wrap{
  padding: 50px 20px;
}

.complete-modal .img{
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.complete-modal .img img{
  width: 42px;
  height: auto;
  aspect-ratio: 1 / 1;
}

.complete-modal .modal-header{
  margin-bottom: 33px;
  text-align: center;
}

.complete-modal .modal-header h1{
  font-size: 22px;
  margin-bottom: 12px;
}

.complete-modal .modal-header button.close-btn{
  top: -28px;
}

.complete-modal .modal-footer .btn{
  width: 100%;
}


/* 개인정보이용동의모달 */
.privacy-modal .modal-wrap{
  max-height: calc(100vh - 40px);
  height: 700px;
  display: flex;
  flex-direction: column;
  padding: 30px 0 0;
}

.privacy-modal .modal-header{
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  flex-shrink: 0;
  margin: 0 20px;
}

.privacy-modal .modal-header h1{
  margin-bottom: 0;
}

.privacy-modal .modal-content{
  margin: 0 20px 50px 20px;
}

.privacy-modal .modal-content .list{
  margin-bottom: 20px;
}

.privacy-modal .modal-content p,
.privacy-modal .modal-content li{
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.28px;
  text-align: left;
  color: #666;
}
/*
.privacy-modal .modal-content .list p:not(:last-child){
  margin-bottom: 20px;
}

.privacy-modal .modal-content p.sub-title{
  margin-bottom: 0 !important;
}

.privacy-modal .modal-content ul{
  list-style: none;
  margin-bottom: 20px;
}

.privacy-modal .modal-content li:not(:last-child){
  margin-bottom: 3px;
}*/

/* 이메일로그인계정 모달 */
.email-account-modal .modal-footer .btn{
  width: 100% !important;
}


/* 이메일로그인 회원가입모달 */
.email-register-modal .input-wrap{
  gap: 12px;
}

.email-register-modal .input-wrap:first-child{
  margin-bottom: 30px;
}

.email-register-modal .pw-error-text {
  position: absolute;
  display: none;
  font-size: 12px;
  color: #ff3b30;
  text-align: left;
}
.email-register-modal .pw-error-text.active {
  display: block;
}

/* 이메일로그인 타이머 */
#emailTimerWrap{
  display: none;
}

#emailTimerWrap .input-wrap{
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
}

/* 추천인모달 */
.recommender-modal .modal-content input[type='text']{
  font-weight: 600;
}






/* 로그인 모달 */
.auth-modal#loginModal.active{
  z-index: 1001;
}

.auth-modal#loginModal .container {
  height: 570px;
  padding: 0;
}

.auth-modal#loginModal .modal-cont {
  padding-top: 50px;
  padding-bottom: 40px;
  /*overflow-y: hidden;*/
}

.auth-modal#loginModal .modal-cont.scroll {
  /*overflow-y: auto;*/
}

.auth-modal#loginModal .modal-desc {}

.auth-modal#loginModal .modal-title {}

.auth-modal#loginModal .img {
  width: 100%;
}

.auth-modal#loginModal .benefit-ver {
  text-align: center;
}

.auth-modal#loginModal .benefit-ver .modal-desc {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
  transform: translateX(3px);
}

.auth-modal#loginModal .benefit-ver .modal-desc .emoji {
  display: inline-block;
  font-size: 0.8em;
  transform: translateY(-2px);
}

.auth-modal#loginModal .benefit-ver .modal-title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.02em;
  margin-bottom: 3px;
}

.auth-modal#loginModal .benefit-ver .img {
  margin-bottom: 9px;
}

.auth-modal#loginModal .regular-ver {
  text-align: center;
}

.auth-modal#loginModal .regular-ver .modal-desc {
  color: #999;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.02em;
}

.auth-modal#loginModal .regular-ver .modal-title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}

.auth-modal#loginModal .regular-ver .img {

}

.auth-modal#loginModal .btn-wrap-1 {
  gap: 32px;
}

.auth-modal#loginModal .btn-login-kakao {
  display: block;
  background: #fde500 url('../images/auth/icon-kakao-login.png') no-repeat left
  22px center / 20px;
  border: none;
  outline: none;
  text-align: center;
  color: #201d1e;
  position: relative;
}

.auth-modal#loginModal .btn-login-kakao::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  width: 125px;
  height: 35px;
  background: url('../images/auth/img-quick-kakao.png') no-repeat center center /
      contain;
  z-index: 1;
  display: none;
}

.auth-modal#loginModal .login-box {
  position: relative;
  width: 100%;
}

.auth-modal#loginModal .login-box .btn-login-phone {
  display: block;
  border: none;
  outline: none;
  text-align: center;
  color: #fff;
  background: #000;
  position: relative;
}

.auth-modal#loginModal .login-box .login-tip{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 147px;
  height: 35px;
  background: linear-gradient(0deg, #FDE500 0%, #FDE500 100%), rgba(0, 0, 0, 0.80);
  border:1px solid rgba(238, 238, 238, 0.50);
  box-shadow:0 3px 10px rgba(0, 0, 0, 0.04);
  border-radius: 50px;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.auth-modal#loginModal .login-box .login-tip img{
  width: 14px;
  height: auto;
}

.auth-modal#loginModal .login-box .login-tip p{
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  color: #000;
}

.auth-modal#loginModal .login-box .login-tip::before,
.auth-modal#loginModal .login-box .login-tip::after{
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.auth-modal#loginModal .login-box .login-tip::before{
  bottom: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #FDE500;
  z-index: 2;
}

.auth-modal#loginModal .login-box .login-tip::after{
  bottom: -7px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.2);
  z-index: 1;
}



.auth-modal#loginModal .btn-login-email {
  color: #888;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.auth-modal#loginModal .btn-login-email::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 6px;
  background: url('../images/auth/icon-chevron-bottom.png') no-repeat center center / contain;
  display: none;
}

.auth-modal#loginModal .btn-login-email.active::after {
  transform: translateY(-50%) rotate(180deg);
}

.auth-modal#loginModal .login-form {
  display: none;
  padding-top: 34px;
  padding-bottom: 10px;
}

.auth-modal#loginModal .login-form.active {
  display: block;
}

.auth-modal#loginModal .input-list {}

.auth-modal#loginModal .other-menus {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4px;
  margin-top: 16px;
  margin-bottom: 25px;
}

.auth-modal#loginModal .remember-me-block {

}

.auth-modal#loginModal .remember-me-block input {
  display: none;
}

.auth-modal#loginModal .remember-me-block label {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  padding-left: 32px;
  cursor: pointer;
  position: relative;
}

.auth-modal#loginModal .remember-me-block label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: url('../images/auth/icon-check-off.png') no-repeat center / contain;
}

.auth-modal#loginModal .remember-me-block input:checked+label::before {
  background-image: url('../images/auth/icon-check-on.png');
}

.auth-modal#loginModal .btn-forgot-pw {
  color: #999;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.02em;
  text-decoration-line: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}



/* 비밀번호 재설정 모달 */
.auth-modal#passwordResetModal .container {
  height: 271px;
  padding: 0 0 30px 0;
}

.auth-modal#passwordResetModal.expanded .container {
  height: 295px;
}

.auth-modal#passwordResetModal .container .modal-cont {
  padding-top: 30px;
}

.auth-modal#passwordResetModal .modal-title,
.auth-modal#passwordResetModal .modal-desc {
  padding-left: 4px;
  padding-right: 4px;
}

.auth-modal#passwordResetModal .modal-title {
  margin-bottom: 10px;
}

.auth-modal#passwordResetModal .modal-desc {
  margin-bottom: 24px;
}

.auth-modal#passwordResetModal .container .modal-footer {
  padding-left: 20px;
  padding-right: 20px;
}



/* 회원가입 모달 */
.auth-modal#signUpModal .container {
  height: 730px;
  max-height: 80vh;
  padding: 0 0 30px 0;
}

.auth-modal#signUpModal .modal-header {
  padding-top: 30px;
}

.auth-modal#signUpModal .modal-title,
.auth-modal#signUpModal .modal-desc {
  padding-left: 4px;
  padding-right: 4px;
}

.auth-modal#signUpModal .modal-title {
  margin-bottom: 10px;
}

.auth-modal#signUpModal .modal-desc {
  margin-bottom: 24px;
}

.auth-modal#signUpModal .input-list {
  gap: 20px;
}

.auth-modal#signUpModal .container .modal-footer {
  padding-left: 20px;
  padding-right: 20px;
}



/* 회원가입 성공(추천인 입력) 모달 */
/*.auth-modal#recommenderModal {
  opacity: 1;
}*/
.auth-modal#recommenderModal .container {
  padding: 0 0 30px 0;
}

.auth-modal#recommenderModal .container .modal-cont {
  padding-top: 30px;
}

.auth-modal#recommenderModal .modal-title,
.auth-modal#recommenderModal .modal-desc {
  padding-left: 4px;
  padding-right: 4px;
}

.auth-modal#recommenderModal .modal-title {
  margin-bottom: 10px;
}

.auth-modal#recommenderModal .modal-desc {
  margin-bottom: 24px;
}

.auth-modal#recommenderModal .container .modal-footer {
  padding-left: 20px;
  padding-right: 20px;
}

.auth-modal#recommenderModal .container .modal-footer .btn-black.disabled{
  opacity: 0.5;
  pointer-events: none;
}



/* 사쿠라닥터 안내 모달 */
.doctor-modal .page{
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: none;
  transition: height .4s;
}

.doctor-modal .modal-wrap{
  padding: 30px 0 40px 0;
}

.doctor-modal .modal-header {
  padding: 0 24px;
  margin-bottom: 20px;
}

.doctor-modal .modal-header h1{
  font-size: 22px;
}

.doctor-modal .modal-header p .gradient-text{
  font-weight: 600;
  background: linear-gradient(90deg, #AE00FF 0%, #71D9FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.doctor-modal .modal-header button.close-btn{
  top: -6px;
  right: 24px;
}

.doctor-modal .page-2{
  display: block;
}

.doctor-modal .page-2 .popular-section .swiper-btns {
  display: flex;
  align-items: center;
  gap: 8px;
}

.doctor-modal .page-2 .popular-section .swiper-btns .btn {
  width: 28px;
  height: auto;
  aspect-ratio: 1 / 1;
  position: static;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  opacity: 1 !important;
  z-index: 1;
}

.doctor-modal .page-2 .popular-section .swiper-btns .btn::before,
.doctor-modal .page-2 .popular-section .swiper-btns .btn::after {
  display: none !important;
}

.doctor-modal .page-2 .popular-section .swiper-button-prev {
  background-image: url('../images/doctor/btn-slide-prev.png');
}

.doctor-modal .page-2 .popular-section .swiper-button-next {
  background-image: url('../images/doctor/btn-slide-next.png');
}

.doctor-modal .page-2 .popular-section .swiper {
  padding: 0 24px;
  z-index: 0;
}

.doctor-modal .page-2 .popular-section .swiper:not(.swiper-initialized) .swiper-wrapper {
  gap: 12px;
}

.doctor-modal .page-2 .popular-section .swiper-slide {
  width: 144px !important;
}

.doctor-modal .page-2 .popular-section .doctor-item {
  border-radius: 16px;
  border: 1px solid #EEE;
  background: #FFF;
  padding: 18px 11px 11px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.doctor-modal .page-2 .doctor-item .avatar {
  width: 45px;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  position: relative;
}

.doctor-modal .page-2 .doctor-item .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.doctor-modal .page-2 .doctor-item .avatar::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: 2px;
  width: 14px;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: url('../images/doctor/img-dot-ai.png') no-repeat center center / contain;
  z-index: 1;
}

.doctor-modal .page-2 .doctor-item .keyword {
  color: #111;
  font-size: 15px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 5px;
}

.doctor-modal .page-2 .doctor-item .info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.doctor-modal .page-2 .doctor-item .name {
  padding: 3px 6px;
  border-radius: 6px;
  background: rgba(102, 102, 102, 0.08);
  color: #666;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}

.doctor-modal .page-2 .doctor-item .count {
  color: #999;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.doctor-modal .page-2 .doctor-item .btn-select-doctor {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  transition: opacity .2s;
}

.doctor-modal .bg-gradient{
  background: linear-gradient(93deg, #AE00FF -11.25%, #71D9FF 114.37%);
}

.doctor-modal .page-2 .doctor-item .btn-select-doctor:hover {
  opacity: 0.4;
}

.doctor-modal .page-2 .doctor-item .btn-select-doctor span {
  position: relative;
  padding-left: 16px;
}

.doctor-modal .page-2 .doctor-item .btn-select-doctor span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: url('../images/doctor/icon-star-ai-white.png') no-repeat center center / contain;
}

.doctor-modal .page-2 .popular-section .doctor-item .avatar {
  margin-bottom: 10px;
}

.doctor-modal .page-2 .popular-section .doctor-item .keyword {
  font-size: 16px;
  margin-bottom: 5px;
}

.doctor-modal .page-2 .popular-section .doctor-item .info {
  flex-direction: column;
  gap: 6px;
  margin-bottom: 12px;
}

/* 사쿠라허브닥터 화면3 */
.doctor-modal .page-3 {
  height: 732px;
  background-color: #fff;
}

.doctor-modal .page-3 .head {
  background-color: #fff;
  padding: 32px 20px 20px;
}

.doctor-modal .page-3 .head .desc {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.doctor-modal .page-3 .head .desc .badge {
  padding: 5px 8px 5px 22px;
  border-radius: 17px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  position: relative;
}

.doctor-modal .page-3 .head .desc .badge::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url('../images/doctor/icon-star-ai-white.png') no-repeat center center / contain;
}

.doctor-modal .page-3 .head .desc span {
  color: #666;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
}

.doctor-modal .page-3 .head .doctor {
  display: flex;
  align-items: center;
  gap: 14px;
}

.doctor-modal .page-3 .head .avatar {
  width: 45px;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  position: relative;
}

.doctor-modal .page-3 .head .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.doctor-modal .page-3 .head .avatar::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: 2px;
  width: 14px;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: url('../images/doctor/img-dot-ai.png') no-repeat center center / contain;
  z-index: 1;
}

.doctor-modal .page-3 .head .doctor .question {
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 6px;
}

.doctor-modal .page-3 .head .doctor .name {
  color: #999;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}

.doctor-modal .page-3 .cont {
  padding: 30px 24px;
  position: relative;
}

.doctor-modal .page-3 .cont::after {
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #eee;
}

.doctor-modal .page-3 .cont .title {
  color: #111;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 6px;
}

.doctor-modal .page-3 .cont .desc {
  color: #DA3023;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.doctor-modal .page-3 .cont .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.doctor-modal .page-3 .cont .item {

}

.doctor-modal .page-3 .cont .item input {
  display: none;
}

.doctor-modal .page-3 .cont .item label {
  border-radius: 66px;
  background-color: #F5F6F8;
  padding: 15px 20px;
  cursor: pointer;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color .2s, color .2s;
}

.doctor-modal .page-3 .cont .item label i {
  font-style: normal;
}

.doctor-modal .page-3 .cont .item input:checked+label,
.doctor-modal .page-3 .cont .item:hover label {
  background-color: #000;
  color: #fff;
}

.doctor-modal .modal-footer{
  padding: 0 24px;
}







/* 반응형 --------------------------------------------------------------- */
/* pc */
@media screen and (min-width: 769px) {
  header #doctorModal .page-2 .scroll-block::-webkit-scrollbar,
  header #doctorModal .page-3 .cont::-webkit-scrollbar,
  header #doctorModal .page-5 .cont::-webkit-scrollbar {
    width: 6px;
    z-index: 2;
  }

  header #doctorModal .page-2 .scroll-block::-webkit-scrollbar-track,
  header #doctorModal .page-3 .cont::-webkit-scrollbar-track,
  header #doctorModal .page-5 .cont::-webkit-scrollbar-track {
    background-color: transparent;
    border: none;
  }

  header #doctorModal .page-2 .scroll-block::-webkit-scrollbar-thumb,
  header #doctorModal .page-3 .cont::-webkit-scrollbar-thumb,
  header #doctorModal .page-5 .cont::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    width: 3px;
    border-right: 3px solid #fff;
  }


  header #doctorModal .page-2 .title-block {
    padding: 0 18px 0 24px;
  }

  header #doctorModal .page-2 .all-section .title-block {
    padding: 0 18px 0 24px;
  }

  header #doctorModal .page-2 .all-section .list {
    padding: 0 14px 20px 20px;
  }


  header #doctorModal .page-5 .cont .card-section {
    padding: 0 14px 34px 20px;
  }

  header #doctorModal .page-5 .cont .product-section {
    padding: 34px 14px 25px 20px;
  }


  /* auth 모달 공통 */
  .auth-modal .modal-cont::-webkit-scrollbar {
  /*.auth-modal#loginModal .modal-cont.scroll::-webkit-scrollbar {*/
    width: 6px;
  }

  .auth-modal .modal-cont::-webkit-scrollbar-track {
  /*.auth-modal#loginModal .modal-cont.scroll::-webkit-scrollbar-track {*/
    background-color: transparent;
    border: none;
  }

  .auth-modal .modal-cont::-webkit-scrollbar-thumb {
  /*.auth-modal#loginModal .modal-cont.scroll::-webkit-scrollbar-thumb {*/
    background-color: rgba(0, 0, 0, 0.2);
    width: 3px;
    border-right: 3px solid #fff;
  }
}

/* 사쿠라닥터 모달 최대높이 조절용 */
@media screen and (min-height: 720px) and (max-height: 950px) {
  header #doctorModal .page-2,
  header #doctorModal .page-3,
  header #doctorModal .page-4,
  header #doctorModal .page-5 {
    max-height: 554px;
  }
}


/* 태블릿 */
@media screen and (max-width: 1000px) {
  header .fixed .header-wrap .main-header {
    padding-bottom: 0;
  }

  header .fixed .header-wrap .main-header .center-search {
    position: static;
    transform: translateY(-10px);
  }

  header .fixed .header-wrap .sub-header {
    padding-top: 22px;
  }

  footer .FooterTop .footer-left{
    width: 100%;
    margin-right: 0;
  }

  footer .FooterBottom{
    flex-direction: column;
  }
  footer .FooterBottom ul{
    justify-content: center;
    margin-bottom: 24px;
  }

  footer .FooterBottom .copyright{
    text-align: center;
  }
}



/* 모바일 */
@media screen and (max-width: 768px) {
  header {
    height: 166px !important;
  }

  header .mo-block {
    display: block;
  }

  header .mo-none {
    display: none;
  }

  header .fixed .header-wrap .sub-header .gnb .swiper-slide {
    width: auto;
    margin-right: 20px;
  }




  header .fixed {
    border-bottom: none;
  }

  header .fixed .top-bar img.mo-block {
    display: block;
  }

  header .fixed .top-bar img.mo-none {
    display: none;
  }

  header .fixed .mid {
    display: none;
  }

  header .fixed .header-wrap {
    padding: 0;
    height: auto;
  }

  header .fixed .header-wrap .main-header {
    padding: 21px 20px 20px 16px;
    gap: 16px;
  }

  header .fixed .header-wrap .main-header .logo-wrap .btn-ham {
    display: none;
  }

  header .fixed .header-wrap .main-header .logo-wrap a.logo {
    background-image:url("../images/logo-mo@x1.png");
    background-image: -webkit-image-set(
        url("../images/logo-mo@1x.png") 1x,
        url("../images/logo-mo@2x.png") 2x,
        url("../images/logo-mo@3x.png") 3x);
    background-image: image-set(
        url("../images/logo-mo@1x.png") 1x,
        url("../images/logo-mo@2x.png") 2x,
        url("../images/logo-mo@3x.png") 3x);
    width: 131px;
    height: 24px;
  }

  header .fixed .header-wrap .main-header .center-search {
    display: none;
  }

  header .fixed .header-wrap .main-header .right {
    flex: 1;
    align-items: center;
  }

  header .fixed .header-wrap .main-header .right .search {
    display: none;
  }

  header .fixed .header-wrap .main-header .right .search {
    max-width: 281px;
    margin: 0 auto;
  }

  header .fixed .header-wrap .main-header .right .search input {
    border-radius: 200px;
    background: #F7F7F7;
    border: none;
    padding-left: 18px;
  }

  header .fixed .header-wrap .main-header .right .search svg {
    /*    right: 16px;*/
  }

  header .fixed .header-wrap.mobile-search-active .mobile-search-icon {
    display: none;
  }

  header .fixed .header-wrap.mobile-search-active .btn-doctor {
    display: none;
  }

  header .fixed .header-wrap.mobile-search-active .acc-basket {
    display: none;
  }

  header .fixed .header-wrap.mobile-search-active .mo-sub-header {
    display: none;
  }

  header .fixed .header-wrap.mobile-search-active .main-header {
    padding: 7px 16px;
    align-items: center;
  }

  header .fixed .header-wrap.mobile-search-active .main-header .logo-wrap {
    display: none;
  }

  header .fixed .header-wrap.mobile-search-active .search svg {
    right: 16px;
    left: auto;
  }

  header .fixed .header-wrap .main-header .right {
    gap: 16px;
  }

  header .fixed .header-wrap .main-header .right .acc.hamburger {
    display: block;
  }

  header .fixed .header-wrap .sub-header {
    padding-top: 9px;
  }

  header .fixed .header-wrap .sub-header .gnb.mo-none {
    display: none;
  }

  header .fixed .header-wrap .sub-header .gnb.mo-block {
    display: block;
    width: 100%;
    padding: 0 16px;
  }

  header .fixed .header-wrap .sub-header .gnb .swiper {
    overflow: visible;
    width: 100%;
  }

  header .fixed .header-wrap .sub-header .gnb.mo-block .link>a {
    font-size: 15px;
  }

  header .fixed .header-wrap .sub-header .gnb.mo-block .link>a:after {
    bottom: 8px;
  }

  header .fixed .header-wrap .sub-header .gnb.mo-block .link>a .dot {
    width: 5px;
    height: 5px;
    right: -7px;
  }

  header .fixed .header-wrap .sub-header .gnb a {
    padding-bottom: 10px;
  }

  header .fixed .header-wrap .sub-header .gnb .link:hover .dropmenu {
    display: none;
  }

  header .mobile-search-icon {
    display: block;
  }

  header  .fixed .header-wrap .right .acc {
    width: 24px;
    height: 24px;
    background: none;
  }

  header  .fixed .header-wrap .right .acc i {
    top: 1px;
    right: -3px;
  }

  header .dim {
    display: none; /* 기본적으로 숨김 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 150;
  }

  header .side-menu {
    position: fixed;
    display: block;
    top: 0;
    right: -300px; /* 초기 상태에서 화면 밖으로 이동 */
    width: 300px;
    height: 100dvh;
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease; /* 애니메이션 효과 */
    z-index: 1000;
    padding: 58px 0 0 0;
    box-sizing: border-box;
    overflow-y: auto;
  }

  header .dim.visible {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  header .dropmenu {
    display: none !important;
  }


  /* 스크롤 내릴 때 */
  .down header .fixed .header-wrap {
    height: auto;
  }

  .down header .fixed .header-wrap .main-header .logo-wrap a.logo {
    display: block;
  }

  .down header .fixed .header-wrap .main-header .right .icon-search {
    display: none;
  }

  .down header .fixed .header-wrap .sub-header {
    transform: none;
  }

  .down header .fixed .header-wrap .dropmenu {
    display: none;
  }

  .down header .fixed .header-wrap .sub-header .dropmenu {
    display: none;
  }

  header .fixed .header-wrap .main-header .right .btn-doctor .tooltip {
    display: none;
  }

  /*header .fixed .header-wrap .main-header .right .btn-doctor .tooltip.show {
    display: block;
  }*/

  header #doctorModal {
    position: fixed;
    width: 100%;
    max-width: 393px;
    top: 100%;
    right: unset;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 30px 30px 0 0;
    box-shadow: none;
  }

  header #doctorModal.active {
    transform: translate(-50%, -100%);
  }

  header #doctorModal .page-1,
  header #doctorModal .page-2,
  header #doctorModal .page-3,
  header #doctorModal .page-4,
  header #doctorModal .page-5 {
    max-height: 80vh;
  }

  header #doctorModal .page-2 .popular-section {
    padding: 27px 20px 30px;
  }

  header #doctorModal .page-2 .title-block {
    padding: 0 4px;
  }

  header #doctorModal .page-2 .popular-section .swiper {
    padding: 0;
  }



  /* 사이드 메뉴가 열릴 때 */
  header .side-menu.open {
    right: 0; /* 화면 안으로 이동 */
  }
  header .side-menu .close-btn {
    position: absolute;
    top: 17px;
    right: 16px;
  }
  header .side-menu .login-btn {
    padding: 24px 20px;
    border-top: 1px solid #eee;
    border-bottom: 10px solid #F5F5F5;
  }

  header .mo-gnb {
    display: block;
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 24px;
    border-top: 1px solid #eee;
  }

  header .mo-gnb.best {
    border-top: none;
    border-bottom: 1px solid #eee;
  }
  header .mo-gnb.story {
    border-top: 10px solid #F5F5F5;
  }
  header .mo-gnb.reward {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  header .mo-gnb.reward img {
    width: 15px;
    height: 15px;
  }

  header .side-menu .login-btn .vf {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
  }
  header .side-menu .login-btn .row {
    /*    display: flex;*/
    /*    gap: 9px;*/
  }
  header .side-menu .login-btn .vf .user_avatar {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    background-size:cover;
    background-position: center center;
    background-image: url('../images/sakura_avatar.jpg');
    border-radius: 50%;
  }
  header .side-menu .login-btn .vf .user_info {
    width: 100%;
    color: #000;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
  header .side-menu .login-btn .vf .user_info strong {
    color: #000;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 25.2px */
  }
  header .side-menu .login-btn .vf .a_right {
    display: flex;
    align-self: flex-start;
    gap: 10px;
    align-items: center;
    margin-left: auto;
  }
  header .side-menu .login-btn .vf .a_right img {
    max-width: initial;
    width: 16px;
    height: 16px;
  }
  header .side-menu .login-btn .vf .a_right a {
    color: #000;
    text-align: right;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  header .side-menu .login-btn .vf .a_right i {
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.2);
  }
  header .side-menu .login-btn .point {
    /*    width: 50%;*/
    display: flex;
    align-items: center;
    padding: 0 15px 0 15px;
    height: 46px;
    border-radius: 10px;
    border: 1px solid #EEE;
    background: #FFF;
  }
  header .side-menu .login-btn .point img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
  header .side-menu .login-btn .point p {
    color: #666;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

  }
  header .side-menu .login-btn .point span {
    color: #000;
    text-align: right;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 0 auto;
  }
  header .side-menu .user_info .badge {
    display: inline-block;
    width: 18px;
    height: 18px;
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 10.588px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%; /* 16.941px */
    border-radius: 50%;
    vertical-align: text-top;
    background: #7E858A;
  }
  header .side-menu .user_info .badge.silver {
    background: #7E858A;
  }
  header .side-menu .user_info .badge.gold {
    background: #DCAB29;
  }
  header .side-menu .user_info .badge.vip {
    background: #B40C0C;
  }
  header .side-menu .user_info .badge.vvip {
    background: #721D9E;
  }

  header .side-menu .side-categories {
    padding: 24px 24px 0 24px;
  }
  header .side-menu .side-categories .cate-item {
    margin-bottom: 30px;
  }
  header .side-menu .side-categories .cate-item:last-child {
    margin-bottom: 30px;
  }
  header .side-menu .side-categories .cate-item .cate-item-title {
    width: 100%;
    display: block;
    position: relative;
    color: #000;
    font-family: 'Pretendard';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  header .side-menu .sub-gnb {
    display: flex;
    height: fit-content;
    align-items: center;
    gap: 13px;
    padding: 33px 24px;
  }

  header .side-menu .sub-gnb a {
    color: #111;
    font-family: 'Pretendard';
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  header .side-menu .sub-gnb a img {
    width: 13px;
    height: 13px;
  }

  header .side-menu .sub-gnb .gnb-reward {
    display: flex;
    gap: 3px;
    align-items: center;
  }

  header .side-menu .sub-gnb .bar {
    display: block;
    width: 1px;
    height: 11.493px;
    background: #eee;
  }

  header .side-menu .side-categories .cate-item .cate-item-title:after {
    content:'';
    display: block;
    position: absolute;
    right:0px;
    top:50%;
    transform: translateY(-50%);
    width: 12px;
    height: 6px;
    background-image: url('../images/side-toggle.jpg');
    background-size: 12px 6px;
  }
  header .side-menu .side-categories .cate-item.active .cate-item-title:after {
    transform: translateY(-50%) rotate(180deg);
  }
  header .side-menu .side-categories .cate-item .cate-item-title span {
    /*  font-size: 16px;*/
    /*  font-weight: bold;*/
  }
  header .side-menu .side-categories ul.cate-item-children {
    margin-top: 20px;
    display: none;
  }
  header .side-menu .side-categories .cate-item.active ul.cate-item-children {
    display: block;
  }
  header .side-menu .side-categories ul.cate-item-children li {
    margin-bottom: 14px;
  }
  header .side-menu .side-categories ul.cate-item-children li:last-child {
    margin-bottom: 40px;
  }
  header .side-menu .side-categories ul.cate-item-children li a {
    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  header .side-menu .side-categories ul.cate-item-children li.active a {
    color: #DA3023;
  }



  header .side-menu .login-btn .btn-wrap {
    margin-bottom: 16px;
  }
  header .side-menu .login-btn .btn-wrap a {
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: #000;
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
  }
  header .side-menu .login-btn .btn-wrap a.login {
    border-radius: 24px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    margin-bottom: 20px;
  }
  header .side-menu .login-btn span {
    display: block;
    color: #000;
    text-align: center;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 10px;
  }
  header .side-menu .login-btn .sns-btn {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }
  header .side-menu .login-btn .sns-btn .kakao {
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
  }
  header .side-menu .login-btn .sns-btn .kakao div {
    position:relative;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
  }
  header .side-menu .login-btn .sns-btn .kakao div {
    background-image: url("../images/login-kakao.png");
    background-image: -webkit-image-set(
        url("../images/login-kakao.png") 1x,
        url("../images/login-kakao@2x.png") 2x);
    background-image: image-set(
        url("../images/login-kakao.png") 1x,
        url("../images/login-kakao@2x.png") 2x);
  }
  header .side-menu .login-btn .sns-btn .google div {
    background-image: url("../images/login-google.png");
    background-image: -webkit-image-set(
        url("../images/login-google.png") 1x,
        url("../images/login-google@2x.png") 2x);
    background-image: image-set(
        url("../images/login-google.png") 1x,
        url("../images/login-google@2x.png") 2x);
  }

  header .mo-search {
    display: block;
    position: relative;
    width: 100%;
  }

  header .mo-search svg {
    position: absolute;
    top: 11px;
    left: 16px;
    cursor: pointer;
  }

  header .mo-search input {
    width: 100%;
    height: 46px;
    border-radius: 200px;
    border: 1px solid #e9e9e9;
    background: #fff;
    padding: 0 20px 0 46px;
    box-sizing: border-box;
    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  header .mo-search input::placeholder {
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }


  /* 사쿠라닥터안내모달 */
  #sakuraDoctorModal .doctor-ring-overlay {
    display: none;
    position: fixed;
    top: 76px; 
    right: 132px;
    width: 39px;
    height: 39px;
    background: url('../images/icon-dr-m.png') no-repeat center / cover;
    pointer-events: none;
    z-index: 99999999999;
  }

  #sakuraDoctorModal .doctor-tooltip-overlay {
    content: '';
    position: absolute;
    top: 127px;
    right: 80px;
    width: max-content;
    border: 1px solid #EEE;
    border-radius: 10px;
    background: #fff;
    backdrop-filter: blur(3.5px);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.08));
    padding: 9px 12px;
    z-index: 99999999999;
  }

  #sakuraDoctorModal .doctor-tooltip-overlay::before,
  #sakuraDoctorModal .doctor-tooltip-overlay::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
  }

  #sakuraDoctorModal .doctor-tooltip-overlay::before {
    top: -9px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid white; /* 배경 색상 */
    z-index: 2;
  }

  #sakuraDoctorModal .doctor-tooltip-overlay::after {
    top: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #eeeeee;
    z-index: 1;
  }

  #sakuraDoctorModal .doctor-tooltip-overlay .msg {
    display: block;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    line-height: 140%;
    text-align: left;
  }

  /*header .fixed .header-wrap .main-header .right .btn-doctor::before {
    content: none;
  }

  header .fixed .header-wrap .main-header .right .btn-doctor.ring::before {
    content: '';
    position: absolute;
    left:50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 39px;
    height: 39px;
    background: url('../images/icon-dr-circle.png') no-repeat center / cover;
    pointer-events: none;
    z-index: 1000;
  }*/



  footer {
    padding-top: 40px;
  }
  footer .FooterContainer {
    padding: 0 16px;
  }
  footer .FooterMenu {
    display: none;
  }
  footer .Col.pc {
    display: none;
  }
  footer .FooterMenu{
    display: none;
  }
  footer .Col {
    flex: 1 !important;
  }
  footer .FooterTop .footer-left p {
    font-size: 15px;
    margin-bottom: 14px;
  }
  footer .FooterTop .footer-left span {
    font-size: 13px;
    margin-bottom: 20px;
  }
  footer .FooterTop .footer-left .btn a {
    max-width: 174px;
    width: 100%;
    height: 48px;
    padding: 0 20px;
  }
  footer .FooterTop {
    padding-bottom: 30px;
  }
  footer .FooterBottom {
    flex-wrap: wrap;
  }
  footer .FooterBottom ul {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 40px;
  }
  footer .family.mo {
    display: block;
    flex: 0 1 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
  }
  footer .FooterBottom {
    padding-top: 16px;
  }
  footer .FooterBottom li {
    color: #FFF;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  footer .FooterBottom li span {
    font-size: 13px;
  }
  footer .family select {
    max-width: initial;
    width: 256px;
    height: 48px;
    border-radius: 64px;
    color: #FFF;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  footer .FooterBottom .copyright {
    display: block;
    max-width: 260px;
    margin: 0 auto;
    font-size: 13px;
    text-align: center;
  }



  .pagination ul {
    justify-content: center;
  }

  #doctorSurveyModal .container {
    height: 239px;
  }

  .modal .modal-wrap{
    max-width: 100%;
  }
}

@media screen and (max-width: 500px) {
  header {
    height: calc(10.69vw + 102px) !important;
  }

  .header-member-info {
    max-width: 100%;
    height: 652px;
    max-height: calc(100% - 100px);
    background: #fff;
    z-index: 200;
    /* padding-top: 120px; */
    border-radius: 30px 30px 0px 0px;
    overflow: hidden;
  }


  header .fixed .top-bar {
    height: 100%;
    aspect-ratio: 393 / 42;
    max-height: 42px;
  }

  header .fixed .top-bar img {
    width: 100%;
  }
/*
  header .fixed .top-bar img.mo-block {
    display: block;
  }

  header .fixed .top-bar img.mo-none {
    display: none;
  }*/

  header .fixed .header-wrap .sub-header .gnb {
    gap: 20px;
    justify-content: center;
  }

  header .fixed .header-wrap .main-header .right .btn-doctor .tooltip .msg{
    font-size: 12px;
  }

  header #doctorModal {
    max-width: 100%;
  }

  #sakuraDoctorModal .doctor-ring-overlay{
    top: 54px;
  }

  #sakuraDoctorModal .doctor-tooltip-overlay{
    top: 105px;
    right: 79px;
  }

  .auth-modal .container {
    max-width: 100%;
  }

  footer .FooterTop .footer-left .btn a{
    width: 50%;
    max-width: 100%;
  }
}



.iframe-wrap .member-info-wrapper {
    max-width: 500px;
    width: 100%;
    background: #fff;
    z-index: 200;
    margin: 0 auto;
    border-radius: 30px 30px 0px 0px;
    overflow: hidden;
}

.iframe-wrap .member-info-body {
    overflow: auto;
    max-height: calc(100vh - 120px);
    padding-bottom: 50px;
}

.iframe-wrap .member-info-body .inner {
    max-width: 433px;
    width: 100%;
    padding: 46px 0 0 0;
    margin: 0 auto;
}

/* Member Logo */
.iframe-wrap .member-logo {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    background-color: #7e858a;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 17.647px;
    font-style: normal;
    font-weight: 600;
    line-height: 175%;
    margin-bottom: 16px;
}

.iframe-wrap .silver.member-logo {
    background-color: #7e858a;
}

.iframe-wrap .gold.member-logo {
    background-color: #dcab29;
}

.iframe-wrap .vip.member-logo {
    background-color: #b40c0c;
}

.iframe-wrap .vvip.member-logo {
    background-color: #721d9e;
}

/* Title */
.iframe-wrap .member-info-body .title {
    display: block;
    color: #111;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 12px;
}

.iframe-wrap .silver .title span {
    color: #7e858a;
}

.iframe-wrap .gold .title span {
    color: #dcab29;
}

.iframe-wrap .vip .title span {
    color: #b40c0c;
}

.iframe-wrap .vvip .title span {
    color: #721d9e;
}

.iframe-wrap .member-info-body .date {
    color: #666;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}

/* List */
.iframe-wrap .member-info-body .list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.iframe-wrap .member-info-body .list li {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.iframe-wrap .member-info-body .list li span {
    flex: 0 0 63px;
    color: #666;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.iframe-wrap .member-info-body .list li strong {
    color: #000;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

/* Progress Bar */
.iframe-wrap .member-info-body .percent {
    margin-bottom: 59px;
}

.iframe-wrap .member-info-body .percent.silver .item-01:after {
    content: '';
    position: absolute;
    display: block;
    width: var(--pos-x, 0%);
    height: 100%;
    background-color: #807675;
    transition: width 0.3s ease;
}

.iframe-wrap .member-info-body .percent.gold .item-01 {
    background-color: #807675;
}

.iframe-wrap .member-info-body .percent.gold .point {
    left: 33.33%;
    transform: translate(-50%, -3px);
}

.iframe-wrap .member-info-body .percent.gold .point-bg {
    left: 33.33%;
    transform: translate(-50%, -6px);
}

.iframe-wrap .member-info-body .percent.gold .item-02:after {
    content: '';
    position: absolute;
    display: block;
    width: var(--pos-x, 0%);
    height: 100%;
    background-color: #807675;
    transition: width 0.3s ease;
}

.iframe-wrap .member-info-body .percent.vip .item-01 {
    background-color: #807675;
}

.iframe-wrap .member-info-body .percent.vip .item-02 {
    background-color: #807675;
}

.iframe-wrap .member-info-body .percent.vip .point {
    left: 66.66%;
    transform: translate(-50%, -3px);
}

.iframe-wrap .member-info-body .percent.vip .point-bg {
    left: 66.66%;
    transform: translate(-50%, -6px);
}

.iframe-wrap .member-info-body .percent.vip .item-03:after {
    content: '';
    position: absolute;
    display: block;
    width: var(--pos-x, 0%);
    height: 100%;
    background-color: #807675;
    transition: width 0.3s ease;
}

.iframe-wrap .member-info-body .percent.vvip .item-01 {
    background-color: #807675;
}

.iframe-wrap .member-info-body .percent.vvip .item-02 {
    background-color: #807675;
}

.iframe-wrap .member-info-body .percent.vvip .item-03 {
    background-color: #807675;
}

.iframe-wrap .member-info-body .percent.vvip .point {
    left: auto;
    right: 0;
    transform: translate(1px, -3px);
}

.iframe-wrap .member-info-body .percent.vvip .point-bg {
    left: auto;
    right: 0;
    transform: translate(4px, -6px);
}

.iframe-wrap .member-info-body .percent ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

.iframe-wrap .member-info-body .percent ul li {
    position: absolute;
    top: 8px;
    color: #999;
    text-align: center;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

.iframe-wrap .member-info-body .percent ul li.active {
    color: #000;
    font-weight: 400;
}

.iframe-wrap .member-info-body .percent ul li.silver {
    left: 0;
}

.iframe-wrap .member-info-body .percent ul li.gold {
    left: 33.33%;
    transform: translateX(-50%);
}

.iframe-wrap .member-info-body .percent ul li.vip {
    left: 66.66%;
    transform: translateX(-50%);
}

.iframe-wrap .member-info-body .percent ul li.vvip {
    right: 0;
}

/* Text Tooltip */
.iframe-wrap .member-info-body .text {
    position: relative;
    width: fit-content;
    border-radius: 10px;
    background: #e8e8e8;
    color: #444;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 auto 20px auto;
    padding: 7px 18px 9px 18px;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, sans-serif;
}

.iframe-wrap .member-info-body .text svg {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
}

/* Bar */
.iframe-wrap .member-info-body .bar {
    position: relative;
    display: flex;
    width: 100%;
    gap: 5px;
}

.iframe-wrap .member-info-body .bar .item {
    position: relative;
    height: 6px;
    flex: 0 1 33.33%;
    background: #e8e8e8;
}

.iframe-wrap .member-info-body .bar .point {
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
    border: 3px solid #807675;
    border-radius: 50%;
    background-color: #fff;
    transform: translate(-1px, -3px);
}

.iframe-wrap .member-info-body .bar .point-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    transform: translate(-4px, -6px);
    border: 3px solid #dad6d6;
    z-index: -1;
    border-radius: 50%;
}

/* Top Section */
.iframe-wrap .member-info-body .mtop {
    padding: 0 24px 24px 24px;
    border-bottom: 10px solid #f5f5f5;
}

/* Center Section */
.iframe-wrap .member-info-body .center {
    padding: 38px 24px 32px 24px;
    border-bottom: 10px solid #f5f5f5;
}

.iframe-wrap .member-info-body .center strong {
    display: block;
    color: #000;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 20px;
}

.iframe-wrap .member-info-body .center .graph {
    display: flex;
    gap: 11px;
    align-items: flex-end;
    margin-bottom: 20px;
}

.iframe-wrap .member-info-body .center .graph .box {
    background: #e8e8e8;
    width: 100%;
    text-align: center;
    color: #999;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    padding-top: 10px;
    cursor: pointer;
    border: none;
    outline: none;
}

.iframe-wrap .member-info-body .center .graph.silver .box.silver {
    background-color: #7e858a;
    color: #fff;
}

.iframe-wrap .member-info-body .center .graph.gold .box.gold {
    background-color: #dcab29;
    color: #fff;
}

.iframe-wrap .member-info-body .center .graph.vip .box.vip {
    background-color: #b40c0c;
    color: #fff;
}

.iframe-wrap .member-info-body .center .graph.vvip .box.vvip {
    background-color: #721d9e;
    color: #fff;
}

.iframe-wrap .member-info-body .center .graph .silver {
    height: 55px;
}

.iframe-wrap .member-info-body .center .graph .gold {
    height: 70px;
}

.iframe-wrap .member-info-body .center .graph .vip {
    height: 85px;
}

.iframe-wrap .member-info-body .center .graph .vvip {
    height: 100px;
}

.iframe-wrap .member-info-body .center .text-i {
    text-align: center;
    color: #666;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 36px;
}

.iframe-wrap .member-info-body .center .text-i span {
    display: none;
}

.iframe-wrap .member-info-body .center .text-i .text-silver.active,
.iframe-wrap .member-info-body .center .text-i .text-gold.active,
.iframe-wrap .member-info-body .center .text-i .text-vip.active,
.iframe-wrap .member-info-body .center .text-i .text-vvip.active {
    display: block;
}

.iframe-wrap .member-info-body .bottom {
    padding: 38px 16px 0 16px;
}

.iframe-wrap .member-info-body .notice {
    color: #000;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 20px;
}

.iframe-wrap .member-info-body .bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.iframe-wrap .member-info-body .bottom ul li {
    position: relative;
    color: #666;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 10px;
    padding-left: 11px;
}

.iframe-wrap .member-info-body .bottom ul li:after {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    top: 9px;
    width: 3px;
    height: 3px;
    background-color: #666;
    border-radius: 50%;
}

.iframe-wrap .member-info-body .info {
    display: flex;
}

.iframe-wrap .member-info-body .info .left {
    flex: 0 1 144px;
    color: #000;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.iframe-wrap .member-info-body .info .right p {
    color: #666;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 8px;
}

.iframe-wrap .member-info-body .info .right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.iframe-wrap .member-info-body .info .right ul li {
    color: #000;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 8px;
}

.iframe-wrap .member-info-body .info .right .ul-1 {
    margin-bottom: 30px;
}

/* Non-member Styles */
.iframe-wrap .member-info-body.nomember .nomember-box {
    border-bottom: 10px solid #f5f5f5;
    padding: 0 16px 40px 16px;
}

.iframe-wrap .member-info-body.nomember .nomember-text {
    color: #111;
    text-align: center;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 20px;
}

.iframe-wrap .member-info-body .signup {
    display: block;
    max-width: 247px;
    height: 42px;
    border-radius: 24px;
    background: #000;
    color: #fff;
    text-align: center;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    padding-top: 12px;
    line-height: normal;
    margin: 0 auto;
    margin-bottom: 12px;
    cursor: pointer;
    text-decoration: none;
}

.iframe-wrap .member-info-body .login {
    display: block;
    max-width: 247px;
    height: 42px;
    border-radius: 24px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    text-align: center;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    margin: 0 auto;
    padding-top: 12px;
    line-height: normal;
    margin-bottom: 20px;
    cursor: pointer;
    text-decoration: none;
}

.iframe-wrap .member-info-body .sns {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.iframe-wrap .member-info-body .sns span {
    color: #000;
    text-align: center;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.iframe-wrap .member-info-body .sns .sns-btn a {
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ffe812;
    cursor: pointer;
    text-decoration: none;
}

.iframe-wrap .member-info-body .sns .sns-btn a div {
    position: relative;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-image: url('/wp-content/themes/your-theme/images/login-kakao.png');
    /* 또는 EP_IMAGES_URL 상수를 사용하려면 PHP 파일에서 인라인 스타일로 적용 */
}

.iframe-wrap .member-info-body .benefit {
    margin-bottom: 40px;
    padding: 40px 0 0 24px;
}

.iframe-wrap .member-info-body .benefit div {
    color: #111;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 20px;
    background-image: url('/wp-content/themes/your-theme/images/member-benefit.png');
    background-repeat: no-repeat;
    background-size: 223px 50px;
    background-position: 100% 3px;
    /* 또는 PHP 파일에서 인라인 스타일로 적용 */
}

.iframe-wrap .member-info-body .benefit p {
    color: #666;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.iframe-wrap .member-info-body.nomember .info-ul {
    border-bottom: 10px solid #f5f5f5;
    padding: 0 24px;
    list-style: none;
    margin: 0;
}

.iframe-wrap .member-info-body.nomember .info-ul li {
    display: flex;
    padding: 36px 0 32px 0;
    border-top: 1px solid #eee;
    list-style: none;
}

.iframe-wrap .member-info-body.nomember .info-ul li:first-child {
    border-top: none;
}

.iframe-wrap .member-info-body.nomember .info-ul li .name {
    flex: 0 1 144px;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.iframe-wrap .member-info-body.nomember .info-ul li.silver {
    color: #7e858a;
}

.iframe-wrap .member-info-body.nomember .info-ul li.gold {
    color: #dcab29;
}

.iframe-wrap .member-info-body.nomember .info-ul li.vip {
    color: #b40c0c;
}

.iframe-wrap .member-info-body.nomember .info-ul li.vvip {
    color: #721d9e;
}

.iframe-wrap .member-info-body.nomember .info-ul li .item {
    margin-bottom: 24px;
}

.iframe-wrap .member-info-body.nomember .info-ul li .right {
    padding: 4px 0 0 0;
}

.iframe-wrap .member-info-body.nomember .info-ul li .right span {
    display: block;
    color: #666;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 8px;
}

.iframe-wrap .member-info-body.nomember .info-ul li .right p {
    color: #000;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 8px;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .iframe-wrap .member-info-wrapper {
        max-width: 100%;
    }
    
    .iframe-wrap .member-info-body .inner {
        max-width: 100%;
        padding: 46px 0 0 0;
    }
}