.hs-room-detail,
.hs-room-detail *,
.hs-room-detail *::before,
.hs-room-detail *::after {
  box-sizing: border-box;
}

body.hs-subpage-shell-active-rooms {
  margin: 0;
  background: #f7f8f8;
}

.hs-room-detail {
  --room-ink: #000;
  --room-muted: #828383;
  --room-subtle: #7d7d7d;
  --room-light-muted: #9fa0a0;
  --room-navy: #04143e;
  --room-line: #f0f0f0;
  --room-bg: #f7f8f8;
  background: var(--room-bg);
  color: var(--room-ink);
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
  letter-spacing: 0;
}

.hs-room-detail img {
  display: block;
  max-width: 100%;
}

.hs-room-hero {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 535px;
  overflow: hidden;
  background: #111;
}

.hs-room-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hs-room-hero__overlay {
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
}

.hs-room-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 8px;
  color: #fff;
  text-align: center;
}

.hs-room-hero h1 {
  margin: 0;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: clamp(48px, 4.17vw, 80px);
  font-weight: 400;
  line-height: 0.925;
  letter-spacing: 0;
}

.hs-room-hero p {
  margin: 28px 0 0;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: clamp(16px, 1.41vw, 27px);
  font-weight: 300;
  line-height: 0.963;
  letter-spacing: -0.81px;
}

.hs-room-lead {
  width: min(920px, calc(100% - 48px));
  margin: 0 auto;
  padding: 150px 0 0;
  text-align: center;
}

.hs-room-lead h2 {
  margin: 0;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: clamp(34px, 2.71vw, 52px);
  font-weight: 400;
  line-height: 1.397;
  letter-spacing: -1.56px;
}

.hs-room-lead p {
  width: min(720px, 100%);
  margin: 47px auto 0;
  color: var(--room-subtle);
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.42px;
}

.hs-room-overview {
  display: grid;
  grid-template-columns: minmax(0, 648px) 526px;
  gap: 121px;
  align-items: start;
  width: min(1292px, calc(100% - 96px));
  margin: 265px auto 0;
}

.hs-room-overview__copy h2 {
  margin: 0;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: clamp(24px, 1.56vw, 30px);
  font-weight: 500;
  line-height: 1.292;
  letter-spacing: 0;
}

.hs-room-overview__copy > p {
  margin: 72px 0 0;
  color: var(--room-muted);
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: -0.51px;
  white-space: nowrap;
}

.hs-room-details {
  margin-top: 48px;
}

.hs-room-details__heading {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 25px;
}

.hs-room-details__heading h3 {
  margin: 0;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: 30.05px;
  font-weight: 500;
  line-height: 38.81px;
}

.hs-room-floor-label {
  color: #000;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 38.81px;
  letter-spacing: -0.51px;
}

.hs-room-floor-label__bar {
  margin-right: 5px;
  color: #c9caca;
  font-weight: 600;
}

.hs-room-details__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(80px, 1fr));
  gap: 28px;
}

.hs-room-detail-item img {
  width: 30px;
  height: 30px;
  margin-bottom: 9px;
  object-fit: contain;
}

.hs-room-detail-item h4 {
  margin: 0 0 20px;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: 17.03px;
  font-weight: 500;
  line-height: 24.26px;
  letter-spacing: -0.51px;
}

.hs-room-detail-item p {
  margin: 0;
  color: #000;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: 14.02px;
  font-weight: 300;
  line-height: 24.26px;
  letter-spacing: -0.42px;
}

.hs-room-price {
  position: relative;
  min-height: 470px;
  padding: 48px 50px 42px 48px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(7, 24, 39, 0.03);
}

.hs-room-price__head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  margin-bottom: 9px;
}

.hs-room-price h3 {
  margin: 10px 0 0;
  color: #4c4d4f;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.84px;
}

.hs-room-price p {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  margin: 0;
  color: var(--room-navy);
}

.hs-room-price strong {
  font-family: "Inter", "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.42px;
}

.hs-room-price p span {
  margin-left: 9px;
  color: #4c4d4f;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.hs-room-price small {
  grid-column: 2;
  justify-self: end;
  margin-top: 9px;
  color: #c9caca;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.3px;
}

.hs-room-price__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 8px;
  align-items: center;
  gap: 14px;
  width: 100%;
  height: 64px;
  padding: 0;
  color: var(--room-light-muted);
  background: transparent;
  border: 0;
  border-top: 1px solid var(--room-line);
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
  cursor: pointer;
  appearance: none;
}

.hs-room-price__row:hover,
.hs-room-price__row:focus-visible {
  color: #4c4d4f;
}

.hs-room-price__row:focus-visible {
  outline: 2px solid rgba(7, 111, 101, 0.22);
  outline-offset: -2px;
}

.hs-room-price__row-label,
.hs-room-price__row-value {
  min-width: 0;
}

.hs-room-price__row-value {
  color: #4c4d4f;
  font-size: 15px;
  text-align: right;
  white-space: nowrap;
}

.hs-room-price__row i {
  width: 8px;
  height: 8px;
  border-right: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  transform: rotate(45deg) translateY(-3px);
}

.hs-room-price__date-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.hs-room-price__row[data-date-tone="saturday"] .hs-room-price__row-value {
  color: #1f64ad;
}

.hs-room-price__row[data-date-tone="rest"] .hs-room-price__row-value {
  color: #c0362c;
}

.hs-room-price__calendar {
  display: grid;
  gap: 10px;
  padding: 14px 0 16px;
  border-top: 1px solid var(--room-line);
}

.hs-room-price__calendar[hidden] {
  display: none;
}

.hs-room-price__calendar-head {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 8px;
}

.hs-room-price__calendar-head strong {
  color: #1d252b;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}

.hs-room-price__calendar-head button {
  width: 34px;
  height: 34px;
  border: 1px solid #dce4df;
  border-radius: 6px;
  background: #f8faf9;
  color: #263238;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.hs-room-price__calendar-head button:hover,
.hs-room-price__calendar-head button:focus-visible {
  border-color: #b9cbc2;
  background: #edf5f1;
}

.hs-room-price__calendar-head button:focus-visible,
.hs-room-price__calendar-day:focus-visible {
  outline: 2px solid rgba(7, 111, 101, 0.2);
  outline-offset: 2px;
}

.hs-room-price__calendar-weekdays,
.hs-room-price__calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.hs-room-price__calendar-weekdays span {
  min-width: 0;
  color: #7b858c;
  font-size: 12px;
  font-weight: 800;
  line-height: 22px;
  text-align: center;
}

.hs-room-price__calendar-weekday--saturday {
  color: #1f64ad !important;
}

.hs-room-price__calendar-weekday--rest {
  color: #c0362c !important;
}

.hs-room-price__calendar-grid {
  gap: 4px;
}

.hs-room-price__calendar-day {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 2px;
  min-width: 0;
  aspect-ratio: 1 / 1;
  min-height: 38px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: transparent;
  color: #263238;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
  cursor: pointer;
}

.hs-room-price__calendar-day:hover:not(:disabled) {
  border-color: #cfe0d8;
  background: #f4faf7;
}

.hs-room-price__calendar-day:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.hs-room-price__calendar-day span {
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.hs-room-price__calendar-day--outside {
  color: #b2bcc2;
}

.hs-room-price__calendar-day--saturday {
  color: #1f64ad;
}

.hs-room-price__calendar-day--rest {
  color: #c0362c;
}

.hs-room-price__calendar-day--today {
  border-color: #8fb6a3;
}

.hs-room-price__calendar-day--selected,
.hs-room-price__calendar-day--selected:hover:not(:disabled) {
  border-color: #04143e;
  background: #04143e;
  color: #fff;
}

.hs-room-price__menu {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  padding: 10px 0 14px;
  border-top: 1px solid var(--room-line);
}

.hs-room-price__menu[hidden] {
  display: none;
}

.hs-room-price__menu button {
  width: 100%;
  min-height: 42px;
  padding: 0 14px;
  color: #62676d;
  background: transparent;
  border: 0;
  border-radius: 4px;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  cursor: pointer;
}

.hs-room-price__menu button:hover,
.hs-room-price__menu button:focus-visible,
.hs-room-price__menu button[aria-selected="true"] {
  color: #077065;
  background: #eef9f7;
}

.hs-room-price__menu button:focus-visible {
  outline: 2px solid rgba(7, 111, 101, 0.2);
  outline-offset: 1px;
}

.hs-room-price__guest-stepper {
  display: grid;
  gap: 13px;
  padding: 14px 0 16px;
  border-top: 1px solid var(--room-line);
}

.hs-room-price__guest-stepper[hidden] {
  display: none;
}

.hs-room-price__guest-control {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 10px;
}

.hs-room-price__guest-button {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid #d6e0da;
  border-radius: 6px;
  background: #fff;
  color: #0d5d6d;
  font-family: "Inter", "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}

.hs-room-price__guest-button:hover:not(:disabled),
.hs-room-price__guest-button:focus-visible:not(:disabled) {
  border-color: #0d5d6d;
  background: #f4fbfc;
}

.hs-room-price__guest-button:focus-visible {
  outline: 2px solid rgba(7, 111, 101, 0.2);
  outline-offset: 1px;
}

.hs-room-price__guest-button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.hs-room-price__guest-count {
  min-width: 0;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid #e5ebe8;
  border-radius: 6px;
  background: #fbfcfb;
  color: #4c4d4f;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.hs-room-price__guest-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 14px;
  color: #6f767d;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}

.hs-room-price__guest-copy span {
  min-width: 0;
}

.hs-room-price__guest-copy span:last-child {
  color: #077065;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
}

.hs-room-price__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 16px;
  padding: 17px 0 2px;
  color: #6f767d;
  border-top: 1px solid var(--room-line);
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
}

.hs-room-price__meta span {
  min-width: 0;
}

.hs-room-price__meta span:last-child {
  grid-column: 1 / -1;
  color: #a4a6a9;
  font-size: 12px;
}

.hs-room-price__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  margin-top: 16px;
  color: #fff;
  background: var(--room-navy);
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  user-select: none;
}

.hs-room-price__button:hover,
.hs-room-price__button:focus-visible {
  background: #071225;
}

.hs-room-gallery {
  display: grid;
  grid-template-columns: 420px minmax(0, 962px);
  gap: 22px;
  width: min(1404px, calc(100% - 96px));
  margin: 145px auto 0;
}

.hs-room-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.hs-room-gallery__thumbs--count-8 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.hs-room-gallery__thumbs--count-9 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.hs-room-gallery__thumbs--count-10 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
  height: 484px;
}

.hs-room-gallery__thumb {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.hs-room-gallery__thumb img,
.hs-room-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hs-room-gallery__thumb.is-active {
  outline: 2px solid rgba(4, 20, 62, 0.85);
  outline-offset: -2px;
}

.hs-room-gallery__main {
  height: 484px;
  margin: 0;
  overflow: hidden;
}

.hs-room-info {
  display: grid;
  grid-template-columns: 286px minmax(0, 763px);
  gap: 123px;
  width: min(1288px, calc(100% - 96px));
  margin: 145px auto 0;
}

.hs-room-kicker {
  display: block;
  color: var(--room-subtle);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 16.37px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0.49px;
  text-transform: none;
}

.hs-room-kicker::before {
  display: block;
  width: 27px;
  height: 11px;
  margin: 0 0 15px;
  background-image: radial-gradient(circle, #9fa0a0 1.4px, transparent 1.5px);
  background-size: 6px 5px;
  content: "";
}

.hs-room-info__title h2 {
  margin: 25px 0 0;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: clamp(38px, 2.71vw, 52px);
  font-weight: 400;
  line-height: 65.04px;
  letter-spacing: -1.56px;
  white-space: nowrap;
}

.hs-room-info__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 330px));
  column-gap: 146px;
  row-gap: 80px;
  padding-top: 25px;
}

.hs-room-info-card img {
  width: 36px;
  height: 36px;
  margin-bottom: 19px;
  object-fit: contain;
}

.hs-room-info-card h3 {
  margin: 0 0 24px;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: 22.01px;
  font-weight: 500;
  line-height: 38.77px;
}

.hs-room-info-card p {
  margin: 0;
  color: var(--room-muted);
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: 14.01px;
  font-weight: 500;
  line-height: 24.23px;
  letter-spacing: -0.42px;
  white-space: nowrap;
}

.hs-room-info-card .hs-room-cctv-notice {
  color: #0b6370;
  font-weight: 900;
}

.hs-room-related {
  margin: 184px auto 0;
  padding: 82px 0 213px;
  background: #fff;
  text-align: center;
}

.hs-room-related .hs-room-kicker::before {
  margin-right: auto;
  margin-left: auto;
}

.hs-room-related .hs-room-kicker {
  font-size: 16.9px;
  line-height: 17px;
  letter-spacing: 0.51px;
}

.hs-room-related h2 {
  margin: 22px 0 92px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 2.71vw, 52px);
  font-weight: 400;
  line-height: 65.15px;
  letter-spacing: -1.56px;
}

.hs-room-related__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 634px));
  gap: 23px;
  width: min(1292px, calc(100% - 96px));
  margin: 0 auto;
  text-align: left;
}

.hs-room-card {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: inherit;
  background: #fff;
  border: 1px solid #e9e9e9;
  text-decoration: none;
}

.hs-room-card > img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.hs-room-card > span {
  display: block;
  min-height: 16px;
  margin: 33px 30px 11px;
  color: var(--room-subtle);
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.hs-room-card > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  min-width: 0;
  margin: 0 30px 29px;
}

.hs-room-card h3 {
  flex: 0 1 auto;
  min-width: 0;
  max-width: 60%;
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(28px, 1.82vw, 35px);
  font-weight: 400;
  line-height: 1.08;
  white-space: nowrap;
}

.hs-room-card p {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  color: var(--room-subtle);
  font-family: "Apple SD Gothic Neo", "Noto Sans KR", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.45;
  text-align: right;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

html[lang="ja"] .hs-room-card p {
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  .hs-room-overview,
  .hs-room-info {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .hs-room-gallery {
    grid-template-columns: 1fr;
    width: min(100% - 96px, 960px);
  }

  .hs-room-gallery__thumbs {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 120px);
    gap: 14px;
    order: 2;
  }

  .hs-room-gallery__thumbs--count-8 {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 120px);
  }

  .hs-room-gallery__thumbs--count-9 {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 120px);
  }

  .hs-room-gallery__thumbs--count-10 {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 120px);
    height: auto;
  }

  .hs-room-gallery__main {
    height: auto;
    aspect-ratio: 962 / 484;
  }

  .hs-room-related__grid {
    grid-template-columns: 1fr;
    width: min(100% - 96px, 760px);
  }

  .hs-room-card > img {
    height: auto;
    aspect-ratio: 634 / 400;
  }

  .hs-room-card > div {
    display: block;
  }

  .hs-room-card h3 {
    white-space: normal;
  }

  .hs-room-card p {
    margin-top: 16px;
  }

  .hs-room-price {
    width: min(526px, 100%);
  }

  .hs-room-info__grid {
    column-gap: 56px;
    padding-top: 0;
  }

  .hs-room-overview__copy > p,
  .hs-room-info-card p {
    white-space: normal;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hs-room-hero {
    height: 380px;
  }

  .hs-room-hero__image {
    object-position: center center;
  }

  .hs-room-hero__content {
    width: min(100% - 64px, 620px);
    padding-top: 0;
  }

  .hs-room-hero h1 {
    font-size: 46px;
    line-height: 1.05;
    letter-spacing: -0.92px;
  }

  .hs-room-hero p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.45;
    letter-spacing: -0.45px;
    word-break: keep-all;
  }

  .hs-room-lead {
    width: min(100% - 64px, 660px);
    padding-top: 96px;
  }

  .hs-room-lead h2 {
    font-size: 34px;
    line-height: 1.42;
    letter-spacing: -1.02px;
    word-break: keep-all;
  }

  .hs-room-lead p {
    width: min(100%, 560px);
    margin-top: 32px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.85;
    letter-spacing: -0.28px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }

  .hs-room-overview,
  .hs-room-gallery,
  .hs-room-info,
  .hs-room-related__grid {
    width: min(100% - 64px, 760px);
  }

  .hs-room-overview {
    margin-top: 112px;
  }

  .hs-room-overview__copy h2 {
    font-size: 28px;
    line-height: 1.42;
    letter-spacing: -0.56px;
    word-break: keep-all;
  }

  .hs-room-overview__copy > p {
    margin-top: 32px;
    font-size: 15px;
    line-height: 1.9;
    letter-spacing: -0.3px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }

  .hs-room-lead p br,
  .hs-room-overview__copy > p br,
  .hs-room-info-card p br {
    display: none;
  }

  .hs-room-details {
    margin-top: 62px;
  }

  .hs-room-details__heading {
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
    margin-bottom: 32px;
  }

  .hs-room-details__heading h3 {
    font-size: 32px;
    line-height: 1.15;
    letter-spacing: -0.96px;
  }

  .hs-room-floor-label {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -0.32px;
  }

  .hs-room-details__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px 24px;
  }

  .hs-room-detail-item img {
    width: 28px;
    height: 28px;
    margin-bottom: 12px;
  }

  .hs-room-detail-item h4 {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: -0.36px;
  }

  .hs-room-detail-item p {
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: -0.28px;
  }

  .hs-room-gallery {
    grid-template-columns: 1fr;
    margin-top: 100px;
  }

  .hs-room-gallery__thumbs {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 126px);
    gap: 14px;
    order: 2;
  }

  .hs-room-gallery__thumbs--count-8 {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 126px);
  }

  .hs-room-gallery__thumbs--count-9 {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 126px);
  }

  .hs-room-gallery__thumbs--count-10 {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 126px);
    height: auto;
  }

  .hs-room-gallery__main {
    height: auto;
    aspect-ratio: 962 / 484;
  }

  .hs-room-info {
    margin-top: 112px;
  }

  .hs-room-info__title h2 {
    font-size: 36px;
    line-height: 1.42;
    letter-spacing: -1.08px;
    white-space: normal;
  }

  .hs-room-info__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 48px;
    row-gap: 64px;
  }

  .hs-room-info-card p {
    font-size: 14px;
    line-height: 1.8;
    word-break: keep-all;
    overflow-wrap: break-word;
  }

  .hs-room-card > img {
    height: auto;
    aspect-ratio: 634 / 400;
  }

  .hs-room-card > div {
    display: block;
  }

  .hs-room-card h3 {
    white-space: normal;
  }

  .hs-room-card p {
    margin-top: 16px;
  }
}

@media (max-width: 767px) {
  .hs-room-hero {
    height: 320px;
  }

  .hs-room-hero__image {
    object-position: center center;
  }

  .hs-room-hero__content {
    width: min(100% - 40px, 420px);
    padding-top: 0;
  }

  .hs-room-hero h1 {
    font-size: 40px;
    line-height: 1.05;
    letter-spacing: -0.84px;
  }

  .hs-room-hero p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.45;
    letter-spacing: -0.45px;
    word-break: keep-all;
  }

  .hs-room-lead {
    width: min(100% - 40px, 430px);
    padding-top: 68px;
  }

  .hs-room-lead h2 {
    font-size: 28px;
    line-height: 1.45;
    letter-spacing: -0.9px;
    word-break: keep-all;
  }

  .hs-room-lead p {
    width: min(100%, 390px);
    margin-top: 24px;
    color: #747575;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.85;
    letter-spacing: -0.28px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }

  .hs-room-overview,
  .hs-room-gallery,
  .hs-room-info,
  .hs-room-related__grid {
    width: min(100% - 40px, 680px);
  }

  .hs-room-overview {
    margin-top: 76px;
  }

  .hs-room-overview__copy h2 {
    font-size: 24px;
    line-height: 1.45;
    letter-spacing: -0.52px;
    word-break: keep-all;
  }

  .hs-room-overview__copy > p {
    margin-top: 24px;
    color: #777;
    font-size: 14px;
    line-height: 1.85;
    letter-spacing: -0.3px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }

  .hs-room-lead p br,
  .hs-room-overview__copy > p br,
  .hs-room-info-card p br {
    display: none;
  }

  .hs-room-info__grid,
  .hs-room-related__grid {
    grid-template-columns: 1fr;
  }

  .hs-room-details {
    margin-top: 54px;
    padding-top: 42px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }

  .hs-room-details__heading {
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
    margin-bottom: 32px;
  }

  .hs-room-details__heading h3 {
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: -0.96px;
  }

  .hs-room-floor-label {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -0.32px;
  }

  .hs-room-details__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 20px;
  }

  .hs-room-detail-item img {
    width: 28px;
    height: 28px;
    margin-bottom: 12px;
  }

  .hs-room-detail-item h4 {
    margin-bottom: 11px;
    font-size: 17px;
    line-height: 1.35;
    letter-spacing: -0.36px;
  }

  .hs-room-detail-item p {
    font-size: 13.5px;
    line-height: 1.65;
    letter-spacing: -0.28px;
  }

  .hs-room-price {
    width: min(100%, 520px);
    min-height: auto;
    margin: 0 auto;
    padding: 40px 38px 36px;
    box-shadow: 0 16px 36px rgba(7, 24, 39, 0.04);
  }

  .hs-room-price h3 {
    margin-top: 4px;
    font-size: 24px;
    letter-spacing: -0.6px;
  }

  .hs-room-price strong {
    font-size: 42px;
  }

  .hs-room-price__row {
    height: 56px;
    font-size: 16px;
  }

  .hs-room-price__guest-copy {
    grid-template-columns: 1fr;
  }

  .hs-room-price__guest-copy span:last-child {
    text-align: left;
    white-space: normal;
  }

  .hs-room-price__button {
    height: 54px;
    margin-top: 8px;
  }

  .hs-room-gallery {
    grid-template-columns: 1fr;
    margin-top: 78px;
  }

  .hs-room-gallery__thumbs {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 96px);
    gap: 12px;
    order: 2;
  }

  .hs-room-gallery__thumbs--count-8 {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 96px);
  }

  .hs-room-gallery__thumbs--count-9 {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 96px);
  }

  .hs-room-gallery__thumbs--count-10 {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 96px);
    height: auto;
  }

  .hs-room-gallery__main {
    height: auto;
    aspect-ratio: 962 / 484;
  }

  .hs-room-info {
    gap: 34px;
    margin-top: 84px;
  }

  .hs-room-info__title {
    text-align: center;
  }

  .hs-room-info__title .hs-room-kicker::before {
    margin-right: auto;
    margin-left: auto;
  }

  .hs-room-info__title h2 {
    font-size: 30px;
    line-height: 1.38;
    letter-spacing: -0.75px;
    white-space: normal;
  }

  .hs-room-info__grid {
    row-gap: 0;
    padding-top: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }

  .hs-room-info-card {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    column-gap: 18px;
    align-items: start;
    padding: 26px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .hs-room-info-card img {
    grid-row: 1 / 3;
    width: 34px;
    height: 34px;
    margin: 3px 0 0;
  }

  .hs-room-info-card h3 {
    margin: 0 0 9px;
    font-size: 19px;
    line-height: 1.3;
    letter-spacing: -0.38px;
  }

  .hs-room-info-card p {
    color: #777;
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.7;
    word-break: keep-all;
    overflow-wrap: break-word;
  }

  .hs-room-related {
    margin-top: 96px;
    padding: 72px 0 88px;
  }

  .hs-room-related h2 {
    margin: 18px 0 48px;
    font-size: 42px;
    line-height: 1.1;
  }

  .hs-room-related__grid {
    gap: 28px;
  }

  .hs-room-card > img {
    height: auto;
    aspect-ratio: 634 / 400;
  }

  .hs-room-card > div {
    display: block;
    margin: 0 24px 26px;
  }

  .hs-room-card > span {
    min-height: 0;
    margin: 24px 24px 10px;
    font-size: 14px;
    line-height: 1.5;
  }

  .hs-room-card h3 {
    font-size: 30px;
    line-height: 1.1;
    white-space: normal;
  }

  .hs-room-card p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
}

@media (max-width: 520px) {
  .hs-room-hero {
    height: 286px;
  }

  .hs-room-hero h1 {
    font-size: 36px;
  }

  .hs-room-hero p {
    margin-top: 14px;
    font-size: 13px;
    letter-spacing: -0.36px;
  }

  .hs-room-lead {
    width: min(100% - 36px, 400px);
    padding-top: 62px;
  }

  .hs-room-lead h2 {
    font-size: 27px;
  }

  .hs-room-lead p {
    margin-top: 26px;
  }

  .hs-room-overview__copy > p {
    margin-top: 24px;
  }

  .hs-room-details {
    margin-top: 50px;
    padding-top: 36px;
  }

  .hs-room-details__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 16px;
  }

  .hs-room-price {
    padding: 34px 24px 30px;
  }

  .hs-room-price__head {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 8px;
  }

  .hs-room-price h3 {
    font-size: 22px;
  }

  .hs-room-price strong {
    font-size: 38px;
  }

  .hs-room-gallery__thumbs {
    grid-template-rows: repeat(2, 78px);
    gap: 8px;
  }

  .hs-room-gallery__thumbs--count-8 {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 78px);
  }

  .hs-room-gallery__thumbs--count-9 {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 78px);
  }

  .hs-room-gallery__thumbs--count-10 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 78px);
    height: auto;
  }

  .hs-room-price p,
  .hs-room-price small {
    justify-self: start;
  }

  .hs-room-info {
    margin-top: 78px;
  }

  .hs-room-info__grid {
    row-gap: 0;
  }

  .hs-room-info__title h2 {
    font-size: 28px;
  }

  .hs-room-info-card {
    grid-template-columns: 38px minmax(0, 1fr);
    column-gap: 14px;
    padding: 24px 0;
  }

  .hs-room-info-card img {
    width: 31px;
    height: 31px;
  }

  .hs-room-info-card h3 {
    font-size: 18px;
  }

  .hs-room-related {
    margin-top: 88px;
    padding: 64px 0 78px;
  }

  .hs-room-related h2 {
    margin-bottom: 40px;
    font-size: 38px;
  }

  .hs-room-card > span,
  .hs-room-card > div {
    margin-right: 20px;
    margin-left: 20px;
  }

  .hs-room-card h3 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .hs-room-lead,
  .hs-room-overview__copy,
  .hs-room-details,
  .hs-room-detail-item,
  .hs-room-info__title,
  .hs-room-info-card,
  .hs-room-related,
  .hs-room-card {
    text-align: center;
  }

  .hs-room-lead p,
  .hs-room-overview__copy > p,
  .hs-room-info-card p {
    margin-right: auto;
    margin-left: auto;
  }

  .hs-room-details__heading {
    justify-content: center;
    text-align: center;
  }

  .hs-room-detail-item img,
  .hs-room-info-card img {
    margin-right: auto;
    margin-left: auto;
  }

  .hs-room-price {
    text-align: center;
  }

  .hs-room-price__head {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 14px;
  }

  .hs-room-price h3 {
    margin-top: 0;
  }

  .hs-room-price p {
    justify-content: center;
    justify-self: center;
  }

  .hs-room-price small {
    grid-column: auto;
    justify-self: center;
    margin-top: 0;
  }

  .hs-room-price__button {
    text-align: center;
  }

  .hs-room-price__meta {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .hs-room-price__row {
    position: relative;
    grid-template-columns: 1fr auto 8px;
    text-align: center;
  }

  .hs-room-price__row-label {
    text-align: left;
  }

  .hs-room-price__row i {
    position: static;
  }

  .hs-room-info-card {
    display: block;
  }

  .hs-room-info-card img {
    width: 36px;
    height: 36px;
    margin-top: 0;
    margin-bottom: 16px;
  }

  .hs-room-info-card h3 {
    margin-bottom: 12px;
  }

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

  .hs-room-card > span,
  .hs-room-card > div {
    text-align: center;
  }

  .hs-room-card p {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  body.hs-subpage-shell-active-rooms {
    --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-type-caption: 13px;
    --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-rooms .hs-main-nav-bar,
  body.hs-subpage-shell-active-rooms .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-rooms .hs-main-nav-bar__inner,
  body.hs-subpage-shell-active-rooms .hs-main-nav-bar.is-sticky .hs-main-nav-bar__inner {
    background: #fff !important;
  }

  body.hs-subpage-shell-active-rooms .hs-room-hero h1,
  body.hs-subpage-shell-active-rooms .hs-room-related h2 {
    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;
  }

  html[lang="ko"] body.hs-subpage-shell-active-rooms .hs-room-hero h1,
  html[lang="ko"] body.hs-subpage-shell-active-rooms .hs-room-related h2,
  html[lang="ko"] body.hs-subpage-shell-active-rooms .hs-room-lead h2,
  html[lang="ko"] body.hs-subpage-shell-active-rooms .hs-room-overview__copy h2,
  html[lang="ko"] body.hs-subpage-shell-active-rooms .hs-room-info__title h2,
  html[lang="ko"] body.hs-subpage-shell-active-rooms .hs-room-lead p,
  html[lang="ko"] body.hs-subpage-shell-active-rooms .hs-room-overview__copy > p,
  html[lang="ko"] body.hs-subpage-shell-active-rooms .hs-room-detail-item p,
  html[lang="ko"] body.hs-subpage-shell-active-rooms .hs-room-info-card p,
  html[lang="ko"] body.hs-subpage-shell-active-rooms .hs-room-card > span,
  html[lang="ko"] body.hs-subpage-shell-active-rooms .hs-room-card p {
    word-break: keep-all !important;
    overflow-wrap: break-word !important;
  }

  body.hs-subpage-shell-active-rooms .hs-room-lead h2,
  body.hs-subpage-shell-active-rooms .hs-room-overview__copy h2,
  body.hs-subpage-shell-active-rooms .hs-room-info__title h2 {
    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-rooms .hs-room-details__heading h3,
  body.hs-subpage-shell-active-rooms .hs-room-price h3,
  body.hs-subpage-shell-active-rooms .hs-room-card h3 {
    font-size: var(--hs-mobile-type-card-title) !important;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
  }

  body.hs-subpage-shell-active-rooms .hs-room-detail-item h4,
  body.hs-subpage-shell-active-rooms .hs-room-info-card h3 {
    font-size: var(--hs-mobile-type-kicker) !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
  }

  body.hs-subpage-shell-active-rooms .hs-room-lead p,
  body.hs-subpage-shell-active-rooms .hs-room-overview__copy > p,
  body.hs-subpage-shell-active-rooms .hs-room-detail-item p,
  body.hs-subpage-shell-active-rooms .hs-room-info-card p,
  body.hs-subpage-shell-active-rooms .hs-room-card > span,
  body.hs-subpage-shell-active-rooms .hs-room-card p {
    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-rooms .hs-room-hero p,
  body.hs-subpage-shell-active-rooms .hs-room-floor-label,
  body.hs-subpage-shell-active-rooms .hs-room-price__row,
  body.hs-subpage-shell-active-rooms .hs-room-price__button,
  body.hs-subpage-shell-active-rooms .hs-room-kicker,
  body.hs-subpage-shell-active-rooms .hs-main-nav-bar__submenu,
  body.hs-subpage-shell-active-rooms .page1-footer-psd__nav a,
  body.hs-subpage-shell-active-rooms .page1-footer-psd__nav span,
  body.hs-subpage-shell-active-rooms .page1-footer-psd__info span,
  body.hs-subpage-shell-active-rooms .page1-footer-psd__info a,
  body.hs-subpage-shell-active-rooms .page1-footer-psd__legal a,
  body.hs-subpage-shell-active-rooms .page1-footer-psd__legal span,
  body.hs-subpage-shell-active-rooms .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-rooms .hs-room-lead h2 br,
  body.hs-subpage-shell-active-rooms .hs-room-lead p br,
  body.hs-subpage-shell-active-rooms .hs-room-overview__copy > p br,
  body.hs-subpage-shell-active-rooms .hs-room-info__title h2 br,
  body.hs-subpage-shell-active-rooms .hs-room-info-card p br {
    display: none !important;
  }

  body.hs-subpage-shell-active-rooms .hs-room-lead {
    width: min(100% - 42px, 420px) !important;
    padding-top: 64px !important;
  }

  body.hs-subpage-shell-active-rooms .hs-room-lead p,
  body.hs-subpage-shell-active-rooms .hs-room-overview__copy > p,
  body.hs-subpage-shell-active-rooms .hs-room-info-card p {
    max-width: min(318px, calc(100vw - 42px)) !important;
  }

  body.hs-subpage-shell-active-rooms .hs-room-overview,
  body.hs-subpage-shell-active-rooms .hs-room-gallery,
  body.hs-subpage-shell-active-rooms .hs-room-info,
  body.hs-subpage-shell-active-rooms .hs-room-related__grid {
    width: min(100% - 42px, 680px) !important;
  }

  body.hs-subpage-shell-active-rooms .hs-room-overview {
    margin-top: 70px !important;
  }

  body.hs-subpage-shell-active-rooms .hs-room-details {
    margin-top: 42px !important;
    padding-top: 34px !important;
  }

  body.hs-subpage-shell-active-rooms .hs-room-details__grid {
    gap: 26px 14px !important;
  }

  body.hs-subpage-shell-active-rooms .hs-room-gallery {
    margin-top: 66px !important;
  }

  body.hs-subpage-shell-active-rooms .hs-room-info {
    margin-top: 72px !important;
  }

  body.hs-subpage-shell-active-rooms .hs-room-info__grid {
    row-gap: 0 !important;
  }

  body.hs-subpage-shell-active-rooms .hs-room-info-card {
    padding: 22px 0 !important;
  }

  body.hs-subpage-shell-active-rooms .hs-room-related {
    margin-top: 78px !important;
    padding-top: 58px !important;
    padding-bottom: 72px !important;
  }
}
