@font-face {
  font-family: "Paperlogy";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2")
    format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --primary: #1f5fbf;
  --sky: #67c7e8;
  --mint: #d9f1e9;
  --violet: #4b426f;
  --navy: #28244f;
  --mine: #2a7f86;
  --yellow: #f2d34f;
  --cream: #f4ebc8;
  --coral: #e66b8b;
  --orange: #f2a032;
  --gray: #8c8fa3;
  --teal: #1f5fbf;
  --teal-2: #67c7e8;
  --gold: #f2d34f;
  --ink: #28244f;
  --muted: #8c8fa3;
  --dark: #28244f;
  --header-h: 68px;
  --lnb-h: 62px;
}
@media (min-width: 1024px) {
  :root {
    --header-h: 80px;
    --lnb-h: 66px;
  }
}
html {
  scroll-behavior: auto;
}
/* First paint: hide entrance targets in CSS so GSAP to() never rewinds on refresh. */
@media (prefers-reduced-motion: no-preference) {
  .hgf-js [data-fade],
  .hgf-js [data-stagger] > *,
  .hgf-js .page-banner__inner,
  .hgf-js .lnb-inner a,
  .hgf-js .main-visual__title,
  .hgf-js .main-visual__meta {
    opacity: 0;
  }
  .hgf-js .page-banner__img {
    transform: scale(1.06);
  }
  .hgf-js .hidden [data-fade],
  .hgf-js .hgf-later [data-fade],
  .hgf-js [data-fade].hidden,
  .hgf-js [data-fade].hgf-later,
  .hgf-js .hidden [data-stagger] > *,
  .hgf-js .hgf-later [data-stagger] > * {
    opacity: 1;
  }
}
body {
  font-family:
    "Pretendard Variable", Pretendard, "Malgun Gothic", "Apple SD Gothic Neo",
    sans-serif;
  color: var(--ink);
  background: #fff;
  word-break: keep-all;
  font-size: 16px;
  line-height: 1.6;
}
h1,
h2,
h3,
.font-point,
.sec-head__title,
.en-label,
.page-banner__inner h1,
.page-body h2,
.night-block__title,
.stand-title,
.kv-sec-title,
.about-split__info h2 {
  font-family: "Paperlogy", Pretendard, sans-serif !important;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.font-num {
  font-family: Montserrat, Pretendard, sans-serif;
}
.skip-link {
  position: absolute;
  left: -999px;
}
.skip-link:focus {
  left: 12px;
  top: 12px;
  z-index: 100;
  background: #fff;
  padding: 8px 12px;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-h);
  z-index: 50;
  overflow: visible;
  background: #fff;
  color: var(--ink);
  transition:
    background 0.3s,
    color 0.3s,
    box-shadow 0.3s;
}
.site-header.is-overlay {
  background: transparent;
  color: #fff;
}
.site-header.is-scrolled,
.site-header.is-solid {
  background: #fff;
  color: var(--ink);
  box-shadow: 0 1px 0 rgba(18, 22, 22, 0.06);
}
.header-inner {
  max-width: 1440px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}
.site-header #logo {
  float: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
  height: 100%;
}
.site-header #logo img {
  display: block;
}
@media (min-width: 1024px) {
  .header-inner {
    position: relative;
    padding: 0 32px;
  }
}
.brand img {
  height: 32px;
  width: auto;
  max-width: 180px;
}
@media (min-width: 1024px) {
  .brand img {
    height: 40px;
    max-width: 291px;
    width: 291px;
    object-fit: contain;
    object-position: left;
  }
}
.gnb {
  display: none;
  align-items: center;
  gap: 40px;
  height: 100%;
}
@media (min-width: 1024px) {
  .gnb {
    display: flex;
    gap: 72px;
    width: max-content;
  }
  .gnb > li {
    min-width: auto;
    flex: 0 0 auto;
  }
  .gnb > li > a {
    padding: 0 2px;
    white-space: nowrap;
  }
}
.gnb > li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.gnb > li > a {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}
.gnb > li > a:hover,
.gnb > li.is-on > a {
  color: var(--primary);
}
.header-inner,
.gnb-nav,
.gnb,
.gnb > li {
  overflow: visible;
}
.gnb-mega {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 20;
  background: #fff;
  border-top: 1px solid #e5e9f0;
  box-shadow: 0 16px 32px rgba(40, 36, 79, 0.1);
}
.gnb-mega::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 12px;
}
.gnb-mega__col {
  display: none;
}
.gnb-mega__col ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gnb-mega__col a {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  color: #4b426f;
  white-space: nowrap;
}
.gnb-mega__col a:hover {
  color: var(--primary);
}
@media (min-width: 1024px) {
  .gnb-nav {
    position: relative;
    left: auto;
    top: 0;
    height: 100%;
    transform: none;
    z-index: 21;
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    justify-content: center;
  }
  .gnb-mega__col {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 22;
    min-width: 100%;
    padding: 24px 32px 28px 0;
    visibility: hidden;
    pointer-events: none;
  }
  .site-header:has(.gnb-nav:hover) .gnb-mega,
  .site-header:has(.gnb:hover) .gnb-mega,
  .site-header:has(.gnb-mega:hover) .gnb-mega {
    display: block;
  }
  .site-header:has(.gnb-nav:hover) .gnb-mega__col,
  .site-header:has(.gnb:hover) .gnb-mega__col,
  .site-header:has(.gnb-mega:hover) .gnb-mega__col {
    visibility: visible;
    pointer-events: auto;
  }
  html.hgf-en .gnb {
    gap: 56px;
  }
  html.hgf-en .gnb > li:nth-child(4) .gnb-mega__col {
    padding-left: 48px;
    padding-right: 24px;
  }
  html.hgf-en .gnb > li:nth-child(4) > a,
  html.hgf-en .gnb > li:nth-child(5) > a {
    padding-left: 32px;
  }
}
.lang-switch a.is-on {
  color: var(--gold);
  font-weight: 700;
}
.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 60;
  pointer-events: none;
}
.mobile-nav.is-open {
  pointer-events: auto;
}
.mobile-nav__dim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.3s;
}
.mobile-nav.is-open .mobile-nav__dim {
  opacity: 1;
}
.mobile-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(320px, 88vw);
  height: 100%;
  background: #fff;
  color: var(--ink);
  transform: translateX(100%);
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
}
.mobile-nav.is-open .mobile-panel {
  transform: none;
}
.page-banner {
  position: relative;
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #d9f1e9 0%, #67c7e8 100%);
  overflow: hidden;
  box-sizing: border-box;
  transform: translateZ(0);
}
.page-banner:has(+ .lnb) {
  min-height: calc(240px + var(--lnb-h) - 1px);
  padding-bottom: calc(var(--lnb-h) - 1px);
}
@media (min-width: 1024px) {
  .page-banner {
    min-height: 360px;
  }
  .page-banner:has(+ .lnb) {
    min-height: calc(360px + var(--lnb-h) - 1px);
  }
}
.page-banner__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(40, 36, 79, 0.38);
}
.page-banner--news::before {
  background: radial-gradient(
    ellipse 58% 62% at 50% 48%,
    rgba(40, 36, 79, 0.56) 0%,
    rgba(40, 36, 79, 0.3) 100%
  );
}
.page-banner__inner {
  position: relative;
  text-align: center;
  color: #fff;
  padding: 40px 16px;
  text-shadow: 0 2px 16px rgba(40, 36, 79, 0.35);
}
.page-banner--news .page-banner__inner h1 {
  text-shadow:
    0 2px 18px rgba(40, 36, 79, 0.9),
    0 1px 4px rgba(0, 0, 0, 0.4);
}
.page-banner__inner h1 {
  font-size: 32px;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .page-banner__inner h1 {
    font-size: 48px;
  }
}
.lnb {
  position: relative;
  z-index: 40;
  background: transparent;
  border-bottom: 1px solid #c5cddb;
  margin-top: calc(-1 * var(--lnb-h));
}
.lnb::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background: #fff;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .lnb {
    position: sticky;
    top: var(--header-h);
    background: transparent;
    border-bottom: 0;
  }
  .lnb.is-stuck {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid #c5cddb;
    box-shadow: 0 8px 24px rgba(40, 36, 79, 0.08);
    backdrop-filter: blur(10px);
  }
}
.lnb-inner {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  gap: 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 12px 16px 0;
  align-items: flex-end;
  scrollbar-width: none;
  box-sizing: border-box;
}
.lnb-inner::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1024px) {
  .lnb-inner {
    padding: 16px 32px 0;
    justify-content: center;
    flex-wrap: nowrap;
  }
}
.lnb a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  height: 50px;
  padding: 0 24px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  border: 1px solid rgba(31, 95, 191, 0.2);
  border-bottom: 1px solid #c5cddb;
  border-radius: 10px 10px 0 0;
  background: #fff;
  color: var(--navy);
  margin: 0 0 -1px;
  opacity: 1;
  box-sizing: border-box;
}
.lnb a + a {
  margin-left: -1px;
}
.lnb-inner:has(> a:last-child:nth-child(1)) {
  width: min(100%, 280px);
}
.lnb-inner:has(> a:last-child:nth-child(2)) {
  width: min(100%, 640px);
}
.lnb-inner:has(> a:last-child:nth-child(3)) {
  width: min(100%, 840px);
}
.lnb-inner:has(> a:last-child:nth-child(-n + 3)) a {
  flex: 1 1 0;
  width: 0;
  min-width: 0;
  padding-left: 28px;
  padding-right: 28px;
}
@media (min-width: 1024px) {
  .lnb-inner:has(> a:last-child:nth-child(-n + 3)) a {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.lnb a.is-on {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  z-index: 1;
}
.lnb a:hover:not(.is-on) {
  background: #f7fbff;
  color: var(--primary);
}
.wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 1024px) {
  .wrap {
    padding: 0 0;
  }
}
.tt-grid {
  display: grid;
  grid-template-columns: 88px repeat(var(--cols, 4), minmax(160px, 1fr));
  min-width: 720px;
}
.tt-cell {
  border: 1px solid #e5e7eb;
  min-height: 64px;
  padding: 8px;
  font-size: 12px;
}
.tt-cell--slot {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tt-event {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 0;
  border-radius: 8px;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s;
}
.tt-event + .tt-event {
  margin-top: 0;
}
.tt-event:hover {
  transform: translateY(-2px);
}
.tt-event__link {
  display: block;
  width: 100%;
  color: inherit;
  text-decoration: none;
}
.tt-event__time {
  display: block;
  font-size: 12px;
  font-weight: 700;
  opacity: 1;
}
.tt-event__title {
  display: block;
  margin-top: 2px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}
.tt-event__action {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  font-weight: 500;
  opacity: 0.85;
}
.tt-event.is-on .tt-event__action {
  opacity: 1;
  font-weight: 700;
}
.tt-event__add {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin-top: 8px;
  min-height: 28px;
  padding: 4px 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: #28244f;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}
.tt-event__add i {
  font-size: 14px;
  line-height: 1;
}
.tt-event__add:hover {
  background: #fff;
}
.tt-event.is-on .tt-event__add,
.tt-event__add.is-on {
  background: #28244f;
  color: #fff;
}
.site-footer {
  background: var(--navy);
  border-top: 0;
  color: rgba(255, 255, 255, 0.6);
}
.site-footer__partners {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 24px;
}
.site-footer__partners img {
  height: 52px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
}
.site-footer__partners-kwl {
  mix-blend-mode: screen;
}
@media (min-width: 1024px) {
  .site-footer__partners {
    justify-content: flex-end;
    gap: 32px;
    flex-shrink: 0;
  }
  .site-footer__partners img {
    height: 72px;
    max-width: 180px;
  }
}
.en-label {
  font-family: Montserrat, Pretendard, sans-serif;
  letter-spacing: 0.08em;
}
.prog-card {
  position: relative;
  display: block;
  overflow: hidden;
  isolation: isolate;
  min-height: 220px;
  aspect-ratio: 4 / 3;
}
@media (min-width: 1024px) {
  .prog-card {
    min-height: 280px;
  }
}
.prog-card img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.prog-card:hover img {
  transform: scale(1.06);
}
.prog-card > div {
  z-index: 1;
}
.prog-card__plus {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 16px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: var(--yellow);
  color: #121616;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-body article:not(.board-view),
.page-body .cta-tile {
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  overflow: hidden;
}
.page-body article:not(.board-view) img,
.page-body .cta-tile img {
  transition: transform 0.6s ease;
}
.page-body article:not(.board-view):hover,
.page-body a.cta-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(31, 95, 191, 0.12);
}
.page-body article:not(.board-view):hover img,
.page-body .cta-tile:hover img {
  transform: scale(1.05);
}
.to-top {
  position: fixed;
  right: 24px;
  bottom: 96px;
  z-index: 40;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
@media (max-width: 1023px) {
  .to-top {
    right: 12px;
    bottom: 20px;
  }
}
.faq-q {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  font-family: Montserrat, Pretendard, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}
.faq-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px;
}
.faq-cats button {
  padding: 8px 16px;
  border: 1px solid var(--primary);
  border-radius: 999px;
  background: #fff;
  color: var(--primary);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
.faq-cats button.is-on {
  background: var(--primary);
  color: #fff;
}
.faq-list {
  border-top: 1px solid #e5e9f0;
}
.faq-item {
  border-bottom: 1px solid #e5e9f0;
}
.faq-item__btn {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 20px;
  align-items: start;
  gap: 8px 12px;
  width: 100%;
  padding: 16px 4px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.faq-item__btn:hover {
  background: #f3f7fd;
}
.faq-item.is-open .faq-item__btn {
  background: #f3f7fd;
}
.faq-item__cat {
  grid-column: 1;
  display: inline-flex;
  align-items: center;
  justify-self: start;
  width: max-content;
  max-width: 100%;
  padding: 4px 12px;
  border-radius: 999px;
  background: #eef4fb;
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
}
.faq-item__q {
  grid-column: 1;
  font-size: 16px;
  font-weight: 700;
  color: #121616;
  line-height: 1.45;
  word-break: keep-all;
}
.faq-item__ico {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  font-size: 20px;
  color: #8c8fa3;
}
.faq-item.is-open .faq-item__ico {
  transform: rotate(180deg);
}
.faq-item.is-open .faq-a {
  display: block;
}
.faq-a {
  display: none;
  padding: 0 0 18px;
  color: #5a6363;
  line-height: 1.7;
}
.village-prepare {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .faq-cats {
    gap: 10px;
    margin-bottom: 28px;
  }
  .faq-cats button {
    padding: 10px 22px;
    font-size: 15px;
  }
  .faq-item__btn {
    grid-template-columns: 200px minmax(0, 1fr) 24px;
    align-items: center;
    padding: 20px 12px;
  }
  .faq-item__cat {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    padding: 6px 14px;
    font-size: 13px;
  }
  .faq-item__q {
    grid-column: 2;
    grid-row: 1;
    font-size: 17px;
  }
  .faq-item__ico {
    grid-column: 3;
    grid-row: 1;
  }
  .faq-a {
    padding: 0 32px 22px 224px;
  }
}
.notice-table table {
  min-width: 640px;
}
@media (min-width: 1024px) {
  .notice-table table {
    min-width: 0;
  }
}
.notice-table a:hover {
  color: var(--primary);
}
.notice-table tbody tr {
  transition: background-color 0.2s ease;
}
.notice-table tbody tr:hover {
  background: #f4f8fd;
}
#ctt > h1,
#ctt header {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.submenu-wide {
  min-width: 420px;
  display: none;
  grid-template-columns: 1fr 1fr;
  padding: 12px;
}
.gnb > li:hover .submenu-wide {
  display: none;
}
.tbd-box {
  border: 1px dashed #cbd5e1;
  background: #f8fafc;
  border-radius: 16px;
  padding: 32px 20px;
  text-align: center;
  color: #777;
}
.need-img {
  min-height: 200px;
}
.main-visual {
  position: relative;
  overflow: hidden;
  background: #10325e;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.main-visual-swiper {
  width: 100%;
  overflow: hidden;
}
.main-visual-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.main-visual-swiper .swiper-pagination {
  z-index: 2;
}
.main-visual-swiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.45;
}
.main-visual-swiper .swiper-pagination-bullet-active {
  background: var(--gold);
  opacity: 1;
}
@media (min-width: 1024px) {
  .main-visual-swiper .swiper-pagination {
    bottom: 24px;
  }
}
.hgf-prepare img {
  display: block;
  width: 100%;
  height: auto;
}
.main-visual__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.main-visual__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 16px 40px;
}
@media (min-width: 1024px) {
  .main-visual__inner {
    padding: 64px 32px 56px;
  }
}
.main-visual__copy {
  display: inline-block;
  max-width: 36rem;
}
@media (min-width: 1024px) {
  .main-visual__copy {
    max-width: 40rem;
  }
}
.main-visual__meta {
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.55),
    0 4px 14px rgba(16, 20, 40, 0.7),
    0 0 24px rgba(16, 20, 40, 0.45);
}
@media (min-width: 1024px) {
  .main-visual__meta {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.main-visual__title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.65),
    0 6px 20px rgba(16, 20, 40, 0.75),
    0 0 32px rgba(16, 20, 40, 0.5);
}
@media (min-width: 768px) {
  .main-visual__title {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .main-visual__title {
    font-size: 48px;
  }
}
.main-visual__slogan {
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 1.45;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.6),
    0 4px 16px rgba(16, 20, 40, 0.7),
    0 0 24px rgba(16, 20, 40, 0.45);
}
@media (min-width: 1024px) {
  .main-visual__slogan {
    margin-top: 12px;
    font-size: 22px;
  }
}
.main-visual__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .main-visual__chips {
    margin-top: 20px;
  }
}
.dday {
  background: var(--yellow);
  color: var(--navy);
  font-weight: 700;
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 12px;
}
.chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: transparent;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.7),
    0 3px 10px rgba(16, 20, 40, 0.75);
  box-shadow: 0 2px 10px rgba(16, 20, 40, 0.28);
}
.partner-box {
  min-height: 72px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  font-size: 14px;
  color: #334155;
  background: #fff;
}
.partner-box img {
  display: block;
  width: auto;
  height: 40px;
  max-width: 100%;
  object-fit: contain;
}
.partner-box--text {
  background: #fff;
  border-color: #e5e7eb;
  color: var(--navy);
  font-family: "Paperlogy", Pretendard, sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.35;
  word-break: keep-all;
}
@media (min-width: 1024px) {
  .partner-box {
    min-height: 88px;
    padding: 16px 20px;
  }
  .partner-box img {
    height: 48px;
  }
}
.lang-switch a.is-on,
a[data-lang].is-on {
  color: var(--teal);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.goog-te-banner-frame,
iframe.goog-te-banner-frame,
.goog-logo-link {
  display: none !important;
}
#google_translate_element {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
body {
  top: 0 !important;
}
.user-menu__drop {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 8px;
  min-width: 120px;
  background: #fff;
  color: var(--ink);
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  padding: 8px 0;
  z-index: 60;
}
.user-menu__drop a,
.user-menu__drop button {
  display: none;
  width: 100%;
  text-align: center;
  padding: 8px 16px;
  font-size: 14px;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
}
.user-menu__drop a:hover,
.user-menu__drop button:hover {
  background: #f8fafc;
  color: var(--teal);
}
body:not(.is-logged-in) .user-menu__drop [data-auth-guest] {
  display: block;
}
body.is-logged-in .user-menu__drop [data-auth-member] {
  display: block;
}
.mobile-nav [data-auth-guest],
.mobile-nav [data-auth-member] {
  display: none;
}
body:not(.is-logged-in) .mobile-nav [data-auth-guest] {
  display: block;
}
body.is-logged-in .mobile-nav [data-auth-member] {
  display: block;
}
.mine-flow {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}
.mine-flow__inner {
  max-width: 1440px;
  margin: 0 auto;
  min-height: auto;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
@media (min-width: 1024px) {
  .mine-flow__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-height: 100px;
    padding: 0 32px;
    gap: 24px;
  }
}
.mine-flow__step {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #6b7280;
  font-size: 16px;
  font-weight: 500;
}
.mine-flow__num {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: #111317;
  color: #6b7280;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
}
.mine-flow__step.is-on {
  color: #111827;
  font-weight: 700;
}
.mine-flow__step.is-on .mine-flow__num {
  background: var(--primary);
  color: var(--yellow);
}
.mine-flow__chevron {
  display: none;
  font-size: 16px;
  color: #9ca3af;
}
@media (min-width: 1024px) {
  .mine-flow__chevron {
    display: inline-flex;
    margin-left: 8px;
  }
}
.mine-empty {
  max-width: 600px;
  margin: 0 auto;
  border: 1px solid #e5e9f0;
  border-radius: 16px;
  padding: 48px 24px;
  text-align: center;
}
.mine-empty__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #eef4fb;
  color: var(--primary);
}
.mine-empty__icon i {
  font-size: 32px;
  line-height: 1;
}
.mine-empty__title {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 700;
  color: #121616;
}
.mine-empty__desc {
  margin-top: 8px;
  font-size: 14px;
  color: #6b7280;
}
.mine-empty__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
.mine-empty__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.mine-empty__actions .mine-empty__btn {
  margin-top: 0;
}
.mine-empty__btn:hover {
  background: #174a96;
  color: #fff;
}
.mine-empty__btn--ghost {
  background: #fff;
  color: var(--primary);
  border: 1px solid var(--primary);
}
.mine-empty__btn--ghost:hover {
  background: #eef4fb;
  color: var(--primary);
}
[data-myschedule] {
  width: 100%;
}
.page-body:has([data-myschedule]) {
  min-height: 420px;
}
.page-body:has(.mine-empty) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mine-list {
  width: 100%;
}
.mine-list .sub-tabs {
  display: block;
  margin: 0 0 16px;
}
.mine-list .sub-tabs__bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  padding: 0;
  background: transparent;
  border-radius: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
}
.mine-list .sub-tabs__bar::-webkit-scrollbar {
  display: none;
}
.mine-list .sub-tabs__bar button {
  flex: 0 0 auto;
  height: 44px;
  min-height: 44px;
  min-width: 82px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: #f1f4f8;
  color: var(--navy);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  box-shadow: none;
}
.mine-list .sub-tabs__bar button:first-child {
  min-width: 58px;
}
.mine-list .sub-tabs__bar button.is-on {
  background: var(--primary);
  color: #fff;
  font-weight: 700;
  box-shadow: none;
}
@media (min-width: 1024px) {
  .mine-list .sub-tabs {
    display: flex;
    margin: 0 0 40px;
  }
  .mine-list .sub-tabs__bar {
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: max-content;
    gap: 8px;
    padding: 8px;
    background: #e8edf4;
    border-radius: 999px;
    overflow: visible;
  }
  .mine-list .sub-tabs__bar button,
  .mine-list .sub-tabs__bar button:first-child {
    height: auto;
    min-height: 0;
    min-width: 0;
    flex: 0 0 auto;
    padding: 12px 32px;
    background: transparent;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
  }
  .mine-list .sub-tabs__bar button.is-on {
    background: #fff;
    color: var(--navy);
    box-shadow: 0 1px 4px rgba(40, 36, 79, 0.1);
  }
}
.mine-list__count {
  margin: 0 0 32px;
  font-size: 20px;
  font-weight: 700;
  color: #121616;
}
.mine-list__count strong {
  color: var(--primary);
}
.mine-list__day + .mine-list__day {
  margin-top: 48px;
}
.mine-list__date {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  color: #121616;
}
.mine-list__date::before {
  content: "";
  width: 4px;
  height: 1em;
  background: var(--yellow);
  border-radius: 2px;
}
.mine-list__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.mine-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  border: 1px solid #e5e9f0;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}
.mine-item__img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.mine-item__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 16px 18px 18px;
}
.mine-item__remove {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #6b7280;
  font-size: 18px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
.mine-item__remove:hover {
  background: #e5e7eb;
  color: #121616;
}
.mine-item__remove:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}
.mine-item__title {
  display: block;
  padding-right: 4px;
  font-family: Paperlogy, Pretendard, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #121616;
}
.mine-item__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 10px;
}
.mine-item__when,
.mine-item__where {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
  word-break: keep-all;
}
.mine-item__where {
  font-weight: 500;
  color: #3d4a4b;
}
.mine-item__when i,
.mine-item__where i {
  flex-shrink: 0;
  margin-top: 1px;
  font-size: 16px;
  color: var(--primary);
}
.mine-item__cat {
  display: inline-flex;
  align-self: flex-start;
  margin-top: 12px;
  padding: 3px 10px;
  border-radius: 999px;
  background: var(--yellow);
  color: #121616;
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .mine-list__count {
    font-size: 22px;
  }
  .mine-list__date {
    font-size: 22px;
  }
  .mine-list__items {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .mine-item {
    grid-template-columns: 148px 1fr;
    align-items: stretch;
  }
  .mine-item__img {
    height: 100%;
    min-height: 148px;
  }
  .mine-item__body {
    padding: 18px 48px 20px 20px;
  }
  .mine-item__remove {
    left: auto;
    right: 10px;
    background: #f3f4f6;
    box-shadow: none;
  }
  .mine-item__title {
    font-size: 20px;
  }
  .mine-item__meta {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 18px;
  }
}
.auth-input {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 15px;
}
.auth-input:focus {
  outline: 2px solid rgba(10, 107, 117, 0.25);
  border-color: var(--primary);
}
.auth-pw {
  position: relative;
}
.auth-pw .auth-input {
  padding-right: 48px;
}
.auth-pw__toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.auth-pw__toggle:hover,
.auth-pw__toggle[aria-pressed="true"] {
  color: var(--primary);
}
.auth-terms {
  display: block;
  width: 100%;
  height: 160px;
  padding: 20px;
  border: 0;
  resize: none;
  line-height: 1.7;
  color: #555;
  background: #fff;
}
.page-body {
  color: #2c3333;
  font-size: 16px;
  line-height: 1.75;
}
.page-body h2,
.page-body h3 {
  color: #121616;
}
.sec-head {
  margin-bottom: 24px;
}
.sec-head__en {
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--primary);
}
.sec-head__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
}
@media (min-width: 1024px) {
  .sec-head__title {
    font-size: 32px;
  }
}
.info-ico {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #eef4fb;
  color: var(--primary);
  font-size: 24px;
  flex-shrink: 0;
}
.info-ico--gold {
  background: #fff6e5;
  color: #c47d12;
}
.jump-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 40px;
}
.jump-nav a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: #eef4fb;
  color: var(--primary);
  font-size: 14px;
  font-weight: 700;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}
.jump-nav a:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-1px);
}
.loc-anchor {
  scroll-margin-top: calc(var(--header-h) + var(--lnb-h) + 20px);
}
.addr-list__title {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
  color: #121616;
}
.addr-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0 0 8px;
}
.addr-list__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 0;
  border-top: 1px solid #e8ecf2;
}
.addr-list__item:last-child {
  border-bottom: 1px solid #e8ecf2;
}
.addr-list__item dt {
  font-size: 16px;
  font-weight: 700;
  color: #121616;
}
.addr-list__item dd {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #2c3333;
  line-height: 1.6;
}
.loc-route-text {
  margin: 0 0 20px;
  font-size: 15px;
  font-weight: 500;
  color: #2c3333;
  line-height: 1.7;
}
.park-table-wrap {
  overflow-x: auto;
  border: 1px solid #d7dde6;
}
.park-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  text-align: center;
  font-size: 14px;
}
.park-table th,
.park-table td {
  padding: 12px 10px;
  border: 1px solid #d7dde6;
  vertical-align: middle;
  color: #2c3333;
}
.park-table thead th {
  background: #eef1f6;
  font-weight: 700;
  color: #121616;
}
.park-table__cat {
  font-weight: 700;
  width: 108px;
}
.park-table__cat--in {
  background: #eceff3;
}
.park-table__cat--link {
  background: #f8e6d4;
}
.park-table__cat--pub {
  background: #fff;
}
.transit-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.transit-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 20px 0;
  border-top: 1px solid #e8ecf2;
}
.transit-row:last-child {
  border-bottom: 1px solid #e8ecf2;
}
.transit-row h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}
.transit-row h3 span {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
}
.transit-row p {
  margin: 0;
  font-size: 15px;
  color: #2c3333;
  line-height: 1.7;
}
.shuttle-map {
  overflow: hidden;
  border: 1px solid #e5e9f0;
  background: #fff;
  padding: 12px;
}
.shuttle-map img {
  display: block;
  width: 100%;
  height: auto;
}
.shuttle-map__note {
  margin: 12px 0 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--gray);
  text-align: center;
}
@media (min-width: 1024px) {
  .addr-list__title {
    font-size: 20px;
  }
  .addr-list__item {
    padding: 20px 0;
  }
  .addr-list__item dt {
    font-size: 18px;
  }
  .park-table {
    font-size: 15px;
  }
  .park-table th,
  .park-table td {
    padding: 14px 12px;
  }
  .transit-row {
    padding: 24px 0;
  }
  .shuttle-map {
    padding: 24px 32px;
  }
}
.spot-grid,
.fact-grid,
.park-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.fact-grid-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 640px) {
  .fact-grid-2 {
    grid-template-columns: 1fr 1fr;
  }
}
.spot-card,
.fact-card,
.park-card,
.transit-card {
  padding: 20px;
  border: 1px solid #e5e9f0;
  border-radius: 16px;
  background: #fff;
}
.spot-card__name,
.fact-card__label,
.park-card__name {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 700;
  color: #121616;
}
.spot-card__addr,
.fact-card__value,
.park-card__addr {
  margin-top: 6px;
  font-size: 15px;
  font-weight: 500;
  color: #2c3333;
  line-height: 1.6;
}
.about-split {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid #e5e9f0;
  background: #fff;
}
.about-split__visual {
  overflow: hidden;
  background: #fff;
}
.about-split__visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.7s ease;
}
.about-split__info {
  display: flex;
  flex-direction: column;
  padding: 28px 20px 24px;
}
.about-split__kicker {
  margin: 0;
  font-size: 15px;
  color: #4b426f;
  line-height: 1.6;
}
.about-split__info h2 {
  margin: 8px 0 8px;
  font-size: 28px;
  line-height: 1.3;
}
.about-dl {
  margin-top: 8px;
}
.about-dl__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  padding: 16px 0;
  border-top: 1px solid #e8ecf2;
}
.about-dl__row dt {
  font-size: 15px;
  font-weight: 700;
  color: #121616;
}
.about-dl__row dd {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #2c3333;
  line-height: 1.7;
}
.about-split__btns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 8px;
  padding-top: 8px;
}
.about-split__btns a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 16px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 1024px) {
  .about-split {
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
    align-items: stretch;
  }
  .about-split__visual {
    position: relative;
    min-height: 0;
    height: auto;
  }
  .about-split__visual img {
    position: static;
    inset: auto;
    width: 100%;
    height: auto;
  }
  .about-split__visual:hover img {
    transform: scale(1.03);
  }
  .about-split__info {
    padding: 40px 48px 32px;
  }
  .about-split__info h2 {
    font-size: 36px;
  }
  .about-dl__row {
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
  }
  .about-split__btns {
    grid-template-columns: 1fr 1fr;
    margin-top: auto;
    padding-top: 28px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .about-split__visual img,
  .main-visual-swiper .swiper-slide img,
  .route-step,
  .jump-nav a,
  .btn-pill {
    transition: none !important;
    transform: none !important;
  }
}
.fringe-table {
  width: 100%;
  min-width: 880px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid #dbe4e6;
  border-radius: 12px;
}
.fringe-table col.fringe-table__time,
.fringe-table th:first-child,
.fringe-table td:first-child {
  width: 148px;
  min-width: 148px;
  max-width: 148px;
  white-space: nowrap;
}
.fringe-table th,
.fringe-table td {
  padding: 14px 12px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #e5e9f0;
  border-right: 1px solid #e5e9f0;
}
.fringe-table th {
  background: var(--primary);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.fringe-table td {
  font-size: 14px;
  color: #121616;
}
.fringe-table td:first-child {
  font-weight: 700;
  color: var(--primary);
  background: #eef4fb;
}
.fringe-table tr:last-child td {
  border-bottom: 0;
}
.fringe-table th:last-child,
.fringe-table td:last-child {
  border-right: 0;
}
.fringe-tt__zoom,
.fringe-tt__hint {
  display: none;
}
.fringe-tt-pop {
  display: none;
}
@media (max-width: 1023px) {
  .fringe-tt__frame {
    overflow: hidden;
  }
  .fringe-tt__frame .fringe-table {
    min-width: 0;
    cursor: zoom-in;
  }
  .fringe-table col.fringe-table__time,
  .fringe-table th:first-child,
  .fringe-table td:first-child {
    width: 22%;
    min-width: 0;
    max-width: none;
    white-space: normal;
  }
  .fringe-table th,
  .fringe-table td {
    padding: 7px 4px;
    font-size: 11px;
    line-height: 1.35;
    word-break: keep-all;
  }
  .fringe-tt__zoom {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin: 0 0 8px;
    padding: 0;
    border: 0;
    background: none;
    color: var(--primary);
    font-size: 13px;
    font-weight: 700;
  }
  .fringe-tt__hint {
    display: block;
    margin: 6px 0 0;
    font-size: 12px;
    color: #6b7280;
  }
  .fringe-tt-pop {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: none;
    flex-direction: column;
    background: #fff;
  }
  .fringe-tt-pop.is-open {
    display: flex;
  }
  .fringe-tt-pop__bar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-bottom: 1px solid #e8eef6;
  }
  .fringe-tt-pop__title {
    flex: 1;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
  }
  .fringe-tt-pop__close {
    width: 40px;
    height: 40px;
    margin-right: -8px;
    font-size: 24px;
  }
  .fringe-tt-pop__body {
    flex: 1;
    overflow: auto;
    padding: 16px;
    -webkit-overflow-scrolling: touch;
  }
  .fringe-tt-pop .fringe-table {
    min-width: 720px;
    cursor: default;
  }
  .fringe-tt-pop .fringe-table th,
  .fringe-tt-pop .fringe-table td {
    padding: 12px 10px;
    font-size: 14px;
  }
  .fringe-tt-pop .fringe-table col.fringe-table__time,
  .fringe-tt-pop .fringe-table th:first-child,
  .fringe-tt-pop .fringe-table td:first-child {
    width: 120px;
    min-width: 120px;
    max-width: 140px;
    white-space: nowrap;
  }
  body.fringe-tt-pop-on {
    overflow: hidden;
  }
  .sub-tabs__bar[data-main-tabs] {
    width: 100%;
    max-width: 100%;
  }
  .sub-tabs__bar[data-main-tabs] button {
    padding: 8px 6px;
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 1.25;
    white-space: normal;
    height: auto;
    min-height: 40px;
  }
}
.fringe-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  text-align: center;
}
@media (min-width: 1024px) {
  .fringe-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
}
.fringe-cards .p-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.fringe-cards button {
  margin-left: auto;
  margin-right: auto;
}
.park-card__num {
  display: block;
  margin-top: 10px;
  font-family: Paperlogy, Pretendard, sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
}
.park-card__num span {
  margin-left: 4px;
  font-family: Pretendard, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #5a6363;
}
.park-card__tag {
  display: inline-flex;
  padding: 2px 8px;
  border-radius: 999px;
  background: #eef4fb;
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
}
.stat-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 20px;
}
.stat-box {
  padding: 20px;
  border-radius: 16px;
  background: var(--primary);
  color: #fff;
}
.stat-box__n {
  font-family: Paperlogy, Pretendard, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.stat-box__l {
  margin-top: 6px;
  font-size: 13px;
  opacity: 0.9;
}
.stat-box--gold {
  background: var(--yellow);
  color: #121616;
}
.route-steps {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 8px;
}
.route-step {
  flex: 1 1 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 16px 12px;
  border-radius: 16px;
  background: #eef4fb;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
@media (min-width: 1024px) {
  .route-step:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 22px rgba(31, 95, 191, 0.1);
  }
}
.route-step i {
  font-size: 28px;
  color: var(--primary);
}
.route-step strong {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #121616;
}
.route-step span {
  margin-top: 4px;
  font-size: 12px;
  color: #5a6363;
}
.route-chevron {
  display: none;
  align-self: center;
  color: var(--yellow);
  font-size: 22px;
}
.transit-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
}
.transit-card h3 {
  font-size: 18px;
  font-weight: 700;
}
.transit-flow {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 700;
  color: var(--primary);
}
.transit-card p {
  margin-top: 6px;
  font-size: 14px;
  color: #5a6363;
}
@media (min-width: 640px) {
  .spot-grid,
  .fact-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .park-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .stat-row {
    grid-template-columns: repeat(3, 1fr);
  }
  .route-chevron {
    display: inline-flex;
  }
}
@media (min-width: 1024px) {
  .page-body {
    font-size: 17px;
  }
  .park-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .spot-card__name {
    font-size: 20px;
  }
  .park-card__num {
    font-size: 32px;
  }
}

/* Concept board components */
.btn-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}
.btn-pill--primary {
  background: var(--primary);
  color: #fff;
}
.btn-pill--yellow {
  background: var(--yellow);
  color: var(--navy);
}
.btn-pill--ghost {
  background: #fff;
  color: var(--navy);
  border: 1.5px solid #c9d8f0;
}
.btn-pill:hover {
  transform: translateY(-1px);
}
.about-split__btns .btn-pill {
  width: 100%;
  border-radius: 4px;
  min-height: 52px;
}
.cta-same {
  background: var(--primary) !important;
  color: #fff !important;
  justify-content: center;
}
.cta-same i {
  color: var(--yellow) !important;
}
.sub-tabs,
.map-tabs {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 0 24px;
}
.sub-tabs__bar,
.map-tabs__bar {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  padding: 6px;
  background: #e8edf4;
  border-radius: 999px;
}
.sub-tabs:has([data-stand-tabs]) {
  position: relative;
  justify-content: flex-start;
}
.sub-tabs:has([data-stand-tabs])::before,
.sub-tabs:has([data-stand-tabs])::after {
  position: absolute;
  top: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.sub-tabs:has([data-stand-tabs])::after {
  content: "";
  right: 0;
  width: 48px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 78%);
}
.sub-tabs:has([data-stand-tabs])::before {
  content: "›";
  right: 2px;
  top: 50%;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(40, 36, 79, 0.14);
  color: var(--navy);
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}
.sub-tabs:has([data-stand-tabs]):not(.is-tab-end)::before,
.sub-tabs:has([data-stand-tabs]):not(.is-tab-end)::after {
  opacity: 1;
}
.sub-tabs:has([data-stand-tabs] [data-tab]:last-child.is-on)::before,
.sub-tabs:has([data-stand-tabs] [data-tab]:last-child.is-on)::after {
  opacity: 0;
}
[data-stand-tabs] {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
}
[data-stand-tabs]::-webkit-scrollbar {
  display: none;
}
[data-stand-tabs] button {
  flex: 0 0 auto;
  width: auto;
  padding: 10px 14px;
  white-space: nowrap;
}
.sub-tabs button,
.map-tabs button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 10px 18px;
  background: transparent;
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
  box-sizing: border-box;
}
.sub-tabs button.is-on,
.map-tabs button.is-on {
  background: #fff;
  color: var(--navy);
  box-shadow: 0 1px 4px rgba(40, 36, 79, 0.1);
}
.sub-tabs__bar:has(> :last-child:nth-child(2)),
.map-tabs__bar:has(> :last-child:nth-child(2)) {
  width: min(100%, 520px);
}
.sub-tabs__bar:has(> :last-child:nth-child(3)),
.map-tabs__bar:has(> :last-child:nth-child(3)) {
  width: min(100%, 720px);
}
.sub-tabs__bar:has(> :last-child:nth-child(-n + 3)) button,
.map-tabs__bar:has(> :last-child:nth-child(-n + 3)) button {
  flex: 1 1 0;
  width: 0;
  min-width: 0;
}
@media (min-width: 1024px) {
  .sub-tabs,
  .map-tabs {
    margin-bottom: 40px;
  }
  .sub-tabs__bar,
  .map-tabs__bar {
    flex-wrap: nowrap;
    gap: 8px;
    padding: 8px;
  }
  .sub-tabs:has([data-stand-tabs]) {
    justify-content: center;
  }
  .sub-tabs:has([data-stand-tabs])::before,
  .sub-tabs:has([data-stand-tabs])::after {
    display: none;
  }
  [data-stand-tabs] {
    display: inline-flex;
    width: auto;
    max-width: none;
    min-width: 0;
    padding-right: 8px;
    overflow: visible;
  }
  [data-stand-tabs] button {
    padding: 12px 32px;
  }
  .sub-tabs button,
  .map-tabs button {
    padding: 12px 32px;
    font-size: 16px;
  }
}
.kv-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #e6ecf5;
  box-shadow: 0 8px 24px rgba(40, 36, 79, 0.06);
}
.kv-card__hit {
  display: flex;
  flex-direction: column;
  flex: 1;
  color: inherit;
  text-decoration: none;
}
.kv-card__remove {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #6b7280;
  font-size: 18px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
.kv-card__remove:hover {
  background: #e5e7eb;
  color: #121616;
}
.kv-card__remove:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}
.kv-card__img {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .kv-card__img {
    aspect-ratio: 16 / 10;
  }
}
.kv-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kv-card__img--top img {
  object-position: top;
}
.kv-card__img--top100 img {
  object-position: 50% -100px;
}
.kv-badge {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--coral);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.kv-card__body {
  position: relative;
  padding: 16px 16px 20px;
}
.kv-card__meta {
  font-family: Montserrat, Pretendard, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--mine);
}
.kv-card__title {
  margin-top: 6px;
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.35;
}
.kv-card__go {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.kv-card .add-btn {
  margin-top: 12px;
}
.region-show {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.region-show__item {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid #e5e9f0;
  background: #fff;
}
.region-show__img {
  width: 38%;
  max-width: 168px;
  flex-shrink: 0;
  overflow: hidden;
  background: #eef4fb;
}
.region-show__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.region-show__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 16px 16px 18px;
}
.region-show__date {
  margin: 0;
  font-size: 13px;
  color: #8c8fa3;
}
.region-show__title {
  margin: 6px 0 0;
  font-size: 16px;
  font-weight: 700;
  color: #121616;
  line-height: 1.4;
  word-break: keep-all;
}
.region-show__line {
  width: 100%;
  margin: 10px 0;
  border: 0;
  border-top: 1px solid #e5e9f0;
}
.region-show__desc {
  margin: 0;
  font-size: 14px;
  color: #4b426f;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .region-show {
    gap: 16px;
  }
  .region-show__img {
    width: 280px;
    max-width: 280px;
    min-height: 180px;
  }
  .region-show__body {
    padding: 24px 32px;
  }
  .region-show__date {
    font-size: 14px;
  }
  .region-show__title {
    font-size: 22px;
  }
  .region-show__line {
    margin: 14px 0;
  }
  .region-show__desc {
    font-size: 15px;
  }
}
.night-block__title {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 700;
  color: #121616;
  line-height: 1.3;
}
.night-info {
  margin: 0 0 28px;
  border-top: 1px solid #e5e9f0;
  border-bottom: 1px solid #e5e9f0;
}
.night-info__row {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #eef2f8;
}
.night-info__row:last-child {
  border-bottom: 0;
}
.night-info dt {
  margin: 0;
  padding-right: 12px;
  border-right: 1px solid #dbe4e6;
  font-size: 14px;
  font-weight: 700;
  color: #121616;
  word-break: keep-all;
}
.night-info dd {
  margin: 0;
  font-size: 14px;
  color: #4b426f;
  line-height: 1.6;
}
.night-cast,
.night-show {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.night-cast__item,
.night-show__item {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e9f0;
}
.night-cast__img,
.night-show__img {
  aspect-ratio: 1;
  overflow: hidden;
  background: #eef4fb;
}
.night-cast__img img,
.night-show__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.night-cast__img--top img {
  object-position: top;
}
.night-cast__cap,
.night-show__cap {
  padding: 14px 16px 16px;
}
.night-cast__cap h3,
.night-show__cap h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #121616;
}
.night-cast__cap p,
.night-show__cap p {
  margin: 6px 0 0;
  font-size: 14px;
  color: #8c8fa3;
  line-height: 1.5;
}
.night-show__date {
  display: inline-block;
  margin: 12px 12px 0;
  padding: 4px 10px;
  border: 1px solid #dbe4e6;
  font-size: 13px;
  color: #121616;
  background: #fff;
}
.night-show__img {
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .night-block__title {
    margin-bottom: 32px;
    font-size: 32px;
  }
  .night-info {
    margin-bottom: 40px;
  }
  .night-info__row {
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 28px;
    padding: 20px 0;
  }
  .night-info dt,
  .night-info dd {
    font-size: 16px;
  }
  .night-cast,
  .night-show {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .night-cast__cap h3,
  .night-show__cap h3 {
    font-size: 18px;
  }
}
.stand-title {
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 700;
  color: #121616;
  line-height: 1.35;
}
.stand-lead {
  margin: 0 0 24px;
  padding: 16px 18px;
  border: 1px solid #dbe4e6;
  font-size: 14px;
  color: #4b426f;
  line-height: 1.7;
}
.stand-fnb,
.stand-flea {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.stand-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e9f0;
}
.stand-card__img {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eef4fb;
}
.stand-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stand-card__body {
  padding: 14px 16px 16px;
}
.stand-card__sub {
  margin: 0;
  font-size: 14px;
  color: #4b426f;
}
.stand-card__main {
  margin: 4px 0 0;
  font-size: 16px;
  font-weight: 700;
  color: #121616;
}
.stand-book {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.stand-book__img {
  overflow: hidden;
  background: #eef4fb;
  border: 1px solid #e5e9f0;
}
.stand-book__img img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}
.stand-book__info .stand-title {
  margin-bottom: 12px;
}
.stand-book__info .night-info {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .stand-title {
    margin-bottom: 24px;
    font-size: 32px;
  }
  .stand-lead {
    margin-bottom: 32px;
    padding: 24px 28px;
    font-size: 16px;
  }
  .stand-fnb {
    gap: 24px;
  }
  .stand-flea {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .stand-card__body {
    padding: 16px 20px 20px;
  }
  .stand-card__sub {
    font-size: 15px;
  }
  .stand-card__main {
    font-size: 18px;
  }
  .stand-book {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 40px;
    align-items: start;
  }
  .stand-book__img {
    min-height: 420px;
  }
  .stand-book__img img {
    min-height: 420px;
  }
}
.add-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.stat-box--in {
  background: var(--primary);
  color: #fff;
}
.stat-box--link {
  background: var(--orange);
  color: #fff;
}
.stat-box--pub {
  background: var(--mine);
  color: #fff;
}
.park-card__tag--in {
  background: #dbe8fb;
  color: var(--primary);
}
.park-card__tag--link {
  background: #fde8cc;
  color: #c46b10;
}
.park-card__tag--pub {
  background: #d5ecee;
  color: var(--mine);
}
.fee-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 14px;
  color: #121616;
  background: #fff;
  border: 1px solid #dbe4e6;
}
.fee-table thead th {
  padding: 14px 12px;
  background: var(--primary);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #1a56ad;
}
.fee-table thead th:nth-child(1) {
  width: 18%;
}
.fee-table thead th:nth-child(2) {
  width: 22%;
}
.fee-table thead th:nth-child(3) {
  width: 12%;
}
.fee-table thead th:nth-child(4) {
  width: 14%;
}
.fee-table thead th:nth-child(5) {
  width: 34%;
}
.fee-table tbody th,
.fee-table tbody td {
  padding: 14px 12px;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
  line-height: 1.5;
  word-break: keep-all;
  border: 1px solid #dbe4e6;
}
.fee-table tbody th {
  background: #eef4fb;
  color: var(--navy);
  font-weight: 700;
}
.fee-table tbody td {
  background: #fff;
}
@media (max-width: 1023px) {
  .fee-table {
    min-width: 0;
    width: 100%;
    table-layout: auto;
    font-size: 12px;
  }
  .fee-table tbody th,
  .fee-table tbody td {
    padding: 10px 8px;
    font-size: 12px;
    line-height: 1.45;
  }
  .fee-table tbody th {
    width: 1%;
    white-space: nowrap;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .fee-table tbody td {
    text-align: left;
    word-break: keep-all;
  }
}
.section-kicker {
  font-family: Montserrat, Pretendard, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
}
.prog-home {
  background: linear-gradient(180deg, #28244f 0%, #1f5fbf 100%);
}
.main-intro {
  background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}
.sns-follow {
  border-color: var(--primary);
  color: var(--primary);
}
.sns-bleed {
  padding-left: 16px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .sns-bleed {
    padding-left: max(32px, calc((100% - 1440px) / 2 + 32px));
  }
}
.sns-swiper {
  padding: 0 0 44px;
  overflow: hidden;
}
.sns-swiper .swiper-wrapper {
  display: flex;
}
.sns-swiper .swiper-slide {
  height: auto;
  width: 72vw;
  max-width: 280px;
}
@media (min-width: 640px) {
  .sns-swiper .swiper-slide {
    width: 42vw;
    max-width: 300px;
  }
}
@media (min-width: 1024px) {
  .sns-swiper .swiper-slide {
    width: 22%;
    max-width: 320px;
  }
}
.sns-swiper__nav.swiper-button-prev,
.sns-swiper__nav.swiper-button-next {
  width: 44px;
  height: 44px;
  margin-top: 0;
  top: 42%;
  border-radius: 999px;
  background: #fff;
  color: var(--primary);
  box-shadow: 0 8px 20px rgba(40, 36, 79, 0.14);
}
.sns-swiper .swiper-button-prev {
  left: 0;
}
.sns-swiper .swiper-button-next {
  right: 0;
}
.sns-swiper .swiper-button-prev::after,
.sns-swiper .swiper-button-next::after {
  font-size: 16px;
  font-weight: 800;
}
.sns-swiper .swiper-pagination-bullet {
  background: #c9d8f0;
  opacity: 1;
}
.sns-swiper .swiper-pagination-bullet-active {
  background: var(--primary);
}
@media (min-width: 1024px) {
  .sns-swiper__nav.swiper-button-prev,
  .sns-swiper__nav.swiper-button-next {
    width: 48px;
    height: 48px;
  }
}
.region-swiper-wrap {
  position: relative;
  padding: 0 12px;
}
@media (min-width: 1024px) {
  .region-swiper-wrap {
    padding: 0 72px;
  }
}
.region-swiper.swiper {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: auto;
  overflow: hidden;
}
.region-swiper .swiper-slide {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.region-slide {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(100px, 120px);
  align-items: center;
  column-gap: 8px;
  row-gap: 8px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  padding: 18px 16px;
  border: 1px solid #e6ecf5;
  border-radius: 16px;
  background: #fff;
}
@media (min-width: 1024px) {
  .region-slide {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    align-items: stretch;
    column-gap: 0;
    row-gap: 0;
    min-height: 420px;
    padding: 0;
    border-radius: 24px;
  }
}
.region-slide__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  grid-column: 2;
  grid-row: 2;
  width: 120px;
  min-width: 100px;
  height: auto;
  min-height: 0;
  overflow: hidden;
  background: transparent;
}
@media (min-width: 1024px) {
  .region-slide__visual {
    grid-column: auto;
    grid-row: auto;
    width: auto;
    height: 420px;
    min-width: 0;
    min-height: 0;
    background: #fff;
  }
  .region-slide__visual img {
    height: 100%;
    object-fit: cover;
  }
}
.region-slide__visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.region-slide__copy {
  display: contents;
}
.region-slide__copy > p:first-child {
  grid-column: 1 / -1;
  grid-row: 1;
}
.region-slide__copy > h3 {
  grid-column: 1;
  grid-row: 2;
  align-self: center;
  margin-top: 0;
}
.region-slide__copy > h3 + p,
.region-slide__copy > h3 + p + p {
  grid-column: 1 / -1;
}
@media (min-width: 1024px) {
  .region-slide__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px 56px;
  }
  .region-slide__copy > p:first-child,
  .region-slide__copy > h3,
  .region-slide__copy > h3 + p,
  .region-slide__copy > h3 + p + p {
    grid-column: auto;
    grid-row: auto;
  }
  .region-slide__copy > h3 {
    margin-top: 0.5rem;
    align-self: flex-start;
    width: 100%;
    text-align: left;
  }
}
.region-prev,
.region-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  border-radius: 999px;
  border: 1.5px solid #c9d8f0;
  background: #fff;
  color: var(--navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.region-prev {
  left: 0;
}
.region-next {
  right: 0;
}
@media (min-width: 1024px) {
  .region-prev,
  .region-next {
    width: 56px;
    height: 56px;
    margin-top: -28px;
    font-size: 28px;
  }
}
.region-prev:hover,
.region-next:hover {
  border-color: var(--primary);
  color: var(--primary);
}

/* 일정 담기 실시간 팝업 — 모바일 바텀시트 / PC 오른쪽 패널 */
.cart-open-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: inherit;
  font-size: 22px;
}
.cart-open-btn__count {
  position: absolute;
  top: 2px;
  right: 0;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--ink);
  font-family: Montserrat, Pretendard, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}
.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 90;
  pointer-events: none;
}
.cart-drawer.is-open {
  pointer-events: auto;
}
.cart-drawer__dim {
  position: absolute;
  inset: 0;
  background: rgba(40, 36, 79, 0.45);
  opacity: 0;
  transition: opacity 0.28s ease;
}
.cart-drawer.is-open .cart-drawer__dim {
  opacity: 1;
}
.cart-drawer__panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  max-height: 82vh;
  background: #fff;
  border-radius: 28px 28px 0 0;
  box-shadow: 0 -12px 40px rgba(40, 36, 79, 0.16);
  transform: translateY(110%);
  transition: transform 0.32s ease;
}
.cart-drawer.is-open .cart-drawer__panel {
  transform: translateY(0);
}
.cart-drawer__head {
  padding: 20px 20px 12px;
  border-bottom: 1px solid #e8eef6;
}
.cart-drawer__kicker {
  margin: 0 0 6px;
  font-family: Montserrat, Pretendard, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--primary);
}
.cart-drawer__head-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cart-drawer__title {
  margin: 0;
  flex: 1;
  font-size: 22px;
  color: var(--ink);
}
.cart-drawer__count {
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--ink);
  font-family: Montserrat, Pretendard, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}
.cart-drawer__close {
  width: 40px;
  height: 40px;
  margin-right: -8px;
  font-size: 24px;
  color: var(--ink);
}
.cart-drawer__toast {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin: 12px 0 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: #eef4fb;
  color: var(--primary);
  font-size: 13px;
  line-height: 1.45;
}
.cart-drawer__toast i {
  margin-top: 1px;
  font-size: 16px;
}
.cart-drawer__toast[hidden] {
  display: none;
}
.cart-drawer__body {
  flex: 1;
  overflow-y: auto;
  padding: 16px 20px 8px;
}
.cart-drawer__empty {
  padding: 36px 8px;
  text-align: center;
  color: #6b7280;
}
.cart-drawer__empty i {
  display: block;
  margin-bottom: 10px;
  font-size: 32px;
  color: var(--primary);
}
.cart-drawer__empty p {
  margin: 0;
  font-weight: 700;
  color: var(--ink);
}
.cart-drawer__empty span {
  display: block;
  margin-top: 6px;
  font-size: 13px;
}
.cart-drawer__day + .cart-drawer__day {
  margin-top: 22px;
}
.cart-drawer__day h3 {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
}
.cart-drawer__day ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cart-drawer__item {
  display: grid;
  grid-template-columns: 72px 1fr 36px;
  gap: 8px;
  align-items: start;
  padding: 12px;
  border: 1px solid #e5e9f0;
  border-radius: 14px;
  background: #fff;
}
.cart-drawer__item.is-new {
  border-color: var(--primary);
  background: #f5f8fd;
}
.cart-drawer__time {
  margin: 0;
  font-family: Montserrat, Pretendard, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--primary);
}
.cart-drawer__meta strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.4;
}
.cart-drawer__meta span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #6b7280;
}
.cart-drawer__remove {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  color: #8c8fa3;
  font-size: 18px;
}
.cart-drawer__remove:hover {
  background: #eef4fb;
  color: var(--primary);
}
.cart-drawer__foot {
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding: 12px 16px calc(16px + env(safe-area-inset-bottom));
  border-top: 1px solid #e8eef6;
  background: #fff;
}
.cart-drawer__cta,
.cart-drawer__keep {
  display: inline-flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  word-break: keep-all;
}
.cart-drawer__cta {
  background: var(--primary);
  color: #fff;
}
.cart-drawer__cta:hover {
  background: #174a96;
  color: #fff;
}
.cart-drawer__keep {
  background: #fff;
  color: var(--primary);
  border: 1px solid var(--primary);
}
.cart-drawer__keep:hover {
  background: #eef4fb;
}
@media (min-width: 1024px) {
  .cart-drawer__panel {
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 420px;
    max-height: none;
    border-radius: 28px 0 0 28px;
    transform: translateX(110%);
  }
  .cart-drawer.is-open .cart-drawer__panel {
    transform: translateX(0);
  }
  .cart-drawer__head {
    padding: 28px 28px 16px;
  }
  .cart-drawer__title {
    font-size: 26px;
  }
  .cart-drawer__body {
    padding: 20px 28px 12px;
  }
  .cart-drawer__foot {
    flex-direction: row;
    padding: 16px 28px 28px;
  }
  .cart-drawer__cta,
  .cart-drawer__keep {
    flex: 1;
    font-size: 15px;
    padding: 0 16px;
  }
  .cart-drawer__item {
    grid-template-columns: 84px 1fr 36px;
    padding: 14px 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cart-drawer__dim,
  .cart-drawer__panel {
    transition: none;
  }
}
body.cart-drawer-on {
  overflow: hidden;
}

/* ported from prototype timetable + program cards */
.tt-wrap,
[data-timetable],
[data-grid] {
  width: 100%;
}
.tt-scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.tt-table {
  display: table;
  width: 100%;
  min-width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.tt-table thead {
  display: table-header-group;
}
.tt-table tbody {
  display: table-row-group;
}
.tt-table tr {
  display: table-row;
}
.tt-table th,
.tt-table td {
  display: table-cell;
  border: 1px solid #d7dbe3;
  vertical-align: top;
}
.tt-table thead th {
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  padding: 10px 8px;
  vertical-align: middle;
}
.tt-table .tt-table__time {
  width: 72px;
  background: #f3f4f6;
  color: #5a6363;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  vertical-align: middle;
}
.tt-table--range .tt-table__time,
.tt-col-time {
  width: 118px;
}
.tt-col {
  width: auto;
}
.tt-mobile-tools {
  display: none;
}
@media (max-width: 1023px) {
  html:not(.tt-win) .tt-mobile-tools {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    margin: 0 0 12px;
  }
  html:not(.tt-win) .tt-mobile-tools__hint {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0;
    padding: 10px 12px;
    border-radius: 12px;
    background: #e8f4fc;
    color: var(--navy);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
    word-break: keep-all;
  }
  html:not(.tt-win) .tt-mobile-tools__hint i {
    flex: none;
    margin-top: 1px;
    color: var(--primary);
    font-size: 18px;
  }
  html:not(.tt-win) .tt-mobile-tools__open {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 0;
    border: 0;
    background: none;
    color: var(--primary);
    font-size: 13px;
    font-weight: 700;
  }
  html:not(.tt-win) .tt-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    isolation: isolate;
  }
  html:not(.tt-win) .tt-table {
    width: max-content;
    min-width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
  }
  html:not(.tt-win) .tt-table tbody td {
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
  html:not(.tt-win) .tt-table .tt-event {
    z-index: 0;
  }
  html:not(.tt-win) .tt-table--range .tt-table__time,
  html:not(.tt-win) .tt-col-time {
    width: 46px;
    min-width: 46px;
    max-width: 46px;
    padding: 6px 2px;
    font-size: 11px;
    line-height: 1.2;
    position: sticky;
    left: 0;
    z-index: 8;
    background: #f3f4f6;
    background-clip: padding-box;
    box-shadow: none;
  }
  html:not(.tt-win) .tt-table thead .tt-table__time {
    z-index: 9;
    background: #f3f4f6;
    color: #5a6363;
  }
  html:not(.tt-win) .tt-table tbody .tt-table__time .tt-slot-start,
  html:not(.tt-win) .tt-table tbody .tt-table__time .tt-slot-dash,
  html:not(.tt-win) .tt-table tbody .tt-table__time .tt-slot-end {
    display: block;
  }
  html:not(.tt-win) .tt-col {
    width: 168px;
    min-width: 168px;
  }
}
html.tt-win .site-header,
html.tt-win .lnb,
html.tt-win .page-banner,
html.tt-win .site-footer,
html.tt-win .to-top,
html.tt-win .tt-mobile-tools {
  display: none !important;
}
html.tt-win .page-body {
  padding-top: 20px;
}
html.tt-win {
  --header-h: 0px;
  --lnb-h: 0px;
}
@media (max-width: 1023px) {
  html.tt-win .tt-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  html.tt-win .tt-table {
    width: max-content;
    min-width: max-content;
    table-layout: fixed;
  }
  html.tt-win .tt-table--range .tt-table__time,
  html.tt-win .tt-col-time {
    width: 118px;
    min-width: 118px;
  }
  html.tt-win .tt-col {
    width: 200px;
    min-width: 200px;
  }
}
.tt-table tbody .tt-table__time {
  color: #777;
  font-weight: 600;
}
.tt-table tbody tr {
  height: 112px;
}
.tt-table tbody > tr > .tt-table__time,
.tt-table tbody > tr > td {
  height: 112px;
  box-sizing: border-box;
}
.tt-table tbody td[rowspan="2"] {
  height: 224px;
}
.tt-table tbody td[rowspan="3"] {
  height: 336px;
}
.tt-table .tt-cell--slot,
.tt-table .tt-cell--empty {
  display: table-cell;
  padding: 8px;
  background: #fff;
  vertical-align: top;
}
.tt-table .tt-cell--span .tt-event {
  height: 100%;
  min-height: 96px;
}
.tt-table .tt-cell--later {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background: #f7f8fb;
  overflow: hidden;
}
.tt-table .tt-cell--later p {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #5a6363;
}
@media (min-width: 1024px) {
  .tt-table .tt-cell--later p {
    font-size: 22px;
  }
}
.tt-table .tt-event {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 14px 16px;
  overflow: hidden;
}
.tt-table .tt-event + .tt-event {
  margin-top: 8px;
}
.tt-card--stage {
  background: #7368c3;
}
.tt-card--indoor {
  background: #564e92;
}
.tt-card--travel {
  background: #00b0f0;
}
.tt-card--picnic {
  background: #f4842a;
}
.tt-card--coal7 {
  background: #118b7d;
}
.tt-card--coal {
  background: #f4842a;
}
.tt-head-spot th {
  font-size: 12px;
  font-weight: 600;
}
.tt-head--m650,
.tt-head--stage {
  background: #7368c3;
}
.tt-head--indoor {
  background: #564e92;
}
.tt-head--travel {
  background: #00b0f0;
}
.tt-head--ppuri,
.tt-head--picnic,
.tt-head--coal {
  background: #f4842a;
}
.tt-head--coal7 {
  background: #118b7d;
}
.tt-table thead th.tt-head--hours {
  background: #e8f4fc;
  color: #4b426f;
  font-size: 12px;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .tt-table {
    min-width: 100%;
  }
}
.kv-card__img.need-img,
.need-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef2f6;
  color: #8c8fa3;
  border: 0;
  font-size: 14px;
}
.kv-card__img--pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.kv-card__img--pair img {
  height: 100%;
  object-fit: cover;
}
.kv-card--tall .kv-card__img {
  aspect-ratio: 3 / 4;
}
.fringe-cards {
  gap: 20px;
}
@media (min-width: 1024px) {
  .fringe-cards {
    gap: 28px;
  }
}
.fringe-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #e6ecf5;
  box-shadow: 0 8px 24px rgba(40, 36, 79, 0.06);
  text-align: left;
}
.fringe-card__img {
  overflow: hidden;
  background: #eef2f6;
  aspect-ratio: 1 / 1;
}
@media (min-width: 1024px) {
  .fringe-card__img {
    aspect-ratio: 16 / 10;
  }
}
.fringe-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fringe-card__img--top img {
  object-position: top;
}
.fringe-card__body {
  padding: 20px 18px 24px;
}
.fringe-card__body h3 {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  color: var(--navy);
}
.fringe-card__body p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7;
  color: #5a6363;
}
.region-slide__visual--logo img {
  object-fit: contain;
  padding: 0;
  background: #fff;
}
@media (min-width: 1024px) {
  .region-slide__visual--logo img {
    padding: 36px;
  }
}
.stand-card__img--logo {
  background: #f7f9fc;
}
.stand-card__img--logo img {
  object-fit: contain;
  padding: 28px;
}
.mine-table {
  width: 100%;
  min-width: 640px;
  table-layout: fixed;
  border-collapse: collapse;
  border-top: 2px solid var(--navy);
}
.mine-table col.mine-table__day {
  width: 16%;
}
.mine-table col.mine-table__time {
  width: 18%;
}
.mine-table col.mine-table__place {
  width: 22%;
}
.mine-table col.mine-table__delcol {
  width: 56px;
}
.mine-table th,
.mine-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #e6ecf5;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.mine-table th {
  background: #f7f9fc;
  font-weight: 700;
  color: var(--navy);
}
.mine-table td a {
  color: var(--navy);
  font-weight: 600;
}
.mine-table td a:hover {
  color: var(--primary);
}
.mine-table__act {
  width: 56px;
  text-align: center;
}
.mine-table__del {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: #eef2f6;
  color: #6b7280;
  cursor: pointer;
}
.mine-table__del:hover {
  background: #e5e7eb;
  color: #121616;
}
.chef-intro {
  display: grid;
  gap: 20px;
  margin-bottom: 28px;
}
.chef-intro__photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.chef-intro__photos img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: top;
  border-radius: 20px;
  background: #eef4fb;
}
.chef-intro__copy {
  padding: 22px 20px;
  border: 1px solid #e6ecf5;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(40, 36, 79, 0.06);
}
.chef-intro__kicker {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  color: var(--primary);
  letter-spacing: 0.02em;
}
.chef-intro__lead {
  margin: 0 0 16px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--yellow);
  font-size: 22px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.4;
}
.chef-intro__body {
  margin: 0;
  font-size: 14px;
  color: #4b426f;
  line-height: 1.8;
}
.chef-intro__body + .chef-intro__body {
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .chef-intro {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    align-items: stretch;
    gap: 40px;
    margin-bottom: 48px;
  }
  .chef-intro__photos {
    gap: 16px;
  }
  .chef-intro__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 44px;
  }
  .chef-intro__kicker {
    margin-bottom: 14px;
    font-size: 14px;
  }
  .chef-intro__lead {
    margin-bottom: 22px;
    padding-bottom: 22px;
    font-size: 32px;
  }
  .chef-intro__body {
    font-size: 16px;
  }
  .chef-intro__body + .chef-intro__body {
    margin-top: 14px;
  }
}
.ppuri-ready {
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background: #eef2f6;
  color: #8c8fa3;
  font-size: 16px;
}

.kv-card__go { display: none; }
