@import "https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css";
@import "https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&display=swap";
:root{--wd-primary:#4f46e5;--wd-primary-light:#c7d2fe;--wd-primary-hover:#4338ca;--wd-primary-50:#eef2ff;--wd-primary-100:#e0e7ff;--wd-secondary:#06b6d4;--wd-accent:#06b6d4;--wd-gradient:linear-gradient(120deg, #4f46e5 0%, #06b6d4 100%);--wd-text-primary:#0f172a;--wd-text-secondary:#475569;--wd-text-tertiary:#64748b;--wd-text-muted:#94a3b8;--wd-text-disabled:#cbd5e1;--wd-text-inverse:#fff;--wd-surface-white:#fff;--wd-surface-light:#f8fafc;--wd-surface-subtle:#f1f5f9;--wd-surface-dark:#0f172a;--wd-surface-dark-section:#1e1b4b;--wd-surface-dark-hover:#312e81;--wd-border-default:#e2e8f0;--wd-border-light:#eef2f7;--wd-border-strong:#cbd5e1;--wd-border-dark:#1e293b;--wd-border-on-dark:#334155;--wd-font-primary:"Pretendard Variable", "Pretendard", -apple-system, system-ui, sans-serif;--wd-font-secondary:"Poppins", "Pretendard", sans-serif;--wd-radius-none:0px;--wd-radius-sm:8px;--wd-radius-md:12px;--wd-radius-default:16px;--wd-radius-full:999px;--wd-shadow-subtle:0 0 0 1px var(--wd-border-light);--wd-shadow-card:0 10px 30px #0f172a14;--wd-shadow-float:0 18px 48px #4f46e524;--wd-shadow-dropdown:0 16px 40px #0f172a1f;--wd-maxw:1200px;--wd-maxw-wide:1400px;--wd-pad:24px;--wd-header-h:80px;--wd-ease:cubic-bezier(.4, 0, .2, 1);--wd-dur:.3s;--wd-dur-fast:.2s;--wd-sec-y:140px}@media (max-width:1080px){:root{--wd-sec-y:96px;--wd-header-h:72px}}@media (max-width:640px){:root{--wd-sec-y:64px;--wd-pad:18px}}
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:var(--wd-header-h);font-size:62.5%}body{font-family:var(--wd-font-primary);color:var(--wd-text-primary);background:var(--wd-surface-white);letter-spacing:-.01em;-webkit-font-smoothing:antialiased;font-size:1.6rem;line-height:1.6}img,svg,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{font:inherit;cursor:pointer;color:inherit;background:0 0;border:none}table{border-collapse:collapse;width:100%}:focus-visible{outline:2px solid var(--wd-secondary);outline-offset:2px}.wd-container{width:100%;max-width:var(--wd-maxw);padding-inline:var(--wd-pad);margin-inline:auto}.wd-container--wide{max-width:var(--wd-maxw-wide)}.wd-section{padding-block:var(--wd-sec-y)}.wd-section--soft{background:var(--wd-surface-light)}.wd-section--subtle{background:var(--wd-surface-subtle)}.wd-section--dark{background:var(--wd-surface-dark-section);color:var(--wd-text-inverse)}.wd-section--dark .wd-sec-desc,.wd-section--dark .wd-eyebrow{color:var(--wd-primary-light)}.wd-section--dark .wd-sec-title{color:#fff}.wd-sec-head{margin-bottom:56px}.wd-sec-head--center{text-align:center}.wd-eyebrow{font-family:var(--wd-font-secondary);letter-spacing:.04em;color:var(--wd-secondary);margin-bottom:14px;font-size:14px;font-weight:600;display:inline-block}.wd-sec-title{letter-spacing:-.03em;color:var(--wd-text-primary);font-size:clamp(26px,3.4vw,38px);font-weight:700;line-height:1.25}.wd-sec-title .accent{color:var(--wd-primary)}.wd-sec-desc{color:var(--wd-text-secondary);max-width:640px;margin-top:18px;font-size:16px;line-height:1.7}.wd-sec-head--center .wd-sec-desc{margin-inline:auto}.wd-btn{border-radius:var(--wd-radius-default);min-width:150px;height:54px;transition:all var(--wd-dur) var(--wd-ease);white-space:nowrap;justify-content:center;align-items:center;gap:8px;padding-inline:30px;font-size:16px;font-weight:600;display:inline-flex}.wd-btn--primary{background:var(--wd-primary);color:#fff}.wd-btn--primary:hover{background:var(--wd-primary-hover);transform:translateY(-2px)}.wd-btn--ghost{color:var(--wd-primary);box-shadow:inset 0 0 0 1.5px var(--wd-primary);background:0 0}.wd-btn--ghost:hover{background:var(--wd-primary);color:#fff}.wd-btn--on-dark{color:var(--wd-primary);background:#fff}.wd-btn--on-dark:hover{background:var(--wd-primary-light)}.wd-btn--sm{min-width:0;height:44px;padding-inline:20px;font-size:14px}.wd-grid{gap:24px;display:grid}.wd-grid--2{grid-template-columns:repeat(2,1fr)}.wd-grid--3{grid-template-columns:repeat(3,1fr)}.wd-grid--4{grid-template-columns:repeat(4,1fr)}.wd-card{border:1px solid var(--wd-border-default);border-radius:var(--wd-radius-default);transition:all var(--wd-dur) var(--wd-ease);background:#fff}.wd-card:hover{border-color:var(--wd-primary);box-shadow:var(--wd-shadow-card)}.wd-spec{border-top:2px solid var(--wd-primary);width:100%;font-size:14.5px}.wd-spec th,.wd-spec td{text-align:left;border-bottom:1px solid var(--wd-border-light);padding:13px 16px}.wd-spec th{background:var(--wd-surface-light);color:var(--wd-text-secondary);white-space:nowrap;width:34%;font-weight:600}.wd-spec td{color:var(--wd-text-primary)}.wd-tag{font-family:var(--wd-font-secondary);letter-spacing:.02em;color:var(--wd-secondary);background:var(--wd-primary-50);border-radius:var(--wd-radius-sm);padding:5px 11px;font-size:12px;font-weight:600;display:inline-block}.wd-num{font-family:var(--wd-font-secondary);letter-spacing:-.02em;font-weight:700}.is-disabled{pointer-events:none;cursor:default;position:relative;color:var(--wd-text-disabled)!important}@media (max-width:960px){.wd-grid--3,.wd-grid--4{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.wd-grid--2,.wd-grid--3,.wd-grid--4{grid-template-columns:1fr}.wd-sec-head{margin-bottom:36px}.wd-btn{height:50px}}@media (prefers-reduced-motion:no-preference){.wd-reveal{opacity:0;transition:opacity .7s var(--wd-ease), transform .7s var(--wd-ease);transform:translateY(20px)}.wd-reveal.is-in{opacity:1;transform:none}}
