:root {
  --paper: #f5f1e9;
  --paper-deep: #eee8dc;
  --card: #fffdf8;
  --ink: #27251f;
  --ink-mid: #514d44;
  --ink-soft: #787166;
  --line: #d9d2c5;
  --line-soft: #e9e3d8;
  --globe: #4e7186;
  --home: #8a6a32;
  --welfare: #4d7657;
  --note: #f8f1dc;
  --note-edge: #e4d7b5;
  --danger: #9c5549;
  --sans: "Pretendard Variable", Pretendard, "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif;
  --serif: "Noto Serif KR", "Nanum Myeongjo", Batang, Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.88;
  letter-spacing: -.012em;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; }
.skip-link {
  position: fixed;
  left: 12px;
  top: -60px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 7px;
  background: var(--ink);
  color: #fff;
}
.skip-link:focus { top: 12px; }
.notice {
  padding: 8px 16px;
  border-bottom: 1px solid var(--line-soft);
  background: var(--paper-deep);
  color: var(--ink-soft);
  font-size: 12.5px;
  text-align: center;
}
.wrap { width: min(100% - 48px, 1040px); margin: 0 auto; }
.site-header { padding: 22px 0 18px; }
.brand-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.logo {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #ece5d8;
  font-size: 20px;
}
.brand-copy { display: grid; line-height: 1.25; }
.brand-name { font-family: var(--serif); font-size: 22px; font-weight: 700; letter-spacing: -.045em; }
.brand-tagline { margin-top: 4px; color: var(--ink-soft); font-size: 11.5px; letter-spacing: .01em; }
.about-link { color: var(--ink-soft); font-size: 13.5px; text-decoration: none; }
.about-link:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 5px; }

.hero {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 20px 48px;
  padding: 52px 0 34px;
  border-top: 2px solid var(--ink);
}
.hero-label { grid-column: 1 / -1; color: var(--welfare); font-size: 12px; font-weight: 750; letter-spacing: .12em; }
.today { grid-column: 2; grid-row: 2; align-self: start; color: var(--ink-soft); font-size: 13px; white-space: nowrap; }
.hero h1 {
  grid-column: 1;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -.055em;
}
.hero p { grid-column: 1 / -1; max-width: 620px; margin: 0; color: var(--ink-soft); font-size: 15.5px; line-height: 1.8; }
.nav {
  display: flex;
  gap: 30px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow-x: auto;
}
.nav a { display: flex; align-items: center; gap: 8px; flex: none; font-size: 14px; font-weight: 700; text-decoration: none; }
.nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.nav-dot, .section-dot { width: 7px; height: 7px; border-radius: 50%; flex: none; }
.world-color { background: var(--globe); }
.domestic-color { background: var(--home); }
.welfare-color { background: var(--welfare); }

.section { margin-top: 60px; scroll-margin-top: 20px; }
.section-head { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 2px solid currentColor; }
.section-head h2 { margin: 0; font-family: var(--serif); font-size: 19px; letter-spacing: -.03em; }
.section-head p { margin: 0 0 0 auto; color: var(--ink-soft); font-size: 13px; }
.section-world .section-head { color: var(--globe); }
.section-domestic .section-head { color: var(--home); }
.section-welfare .section-head { color: var(--welfare); }
.home-shell .section { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.home-shell .section-head, .home-shell .more-row { grid-column: 1 / -1; }
.home-shell .section-welfare .card { grid-column: 1 / -1; }
.card {
  margin: 0 0 18px;
  padding: 30px;
  border: 1px solid var(--line-soft);
  border-radius: 5px;
  background: var(--card);
  box-shadow: 0 10px 30px rgba(75, 65, 48, .035);
}
.home-shell .card { height: calc(100% - 18px); }
.card-link { display: flex; height: 100%; flex-direction: column; text-decoration: none; }
.card-link:hover h3 { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 6px; }
.meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 14px; color: var(--ink-soft); font-size: 12.5px; }
.meta .sep { color: var(--line); }
.deadline { color: var(--danger); font-weight: 700; }
.card h3 { margin: 0 0 15px; font-family: var(--serif); font-size: 24px; line-height: 1.5; letter-spacing: -.04em; }
.card-summary { margin: 0; color: var(--ink-mid); font-size: 15.5px; line-height: 1.85; }
.card-more { display: inline-block; margin-top: auto; padding-top: 20px; color: var(--ink-soft); font-size: 13px; }
.more-row { margin-top: 0; text-align: right; }
.more-link { color: var(--ink-mid); font-size: 14px; font-weight: 700; text-underline-offset: 5px; }
.empty-card { color: var(--ink-soft); }
.ad-space { height: 1px; overflow: hidden; }

.site-footer { margin-top: 82px; padding: 38px 0 52px; border-top: 2px solid var(--ink); }
.promise { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.promise p { display: flex; gap: 9px; margin: 0; color: var(--ink-soft); font-size: 13.5px; line-height: 1.75; }
.promise b { display: block; color: var(--ink-mid); }
.check { color: var(--welfare); font-weight: 800; }
.footer-nav { display: flex; gap: 16px; margin-top: 26px; color: var(--ink-soft); font-size: 12.5px; }
.footer-nav a { text-underline-offset: 4px; }
.footer-note { max-width: 720px; margin: 16px 0 0; color: #9b9387; font-size: 12px; line-height: 1.7; }

/* 글 상세 */
.article-shell { width: min(100% - 48px, 720px); padding-top: 48px; }
.back-link { color: var(--ink-soft); font-size: 13.5px; text-decoration: none; }
.back-link:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 5px; }
.article-header { margin: 30px 0 44px; padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.article-header h1 { margin: 12px 0 18px; font-family: var(--serif); font-size: clamp(34px, 7vw, 50px); line-height: 1.37; letter-spacing: -.055em; }
.article-lead { margin: 0; color: var(--ink-mid); font-size: 18px; line-height: 1.9; }
.article-body { padding: 0; border: 0; background: transparent; box-shadow: none; }
.content-block + .content-block { margin-top: 48px; }
.content-block h2 { margin: 0 0 16px; padding-left: 13px; border-left: 4px solid var(--welfare); font-family: var(--serif); font-size: 23px; line-height: 1.55; letter-spacing: -.035em; }
.content-block p { margin: 0 0 17px; color: var(--ink-mid); font-size: 17.5px; line-height: 1.98; }
.note-box {
  margin: 38px 0;
  padding: 24px 25px;
  border: 1px solid var(--note-edge);
  border-radius: 5px;
  background: var(--note);
  color: var(--ink-mid);
  font-size: 15.5px;
}
.box-label { margin-bottom: 12px; color: #8d773e; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.term + .term { margin-top: 12px; }
.term strong { color: var(--ink); }
.why-box { margin: 38px 0; padding: 26px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.why-box .box-label { color: var(--home); }
.why-box p { margin: 0 0 12px; color: var(--ink-mid); }
.why-box p:last-child { margin-bottom: 0; }
.outlook { margin-top: 30px; padding: 18px 21px; border-left: 3px solid var(--line); background: rgba(255, 253, 248, .45); color: var(--ink-soft); font-size: 14.5px; }
.welfare-table { margin: 38px 0; border-top: 2px solid var(--welfare); }
.info-row { display: grid; grid-template-columns: 118px 1fr; gap: 20px; padding: 15px 4px; border-bottom: 1px solid var(--line); }
.info-key { color: var(--ink-soft); font-size: 14px; }
.info-value { color: var(--ink-mid); font-size: 15.5px; }
.confirm { margin-top: 28px; padding: 18px 20px; border-radius: 5px; background: var(--paper-deep); color: var(--ink-mid); font-size: 14.5px; }
.sources { margin-top: 44px; padding-top: 24px; border-top: 2px solid var(--ink); }
.sources h2 { margin: 0 0 12px; font-family: var(--serif); font-size: 16px; }
.sources ul { margin: 0; padding-left: 20px; }
.sources li { margin-bottom: 8px; color: var(--ink-soft); font-size: 13px; }
.sources a { text-underline-offset: 4px; }
.checked-date { margin: 16px 0 0; color: var(--ink-soft); font-size: 12.5px; }
.disclaimer { margin-top: 22px; color: var(--ink-soft); font-size: 12.5px; }

/* 목록·소개 */
.page-head { max-width: 720px; padding: 52px 0 12px; }
.page-head h1 { margin: 12px 0 10px; font-family: var(--serif); font-size: 38px; letter-spacing: -.045em; }
.page-head p { margin: 0; color: var(--ink-soft); }
.trust-card { max-width: 720px; }
.trust-card h2 { margin: 0 0 10px; font-family: var(--serif); font-size: 20px; }
.trust-card p { margin: 0; color: var(--ink-mid); }
.trust-card + .trust-card { margin-top: 16px; }
.source-policy { max-width: 720px; margin-top: 30px; }

@media (max-width: 760px) {
  body { font-size: 16px; }
  .wrap, .article-shell { width: min(100% - 32px, 720px); }
  .site-header { padding: 18px 0 14px; }
  .brand-tagline { display: none; }
  .brand-name { font-size: 19px; }
  .logo { width: 36px; height: 36px; font-size: 17px; }
  .hero { display: block; padding: 38px 0 27px; }
  .hero-label, .today { display: block; }
  .today { margin: 10px 0 13px; }
  .hero h1 { font-size: clamp(31px, 10vw, 42px); }
  .hero p { margin-top: 15px; }
  .nav { gap: 20px; }
  .home-shell .section { display: block; margin-top: 48px; }
  .section-head p { display: none; }
  .card { padding: 25px 22px; }
  .card h3 { font-size: 22px; }
  .promise { grid-template-columns: 1fr; gap: 13px; }
  .promise b { display: inline; }
  .site-footer { margin-top: 64px; }
  .article-shell { padding-top: 36px; }
  .article-header { margin-bottom: 34px; }
  .article-header h1 { font-size: clamp(31px, 10vw, 42px); }
  .article-lead { font-size: 16.5px; }
  .content-block + .content-block { margin-top: 38px; }
  .content-block h2 { font-size: 21px; }
  .content-block p { font-size: 16.5px; }
  .note-box, .why-box { padding: 21px 19px; }
  .info-row { grid-template-columns: 92px 1fr; gap: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
