@charset "utf-8";

:root {
  --seol-ink: #1f241f;
  --seol-muted: #687167;
  --seol-soft: #f7f7f4;
  --seol-paper: #ffffff;
  --seol-line: rgba(31, 36, 31, 0.12);
  --seol-forest: #294f42;
  --seol-coral: #b96a53;
  --seol-white: #fff;
  --seol-shadow: 0 18px 46px rgba(23, 27, 22, 0.13);
  --seol-soft-shadow: 0 10px 28px rgba(23, 27, 22, 0.09);
}

html {
  background: var(--seol-soft);
}

body {
  color: var(--seol-ink);
  background: var(--seol-soft);
  font-family: "Nanum Gothic", "Malgun Gothic", Arial, sans-serif;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
}

a:hover,
a:focus {
  text-decoration: none;
}

#hd {
  border-top: 0 !important;
}

#hd_wrapper {
  position: relative;
}

#hd_bg {
  height: 72px !important;
  background: rgba(255, 255, 255, 0.86) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

#logo {
  z-index: 110 !important;
}

#logo_img {
  max-width: 210px;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.12));
}

#rbtn {
  top: 0 !important;
  right: 0 !important;
}

#rbtn a {
  display: block;
  min-width: 0;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: 0;
  line-height: normal;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transition: none;
}

#rbtn a:before {
  content: none;
}

#rbtn a:after {
  content: none;
}

#rbtn a:hover,
#rbtn a:focus {
  background: transparent;
  color: inherit;
  box-shadow: none;
  transform: none;
}

#rbtn img {
  display: block;
}

#gnb {
  width: min(980px, calc(100% - 360px)) !important;
  margin: 0 auto !important;
  z-index: 105 !important;
}

#gnb_1dul {
  display: flex;
  justify-content: center;
  gap: 2px;
  width: 100% !important;
  padding: 14px 0 0 !important;
}

.gnb_1dli {
  width: auto !important;
  min-width: 86px;
  margin-left: 0 !important;
}

.gnb_1da,
.gnb_1da:link,
.gnb_1da:visited {
  width: auto !important;
  height: 44px !important;
  padding: 0 13px !important;
  color: #fff !important;
  border-radius: 999px;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 44px !important;
  text-shadow: none !important;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.gnb_1da.txt_black {
  color: var(--seol-ink) !important;
}

.gnb_1dli:hover .gnb_1da,
.gnb_1da:hover,
.gnb_1da:focus {
  background: rgba(49, 89, 74, 0.12) !important;
  color: var(--seol-forest) !important;
  transform: translateY(-1px);
}

.gnb_2dul {
  top: 48px !important;
  left: 50% !important;
  width: max-content !important;
  min-width: 136px;
  margin-left: 0 !important;
  padding: 8px 0 !important;
  border: 1px solid var(--seol-line) !important;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: var(--seol-shadow) !important;
  overflow: hidden;
  transform: translateX(-50%);
}

.gnb_2dli {
  border: 0 !important;
}

.gnb_2da,
.gnb_2da:link,
.gnb_2da:visited {
  padding: 8px 12px !important;
  color: var(--seol-ink) !important;
  font-size: 13px;
  line-height: 1.35 !important;
  white-space: nowrap;
}

.gnb_2da:hover,
.gnb_2da:focus {
  background: rgba(49, 89, 74, 0.08);
  color: var(--seol-forest) !important;
}

.main_youtube_dim,
.mobile_youtube_dim {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.15) 42%, rgba(0, 0, 0, 0.48)) !important;
}

.main_logo,
.mobile_main_logo {
  text-shadow: 0 14px 38px rgba(0, 0, 0, 0.45) !important;
}

#main_youtube_section .main_logo p,
#mobile_youtube_section .mobile_main_logo p {
  margin-top: 16px !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.36) !important;
}

#mobile_youtube_section .mobile_hero_copy {
  box-sizing: border-box;
  width: min(94vw, 520px) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 0 10px;
  font-size: clamp(10px, 3.2vw, 15px) !important;
  line-height: 1.75 !important;
}

#mobile_youtube_section .mobile_hero_copy span {
  display: block;
  max-width: 100%;
  white-space: nowrap;
}

.youtube_sound_btn,
.mobile_youtube_sound_btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto !important;
  min-width: 132px;
  height: 42px !important;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.62) !important;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13) !important;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 0.08em !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.22);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: background 0.2s ease, transform 0.2s ease;
}

.youtube_sound_btn:hover,
.mobile_youtube_sound_btn:hover {
  background: rgba(255, 255, 255, 0.22) !important;
  transform: translateY(-1px);
}

.sound_equalizer {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: 3px;
  width: 18px;
  height: 14px;
  opacity: 0.46;
}

.sound_equalizer i {
  display: block;
  width: 3px;
  height: 6px;
  border-radius: 2px;
  background: currentColor;
  transform-origin: center bottom;
}

.sound_equalizer i:nth-child(2) {
  height: 11px;
}

.sound_equalizer i:nth-child(3) {
  height: 8px;
}

.is-sound-on .sound_equalizer {
  opacity: 1;
}

.is-sound-on .sound_equalizer i {
  animation: seolSoundBar 0.74s ease-in-out infinite;
}

.is-sound-on .sound_equalizer i:nth-child(2) {
  animation-delay: 0.14s;
}

.is-sound-on .sound_equalizer i:nth-child(3) {
  animation-delay: 0.28s;
}

.sound_label {
  display: inline-block;
  min-width: 72px;
  text-align: left;
}

@keyframes seolSoundBar {
  0%,
  100% {
    transform: scaleY(0.42);
  }

  50% {
    transform: scaleY(1);
  }
}

.slide-bottom[style*="font-size:80px"] {
  width: auto !important;
  margin-top: 120px !important;
  padding-top: 56px !important;
  color: var(--seol-ink) !important;
  font-family: "Cinzel", "Nanum Myeongjo", serif !important;
  font-size: 56px !important;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0.02em !important;
  text-transform: uppercase;
}

.slide-bottom[style*="font-size:12px"] {
  color: var(--seol-muted) !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
  margin-top: 14px !important;
  margin-bottom: 38px !important;
}

.rooms_wrap,
.specials_wrap {
  box-sizing: border-box;
  overflow: visible !important;
  border: 1px solid rgba(31, 36, 31, 0.08);
  border-radius: 7px !important;
  padding-bottom: 20px;
  background: var(--seol-paper);
  box-shadow: 0 10px 26px rgba(23, 27, 22, 0.06);
}

.rooms_wrap {
  margin-bottom: 34px !important;
}

.specials_wrap {
  margin-bottom: 28px !important;
}

.rooms_wrap .img_wrap,
.specials_wrap .img_wrap {
  position: relative;
  border-radius: 6px 6px 0 0 !important;
  box-shadow: none;
  overflow: hidden !important;
  background: #dfe4de;
}

.rooms_wrap .img_wrap:after,
.specials_wrap .img_wrap:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.16));
  pointer-events: none;
}

.rooms_wrap img,
.specials_wrap img {
  display: block;
  border-radius: 0 !important;
  transform-origin: center;
  transition: transform 0.42s ease, filter 0.42s ease !important;
}

.rooms_wrap:hover img,
.specials_wrap:hover img {
  filter: saturate(1.04) contrast(1.03);
  transform: scale(1.045) !important;
}

.preview_bg {
  border-radius: 6px;
}

.english_title {
  top: 18px !important;
  color: var(--seol-ink) !important;
  font-family: "Nanum Myeongjo", serif !important;
  font-size: 24px !important;
  line-height: 1.24 !important;
  letter-spacing: 0 !important;
}

.english_title a {
  color: var(--seol-ink) !important;
}

.rooms_wrap .title,
.specials_wrap .title {
  color: var(--seol-muted) !important;
  line-height: 1.7 !important;
}

.rooms_wrap .title a,
.specials_wrap .title a,
.english_title span a {
  color: var(--seol-muted) !important;
}

#bottom_copy {
  min-width: 0 !important;
  border-top: 1px solid var(--seol-line) !important;
  background: #20241f !important;
  color: rgba(255, 255, 255, 0.72) !important;
}

#bottom_copy > div {
  width: min(1200px, calc(100% - 64px)) !important;
  padding: 52px 0 34px !important;
}

#bottom_copy strong,
#bottom_copy a {
  color: #fff !important;
}

#bottom_copy span,
#bottom_copy p {
  color: inherit !important;
}

#bottom_copy > div:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.left_arrow,
.right_arrow {
  opacity: 0.82;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.35));
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.left_arrow:hover,
.right_arrow:hover {
  opacity: 1;
  transform: translateY(-1px);
}

#wrapper,
#container {
  background: var(--seol-soft);
}

#main_photo_section {
  background: #000;
}

#main_photo_section:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.28));
  pointer-events: none;
}

#main_photo_slide {
  z-index: 1;
}

#fullpage #main_section #slide:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.18) 46%, rgba(0, 0, 0, 0.44));
  pointer-events: none;
}

#fullpage #main_section #slide .main_logo {
  display: flex !important;
  flex-direction: column-reverse;
  align-items: center;
  gap: 12px;
  font-size: clamp(18px, 1.5vw, 26px) !important;
  line-height: 1.25 !important;
  letter-spacing: 0.08em !important;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.52) !important;
  text-transform: uppercase;
}

#fullpage #main_section #slide .main_logo p {
  margin: 0 !important;
  color: #fff !important;
  font-family: "Nanum Myeongjo", serif !important;
  font-size: clamp(34px, 4vw, 62px) !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.58) !important;
  text-transform: none;
}

.rooms_wrap a,
.specials_wrap a {
  transition: color 0.2s ease;
}

.rooms_wrap:hover .english_title a,
.specials_wrap:hover .english_title a {
  color: var(--seol-forest) !important;
}

.rooms_wrap:hover,
.specials_wrap:hover {
  box-shadow: 0 16px 38px rgba(23, 27, 22, 0.11);
}

.tbl_wrap table,
.r_table {
  border-color: var(--seol-line) !important;
}

.tbl_head01 thead th,
.tbl_head02 thead th,
.r_th,
.r_th2 {
  background: var(--seol-forest) !important;
  color: #fff !important;
}

.btn_submit,
a.btn_b02,
button.btn02 {
  border-radius: 999px;
  background: var(--seol-forest) !important;
  color: #fff !important;
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
  border-color: var(--seol-line) !important;
}

.mobile_hd,
.mobile_hd #hd_wrapper {
  height: 62px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.mobile_hd #logo {
  top: 8px !important;
  left: 12px !important;
}

.mobile_hd #logo_img {
  height: 46px !important;
  max-width: 170px;
}

.mobile_hd #reser_btn {
  top: 12px !important;
  right: 58px !important;
  z-index: 100003 !important;
  height: 36px !important;
  padding: 0 12px !important;
  border: 1px solid rgba(31, 36, 31, 0.18) !important;
  border-radius: 4px;
  background: rgba(31, 36, 31, 0.88);
  color: #fff !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 36px !important;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(23, 27, 22, 0.18);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.mobile_hd #reser_btn i {
  margin-right: 3px;
  color: rgba(255, 255, 255, 0.74);
}

.mobile_hd #menu {
  display: flex !important;
  position: fixed !important;
  top: 10px !important;
  right: 10px !important;
  z-index: 100004 !important;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border: 1px solid rgba(31, 36, 31, 0.14);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 8px 20px rgba(23, 27, 22, 0.08);
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.mobile_hd #menu img {
  display: none !important;
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.mobile_hd #menu:hover,
.mobile_hd #menu:focus {
  border-color: rgba(31, 36, 31, 0.28);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 24px rgba(23, 27, 22, 0.13);
}

.mobile_hd .menu_btn_icon,
.mobile_hd .menu_btn_icon:before,
.mobile_hd .menu_btn_icon:after {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: #2f3430;
  transition: transform 0.22s ease, opacity 0.18s ease, top 0.22s ease;
}

.mobile_hd .menu_btn_icon {
  position: relative;
}

.mobile_hd .menu_btn_icon:before,
.mobile_hd .menu_btn_icon:after {
  position: absolute;
  left: 0;
  content: "";
}

.mobile_hd .menu_btn_icon:before {
  top: -7px;
}

.mobile_hd .menu_btn_icon:after {
  top: 7px;
}

.mobile_hd #menu.is-open .menu_btn_icon {
  background: transparent;
}

.mobile_hd #menu.is-open .menu_btn_icon:before {
  top: 0;
  transform: rotate(45deg);
}

.mobile_hd #menu.is-open .menu_btn_icon:after {
  top: 0;
  transform: rotate(-45deg);
}

.mobile_hd #gnb {
  position: fixed !important;
  top: 62px !important;
  right: 0 !important;
  left: auto !important;
  width: min(420px, 100vw) !important;
  height: calc(100vh - 62px) !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-y: auto !important;
  background: rgba(255, 255, 255, 0.97) !important;
  box-shadow: -22px 0 46px rgba(23, 27, 22, 0.18);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.mobile_hd #gnb_1dul {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
}

.mobile_hd .gnb_1dli {
  float: none !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  text-align: left !important;
}

.mobile_hd .gnb_1da {
  display: block !important;
  width: auto !important;
  height: auto !important;
  padding: 16px 20px !important;
  border-radius: 0 !important;
  border-top: 1px solid rgba(31, 36, 31, 0.08) !important;
  color: #20342c !important;
  font-size: 15px !important;
  font-weight: 800;
  line-height: 1.35 !important;
  text-shadow: none !important;
}

.mobile_hd .gnb_2dul {
  position: static !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  transform: none !important;
  background: rgba(31, 36, 31, 0.035) !important;
  box-shadow: none !important;
}

.mobile_hd .gnb_2da,
.mobile_hd .gnb_2da:link,
.mobile_hd .gnb_2da:visited {
  display: block !important;
  padding: 12px 28px !important;
  border-top: 1px solid rgba(31, 36, 31, 0.06);
  color: #3e4a43 !important;
  font-size: 13px;
  line-height: 1.35 !important;
  white-space: normal;
}

.mobile_hd .gnb_1da:hover,
.mobile_hd .gnb_1da:focus,
.mobile_hd .gnb_2da:hover,
.mobile_hd .gnb_2da:focus {
  background: #31594a !important;
  color: #fff !important;
}

.mobile_hd .gnb_2da:hover span,
.mobile_hd .gnb_2da:focus span {
  border-color: rgba(255, 255, 255, 0.7) !important;
}

.mobile_hd #gnb_close {
  width: 100%;
  padding: 14px 0 !important;
  border: 0;
  background: #20342c !important;
  color: #fff !important;
}

.seol_mobile_theme body,
.seol_mobile_theme #wrapper,
.seol_mobile_theme #container {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  overflow-x: hidden;
}

.seol_mobile_theme #hd,
.seol_mobile_theme .mobile_hd,
.seol_mobile_theme .mobile_hd #hd_wrapper {
  left: 0 !important;
  right: 0 !important;
  width: 100vw !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
}

.seol_mobile_theme .mobile_hd #menu {
  left: auto !important;
  right: 10px !important;
}

.seol_mobile_theme .mobile_hd #reser_btn {
  left: auto !important;
  right: 58px !important;
}

.seol_mobile_theme .mobile_hd #gnb {
  display: none;
  box-sizing: border-box;
  left: auto !important;
  right: 0 !important;
  width: min(420px, 100vw) !important;
  min-width: 0 !important;
  max-width: 100vw !important;
}

.seol_mobile_theme .mobile_hd #gnb_1dul,
.seol_mobile_theme .mobile_hd .gnb_1dli,
.seol_mobile_theme .mobile_hd .gnb_2dul,
.seol_mobile_theme .mobile_hd .gnb_2dli {
  box-sizing: border-box;
  display: block !important;
  float: none !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  margin-left: 0 !important;
  text-align: left !important;
}

.seol_mobile_theme .mobile_hd .gnb_2dul {
  position: static !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
}

.seol_mobile_theme .rooms_wrap,
.seol_mobile_theme .specials_wrap {
  width: calc(50% - 10px) !important;
  float: left !important;
  margin: 0 5px 28px !important;
  padding-bottom: 16px;
  background: #fff;
}

.seol_mobile_theme .rooms_wrap .img_wrap,
.seol_mobile_theme .specials_wrap .img_wrap {
  border-radius: 6px !important;
  box-shadow: 0 14px 34px rgba(23, 27, 22, 0.12);
}

@media (max-width: 479px) {
  .seol_mobile_theme .rooms_wrap,
  .seol_mobile_theme .specials_wrap {
    width: calc(100% - 32px) !important;
    float: none !important;
    margin: 0 auto 24px !important;
  }
}

@media (min-width: 901px) {
  #hd {
    min-width: 1100px;
  }

  #logo {
    left: 24px !important;
  }

  .rooms_wrap,
  .specials_wrap {
    transition: transform 0.24s ease;
  }

  .rooms_wrap:hover,
  .specials_wrap:hover {
    transform: translateY(-4px);
  }

  #bottom_copy {
    font-size: 13px;
    line-height: 1.9 !important;
  }
}

@media (max-width: 900px) {
  body {
    background: #fff;
  }

  #hd,
  #hd_wrapper {
    height: 62px !important;
    background: rgba(255, 255, 255, 0.92) !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }

  #logo {
    top: 8px !important;
    left: 12px !important;
  }

  #logo_img {
    height: 46px !important;
    max-width: 170px;
  }

  #reser_btn {
    top: 12px !important;
    right: 54px !important;
    height: 36px !important;
    padding: 0 12px !important;
    border: 1px solid rgba(31, 36, 31, 0.18) !important;
    border-radius: 4px;
    background: rgba(31, 36, 31, 0.88);
    color: #fff !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 36px !important;
    white-space: nowrap;
    box-shadow: 0 10px 22px rgba(23, 27, 22, 0.18);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }

  #reser_btn i {
    margin-right: 3px;
    color: rgba(255, 255, 255, 0.74);
  }

  #menu {
    top: 13px !important;
    right: 10px !important;
  }

  #menu img {
    width: 34px;
    height: 34px;
    object-fit: contain;
  }

  #gnb {
    top: 62px !important;
    height: calc(100vh - 62px) !important;
    background: rgba(255, 255, 255, 0.97) !important;
  }

  .gnb_1da {
    padding: 16px 20px !important;
    border-top: 1px solid rgba(31, 36, 31, 0.08) !important;
    color: #20342c !important;
    font-size: 15px;
  }

  .gnb_2dul {
    background: rgba(31, 36, 31, 0.035) !important;
  }

  .gnb_2da {
    padding: 12px 28px !important;
    color: #3e4a43 !important;
  }

  .mobile_main_logo p {
    width: min(94vw, 520px) !important;
    margin: 14px auto 0 !important;
    font-size: clamp(10px, 3.2vw, 15px) !important;
  }

  .mobile_youtube_sound_btn {
    min-width: 124px;
    height: 40px !important;
    margin-top: 16px !important;
  }

  .slide-bottom[style*="font-size:80px"] {
    width: 100% !important;
    margin-top: 48px !important;
    padding-top: 26px !important;
    font-size: 34px !important;
  }

  .slide-bottom[style*="font-size:12px"] {
    width: min(86vw, 360px);
    margin: 12px auto 24px !important;
    font-size: 12px !important;
  }

  .rooms_wrap,
  .specials_wrap {
    width: calc(50% - 10px) !important;
    float: left !important;
    margin: 0 5px 28px !important;
    padding-bottom: 16px;
    background: #fff;
  }

  .rooms_wrap .img_wrap,
  .specials_wrap .img_wrap {
    border-radius: 6px !important;
    box-shadow: 0 14px 34px rgba(23, 27, 22, 0.12);
  }

  .english_title {
    top: 14px !important;
    font-size: 21px !important;
  }

  .english_title span,
  .english_title span a {
    font-size: 13px !important;
  }

  #bottom_copy,
  body > div[style*="background:#ededed"] {
    background: #20241f !important;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 12px;
    line-height: 1.75 !important;
  }

  body > div[style*="background:#ededed"] a,
  body > div[style*="background:#ededed"] strong {
    color: #fff !important;
  }

  div[style*="width:90%"] {
    width: calc(100% - 32px) !important;
  }

  p[style*="font-size:36px"] {
    margin: 44px 0 22px !important;
    color: var(--seol-ink) !important;
    font-family: "Nanum Myeongjo", serif !important;
    font-size: 30px !important;
    line-height: 1.25 !important;
  }

  p[style*="font-size:36px"] span {
    border-bottom: 1px solid var(--seol-forest) !important;
    padding-bottom: 8px;
  }

  table[width="97%"] {
    width: 100% !important;
    border-collapse: separate;
    border-spacing: 0;
  }

  table[width="97%"] td {
    color: var(--seol-muted);
    font-size: 13px;
    line-height: 1.75 !important;
  }

  table[width="97%"] td strong {
    color: var(--seol-ink);
    font-family: "Nanum Myeongjo", serif;
    font-size: 20px !important;
    line-height: 1.35;
  }

  table[width="97%"] img,
  .special_preview_img img {
    border: 0 !important;
    border-radius: 6px;
    box-shadow: 0 12px 28px rgba(23, 27, 22, 0.11);
  }

  .special_preview_img {
    width: calc(50% - 8px) !important;
    margin: 0 4px 24px !important;
    margin-bottom: 24px !important;
    color: var(--seol-ink);
    font-weight: 700 !important;
  }

  .special_preview_img p {
    margin-top: 10px !important;
    line-height: 1.45 !important;
  }

  @media (max-width: 479px) {
    .rooms_wrap,
    .specials_wrap {
      width: calc(100% - 32px) !important;
      float: none !important;
      margin: 0 auto 24px !important;
    }

    .special_preview_img {
      float: none !important;
      width: 100% !important;
      margin: 0 0 22px !important;
    }
  }
}
