*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#fff;color:#111;font-family:Pretendard,-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans KR",sans-serif;-webkit-font-smoothing:antialiased}.container{width:min(920px,calc(100% - 40px));margin:0 auto}a{color:inherit;text-decoration:none}header{height:72px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eee}.logo{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:800;letter-spacing:.08em}.logo-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:#3568ed;color:#fff;font-family:Georgia,serif;font-size:21px;letter-spacing:0}.back{font-size:13px;color:#777;font-weight:600}.back:before{content:"←";margin-right:7px;color:#3568ed}main{min-height:calc(100vh - 132px);display:flex;align-items:center;padding:72px 0}.hero{width:100%}.tag{display:inline-block;color:#3568ed;font-size:11px;font-weight:800;letter-spacing:.12em;margin-bottom:20px}h1{margin:0;color:#172033;font-size:clamp(48px,9vw,78px);line-height:1.08;letter-spacing:-.05em}p{margin:24px 0 0;color:#666;font-size:17px;line-height:1.7;word-break:keep-all}.notice{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;margin-top:44px;padding:22px 24px;border:1px solid #ddd;border-radius:14px}.notice>span{width:9px;height:9px;border-radius:50%;background:#3568ed;box-shadow:0 0 0 5px #e9efff}.notice b{font-size:15px}.notice small{color:#999;font-size:10px;letter-spacing:.12em;font-weight:700}footer{height:60px;display:flex;align-items:center;border-top:1px solid #eee;color:#999;font-size:12px}@media(max-width:640px){.container{width:min(100% - 28px,920px)}header{height:64px}main{min-height:calc(100vh - 120px);padding:48px 0}.notice{grid-template-columns:auto 1fr;padding:19px}.notice small{display:none}}
