@font-face {
  font-family: "Pretendard Variable";
  src: url("/fonts/PretendardVariable.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 45 920;
  font-display: swap;
}

:root {
  color: #182431;
  background: #f3f5f6;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.62;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --surface: #fff;
  --surface-subtle: #f7f8f8;
  --canvas: #f3f5f6;
  --line: #d9dfe2;
  --text: #182431;
  --text-soft: #53616d;
  --text-muted: #77838d;
  --brand: #173f66;
  --brand-soft: #edf2f6;
}

* { box-sizing: border-box; }
html { overflow-x: clip; background: var(--canvas); }
body { min-width: 0; margin: 0; overflow-x: clip; background: var(--canvas); color: var(--text); }
a { color: inherit; }

.site-header {
  min-height: 78px;
  padding: 16px max(32px, calc((100% - 1180px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid #e5e8ee;
}
.brand { display: flex; align-items: center; min-width: 0; text-decoration: none; }
.brand-logo { display: block; width: 154px; height: auto; }
.site-header nav { display: flex; align-items: center; gap: 20px; }
.site-header nav a { color: var(--text-soft); font-size: 13px; font-weight: 760; text-decoration: none; }
.site-header nav .primary { padding: 10px 14px; border-radius: 8px; background: var(--brand); color: #fff; }

main { width: min(880px, calc(100% - 40px)); margin: 0 auto; padding: 28px 0 60px; }
.breadcrumb { display: flex; align-items: center; gap: 7px; min-width: 0; margin-bottom: 16px; overflow: hidden; color: var(--text-muted); font-size: 12px; white-space: nowrap; }
.breadcrumb a { text-decoration: none; }
.breadcrumb strong { overflow: hidden; text-overflow: ellipsis; }

.article-hero {
  padding: 34px 36px;
  border: 1px solid var(--line);
  border-top: 3px solid var(--brand);
  border-radius: 16px;
  background: var(--surface);
  color: var(--text);
}
.article-hero > p { margin: 0 0 9px; color: var(--brand); font-size: 12px; font-weight: 850; letter-spacing: .02em; }
.article-hero h1 { margin: 0; font-size: clamp(28px, 4vw, 38px); font-weight: 820; line-height: 1.28; letter-spacing: -.035em; }
.article-hero div { max-width: 720px; margin-top: 14px; color: var(--text-soft); font-size: 15px; line-height: 1.7; }
.article-hero small { display: block; margin-top: 18px; color: var(--text-muted); font-size: 11px; }

.article-section { margin-top: 14px; padding: 27px 30px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.article-section h2 { margin: 0 0 13px; font-size: 20px; font-weight: 800; line-height: 1.42; letter-spacing: -.02em; }
.article-section p { margin: 10px 0; color: var(--text-soft); font-size: 14px; line-height: 1.72; }
.article-section ul { margin: 10px 0 0; padding-left: 21px; color: var(--text-soft); font-size: 14px; }
.article-section li { margin: 7px 0; line-height: 1.68; }
.content-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.content-links a { padding: 9px 11px; border-radius: 8px; background: var(--brand-soft); color: var(--brand); font-size: 13px; font-weight: 800; text-decoration: none; }

.column-article { padding: 36px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.column-article .article-hero { padding: 0 0 28px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; }
.column-article .article-section { margin-top: 28px; padding: 0; border: 0; border-radius: 0; }
.column-article .article-section p, .column-article .article-section ul { font-size: 15px; line-height: 1.85; }
.column-article .article-section p { margin: 14px 0; }
.column-article .article-section strong { color: var(--text); font-weight: 750; }
.column-article .article-section p a { color: var(--brand); text-underline-offset: 3px; }
.column-article blockquote { margin: 18px 0; padding: 2px 16px; border-left: 3px solid var(--brand); background: var(--surface-subtle); }
.article-table { width: 100%; table-layout: fixed; border-collapse: collapse; margin: 20px 0; font-size: 14px; line-height: 1.7; }
.article-table caption { margin-bottom: 9px; color: var(--text-muted); font-size: 12px; text-align: left; }
.article-table th, .article-table td { padding: 13px 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; word-break: keep-all; overflow-wrap: break-word; }
.article-table th:first-child { width: 34%; }
.article-table thead { background: var(--surface-subtle); }
.article-table tbody th { font-weight: 650; }
.article-table td { color: var(--text-soft); }
@media (max-width: 700px) {
  .column-article { padding: 24px 19px; border-radius: 12px; }
  .column-article .article-hero { padding: 0 0 24px; }
  .article-table { font-size: 13px; }
  .article-table th, .article-table td { padding: 11px 8px; }
  .article-table th:first-child { width: 38%; }
}

.next-reading { margin-top: 18px; padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface-subtle); }
.next-reading h2 { margin: 0 0 13px; font-size: 17px; font-weight: 800; }
.next-reading > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.next-reading a { display: flex; min-width: 0; padding: 14px; flex-direction: column; border: 1px solid #e5e8eb; border-radius: 10px; background: #fff; text-decoration: none; }
.next-reading strong { font-size: 13px; line-height: 1.45; }
.next-reading span { margin-top: 5px; color: var(--text-muted); font-size: 11px; line-height: 1.5; }

footer { padding: 26px max(32px, calc((100% - 1180px) / 2)) 40px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #e5e8ee; background: #fff; color: var(--text-muted); font-size: 12px; }
footer > div { display: grid; gap: 3px; }
footer strong { color: var(--text); }
footer nav { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 12px; }
footer a { font-weight: 760; text-decoration: none; }

html[lang="ko"] .article-hero h1,
html[lang="ko"] .article-hero div,
html[lang="ko"] .article-section h2,
html[lang="ko"] .article-section p,
html[lang="ko"] .article-section li,
html[lang="ko"] .next-reading strong,
html[lang="ko"] .next-reading span,
html[lang="ko"] footer {
  word-break: keep-all;
  overflow-wrap: break-word;
  line-break: strict;
  text-wrap: pretty;
}

html[lang="en"] .article-hero h1,
html[lang="en"] .article-hero div,
html[lang="en"] .article-section h2,
html[lang="en"] .article-section p,
html[lang="en"] .article-section li {
  overflow-wrap: break-word;
  text-wrap: pretty;
}

@media (max-width: 700px) {
  .site-header { min-height: 64px; padding: 12px 16px; }
  .brand-logo { width: 128px; }
  .site-header nav > a:not(.primary) { display: none; }
  .site-header nav .primary { padding: 9px 12px; font-size: 12px; }
  main { width: calc(100% - 24px); padding: 16px 0 42px; }
  .article-hero { padding: 24px 20px; border-radius: 13px; }
  .article-hero h1 { font-size: 27px; line-height: 1.34; }
  .article-hero div { margin-top: 12px; font-size: 14px; line-height: 1.68; }
  .article-section { padding: 22px 19px; border-radius: 12px; }
  .article-section h2 { font-size: 18px; }
  .article-section p,
  .article-section ul { font-size: 13px; }
  .next-reading { padding: 19px; }
  .next-reading > div { grid-template-columns: 1fr; }
  footer { padding: 24px 18px 34px; flex-direction: column; }
  footer nav { justify-content: flex-start; }
}
.comparison-evidence{font-family:inherit;color:inherit;line-height:1.8;word-break:keep-all;overflow-wrap:break-word}
.comparison-evidence h2{font-size:clamp(20px,3vw,26px);line-height:1.4;margin:0 0 16px;letter-spacing:-.03em}
main>article>.comparison-evidence{margin-top:28px;padding-top:28px;border-top:1px solid var(--line,#cbd5e1)}
main>article>.comparison-evidence h2{font-size:20px;font-weight:800;line-height:1.42;letter-spacing:-.02em}
.column-article>.comparison-evidence p{font-size:15px;line-height:1.85}
.comparison-evidence p{margin:14px 0}.comparison-evidence a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.evidence-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:22px 0}
.evidence-cards article{padding:20px;border:1px solid #cbd5e1;border-radius:10px;min-width:0}
.evidence-cards h3{font-size:18px;line-height:1.5;margin:0 0 8px}.evidence-cards p{font-size:13px;margin:0 0 16px}
.evidence-cards dl{margin:0}.evidence-cards dt{font-size:12px;opacity:.8;margin-top:12px}.evidence-cards dd{margin:3px 0 0;font-weight:650}
.comparison-evidence small{display:block;font-size:12px;font-weight:400;line-height:1.7;margin-top:4px}
.evidence-note{font-size:13px;opacity:.85}.evidence-table-scroll{overflow-x:auto;margin:20px 0;border:1px solid #cbd5e1;border-radius:8px}
.evidence-table-scroll table{border-collapse:collapse;width:100%;min-width:600px;font-size:14px}
.evidence-table-scroll caption{text-align:left;padding:12px 14px;font-weight:650}
.evidence-table-scroll th,.evidence-table-scroll td{padding:14px;text-align:left;vertical-align:top;border-top:1px solid #cbd5e1;line-height:1.7}
.evidence-table-scroll thead{background:rgba(128,148,166,.1)}.home-evidence{margin:30px 0;padding-top:26px;border-top:1px solid #cbd5e1}
@media(max-width:700px){.evidence-cards{grid-template-columns:1fr}.evidence-cards article{padding:18px}.evidence-table-scroll table{font-size:13px}.evidence-table-scroll th,.evidence-table-scroll td{padding:12px}}
