:root {
  color-scheme: light;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Noto Sans KR", sans-serif;
  color: #25334a;
  background: #f5f8fc;
}

* { box-sizing: border-box; }
body { margin: 0; line-height: 1.72; word-break: keep-all; }
header { position: sticky; top: 0; z-index: 10; background: rgba(255, 255, 255, .96); border-bottom: 1px solid #dfe7f2; backdrop-filter: blur(12px); }
nav, main, footer { width: min(900px, calc(100% - 36px)); margin: 0 auto; }
nav { display: flex; align-items: center; gap: 18px; min-height: 64px; }
.brand { margin-right: auto; color: #497fc2; font-size: 20px; font-weight: 800; text-decoration: none; }
a { color: #356da9; text-underline-offset: 3px; }
.nav-links { display: flex; align-items: center; gap: 18px; overflow-x: auto; scrollbar-width: none; }
.nav-links::-webkit-scrollbar { display: none; }
.nav-links a { color: #536278; font-size: 14px; text-decoration: none; white-space: nowrap; }
.nav-links a[aria-current="page"] { color: #356da9; font-weight: 700; }
main { margin-top: 28px; margin-bottom: 28px; padding: 38px; background: #fff; border: 1px solid #dfe7f2; border-radius: 18px; }
h1 { margin: 0 0 8px; font-size: 30px; line-height: 1.35; letter-spacing: 0; }
h2 { margin: 36px 0 9px; font-size: 19px; line-height: 1.5; letter-spacing: 0; }
h3 { margin: 22px 0 6px; font-size: 16px; letter-spacing: 0; }
p, li, td, th { font-size: 15px; }
ul, ol { padding-left: 22px; }
.meta, .muted { color: #718096; font-size: 13px; }
.notice { margin: 24px 0; padding: 17px 18px; border-radius: 12px; background: #edf5ff; border: 1px solid #d5e7fb; }
.actions { display: flex; gap: 10px; flex-wrap: wrap; margin: 24px 0; }
.button { display: inline-block; padding: 12px 17px; border-radius: 10px; background: #497fc2; color: #fff; font-weight: 750; text-decoration: none; }
.button.secondary { background: #fff; color: #356da9; border: 1px solid #bfd3e9; }
.policy-list { display: grid; gap: 12px; margin-top: 28px; }
.policy-card { display: block; padding: 18px; border: 1px solid #dfe7f2; border-radius: 12px; color: #25334a; text-decoration: none; background: #fbfdff; }
.policy-card strong { display: block; margin-bottom: 4px; }
.policy-card span { color: #718096; font-size: 14px; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 11px; border: 1px solid #dfe7f2; text-align: left; vertical-align: top; }
th { background: #f3f7fb; }
footer { padding: 0 0 36px; color: #718096; font-size: 13px; }

@media (max-width: 620px) {
  nav { width: 100%; min-height: auto; padding: 14px 18px 0; display: block; }
  .brand { display: block; margin-bottom: 11px; }
  .nav-links { width: calc(100% + 36px); margin-left: -18px; padding: 0 18px 12px; gap: 16px; }
  .nav-links a { font-size: 13px; }
  main { width: 100%; margin-top: 18px; padding: 26px 18px; border-left: 0; border-right: 0; border-radius: 0; }
  h1 { font-size: 25px; }
  table { display: block; overflow-x: auto; }
}
