.site-header[data-astro-cid-ctg3m53h]{position:sticky;top:0;z-index:40;background:var(--c-bg);border-bottom:1px solid var(--c-border)}.site-header__inner[data-astro-cid-ctg3m53h]{display:flex;align-items:center;justify-content:space-between;height:68px}.site-header__logo[data-astro-cid-ctg3m53h]{font-family:var(--font-heading);font-size:1.15rem;font-weight:700;color:var(--c-text-strong)}.site-header__logo[data-astro-cid-ctg3m53h] span[data-astro-cid-ctg3m53h]{color:var(--c-primary)}.site-header__nav[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:1.75rem}.site-header__nav[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]:not(.nav-cta){font-size:.92rem;color:var(--c-text)}.nav-cta[data-astro-cid-ctg3m53h]{display:inline-flex;align-items:center;min-height:40px;padding:0 1.1rem;background:var(--c-primary);color:var(--c-bg);border-radius:var(--radius-sm);font-size:.88rem;font-weight:700}.site-header__toggle[data-astro-cid-ctg3m53h]{display:none;font-size:1.4rem;color:var(--c-text-strong)}@media (max-width: 720px){.site-header__nav[data-astro-cid-ctg3m53h]{position:fixed;top:68px;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background:var(--c-bg);border-bottom:1px solid var(--c-border);transform:translateY(-8px);opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease}.site-header__nav[data-astro-cid-ctg3m53h].is-open{transform:translateY(0);opacity:1;pointer-events:auto}.site-header__nav[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]{padding:.9rem 1.5rem;border-bottom:1px solid var(--c-border-muted);min-height:var(--btn-min);display:flex;align-items:center}.nav-cta[data-astro-cid-ctg3m53h]{margin:.75rem 1.5rem}.site-header__toggle[data-astro-cid-ctg3m53h]{display:block}}.site-footer[data-astro-cid-gcn2mc3v]{background:var(--c-bg-subtle);border-top:1px solid var(--c-border);padding:3rem 0 1.5rem}.site-footer__inner[data-astro-cid-gcn2mc3v]{display:grid;grid-template-columns:1.4fr 1fr auto;gap:2rem;padding-bottom:2rem;border-bottom:1px solid var(--c-border)}.site-footer__biz-name[data-astro-cid-gcn2mc3v]{font-weight:700;color:var(--c-text-strong);margin-bottom:.5rem}.site-footer__biz-detail[data-astro-cid-gcn2mc3v]{font-size:.85rem;color:var(--c-text-muted);line-height:1.8}.site-footer__links[data-astro-cid-gcn2mc3v] h3[data-astro-cid-gcn2mc3v]{font-size:.85rem;color:var(--c-text-strong);margin-bottom:.75rem}.site-footer__links[data-astro-cid-gcn2mc3v] li[data-astro-cid-gcn2mc3v]{font-size:.85rem;color:var(--c-text-muted);margin-bottom:.5rem}.site-footer__copy[data-astro-cid-gcn2mc3v]{font-size:.8rem;color:var(--c-text-subtle);text-align:right}.site-footer__disclaimer[data-astro-cid-gcn2mc3v]{font-size:.75rem;color:var(--c-text-subtle);line-height:1.7;padding-top:1.25rem}@media (max-width: 720px){.site-footer__inner[data-astro-cid-gcn2mc3v]{grid-template-columns:1fr}.site-footer__copy[data-astro-cid-gcn2mc3v]{text-align:left}}.sticky-cta[data-astro-cid-qff7fdmd]{position:fixed;right:1.25rem;bottom:1.25rem;z-index:50;display:inline-flex;align-items:center;gap:.5rem;min-height:var(--btn-min);padding:0 1.25rem;background:var(--c-cta-bg);color:var(--c-cta-text);border-radius:999px;box-shadow:var(--shadow-hover);transition:opacity .2s ease,transform .2s ease}.sticky-cta[data-astro-cid-qff7fdmd][data-hidden]{opacity:0;pointer-events:none;transform:translateY(8px)}.sticky-cta__label--short[data-astro-cid-qff7fdmd]{display:none}@media (max-width: 720px){.sticky-cta__label[data-astro-cid-qff7fdmd]{display:none}.sticky-cta__label--short[data-astro-cid-qff7fdmd]{display:inline}}:root{--c-primary: #2e3572;--c-primary-hover: #22285a;--c-primary-light: #e9eaf5;--c-bg: #fdfbf7;--c-bg-card: #ffffff;--c-bg-subtle: #f5f1e8;--c-text: #2b2b26;--c-text-strong: #1a1a17;--c-text-muted: #6b6a5f;--c-text-subtle: #9c9a8c;--c-border: #e7e2d5;--c-border-muted: #f0ece0;--c-warn: #c44536;--c-cta-bg: #2e3572;--c-cta-text: #fdfbf7;--font-body: "Pretendard", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;--font-heading: "Pretendard", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;--fs-display: clamp(2.6rem, 6vw, 4.25rem);--fs-section: clamp(1.9rem, 4vw, 2.75rem);--fs-stat: clamp(2.2rem, 5vw, 3.5rem);--fs-h3: 1.25rem;--fs-body: 1.0625rem;--fs-eyebrow: .8125rem;--prose-width: 700px;--layout-width: 1140px;--section-pad: clamp(4.5rem, 10vh, 8rem);--radius: 14px;--radius-sm: 8px;--radius-pill: 999px;--radius-flat: 0;--btn-min: 48px;--shadow-card: 0 1px 3px rgba(46,53,114,.06), 0 4px 16px rgba(46,53,114,.08);--shadow-hover: 0 10px 28px rgba(46,53,114,.16);--dur-reveal: .6s;--dur-image: .8s;--dur-hover-card: .3s;--dur-hover-btn: .15s;--dur-link: .2s;--dur-countup: .7s;--stagger-step: 70ms;--ease-reveal: cubic-bezier(.16, 1, .3, 1);--bp-mobile: 720px}@font-face{font-family:Pretendard;src:url(/fonts/Pretendard-Regular.subset.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/fonts/Pretendard-Bold.subset.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--c-bg);color:var(--c-text);line-height:1.75;font-size:var(--fs-body)}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{font:inherit;cursor:pointer;border:none;background:none}.layout-container{max-width:var(--layout-width);margin:0 auto;padding:0 1.5rem}h1,h2,h3{font-family:var(--font-heading);color:var(--c-text-strong)}h1,h2{font-weight:700;letter-spacing:0;line-height:1.18;text-wrap:balance;word-break:keep-all;overflow-wrap:normal}h1{font-size:var(--fs-display)}h2{font-size:var(--fs-section)}h3{font-size:var(--fs-h3);font-weight:600;line-height:1.35}p{font-size:var(--fs-body)}p,li,summary,a,button{word-break:keep-all;overflow-wrap:anywhere}.stat-number{font-family:var(--font-heading);font-size:var(--fs-stat);font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:-.01em;color:var(--c-primary);line-height:1.1}.section{padding:var(--section-pad) 0}.section--cream{background:var(--c-bg)}.section--subtle{background:var(--c-bg-subtle)}.section__head{max-width:640px;margin:0 auto 2.5rem;text-align:center}.section__eyebrow{display:inline-block;font-size:var(--fs-eyebrow);font-weight:700;color:var(--c-primary);letter-spacing:.12em;margin-bottom:.75rem}.section__desc{color:var(--c-text-muted);margin-top:.75rem}.section__head h2{margin-top:.5rem;margin-bottom:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:var(--btn-min);padding:0 1.75rem;border-radius:var(--radius-sm);font-weight:700;font-size:.98rem;transition:transform var(--dur-hover-btn) ease,box-shadow var(--dur-hover-btn) ease,background var(--dur-hover-btn) ease}.btn--primary{background:var(--c-cta-bg);color:var(--c-cta-text)}.btn--primary:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}.btn--secondary{background:var(--c-bg-card);color:var(--c-primary);border:1.5px solid var(--c-primary)}.btn--secondary:hover{background:var(--c-primary-light)}.card{background:var(--c-bg-card);border-radius:var(--radius);box-shadow:var(--shadow-card);transition:transform var(--dur-hover-card) ease,box-shadow var(--dur-hover-card) ease}.card:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover)}.full-bleed{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);border-radius:var(--radius-flat)}.reveal{opacity:1;transform:none;transition:opacity var(--dur-reveal) var(--ease-reveal),transform var(--dur-reveal) var(--ease-reveal);transition-delay:calc(var(--stagger-i, 0) * var(--stagger-step))}.reveal.is-visible{opacity:1;transform:translateY(0)}.reveal-scale{overflow:hidden}.reveal-scale img,.reveal-scale>.mood-graphic{transform:scale(1.04);transition:transform var(--dur-image) var(--ease-reveal)}.reveal-scale.is-visible img,.reveal-scale.is-visible>.mood-graphic{transform:scale(1)}@supports (animation-timeline: view()){.parallax-shift{animation:parallax-shift linear both;animation-timeline:view();animation-range:entry 0% cover 100%}@keyframes parallax-shift{0%{transform:translateY(-6%)}to{transform:translateY(6%)}}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}.reveal,.reveal-scale,.reveal-scale img,.reveal-scale>.mood-graphic{opacity:1!important;transform:none!important}.parallax-shift{animation:none!important}}@media (max-width: 720px){html{font-size:16px}body{line-height:1.68;font-size:1rem}h1,h2{font-family:var(--font-body);line-height:1.22;text-wrap:balance}h1{font-size:2.02rem}h2{font-size:1.72rem}h3{font-family:var(--font-body);line-height:1.32}.section__head{margin-bottom:1.8rem}.section{padding:calc(var(--section-pad) * .7) 0}}
