/* ARTIQUE Clinic — static Figma match for TENOR node 1412:3111 */
:root {
  --design-width: 2448px;
  --scale: calc(100vw / 244.8);
  --bg: #322c2c;
  --dark: #1c1615;
  --contact: #393636;
  --guarantee: #4a4444;
  --event: #d9d9d9;
  --white: rgba(255, 255, 255, 0.88);
  --serif: "Mangro", "Cormorant Garamond", "Times New Roman", serif;
  --display: "Aboreto", var(--serif);
  --ko: "Gmarket Sans", "Pretendard", "Noto Sans KR", sans-serif;
  --body: "Pretendard", "Noto Sans KR", sans-serif;
}
@font-face {
  font-family: "Mangro";
  src:
    url("/assets/fonts/Mangro.woff2") format("woff2"),
    url("/assets/fonts/Mangro.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: var(--scale);
  scroll-behavior: smooth;
}

.register{
  font-size: 14px;
}
.fregister_agree input[type="checkbox"] + label{
  padding-right: 15px;
}
@media (min-width: 2448px) {
  html {
    font-size: 10px;
  }
}

body {
  min-width: 320px;
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}
body.index {
  background: #151211;
  color: #fff;
}
body.admin {
  font-size: 14px;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
}

.page {
  position: relative;
  width: 244.8rem;
  max-width: var(--design-width);
  margin: 0 auto;
  overflow: hidden;
  background: var(--bg);
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  width: 100%;
  height: 14rem;
  padding: 0 13.7rem;
  background:
    url("../image/header_bg.png") center / cover no-repeat,
    rgba(28, 22, 21, 0.96);
}

.site-header__logo {
  display: block;
  width: 22.5rem;
  height: 3.8rem;
  overflow: hidden;
}

.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;
}

/* ── SIDE BTNS ── */
.side-btns {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 150;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  gap: 5px;
}

.side-btn {
  width: 66px;
  height: 66px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: none;
  color: #fff;
  text-decoration: none;
  transition:
    width 0.2s,
    background 0.2s;
}

.side-btn:last-child {
  border-bottom: none;
}

.side-btn img {
  width: 66px;
}
.side-btn img.topbtn{
  width: 46px;
}

.side-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
}

.side-icon-n {
  background: #03c75a;
  color: #fff;
}

.side-icon-ch {
  background: #fee500;
  color: #3c1e1e;
  font-size: 11px;
}

.side-label {
  text-align: center;
  white-space: nowrap;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.28px;
  display: none;
}

.site-header__logo img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.site-header__nav {
  display: flex;
  gap: 7.8rem;
  margin-left: 35rem;
  font-family: var(--display);
  font-size: 1.84rem;
  line-height: 3.06rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-header__utils {
  display: flex;
  align-items: center;
  gap: 6rem;
  margin-left: auto;
  font-family: var(--display);
  font-size: 1.84rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-header__utils span {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.site-header__utils img {
  width: 1.4rem;
}

/* Premium motion layer */
.motion-enhanced .hero__media,
.motion-enhanced .hero__title,
.motion-enhanced .hero__word,
.motion-enhanced .hero__tagline,
.motion-enhanced .hero__brand,
.motion-enhanced .intro__texture,
.motion-enhanced .intro__copy,
.motion-enhanced .signature-card,
.motion-enhanced .showroom > img,
.motion-enhanced .showroom__copy,
.motion-enhanced .facilities__title,
.motion-enhanced .facilities__gallery img,
.motion-enhanced .technology > img,
.motion-enhanced .technology__copy,
.motion-enhanced .treatment__arrow,
.motion-enhanced .doctor-hero__media,
.motion-enhanced .doctor-hero__name,
.motion-enhanced .doctor-hero__badge,
.motion-enhanced .brand-doctor__tag,
.motion-enhanced .brand-doctor__panel,
.motion-enhanced .event article {
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.motion-enhanced .site-header {
  will-change: background-color, transform;
}

.motion-enhanced main > section {
  position: relative;
}

.motion-enhanced .intro,
.motion-enhanced .showroom,
.motion-enhanced .technology,
.motion-enhanced .doctor-hero {
  z-index: 1;
}

.motion-enhanced .brand-doctor {
  z-index: 4;
}

.motion-enhanced .signature,
.motion-enhanced .facilities,
.motion-enhanced .treatment {
  z-index: 3;
}
.signature + .pin-spacer{
  max-height: calc( 100vh / 1.5 );
}

.motion-enhanced .brand-doctor {
  overflow: hidden;
}

.motion-enhanced .brand-doctor__brand {
  z-index: 1;
}

.motion-enhanced .brand-doctor__doctor {
  z-index: 3;
  will-change: transform;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}

/* Hero */
.hero {
  position: relative;
  height: 143.2rem;
  background: #211c1a;
  overflow: hidden;
}

.hero__media {
  position: absolute;
  left: -14.4rem;
  top: 0;
  width: 269.1rem;
  height: 150.2rem;
  background:
    radial-gradient(
      circle at 72% 46%,
      rgba(120, 77, 51, 0.35),
      transparent 34%
    ),
    linear-gradient(160deg, #51443d 0%, #28211f 48%, #100e0d 100%);
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% 44%;
  opacity: 0.82;
  filter: contrast(1.05) saturate(0.78) brightness(0.76);
}

.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18));
}

.hero__title {
  position: absolute;
  z-index: 2;
  text-transform: uppercase;
  bottom: 30px;
  left: 70px;
  width: 50vw;
}
.hero__title img{
  max-width: 1320px;
  width: 100%;
}

.hero__word {
  position: absolute;
  white-space: nowrap;
}

.hero__word--art {
  left: 14.08rem;
  top: 89.5rem;
  font-size: 29.11rem;
}

.hero__word--of {
  left: 61.93rem;
  top: 99.66rem;
  font-size: 17.5rem;
  text-transform: none;
}

.hero__word--being {
  left: 13.95rem;
  top: 113.37rem;
  font-size: 21.54rem;
  text-transform: none;
}

.hero__word--utique {
  left: 62.67rem;
  top: 111.17rem;
  font-size: 29.11rem;
}

.hero__tagline {
  position: absolute;
  z-index: 2;
  right: 17.4rem;
  top: 77.1rem;
  font-family: var(--ko);
  font-weight: 300;
  font-size: 2.94rem;
  line-height: 1.19;
  text-align: right;
  color: #fff;
}

.hero__brand {
  position: absolute;
  z-index: 2;
  left: 198.29rem;
  top: 89.47rem;
  display: grid;
  place-items: center;
  width: 29.16rem;
  height: 7.47rem;
}

.hero__brand img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__brand span {
  position: relative;
  font-family: var(--serif);
  font-size: 4.16rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white);
}

/* Intro */
.intro {
  position: relative;
  display: grid;
  place-items: center;
  height: 189rem;
  background: var(--bg);
  overflow: hidden;
}

.intro__texture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.71;
  transform-origin: center;
}

.intro__texture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro__copy {
  position: relative;
  z-index: 1;
  margin-top: -5rem;
  text-align: center;
  color: #fff;
}

.intro__copy h2 {
  font-family: var(--serif);
  font-size: 9rem;
  font-weight: 400;
  line-height: 0.85;
  letter-spacing: 0.06em;
  color: var(--white);
}

.intro__copy p {
  margin-top: 3.4rem;
  font-family: var(--ko);
  font-weight: 300;
  font-size: 2.74rem;
  line-height: 1.19;
}

/* Signature */
.signature {
  position: relative;
  padding: 0;
}

.signature::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  pointer-events: none;
}

.signature-card {
  position: relative;
  z-index: 1;
  width: 71.4rem;
  height: 153.9rem;
  margin: 0 auto;
  display: block;
}

.signature-card__meta {
  display: flex;
  justify-content: space-between;
  width: 71.4rem;
  padding-top: 0.2rem;
  font-family: var(--serif);
  font-size: 2.8rem;
  line-height: 1.19;
  letter-spacing: 0.08em;
  color: var(--white);
}

.signature-card img {
  width: 71.4rem;
  height: 90.9rem;
  margin-top: 1rem;
  object-fit: cover;
  object-position: center bottom;
}

.signature-card:nth-child(2) img {
  object-position: center;
}
.swiper-button-disabled{
  opacity: .2;
}
.signature-card__label {
  margin-top: -12.4rem;
  font-family: var(--ko);
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 0.76;
  letter-spacing: 2.2rem;
  text-align: center;
  white-space: nowrap;
  color: #fff;
}

.signature-card h3 {
  margin-top: 5.5rem;
  font-family: var(--serif);
  font-weight: 400;
  font-size: 12.28rem;
  line-height: 0.76;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
}

/* Lounge and facilities */
.showroom {
  position: relative;
  height: 162.4rem;
  overflow: hidden;
}

.showroom > img {
  width: 307.2rem;
  height: 162.4rem;
  max-width: none;
  margin-left: -31.2rem;
  object-fit: cover;
  object-position: center bottom;
}

.showroom__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.34);
}

.showroom__copy {
  position: absolute;
  top: 60.8rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.showroom__copy h2,
.technology__copy h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 9rem;
  line-height: 0.85;
  letter-spacing: 0.06em;
  color: var(--white);
}

.showroom__copy p,
.technology__copy p {
  margin-top: 3.2rem;
  font-family: var(--ko);
  font-weight: 300;
  font-size: 2.74rem;
  line-height: 1.19;
  text-align: center;
}

.showroom__copy p {
  text-align: center;
}

.facilities {
  position: relative;
  padding: 17.8rem 0 10rem;
}

.facilities__title {
  position: sticky;
  top: 18rem;
  z-index: 2;
  width: 60rem;
  margin-left: 12.2rem;
  color: var(--white);
  pointer-events: none;
  display: none;
}

.facilities__title h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 10.09rem;
  line-height: 1.19;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.facilities__title p {
  font-family: var(--serif);
  font-size: 5.63rem;
  line-height: 1.19;
  letter-spacing: 0.12em;
}

.facilities__gallery {
  display: grid;
  gap: 15.9rem;
  width: 162rem;
  margin: 9rem 0 0 42.6rem;
}

.facilities__gallery img {
  width: 162rem;
  height: 108rem;
  object-fit: cover;
}

/* Technology */
.technology {
  position: relative;
  display: flex;
  place-items: center;
  height: 162.1rem;
  overflow: hidden;
  justify-content: center;
  align-items: flex-start;
}

.technology > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.technology__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(59, 105, 116, 0.51) 15%,
    rgba(102, 102, 102, 0) 50%
  );
}

.technology__copy {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 14vw;
}

.technology__copy h2 {
  font-size: 7.8rem;
}

/* Treatment — Figma 1412:3171 */
.treatment {
  position: relative;
  height: 122.3rem;
  z-index: 10;
  isolation: isolate;
}

.treatment__swiper {
  position: absolute;
  left: 50%;
  top: 0;
  width: 93.3rem;
  height: 122.3rem;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: 1;
}

.treatment__swiper .swiper-wrapper,
.treatment__swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.treatment__card {
  position: relative;
  left: auto;
  top: auto;
  width: 93.3rem;
  height: 122.3rem;
  transform: none;
  background: rgba(177, 177, 177, 0.45);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  overflow: hidden;
}

.treatment__title {
  position: absolute;
  left: 50%;
  top: 9.98%;
  transform: translateX(-50%);
  font-family: var(--serif);
  font-weight: 400;
  font-size: 5.933rem;
  line-height: 7.704rem;
  letter-spacing: 0.29665rem;
  white-space: nowrap;
  text-align: center;
  color: #fff;
}

.treatment__desc {
  position: absolute;
  left: 50%;
  top: 17.83%;
  transform: translateX(-50%);
  width: 80rem;
  max-width: 86%;
  font-family: var(--ko);
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 3.2rem;
  letter-spacing: 0.022rem;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  word-break: keep-all;
  color: #fff;
}

.treatment__desc p {
  margin: 0;
  display: inline;
}

.treatment__desc p + p::before {
  content: " ";
}

.treatment__device-wrap {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.treatment__device-frame {
  position: absolute;
  left: 0;
  top: 30rem;
  width: 100%;
  height: 70.9rem;
  overflow: hidden;
}

.treatment__device-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: contain;
}

.treatment__handpiece {
  position: absolute;
  display: block;
  max-width: none;
}

.treatment__handpiece--1 {
  left: 32.669rem;
  top: 64.461rem;
  width: 2.7104rem;
  height: 32.5509rem;
}

.treatment__handpiece--2 {
  left: 35.348rem;
  top: 61.664rem;
  width: 1.6657rem;
  height: 8.5183rem;
}

.treatment__dots {
  position: absolute;
  left: 39.6rem;
  top: 111.9rem;
  width: 14.2rem;
  height: 0.8rem;
}

.treatment__pagination {
  position: absolute;
  left: 50% !important;
  bottom: 9.6rem !important;
  z-index: 5;
  display: flex;
  justify-content: center;
  gap: 1.85rem;
  width: auto !important;
  transform: translateX(-50%);
}

.treatment__pagination .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 !important;
  background: #fff;
  opacity: 0.12;
}

.treatment__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.treatment__arrow {
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 3.5rem;
  height: 7.1rem;
  padding: 0;
  border: 0;
  background: transparent;
  transform: translateY(-50%);
  cursor: pointer;
  pointer-events: auto;
}

.treatment__arrow img {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.treatment__arrow--prev {
  left: 57.1rem;
}

.treatment__arrow--next {
  left: 184.3rem;
}

.treatment__arrow--next img {
  transform: rotate(180deg) scaleY(-1);
}

/* Doctor Hero — Figma 1454:15 */
.doctor-hero {
  position: relative;
  height: 156.6rem;
  overflow: hidden;
  background: #141111;
  min-height: 100vh;
}

.doctor-hero__media {
  position: absolute;
  inset: 0;
  transform: rotate(180deg) scaleY(-1);
}

.doctor-hero__media img {
  position: absolute;
  top: -23.33%;
  left: -0.01%;
  width: 100.02%;
  height: 209.38%;
  max-width: none;
  object-fit: cover;
}

.doctor-hero__name {
  position: absolute;
  top: 52.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--serif);
  font-weight: 400;
  font-size: 21.437rem;
  line-height: 0.77;
  letter-spacing: -0.214rem;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  white-space: nowrap;
}

.doctor-hero__name-line {
  display: block;
}

.doctor-hero__dot {
  letter-spacing: -0.514rem;
}

.doctor-hero__badge {
  position: absolute;
  top: 88.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255, 255, 255, 0.88);
}

.doctor-hero__badge-paren {
  font-family: var(--serif);
  font-weight: 300;
  font-size: 8.57rem;
  line-height: 1.19;
  letter-spacing: 0.429rem;
  text-transform: uppercase;
}

.doctor-hero__badge-paren--right {
  transform: rotate(180deg) scaleY(-1);
}

.doctor-hero__badge-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0.2rem;
}

.doctor-hero__badge-copy p {
  margin: 0;
  font-family: var(--serif);
  font-weight: 300;
  font-style: italic;
  font-size: 2.313rem;
  line-height: 1.19;
  letter-spacing: 0.046rem;
}

.doctor-hero__badge-copy strong {
  font-family: var(--serif);
  font-weight: 300;
  font-style: italic;
  font-size: 5.117rem;
  line-height: 1.19;
  letter-spacing: 0.102rem;
}

.brand-doctor__brand,
.brand-doctor__doctor {
  position: relative;
  height: 101.9rem;
}

.brand-doctor__panels,
.brand-doctor__doctor {
  display: flex;
  justify-content: center;
}

.brand-doctor__panel {
  flex: 0 0 auto;
  height: 101.9rem;
}

.brand-doctor__panel--text,
.brand-doctor__panel--dark {
  width: 57.89rem;
}

.brand-doctor__panel--logo,
.brand-doctor__panel--portrait {
  width: 57.76rem;
}

.brand-doctor__panel--text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #252f2b;
  text-align: center;
}

.brand-doctor__panel--text h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 5.108rem;
  line-height: 0.92;
  letter-spacing: 0.613rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}

.brand-doctor__divider {
  width: 0.06rem;
  height: 1.75rem;
  margin: 3.4rem 0;
}

.brand-doctor__panel--text p {
  font-family: var(--ko);
  font-weight: 300;
  font-size: 1.7rem;
  line-height: 1.29;
  color: #fff;
}

.brand-doctor__panel--logo,
.brand-doctor__panel--portrait {
  position: relative;
  overflow: hidden;
}

.brand-doctor__panel--logo {
  background-color: #7a7a7a;
  background-image:
    radial-gradient(
      circle at 17% 32%,
      rgba(255, 255, 255, 0.14) 0,
      transparent 55%
    ),
    radial-gradient(circle at 82% 68%, rgba(0, 0, 0, 0.12) 0, transparent 50%),
    repeating-conic-gradient(
      from 0deg at 50% 50%,
      rgba(255, 255, 255, 0.03) 0deg 1deg,
      transparent 1deg 2deg
    );
}

.brand-doctor__portrait-frame {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.brand-doctor__portrait-frame img {
  position: absolute;
  top: -0.01%;
  left: -8.91%;
  width: 182.35%;
  max-width: none;
  height: 100.03%;
  object-fit: cover;
}

.brand-doctor__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24.48rem;
  height: 24.88rem;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.floating-pop {
  display: none;
}
.brand-doctor__tags {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  padding: 0 48px;
  background: transparent;
  backdrop-filter: initial;
  border-bottom: 0;
}

.brand-doctor__tag {
  position: absolute;
  top: 2.5rem;
  transform: translateX(-50%);
  font-family: var(--body);
  font-size: 1.403rem;
  line-height: 1;
  letter-spacing: 0.098rem;
  color: rgba(255, 255, 255, 0.39);
  white-space: nowrap;
}

.brand-doctor__tag--treatment {
  left: 74.42rem;
}

.brand-doctor__tag--technology {
  left: 122rem;
}

.brand-doctor__tag--balance {
  left: 148.4rem;
}

.brand-doctor__tag--skin {
  left: 174.3rem;
}

/* Event */
.event {
  min-height: 145.2rem;
  padding: 28rem 11rem 10rem;
  background: #F3EEEE;
  color: #2e2a2a;
  margin-top: 28rem;
}

.event > h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 12.28rem;
  line-height: 0.76;
  color: rgba(66, 59, 59, 0.88);
  text-transform: uppercase;
}

.event__grid {
  display: grid;
  grid-template-columns: repeat(3, 55.8rem);
  gap: 2.7rem;
  margin: -1rem 0 0 54rem;
}

.event article img {
  width: 55.8rem;
  height: 70.7rem;
  object-fit: cover;
}

.event article h3 {
  margin-top: 4.7rem;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.19;
  color: #605251;
}

.event article .event__vip {
  font-family: var(--ko);
  font-size: 2.6rem;
  line-height: 1.57;
  color: #6a7563;
}

.event article p {
  margin-top: 1.8rem;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.19;
  text-transform: uppercase;
}

/* Contact and guarantee */
.contact {
  display: grid;
  grid-template-columns: 130.3rem 114.5rem;
  min-height: 78.6rem;
}

.contact__map img {
  width: 130.3rem;
  height: 78.6rem;
  object-fit: cover;
}

.contact__info {
  padding: 9.1rem 0 0 15.4rem;
  background: var(--contact);
}

.contact__label {
  font-family: var(--ko);
  font-weight: 300;
  font-size: 3.3rem;
  line-height: 1.19;
}

.contact__hint {
  margin-top: 1.3rem;
  font-family: var(--ko);
  font-weight: 300;
  font-size: 1.7rem;
  letter-spacing: 0.03em;
}

.contact__field {
  margin-top: 3.5rem;
  font-family: var(--ko);
  font-weight: 500;
  font-size: 1.8rem;
  color: #938c8c;
}

.contact__phone {
  margin-top: 1.3rem;
  font-family: var(--ko);
  font-weight: 300;
  font-size: 6.24rem;
  line-height: 1.19;
  letter-spacing: 0.02em;
}

.contact__buttons {
  display: flex;
  gap: 2.6rem;
  margin-top: 2.6rem;
}

.contact__buttons a {
  position: relative;
  display: grid;
  place-items: center;
  width: 29.16rem;
  height: 7.47rem;
}

.contact__buttons img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.contact__buttons span {
  position: relative;
  font-family: var(--serif);
  font-size: 4.16rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}

.contact__address,
.contact__parking {
  margin-top: 1.4rem;
  font-family: var(--ko);
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 0.9;
}

.contact__parking span {
  display: inline-block;
  width: 0.1rem;
  height: 1.5rem;
  margin: 0 2.4rem;
  background: rgba(255, 255, 255, 0.6);
  vertical-align: middle;
}

.contact__note {
  margin-top: 2rem;
  font-size: 1.71rem;
  opacity: 0.66;
}

.guarantee {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 62.9rem;
  padding: 0 16rem 0 14rem;
  background: var(--guarantee);
  overflow: hidden;
}

.guarantee > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.16;
}

.guarantee__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}

.guarantee h2,
.guarantee__mark,
.guarantee__copy {
  position: relative;
  z-index: 1;
}

.guarantee h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 11.75rem;
  line-height: 0.79;
  color: var(--white);
}

.guarantee__mark {
  width: 12.6rem;
  height: 12.6rem;
}

.guarantee__mark img:first-child {
  position: absolute;
  top: 1.85rem;
  left: 1.85rem;
  width: 8.9rem;
}

.guarantee__mark img:last-child {
  width: 12.6rem;
  transform: rotate(45deg);
}

.guarantee__copy {
  text-align: right;
}

.guarantee__copy h3 {
  font-weight: 200;
  font-size: 4.53rem;
  line-height: 1.19;
}

.guarantee__copy p {
  margin-top: 2.2rem;
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 1.21;
}

/* Footer */
.footer {
  position: relative;
  height: 128.8rem;
  background: #1c1615;
  text-align: center;
  overflow: hidden;
  color: #fff;
}

.footer__logo {
  position: absolute;
  left: 50%;
  top: 20.8rem;
  transform: translateX(-50%);
  width: 113.4rem;
  height: 19.1rem;
  object-fit: fill;
}

.footer h2 {
  position: absolute;
  left: 50%;
  top: 60.2rem;
  transform: translateX(-50%);
  font-weight: 300;
  font-size: 3.81rem;
  line-height: 1.19;
  white-space: nowrap;
}

.footer__note {
  position: absolute;
  left: 50%;
  top: 84.1rem;
  transform: translateX(-50%);
  font-weight: 300;
  font-size: 2.11rem;
  line-height: 1.19;
  white-space: nowrap;
}

.footer__hours {
  position: absolute;
  left: 50%;
  top: 70.2rem;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 14rem;
}

.footer__hours div {
  display: grid;
  gap: 1.1rem;
  min-width: 12rem;
}

.footer__hours span {
  font-weight: 200;
  font-size: 2.25rem;
  line-height: 1.19;
  color: #bc9090;
}

.footer__hours strong {
  font-weight: 200;
  font-size: 2.81rem;
  line-height: 1.19;
}

.footer__divider {
  position: absolute;
  left: 50%;
  top: 62.1rem;
  transform: translateX(-50%);
  width: 217.5rem;
  height: 0.1rem;
  object-fit: fill;
  opacity: 0.75;
}

.footer__bottom {
  position: absolute;
  left: 13.7rem;
  right: 13.7rem;
  top: 104.5rem;
  height: 8rem;
}

.footer__bottom .nav {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  gap: 4.4rem;
  font-family: var(--ko);
  font-size: 2.02rem;
  line-height: 0.76;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.footer__bottom .nav a {
  color: #fff;
}

.footer__bottom p {
  position: absolute;
  right: 0;
  top: 0;
  font-family: var(--ko);
  font-weight: 300;
  font-size: 1.71rem;
  line-height: 0.76;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.footer__bottom small {
  position: absolute;
  right: 0;
  top: 3.9rem;
  font-family: var(--ko);
  font-weight: 300;
  font-size: 1.71rem;
  line-height: 0.76;
  color: rgba(255, 255, 255, 0.31);
  white-space: nowrap;
}

/* Footer — responsive */
@media (max-width: 1440px) {
  .footer {
    height: auto;
    min-height: 125rem;
    padding-bottom: 6rem;
  }

  .footer__logo {
    width: min(90rem, 78vw);
    height: auto;
  }

  .footer__divider {
    width: min(160rem, 92vw);
  }

  .footer__hours {
    gap: 8rem;
  }

  .footer__bottom {
    left: 4rem;
    right: 4rem;
  }

  .footer__bottom p {
    white-space: normal;
    max-width: 52%;
    line-height: 1.5;
    text-align: right;
  }
}

@media (max-width: 1024px) {
  .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 0;
    height: auto;
    padding: 8rem 4rem 5rem;
    gap: 0;
  }

  .footer__logo,
  .footer h2,
  .footer__note,
  .footer__hours,
  .footer__divider,
  .footer__bottom,
  .footer__bottom .nav,
  .footer__bottom p,
  .footer__bottom small {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    transform: none;
    height: auto;
  }

  .footer__logo {
    order: 1;
    width: min(68rem, 88vw);
    margin-bottom: 4.8rem;
  }

  .footer h2 {
    order: 2;
    margin-bottom: 2.4rem;
    font-size: clamp(2.8rem, 4.5vw, 3.81rem);
    white-space: normal;
  }

  .footer__divider {
    order: 3;
    width: min(90rem, 100%);
    margin: 0 0 3.2rem;
    opacity: 0.75;
  }

  .footer__hours {
    order: 4;
    flex-wrap: wrap;
    gap: 3.2rem 5rem;
    margin-bottom: 2.8rem;
  }

  .footer__hours div {
    min-width: 10rem;
  }

  .footer__hours span {
    font-size: clamp(1.8rem, 2.8vw, 2.25rem);
  }

  .footer__hours strong {
    font-size: clamp(2.2rem, 3.2vw, 2.81rem);
  }

  .footer__note {
    order: 5;
    margin-bottom: 4.8rem;
    font-size: clamp(1.6rem, 2.4vw, 2.11rem);
    white-space: normal;
    line-height: 1.5;
    padding: 0 1.6rem;
  }

  .footer__bottom {
    order: 6;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    gap: 1.6rem;
    padding-top: 3.2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .footer__bottom .nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem 3.2rem;
    font-size: clamp(1.6rem, 2.2vw, 2.02rem);
    line-height: 1.4;
  }

  .footer__bottom p {
    max-width: 100%;
    text-align: center;
    font-size: clamp(1.4rem, 2vw, 1.71rem);
    line-height: 1.65;
    white-space: normal;
    word-break: keep-all;
  }

  .footer__bottom small {
    text-align: center;
    font-size: clamp(1.3rem, 1.8vw, 1.71rem);
    line-height: 1.5;
    white-space: normal;
    color: rgba(255, 255, 255, 0.45);
  }
}
.mob-type {
  display: none;
}
@media (max-width: 768px) {
  .pc-type {
    display: none !important;
  }

  .mob-type {
    display: block !important;
  }
}
@media (max-width: 640px) {
  .footer {
    padding: 70px 20px;
  }

  .footer__logo {
    width: 280px;
    margin-bottom: 32px;
    height: 48px;
  }

  .footer h2 {
    width: 100%;
    border-top: 1px solid #544A48;
    padding-top: 32px;
    margin-bottom: 2rem;
    font-size: 20px;
  }

  .footer__divider {
    margin-bottom: 2.4rem;
    display: none;
  }

  .footer__hours {
    flex-direction: row;
    align-items: center;
    gap: 2.4rem;
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 2.4rem;
    flex-wrap: initial;
  }

  .footer__hours div {
    width: 100%;
    min-width: 0;
    text-align: center;
  }
  .footer__hours span {
    font-size: 12px;
  }
  .footer__hours strong {
    font-size: 15px;
  }

  .footer__note {
    margin-bottom: 40px;
    font-size: 12px;
    padding: 0;
  }
  .footer__bottom {
    padding-top: 40px;
    border-top: 1px solid #544A48;
  }

  .footer__note br {
    display: none;
  }

  .footer__bottom {
    gap: 0;
    padding-top: 40px;
  }

  .footer__bottom .nav {
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  .footer__bottom .nav a {
    font-size: 12px;
  }
  .footer__bottom p {
    font-size: 10px;
    line-height: 1.7;
    margin-top: 30px;
  }

  .footer__bottom > small {
    font-size: 10px;
    margin-top: 20px;
  }
}

@media (max-width: 900px) {
  .totop {
    bottom: 2.3529vw;
    right: 4vw;
    width: 2.9412vw;
    height: 2.9412vw;
    background: #796a67;
    border: none;
    align-items: center;
    justify-content: 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;
  }

  /* ── SIDE BTNS ── */
  .side-btns {
    right: 0;
    top: auto;
    bottom: auto;
    transform: translateY(0);
    flex-direction: column;
    border-radius: 1.1765vw 0 0 1.1765vw;
  }

  .side-btn {
    flex-direction: column;
    align-items: center;
    cursor: none;
    border: none;
    text-decoration: none;
    transition:
      width 0.2s,
      background 0.2s;
  }

  .side-btn:last-child {
    border-bottom: none;
  }

  .side-icon {
    width: 1.6471vw;
    height: 1.6471vw;
    border-radius: 50%;
    align-items: center;
    justify-font-size: 0.7059vw;
  }

  .side-icon-n {
    background: #03c75a;
    color: #fff;
  }

  .side-icon-ch {
    background: #fee500;
    font-size: 0.6471vw;
  }

  .side-label {
    white-space: nowrap;
    font-size: 0.8235vw;
    line-height: 1.6471vw;
    letter-spacing: 0.0165vw;
  }
}

@media (max-width: 1024px) {
  .totop {
    bottom: 3.9063vw;
    right: 6.6406vw;
    width: 4.8828vw;
    height: 4.8828vw;
    background: #796a67;
    border: none;
    align-items: center;
    justify-content: 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;
  }

  /* ── SIDE BTNS ── */
  .side-btns {
    right: 0;
    top: auto;
    bottom: 0;
    flex-direction: column;
    border-radius: 1.9531vw 0 0 1.9531vw;
  }

  .side-btn {
    flex-direction: column;
    align-items: center;
    cursor: none;
    border: none;
    text-decoration: none;
    transition:
      width 0.2s,
      background 0.2s;
  }

  .side-btn:last-child {
    border-bottom: none;
  }

  .side-icon {
    width: 2.7344vw;
    height: 2.7344vw;
    border-radius: 50%;
    align-items: center;
    justify-font-size: 1.1719vw;
  }

  .side-icon-n {
    background: #03c75a;
    color: #fff;
  }

  .side-icon-ch {
    background: #fee500;
    font-size: 1.0742vw;
  }

  .side-label {
    white-space: nowrap;
    font-size: 1.3672vw;
    line-height: 2.7344vw;
    letter-spacing: 0.0273vw;
  }
}

/**********************************************************
* 플로팅 팝업
***********************************************************/
.floating-pop,
.floating-pop2 {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.555);
}
.floating-pop.active,
.floating-pop2.active {
  display: block;
}
.floating-pop .cont,
.floating-pop2 .cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.floating-pop .box {
  background: #fff;
  border-radius: 25px;
  width: auto;
  height: auto;
  position: relative;
  border: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.floating-pop .box p {
  font-size: 17px;
  line-height: 28px;
  color: #000;
  padding-top: 36px;
}
.floating-pop .box h1 {
  font-size: 30px;
  font-weight: 500;
  color: #e94911;
}
.floating-pop .box a {
  margin: 0 auto;
  background: #e94911;
  width: 484px;
  height: 56px;
  border-radius: 5px;
  font-size: 17px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floating-pop .box .close {
  position: absolute;
  top: 50px;
  right: 45px;
  cursor: pointer;
  width: 30px;
  height: 20px;
}
.floating-pop .box .close span {
  width: 30px;
  height: 1px;
  background: #6e615e;
  position: absolute;
  right: -10px;
  top: 6px;
}
.floating-pop .box .close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(46deg);
}
.floating-pop .box .close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(315deg);
}

.floating-pop2 .box {
  background: #fff;
  text-align: center;
  width: 300px;
  height: 360px;
  padding: 0;
  position: relative;
  border: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
}
.floating-pop2 .box p {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  padding-top: 0;
}
.floating-pop2 .box p.num {
  font-size: 33px;
  font-weight: 700;
}
.floating-pop2 .box h1 {
  font-size: 30px;
  font-weight: 500;
  color: #e94911;
}
.floating-pop2 .box a {
  margin: 0 auto;
  background: #e94911;
  width: 484px;
  height: 56px;
  border-radius: 5px;
  font-size: 17px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floating-pop2 .box .close {
  position: absolute;
  top: 32px;
  right: 23px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.floating-pop2 .box .close span {
  width: 21px;
  height: 1px;
  background: #000;
  position: absolute;
  right: -10px;
  top: 6px;
}
.floating-pop2 .box .close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(46deg);
}
.floating-pop2 .box .close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(315deg);
}
.main-about-container {
  display: none;
}
@media (max-width: 900px) {
  html {
    font-size: calc(100vw / 120);
  }

  .page {
    width: 120rem;
  }

  .site-header {
    height: 9rem;
    padding: 0 4rem;
  }

  .site-header__logo {
    width: 20rem;
  }

  .site-header__nav {
    display: none;
  }

  .site-header__utils {
    font-size: 1.8rem;
    gap: 2rem;
  }

  .totop {
    bottom: 17.1429vw;
    right: 5.1429vw;
    width: 8.9286vw;
    height: 8.9286vw;
    background: #796a67;
    border: none;
    align-items: center;
    justify-content: 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;
  }

  /* ── SIDE BTNS ── */
  .side-btns {
    right: 10px;
    top: auto;
    bottom: 20px;
    flex-direction: column;
    border-radius: 3.5714vw 0 0 3.5714vw;
  }

  .side-btn {
    width: 14.2214vw;
    height: auto;
    flex-direction: column;
    align-items: center;
    cursor: none;
    border: none;
    text-decoration: none;
    transition:
      width 0.2s,
      background 0.2s;
  }

  .side-btn:last-child {
    border-bottom: none;
  }

  .side-btn img {
    width: 100%;
  }
  .side-btn img.topbtn{
    width: 44px;
  }

  .side-icon {
    width: 100%;
    border-radius: 50%;
    align-items: center;
  }

  .side-icon-n {
    background: #03c75a;
    color: #fff;
  }

  .side-icon-ch {
    background: #fee500;
    font-size: 1.9643vw;
  }

  .side-label {
    white-space: nowrap;
    font-size: 2.5vw;
    line-height: 5vw;
    letter-spacing: 0.05vw;
  }

  .side-btn .side-label {
    line-height: 1.5;
  }

  .hero {
    height: 100vh;
  }

  .hero__media {
    left: 0;
    width: 100%;
    height: 120vh;
  }

  .hero__word--art {
    left: 6rem;
    top: 58rem;
    font-size: 14rem;
  }
  .hero__title {
    bottom: 38vw;
    left: 20px;
  }

  .hero__word--of {
    left: 33rem;
    top: 64rem;
    font-size: 8rem;
  }

  .hero__word--being {
    left: 6rem;
    top: 72rem;
    font-size: 10rem;
  }

  .hero__word--utique {
    left: 29rem;
    top: 70rem;
    font-size: 14rem;
  }

  .hero__tagline {
    right: 5rem;
    top: 42rem;
    font-size: 15px;
  }

  .hero__brand {
    left: auto;
    right: 5rem;
    top: 55rem;
  }

  .showroom,
  .technology,
  .doctor-hero,
  .brand-doctor__brand,
  .brand-doctor__doctor {
    height: 85rem;
  }

  .intro {
    height: 100vh;
  }

  .intro__copy h2,
  .showroom__copy h2,
  .technology__copy h2 {
    font-size: 6rem;
  }

  .signature-card {
    width: 72rem;
    margin-top: 40px;
    height: auto;
  }
  .signature-card__meta {
    font-size: 15px;
  }
  .treatment__arrow--prev {
    left: 0;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0);
  }
  .treatment__arrow--next {
    left: auto;
    right: 0;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0);
  }
  .treatment__arrow--prev img,
  .treatment__arrow--next img {
    width: 12px;
    height: 24px;
  }

  .facilities__gallery {
    width: 96rem;
    margin-left: 12rem;
  }

  .facilities__gallery img {
    width: 96rem;
    height: 64rem;
  }

  .event__grid,
  .contact {
    grid-template-columns: 1fr;
  }

  .brand-doctor__panels,
  .brand-doctor__doctor {
    flex-direction: column;
    align-items: center;
  }

  .brand-doctor__panel--text,
  .brand-doctor__panel--dark,
  .brand-doctor__panel--logo,
  .brand-doctor__panel--portrait {
    width: 100%;
    max-width: 57.89rem;
    flex: 1;
  }
  .main-about-container a {
    width: 142px;
    height: 36px;
    display: block;
    position: absolute;
    top: 235vw;
    left: 50%;
    margin-left: -71px;
  }
  .main-about-container a img {
    width: 142px;
    height: 36px;
  }
  .brand-doctor__panel--dark {
    max-width: 100%;
  }
  .brand-doctor__doctor {
    height: auto;
  }
  .brand-doctor__panels {
    flex-direction: row;
  }
  .brand-doctor__panel--dark {
    display: none;
  }
  .event article h3 {
    font-size: 15px;
  }
  .event article p {
    font-size: 13px;
  }
  .contact__label {
    font-size: 18px;
  }
  .contact__hint,
  .contact__field,
  .contact__field {
    font-size: 12px;
  }
  .contact__address,
  .contact__parking,
  .contact__note {
    font-size: 12px;
  }
  .contact__phone {
    font-size: 34px;
  }
  .contact__buttons a {
    width: 152px;
    height: 39px;
    color: #fff;
  }
  .guarantee__copy h3 {
    font-size: 15px;
    text-align: center;
  }
  .contact__buttons span {
    font-size: 22px;
    color: #fff;
  }
  .contact__hint {
    margin-top: 6px;
  }
  .contact__field {
    margin-top: 37px;
  }
  .contact__phone {
    margin-top: 6px;
  }
  .contact__buttons {
    margin-top: 12px;
  }
  .contact__address,
  .contact__parking {
    margin-top: 6px;
  }
  .contact__address,
  .contact__parking {
    margin-top: 6px;
  }
  .contact__note {
    margin-top: 9px;
  }
  .contact__parking span {
    display: block;
    height: 5px;
    background: transparent;
    text-align: center;
  }
  .guarantee__copy p {
    font-size: 11px;
    text-align: center;
    line-height: 1.5em;
    padding-bottom: 40px;
  }
  .treatment__desc {
    height: 30px;
    line-height: 15px;
    font-size: 11px;
  }
  .intro__copy h2,
  .showroom__copy h2,
  .technology__copy h2 {
    font-size: 20px;
  }
  .showroom__copy p,
  .technology__copy p {
    font-size: 12px;
  }

  .event__grid {
    width: 80rem;
    margin: 8rem auto 0;
  }

  .event article img {
    width: 80rem;
    height: auto;
  }

  .contact__map img {
    width: 100%;
    height: 300px;
  }

  .contact__info {
    padding: 7rem;
  }

  .guarantee {
    grid-template-columns: 1fr;
    text-align: center;
  }

  /**********************************************************
	* 플로팅 팝업
	***********************************************************/
  .floating-pop,
  .floating-pop2 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.555);
  }
  .floating-pop.active,
  .floating-pop2.active {
  }
  .floating-pop .cont,
  .floating-pop2 .cont {
    flex-direction: column;
    align-items: center;
    justify-height: 100%;
  }
  .floating-pop .box {
    background: #fff;
    border: 0.1302vw solid #e0e0e0;
    flex-direction: column;
  }
  .floating-pop .box p {
    font-size: 2.2135vw;
    line-height: 3.6458vw;
    padding-top: 4.6875vw;
  }
  .floating-pop .box h1 {
    font-size: 3.9063vw;
  }
  .floating-pop .box a {
    margin: 0 auto;
    background: #e94911;
    width: 63.0208vw;
    height: 7.2917vw;
    border-radius: 0.651vw;
    font-size: 2.2135vw;
    align-items: center;
  }
  .floating-pop .box .close {
    top: 6.5104vw;
    right: 5.8594vw;
    cursor: pointer;
  }
  .floating-pop .box .close span {
    width: 2.7344vw;
    height: 0.1302vw;
    background: #000;
  }
  .floating-pop .box .close span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(46deg);
  }
  .floating-pop .box .close span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(315deg);
  }
  .contact__info {
    padding: 55px 40px;
  }
  .hero__brand {
    left: 20px;
    right: auto;
    top: auto;
    bottom: 20vw;
  }
  .hero__tagline {
    right: auto;
    top: auto;
    bottom: 29vw;
    left: 20px;
    font-size: 16px;
    text-align: left;
  }
  .intro__copy {
    padding-top: 120px;
  }
  .intro__copy h2 {
    font-size: 32px;
  }
  .intro__copy p {
    font-size: 15px;
  }
  .signature-card {
    width: calc(100% - 40px);
  }
  .signature-card img {
    width: 100%;
    height: auto;
  }
  .signature-card__meta {
    width: 100%;
  }
  .signature {
    padding-bottom: 140px;
  }
  .showroom {
    height: 100vh;
    margin-top: -2px;
  }
  .showroom__copy {
    width: 100%;
    left: 0;
    transform: translateX(0);
    box-sizing: border-box;
    padding: 0 20px;
    transform: initial !important;
  }
  .showroom > img {
    width: 100%;
    height: 100vh;
    margin-left: 0;
  }
  .intro__copy h2,
  .showroom__copy h2,
  .technology__copy h2 {
    font-size: 34px;
  }
  .showroom__copy p,
  .technology__copy p {
    font-size: 15px;
  }
  .facilities__gallery {
    display: none;
  }
  .showroom__copy a {
    display: block;
    width: 142px;
    height: 36px;
    margin: 180px auto 0 auto;
  }
  .showroom__copy a img {
    width: 142px;
    height: 36px;
  }
  .technology {
    display: none;
  }
  .treatment {
    width: 100%;
    height: auto;
    top: 0;
  }
  .treatment .technology__copy {
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 2;
    width: 100%;
  }
  .treatment .technology__copy:before {
    content: "";
    width: 1px;
    height: 9px;
    overflow: hidden;
    display: block;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 68px;
  }
  .treatment__swiper {
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    transform: translate(0, 0%) !important;
  }
  .treatment__card {
    background: rgba(177, 177, 177, 0);
    backdrop-filter: initial;
  }
  .treatment__title {
    top: 188px;
  }
  .treatment__desc {
    top: 214px;
  }
  .treatment__device-wrap {
    position: static;
  }
  .treatment__device-frame {
    position: static;
    top: 0;
    height: auto;
  }
  .treatment__device-img {
    position: static;
    height: auto;
  }
  .facilities {
    display: none;
  }
  .main-about-container {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .main-about-container img {
    width: 100%;
    float: left;
  }
  .main-about-container .brand-doctor {
    width: calc(100% - 40px);
    position: absolute;
    left: 20px;
    top: 138vw;
  }
  .brand-doctor__panel img {
    height: 100%;
    object-fit: cover;
    object-position: 15%;
  }
  .brand-doctor__tag--treatment {
    left: 0;
    position: sticky;
  }
  .brand-doctor__tag--technology,
  .brand-doctor__tag--balance {
    position: sticky;
  }
  .brand-doctor__tags {
    display: flex;
    justify-content: space-between;
    height: 20px;
    padding: 0 20px;
  }
  .brand-doctor__brand {
    height: auto;
  }
  .brand-doctor__panel--text h2 {
    font-size: 20px;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .brand-doctor__panel--text p {
    font-size: 10px;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .event__grid {
    width: 100%;
  }
  .event article img {
    width: 100%;
  }
  .motion-enhanced .event article + article {
    margin-top: 40px;
  }
  .event {
    padding: 80px 20px;
    margin-top: 0;
  }
  .guarantee {
    padding: 60px 20px 20px 20px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .nav-right> a{
    display: none;
  }
  .mob-member{
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc( 100% - 40px );
    height: 44px;
    border-radius: 12px;
    background: #9f8782;
    color: #fff;
    margin: 20px auto;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  /**********************************************************
	* 플로팅 팝업
	***********************************************************/
  .floating-pop,
  .floating-pop2 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.555);
  }
  .floating-pop.active,
  .floating-pop2.active {
  }
  .floating-pop .cont,
  .floating-pop2 .cont {
    flex-direction: column;
    align-items: center;
    justify-height: 100%;
  }
  .floating-pop .box {
    width: 80%;
    background: #fff;
    border: 0.1786vw solid #e0e0e0;
    flex-direction: column;
  }
  .floating-pop .box p {
    font-size: 3.0357vw;
    line-height: 5vw;
    padding-top: 6.4286vw;
  }
  .floating-pop .box h1 {
    font-size: 5.3571vw;
  }
  .floating-pop .box a {
    margin: 0 auto;
    background: #e94911;
    width: 100%;
    height: 10vw;
    border-radius: 0.8929vw;
    font-size: 3.0357vw;
    align-items: center;
  }
  .floating-pop .box .close {
    top: 8.9286vw;
    right: 8.0357vw;
    cursor: pointer;
  }
  .floating-pop .box .close span {
    width: 3.75vw;
    height: 0.1786vw;
    background: #000;
  }
  .floating-pop .box .close span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(46deg);
  }
  .floating-pop .box .close span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(315deg);
  }
}
