@charset "utf-8";

#smooth-wrapper {
  height: 100%;
}
.re04_bg_ani {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: perspective(500px) scale(1.07) rotate(0.001deg) translateZ(0);
  -webkit-transform: perspective(500px) scale(1.07) rotate(0.001deg)
    translateZ(0);
  -moz-transform: perspective(500px) scale(1.07) rotate(0.001deg) translateZ(0);
  -ms-transform: perspective(500px) scale(1.07) rotate(0.001deg) translateZ(0);
  -o-transform: perspective(500px) scale(1.07) rotate(0.001deg) translateZ(0);
  animation: re04_bg_ani forwards 5s 0.5s ease-in-out;
  -webkit-animation: re04_bg_ani forwards 5s 0.5s ease-in-out;
  -moz-animation: re04_bg_ani forwards 5s 0.5s ease-in-out;
  -ms-animation: re04_bg_ani forwards 5s 0.5s ease-in-out;
  -o-animation: re04_bg_ani forwards 5s 0.5s ease-in-out;
}
@keyframes re04_bg_ani {
  0% {
    transform: perspective(500px) scale(1.07) rotate(0.001deg) translateZ(0);
    -webkit-transform: perspective(500px) scale(1.07) rotate(0.001deg)
      translateZ(0);
    -moz-transform: perspective(500px) scale(1.07) rotate(0.001deg)
      translateZ(0);
    -ms-transform: perspective(500px) scale(1.07) rotate(0.001deg) translateZ(0);
    -o-transform: perspective(500px) scale(1.07) rotate(0.001deg) translateZ(0);
  }
  100% {
    transform: perspective(500px) scale(1) rotate(0.001deg) translateZ(0);
    -webkit-transform: perspective(500px) scale(1) rotate(0.001deg)
      translateZ(0);
    -moz-transform: perspective(500px) scale(1) rotate(0.001deg) translateZ(0);
    -ms-transform: perspective(500px) scale(1) rotate(0.001deg) translateZ(0);
    -o-transform: perspective(500px) scale(1) rotate(0.001deg) translateZ(0);
  }
}
@-moz-keyframes re04_bg_ani {
  0% {
    transform: perspective(500px) scale(1.07) rotate(0.001deg) translateZ(0);
    -webkit-transform: perspective(500px) scale(1.07) rotate(0.001deg)
      translateZ(0);
    -moz-transform: perspective(500px) scale(1.07) rotate(0.001deg)
      translateZ(0);
    -ms-transform: perspective(500px) scale(1.07) rotate(0.001deg) translateZ(0);
    -o-transform: perspective(500px) scale(1.07) rotate(0.001deg) translateZ(0);
  }
  100% {
    transform: perspective(500px) scale(1) rotate(0.001deg) translateZ(0);
    -webkit-transform: perspective(500px) scale(1) rotate(0.001deg)
      translateZ(0);
    -moz-transform: perspective(500px) scale(1) rotate(0.001deg) translateZ(0);
    -ms-transform: perspective(500px) scale(1) rotate(0.001deg) translateZ(0);
    -o-transform: perspective(500px) scale(1) rotate(0.001deg) translateZ(0);
  }
}

b {
  font-weight: 700;
}
strong {
  font-weight: 600;
}
.ov {
  overflow: hidden;
}

/* ── HERO ── */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: url(../img/mv_1.jpg) 60% 50% / cover no-repeat;
}
.hero-grain {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 200px;
  pointer-events: none;
}
.hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: var(--nav-h);
}
.hero-subtitle,
.hero-title {
  color: #fff;
  text-align: center;
}
.hero-title {
  font-family: "EB Garamond", serif;
  font-size: 89px;
  font-weight: 400;
  line-height: 89px;
}
.hero-subtitle {
  margin-top: 22px;
  font-size: 20px;
  font-weight: 300;
  line-height: 70px;
}
.hero-subtitle strong {
  font-weight: 700;
  color: #fff;
}
.scroll-hint {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0.6;
}
.scroll-hint span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 9px;
  letter-spacing: 0.2em;
  color: #fff;
  text-transform: uppercase;
}
.scroll-line {
  width: 1px;
  height: 44px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.7));
  animation: scrollDrop 2s ease-in-out infinite;
}
@keyframes scrollDrop {
  0%,
  100% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
}

/* ── ABOUT ── */
.about {
  position: relative;
  padding: 160px 0 140px;
  overflow: hidden;
}
.about-marquee-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  white-space: nowrap;
  pointer-events: none;
  padding: 20px 0;
  font-family: "EB Garamond", serif;
}
.marquee-track {
  display: inline-flex;
  animation: marqueeRun 22s linear infinite;
}
.marquee-text {
  font-size: clamp(60px, 8vw, 110px);
  font-weight: 500;
  color: rgba(0, 0, 0, 0.07);
  letter-spacing: -0.02em;
  padding-right: 60px;
}
@keyframes marqueeRun {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.about-inner {
  display: grid;
  grid-template-columns: 336px 1fr 390px;
  gap: 60px;
  align-items: center;
  max-width: 1625px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.about-img {
  width: 100%; /* aspect-ratio:3/4; */
  object-fit: cover;
  object-position: center top;
  display: block;
  background: #e8e3db;
}
.about-img-right {
  /* aspect-ratio:4/3; */
  object-position: center;
}
.about-center {
  text-align: center;
  position: relative;
}
.about-logo-main {
  width: 217px;
  display: block;
  margin: 0 auto;
}
.about-headline {
  color: #424141;
  padding-top: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 84px;
}
.about-body {
  color: #424141;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 26px;
}
.ab_sun {
  width: 100%;
  height: 1px;
  background: #dad1cf;
  position: absolute;
  top: 50%;
}
.about-img01 {
  padding-bottom: 200px;
}
.about-img02 {
  padding-top: 30px;
}
/* ── SIGNATURE ── */
.signature {
  padding: 135px 0;
}
.section-header {
  text-align: center;
  margin-bottom: 56px;
}
.section-header .en-title,
.section-header .ko-sub {
  text-align: center;
  display: block;
  font-style: normal;
  font-weight: 500;
}
.section-header .en-title {
  color: #a28a85;
  font-family: "EB Garamond", serif;
  font-size: 40px;
  line-height: 70px;
  padding-bottom: 13px;
}
.section-header .ko-sub {
  color: #424141;
  font-size: 17px;
  line-height: 28px;
}
.section-header .ko-sub strong {
  font-weight: 600;
  color: var(--dark);
}
.sig-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 1625px;
  margin: 0 auto;
  overflow: hidden;
}
.sig-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.sig-card-bg {
  width: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
  background: #ccc;
}
.sig-card:hover .sig-card-bg {
  transform: scale(1.07);
}
.sig-card-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55%;
  aspect-ratio: 3/4;
  border: 2px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
  background: rgba(0, 0, 0, 0.25);
}
.sig-card-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}
.sig-card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, transparent 60%);
}
.sig-card-en {
  font-family: "EB Garamond", serif;
  font-size: 47px;
  color: #fff;
  padding-bottom: 44px;
}
.sig-card-ko {
  color: #fff;
  text-align: center;
  font-size: 16.827px;
  font-weight: 400;
  line-height: 24.797px;
  display: block;
  padding-bottom: 6px;
}
.lounge {
  padding: 100px 0 110px;
  background: var(--cream);
  text-align: center;
}
.lounge .section-header {
  margin-bottom: 16px;
}
.lounge-sub {
  font-family: "Noto Serif KR", serif;
  font-weight: 300;
  font-size: 13px;
  color: #666;
  line-height: 2;
  max-width: 500px;
  margin: 0 auto 52px;
}
.lounge-sub strong {
  font-weight: 500;
  color: var(--dark);
}
.lounge-gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
}
.pill {
  border-radius: 120px;
  overflow: hidden;
  flex-shrink: 0;
  background: #d5cfc6;
}
.pill img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.pill:hover img {
  transform: scale(1.08);
}
.pill-sm {
  width: 90px;
  height: 200px;
}
.pill-md {
  width: 110px;
  height: 260px;
}
.pill-lg {
  width: 180px;
  height: 340px;
}
.pill-center {
  width: 420px;
  height: 320px;
  border-radius: 16px;
}

/* ── PROMOTION ── */
.promotion {
  padding: 150px 0;
  background: #f3f1f0;
}
.promo-inner {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 160px;
  align-items: center; /* max-width:1300px; */
  margin: 0 auto;
  padding-left: 8%;
}
.promo-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.promo-en {
  color: #a28a85;
  font-family: "EB Garamond", serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 70px;
  display: block;
  margin-bottom: 16px;
}
.promo-ko,
a.promo-more-btn {
  font-style: normal;
  line-height: 28px;
}
.promo-ko {
  color: #424141;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 30px;
}
.promo-ko strong {
  font-weight: 700;
}
a.promo-more-btn {
  border-radius: 100px;
  background: #a28a85;
  color: #fff;
  padding: 8px 28px;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
}
.promo-more-btn:hover {
  background: var(--dark);
  color: #fff;
}
.promo-arrows {
  display: flex;
  gap: 16px;
  margin-top: 40px;
}
.arrow-btn {
  border: 0;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s;
}

/* swiper promo */
.promo-swiper {
  width: 100%;
}
.promo-swiper .swiper-slide {
  cursor: pointer;
  width: 810px !important;
  height: 455px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.promo-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.promo-swiper .swiper-slide:hover img {
  transform: scale(1.06);
}
/*.promo-swiper .swiper-slide:after{content:'';width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;}*/
.promo-card-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
  display: flex;
  padding: 48px 0 67px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  z-index: 1;
}
.promo-card-ko b,
a.promo-card-en-vert {
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 37px;
  display: block;
}
.promo-card-ko {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 37px;
}
.promo-card-ko b {
  font-size: 35px;
  padding-top: 12px;
}
a.promo-card-en-vert {
  font-size: 15px;
  font-style: normal;
}
a.promo-card-en-vert span {
  display: block;
  padding-top: 8px;
}
.promo-swiper .swiper-slide .promo-card-en-vert img {
  width: 62px;
  height: 62px;
}
.promo-swiper .swiper-slide:hover .promo-card-en-vert img {
  transform: scale(1);
}
.promo-card-label {
}
.promo-progress {
  margin-top: 38px;
  background: rgba(217, 217, 217, 0.3);
  border-radius: 1px;
  overflow: hidden;
  width: 100%;
  width: 269px;
  height: 5px;
  margin-left: 0;
}
.promo-progress-bar {
  height: 100%;
  background: #d9d9d9;
  border-radius: 1px;
  width: 33%;
  transition: width 0.4s ease;
}

/* rection04 */
.rection04 .text_bx span {
  color: #807b7b;
}
.rection04 .text_bx .re01_f_img01 {
  transform: translate(-184%, -46px);
}
.rection04 .text_bx h1 {
  font-weight: 700;
  padding: 25px 0 18px;
}
.rection04 {
  position: relative;
  margin: 0 auto;
  background: linear-gradient(180deg, #fff 15.46%, #e2dbd9 74.7%);
}
.swiper-container.re05_cont {
  overflow: visible;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.re05_slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100px;
}
.re05_slide:hover img {
  border-radius: 0;
}
.rection04 .re05 {
  position: relative;
  height: 420px;
  width: 100%;
  max-width: 1740px;
  margin: 0 auto;
}
.rection04 .re_05_pc {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1740px;
  margin: 0 auto;
  overflow: hidden;
}
.re05_slide {
  width: 164px;
  height: 372px;
  margin: 0 13px;
  transform-origin: center center;
}
.re05_slide.swiper-slide-active img {
  border-radius: 0;
}
.rection04 .text_bx p {
  font-weight: 600;
}
.rection04 .re05::before {
  content: "";
  position: absolute;
  left: -86px;
  top: 60%;
  transform: translateY(-50%);
  width: 80px;
  height: 264px;
  background: url("../img/re05_before.png") no-repeat center center / contain;
  z-index: 1;
  pointer-events: none;
}
.rection04 .re05::after {
  content: "";
  position: absolute;
  right: -86px;
  top: 60%;
  transform: translateY(-50%);
  width: 80px;
  height: 264px;
  background: url("../img/re05_after.png") no-repeat center center / contain;
  z-index: 1;
  pointer-events: none;
}
.rection04 .re05_slide.swiper-slide-active .sw_tx {
  display: block;
}
.rection04 .re05_slide .sw_tx {
  position: absolute;
  bottom: 33px;
  right: 64px;
  display: none;
}
.rection04 .re05_slide .sw_tx h1 {
  font-size: 15px;
  color: #e7e7e7;
  padding-bottom: 16px;
}
.rection04 .re05_slide .sw_tx p {
  font-size: 12px;
  color: #c5c5c5;
}
.rection04 .section-header .en-title {
  color: #a28a85;
  text-align: center;
  font-family: "EB Garamond", serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 70px;
  padding-bottom: 30px;
}
.rection04 .section-header .ko-sub {
  color: #424141;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.rection04 .section-header .ko-sub strong {
  font-weight: 600;
}

.contact-section {
  width: 100%;
  background: #f4f4f4;
  padding: 156px 0;
}
.contact-section__inner {
  max-width: 1680px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 80px;
  justify-content: space-between;
}
.contact-info {
}
.contact-info__title {
  color: #a28a85;
  font-family: "EB Garamond", serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 70px;
  margin-bottom: 24px;
}
.contact-info__address {
  color: #424141;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 36px;
}
.contact-info__rows {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.contact-row {
  display: flex;
  align-items: flex-start;
  padding: 18px 0;
}
.contact-row.contact-row02 {
  align-items: center;
}
.contact-row__label {
  flex: 0 0 100px;
  color: #a28a85;
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
}
.contact-row__value {
  flex: 1;
  color: #424141;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.36px;
}
.contact-row__value--tel {
  color: #424141;
  font-family: "EB Garamond", serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.96px;
}
.contact-row__value.contact-row__value2 em {
  font-size: 15px;
}
/* 상담/예약 버튼 */
.contact-btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  text-decoration: none;
  letter-spacing: 0.02em;
}
.contact-btn--kakao {
  background: #fee500;
  color: #3a1d1d;
}
.contact-btn--naver {
  background: #03c75a;
  color: #fff !important;
}
.contact-btn__icon {
  width: 40px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 진료시간 테이블 */
.contact-hours {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.contact-hours__row {
  display: grid;
  grid-template-columns: 100px 1fr;
  font-size: 14px;
  color: #3c2e29;
  line-height: 1.6;
  gap: 19px;
}
.contact-hours__days,
.contact-hours__time {
  color: #424141;
  font-size: 20px;
  line-height: 28px;
}
.contact-hours__days {
  font-weight: 700;
  display: flex;
  justify-content: space-between;
}
.contact-hours__time {
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.4px;
}

/* 하단 노트 */
.contact-notes {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contact-notes__item {
  color: rgba(23, 23, 23, 0.8);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
}
.contact-notes__item::before {
  content: "· ";
}

/* 오른쪽 지도 */
.contact-map {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 1100px;
}

.contact-map__img {
  width: 100%;
  aspect-ratio: 16/9;
  background: #ddd;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.contact-map__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.contact-map__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8e4de;
  color: #9a8880;
  font-size: 15px;
  letter-spacing: 0.02em;
}
.contact-map__placeholder iframe {
  width: 100%;
  height: 100%;
}
/* 길찾기 버튼들 */
.contact-map__links {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.contact-maplink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  letter-spacing: 0.02em;
  border-radius: 4px;
  border: 1px solid #e9e9e9;
  background: #f6f6f6;
  color: #171717;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.28px;
  width: 143px;
  height: 49px;
  justify-content: center;
}
.contact-maplink__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.contact-maplink__dot--naver {
  background: #03c75a;
}
.contact-maplink__dot--kakao {
  background: #fee500;
  border: 1px solid #e0d000;
}
.contact-maplink__dot--tmap {
  background: #e8334a;
}
.contact-maplink:hover {
  background: #9f8782;
  color: #fff;
  transition: 0.3s;
}

/* ── CONTACT ── */
.contact {
  padding: 100px 0;
  background: var(--off-white);
}
.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
  align-items: start;
}
.contact-en {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(32px, 4vw, 52px);
  color: var(--warm-brown);
  margin-bottom: 28px;
  display: block;
}
.contact-address {
  font-family: "Noto Serif KR", serif;
  font-weight: 500;
  font-size: 15px;
  color: var(--dark);
  margin-bottom: 32px;
}
.contact-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 300;
}
.contact-table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.contact-table td {
  padding: 12px 0;
  color: #444;
  vertical-align: top;
}
.contact-table td:first-child {
  color: var(--warm-brown);
  width: 80px;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.contact-tel {
  font-family: "Noto Serif KR", serif;
  font-weight: 400;
  font-size: 18px;
  color: var(--dark);
}
.contact-btns {
  display: flex;
  gap: 10px;
  margin-top: 4px;
}
.contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 0px;
  padding: 5px 17px;
  border-radius: 4px;
  transition: opacity 0.2s;
  color: #424141;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.28px;
}
.contact-btn:hover {
  opacity: 0.85;
  background: #fff;
  color: #000 !important;
  transition: 0.3s;
}
.contact-btn.contact-btn--naver:hover img {
  filter: brightness(0.1);
}
.btn-kakao {
  background: #fee500;
  color: #3c1e1e;
}
.btn-naver {
  background: #03c75a;
  color: #fff;
}
.contact-note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: #888;
  margin-top: 16px;
  line-height: 2;
}
.contact-note li {
  list-style: none;
  padding-left: 10px;
  position: relative;
}
.contact-note li::before {
  content: "·";
  position: absolute;
  left: 0;
}
.map-wrap {
  width: 100%;
  aspect-ratio: 16/9;
  background: #ddd;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.map-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e5e0d8;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  color: #888;
  letter-spacing: 0.03em;
}
.map-btns {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}
.map-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 300;
  cursor: none;
  transition: all 0.2s;
}
.map-btn:hover {
  background: var(--dark);
  color: #fff;
  border-color: var(--dark);
}

/* ── FOOTER ── */
footer {
  background: #5d524f;
  padding: 60px 140px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-info {
  color: #bdb9b5;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.footer-links {
  display: flex;
  gap: 20px;
}
.footer-links a {
  color: #bdb9b5;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  transition: color 0.2s;
}
.footer-links a:hover {
  color: #fff;
}
.footer-copy {
  color: #bdb9b5;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.totop {
  position: fixed;
  bottom: 40px;
  right: 68px;
  width: 50px;
  height: 50px;
  background: #796a67;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.3s,
    transform 0.3s;
}
.totop.show {
  opacity: 1;
  transform: translateY(0);
}
.totop svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 1700px) {
  /* ── HERO ── */
  .hero {
    width: 100%;
    height: 100vh;
    min-height: 35.2941vw;
    overflow: hidden;
  }
  .hero-bg {
    inset: 0;
    background: url(../img/mv_1.jpg) 60% 50% / cover no-repeat;
  }
  .hero-grain {
    inset: 0;
    opacity: 0.04;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 11.7647vw;
    pointer-events: none;
  }
  .hero-content {
    inset: 0;
    flex-direction: column;
    align-items: center;
    justify-padding-top: var(--nav-h);
  }
  .hero-subtitle,
  .hero-title {
  }
  .hero-title {
    font-family: "EB Garamond", serif;
    font-size: 5.2353vw;
    line-height: 5.2353vw;
  }
  .hero-subtitle {
    margin-top: 1.2941vw;
    font-size: 1.1765vw;
    line-height: 4.1176vw;
  }
  .hero-subtitle strong {
    color: #fff;
  }
  .scroll-hint {
    bottom: 2.1176vw;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    align-items: center;
    gap: 0.4706vw;
    opacity: 0.6;
  }
  .scroll-hint span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.5294vw;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }
  .scroll-line {
    width: 0.0588vw;
    height: 2.5882vw;
    background: linear-gradient(
      to bottom,
      transparent,
      rgba(255, 255, 255, 0.7)
    );
    animation: scrollDrop 2s ease-in-out infinite;
  }
  @keyframes scrollDrop {
    0%,
    100% {
      transform: scaleY(0);
      transform-origin: top;
    }
    50% {
      transform: scaleY(1);
      transform-origin: top;
    }
  }

  /* ── ABOUT ── */
  .about {
    padding: 9.4118vw 0 8.2353vw;
  }
  .about-marquee-bg {
    bottom: 0;
    left: 0;
    right: 0;
    white-space: nowrap;
    pointer-events: none;
    padding: 1.1765vw 0;
    font-family: "EB Garamond", serif;
  }
  .marquee-track {
    animation: marqueeRun 22s linear infinite;
  }
  .marquee-text {
    font-size: clamp(3.5294vw, 8vw, 6.4706vw);
    color: rgba(0, 0, 0, 0.07);
    letter-spacing: -0.02em;
    padding-right: 3.5294vw;
  }
  @keyframes marqueeRun {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
  .about-inner {
    grid-template-columns: 19.7647vw 1fr 22.9412vw;
    gap: 3.5294vw;
    align-items: center;
    max-width: 95.5882vw;
    margin: 0 auto;
    z-index: 1;
  }
  .about-img {
    width: 100%; /* aspect-ratio:3/4; */
    object-fit: cover;
    object-background: #e8e3db;
  }
  .about-img-right {
    /* aspect-ratio:4/3; */
    object-position: center;
  }
  .about-center {
  }
  .about-logo-main {
    width: 12.7647vw;
    margin: 0 auto;
  }
  .about-headline {
    padding-top: 1.7647vw;
    font-size: 1.0588vw;
    line-height: 1.6471vw;
    margin-bottom: 4.9412vw;
  }
  .about-body {
    font-size: 1.0588vw;
    line-height: 1.6471vw;
    margin-bottom: 1.5294vw;
  }
  .ab_sun {
    width: 100%;
    height: 0.0588vw;
    background: #dad1cf;
    top: 50%;
  }
  .about-img01 {
    padding-bottom: 11.7647vw;
  }
  .about-img02 {
    padding-top: 1.7647vw;
  }
  /* ── SIGNATURE ── */
  .signature {
    padding: 7.9412vw 0;
  }
  .section-header {
    margin-bottom: 3.2941vw;
  }
  .section-header .en-title,
  .section-header .ko-sub {
    font-style: normal;
    font-weight: 500;
  }
  .section-header .en-title {
    font-family: "EB Garamond", serif;
    font-size: 2.3529vw;
    line-height: 4.1176vw;
    padding-bottom: 0.7647vw;
  }
  .section-header .ko-sub {
    font-size: 1vw;
    line-height: 1.6471vw;
  }
  .section-header .ko-sub strong {
    color: var(--dark);
  }
  .sig-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    max-width: 95.5882vw;
    margin: 0 auto;
    overflow: hidden;
  }
  .sig-card {
  }
  .sig-card-bg {
    width: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: #ccc;
  }
  .sig-card:hover .sig-card-bg {
    transform: scale(1.07);
  }
  .sig-card-inner {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55%;
    aspect-ratio: 3/4;
    border: 0.1176vw solid rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.25);
  }
  .sig-card-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
  }
  .sig-card-overlay {
    inset: 0;
    flex-direction: column;
    align-items: center;
    justify-background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.45) 0%,
      transparent 60%
    );
  }
  .sig-card-en {
    font-family: "EB Garamond", serif;
    font-size: 2.7647vw;
    padding-bottom: 2.5882vw;
  }
  .sig-card-ko {
    font-size: 0.9898vw;
    line-height: 1.4586vw;
    padding-bottom: 0.3529vw;
  }
  .lounge {
    padding: 5.8824vw 0 6.4706vw;
    background: var(--cream);
    text-align: center;
  }
  .lounge .section-header {
    margin-bottom: 0.9412vw;
  }
  .lounge-sub {
    font-family: "Noto Serif KR", serif;
    font-size: 0.7647vw;
    line-height: 2;
    max-width: 29.4118vw;
    margin: 0 auto 3.0588vw;
  }
  .lounge-sub strong {
    color: var(--dark);
  }
  .lounge-gallery {
    align-items: center;
    justify-gap: 0.5882vw;
    padding: 0 1.4118vw;
  }
  .pill {
    border-radius: 7.0588vw;
    flex-shrink: 0;
    background: #d5cfc6;
  }
  .pill img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .pill:hover img {
    transform: scale(1.08);
  }
  .pill-sm {
    width: 5.2941vw;
    height: 11.7647vw;
  }
  .pill-md {
    width: 6.4706vw;
    height: 15.2941vw;
  }
  .pill-lg {
    width: 10.5882vw;
    height: 20vw;
  }
  .pill-center {
    width: 24.7059vw;
    height: 18.8235vw;
    border-radius: 0.9412vw;
  }

  /* ── PROMOTION ── */
  .promotion {
    padding: 8.8235vw 0;
    background: #f3f1f0;
  }
  .promo-inner {
    grid-template-columns: 16.4706vw 1fr;
    gap: 9.4118vw;
    align-items: center; /* max-width:76.4706vw; */
    margin: 0 auto;
    padding-left: 8%;
  }
  .promo-left {
    height: 100%;
    flex-direction: column;
  }
  .promo-en {
    font-family: "EB Garamond", serif;
    font-size: 2.7059vw;
    font-style: normal;
    line-height: 4.1176vw;
    margin-bottom: 0.9412vw;
  }
  .promo-ko,
  a.promo-more-btn {
    font-style: normal;
    line-height: 1.6471vw;
  }
  .promo-ko {
    font-size: 1vw;
    margin-bottom: 1.7647vw;
  }
  .promo-ko strong {
    font-weight: 700;
  }
  a.promo-more-btn {
    border-radius: 5.8824vw;
    background: #a28a85;
    padding: 0.4706vw 1.6471vw;
    font-size: 0.7647vw;
    display: inline-block;
  }
  .promo-more-btn:hover {
    background: var(--dark);
    color: #fff;
  }
  .promo-arrows {
    gap: 0.9412vw;
    margin-top: 2.3529vw;
  }
  .arrow-btn {
    border: 0;
    background: none;
    align-items: center;
    justify-transition: all 0.25s;
  }

  /* swiper promo */
  .promo-swiper {
    width: 100%;
  }
  .promo-swiper .swiper-slide {
    width: 26.4706vw !important;
    height: 26.4706vw;
    border-radius: 0.2353vw;
    position: relative;
  }
  .promo-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .promo-swiper .swiper-slide:hover img {
    transform: scale(1.06);
  }
  .promo-card-text {
    top: 0;
    left: 0;
    right: 0;
    padding: 1.1765vw;
    padding: 2.8235vw 0 3.9412vw;
    flex-direction: column;
    justify-height: 100%;
  }
  .promo-card-ko b,
  a.promo-card-en-vert {
    line-height: 2.1765vw;
    display: block;
  }
  .promo-card-ko {
    font-size: 1.0588vw;
    line-height: 2.1765vw;
  }
  .promo-card-ko b {
    font-size: 2.0588vw;
    padding-top: 0.7059vw;
  }
  a.promo-card-en-vert {
    font-size: 0.8824vw;
    font-style: normal;
  }
  a.promo-card-en-vert span {
    padding-top: 0.4706vw;
  }
  .promo-swiper .swiper-slide .promo-card-en-vert img {
    width: 3.6471vw;
    height: 3.6471vw;
  }
  .promo-swiper .swiper-slide:hover .promo-card-en-vert img {
    transform: scale(1);
  }
  .promo-card-label {
  }
  .promo-progress {
    margin-top: 2.2353vw;
    background: rgba(217, 217, 217, 0.3);
    border-radius: 0.0588vw;
    width: 100%;
    width: 15.8235vw;
    height: 0.2941vw;
    margin-left: 0;
  }
  .promo-progress-bar {
    height: 100%;
    background: #d9d9d9;
    border-radius: 0.0588vw;
    width: 33%;
    transition: width 0.4s ease;
  }

  /* rection04 */
  .rection04 .text_bx span {
  }
  .rection04 .text_bx .re01_f_img01 {
    transform: translate(-184%, -2.7059vw);
  }
  .rection04 .text_bx h1 {
    padding: 1.4706vw 0 1.0588vw;
  }
  .rection04 {
    margin: 0 auto;
    background: linear-gradient(180deg, #fff 15.46%, #e2dbd9 74.7%);
  }
  .swiper-container.re05_cont {
    left: 50%;
    transform: translateX(-50%);
  }
  .re05_slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5.8824vw;
  }
  .re05_slide:hover img {
    border-radius: 0;
  }
  .rection04 .re05 {
    height: 31.3529vw;
    width: 100%;
    max-width: 102.3529vw;
    margin: 0 auto;
  }
  .rection04 .re_05_pc {
    width: 100%;
    height: 100%;
    max-width: 102.3529vw;
    margin: 0 auto;
  }
  .re05_slide {
    width: 10.4706vw;
    height: 24.8824vw;
    margin: 0 0.2353vw;
    transform-origin: center center;
  }
  .re05_slide.swiper-slide-active img {
    border-radius: 0;
  }
  .rection04 .text_bx p {
    font-weight: 600;
  }
  .rection04 .re05::before {
    left: -5.0588vw;
    top: 60%;
    transform: translateY(-50%);
    width: 4.7059vw;
    height: 15.5294vw;
    background: url("../img/re05_before.png") no-repeat center center / contain;
    pointer-events: none;
  }
  .rection04 .re05::after {
    right: -5.0588vw;
    top: 60%;
    transform: translateY(-50%);
    width: 4.7059vw;
    height: 15.5294vw;
    background: url("../img/re05_after.png") no-repeat center center / contain;
    pointer-events: none;
  }
  .rection04 .re05_slide.swiper-slide-active .sw_tx {
    display: block;
  }
  .rection04 .re05_slide .sw_tx {
    bottom: 1.9412vw;
    right: 3.7647vw;
    display: none;
  }
  .rection04 .re05_slide .sw_tx h1 {
    font-size: 0.8824vw;
    padding-bottom: 0.9412vw;
  }
  .rection04 .re05_slide .sw_tx p {
    font-size: 0.7059vw;
    color: #c5c5c5;
  }
  .rection04 .section-header .en-title {
    font-family: "EB Garamond", serif;
    font-size: 2.5882vw;
    font-style: normal;
    line-height: 4.1176vw;
    padding-bottom: 1.7647vw;
  }
  .rection04 .section-header .ko-sub {
    font-size: 1vw;
    font-style: normal;
    line-height: 1.6471vw;
  }
  .rection04 .section-header .ko-sub strong {
    font-weight: 600;
  }

  .contact-section {
    width: 100%;
    background: #f4f4f4;
    padding: 9.1765vw 0;
  }
  .contact-section__inner {
    max-width: 94.8235vw;
    margin: 0 auto;
    align-items: flex-start;
    gap: 4.7059vw;
  }
  .contact-info {
  }
  .contact-info__title {
    font-family: "EB Garamond", serif;
    font-size: 2.7059vw;
    line-height: 4.1176vw;
    margin-bottom: 1.4118vw;
  }
  .contact-info__address {
    font-size: 1.1765vw;
    line-height: 1.6471vw;
    margin-bottom: 2.1176vw;
  }
  .contact-info__rows {
    flex-direction: column;
    gap: 0;
  }
  .contact-row {
    align-items: flex-start;
    padding: 1.0588vw 0;
  }
  .contact-row.contact-row02 {
    align-items: center;
  }
  .contact-row__label {
    flex: 0 0 5.8824vw;
    font-size: 1vw;
    line-height: 1.6471vw;
  }
  .contact-row__value {
    flex: 1;
    font-size: 1.0588vw;
    font-style: normal;
    line-height: 1.6471vw;
    letter-spacing: 0.0212vw;
  }
  .contact-row__value--tel {
    font-family: "EB Garamond", serif;
    font-size: 1.8824vw;
    letter-spacing: 0.0565vw;
  }

  /* 상담/예약 버튼 */
  .contact-btns {
    gap: 0.5882vw;
    flex-wrap: wrap;
  }
  .contact-btn {
    align-items: center;
    gap: 0.4118vw;
    padding: 0.5882vw 1.1765vw;
    border-radius: 0.3529vw;
    font-size: 0.8235vw;
    cursor: pointer;
    border: none;
    text-decoration: none;
    letter-spacing: 0.02em;
  }
  .contact-btn--kakao {
    background: #fee500;
    color: #3a1d1d;
  }
  .contact-btn--naver {
    background: #03c75a;
    color: #fff !important;
  }
  .contact-btn__icon {
    width: 2.3529vw;
    height: auto;
    align-items: center;
    justify-content: center;
  }

  /* 진료시간 테이블 */
  .contact-hours {
    flex-direction: column;
    gap: 1vw;
  }
  .contact-hours__row {
    grid-template-columns: 4.7059vw 1fr;
    font-size: 0.8235vw;
    line-height: 1.6;
    gap: 1.1176vw;
  }
  .contact-hours__days,
  .contact-hours__time {
    font-size: 1.1765vw;
    line-height: 1.6471vw;
  }
  .contact-hours__days {
    justify-content: space-between;
  }
  .contact-hours__time {
    font-style: normal;
    letter-spacing: 0.0235vw;
  }

  /* 하단 노트 */
  .contact-notes {
    margin-top: 1.4118vw;
    flex-direction: column;
    gap: 0.2353vw;
  }
  .contact-notes__item {
    color: rgba(23, 23, 23, 0.8);
    font-size: 1vw;
    font-style: normal;
    line-height: 1.8235vw;
  }
  .contact-notes__item::before {
    content: "· ";
  }

  /* 오른쪽 지도 */
  .contact-map {
    flex-direction: column;
    gap: 1.1765vw;
    width: 64.7059vw;
  }

  .contact-map__img {
    width: 100%;
    aspect-ratio: 16/9;
    background: #ddd;
    border-radius: 0.2353vw;
    position: relative;
  }
  .contact-map__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .contact-map__placeholder {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-background: #e8e4de;
    font-size: 0.8824vw;
    letter-spacing: 0.02em;
  }

  /* 길찾기 버튼들 */
  .contact-map__links {
    justify-gap: 0.7059vw;
  }
  .contact-maplink {
    align-items: center;
    gap: 0.4706vw;
    text-decoration: none;
    letter-spacing: 0.02em;
    border-radius: 0.2353vw;
    border: 0.0588vw solid #e9e9e9;
    background: #f6f6f6;
    font-size: 0.8235vw;
    font-style: normal;
    line-height: 1.6471vw;
    letter-spacing: 0.0165vw;
    width: 8.4118vw;
    height: 2.8824vw;
    justify-content: center;
  }
  .contact-maplink__dot {
    width: 0.5882vw;
    height: 0.5882vw;
    border-radius: 50%;
  }
  .contact-maplink__dot--naver {
    background: #03c75a;
  }
  .contact-maplink__dot--kakao {
    background: #fee500;
    border: 0.0588vw solid #e0d000;
  }
  .contact-maplink__dot--tmap {
    background: #e8334a;
  }

  /* ── CONTACT ── */
  .contact {
    padding: 5.8824vw 0;
    background: var(--off-white);
  }
  .contact-inner {
    grid-template-columns: 1fr 1.4fr;
    gap: 4.7059vw;
    max-width: 70.5882vw;
    margin: 0 auto;
    padding: 0 2.8235vw;
    align-items: start;
  }
  .contact-en {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: clamp(1.8824vw, 4vw, 3.0588vw);
    color: var(--warm-brown);
    margin-bottom: 1.6471vw;
    display: block;
  }
  .contact-address {
    font-family: "Noto Serif KR", serif;
    font-size: 0.8824vw;
    color: var(--dark);
    margin-bottom: 1.8824vw;
  }
  .contact-table {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.7647vw;
    font-weight: 300;
  }
  .contact-table tr {
    border-bottom: 0.0588vw solid rgba(0, 0, 0, 0.07);
  }
  .contact-table td {
    padding: 0.7059vw 0;
    vertical-align: top;
  }
  .contact-table td:first-child {
    color: var(--warm-brown);
    width: 4.7059vw;
    font-size: 0.7059vw;
    letter-spacing: 0.05em;
  }
  .contact-tel {
    font-family: "Noto Serif KR", serif;
    font-size: 1.0588vw;
    color: var(--dark);
  }
  .contact-btns {
    gap: 0.5882vw;
    margin-top: 0.2353vw;
  }
  .contact-btn {
    align-items: center;
    gap: 0vw;
    padding: 0.2941vw 1vw;
    border-radius: 0.2353vw;
    transition: opacity 0.2s;
    font-size: 0.8235vw;
    font-style: normal;
    line-height: 1.6471vw;
    letter-spacing: 0.0165vw;
  }
  .contact-btn:hover {
    opacity: 0.85;
  }
  .btn-kakao {
    background: #fee500;
    color: #3c1e1e;
  }
  .btn-naver {
    background: #03c75a;
    color: #fff;
  }
  .contact-note {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.6471vw;
    margin-top: 0.9412vw;
    line-height: 2;
  }
  .contact-note li {
    list-style: none;
    padding-left: 0.5882vw;
    position: relative;
  }
  .contact-note li::before {
    content: "·";
    left: 0;
  }
  .map-wrap {
    width: 100%;
    aspect-ratio: 16/9;
    background: #ddd;
    border-radius: 0.2353vw;
    position: relative;
  }
  .map-placeholder {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-background: #e5e0d8;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.7647vw;
    letter-spacing: 0.03em;
  }
  .map-btns {
    gap: 0.5882vw;
    margin-top: 0.9412vw;
  }
  .map-btn {
    align-items: center;
    gap: 0.3529vw;
    padding: 0.4706vw 0.9412vw;
    border: 0.0588vw solid rgba(0, 0, 0, 0.15);
    border-radius: 1.1765vw;
    background: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.6471vw;
    cursor: none;
    transition: all 0.2s;
  }
  .map-btn:hover {
    background: var(--dark);
    border-color: var(--dark);
  }

  /* ── FOOTER ── */
  footer {
    background: #5d524f;
    padding: 3.5294vw 8.2353vw;
    flex-direction: column;
    gap: 0.4706vw;
  }
  .footer-top {
    align-items: center;
    justify-content: space-between;
  }
  .footer-info {
    font-size: 0.8824vw;
    font-style: normal;
    line-height: 1.6471vw;
  }
  .footer-links {
    gap: 1.1765vw;
  }
  .footer-links a {
    font-size: 0.8824vw;
    font-style: normal;
    line-height: 1.6471vw;
    transition: color 0.2s;
  }
  .footer-links a:hover {
    color: #fff;
  }
  .footer-copy {
    font-size: 0.8824vw;
    font-style: normal;
    line-height: 1.6471vw;
  }
  .totop {
    bottom: 2.3529vw;
    right: 4vw;
    width: 2.9412vw;
    height: 2.9412vw;
    background: #796a67;
    border: none;
    align-items: center;
    opacity: 0;
    transform: translateY(0.5882vw);
    transition:
      opacity 0.3s,
      transform 0.3s;
  }
  .totop.show {
    opacity: 1;
    transform: translateY(0);
  }
  .totop svg {
    width: 0.9412vw;
    height: 0.9412vw;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
}
.quick-close-btn2 {
  display: none;
}
.contact-open-btn {
  display: none;
}
@media (max-width: 1024px) {
  /* ── HERO ── */
  .hero {
    width: 100%;
    height: 100vh;
    min-height: 58.5938vw;
    overflow: hidden;
  }
  .hero-bg {
    inset: 0;
    background: url(../img/mv_1.jpg) 60% 50% / cover no-repeat;
  }
  .hero-grain {
    inset: 0;
    opacity: 0.04;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 19.5313vw;
    pointer-events: none;
  }
  .hero-content {
    inset: 0;
    flex-direction: column;
    align-items: center;
    justify-padding-top: var(--nav-h);
  }
  .hero-subtitle,
  .hero-title {
  }
  .hero-title {
    font-family: "EB Garamond", serif;
    font-size: 8.6914vw;
    line-height: 8.6914vw;
  }
  .hero-subtitle {
    margin-top: 2.1484vw;
    font-size: 1.9531vw;
    line-height: 6.8359vw;
  }
  .hero-subtitle strong {
    color: #fff;
  }
  .scroll-hint {
    bottom: 3.5156vw;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    align-items: center;
    gap: 0.7813vw;
    opacity: 0.6;
  }
  .scroll-hint span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.8789vw;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }
  .scroll-line {
    width: 0.0977vw;
    height: 4.2969vw;
    background: linear-gradient(
      to bottom,
      transparent,
      rgba(255, 255, 255, 0.7)
    );
    animation: scrollDrop 2s ease-in-out infinite;
  }
  @keyframes scrollDrop {
    0%,
    100% {
      transform: scaleY(0);
      transform-origin: top;
    }
    50% {
      transform: scaleY(1);
      transform-origin: top;
    }
  }

  /* ── ABOUT ── */
  .about {
    padding: 15.625vw 0 13.6719vw;
  }
  .about-marquee-bg {
    bottom: 0;
    left: 0;
    right: 0;
    white-space: nowrap;
    pointer-events: none;
    padding: 1.9531vw 0;
    font-family: "EB Garamond", serif;
  }
  .marquee-track {
    animation: marqueeRun 22s linear infinite;
  }
  .marquee-text {
    font-size: clamp(5.8594vw, 8vw, 10.7422vw);
    color: rgba(0, 0, 0, 0.07);
    letter-spacing: -0.02em;
    padding-right: 5.8594vw;
  }
  @keyframes marqueeRun {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
  .about-inner {
    grid-template-columns: 32.8125vw 1fr 38.0859vw;
    gap: 5.8594vw;
    align-items: center;
    max-width: 158.6914vw;
    margin: 0 auto;
    z-index: 1;
  }
  .about-img {
    width: 100%; /* aspect-ratio:3/4; */
    object-fit: cover;
    object-background: #e8e3db;
  }
  .about-img-right {
    /* aspect-ratio:4/3; */
    object-position: center;
  }
  .about-center {
  }
  .about-logo-main {
    width: 21.1914vw;
    margin: 0 auto;
  }
  .about-headline {
    padding-top: 2.9297vw;
    font-size: 1.7578vw;
    line-height: 2.7344vw;
    margin-bottom: 8.2031vw;
  }
  .about-body {
    font-size: 1.7578vw;
    line-height: 2.7344vw;
    margin-bottom: 2.5391vw;
  }
  .ab_sun {
    width: 100%;
    height: 0.0977vw;
    background: #dad1cf;
    top: 50%;
  }
  .about-img01 {
    padding-bottom: 19.5313vw;
  }
  .about-img02 {
    padding-top: 2.9297vw;
  }
  /* ── SIGNATURE ── */
  .signature {
    padding: 13.1836vw 0;
  }
  .section-header {
    margin-bottom: 5.4688vw;
  }
  .section-header .en-title,
  .section-header .ko-sub {
    font-style: normal;
    font-weight: 500;
  }
  .section-header .en-title {
    font-family: "EB Garamond", serif;
    font-size: 3.9063vw;
    line-height: 6.8359vw;
    padding-bottom: 1.2695vw;
  }
  .section-header .ko-sub {
    font-size: 1.6602vw;
    line-height: 2.7344vw;
  }
  .section-header .ko-sub strong {
    color: var(--dark);
  }
  .sig-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    max-width: 158.6914vw;
    margin: 0 auto;
    overflow: hidden;
  }
  .sig-card {
  }
  .sig-card-bg {
    width: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: #ccc;
  }
  .sig-card:hover .sig-card-bg {
    transform: scale(1.07);
  }
  .sig-card-inner {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55%;
    aspect-ratio: 3/4;
    border: 0.1953vw solid rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.25);
  }
  .sig-card-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
  }
  .sig-card-overlay {
    inset: 0;
    flex-direction: column;
    align-items: center;
    justify-background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.45) 0%,
      transparent 60%
    );
  }
  .sig-card-en {
    font-family: "EB Garamond", serif;
    font-size: 4.5898vw;
    padding-bottom: 4.2969vw;
  }
  .sig-card-ko {
    font-size: 1.6433vw;
    line-height: 2.4216vw;
    padding-bottom: 0.5859vw;
  }
  .lounge {
    padding: 9.7656vw 0 10.7422vw;
    background: var(--cream);
    text-align: center;
  }
  .lounge .section-header {
    margin-bottom: 1.5625vw;
  }
  .lounge-sub {
    font-family: "Noto Serif KR", serif;
    font-size: 1.2695vw;
    line-height: 2;
    max-width: 48.8281vw;
    margin: 0 auto 5.0781vw;
  }
  .lounge-sub strong {
    color: var(--dark);
  }
  .lounge-gallery {
    align-items: center;
    justify-gap: 0.9766vw;
    padding: 0 2.3438vw;
  }
  .pill {
    border-radius: 11.7188vw;
    flex-shrink: 0;
    background: #d5cfc6;
  }
  .pill img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .pill:hover img {
    transform: scale(1.08);
  }
  .pill-sm {
    width: 8.7891vw;
    height: 19.5313vw;
  }
  .pill-md {
    width: 10.7422vw;
    height: 25.3906vw;
  }
  .pill-lg {
    width: 17.5781vw;
    height: 33.2031vw;
  }
  .pill-center {
    width: 41.0156vw;
    height: 31.25vw;
    border-radius: 1.5625vw;
  }

  /* ── PROMOTION ── */
  .promotion {
    padding: 14.6484vw 0;
    background: #f3f1f0;
  }
  .promo-inner {
    grid-template-columns: 27.3438vw 1fr;
    gap: 15.625vw;
    align-items: center; /* max-width:126.9531vw; */
    margin: 0 auto;
    padding-left: 8%;
  }
  .promo-left {
    height: 100%;
    flex-direction: column;
  }
  .promo-en {
    font-family: "EB Garamond", serif;
    font-size: 4.4922vw;
    font-style: normal;
    line-height: 6.8359vw;
    margin-bottom: 1.5625vw;
  }
  .promo-ko,
  a.promo-more-btn {
    font-style: normal;
    line-height: 2.7344vw;
  }
  .promo-ko {
    font-size: 1.6602vw;
    margin-bottom: 2.9297vw;
  }
  .promo-ko strong {
    font-weight: 700;
  }
  a.promo-more-btn {
    border-radius: 9.7656vw;
    background: #a28a85;
    padding: 0.7813vw 2.7344vw;
    font-size: 1.2695vw;
    display: inline-block;
  }
  .promo-more-btn:hover {
    background: var(--dark);
    color: #fff;
  }
  .promo-arrows {
    gap: 1.5625vw;
    margin-top: 3.9063vw;
  }
  .arrow-btn {
    border: 0;
    background: none;
    align-items: center;
    justify-transition: all 0.25s;
  }

  /* swiper promo */
  .promo-swiper {
    width: 100%;
  }
  .promo-swiper .swiper-slide {
    width: 43.9453vw !important;
    height: 43.9453vw;
    border-radius: 0.3906vw;
    position: relative;
  }
  .promo-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .promo-swiper .swiper-slide:hover img {
    transform: scale(1.06);
  }
  .promo-card-text {
    top: 0;
    left: 0;
    right: 0;
    padding: 1.9531vw;
    padding: 4.6875vw 0 6.543vw;
    flex-direction: column;
    justify-height: 100%;
  }
  .promo-card-ko b,
  a.promo-card-en-vert {
    line-height: 3.6133vw;
    display: block;
  }
  .promo-card-ko {
    font-size: 1.7578vw;
    line-height: 3.6133vw;
  }
  .promo-card-ko b {
    font-size: 3.418vw;
    padding-top: 1.1719vw;
  }
  a.promo-card-en-vert {
    font-size: 1.4648vw;
    font-style: normal;
  }
  a.promo-card-en-vert span {
    padding-top: 0.7813vw;
  }
  .promo-swiper .swiper-slide .promo-card-en-vert img {
    width: 6.0547vw;
    height: 6.0547vw;
  }
  .promo-swiper .swiper-slide:hover .promo-card-en-vert img {
    transform: scale(1);
  }
  .promo-card-label {
  }
  .promo-progress {
    margin-top: 3.7109vw;
    background: rgba(217, 217, 217, 0.3);
    border-radius: 0.0977vw;
    width: 100%;
    width: 26.2695vw;
    height: 0.4883vw;
    margin-left: 0;
  }
  .promo-progress-bar {
    height: 100%;
    background: #d9d9d9;
    border-radius: 0.0977vw;
    width: 33%;
    transition: width 0.4s ease;
  }

  /* rection04 */
  .rection04 .text_bx span {
  }
  .rection04 .text_bx .re01_f_img01 {
    transform: translate(-184%, -4.4922vw);
  }
  .rection04 .text_bx h1 {
    padding: 2.4414vw 0 1.7578vw;
  }
  .rection04 {
    margin: 0 auto;
    background: linear-gradient(180deg, #fff 15.46%, #e2dbd9 74.7%);
  }
  .swiper-container.re05_cont {
    left: 50%;
    transform: translateX(-50%);
  }
  .re05_slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 9.7656vw;
  }
  .re05_slide:hover img {
    border-radius: 0;
  }
  .rection04 .re05 {
    height: 52.0508vw;
    width: 100%;
    max-width: 169.9219vw;
    margin: 0 auto;
  }
  .rection04 .re_05_pc {
    width: 100%;
    height: 100%;
    max-width: 169.9219vw;
    margin: 0 auto;
  }
  .re05_slide {
    width: 17.3828vw;
    height: 41.3086vw;
    margin: 0 0.3906vw;
    transform-origin: center center;
  }
  .re05_slide.swiper-slide-active img {
    border-radius: 0;
  }
  .rection04 .text_bx p {
    font-weight: 600;
  }
  .rection04 .re05::before {
    left: -8.3984vw;
    top: 60%;
    transform: translateY(-50%);
    width: 7.8125vw;
    height: 25.7813vw;
    background: url("../img/re05_before.png") no-repeat center center / contain;
    pointer-events: none;
  }
  .rection04 .re05::after {
    right: -8.3984vw;
    top: 60%;
    transform: translateY(-50%);
    width: 7.8125vw;
    height: 25.7813vw;
    background: url("../img/re05_after.png") no-repeat center center / contain;
    pointer-events: none;
  }
  .rection04 .re05_slide.swiper-slide-active .sw_tx {
    display: block;
  }
  .rection04 .re05_slide .sw_tx {
    bottom: 3.2227vw;
    right: 6.25vw;
    display: none;
  }
  .rection04 .re05_slide .sw_tx h1 {
    font-size: 1.4648vw;
    padding-bottom: 1.5625vw;
  }
  .rection04 .re05_slide .sw_tx p {
    font-size: 1.1719vw;
    color: #c5c5c5;
  }
  .rection04 .section-header .en-title {
    font-family: "EB Garamond", serif;
    font-size: 4.2969vw;
    font-style: normal;
    line-height: 6.8359vw;
    padding-bottom: 2.9297vw;
  }
  .rection04 .section-header .ko-sub {
    font-size: 1.6602vw;
    font-style: normal;
    line-height: 2.7344vw;
  }
  .rection04 .section-header .ko-sub strong {
    font-weight: 600;
  }

  .contact-section {
    width: 100%;
    background: #f4f4f4;
    padding: 15.2344vw 0;
  }
  .contact-section__inner {
    max-width: 92.0625vw;
    margin: 0 auto;
    align-items: flex-start;
    gap: 7.8125vw;
  }
  .contact-info {
  }
  .contact-info__title {
    font-family: "EB Garamond", serif;
    font-size: 4.4922vw;
    line-height: 6.8359vw;
    margin-bottom: 2.3438vw;
  }
  .contact-info__address {
    font-size: 1.9531vw;
    line-height: 2.7344vw;
    margin-bottom: 3.5156vw;
  }
  .contact-info__rows {
    flex-direction: column;
    gap: 0;
  }
  .contact-row {
    align-items: flex-start;
    padding: 1.7578vw 0;
  }
  .contact-row.contact-row02 {
    align-items: center;
  }
  .contact-row__label {
    flex: 0 0 9.7656vw;
    font-size: 1.6602vw;
    line-height: 2.7344vw;
  }
  .contact-row__value {
    flex: 1;
    font-size: 1.7578vw;
    font-style: normal;
    line-height: 2.7344vw;
    letter-spacing: 0.0352vw;
  }
  .contact-row__value--tel {
    font-family: "EB Garamond", serif;
    font-size: 3.125vw;
    letter-spacing: 0.0938vw;
  }

  /* 상담/예약 버튼 */
  .contact-btns {
    gap: 0.9766vw;
    flex-wrap: wrap;
  }
  .contact-btn {
    align-items: center;
    gap: 0.6836vw;
    padding: 0.9766vw 1.9531vw;
    border-radius: 0.5859vw;
    font-size: 1.3672vw;
    cursor: pointer;
    border: none;
    text-decoration: none;
    letter-spacing: 0.02em;
  }
  .contact-btn--kakao {
    background: #fee500;
    color: #3a1d1d;
  }
  .contact-btn--naver {
    background: #03c75a;
    color: #fff !important;
  }
  .contact-btn__icon {
    width: 3.9063vw;
    height: auto;
    align-items: center;
    justify-content: center;
  }

  /* 진료시간 테이블 */
  .contact-hours {
    flex-direction: column;
    gap: 1.6602vw;
  }
  .contact-hours__row {
    grid-template-columns: 7.8125vw 1fr;
    font-size: 1.3672vw;
    line-height: 1.6;
    gap: 1.8555vw;
  }
  .contact-hours__days,
  .contact-hours__time {
    font-size: 1.9531vw;
    line-height: 2.7344vw;
  }
  .contact-hours__days {
    justify-content: space-between;
  }
  .contact-hours__time {
    font-style: normal;
    letter-spacing: 0.0391vw;
  }

  /* 하단 노트 */
  .contact-notes {
    margin-top: 2.3438vw;
    flex-direction: column;
    gap: 0.3906vw;
  }
  .contact-notes__item {
    color: rgba(23, 23, 23, 0.8);
    font-size: 1.6602vw;
    font-style: normal;
    line-height: 3.0273vw;
  }
  .contact-notes__item::before {
    content: "· ";
  }

  /* 오른쪽 지도 */
  .contact-map {
    flex-direction: column;
    gap: 1.9531vw;
    width: 100%;
  }

  .contact-map__img {
    width: 100%;
    aspect-ratio: 16/9;
    background: #ddd;
    border-radius: 0.3906vw;
    position: relative;
  }
  .contact-map__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .contact-map__placeholder {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-background: #e8e4de;
    font-size: 1.4648vw;
    letter-spacing: 0.02em;
  }

  /* 길찾기 버튼들 */
  .contact-map__links {
    justify-gap: 1.1719vw;
  }
  .contact-maplink {
    align-items: center;
    gap: 0.7813vw;
    text-decoration: none;
    letter-spacing: 0.02em;
    border-radius: 0.3906vw;
    border: 0.0977vw solid #e9e9e9;
    background: #f6f6f6;
    font-size: 1.3672vw;
    font-style: normal;
    line-height: 2.7344vw;
    letter-spacing: 0.0273vw;
    width: 13.9648vw;
    height: 4.7852vw;
    justify-content: center;
  }
  .contact-maplink__dot {
    width: 0.9766vw;
    height: 0.9766vw;
    border-radius: 50%;
  }
  .contact-maplink__dot--naver {
    background: #03c75a;
  }
  .contact-maplink__dot--kakao {
    background: #fee500;
    border: 0.0977vw solid #e0d000;
  }
  .contact-maplink__dot--tmap {
    background: #e8334a;
  }

  /* ── CONTACT ── */
  .contact {
    padding: 9.7656vw 0;
    background: var(--off-white);
  }
  .contact-inner {
    grid-template-columns: 1fr 1.4fr;
    gap: 7.8125vw;
    max-width: 117.1875vw;
    margin: 0 auto;
    padding: 0 4.6875vw;
    align-items: start;
  }
  .contact-en {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: clamp(3.125vw, 4vw, 5.0781vw);
    color: var(--warm-brown);
    margin-bottom: 2.7344vw;
    display: block;
  }
  .contact-address {
    font-family: "Noto Serif KR", serif;
    font-size: 1.4648vw;
    color: var(--dark);
    margin-bottom: 3.125vw;
  }
  .contact-table {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2695vw;
    font-weight: 300;
  }
  .contact-table tr {
    border-bottom: 0.0977vw solid rgba(0, 0, 0, 0.07);
  }
  .contact-table td {
    padding: 1.1719vw 0;
    vertical-align: top;
  }
  .contact-table td:first-child {
    color: var(--warm-brown);
    width: 7.8125vw;
    font-size: 1.1719vw;
    letter-spacing: 0.05em;
  }
  .contact-tel {
    font-family: "Noto Serif KR", serif;
    font-size: 1.7578vw;
    color: var(--dark);
  }
  .contact-btns {
    gap: 0.9766vw;
    margin-top: 0.3906vw;
  }
  .contact-btn {
    align-items: center;
    gap: 0vw;
    padding: 0.4883vw 1.6602vw;
    border-radius: 0.3906vw;
    transition: opacity 0.2s;
    font-size: 1.3672vw;
    font-style: normal;
    line-height: 2.7344vw;
    letter-spacing: 0.0273vw;
  }
  .contact-btn:hover {
    opacity: 0.85;
  }
  .btn-kakao {
    background: #fee500;
    color: #3c1e1e;
  }
  .btn-naver {
    background: #03c75a;
    color: #fff;
  }
  .contact-note {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.0742vw;
    margin-top: 1.5625vw;
    line-height: 2;
  }
  .contact-note li {
    list-style: none;
    padding-left: 0.9766vw;
    position: relative;
  }
  .contact-note li::before {
    content: "·";
    left: 0;
  }
  .map-wrap {
    width: 100%;
    aspect-ratio: 16/9;
    background: #ddd;
    border-radius: 0.3906vw;
    position: relative;
  }
  .map-placeholder {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-background: #e5e0d8;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2695vw;
    letter-spacing: 0.03em;
  }
  .map-btns {
    gap: 0.9766vw;
    margin-top: 1.5625vw;
  }
  .map-btn {
    align-items: center;
    gap: 0.5859vw;
    padding: 0.7813vw 1.5625vw;
    border: 0.0977vw solid rgba(0, 0, 0, 0.15);
    border-radius: 1.9531vw;
    background: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.0742vw;
    cursor: none;
    transition: all 0.2s;
  }
  .map-btn:hover {
    background: var(--dark);
    border-color: var(--dark);
  }

  /* ── FOOTER ── */
  footer {
    background: #5d524f;
    padding: 5.8594vw 3.6719vw;
    flex-direction: column;
    gap: 0.7813vw;
  }
  .footer-top {
    align-items: center;
    justify-content: space-between;
  }
  .footer-info {
    font-size: 1.4648vw;
    font-style: normal;
    line-height: 2.7344vw;
  }
  .footer-links {
    gap: 1.9531vw;
  }
  .footer-links a {
    font-size: 1.4648vw;
    font-style: normal;
    line-height: 2.7344vw;
    transition: color 0.2s;
  }
  .footer-links a:hover {
    color: #fff;
  }
  .footer-copy {
    font-size: 1.4648vw;
    font-style: normal;
    line-height: 2.7344vw;
  }
  .totop {
    bottom: 3.9063vw;
    right: 6.6406vw;
    width: 4.8828vw;
    height: 4.8828vw;
    background: #796a67;
    border: none;
    align-items: center;
    opacity: 0;
    transform: translateY(0.9766vw);
    transition:
      opacity 0.3s,
      transform 0.3s;
  }
  .totop.show {
    opacity: 1;
    transform: translateY(0);
  }
  .totop svg {
    width: 1.5625vw;
    height: 1.5625vw;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .contact-section__inner {
    flex-direction: column;
    gap: 50px;
  }
  .contact-info {
    flex: none;
    width: 100%;
  }
  .quick-close-btn2 {
    display: none;
  }
  .contact-open-btn.active {
    display: flex;
  }

  .quick-close-btn2 span {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 0.1vw;
    background: #fff;
    position: absolute;
    display: inline-block;
    width: 4.1071vw;
    height: 0.3571vw;
  }
  .quick-close-btn2 span:nth-of-type(1) {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .quick-close-btn2 span:nth-of-type(2) {
    transform: translate(-50%, -50%) rotate(316deg);
  }
}
@media (max-width: 768px) {
  .contact-section__inner {
    padding: 0 24px;
  }
  .contact-map__links {
    gap: 20px;
  }
}

@media (max-width: 480px) {
  /* ── HERO ── */
  .hero {
    width: 100%;
    height: 100vh;
    min-height: 107.1429vw;
    overflow: hidden;
  }
  .hero-bg {
    inset: 0;
    background: url(../img/mv_1.jpg) 60% 50% / cover no-repeat;
  }
  .hero-grain {
    inset: 0;
    opacity: 0.04;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 35.7143vw;
    pointer-events: none;
  }
  .hero-content {
    inset: 0;
    flex-direction: column;
    align-items: center;
    justify-padding-top: var(--nav-h);
  }
  .hero-subtitle,
  .hero-title {
  }
  .hero-title {
    font-size: 10.8929vw;
    line-height: 10.8929vw;
  }
  .hero-subtitle {
    margin-top: 3.9286vw;
    font-size: 3.5714vw;
    line-height: 12.5vw;
  }
  .hero-subtitle strong {
    color: #fff;
  }
  .scroll-hint {
    bottom: 6.4286vw;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    align-items: center;
    gap: 1.4286vw;
    opacity: 0.6;
  }
  .scroll-hint span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6071vw;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }
  .scroll-line {
    width: 0.1786vw;
    height: 7.8571vw;
    background: linear-gradient(
      to bottom,
      transparent,
      rgba(255, 255, 255, 0.7)
    );
    animation: scrollDrop 2s ease-in-out infinite;
  }
  @keyframes scrollDrop {
    0%,
    100% {
      transform: scaleY(0);
      transform-origin: top;
    }
    50% {
      transform: scaleY(1);
      transform-origin: top;
    }
  }

  /* ── ABOUT ── */
  .about {
    padding: 0;
  }
  .about-marquee-bg {
    bottom: 0;
    left: 0;
    right: 0;
    white-space: nowrap;
    pointer-events: none;
    padding: 3.5714vw 0;
    font-family: "EB Garamond", serif;
  }
  .marquee-track {
    animation: marqueeRun 22s linear infinite;
  }
  .marquee-text {
    font-size: clamp(10.7143vw, 8vw, 19.6429vw);
    color: rgba(0, 0, 0, 0.07);
    letter-spacing: -0.02em;
    padding-right: 10.7143vw;
  }
  @keyframes marqueeRun {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
  .about-inner {
    grid-template-columns: 1fr;
    gap: 10.7143vw;
    align-items: center;
    max-width: 290.1786vw;
    margin: 0 auto;
    z-index: 1;
  }
  .about-img {
    width: 100%; /* aspect-ratio:3/4; */
    object-fit: cover;
    object-background: #e8e3db;
  }
  .about-img-right {
    /* aspect-ratio:4/3; */
    object-position: center;
  }
  .about-center {
  }
  .about-logo-main {
    width: 38.75vw;
    margin: 0 auto;
  }
  .about-headline {
    padding-top: 5.3571vw;
    font-size: 3.2143vw;
    line-height: 5vw;
    margin-bottom: 3vw;
  }
  .about-body {
    font-size: 3.2143vw;
    line-height: 5vw;
    margin-bottom: 4.6429vw;
  }
  .ab_sun {
    width: 100%;
    height: 0.1786vw;
    background: #dad1cf;
    top: 50%;
    display: none;
  }
  .about-img01 {
    padding-bottom: 9.7143vw;
  }
  .about-img02 {
    padding-top: 5.3571vw;
  }
  /* ── SIGNATURE ── */
  .signature {
    padding: 20.1071vw 0 0;
  }
  .section-header {
    margin-bottom: 10vw;
  }
  .section-header .en-title,
  .section-header .ko-sub {
    font-style: normal;
    font-weight: 500;
  }
  .section-header .en-title {
    font-family: "EB Garamond", serif;
    font-size: 7.1429vw;
    line-height: 12.5vw;
    padding-bottom: 2.3214vw;
  }
  .section-header .ko-sub {
    font-size: 3.0357vw;
    line-height: 5vw;
  }
  .section-header .ko-sub strong {
    color: var(--dark);
  }
  .sig-grid {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 290.1786vw;
    margin: 0 auto;
    overflow: hidden;
  }
  .sig-card {
  }
  .sig-card-bg {
    width: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: #ccc;
  }
  .sig-card:hover .sig-card-bg {
    transform: scale(1.07);
  }
  .sig-card-inner {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55%;
    aspect-ratio: 3/4;
    border: 0.3571vw solid rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.25);
  }
  .sig-card-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
  }
  .sig-card-overlay {
    inset: 0;
    flex-direction: column;
    align-items: center;
    justify-background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.45) 0%,
      transparent 60%
    );
  }
  .sig-card-en {
    font-family: "EB Garamond", serif;
    font-size: 8.3929vw;
    padding-bottom: 7.8571vw;
  }
  .sig-card-ko {
    font-size: 3.0048vw;
    line-height: 4.428vw;
    padding-bottom: 1.0714vw;
  }
  .lounge {
    padding: 17.8571vw 0 19.6429vw;
    background: var(--cream);
    text-align: center;
  }
  .lounge .section-header {
    margin-bottom: 2.8571vw;
  }
  .lounge-sub {
    font-family: "Noto Serif KR", serif;
    font-size: 2.3214vw;
    line-height: 2;
    max-width: 89.2857vw;
    margin: 0 auto 9.2857vw;
  }
  .lounge-sub strong {
    color: var(--dark);
  }
  .lounge-gallery {
    align-items: center;
    justify-gap: 1.7857vw;
    padding: 0 4.2857vw;
  }
  .pill {
    border-radius: 21.4286vw;
    flex-shrink: 0;
    background: #d5cfc6;
  }
  .pill img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .pill:hover img {
    transform: scale(1.08);
  }
  .pill-sm {
    width: 16.0714vw;
    height: 35.7143vw;
  }
  .pill-md {
    width: 19.6429vw;
    height: 46.4286vw;
  }
  .pill-lg {
    width: 32.1429vw;
    height: 60.7143vw;
  }
  .pill-center {
    width: 75vw;
    height: 57.1429vw;
    border-radius: 2.8571vw;
  }

  /* ── PROMOTION ── */
  .promotion {
    padding: 26.7857vw 0;
    background: #f3f1f0;
  }
  .promo-inner {
    grid-template-columns: 1fr;
    gap: 9.5714vw;
    align-items: center; /* max-width:232.1429vw; */
    margin: 0 auto;
    padding-left: 8%;
  }
  .promo-left {
    height: 100%;
    flex-direction: column;
  }
  .promo-en {
    font-family: "EB Garamond", serif;
    font-size: 8.2143vw;
    font-style: normal;
    line-height: 12.5vw;
    margin-bottom: 2.8571vw;
  }
  .promo-ko,
  a.promo-more-btn {
    font-style: normal;
    line-height: 5vw;
  }
  .promo-ko {
    font-size: 3.0357vw;
    margin-bottom: 5.3571vw;
  }
  .promo-ko strong {
    font-weight: 700;
  }
  a.promo-more-btn {
    border-radius: 17.8571vw;
    background: #a28a85;
    padding: 1.4286vw 5vw;
    font-size: 2.3214vw;
    display: inline-block;
  }
  .promo-more-btn:hover {
    background: var(--dark);
    color: #fff;
  }
  .promo-arrows {
    gap: 2.8571vw;
    margin-top: 7.1429vw;
  }
  .arrow-btn {
    border: 0;
    background: none;
    align-items: center;
    justify-transition: all 0.25s;
  }

  /* swiper promo */
  .promo-swiper {
    width: 100%;
  }
  .promo-swiper .swiper-slide {
    width: 80.3571vw !important;
    height: 80.3571vw;
    border-radius: 0.7143vw;
    position: relative;
  }
  .promo-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .promo-swiper .swiper-slide:hover img {
    transform: scale(1.06);
  }
  .promo-card-text {
    top: 0;
    left: 0;
    right: 0;
    padding: 3.5714vw;
    padding: 8.5714vw 0 11.9643vw;
    flex-direction: column;
    justify-height: 100%;
  }
  .promo-card-ko b,
  a.promo-card-en-vert {
    line-height: 6.6071vw;
    display: block;
  }
  .promo-card-ko {
    font-size: 3.2143vw;
    line-height: 6.6071vw;
  }
  .promo-card-ko b {
    font-size: 6.25vw;
    padding-top: 2.1429vw;
  }
  a.promo-card-en-vert {
    font-size: 2.6786vw;
    font-style: normal;
  }
  a.promo-card-en-vert span {
    padding-top: 1.4286vw;
  }
  .promo-swiper .swiper-slide .promo-card-en-vert img {
    width: 11.0714vw;
    height: 11.0714vw;
  }
  .promo-swiper .swiper-slide:hover .promo-card-en-vert img {
    transform: scale(1);
  }
  .promo-card-label {
  }
  .promo-progress {
    margin-top: 6.7857vw;
    background: rgba(217, 217, 217, 0.3);
    border-radius: 0.1786vw;
    width: 100%;
    width: 48.0357vw;
    height: 0.8929vw;
    margin-left: 0;
  }
  .promo-progress-bar {
    height: 100%;
    background: #d9d9d9;
    border-radius: 0.1786vw;
    width: 33%;
    transition: width 0.4s ease;
  }

  /* rection04 */
  .rection04 .text_bx span {
  }
  .rection04 .text_bx .re01_f_img01 {
    transform: translate(-184%, -8.2143vw);
  }
  .rection04 .text_bx h1 {
    padding: 4.4643vw 0 3.2143vw;
  }
  .rection04 {
    margin: 0 auto;
    background: linear-gradient(180deg, #fff 15.46%, #e2dbd9 74.7%);
  }
  .swiper-container.re05_cont {
    left: 50%;
    transform: translateX(-50%);
  }
  .re05_slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 17.8571vw;
  }
  .re05_slide:hover img {
    border-radius: 0;
  }
  .rection04 .re05 {
    height: auto;
    width: 100%;
    max-width: 310.7143vw;
    margin: 0 auto;
  }
  .rection04 .re_05_pc {
    width: 100%;
    height: 100%;
    max-width: 310.7143vw;
    margin: 0 auto;
  }
  .re05_slide {
    width: 31.7857vw;
    height: 75.5357vw;
    margin: 0 0.7143vw;
    transform-origin: center center;
  }
  .re05_slide.swiper-slide-active img {
    border-radius: 0;
  }
  .rection04 .text_bx p {
    font-weight: 600;
  }
  .rection04 .re05::before {
    left: -15.3571vw;
    top: 60%;
    transform: translateY(-50%);
    width: 14.2857vw;
    height: 47.1429vw;
    background: url("../img/re05_before.png") no-repeat center center / contain;
    pointer-events: none;
  }
  .rection04 .re05::after {
    right: -15.3571vw;
    top: 60%;
    transform: translateY(-50%);
    width: 14.2857vw;
    height: 47.1429vw;
    background: url("../img/re05_after.png") no-repeat center center / contain;
    pointer-events: none;
  }
  .rection04 .re05_slide.swiper-slide-active .sw_tx {
    display: block;
  }
  .rection04 .re05_slide .sw_tx {
    bottom: 5.8929vw;
    right: 11.4286vw;
    display: none;
  }
  .rection04 .re05_slide .sw_tx h1 {
    font-size: 2.6786vw;
    padding-bottom: 2.8571vw;
  }
  .rection04 .re05_slide .sw_tx p {
    font-size: 2.1429vw;
    color: #c5c5c5;
  }
  .rection04 .section-header .en-title {
    font-family: "EB Garamond", serif;
    font-size: 7.8571vw;
    font-style: normal;
    line-height: 12.5vw;
    padding-bottom: 5.3571vw;
  }
  .rection04 .section-header .ko-sub {
    font-size: 3.0357vw;
    font-style: normal;
    line-height: 5vw;
  }
  .rection04 .section-header .ko-sub strong {
    font-weight: 600;
  }

  .contact-section {
    width: 100%;
    background: #f4f4f4;
    padding: 13.5864vw 0 15.1864vw;
  }
  .contact-section__inner {
    max-width: 300vw;
    margin: 0 auto;
    align-items: flex-start;
    gap: 4.2857vw;
  }
  .contact-info {
  }
  .contact-info__title {
    font-family: "EB Garamond", serif;
    font-size: 8.2143vw;
    line-height: 12.5vw;
    margin-bottom: 4.2857vw;
  }
  .contact-info__address {
    font-size: 3.5714vw;
    line-height: 5vw;
    margin-bottom: 6.4286vw;
  }
  .contact-info__rows {
    flex-direction: column;
    gap: 0;
  }
  .contact-row {
    align-items: flex-start;
    padding: 3.2143vw 0;
  }
  .contact-row.contact-row02 {
    align-items: center;
  }
  .contact-row__label {
    flex: 0 0 17.8571vw;
    font-size: 3.0357vw;
    line-height: 5vw;
  }
  .contact-row__value {
    flex: 1;
    font-size: 3.2143vw;
    font-style: normal;
    line-height: 5vw;
    letter-spacing: 0.0643vw;
  }
  .contact-row__value--tel {
    font-family: "EB Garamond", serif;
    font-size: 5.7143vw;
    letter-spacing: 0.1714vw;
  }

  /* 상담/예약 버튼 */
  .contact-btns {
    gap: 1.7857vw;
    flex-wrap: wrap;
  }
  .contact-btn {
    align-items: center;
    gap: 1.25vw;
    padding: 1.7857vw 3.5714vw;
    border-radius: 1.0714vw;
    font-size: 2.5vw;
    cursor: pointer;
    border: none;
    text-decoration: none;
    letter-spacing: 0.02em;
  }
  .contact-btn--kakao {
    background: #fee500;
    color: #3a1d1d;
  }
  .contact-btn--naver {
    background: #03c75a;
    color: #fff !important;
  }
  .contact-btn__icon {
    width: 7.1429vw;
    height: auto;
    align-items: center;
    justify-content: center;
  }
  .contact-btn__icon img {
    width: 4vw;
  }
  .contact-btn--kakao img {
    width: 7vw;
  }

  /* 진료시간 테이블 */
  .contact-hours {
    flex-direction: column;
    gap: 3.0357vw;
  }
  .contact-hours__row {
    grid-template-columns: 14.2857vw 1fr;
    font-size: 2.5vw;
    line-height: 1.6;
    gap: 3.3929vw;
  }
  .contact-hours__days,
  .contact-hours__time {
    font-size: 3.5714vw;
    line-height: 5vw;
  }
  .contact-hours__days {
    justify-content: space-between;
  }
  .contact-hours__time {
    font-style: normal;
    letter-spacing: 0.0714vw;
  }

  /* 하단 노트 */
  .contact-notes {
    margin-top: 4.2857vw;
    flex-direction: column;
    gap: 0.7143vw;
  }
  .contact-notes__item {
    color: rgba(23, 23, 23, 0.8);
    font-size: 3.0357vw;
    font-style: normal;
    line-height: 5.5357vw;
  }
  .contact-notes__item::before {
    content: "· ";
  }

  /* 오른쪽 지도 */
  .contact-map {
    flex-direction: column;
    gap: 3.5714vw;
    width: 100%;
  }

  .contact-map__img {
    width: 100%;
    aspect-ratio: 16/9;
    background: #ddd;
    border-radius: 0.7143vw;
    position: relative;
  }
  .contact-map__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .contact-map__placeholder {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-background: #e8e4de;
    font-size: 2.6786vw;
    letter-spacing: 0.02em;
  }

  /* 길찾기 버튼들 */
  .contact-map__links {
    gap: 1.1429vw;
  }
  .contact-maplink {
    align-items: center;
    gap: 1.4286vw;
    text-decoration: none;
    letter-spacing: 0.02em;
    border-radius: 0.7143vw;
    border: 0.1786vw solid #e9e9e9;
    background: #f6f6f6;
    font-size: 3vw;
    font-style: normal;
    line-height: 5vw;
    letter-spacing: 0.05vw;
    width: 28.5357vw;
    height: 9.75vw;
    justify-content: center;
  }
  .contact-maplink__dot {
    width: 1.7857vw;
    height: 1.7857vw;
    border-radius: 50%;
  }
  .contact-maplink__dot--naver {
    background: #03c75a;
  }
  .contact-maplink__dot--kakao {
    background: #fee500;
    border: 0.1786vw solid #e0d000;
  }
  .contact-maplink__dot--tmap {
    background: #e8334a;
  }
  .contact-maplink img {
    width: 4vw;
  }

  /* ── CONTACT ── */
  .contact {
    padding: 17.8571vw 0;
    background: var(--off-white);
  }
  .contact-inner {
    grid-template-columns: 1fr 1.4fr;
    gap: 14.2857vw;
    max-width: 214.2857vw;
    margin: 0 auto;
    padding: 0 8.5714vw;
    align-items: start;
  }
  .contact-en {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: clamp(5.7143vw, 4vw, 9.2857vw);
    color: var(--warm-brown);
    margin-bottom: 5vw;
    display: block;
  }
  .contact-address {
    font-family: "Noto Serif KR", serif;
    font-size: 2.6786vw;
    color: var(--dark);
    margin-bottom: 5.7143vw;
  }
  .contact-table {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.3214vw;
    font-weight: 300;
  }
  .contact-table tr {
    border-bottom: 0.1786vw solid rgba(0, 0, 0, 0.07);
  }
  .contact-table td {
    padding: 2.1429vw 0;
    vertical-align: top;
  }
  .contact-table td:first-child {
    color: var(--warm-brown);
    width: 14.2857vw;
    font-size: 2.1429vw;
    letter-spacing: 0.05em;
  }
  .contact-tel {
    font-family: "Noto Serif KR", serif;
    font-size: 3.2143vw;
    color: var(--dark);
  }
  .contact-btns {
    gap: 1.7857vw;
    margin-top: 0.7143vw;
  }
  .contact-btn {
    align-items: center;
    gap: 0vw;
    padding: 1.8929vw 4.0357vw;
    border-radius: 0.7143vw;
    transition: opacity 0.2s;
    font-size: 3.2vw;
    font-style: normal;
    line-height: 5vw;
    letter-spacing: 0.05vw;
  }
  .contact-btn:hover {
    opacity: 0.85;
  }
  .btn-kakao {
    background: #fee500;
    color: #3c1e1e;
  }
  .btn-naver {
    background: #03c75a;
    color: #fff;
  }
  .contact-note {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.9643vw;
    margin-top: 2.8571vw;
    line-height: 2;
  }
  .contact-note li {
    list-style: none;
    padding-left: 1.7857vw;
    position: relative;
  }
  .contact-note li::before {
    content: "·";
    left: 0;
  }
  .map-wrap {
    width: 100%;
    aspect-ratio: 16/9;
    background: #ddd;
    border-radius: 0.7143vw;
    position: relative;
  }
  .map-placeholder {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-background: #e5e0d8;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.3214vw;
    letter-spacing: 0.03em;
  }
  .map-btns {
    gap: 1.7857vw;
    margin-top: 2.8571vw;
  }
  .map-btn {
    align-items: center;
    gap: 1.0714vw;
    padding: 1.4286vw 2.8571vw;
    border: 0.1786vw solid rgba(0, 0, 0, 0.15);
    border-radius: 3.5714vw;
    background: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.9643vw;
    cursor: none;
    transition: all 0.2s;
  }
  .map-btn:hover {
    background: var(--dark);
    border-color: var(--dark);
  }

  /* ── FOOTER ── */
  footer {
    background: #5d524f;
    flex-direction: column;
    gap: 1.4286vw;
  }
  .footer-top {
    align-items: flex-start;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
  }
  .footer-info {
    font-size: 2.6786vw;
    font-style: normal;
    line-height: 5vw;
  }
  .footer-links {
    gap: 3.5714vw;
  }
  .footer-links a {
    font-size: 2.6786vw;
    font-style: normal;
    line-height: 5vw;
    transition: color 0.2s;
  }
  .footer-links a:hover {
    color: #fff;
  }
  .footer-copy {
    font-size: 2.6786vw;
    font-style: normal;
    line-height: 5vw;
  }
  .totop {
    bottom: 17.1429vw;
    right: 5.1429vw;
    width: 8.9286vw;
    height: 8.9286vw;
    background: #796a67;
    border: none;
    align-items: center;
    opacity: 0;
    transform: translateY(1.7857vw);
    transition:
      opacity 0.3s,
      transform 0.3s;
  }
  .totop.show {
    opacity: 1;
    transform: translateY(0);
  }
  .totop svg {
    width: 2.8571vw;
    height: 2.8571vw;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .totop img {
    width: 4vw;
  }
}
