:root {
  --ink: #12161c;
  --seal: #17324f;
  --proof: #d0342c;
  --ground: #f2f4f7;
  --paper: #fff;
  --line: #d8dde5;
  --muted: #687383;
  --wrap: 1200px;
}
* {
  box-sizing: border-box;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--ground);
  color: var(--ink);
  font-family: Pretendard, "Noto Sans KR", system-ui, sans-serif;
  line-height: 1.6;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
button,
input {
  font: inherit;
}
.wrap {
  width: min(var(--wrap), calc(100% - 32px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 999;
  background: #fff;
  padding: 10px 14px;
  border: 2px solid var(--proof);
}
.skip-link:focus {
  top: 12px;
}
:focus-visible {
  outline: 3px solid #ffbf47;
  outline-offset: 3px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.utility {
  background: #0c1b2a;
  color: #dce5ef;
  font-size: 0.78rem;
}
.utility-inner,
.utility nav,
.masthead,
.gnb-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.utility-inner {
  min-height: 34px;
}
.utility nav {
  gap: 18px;
}
.masthead {
  min-height: 104px;
}
.brand {
  font-family: Georgia, "Noto Serif KR", serif;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  color: var(--seal);
}
.brand span {
  color: var(--proof);
}
.masthead form,
.search-page form > div,
.error-page form {
  display: flex;
}
.masthead input,
.search-page input,
.error-page input {
  width: min(320px, 52vw);
  border: 1px solid var(--line);
  padding: 10px 12px;
  background: #fff;
}
.masthead button,
.search-page button,
.error-page button {
  border: 0;
  background: var(--seal);
  color: #fff;
  padding: 10px 16px;
}
.gnb {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--seal);
  color: #fff;
  border-bottom: 3px solid var(--proof);
}
.gnb-inner {
  min-height: 50px;
  gap: 22px;
  overflow-x: auto;
}
.gnb a {
  white-space: nowrap;
  font-weight: 700;
  font-size: 0.92rem;
}
.headline-zone {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(260px, 0.8fr);
  gap: 28px;
  padding-block: 34px;
}
.headline-main {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(220px, 1fr);
  gap: 22px;
}
.story-card {
  min-width: 0;
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
}
.story-card > a {
  display: block;
}
.story-card img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  background: #dfe5ec;
}
.story-card h1,
.story-card h3,
.section-page h1,
.article-page h1,
.zone-title h2 {
  font-family: Georgia, "Noto Serif KR", serif;
  letter-spacing: -0.035em;
  line-height: 1.25;
}
.story-card h3 {
  font-size: 1rem;
  margin: 6px 0;
}
.story-card.lead {
  padding: 0;
  border: 0;
}
.story-card.lead h1 {
  font-size: clamp(1.65rem, 3.1vw, 2.8rem);
  margin: 12px 0 8px;
}
.story-card.lead h3 {
  font-size: 1.25rem;
}
.story-card p {
  color: #4c5868;
  margin: 0.5rem 0;
}
.story-card time,
.section-code,
.rank,
.byline {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  color: var(--muted);
}
.section-code {
  color: var(--proof);
  font-weight: 800;
  letter-spacing: 0.04em;
}
.live-rail {
  background: #fff;
  border-top: 4px solid var(--seal);
  padding: 18px;
}
.live-rail h2 {
  margin: 0 0 8px;
  font-size: 1.05rem;
}
.live-rail ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.live-rail li {
  border-top: 1px solid var(--line);
}
.live-rail a {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 8px;
  padding: 10px 0;
  font-size: 0.88rem;
}
.live-rail time {
  font-family: ui-monospace, monospace;
  color: var(--proof);
}
.zone-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid var(--seal);
  margin-bottom: 14px;
}
.zone-title h2 {
  font-size: 1.35rem;
  margin: 0;
  padding: 10px 0;
}
.series,
.section-news,
.triple,
.photo-zone {
  padding-block: 28px;
}
.card-grid {
  display: grid;
  gap: 20px;
}
.card-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.section-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}
.section-grid > section {
  background: #fff;
  padding: 20px;
  border-top: 4px solid var(--seal);
}
.section-grid > section > h2 {
  font-family: Georgia, "Noto Serif KR", serif;
  margin: 0 0 10px;
}
.section-grid .story-card.lead h1 {
  font-size: 1.25rem;
}
.triple {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
}
.ranking {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ranking .story-card {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
}
.ranking .story-card > a {
  display: block;
}
.ranking .story-card img,
.ranking .section-code,
.ranking time {
  display: none;
}
.rank {
  font-size: 1.1rem;
  color: var(--proof);
}
.notices {
  background: #fff;
  padding: 18px;
}
.notice-tabs {
  display: flex;
  gap: 4px;
}
.notice-tabs a {
  flex: 1;
  text-align: center;
  padding: 8px;
  background: var(--ground);
  font-weight: 700;
}
.notice-panel {
  padding-top: 12px;
}
.notice-panel:not(:target) {
  display: none;
}
.notice-panel:first-of-type {
  display: block;
}
.notice-panel:target {
  display: block;
}
.notice-panel:target ~ .notice-panel {
  display: none;
}
.notice-panel h3 {
  font-size: 0.95rem;
}
.notice-panel article {
  border-top: 1px solid var(--line);
  padding: 10px 0;
}
.notice-panel p {
  font-size: 0.85rem;
  color: var(--muted);
}
.opinion-band {
  background: #101d2c;
  color: #fff;
  padding-block: 28px;
}
.opinion-band .story-card {
  border-color: #39495c;
}
.opinion-band .story-card time {
  color: #b4c0cf;
}
.empty-note {
  color: var(--muted);
  font-size: 0.9rem;
}
.section-page,
.search-page,
.policy-page,
.error-page {
  background: #fff;
  margin-block: 30px;
  padding: clamp(20px, 4vw, 48px);
}
.section-page > header {
  border-bottom: 3px solid var(--seal);
  margin-bottom: 14px;
}
.section-page h1,
.search-page h1,
.policy-page h1 {
  font-size: 2.2rem;
  margin: 0.25rem 0 1rem;
}
.subnav {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 12px;
}
.article-list .story-card > a {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 20px;
}
.article-list .story-card img {
  grid-row: 1;
}
.article-list .story-copy {
  grid-column: 2;
}
.pagination,
.share,
.tags {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding-top: 24px;
}
.pagination a,
.share a,
.tags a,
.button {
  border: 1px solid var(--seal);
  padding: 8px 14px;
  background: #fff;
}
.article-page {
  background: #fff;
  margin-block: 30px;
  padding: clamp(20px, 4vw, 56px);
}
.article-page > header {
  max-width: 860px;
  margin: auto;
}
.section-label {
  color: var(--proof);
  font-weight: 800;
}
.article-page h1 {
  font-family: Georgia, "Noto Serif KR", serif;
  font-size: clamp(2rem, 4.8vw, 3.7rem);
  line-height: 1.18;
  margin: 0.5rem 0;
}
.subtitle {
  font-size: 1.18rem;
  color: #526071;
}
.byline {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}
.article-page > figure {
  max-width: 1000px;
  margin: 32px auto;
}
.article-page figcaption {
  text-align: center;
  color: var(--muted);
  font-size: 0.8rem;
}
.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) 280px;
  justify-content: center;
  gap: 48px;
}
.article-body {
  font-family: Georgia, "Noto Serif KR", serif;
  font-size: 1.12rem;
  line-height: 1.85;
  word-break: keep-all;
}
.article-body p {
  margin: 0 0 1.5em;
}
.sources,
.related {
  border-top: 2px solid var(--seal);
  margin-top: 32px;
}
.sources a {
  text-decoration: underline;
}
.latest {
  border-left: 1px solid var(--line);
  padding-left: 22px;
}
.latest h2 {
  font-size: 1rem;
}
.latest img {
  display: none;
}
.policy-page {
  max-width: 820px;
}
.policy-page > p {
  font-size: 1.08rem;
  line-height: 1.9;
}
.policy-contact {
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.error-page {
  text-align: center;
}
.error-code {
  font:
    900 5rem/1 ui-monospace,
    monospace;
  color: var(--proof);
}
.error-page form {
  justify-content: center;
  margin: 20px;
}
.empty {
  padding: 50px 0;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding-block: 20px;
  border-bottom: 1px solid #3a4859;
}
footer {
  background: #0c1b2a;
  color: #dce5ef;
  border-top: 4px solid var(--seal);
  margin-top: 40px;
}
footer a {
  text-decoration: underline;
}
.legal {
  padding-block: 20px;
  font-size: 0.78rem;
}
.legal p {
  margin: 0.3rem 0;
}
.legal span {
  color: #69788a;
  margin: 0 5px;
}
@media (max-width: 1024px) {
  .headline-zone,
  .article-layout {
    grid-template-columns: 1fr;
  }
  .headline-main {
    grid-template-columns: 1.6fr 1fr;
  }
  .triple {
    grid-template-columns: 1fr 1fr;
  }
  .notices {
    grid-column: 1/-1;
  }
  .latest {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
  }
  .card-grid.four {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 680px) {
  .utility-inner > span {
    display: none;
  }
  .utility-inner {
    justify-content: flex-end;
  }
  .utility nav {
    gap: 10px;
  }
  .utility nav a:last-child {
    display: none;
  }
  .masthead {
    min-height: 82px;
  }
  .brand {
    font-size: 1.8rem;
  }
  .masthead form {
    display: none;
  }
  .gnb-inner {
    justify-content: flex-start;
  }
  .headline-zone,
  .headline-main,
  .section-grid,
  .triple {
    grid-template-columns: 1fr;
  }
  .headline-zone {
    padding-block: 20px;
  }
  .card-grid.four {
    grid-template-columns: 1fr;
  }
  .article-list .story-card > a {
    grid-template-columns: 112px 1fr;
    gap: 12px;
  }
  .section-page,
  .search-page,
  .article-page,
  .policy-page {
    width: 100%;
    margin-block: 0;
    padding: 20px 16px;
  }
  .article-page h1 {
    font-size: 2rem;
  }
  .article-body {
    font-size: 17px;
    line-height: 1.75;
  }
  .sub-headlines {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .wrap {
    width: min(var(--wrap), calc(100% - 24px));
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
