:root {
  --moon-navy: #04143E;
  --moon-ink: #000000;
  --moon-white: #FFFFFF;
  --moon-muted: #7D7D7D;
  --moon-muted-2: #828383;
  --moon-soft: #F4F5F6;
  --moon-line: #E2E5E8;
  --moon-font-kr: "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
  --moon-font-en: "Playfair Display", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--moon-ink);
  background: #fff;
  font-family: var(--moon-font-kr);
  letter-spacing: 0;
  word-break: keep-all;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

.hs-moon {
  overflow: hidden;
  background: #fff;
  padding-bottom: 195px;
}

.hs-moon-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 535px;
  color: var(--moon-white);
  text-align: center;
  background: var(--moon-navy);
}

.hs-moon-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
}

.hs-moon-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hs-moon-hero__inner {
  position: relative;
  z-index: 2;
  padding: 26px 24px 0;
}

.hs-moon-hero__title {
  margin: 0 0 35px;
  font-family: var(--moon-font-kr);
  font-size: clamp(54px, 4.17vw, 80px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: var(--moon-white);
}

.hs-moon-hero__breadcrumb {
  margin: 0;
  font-size: clamp(18px, 1.41vw, 27px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.81px;
  color: var(--moon-white);
}

.hs-moon-intro {
  width: min(1240px, calc(100vw - 80px));
  margin: 0 auto;
  padding: 160px 0 168px;
  text-align: center;
}

.hs-moon-intro__title {
  max-width: 760px;
  margin: 0 auto 61px;
  color: var(--moon-ink);
  font-family: var(--moon-font-kr);
  font-size: clamp(38px, 2.71vw, 52px);
  font-weight: 400;
  line-height: clamp(56px, 3.78vw, 72.65px);
  letter-spacing: -1.56px;
  text-wrap: balance;
}

.hs-moon-intro__title span {
  white-space: nowrap;
}

.hs-moon-intro__copy {
  max-width: 930px;
  margin: 0 auto;
  color: var(--moon-muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.42px;
  text-wrap: pretty;
}

.hs-moon-gallery {
  position: relative;
  display: grid;
  grid-template-columns: 22.1354fr 11.1458fr 33.6458fr 10.8333fr 22.2397fr;
  align-items: center;
  isolation: isolate;
  gap: 0;
  width: min(1920px, 100vw);
  margin: 0 auto;
  padding-bottom: 40px;
}

.hs-moon-gallery__marquee {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  color: var(--moon-navy);
  font-family: var(--moon-font-en);
  font-size: clamp(48px, 5.33vw, 102px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  pointer-events: none;
  transform: translateY(-50%);
}

.hs-moon-gallery__marquee-track {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  white-space: nowrap;
  animation: hs-moon-marquee-left 18s linear infinite;
  will-change: transform;
}

.hs-moon-gallery__marquee-text {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding-right: 96px;
}

.hs-moon-gallery img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.hs-moon-gallery__side {
  grid-column: 1;
  z-index: 1;
  aspect-ratio: 425 / 479;
}

.hs-moon-gallery__main {
  grid-column: 3;
  z-index: 3;
  aspect-ratio: 646 / 640;
}

.hs-moon-gallery__side--right {
  grid-column: 5;
  aspect-ratio: 427 / 478;
}

@keyframes hs-moon-marquee-left {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.hs-moon-service-heading {
  width: min(1180px, calc(100vw - 80px));
  margin: 124px auto 0;
  text-align: center;
}

.hs-moon-kicker {
  display: block;
  margin-bottom: 16px;
  color: var(--moon-muted);
  font-family: var(--moon-font-en);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.48px;
}

.hs-moon-kicker::before {
  display: block;
  width: 30px;
  height: 11px;
  margin: 0 0 17px;
  background-image: radial-gradient(circle, var(--moon-muted) 1.1px, transparent 1.2px);
  background-position: 0 0;
  background-size: 5px 5px;
  content: "";
  opacity: 0.7;
}

.hs-moon-service-heading .hs-moon-kicker::before {
  margin-right: auto;
  margin-left: auto;
}

.hs-moon-service-heading__title {
  margin: 0;
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
  color: var(--moon-ink);
  font-family: var(--moon-font-kr);
  font-size: clamp(38px, 2.71vw, 52px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -1.56px;
  text-wrap: balance;
}

.hs-moon-service-heading__title span,
.hs-moon-feature__title span {
  white-space: nowrap;
}

.hs-moon-service-grid {
  display: grid;
  grid-template-columns: minmax(0, 322px) minmax(0, 332px) minmax(0, 348px);
  justify-content: space-between;
  width: min(1323px, calc(100vw - 96px));
  margin: 118px auto 0;
  transform: translateX(-12px);
}

.hs-moon-service {
  text-align: center;
}

.hs-moon-service__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 34px;
}

.hs-moon-service__icon img {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.hs-moon-service__title {
  margin: 0 0 32px;
  color: var(--moon-ink);
  font-family: var(--moon-font-kr);
  font-size: 30px;
  font-weight: 500;
  line-height: 38.75px;
  text-wrap: balance;
}

.hs-moon-service__lead {
  min-height: 42px;
  margin: 0 0 27px;
  color: var(--moon-ink);
  font-size: 17px;
  font-weight: 500;
  line-height: 24.22px;
  letter-spacing: -0.51px;
  text-wrap: balance;
}

.hs-moon-service__copy {
  max-width: 100%;
  margin: 0;
  color: var(--moon-muted-2);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.42px;
  text-wrap: pretty;
}

.hs-moon-service__copy-em {
  color: var(--moon-ink);
  font-weight: 500;
}

.hs-moon-copy-line {
  display: inline;
}

.hs-moon-copy-gap {
  display: none;
}

@media (min-width: 641px) {
  .hs-moon-copy-line {
    white-space: nowrap;
  }

  .hs-moon-copy-gap {
    display: block;
    height: 24px;
  }
}

html:not([lang="ko"]) .hs-moon-copy-line {
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
}

html:not([lang="ko"]) .hs-moon-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(48px, 5.2vw, 92px);
  transform: none;
}

html:not([lang="ko"]) .hs-moon-service,
html:not([lang="ko"]) .hs-moon-feature__body {
  min-width: 0;
}

html:not([lang="ko"]) .hs-moon-service__lead,
html:not([lang="ko"]) .hs-moon-service__copy,
html:not([lang="ko"]) .hs-moon-feature__copy,
html:not([lang="ko"]) .hs-moon-intro__copy {
  word-break: normal;
  overflow-wrap: break-word;
}

html:not([lang="ko"]) .hs-moon-service__lead,
html:not([lang="ko"]) .hs-moon-service__copy {
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
}

.hs-moon-feature {
  display: grid;
  grid-template-columns: 51.0417fr 7.3958fr 25fr 16.5625fr;
  align-items: start;
  gap: 0;
  width: min(1920px, 100vw);
  margin: 141px auto 0;
}

.hs-moon-feature--reverse {
  grid-template-columns: 11.4583fr 25fr 14.2708fr 49.2709fr;
  width: min(1920px, 100vw);
  margin-top: 78px;
}

.hs-moon-feature__image {
  grid-column: 1;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 980 / 698;
  object-fit: cover;
  object-position: center;
}

.hs-moon-feature--reverse .hs-moon-feature__image {
  grid-column: 4;
  aspect-ratio: 946 / 685;
}

.hs-moon-feature__body {
  grid-column: 3;
  min-width: 0;
  padding-top: clamp(72px, 5.47vw, 105px);
}

.hs-moon-feature--reverse .hs-moon-feature__body {
  grid-column: 2;
  padding-top: clamp(72px, 5.36vw, 103px);
}

.hs-moon-feature .hs-moon-kicker {
  margin-bottom: 13px;
}

.hs-moon-feature__title {
  margin: 0;
  color: var(--moon-ink);
  font-family: var(--moon-font-kr);
  font-size: clamp(38px, 2.71vw, 52px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -1.56px;
  text-wrap: balance;
}

.hs-moon-feature__copy {
  margin: 184px 0 0;
  color: var(--moon-muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.42px;
  text-wrap: pretty;
}

@media (max-width: 1280px) {
  .hs-moon-gallery {
    width: 100vw;
  }

  .hs-moon-feature,
  .hs-moon-feature--reverse {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    width: min(1100px, calc(100vw - 64px));
  }

  .hs-moon-feature__image,
  .hs-moon-feature--reverse .hs-moon-feature__body {
    grid-column: 1;
  }

  .hs-moon-feature__body,
  .hs-moon-feature--reverse .hs-moon-feature__image {
    grid-column: 2;
  }

  .hs-moon-feature__body,
  .hs-moon-feature--reverse .hs-moon-feature__body {
    padding-top: 0;
  }
}

@media (max-width: 1024px) {
  .hs-moon-hero {
    min-height: 420px;
  }

  .hs-moon-intro,
  .hs-moon-service-heading,
  .hs-moon-service-grid,
  .hs-moon-feature,
  .hs-moon-feature--reverse {
    width: min(720px, calc(100vw - 48px));
  }

  .hs-moon-intro {
    padding: 96px 0 88px;
  }

  .hs-moon-gallery {
    grid-template-columns: 1fr;
    width: min(720px, calc(100vw - 48px));
    gap: 28px;
    padding-bottom: 0;
  }

  .hs-moon-gallery__side,
  .hs-moon-gallery__main,
  .hs-moon-gallery__side--right {
    grid-column: 1;
  }

  .hs-moon-gallery__marquee {
    top: 48%;
    font-size: clamp(38px, 9vw, 72px);
  }

  .hs-moon-service-heading {
    margin-top: 92px;
  }

  .hs-moon-service-grid {
    grid-template-columns: 1fr;
    gap: 56px;
    margin-top: 76px;
    transform: none;
  }

  .hs-moon-feature,
  .hs-moon-feature--reverse {
    grid-template-columns: 1fr;
    margin-top: 96px;
  }

  .hs-moon-feature--reverse .hs-moon-feature__body {
    grid-column: 1;
    order: 2;
  }

  .hs-moon-feature--reverse .hs-moon-feature__image {
    grid-column: 1;
    order: 1;
  }

  .hs-moon-feature__image,
  .hs-moon-feature__body {
    grid-column: 1;
  }

  .hs-moon-feature__copy {
    margin-top: 40px;
  }

}

@media (max-width: 640px) {
  .hs-moon-hero {
    min-height: 360px;
  }

  .hs-moon-hero__title {
    margin-bottom: 20px;
  }

  .hs-moon-intro,
  .hs-moon-service-heading,
  .hs-moon-service-grid,
  .hs-moon-feature,
  .hs-moon-feature--reverse,
  .hs-moon-gallery {
    width: calc(100vw - 36px);
  }

  .hs-moon-intro {
    padding: 72px 0 64px;
  }

  .hs-moon-intro__title span {
    white-space: normal;
  }

  .hs-moon-service-heading__title span,
  .hs-moon-feature__title span {
    white-space: normal;
  }

  .hs-moon-gallery__marquee {
    font-size: 40px;
  }

  .hs-moon-copy-br {
    display: none;
  }

  .hs-moon-copy-line + .hs-moon-copy-line::before {
    content: " ";
  }

  .hs-moon-copy-gap + .hs-moon-copy-line::before {
    content: " ";
  }

}

@media (max-width: 767px) {
  .hs-moon,
  .hs-moon :where(
    .hs-moon-hero,
    .hs-moon-hero *,
    .hs-moon-intro,
    .hs-moon-intro *,
    .hs-moon-service-heading,
    .hs-moon-service-heading *,
    .hs-moon-service,
    .hs-moon-service *,
    .hs-moon-feature,
    .hs-moon-feature__body,
    .hs-moon-feature__body *,
    .hs-moon-kicker,
    .hs-moon-feature__title,
    .hs-moon-feature__copy
  ) {
    text-align: center;
  }

  .hs-moon-feature__body,
  .hs-moon-service,
  .hs-moon-service-heading {
    justify-items: center;
  }

  .hs-moon-feature .hs-moon-kicker::before {
    margin-right: auto;
    margin-left: auto;
  }

  .hs-moon-feature__copy,
  .hs-moon-service__copy,
  .hs-moon-service__lead,
  .hs-moon-intro__copy {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 1024px) {
  html:not([lang="ko"]) .hs-moon-service-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }
}

@media (max-width: 767px) {
  body.hs-subpage-shell-active-amenities {
    --hs-mobile-type-display: 34px;
    --hs-mobile-type-title: 28px;
    --hs-mobile-type-card-title: 22px;
    --hs-mobile-type-kicker: 17px;
    --hs-mobile-type-body: 15px;
    --hs-mobile-type-ui: 14px;
    --hs-mobile-topbar-height: 68px;
    padding-top: var(--hs-mobile-topbar-height) !important;
    font-size: var(--hs-mobile-type-body) !important;
    line-height: 1.7 !important;
  }

  body.hs-subpage-shell-active-amenities .hs-main-nav-bar,
  body.hs-subpage-shell-active-amenities .hs-main-nav-bar.is-sticky {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 100001 !important;
    width: 100vw !important;
    max-width: none !important;
    margin: 0 !important;
    background: #fff !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08) !important;
  }

  body.hs-subpage-shell-active-amenities .hs-main-nav-bar__inner,
  body.hs-subpage-shell-active-amenities .hs-main-nav-bar.is-sticky .hs-main-nav-bar__inner {
    background: #fff !important;
  }

  body.hs-subpage-shell-active-amenities .hs-moon-hero__title,
  body.hs-subpage-shell-active-amenities .hs-moon-gallery__marquee {
    max-width: min(318px, calc(100vw - 42px)) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    font-size: var(--hs-mobile-type-display) !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }

  body.hs-subpage-shell-active-amenities .hs-moon-intro__title,
  body.hs-subpage-shell-active-amenities .hs-moon-service-heading__title,
  body.hs-subpage-shell-active-amenities .hs-moon-feature__title {
    font-size: var(--hs-mobile-type-title) !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
    max-width: min(318px, calc(100vw - 42px)) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }

  body.hs-subpage-shell-active-amenities .hs-moon-intro__title span,
  body.hs-subpage-shell-active-amenities .hs-moon-service-heading__title span,
  body.hs-subpage-shell-active-amenities .hs-moon-feature__title span {
    white-space: normal !important;
  }

  html[lang="ko"] body.hs-subpage-shell-active-amenities .hs-moon-intro__title,
  html[lang="ko"] body.hs-subpage-shell-active-amenities .hs-moon-service-heading__title,
  html[lang="ko"] body.hs-subpage-shell-active-amenities .hs-moon-feature__title,
  html[lang="ko"] body.hs-subpage-shell-active-amenities .hs-moon-intro__copy,
  html[lang="ko"] body.hs-subpage-shell-active-amenities .hs-moon-service__copy,
  html[lang="ko"] body.hs-subpage-shell-active-amenities .hs-moon-feature__copy {
    word-break: keep-all !important;
    overflow-wrap: break-word !important;
  }

  body.hs-subpage-shell-active-amenities .hs-moon-service__title {
    font-size: var(--hs-mobile-type-card-title) !important;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
  }

  body.hs-subpage-shell-active-amenities .hs-moon-kicker,
  body.hs-subpage-shell-active-amenities .hs-moon-service__lead {
    font-size: var(--hs-mobile-type-kicker) !important;
    line-height: 1.4 !important;
    letter-spacing: 0 !important;
  }

  body.hs-subpage-shell-active-amenities .hs-moon-intro__copy,
  body.hs-subpage-shell-active-amenities .hs-moon-service__copy,
  body.hs-subpage-shell-active-amenities .hs-moon-feature__copy {
    max-width: min(318px, calc(100vw - 42px)) !important;
    font-size: var(--hs-mobile-type-body) !important;
    line-height: 1.7 !important;
    letter-spacing: 0 !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }

  body.hs-subpage-shell-active-amenities .hs-moon-hero__breadcrumb,
  body.hs-subpage-shell-active-amenities .hs-main-nav-bar__submenu,
  body.hs-subpage-shell-active-amenities .page1-footer-psd__nav a,
  body.hs-subpage-shell-active-amenities .page1-footer-psd__nav span,
  body.hs-subpage-shell-active-amenities .page1-footer-psd__info span,
  body.hs-subpage-shell-active-amenities .page1-footer-psd__info a,
  body.hs-subpage-shell-active-amenities .page1-footer-psd__legal a,
  body.hs-subpage-shell-active-amenities .page1-footer-psd__legal span,
  body.hs-subpage-shell-active-amenities .page1-footer-psd__copy {
    font-size: var(--hs-mobile-type-ui) !important;
    line-height: 1.4 !important;
    letter-spacing: 0 !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }

  body.hs-subpage-shell-active-amenities .hs-moon-intro,
  body.hs-subpage-shell-active-amenities .hs-moon-service-heading,
  body.hs-subpage-shell-active-amenities .hs-moon-service-grid,
  body.hs-subpage-shell-active-amenities .hs-moon-feature,
  body.hs-subpage-shell-active-amenities .hs-moon-feature--reverse,
  body.hs-subpage-shell-active-amenities .hs-moon-gallery {
    width: min(100% - 42px, 680px) !important;
  }

  body.hs-subpage-shell-active-amenities .hs-moon-intro {
    padding-top: 64px !important;
    padding-bottom: 58px !important;
  }

  body.hs-subpage-shell-active-amenities .hs-moon-service-heading {
    margin-top: 72px !important;
  }

  body.hs-subpage-shell-active-amenities .hs-moon-service-grid {
    gap: 38px !important;
    margin-top: 52px !important;
  }

  body.hs-subpage-shell-active-amenities .hs-moon-service__icon {
    margin-bottom: 18px !important;
  }

  body.hs-subpage-shell-active-amenities .hs-moon-service__title {
    margin-bottom: 14px !important;
  }

  body.hs-subpage-shell-active-amenities .hs-moon-service__lead {
    min-height: 0 !important;
    margin-bottom: 16px !important;
  }

  body.hs-subpage-shell-active-amenities .hs-moon-feature,
  body.hs-subpage-shell-active-amenities .hs-moon-feature--reverse {
    gap: 28px !important;
    margin-top: 68px !important;
  }

  body.hs-subpage-shell-active-amenities .hs-moon-feature__copy {
    margin-top: 24px !important;
  }

  body.hs-subpage-shell-active-amenities .hs-moon-intro__title br,
  body.hs-subpage-shell-active-amenities .hs-moon-service-heading__title br,
  body.hs-subpage-shell-active-amenities .hs-moon-service__lead br,
  body.hs-subpage-shell-active-amenities .hs-moon-feature__title br,
  body.hs-subpage-shell-active-amenities .hs-moon-copy-br {
    display: none !important;
  }

  body.hs-subpage-shell-active-amenities .hs-moon-intro__title span + span::before,
  body.hs-subpage-shell-active-amenities .hs-moon-service-heading__title span + span::before,
  body.hs-subpage-shell-active-amenities .hs-moon-feature__title span + span::before,
  body.hs-subpage-shell-active-amenities .hs-moon-copy-line::after {
    content: " ";
  }

  body.hs-subpage-shell-active-amenities .hs-moon-copy-gap {
    display: block !important;
    height: 16px !important;
  }
}
