:root { color-scheme: light; font-family: "Gaegu", "Noto Sans KR", system-ui, sans-serif; color: #273142; background: #f7fbff; }
body { margin: 0; line-height: 1.7; }
main { width: min(860px, calc(100% - 32px)); margin: 28px auto; padding: 28px; box-sizing: border-box; background: #fff; border: 1px solid #dce8f5; border-radius: 18px; box-shadow: 0 8px 30px rgba(39, 49, 66, 0.08); }
h1, h2 { line-height: 1.3; }
h2 { margin-top: 30px; font-size: 1.25rem; }
table { width: 100%; border-collapse: collapse; font-family: system-ui, sans-serif; font-size: 0.92rem; }
th, td { padding: 10px; border: 1px solid #dce3ec; text-align: left; vertical-align: top; }
th { background: #eef6ff; }
a { color: #2855a6; }
.notice { padding: 12px 14px; background: #fff8dc; border-radius: 10px; }
.back-link { display: inline-block; margin-top: 24px; font-weight: 700; }
@media (max-width: 600px) {
  main { width: min(100% - 16px, 860px); margin: 8px auto; padding: 18px; }
  table, tbody, tr, th, td { display: block; }
  tr { margin-bottom: 12px; }
}
