@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:#0a3d62;--wd-primary-light:#91a8b8;--wd-primary-hover:#083352;--wd-primary-50:#ebeff2;--wd-primary-100:#d8e0e6;--wd-secondary:#2f7fd1;--wd-accent:#2f7fd1;--wd-text-primary:#171c26;--wd-text-secondary:#4a5263;--wd-text-tertiary:#697282;--wd-text-muted:#939aa6;--wd-text-disabled:#b9c0cb;--wd-text-inverse:#fff;--wd-surface-white:#fff;--wd-surface-light:#f5f7fa;--wd-surface-subtle:#eef1f6;--wd-surface-dark:#0c1424;--wd-surface-dark-section:#0e1b33;--wd-surface-dark-hover:#16284a;--wd-border-default:#dde3ec;--wd-border-light:#eaeef4;--wd-border-strong:#cbd3df;--wd-border-dark:#1a2740;--wd-border-on-dark:#2a3a5c;--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:0px;--wd-radius-full:999px;--wd-shadow-subtle:0 0 0 1px var(--wd-border-light);--wd-shadow-card:0 6px 24px #0c142414;--wd-shadow-float:0 10px 30px #0c14241a;--wd-shadow-dropdown:0 14px 36px #0c142424;--wd-maxw:1240px;--wd-maxw-wide:1440px;--wd-pad:24px;--wd-header-h:84px;--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:84px;--wd-header-h:72px}}@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}}
