@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700;800;900&display=swap');
:root{--paper:#f7f5f0;--ink:#242b28;--muted:#626862;--red:#c84438;--line:#d8dbd2}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'Noto Sans KR',sans-serif;word-break:keep-all}a{color:inherit;text-decoration:none}button,a,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,summary:focus-visible{outline:3px solid var(--red);outline-offset:5px}.skip{position:absolute;left:20px;top:-100px;z-index:100;background:white;padding:12px}.skip:focus{top:12px}.header{height:100px;max-width:1440px;padding:0 64px;margin:auto;display:flex;align-items:center;justify-content:space-between}.brand{font-size:29px;font-weight:900;display:flex;align-items:center;gap:8px;letter-spacing:-1.5px}.brand-dot{color:var(--red);margin-left:-8px}.header nav{display:flex;align-items:center;gap:34px;font-size:14px;font-weight:600}.button{display:inline-flex;gap:40px;align-items:center;justify-content:space-between;padding:20px 26px;background:var(--red);color:white;font-size:16px;font-weight:700;border-radius:5px;transition:background .2s,transform .2s}.button:hover{background:#ac352b;transform:translateY(-2px)}.button.small{padding:13px 20px;gap:22px;font-size:14px}.hero{max-width:1440px;margin:auto;padding:32px 64px 0;display:grid;grid-template-columns:1fr 1fr;column-gap:38px;align-items:center}.hero-copy{padding:30px 0 44px}.eyebrow{font-size:13px;font-weight:700;letter-spacing:1.3px;display:flex;align-items:center;gap:10px;margin:0 0 28px}.eyebrow>span{width:7px;height:7px;background:var(--red);border-radius:50%}h1{font-size:clamp(38px,4.2vw,62px);line-height:1.3;letter-spacing:-3px;font-weight:800;margin:0 0 28px}.red{color:var(--red)}.intro{font-size:18px;line-height:1.9;color:var(--muted);margin-bottom:32px;letter-spacing:-.6px}.intro strong{color:var(--ink);font-weight:500}.download-note{font-size:12px;color:var(--muted);margin-top:14px}.hero-visual{background:#e4e9df;min-height:470px;position:relative;border-radius:130px 6px 6px 6px;display:flex;align-items:center;justify-content:center;overflow:hidden}.connection{display:flex;align-items:center;position:relative;z-index:2;padding:16px;gap:10px}.connection span{display:flex;align-items:center;justify-content:center;border:1px solid #b4c2b2;background:var(--paper);border-radius:50%;width:70px;height:70px;font-size:14px;font-weight:600}.connection span.new{background:var(--red);color:white;border-color:var(--red);width:90px;height:90px}.connection i{width:30px;border-top:1px dashed #8b9689}.visual-caption{position:absolute;bottom:24px;left:28px;font-size:15px;font-weight:500}.hero-bottom{grid-column:1/-1;display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:32px 0;font-size:13px;color:var(--muted)}.hero-bottom a{display:flex;gap:28px}.section{max-width:1312px;margin:auto;padding:100px 64px}.section h2{font-size:38px;letter-spacing:-1.8px;line-height:1.45;font-weight:700;margin:0 0 24px}.section-intro{color:var(--muted);font-size:17px;line-height:1.85}.footer{padding:48px 64px;max-width:1440px;margin:auto;border-top:1px solid var(--line);font-size:14px;color:var(--muted)}
@media(min-width:1441px){.section{padding-left:0;padding-right:0}}@media(max-width:900px){.header{padding:0 28px;height:84px}.header nav{gap:20px}.hero{padding:22px 28px 0;gap:24px}h1{font-size:40px;letter-spacing:-2px}.intro{font-size:16px}.hero-visual{min-height:420px}.connection{gap:5px}.connection span{width:54px;height:54px}.connection i{width:15px}.section{padding:76px 28px}.footer{padding:40px 28px}}@media(max-width:640px){.header{padding:0 22px;height:80px}.brand{font-size:25px}.brand img{width:31px;height:31px}.header nav>a:not(.button){display:none}.button.small{padding:11px 14px;font-size:12px;gap:16px}.hero{display:block;padding:26px 22px 0}.hero-copy{padding:8px 0 32px}.eyebrow{font-size:12px;margin-bottom:22px}h1{font-size:43px;line-height:1.3;letter-spacing:-2.5px;margin-bottom:20px}.intro{font-size:16px;line-height:1.85;margin-bottom:25px}.button{padding:17px 23px}.hero-visual{min-height:340px;border-top-left-radius:90px}.hero-bottom{font-size:11px;padding:24px 0;gap:10px}.hero-bottom a{gap:10px}.section{padding:65px 22px}.section h2{font-size:29px;letter-spacing:-1.5px}.section-intro{font-size:16px}.footer{padding:35px 22px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
