:root{--paper:#f7f7f2;--ink:#151515;--muted:#676761;--line:#d7d6cc;--card:#fffefb;--red:#e23a3a;--blue:#2069d8;--green:#188b63}*{box-sizing:border-box}body{margin:0;background:linear-gradient(90deg,rgba(0,0,0,.028) 1px,transparent 1px),linear-gradient(rgba(0,0,0,.028) 1px,transparent 1px),var(--paper);background-size:34px 34px;color:var(--ink);font-family:ui-sans-serif,system-ui,-apple-system,"Segoe UI","Noto Sans KR",sans-serif;line-height:1.75}a{color:inherit}header{position:sticky;top:0;z-index:2;border-bottom:1px solid var(--line);background:rgba(247,247,242,.94);backdrop-filter:blur(14px)}.nav{width:min(1040px,calc(100% - 32px));min-height:68px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:10px;font-weight:950;letter-spacing:.04em;text-decoration:none}.brand img{width:32px;height:32px}.links{display:flex;flex-wrap:wrap;gap:8px 16px;font-size:14px;font-weight:750}.links a{text-decoration-thickness:1px;text-underline-offset:4px}.play{padding:9px 14px;background:var(--ink);color:#fff;text-decoration:none}main{width:min(880px,calc(100% - 32px));margin:0 auto;padding:72px 0 84px}.eyebrow{margin:0 0 12px;color:var(--green);font-size:13px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}h1{max-width:760px;margin:0;font-size:clamp(38px,8vw,76px);line-height:.98;letter-spacing:-.055em}h2{margin:0 0 14px;font-size:clamp(24px,4vw,34px);line-height:1.2;letter-spacing:-.025em}h3{margin:24px 0 8px;font-size:18px}p,li{font-size:17px}.lead{max-width:720px;margin:28px 0 0;color:#3f3f3b;font-size:clamp(18px,2.3vw,22px)}.rule{height:5px;margin:44px 0;background:linear-gradient(90deg,var(--red) 0 33.33%,var(--ink) 33.33% 66.66%,var(--blue) 66.66%)}section{margin-top:24px;padding:30px;border:1px solid var(--line);background:var(--card)}section p:last-child,section ul:last-child,section ol:last-child{margin-bottom:0}.steps{counter-reset:step;list-style:none;padding:0}.steps li{position:relative;padding:18px 0 18px 58px;border-bottom:1px solid var(--line)}.steps li:last-child{border-bottom:0}.steps li:before{counter-increment:step;content:counter(step);position:absolute;left:0;top:17px;width:36px;height:36px;display:grid;place-items:center;background:var(--ink);color:#fff;font-weight:900}.notice{border-left:5px solid var(--green)}.meta{color:var(--muted);font-size:14px}.contact-form{display:grid;gap:14px}.contact-form label{display:grid;gap:6px;font-weight:800}.contact-form input,.contact-form textarea{width:100%;padding:13px;border:1px solid #a9a89f;background:#fff;font:inherit}.contact-form textarea{min-height:170px;resize:vertical}.contact-form button{min-height:48px;border:0;background:var(--ink);color:#fff;font:inherit;font-weight:900;cursor:pointer}footer{border-top:1px solid var(--line);background:var(--card)}.footer{width:min(1040px,calc(100% - 32px));margin:auto;padding:30px 0;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer nav{display:flex;gap:14px;flex-wrap:wrap}.en{padding-top:22px;border-top:1px dashed var(--line);color:#494944}@media(max-width:720px){.nav{align-items:flex-start;padding:14px 0;flex-direction:column}.links{gap:6px 12px}main{padding-top:48px}section{padding:22px}h1{font-size:46px}.play{display:inline-block}}
