@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:#122a5c;--wd-primary-light:#9fb2d6;--wd-primary-hover:#0d2049;--wd-primary-50:#eef1f7;--wd-primary-100:#dde3ef;--wd-secondary:#b8902f;--wd-accent:#b8902f;--wd-text-primary:#14181f;--wd-text-secondary:#444b57;--wd-text-tertiary:#6a7280;--wd-text-muted:#9aa1ac;--wd-text-disabled:#c2c8d0;--wd-text-inverse:#fff;--wd-surface-white:#fff;--wd-surface-light:#f4f6fa;--wd-surface-subtle:#e9edf4;--wd-surface-dark:#0a1430;--wd-surface-dark-section:#0e2350;--wd-surface-dark-hover:#173067;--wd-border-default:#d8dee9;--wd-border-light:#e8ecf3;--wd-border-strong:#c3cbd9;--wd-border-dark:#16223f;--wd-border-on-dark:#2a3a60;--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:2px;--wd-radius-md:4px;--wd-radius-default:4px;--wd-radius-full:999px;--wd-shadow-subtle:0 0 0 1px var(--wd-border-light);--wd-shadow-card:0 8px 28px #0a14301a;--wd-shadow-float:0 14px 38px #0a143024;--wd-shadow-dropdown:0 16px 40px #0a143029;--wd-maxw:1240px;--wd-maxw-wide:1440px;--wd-pad:24px;--wd-header-h:88px;--wd-ease:cubic-bezier(.4, 0, .2, 1);--wd-dur:.3s;--wd-dur-fast:.2s;--wd-sec-y:120px}@media (max-width:1080px){:root{--wd-sec-y:88px;--wd-header-h:74px}}@media (max-width:640px){:root{--wd-sec-y:60px;--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}}
