:root {
  --paper: #f3ead8;
  --ink: #16120e;
  --mute: #6a5c4e;
  --rule: #d4c4aa;
  --gold: #c9a227;
  --black: #0b0908;
  --sans: "Noto Sans KR", "Malgun Gothic", sans-serif;
  --serif: "Noto Serif KR", "Batang", serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.65;
}
a { color: var(--ink); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.mast {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: end;
  padding: 0.85rem 1.4rem;
  background: var(--black);
  color: #efe6d4;
}
.wordmark { text-decoration: none; color: inherit; display: flex; flex-direction: column; line-height: 1.05; }
.wm-k { font-family: var(--serif); font-size: 1.35rem; letter-spacing: -0.03em; }
.wm-e { font-size: 0.62rem; letter-spacing: 0.28em; color: var(--gold); margin-top: 0.2rem; }
.mast-nav { display: flex; flex-wrap: wrap; gap: 0.15rem 1.1rem; font-size: 0.86rem; }
.nav-a { color: #d8cbb4; text-decoration: none; border-bottom: 1px solid transparent; padding-bottom: 0.1rem; }
.nav-a:hover, .nav-a.is-on { color: #fff; border-bottom-color: var(--gold); }
.mast-find { display: flex; }
.mast-find input {
  width: 9.5rem; border: 0; border-bottom: 1px solid #5a4c3c;
  background: transparent; color: #efe6d4; padding: 0.35rem 0.2rem; font: inherit;
}
.mast-find button {
  border: 0; background: var(--gold); color: var(--black);
  font-weight: 700; padding: 0.35rem 0.7rem; cursor: pointer;
}
.film { margin: 0; position: relative; background: #000; }
.film img { display: block; width: 100%; height: min(78vh, 720px); object-fit: cover; object-position: center top; }
.film-slim img { height: min(32vh, 280px); object-position: 30% 18%; }
.film-kicker {
  position: absolute; left: 1.2rem; bottom: 1.2rem; margin: 0;
  color: #fff; font-size: 0.78rem; letter-spacing: 0.18em;
  background: rgba(0,0,0,.45); padding: 0.25rem 0.55rem;
}
.hero-go {
  display: flex; justify-content: center; align-items: center;
  margin: 0; padding: 0.95rem 1.2rem;
  background: var(--black);
}
.hero-cta {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 14rem; min-height: 2.7rem; text-align: center;
  padding: 0.72rem 1.8rem; background: var(--gold); color: var(--black) !important;
  font-weight: 800; letter-spacing: 0.08em; text-decoration: none !important;
  font-size: 1.08rem; border: 0; border-radius: 8px; cursor: pointer;
  box-shadow: 0 3px 0 #8a7018, 0 8px 18px rgba(0,0,0,.35);
}
.hero-cta:hover { filter: brightness(1.08); transform: translateY(-1px); }
.hero-cta:active { transform: translateY(1px); box-shadow: 0 1px 0 #8a7018; }
.sheet { max-width: 1080px; margin: 0 auto; padding: 2.2rem 1.3rem 3.5rem; }
.deck { display: grid; grid-template-columns: 1.4fr 0.8fr; gap: 2.4rem; align-items: start; border-bottom: 2px solid var(--ink); padding-bottom: 1.6rem; }
.deck h1 {
  font-family: var(--serif);
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  line-height: 1.25;
  margin: 0 0 0.8rem;
  letter-spacing: -0.03em;
}
.lead { margin: 0; color: var(--mute); font-size: 1.02rem; }
.deck-main h2 {
  font-family: var(--serif); font-size: 1.05rem;
  margin: 1.15rem 0 0.35rem; padding-bottom: 0.25rem;
  border-bottom: 1px solid var(--rule);
}
.deck-main ol { margin: 0.35rem 0 0; padding-left: 1.2rem; }
.deck-main ol li { margin: 0.25rem 0; }
.deck-main .note { margin: 0.7rem 0 0; font-size: 0.88rem; color: var(--mute); }
.deck-main table { margin: 0.45rem 0 0; font-size: 0.86rem; }
.deck-aside { border-left: 1px solid var(--rule); padding-left: 1.4rem; }
.deck-aside h2 { font-family: var(--serif); font-size: 1rem; margin: 0 0 0.6rem; }
.ix-sel { margin: 0.28rem 0 0; color: var(--mute); font-size: 0.78rem; line-height: 1.45; }
.rail a { display: block; padding: 0.4rem 0; border-bottom: 1px dotted var(--rule); text-decoration: none; font-weight: 500; }
.rail a:hover { color: #7a5a10; }
.rail-item { display: block; padding: 0.45rem 0; border-bottom: 1px dotted var(--rule); text-decoration: none; color: var(--ink); }
.rail-item strong { display: block; font-family: var(--serif); font-size: 1rem; }
.rail-item span { display: block; color: var(--mute); font-size: 0.82rem; margin-top: 0.12rem; line-height: 1.35; font-weight: 400; }
.rail-item em { display: block; margin-top: 0.2rem; font-style: normal; font-size: 0.75rem; color: var(--gold); font-weight: 700; }
.rail-note { margin: 0 0 0.6rem; font-size: 0.86rem; }
.rail-note a { color: var(--gold); }
.issue { margin-top: 2.2rem; }
.issue h2 {
  font-family: var(--serif);
  font-size: 1.25rem;
  margin: 0 0 0.4rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid var(--ink);
}
.index { list-style: none; margin: 0; padding: 0; columns: 2; column-gap: 2rem; }
.index-row {
  break-inside: avoid;
  display: grid;
  grid-template-columns: 2.2rem 1fr;
  gap: 0.55rem;
  align-items: start;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--rule);
}
.ix { font-family: var(--serif); color: var(--gold); font-weight: 700; }
.ix-body h3 { margin: 0; font-size: 1rem; }
.ix-body h3 a { text-decoration: none; }
.ix-body p { margin: 0.2rem 0 0; color: var(--mute); font-size: 0.84rem; }
.ix-body h3 a:hover { color: #7a5a10; }
.channels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 1rem; border-top: 1px solid var(--ink); }
.ch { padding: 1.1rem 1rem 1.1rem 0; border-bottom: 1px solid var(--rule); text-decoration: none; display: block; }
.ch + .ch { border-left: 1px solid var(--rule); padding-left: 1.1rem; }
.ch em { display: block; font-style: normal; font-size: 0.72rem; letter-spacing: 0.16em; color: var(--gold); }
.ch strong { display: block; font-family: var(--serif); font-size: 1.25rem; margin: 0.25rem 0; }
.ch span { color: var(--mute); font-size: 0.88rem; }
.sits { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 2rem; margin: 0.8rem 0 0; }
.sit { display: grid; grid-template-columns: auto 1fr; gap: 0.55rem 0.75rem; padding: 0.75rem 0; border-bottom: 1px solid var(--rule); align-items: start; }
.sit-link { display: contents; text-decoration: none; color: inherit; }
.sit .ico { font-family: var(--serif); color: var(--gold); font-weight: 700; font-size: 0.95rem; }
.sit strong { font-family: var(--serif); font-size: 1.05rem; }
.sit span { grid-column: 2; color: var(--mute); font-size: 0.84rem; line-height: 1.45; }
.breadcrumb { font-size: 0.82rem; color: var(--mute); margin: 0 0 0.8rem; display: block; }
.mesh { display: flex; flex-wrap: wrap; gap: 0 1.2rem; margin-top: 1.4rem; font-size: 0.9rem; }
.mesh a { text-decoration: underline; text-underline-offset: 3px; }
.policy { font-size: 0.88rem; color: var(--mute); border-top: 1px solid var(--rule); padding-top: 1rem; margin-top: 2rem; }
.cards { list-style: none; padding: 0; margin: 1rem 0; }
.card { padding: 0.9rem 0; border-bottom: 1px solid var(--rule); }
.card-title { margin: 0 0 0.3rem; font-family: var(--serif); }
.card-desc { margin: 0; color: var(--mute); }
.cta {
  display: inline-flex; align-items: center; justify-content: center;
  margin-top: 0.55rem; min-width: 8.5rem; min-height: 2.35rem;
  padding: 0.5rem 1.15rem; border: 0; border-radius: 7px; cursor: pointer;
  background: var(--black); color: #efe6d4 !important; text-decoration: none !important;
  font-weight: 800; letter-spacing: 0.04em;
  box-shadow: 0 2px 0 #000, 0 6px 14px rgba(0,0,0,.18);
}
.cta:hover { filter: brightness(1.12); }
.popular { display: flex; flex-wrap: wrap; gap: 0.35rem 1rem; }
.popular a { color: var(--ink); }
.colophon { background: var(--black); color: #cbbca6; padding: 2rem 1.3rem; font-size: 0.88rem; }
.colo-grid { max-width: 1080px; margin: 0 auto; }
.colo-brand { font-family: var(--serif); color: #efe6d4; font-size: 1.2rem; margin: 0 0 0.6rem; }
.colophon a { color: var(--gold); margin-right: 0.9rem; }
.fine { opacity: 0.8; }
table { width: 100%; border-collapse: collapse; margin: 1rem 0; }
th, td { border-bottom: 1px solid var(--rule); padding: 0.4rem 0.5rem; text-align: left; }
ol { padding-left: 1.2rem; }
.age-gate { position: fixed; inset: 0; background: rgba(11,9,8,.92); display: flex; align-items: center; justify-content: center; z-index: 100; }
.age-gate[hidden] { display: none; }
.age-panel { background: var(--paper); padding: 2rem; max-width: 22rem; text-align: center; }
.age-actions { display: flex; gap: 0.75rem; justify-content: center; margin-top: 1rem; flex-wrap: wrap; }
.age-actions button { border: 0; background: var(--black); color: #efe6d4; font-weight: 700; padding: 0.6rem 1.2rem; cursor: pointer; }
.age-actions a { color: var(--mute); text-decoration: none; padding: 0.6rem 1rem; }
@media (max-width: 800px) {
  .mast { grid-template-columns: 1fr; }
  .deck, .channels, .index, .sits { grid-template-columns: 1fr; columns: 1; }
  .ch + .ch { border-left: 0; padding-left: 0; }
  .deck-aside { border-left: 0; padding-left: 0; border-top: 1px solid var(--rule); padding-top: 1rem; }
  .film img { height: 52vh; }
}
