:root{
  --bg:#f4f1ea;--paper:#fbfaf7;--ink:#0b1827;--muted:#69716d;--line:rgba(11,24,39,.14);--line2:rgba(11,24,39,.26);
  --navy:#06131f;--navy2:#0b2237;--gold:#b69c68;--gold2:#d8c79f;--white:#fff;--ease:cubic-bezier(.22,1,.36,1);
  --shadow:0 28px 90px rgba(6,19,31,.14);--radius:24px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Pretendard,"Noto Sans KR","Apple SD Gothic Neo","Segoe UI",sans-serif;letter-spacing:-.025em;overflow-x:hidden}body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}::selection{background:var(--ink);color:#fff}
.container{width:min(1280px,calc(100% - 64px));margin:auto}.display{font-family:Georgia,"Times New Roman",serif;letter-spacing:-.055em;font-weight:500}.eyebrow{font-size:12px;letter-spacing:.22em;text-transform:uppercase;font-weight:800;color:var(--gold)}
.reveal{opacity:0;transform:translateY(32px);transition:opacity .9s var(--ease),transform .9s var(--ease)}.reveal.on{opacity:1;transform:none}.section{padding:140px 0;border-top:1px solid var(--line)}.section-title{font-size:clamp(44px,6vw,90px);line-height:.96;margin:16px 0 0}.section-copy{font-size:18px;line-height:1.85;color:var(--muted);max-width:700px}
.noise{position:fixed;inset:0;pointer-events:none;opacity:.09;z-index:9999;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.14'/%3E%3C/svg%3E")}
/* nav */
.nav{position:fixed;z-index:1000;top:0;left:0;right:0;height:84px;display:flex;align-items:center;color:#fff;transition:.35s;border-bottom:1px solid transparent}.nav.scrolled,.nav.subpage{height:72px;background:rgba(244,241,234,.9);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);color:var(--ink);border-color:var(--line)}.nav-inner{width:min(1400px,calc(100% - 48px));margin:auto;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:850;letter-spacing:.01em}.brand-mark{width:38px;height:38px;border:1px solid currentColor;border-radius:50%;display:grid;place-items:center;font-family:Georgia,serif}.menu{display:flex;align-items:center;gap:30px;font-size:14px}.menu a{opacity:.72;transition:.2s}.menu a:hover,.menu a.active{opacity:1}.nav-side{display:flex;align-items:center;gap:10px}.nav-cta{padding:12px 17px;border:1px solid currentColor;border-radius:999px;font-weight:800}.hamb{display:none;width:44px;height:44px;border:1px solid currentColor;border-radius:50%;background:transparent;color:inherit;position:relative}.hamb span,.hamb:before,.hamb:after{content:"";position:absolute;left:12px;right:12px;height:1px;background:currentColor;transition:.25s}.hamb:before{top:14px}.hamb span{top:21px}.hamb:after{top:28px}.hamb.open:before{transform:translateY(7px) rotate(45deg)}.hamb.open span{opacity:0}.hamb.open:after{transform:translateY(-7px) rotate(-45deg)}
.mobile-panel{position:fixed;z-index:990;inset:0;background:var(--navy);color:#fff;padding:110px 28px 36px;opacity:0;visibility:hidden;transform:translateY(-12px);transition:.35s var(--ease)}.mobile-panel.open{opacity:1;visibility:visible;transform:none}.mobile-menu{display:grid;gap:0;border-top:1px solid rgba(255,255,255,.15)}.mobile-menu a{display:flex;justify-content:space-between;align-items:center;padding:22px 0;border-bottom:1px solid rgba(255,255,255,.15);font-size:30px;font-family:Georgia,serif}.mobile-contact{margin-top:42px;color:rgba(255,255,255,.6);font-size:13px;line-height:1.8}.mobile-contact strong{display:block;color:#fff;font-size:28px;font-family:Georgia,serif;margin-top:8px}
/* hero */
.hero{min-height:100svh;background:var(--navy);color:#fff;display:flex;align-items:flex-end;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(3,11,18,.96),rgba(6,19,31,.76) 50%,rgba(6,19,31,.34)),radial-gradient(circle at 74% 35%,rgba(182,156,104,.24),transparent 28%)}.hero-grid{position:absolute;inset:0;opacity:.18;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:78px 78px;mask-image:linear-gradient(to bottom,black,transparent 88%)}.hero-orbit{position:absolute;right:-8vw;top:8vh;width:min(62vw,940px);aspect-ratio:1;border:1px solid rgba(255,255,255,.13);border-radius:50%;animation:float 9s ease-in-out infinite}.hero-orbit:before,.hero-orbit:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.12);inset:11%}.hero-orbit:after{inset:27%;border-color:rgba(182,156,104,.38)}.orbit-dot{position:absolute;left:12%;top:19%;width:10px;height:10px;border-radius:50%;background:var(--gold2);box-shadow:0 0 30px rgba(216,199,159,.8)}@keyframes float{50%{transform:translateY(16px) rotate(2deg)}}.hero-inner{position:relative;z-index:2;width:min(1400px,calc(100% - 64px));margin:auto;padding:180px 0 74px}.hero-topline{display:flex;justify-content:space-between;margin-bottom:54px;color:rgba(255,255,255,.58);font-size:12px;letter-spacing:.14em;text-transform:uppercase}.hero h1{font-size:clamp(58px,8vw,132px);line-height:.88;margin:0;max-width:1120px}.hero h1 em{color:#d6c092;font-style:italic}.hero-bottom{display:grid;grid-template-columns:1.2fr .8fr;gap:48px;align-items:end;margin-top:56px}.hero-copy{font-size:19px;line-height:1.78;color:rgba(255,255,255,.7);max-width:620px}.hero-actions{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:16px 21px;border:1px solid var(--line2);border-radius:999px;font-weight:800;transition:.28s var(--ease)}.btn:hover{transform:translateY(-3px)}.btn-primary{background:#fff;color:var(--ink);border-color:#fff}.btn-ghost{color:#fff;border-color:rgba(255,255,255,.28);background:transparent}.btn-dark{background:var(--navy);color:#fff;border-color:var(--navy)}
.ticker{overflow:hidden;background:#d8c6a1;border-bottom:1px solid rgba(11,24,39,.15)}.ticker-track{display:flex;width:max-content;animation:ticker 26s linear infinite;padding:16px 0;font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.ticker-track span{padding:0 28px}.ticker-track i{font-style:normal;opacity:.35}@keyframes ticker{to{transform:translateX(-50%)}}
/* page hero */
.page-hero{padding:190px 0 100px;background:var(--paper);border-bottom:1px solid var(--line)}.page-hero-grid{display:grid;grid-template-columns:1fr .7fr;gap:80px;align-items:end}.page-hero h1{font-size:clamp(58px,8vw,118px);line-height:.9;margin:18px 0 0}.page-hero p{font-size:18px;line-height:1.8;color:var(--muted);margin:0}.breadcrumb{font-size:12px;color:var(--muted);margin-bottom:16px}
/* about */
.about-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:88px}.about-number{font-family:Georgia,serif;font-size:clamp(130px,18vw,300px);line-height:.8;color:transparent;-webkit-text-stroke:1px rgba(11,24,39,.15);position:sticky;top:116px;height:max-content}.about-content{padding-top:30px}.about-content h2{font-size:clamp(42px,5.2vw,78px);line-height:1.04;margin:18px 0 30px}.about-content p{font-size:19px;line-height:1.9;color:#5d6661}.signature-row{display:grid;grid-template-columns:repeat(3,1fr);margin-top:58px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.signature-item{padding:24px 18px 24px 0;border-right:1px solid var(--line)}.signature-item:last-child{border:0;padding-left:18px}.signature-item strong{display:block;font-size:18px;margin-bottom:8px}.signature-item span{font-size:13px;color:var(--muted)}
/* services */
.services{background:var(--paper)}.services-head{display:flex;justify-content:space-between;gap:50px;align-items:end;margin-bottom:70px}.service-shell{display:grid;grid-template-columns:.92fr 1.08fr;min-height:620px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.service-list{border-right:1px solid var(--line)}.service-item{padding:29px 20px 29px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:58px 1fr 34px;align-items:center;gap:14px;cursor:pointer;transition:.25s}.service-item:last-child{border-bottom:0}.service-item:hover,.service-item.active{padding-left:18px;background:#eee8dc}.service-item small{font-size:12px;color:#967f55}.service-item h3{margin:0;font-size:24px}.service-item .go{font-size:23px;opacity:.45}.service-stage{position:relative;padding:58px;overflow:hidden;background:linear-gradient(145deg,#091a2a,#0c2942);color:#fff}.stage-watermark{position:absolute;right:-12px;bottom:-68px;font-family:Georgia,serif;font-size:250px;line-height:1;color:rgba(255,255,255,.035)}.stage-content{position:relative;z-index:2;max-width:610px}.stage-kicker{font-size:12px;color:#cfb77f;letter-spacing:.18em;text-transform:uppercase}.stage-content h3{font-size:clamp(42px,5vw,72px);line-height:1;margin:24px 0 26px}.stage-content p{font-size:17px;line-height:1.9;color:rgba(255,255,255,.68)}.stage-tags{display:flex;gap:9px;flex-wrap:wrap;margin-top:36px}.tag{border:1px solid rgba(255,255,255,.2);padding:10px 13px;border-radius:999px;color:rgba(255,255,255,.76);font-size:13px}.stage-link{display:inline-flex;margin-top:40px;border-bottom:1px solid rgba(255,255,255,.4);padding-bottom:6px;font-size:13px}
.service-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:64px}.service-card{background:var(--paper);border:1px solid var(--line);min-height:330px;display:flex;flex-direction:column;justify-content:space-between;transition:.3s;overflow:hidden;position:relative}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.service-card::before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:4px;background:#b6955a}.service-card small{color:var(--gold);font-weight:800;letter-spacing:.08em}.service-card h3{font-size:34px;margin:18px 0 14px;letter-spacing:-.03em}.service-card p{color:var(--muted);line-height:1.82;font-size:16px}.service-card ul{padding:0;list-style:none;display:flex;gap:8px;flex-wrap:wrap}.service-card li{border:1px solid var(--line);padding:9px 12px;border-radius:999px;font-size:13px;color:var(--muted);background:#fff}.service-card-photo .service-thumb{aspect-ratio:16/9;overflow:hidden;background:#e8e1d2}.service-card-photo .service-thumb img{display:block;width:100%;height:100%;object-fit:cover}.service-card-body{padding:28px 28px 30px;display:flex;flex-direction:column;justify-content:space-between;gap:18px;flex:1}.service-card-photo h3{font-size:36px}.service-card-photo p{font-size:17px}.service-headline{display:flex;justify-content:space-between;gap:12px;align-items:center;flex-wrap:wrap}.service-badge{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;font-size:12px;font-weight:800;line-height:1;background:#f3eee3;color:#233545;border:1px solid rgba(7,21,33,.08)}.service-focus{padding:16px 18px;border-radius:16px;background:#faf7f1;border:1px solid rgba(7,21,33,.07)}.service-focus b{display:block;font-size:13px;margin-bottom:8px;letter-spacing:.04em;color:#162636}.service-focus p{margin:0;font-size:14px;line-height:1.75}.service-card.s1::before{background:#0b2338}.service-card.s1 .service-focus,.service-card.s1 .service-badge{background:#f5f2ea}.service-card.s2::before{background:#5f7660}.service-card.s2 .service-focus{background:#f4f7f1}.service-card.s2 .service-badge{background:#eef4ea}.service-card.s3::before{background:#56758a}.service-card.s3 .service-focus{background:#f1f6fa}.service-card.s3 .service-badge{background:#edf4f8}.service-card.s4::before{background:#7f6d94}.service-card.s4 .service-focus{background:#f6f2fa}.service-card.s4 .service-badge{background:#f2eef8}.service-card.s5::before{background:#8a6a4f}.service-card.s5 .service-focus{background:#fbf5ef}.service-card.s5 .service-badge{background:#f8efe7}.service-card.s6::before{background:#31424e}.service-card.s6 .service-focus{background:#f1f5f7}.service-card.s6 .service-badge{background:#eef3f5}
/* funding */
.fund-grid{display:grid;grid-template-columns:1fr 1fr;margin-top:70px;border:1px solid var(--line)}.fund-card{padding:48px;min-height:540px;position:relative;transition:.4s;background:var(--bg)}.fund-card+.fund-card{border-left:1px solid var(--line)}.fund-card:hover{background:#eae4d8}.fund-index{font-family:Georgia,serif;font-size:84px;color:transparent;-webkit-text-stroke:1px rgba(11,24,39,.18)}.fund-card h3{font-size:36px;margin:48px 0 10px}.fund-card h4{font-size:18px;color:var(--muted);font-weight:500;margin:0 0 30px}.fund-card ul{list-style:none;padding:0;display:grid;gap:12px;color:#5e6762}.fund-card li:before{content:"—";color:var(--gold);margin-right:10px}.fund-arrow{position:absolute;right:42px;bottom:38px;font-size:30px}.eligibility{margin-top:34px;padding:26px 0;border-bottom:1px solid var(--line);display:flex;gap:10px;align-items:center;flex-wrap:wrap}.eligibility b{margin-right:6px}.eligibility span{font-size:12px;border:1px solid var(--line);padding:8px 10px;border-radius:999px;color:var(--muted)}
/* process */
.process{background:var(--navy);color:#fff}.process .section-copy{color:rgba(255,255,255,.62)}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.15);margin-top:64px}.process-item{padding:34px 28px 42px 0;border-right:1px solid rgba(255,255,255,.15)}.process-item:not(:first-child){padding-left:28px}.process-item:last-child{border-right:0}.process-item small{color:#cbb17b}.process-item h3{font-size:24px;margin:46px 0 14px}.process-item p{color:rgba(255,255,255,.56);line-height:1.75;font-size:14px}
/* why */
.why{background:#efeae0}.why-wrap{display:grid;grid-template-columns:.82fr 1.18fr;gap:90px}.why-head{position:sticky;top:120px;height:max-content}.why-list{border-top:1px solid var(--line)}.why-item{display:grid;grid-template-columns:100px 1fr;gap:28px;padding:48px 0;border-bottom:1px solid var(--line)}.why-num{font-family:Georgia,serif;font-size:54px;color:#a58c5b}.why-item h3{font-size:29px;margin:4px 0 15px}.why-item p{margin:0;color:var(--muted);line-height:1.85}
/* insights */
.insights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:66px}.insight{min-height:340px;padding:28px;border:1px solid var(--line);background:var(--paper);display:flex;flex-direction:column;justify-content:space-between;transition:.3s}.insight:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.insight-top,.insight-foot{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--muted)}.insight h3{font-size:28px;line-height:1.3}.insight-foot{border-top:1px solid var(--line);padding-top:18px}
/* content */
.content-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:90px}.content-aside{position:sticky;top:120px;height:max-content}.content-aside h3{font-size:32px;margin:14px 0 20px}.content-aside p{color:var(--muted);line-height:1.8}.content-main{border-top:1px solid var(--line)}.content-row{padding:40px 0;border-bottom:1px solid var(--line)}.content-row h3{font-size:28px;margin:0 0 14px}.content-row p{color:var(--muted);line-height:1.9;margin:0}.content-row ul{color:var(--muted);line-height:1.9;padding-left:20px}.notice{padding:22px 24px;background:#ece5d8;border-left:3px solid var(--gold);color:#4d5551;line-height:1.8}
/* contact */
.contact{background:#d5c39b}.contact-wrap{display:grid;grid-template-columns:1fr 1fr;min-height:760px}.contact-copy{padding:105px max(48px,calc((100vw - 1280px)/2));padding-right:70px;display:flex;flex-direction:column;justify-content:space-between}.contact-copy h2{font-size:clamp(52px,6.5vw,100px);line-height:.9;margin:22px 0 38px}.contact-copy p{font-size:18px;line-height:1.8;color:#3f4b4c;max-width:540px}.big-phone{font-size:clamp(34px,4vw,62px);font-family:Georgia,serif;border-bottom:1px solid rgba(11,24,39,.25);padding-bottom:15px;display:inline-block}.contact-form{background:var(--paper);padding:96px max(48px,calc((100vw - 1280px)/2));padding-left:70px;display:flex;align-items:center}form{width:100%;max-width:570px}.form-title{font-size:32px;margin:0 0 36px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:flex;flex-direction:column;gap:8px}.field.full{grid-column:1/-1}.field label{font-size:12px;font-weight:800;color:#747c77}.field input,.field select,.field textarea{width:100%;border:0;border-bottom:1px solid var(--line2);background:transparent;padding:13px 2px;outline:none;border-radius:0}.field textarea{min-height:110px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--ink)}.consent-line{display:flex;gap:10px;align-items:flex-start;margin:22px 0 10px;font-size:12px;color:var(--muted);line-height:1.6}.consent-line input{margin-top:3px}.submit{width:100%;border:0;background:var(--navy);color:#fff;padding:18px 22px;border-radius:999px;font-weight:800;display:flex;justify-content:space-between;align-items:center;margin-top:24px}.form-note{font-size:12px;color:#7c837f;margin-top:14px;min-height:18px}.form-note.success{color:#2f6f4e}.form-note.error{color:#a04437}.hp{position:absolute!important;left:-9999px!important}
/* footer */
footer{background:#050e17;color:#fff;padding:58px 0 34px}.footer-top{display:grid;grid-template-columns:1.15fr .85fr;gap:80px;padding-bottom:52px;border-bottom:1px solid rgba(255,255,255,.12)}.footer-brand{font-family:Georgia,serif;font-size:36px}.footer-copy{color:rgba(255,255,255,.5);font-size:13px;line-height:1.8;margin-top:16px}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:20px}.footer-links h4{font-size:12px;color:#a58f61;letter-spacing:.12em;text-transform:uppercase}.footer-links a,.footer-links p{display:block;margin:10px 0;color:rgba(255,255,255,.66);font-size:13px;line-height:1.55}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:24px;color:rgba(255,255,255,.34);font-size:11px}
/* floating */
.quick-actions{position:fixed;right:20px;bottom:20px;z-index:900;display:grid;gap:8px}.quick-actions a{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid var(--line);box-shadow:0 12px 30px rgba(6,19,31,.12);font-size:12px;font-weight:900}.quick-actions a:first-child{background:var(--navy);color:#fff;border-color:var(--navy)}
@media(max-width:980px){.container{width:min(100% - 36px,1280px)}.menu,.nav-cta{display:none}.hamb{display:block}.hero-inner{width:min(100% - 36px,1400px);padding-bottom:48px}.hero-topline{display:none}.hero-bottom,.page-hero-grid{grid-template-columns:1fr}.hero-actions{justify-content:flex-start}.hero-orbit{width:94vw;right:-38vw;top:13vh}.section{padding:100px 0}.about-grid,.why-wrap,.content-grid{grid-template-columns:1fr}.about-number,.why-head,.content-aside{position:static}.service-shell{grid-template-columns:1fr}.service-list{border-right:0}.service-stage{min-height:470px}.services-head{display:block}.services-head .section-copy{margin-top:28px}.fund-grid{grid-template-columns:1fr}.fund-card+.fund-card{border-left:0;border-top:1px solid var(--line)}.process-grid{grid-template-columns:1fr 1fr}.process-item:nth-child(2){border-right:0}.process-item:nth-child(n+3){border-top:1px solid rgba(255,255,255,.15)}.insights-grid{grid-template-columns:1fr}.service-cards{grid-template-columns:1fr}.service-card-photo h3{font-size:32px}.service-headline{align-items:flex-start}.contact-wrap{grid-template-columns:1fr}.contact-copy,.contact-form{padding:80px 34px}.footer-top{grid-template-columns:1fr}}
@media(max-width:620px){.container{width:calc(100% - 28px)}.nav-inner{width:calc(100% - 28px)}.brand-text{display:none}.hero h1{font-size:58px}.hero-copy{font-size:16px}.hero-bottom{gap:28px}.hero-actions{display:grid;grid-template-columns:1fr;width:100%}.btn{width:100%}.section{padding:80px 0}.section-title{font-size:46px}.section-copy{font-size:16px}.page-hero{padding:145px 0 76px}.page-hero h1{font-size:58px}.about-content h2{font-size:42px}.signature-row{grid-template-columns:1fr}.signature-item,.signature-item:last-child{border-right:0;border-bottom:1px solid var(--line);padding:20px 0}.signature-item:last-child{border-bottom:0}.service-item{grid-template-columns:44px 1fr 25px}.service-item h3{font-size:20px}.service-stage{padding:34px 26px;min-height:430px}.service-card-body{padding:24px 22px 26px}.service-card-photo h3{font-size:30px}.service-card p,.service-card-photo p{font-size:15px;line-height:1.75}.service-focus{padding:14px 14px 15px}.service-focus p{font-size:13px}.service-badge{font-size:11px;padding:7px 10px}.stage-content h3{font-size:44px}.fund-card{padding:34px 24px;min-height:500px}.fund-index{font-size:64px}.fund-card h3{font-size:30px}.process-grid{grid-template-columns:1fr}.process-item,.process-item:not(:first-child){padding:28px 0;border-right:0;border-top:1px solid rgba(255,255,255,.15)}.process-item:first-child{border-top:0}.why-item{grid-template-columns:1fr}.why-num{font-size:44px}.why-item h3{font-size:26px}.insight{min-height:290px}.contact-copy,.contact-form{padding:64px 24px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.footer-links{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.quick-actions{right:12px;bottom:12px}.quick-actions a{width:48px;height:48px}}
