:root { color-scheme: light; font-family: -apple-system, BlinkMacSystemFont, "Noto Sans KR", sans-serif; color: #292421; background: #fffaf7; }
* { box-sizing: border-box; }
body { margin: 0; line-height: 1.75; word-break: keep-all; }
header { background: #fff; border-bottom: 1px solid #eee4df; }
nav, main, footer { width: min(880px, calc(100% - 36px)); margin: 0 auto; }
nav { display: flex; align-items: center; gap: 18px; min-height: 62px; flex-wrap: wrap; }
nav strong, .brand { color: #e45d2c; font-size: 20px; font-weight: 800; margin-right: auto; text-decoration: none; }
a { color: #c84c24; text-underline-offset: 3px; }
nav a { color: #4f4743; font-size: 14px; text-decoration: none; }
main { background: #fff; margin-top: 28px; margin-bottom: 28px; padding: 36px; border: 1px solid #eee4df; border-radius: 20px; }
h1 { margin: 0 0 6px; font-size: 30px; line-height: 1.3; }
h2 { margin: 34px 0 8px; font-size: 19px; }
p, li { font-size: 15px; }
.meta, .muted { color: #746b66; font-size: 13px; }
.notice { margin: 22px 0; padding: 16px; border-radius: 12px; background: #fff3eb; }
.actions { display: flex; gap: 10px; flex-wrap: wrap; margin: 22px 0; }
.button { display: inline-block; padding: 11px 16px; border-radius: 10px; background: #e45d2c; color: white; font-weight: 700; text-decoration: none; }
.button.secondary { background: #fff; color: #c84c24; border: 1px solid #e9c8bb; }
.home { display: grid; gap: 64px; padding: 48px; }
.home section { min-width: 0; }
.hero { padding: 28px 0 12px; }
.eyebrow { margin: 0 0 12px; color: #d95729; font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.hero h1 { font-size: clamp(38px, 7vw, 60px); letter-spacing: -.04em; line-height: 1.15; }
.hero-copy { max-width: 660px; margin: 22px 0 0; color: #625853; font-size: 17px; line-height: 1.8; }
.section-title { max-width: 570px; margin: 0 0 24px; font-size: 28px; line-height: 1.4; }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.feature-card { padding: 24px; border: 1px solid #eee4df; border-radius: 18px; background: #fffdfb; }
.feature-card h3 { margin: 14px 0 6px; font-size: 18px; }
.feature-card p { margin: 0; color: #675d58; }
.feature-number { color: #dd663b; font-size: 12px; font-weight: 800; }
.trust-panel { display: grid; grid-template-columns: 1.05fr .95fr; gap: 32px; padding: 30px; border-radius: 22px; background: #fff3eb; }
.trust-panel h2, .contact h2 { margin: 0 0 10px; font-size: 24px; }
.trust-panel p { margin-bottom: 0; color: #675d58; }
.policy-links { display: grid; align-content: center; }
.policy-links a { display: flex; justify-content: space-between; gap: 16px; padding: 13px 2px; border-bottom: 1px solid #efd9cf; color: #443c38; font-weight: 700; text-decoration: none; }
.contact { padding-bottom: 12px; }
.contact p { margin: 0 0 8px; color: #675d58; }
.contact a { font-size: 17px; font-weight: 800; }
table { border-collapse: collapse; width: 100%; font-size: 14px; }
th, td { padding: 10px; border: 1px solid #e9dfda; text-align: left; vertical-align: top; }
th { background: #fff7f2; }
footer { padding: 0 0 36px; color: #746b66; font-size: 13px; }
@media (max-width: 600px) { main { padding: 24px 18px; border-radius: 0; border-left: 0; border-right: 0; } nav { gap: 12px; } nav a:not(.brand) { font-size: 12px; } h1 { font-size: 25px; } table { display: block; overflow-x: auto; } .home { gap: 48px; } .hero { padding-top: 18px; } .hero h1 { font-size: 38px; } .hero-copy { font-size: 16px; } .feature-grid, .trust-panel { grid-template-columns: 1fr; } .trust-panel { padding: 24px 20px; } }
