:root{--navy: #1a2179;--navy-deep: #23285d;--navy-footer: #141836;--orange: #f5a020;--orange-soft: #e8af7d;--ink: #101828;--ink-strong: #181818;--gray-900: #090909;--gray-700: #464646;--gray-600: #565656;--gray-500: #707070;--gray-450: #767676;--gray-400: #838383;--slate: #6a7282;--cream: #fef8f2;--card-border: #ede5d7;--card-text: #8a8073;--card-title: #221c14;--line: #e5e8ef;--muted-bg: #f7f7f8}*{margin:0;padding:0;box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;height:100%}body{font-family:Pretendard,Inter,Noto Sans KR,-apple-system,sans-serif;background:#fff;color:var(--ink);line-height:1.5;min-height:100%;min-height:100dvh}#root{min-height:100%;min-height:100dvh}.site-shell{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}.site-main{flex:1 0 auto;width:100%}.site-main section.reveal:not(.is-revealed){opacity:0}.site-main section.reveal.is-revealed{opacity:1;transition:opacity .6s ease}@media(prefers-reduced-motion:reduce){.site-main section.reveal{opacity:1;transition:none}}img{display:block;max-width:100%}ul{list-style:none}a{text-decoration:none;color:inherit}button,input,textarea,select{font-family:inherit}button{cursor:pointer}.container{max-width:1190px;margin:0 auto;padding:0 24px}.kicker{font-family:Inter,sans-serif;font-weight:700;font-size:18px;letter-spacing:1.65px;text-transform:uppercase;color:var(--gray-400);line-height:1}.kicker.center{text-align:center}.kicker.accent,.section-label{color:var(--orange);font-size:14px;letter-spacing:1.2px}.section-title{font-family:Inter,Pretendard,sans-serif;font-weight:900;font-size:36px;line-height:45px;color:var(--ink);margin-top:12px;word-break:keep-all}.accent{color:var(--orange)}.empty-state{grid-column:1 / -1;text-align:center;color:var(--gray-500);padding:48px 0}.site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #e5e5e5;box-shadow:0 0 15px #00000014;transition:background .35s ease,border-color .35s ease,box-shadow .35s ease}.site-header.site-header--home{position:fixed;top:0;left:0;right:0;width:100%}.site-header.is-over-hero{background:transparent;border-bottom-color:transparent;box-shadow:none}.site-header.is-over-hero .header-logo-img--light{display:none}.site-header.is-over-hero .header-logo-img--dark{display:block}.site-header.is-over-hero .gnb-link{color:#ffffffeb}.site-header.is-over-hero .gnb-link:hover,.site-header.is-over-hero .gnb-link.active{color:#ffb544}.site-header.is-over-hero .lang-select-toggle{color:#fff}.site-header.is-over-hero .nav-toggle{background:#ffffff1f;border-color:#ffffff59}.site-header.is-over-hero .nav-toggle span{background:#fff}.header-inner{display:flex;align-items:center;justify-content:space-between;height:72px;gap:16px}.header-logo{display:inline-flex;align-items:center;line-height:0}.header-logo-img{width:150px;height:auto}.header-logo-img--dark{display:none}.gnb{align-self:stretch;display:flex;align-items:center}.gnb-list{display:flex;align-items:stretch;gap:56px;height:100%;margin:0;list-style:none}.gnb-item{position:relative;display:flex;align-items:center}.gnb-link{font-family:Inter,sans-serif;font-weight:500;font-size:17px;line-height:22px;color:var(--gray-600);transition:color .2s}.gnb-link:hover{color:var(--navy)}.gnb-link.active{font-weight:700;font-size:18px;color:var(--navy)}.gnb-lang{position:relative;z-index:102;display:flex;align-items:center}.header-actions{display:none}.header-lang{display:flex;align-items:center;justify-content:flex-end}.lang-select{position:relative}.lang-select-toggle{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;cursor:pointer;color:var(--navy);font:inherit;font-family:Inter,sans-serif;font-weight:600;font-size:15px;letter-spacing:.04em}.lang-select-chevron{width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:translateY(-2px) rotate(45deg)}.lang-select-toggle[aria-expanded=true] .lang-select-chevron{transform:translateY(2px) rotate(225deg)}.lang-select-menu{position:absolute;right:0;top:calc(100% + 8px);z-index:40;min-width:72px;padding:6px 0;background:#fff;border:1px solid rgba(26,33,121,.12);box-shadow:0 8px 20px #14183614}.lang-select-option{display:block;width:100%;padding:8px 14px;border:0;background:transparent;cursor:pointer;color:var(--gray-600);font:inherit;text-align:left}.lang-select-option:hover,.lang-select-option:focus-visible{color:var(--navy)}.lang-select-option[aria-selected=true]{font-weight:700;color:var(--navy)}.mega-menu{position:absolute;top:100%;left:0;right:0;z-index:99;height:220px;background:#fff;box-shadow:0 5px 20px #0000001a;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility .18s ease}.mega-sub{position:absolute;top:100%;left:0;z-index:101;display:grid;gap:14px;padding:28px 0 32px;min-width:max(100%,6.5em);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility .18s ease}.gnb:has(.gnb-item:hover) .mega-menu,.gnb:has(.gnb-item:focus-within) .mega-menu,.gnb:has(.mega-menu:hover) .mega-menu,.gnb:has(.mega-sub:hover) .mega-menu,.gnb:has(.gnb-item:hover) .mega-sub,.gnb:has(.gnb-item:focus-within) .mega-sub,.gnb:has(.mega-menu:hover) .mega-sub,.gnb:has(.mega-sub:hover) .mega-sub{opacity:1;visibility:visible;pointer-events:auto}.gnb.is-mega-suppressed .mega-menu,.gnb.is-mega-suppressed .mega-sub{opacity:0!important;visibility:hidden!important;pointer-events:none!important}.mega-sub a{font-family:Pretendard,sans-serif;font-size:15px;line-height:1.5;color:#2d2d2d;transition:color .2s;white-space:nowrap}.mega-sub a:hover,.mega-sub a:focus-visible{color:var(--navy)}.mega-sub a.active{color:var(--navy);font-weight:700}.nav-toggle{display:none;width:42px;height:42px;border:1px solid var(--line);border-radius:8px;background:#fff;flex-direction:column;align-items:center;justify-content:center;gap:5px}.nav-toggle span{display:block;width:18px;height:2px;background:var(--navy-deep)}.page-hero{position:relative;padding:28px 0 36px;overflow:visible}.page-hero .container{position:relative;z-index:1}.page-hero.home-hero{padding:72px 0 80px;background:radial-gradient(circle at 85% 20%,rgba(245,160,32,.12),transparent 40%),linear-gradient(180deg,#fff,#faf8f5)}.home-hero-slider{position:relative;isolation:isolate;margin-top:0;height:800px;min-height:800px;max-height:800px;display:flex;align-items:center;overflow:hidden;color:#fff}.home-hero-slides{position:absolute;inset:0;z-index:0}.home-hero-slide{position:absolute;inset:0;background-position:center;background-size:cover;background-repeat:no-repeat;opacity:0;transition:opacity .9s ease}.home-hero-slide.is-active{opacity:1}.home-hero-overlay{position:absolute;inset:0;background:#0000004d;pointer-events:none}.home-hero-content{position:relative;z-index:1;width:100%;padding-top:72px;padding-bottom:56px}.home-hero-copy{max-width:920px;animation:home-hero-fade-in .85s ease both}.home-hero-kicker{margin:0;font-family:Inter,Pretendard,sans-serif;font-weight:700;font-size:clamp(18px,2vw,24px);line-height:1.3;color:#fff}.home-hero-title{margin:18px 0 0;font-family:Inter,Pretendard,sans-serif;font-weight:800;font-size:clamp(28px,4.2vw,48px);line-height:1.25;color:#fff;letter-spacing:-.02em;word-break:keep-all}.home-hero-desc{margin:22px 0 0;max-width:820px;font-family:Inter,Pretendard,sans-serif;font-weight:500;font-size:clamp(16px,2vw,26px);line-height:1.45;color:#ffffffeb;white-space:pre-line}.home-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:36px}.home-hero-dots{position:absolute;left:50%;bottom:28px;z-index:2;display:flex;align-items:center;justify-content:center;gap:10px;transform:translate(-50%)}.home-hero-dot{width:10px;height:10px;padding:0;border:0;border-radius:50%;background:#ffffff73;cursor:pointer;transition:background .25s ease,transform .25s ease}.home-hero-dot:hover{background:#ffffffbf}.home-hero-dot.is-active{background:#fff;transform:scale(1.15)}.home-hero-dot:focus-visible{outline:2px solid #fff;outline-offset:3px}.btn-hero-ghost{background:#141830b8;border-color:#ffffff8c;color:#fff}.btn-hero-ghost:hover{background:#141830e6;color:#fff}@keyframes home-hero-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.home-hero-slide{transition:none}.home-hero-copy{animation:none}}.hero-kicker{font-family:Inter,sans-serif;font-weight:700;font-size:11px;letter-spacing:1.65px;text-transform:uppercase;color:var(--gray-700);line-height:1.5}.hero-kicker.orange{color:var(--orange)}.hero-kicker.navy{color:#2b3387}.hero-title{font-family:Inter,Pretendard,sans-serif;font-weight:900;font-size:48px;line-height:60px;color:var(--ink-strong);margin-top:4px}.home-hero .hero-title{max-width:720px;font-size:52px;line-height:1.25}.hero-desc{font-size:16px;line-height:26px;color:var(--gray-500);margin-top:21px;max-width:767px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.hero-watermark{position:absolute;top:40px;right:max(24px,calc((100% - 1190px)/2));width:204px;height:161px;opacity:.3;overflow:hidden;pointer-events:none;z-index:0}.home-hero .hero-watermark{top:48px;width:204px;height:161px;opacity:.3}.hero-watermark img{display:block;width:100%;height:100%;max-width:none;object-fit:cover;object-position:left top}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 24px;border-radius:10px;border:1px solid transparent;font-weight:700;font-size:15px;transition:transform .15s,opacity .15s,background .15s}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--navy-deep);color:#fff}.btn-accent{background:var(--orange);color:#fff}.btn-ghost{background:#fff;border-color:var(--line);color:var(--ink)}.btn-sm{min-height:36px;padding:0 14px;border-radius:999px;border:none;background:#111;color:#fff;font-size:13px;font-weight:600}.btn-more,.year-chip,.filter-chip,.tab-btn,.text-filter{border-radius:8px}.btn-more{display:inline-flex;align-items:center;justify-content:center;min-width:120px;height:44px;margin:40px auto 0;padding:12px 32px;border:1px solid #3e68ff;border-radius:999px;background:#ffffff1a;color:#090909;font-family:SUIT,Inter,Pretendard,sans-serif;font-size:14px;font-weight:500;box-shadow:0 2.67px 8px #0000001f}.btn-more-wrap{display:flex;justify-content:center;margin-top:40px}.page-tab{padding:24px 0 0}.tab-list{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.tab-btn{height:40px;padding:0 18px;min-width:220px;border:1px solid #e5e8ef;background:#fff;font-weight:600;font-size:14.4px;color:#5c616e;transition:background .2s,color .2s}.tab-btn:hover{background:#f4f5f8}.tab-btn.active{background:#2a2a2a;border-color:#2a2a2a;font-weight:700;color:#fff}.panel[hidden]{display:none!important}.filter-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.filter-chip{display:inline-flex;align-items:center;gap:6px;height:40px;padding:0 14px;border:1px solid var(--line);background:#fff;color:var(--gray-700);font-weight:600;font-size:14px}.filter-chip em{font-style:normal;opacity:.7;font-weight:500}.filter-chip.active{background:var(--navy-deep);border-color:var(--navy-deep);color:#fff}.filter-chip.outline.active{background:var(--muted-bg);border-color:var(--navy-deep);color:var(--navy-deep)}.text-filter{border:none;background:transparent;color:var(--gray-500);font-weight:600;padding:8px 4px}.text-filter.active{color:var(--navy)}.year-chip{height:34px;padding:0 16px;border:1px solid rgba(0,0,0,.1);background:#fff;color:#555;font-size:14px;font-weight:500}.year-chip.active{background:var(--navy-deep);border-color:var(--navy-deep);color:#fff;font-weight:500}.search-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;margin-top:24px;padding:16px 18px;background:var(--muted-bg);border-radius:12px}.search-bar .stat-inline{color:var(--orange);font-weight:700;font-size:14px}.search-controls{display:flex;gap:8px;flex:1;justify-content:flex-end;min-width:260px}.search-controls input{flex:1;max-width:320px;height:42px;border:1px solid #ddd;border-radius:8px;padding:0 14px;background:#fff}.search-controls button{height:42px;padding:0 18px;border:none;border-radius:8px;background:var(--navy-deep);color:#fff;font-weight:700}.section-why{background:#fff;border-bottom:1px solid #f3f4f6;padding:84px 0 114px}.section-desc{font-size:14px;line-height:22.75px;color:var(--slate);margin-top:16px}.why-cards{display:grid;grid-template-columns:1fr 1fr;gap:30px 28px;margin-top:60px}.why-card{background:#fff;border:1px solid var(--card-border);border-radius:16px;padding:40px 32px;min-height:160px;filter:drop-shadow(0 1px 1px rgba(34,28,20,.04)) drop-shadow(0 8px 12px rgba(34,28,20,.05))}.why-card h3{font-weight:700;font-size:18px;color:var(--card-title)}.why-card p{font-size:15px;line-height:1.6;color:var(--card-text);margin-top:8px}.section-stats{background:var(--cream);padding:100px 0}.stats-inner{display:flex;gap:110px;align-items:flex-start}.stats-intro{flex:0 0 340px}.stat-highlight{margin-top:76px}.stat-label{font-family:SUIT,Pretendard,sans-serif;font-weight:600;font-size:22px;line-height:1.6;color:var(--gray-900)}.stat-big{font-family:SUIT,Pretendard,sans-serif;font-weight:900;font-size:100px;line-height:1.3;letter-spacing:-2px;color:var(--orange)}.stats-grid{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:63px 24px}.stat-value{display:flex;align-items:flex-end;gap:8px;font-family:SUIT,Pretendard,sans-serif;font-weight:900;font-size:48px;line-height:1.3;color:var(--gray-900);margin-top:8px}.stat-unit{font-weight:500;font-size:30px;padding-bottom:4px}.home-tech-banner{width:100%;overflow:hidden;background:#0a0a0a;line-height:0}.home-tech-banner img{display:block;width:100%;height:auto;object-fit:cover;object-position:center;aspect-ratio:1647 / 448}.section-sectors{background:#fff;padding:112px 0}.sectors-layout{display:grid;grid-template-columns:minmax(0,1fr) 543px;grid-template-areas:"kicker kicker" "title image" "desc image" "cards cards";column-gap:48px;row-gap:0;align-items:start}.sectors-kicker{grid-area:kicker;margin:0 0 14px;color:#838383;font-family:Inter,Pretendard,sans-serif;font-weight:700;font-size:18px;line-height:16.5px;letter-spacing:.0917em;text-transform:none}.sectors-top{display:flex;justify-content:space-between;gap:48px;align-items:flex-start}.sectors-title{grid-area:title;font-family:SUIT,Pretendard,sans-serif;font-weight:800;font-size:28px;line-height:1.6;color:#090909;max-width:573px;letter-spacing:-.02em;margin:0}.sectors-desc{grid-area:desc;font-family:SUIT,Pretendard,sans-serif;font-weight:500;font-size:20px;line-height:1.6;color:#767676;max-width:520px;margin:18px 0 0;letter-spacing:-.02em}.sectors-image{grid-area:image;flex:0 0 543px;width:543px;max-width:100%;justify-self:end;margin-top:-10px}.sectors-image img{display:block;width:100%;height:280px;object-fit:cover;object-position:center;border-radius:20px}.sector-cards{grid-area:cards;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:21px;margin-top:63px}.sector-card{width:100%;min-height:202px;height:auto;background:#fff;border:1px solid #c5c5c5;border-radius:14px;padding:28px 14px 24px;text-align:center;box-shadow:0 8px 24px #0000000d;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:0;box-sizing:border-box}.sector-icon{width:64px;height:64px;display:grid;place-items:center;margin-bottom:14px}.sector-icon img{display:block;width:64px;height:64px;object-fit:contain}.sector-card h3{font-family:Noto Sans KR,Pretendard,sans-serif;font-weight:700;font-size:20px;line-height:20px;color:#111;margin:0}.sector-sub{font-family:Noto Sans KR,Pretendard,sans-serif;font-size:14px;line-height:16px;color:#414141;margin:8px 0 0;max-width:168px}.section-partners{background:var(--cream);padding:90px 0}.partners-title{font-weight:700;font-size:30px;text-align:center;margin-top:10px}.partner-row{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:18px;margin-top:40px;padding:0 24px}.partner-card{box-sizing:border-box;min-width:160px;height:101px;padding:20px 24px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #d2d2d2;border-radius:16px}.partner-card img{display:block;max-width:210px;max-height:64px;width:auto;height:auto;object-fit:contain}.home-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:32px;position:relative;z-index:2}.home-stat{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px;box-shadow:0 10px 30px #1418360f}.home-stat strong{display:block;font-family:SUIT,Pretendard,sans-serif;font-size:32px;font-weight:900;color:var(--navy-deep);margin-top:8px}.home-stat span{color:var(--gray-500);font-size:14px}.section-block{padding:96px 0}.section-block.cream{background:var(--cream)}.section-block.muted{background:var(--muted-bg)}.pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px}.pillar-card{background:#fff;border:1px solid var(--card-border);border-radius:16px;padding:28px}.pillar-card .num{color:var(--orange);font-weight:800;font-size:14px;letter-spacing:1px}.pillar-card h3{margin-top:10px;font-size:22px}.pillar-card p{margin-top:10px;color:var(--gray-500);font-size:15px;line-height:1.7}.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px}.home-cta{text-align:center;padding:88px 0}.home-cta h2{font-size:32px;font-weight:800;max-width:640px;margin:0 auto;line-height:1.45}.home-cta-desc{margin:16px auto 28px;max-width:560px;font-size:15px;font-weight:500;line-height:1.5;color:var(--slate)}.home-notice-list{display:grid;gap:14px;margin-top:32px}.home-notice-item{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:18px 20px;border:1px solid var(--line);border-radius:12px;background:#fff}.home-notice-item h3{font-size:16px}.home-notice-item time{color:var(--gray-500);font-size:13px;white-space:nowrap}.portfolio-intro{padding:72px 0 28px}.portfolio-intro-title{margin-top:12px;max-width:520px}.portfolio-intro-desc{margin-top:16px;color:var(--slate);font-size:14px;line-height:1.625}.portfolio-sector-row{margin-top:40px;gap:12px}.portfolio-sector-row .sector-percent{font-style:normal;font-weight:700;color:var(--orange);opacity:1}.portfolio-sector-row .filter-chip.active .sector-percent{color:#fff}.portfolio-card:not(:has(.portfolio-card-badges)) .portfolio-card-body{margin-top:18px}.portfolio-subfilters{display:flex;flex-wrap:wrap;gap:16px 40px;margin-top:16px}.portfolio-filter-group{display:flex;flex-wrap:wrap;align-items:center;gap:9px}.portfolio-filter-label{flex-shrink:0;min-width:56px;font-size:16px;font-weight:500;color:#000;line-height:42px}.portfolio-pill-row{margin-top:0;gap:9px}.filter-pill{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 14px;border:1px solid #e5e7eb;border-radius:14px;background:#fff;color:#4a5565;font-size:12px;font-weight:500;white-space:nowrap}.filter-pill.active{border-color:var(--navy-deep);background:var(--navy-deep);color:#fff}.portfolio-search-strip{background:var(--cream)}.portfolio-search-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;min-height:112px;padding-top:16px;padding-bottom:16px}.portfolio-follow-rate{display:inline-flex;align-items:center;gap:13px;font-family:Noto Sans KR,Pretendard,sans-serif;font-size:20px;font-weight:700;line-height:1;color:#111}.portfolio-follow-rate em{font-style:normal;color:var(--orange);font-size:25px}.portfolio-chevron{width:18px;height:18px;flex-shrink:0;background:var(--orange);clip-path:polygon(0 0,100% 50%,0 100%)}.portfolio-search-controls{flex:0 1 auto;min-width:0}.portfolio-search-controls input{width:384px;max-width:min(384px,100%);border-radius:14px;border-color:#e5e7eb}.portfolio-search-controls button{border-radius:14px;min-width:71px;font-size:12px;font-weight:600}.portfolio-list{padding-top:50px;padding-bottom:76px}.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px;margin-top:0}.portfolio-card{position:relative;border:1px solid var(--line);border-radius:12px;padding:18px 16px 20px;background:#fff;min-height:180px}.portfolio-card-badges{position:absolute;top:16px;right:14px;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px;max-width:58%}.portfolio-card-body{display:flex;align-items:flex-start;gap:10px;margin-top:36px}.portfolio-logo{width:65px;height:65px;flex-shrink:0;border-radius:4px;background:#efefef}.portfolio-card-text{min-width:0;flex:1;padding-top:2px}.portfolio-card h3{font-size:20px;font-weight:700;line-height:1.5;color:#000;margin-bottom:0}.portfolio-sector{margin-top:6px;color:#535353;font-size:13px;font-weight:600;line-height:1.5}.portfolio-summary{margin-top:4px;color:#5c616e;font-size:12px;line-height:1.8;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pf-badge{display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:3px 8px;border-radius:6px;font-size:10px;font-weight:700;letter-spacing:.02em;line-height:1.4;white-space:nowrap}.pf-badge-stage{background:#2d2d2d;color:#fff}.pf-badge-tips{background:#1e4fac;color:#fff}.pf-badge-unicorn{background:#fff;border:1px solid var(--orange);color:#383838}.pf-badge-follow{background:#fff;border:1px solid #ff0000;color:red}.pf-badge-global{background:#fff;border:1px solid #c01fe8;color:#c01fe8}.portfolio-more{margin-top:28px;border-radius:999px;border-color:#ccc;box-shadow:0 2.67px 8px #0000001f;background:#ffffff1a;font-size:14px;font-weight:500}.portfolio-card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:18px}.badge{display:inline-flex;align-items:center;height:24px;padding:0 10px;border-radius:999px;font-size:11px;font-weight:700;color:#fff}.badge-navy{background:var(--navy-deep)}.badge-blue{background:#3b6fd9}.badge-purple{background:#6b5bd6}.badge-gray{background:#8a8f9c}.share-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:28px}.share-card{border:1px solid var(--line);border-radius:12px;padding:18px;background:#fff}.share-label{font-size:14px;color:var(--gray-600)}.share-value{font-size:28px;font-weight:800;margin:8px 0 12px}.share-bar{height:6px;background:#eee;border-radius:999px;overflow:hidden}.share-bar span{display:block;height:100%;background:var(--orange)}.program-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:40px}.program-card{border:1px solid var(--line);border-radius:14px;padding:24px;background:#fff}.program-card-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:12px}.program-card-head a{color:var(--gray-500);font-size:13px;white-space:nowrap}.program-card p{color:var(--gray-500);font-size:14px;line-height:1.65}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:36px}.gallery-frame{position:relative;aspect-ratio:4 / 3;border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#d9dee8,#f2e6d4)}.gallery-frame img{position:absolute;inset:0;display:block;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center}.gallery-item.tone-b .gallery-frame{background:linear-gradient(135deg,#cfd8e8,#e8d9c8)}.gallery-item.tone-c .gallery-frame{background:linear-gradient(135deg,#d6e4dc,#e8dfd0)}.gallery-item.tone-d .gallery-frame{background:linear-gradient(135deg,#d8d3e8,#f0e4d2)}.gallery-item figcaption{margin-top:8px;font-size:13px;color:var(--gray-500);text-align:center}.global-page .section-block{padding:88px 0}.global-kicker{font-family:Inter,sans-serif;font-size:18px;font-weight:700;letter-spacing:.0917em;line-height:1;text-transform:uppercase}.global-intro .section-title{max-width:1008px}.global-intro-desc{max-width:651px;margin-top:16px;color:#5e5e5e;font-size:14px;line-height:25px}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:48px}.value-card{background:#fafafa;border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:24px;min-height:184px}.value-card h3{color:#14151a;font-family:Inter,Pretendard,sans-serif;font-size:22px;font-weight:700;line-height:1.1;margin-top:12px}.value-card-label{margin-top:8px;color:var(--orange);font-size:16px;font-weight:700;line-height:20px}.value-card>p:last-child{margin-top:8px;color:var(--slate);font-size:14px;line-height:22px}.global-why .section-title{max-width:1101px;font-size:30px;color:var(--gray-900)}.global-why-kicker{margin-top:16px;color:#8b8883;font-family:Inter,Pretendard,sans-serif;font-size:16px;font-weight:700;letter-spacing:.04em;line-height:1.1;text-transform:uppercase}.global-why-lead{margin-top:12px;max-width:560px;color:#000;font-family:Inter,Pretendard,sans-serif;font-size:20px;font-weight:700;line-height:30px;white-space:pre-line}.why-num-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:21px;margin-top:48px}.why-num-card{display:flex;flex-direction:column;align-items:center;gap:8px;min-height:250px;padding:40px 24px 24px;border:1px solid #c5c5c5;border-radius:14px;background:#fffc;box-shadow:0 8px 24px #0000000d;text-align:center}.why-num{color:var(--orange);font-family:Inter,sans-serif;font-size:36px;font-weight:700;line-height:40px}.why-num-card h3{margin-top:8px;color:#0d0d0d;font-size:20px;font-weight:700;line-height:24px}.why-num-card p{max-width:256px;margin-top:4px;color:#0d0d0d;font-size:12px;line-height:16px}.global-strategy-sub{margin-top:20px;color:#000;font-family:Inter,Pretendard,sans-serif;font-size:20px;font-weight:700;line-height:30px}.global-strategy-desc{margin-top:12px;max-width:824px;color:#777;font-family:Inter,Pretendard,sans-serif;font-size:16px;line-height:22px}.strategy-layout{display:grid;grid-template-columns:minmax(0,661px) minmax(280px,412px);justify-content:space-between;gap:40px;margin-top:40px;align-items:start}.strategy-list{display:grid;gap:13px}.strategy-item{border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:20px;background:#fafafa;box-shadow:0 0 10px #0000001a}.strategy-item h3{display:flex;align-items:center;gap:22px;margin-bottom:0;color:#0d0d0d;font-size:18px;font-weight:700;line-height:20px}.strategy-dot{flex:0 0 auto;width:10px;height:10px;border-radius:50%;background:var(--orange)}.strategy-item p{margin-top:8px;padding-left:32px;color:var(--slate);font-size:15px;line-height:20px}.strategy-visual{margin:0;border-radius:20px;overflow:hidden;min-height:0;background:transparent}.strategy-visual img{width:100%;height:100%;min-height:480px;object-fit:cover;border-radius:20px}.global-cases-head{display:flex;flex-wrap:wrap;align-items:baseline;gap:24px 40px}.global-cases-head .section-title{margin-top:0}.global-cases-label{color:#6e6e6e;font-family:Inter,Pretendard,sans-serif;font-size:20px;font-weight:700;line-height:30px}.case-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px;margin-top:36px}.case-card{border:1px solid #cacaca;border-radius:14px;padding:24px;background:#fff;box-shadow:0 0 20px #0000001a;min-height:250px}.case-card-head{display:flex;align-items:flex-start;gap:36px}.case-icon{flex:0 0 auto;display:block;width:46px;height:46px;border-radius:13px;box-shadow:0 6px 16px #f7941d52}.case-card h3{color:#14151a;font-size:16px;font-weight:700;line-height:1.35;max-width:381px;padding-top:8px}.case-card-desc{margin-top:12px;padding-left:82px;color:var(--slate);font-size:14px;line-height:1.45;white-space:pre-line}.notice-section{padding-bottom:80px}.notice-toolbar{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px;align-items:center;margin-top:8px}.notice-cats{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.notice-cat{display:inline-flex;align-items:center;justify-content:center;min-width:60px;height:38px;padding:0 14px;border:1px solid #e5e7eb;border-radius:14px;background:#fff;color:#4a5565;font-family:Inter,Pretendard,sans-serif;font-size:14px;font-weight:500;line-height:20px}.notice-cat.active{border-color:var(--navy-deep);background:var(--navy-deep);color:#fff}.notice-search{display:flex;gap:8px;align-items:center;flex:1 1 280px;justify-content:flex-end;max-width:480px;margin-left:auto}.notice-search input{flex:1;min-width:0;max-width:394px;height:42px;padding:0 16px;border:1px solid #e5e7eb;border-radius:14px;background:#f9fafb;color:var(--ink);font-size:14px}.notice-search input::placeholder{color:#10182880}.notice-search button{flex:0 0 auto;min-width:71px;height:42px;padding:0 16px;border:none;border-radius:14px;background:var(--navy-deep);color:#fff;font-size:12px;font-weight:600}.notice-board{margin-top:32px}.notice-featured{display:grid;grid-template-columns:176px minmax(0,1fr);gap:20px;align-items:start;border:2px solid var(--orange);border-radius:16px;padding:32px;background:#fffaf6;color:inherit;text-decoration:none;transition:box-shadow .2s ease,border-color .2s ease}.notice-featured:hover{box-shadow:0 8px 24px #10182814}.notice-thumb{width:176px;height:131px;border-radius:14px;overflow:hidden;background:radial-gradient(circle at 40% 40%,rgba(80,140,255,.45),transparent 45%),linear-gradient(140deg,#1d2a5c,#3a4f91)}.notice-thumb img,.notice-row-thumb img{width:100%;height:100%;object-fit:cover}.notice-featured-body{min-width:0}.notice-meta{display:flex;gap:8px;align-items:center}.notice-meta time{color:#99a1af;font-family:Inter,Pretendard,sans-serif;font-size:12px;line-height:16px}.tag{display:inline-flex;align-items:center;height:auto;padding:2px 10px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#4a5565;font-family:Inter,Pretendard,sans-serif;font-size:11px;font-weight:600;letter-spacing:.025em;line-height:16.5px}.notice-featured .tag{background:#fff}.notice-row .tag{background:#f3f4f6}.notice-featured h3{margin-top:8px;color:#101828;font-family:Inter,Pretendard,sans-serif;font-size:18px;font-weight:900;line-height:28px}.notice-featured p{margin-top:8px;color:#4a5565;font-size:14px;line-height:20px}.notice-featured .btn-sm{display:inline-flex;margin-top:16px;min-height:28px;padding:6px 16px;border-radius:999px;background:#101828;box-shadow:0 1px 2px -1px #0000001a,0 1px 3px #0000001a;color:#fff;font-size:12px;font-weight:600;line-height:16px}.notice-list{display:grid;gap:12px;margin-top:16px}.notice-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:16px;align-items:center;padding:24px;border:1px solid #f3f4f6;border-radius:16px;background:#fff;box-shadow:0 1px 2px -1px #0000001a,0 1px 3px #0000001a;color:inherit;text-decoration:none;transition:border-color .2s ease,box-shadow .2s ease}.notice-row:hover{border-color:#e5e7eb;box-shadow:0 4px 16px #10182814}.notice-row:hover .link-detail{color:var(--navy-deep)}.notice-row--text{grid-template-columns:minmax(0,1fr) auto}.notice-row-thumb{width:128px;height:80px;border-radius:14px;overflow:hidden;background:radial-gradient(circle at 40% 40%,rgba(80,140,255,.45),transparent 45%),linear-gradient(140deg,#1d2a5c,#3a4f91)}.notice-row-thumb.is-placeholder,.notice-thumb.is-placeholder{flex-shrink:0}.notice-row-main{min-width:0}.notice-row h3{margin-top:6px;color:#101828;font-family:Inter,Pretendard,sans-serif;font-size:14px;font-weight:700;line-height:20px}.notice-row p{margin-top:4px;color:#6a7282;font-size:12px;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.link-detail{align-self:start;margin-top:4px;border:none;background:transparent;color:#99a1af;font-family:Inter,Pretendard,sans-serif;font-size:12px;font-weight:600;line-height:16px;white-space:nowrap}.link-detail:hover{color:var(--navy-deep)}.news-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;margin-bottom:28px;padding-bottom:16px;border-bottom:1px solid #ececec}.news-total{font-size:15px;color:var(--gray-700)}.news-total strong{font-weight:800;color:var(--ink-strong)}.news-period{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:14px;color:var(--gray-600);font-weight:600}.news-period input[type=date]{height:40px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--gray-700);font-size:14px}.news-period-sep{color:var(--gray-400)}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.news-card{display:flex;flex-direction:column;min-height:190px;padding:24px 22px;border:1px solid var(--line);border-radius:14px;background:#fff;transition:border-color .15s,transform .15s,box-shadow .15s}.news-card:hover{border-color:#d5d9e3;transform:translateY(-2px);box-shadow:0 10px 24px #1418360f}.news-card h3{font-size:18px;line-height:1.45;color:var(--ink-strong);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.news-card p{margin-top:12px;color:var(--gray-500);font-size:14px;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.news-card time{margin-top:18px;color:var(--gray-400);font-size:13px}.news-empty{min-height:220px;display:grid;place-items:center}@media(max-width:1100px){.news-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.news-grid{grid-template-columns:1fr}.news-toolbar{flex-direction:column;align-items:flex-start}}.notice-detail-back{margin-top:16px}.notice-detail-back .btn{min-height:40px;padding:0 16px;font-size:14px}.notice-detail-section{padding-top:56px}.notice-detail-meta{display:flex;gap:12px;align-items:center;margin-bottom:24px}.notice-detail-meta time{color:var(--gray-500);font-size:14px}.notice-detail-hero{width:100%;min-height:280px;border-radius:16px;margin-bottom:32px;overflow:hidden;background:radial-gradient(circle at 40% 40%,rgba(80,140,255,.45),transparent 45%),linear-gradient(140deg,#1d2a5c,#3a4f91)}.notice-detail-hero img{display:block;width:100%;height:auto;min-height:280px;object-fit:cover}.notice-detail-hero.is-placeholder{min-height:280px}.notice-detail-body{max-width:760px;display:grid;gap:18px}.notice-detail-body p{font-size:16px;line-height:1.8;color:var(--gray-700)}.notice-related{margin-top:72px;padding-top:48px;border-top:1px solid #eee}.notice-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px}.notice-related-card{display:block;border:1px solid var(--line);border-radius:14px;padding:20px;background:#fff;transition:border-color .15s,transform .15s}.notice-related-card:hover{border-color:var(--orange);transform:translateY(-2px)}.notice-related-card h3{margin:12px 0 8px;font-size:17px;line-height:1.4}.notice-related-card p{color:var(--gray-500);font-size:14px;line-height:1.55}.notice-related-card time{display:inline-block;margin-top:12px;color:var(--gray-400);font-size:13px}@media(max-width:900px){.notice-related-grid{grid-template-columns:1fr}}.contact-location{padding:55px 24px 120px;display:flex;flex-direction:column;gap:126px}.office-block{display:flex;flex-direction:column;gap:32px}.office-block--last{gap:38px}.office-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,624px);gap:18px;align-items:end}.office-info{display:flex;flex-direction:column;gap:36px;min-width:0}.office-title-row{display:flex;align-items:center;gap:10px}.office-flag-icon{width:44px;height:44px;object-fit:cover;flex-shrink:0;max-width:none;display:block;border-radius:50%;overflow:hidden;background:transparent}.office-title-text{display:flex;align-items:flex-end;gap:14px;flex-wrap:wrap}.office-title{font-family:SUIT,Pretendard,sans-serif;font-weight:700;font-size:32px;line-height:1.4;letter-spacing:-.02em;color:#0d2a43}.office-subtitle{font-family:SUIT,Pretendard,sans-serif;font-weight:700;font-size:18px;line-height:1.4;letter-spacing:-.02em;color:#0d2a43;padding-bottom:4px}.office-dl{display:flex;flex-direction:column;gap:16px}.office-dl>div{display:grid;grid-template-columns:112px minmax(0,1fr);gap:0 12px;align-items:start;padding-bottom:16px;border-bottom:1px solid #dadada}.office-dl>.office-dl-last{padding-bottom:0;border-bottom:none}.office-dl dt{font-family:SUIT,Pretendard,sans-serif;font-weight:700;font-size:18px;line-height:1.4;letter-spacing:-.02em;color:#0d2a43}.office-dl dd{font-family:SUIT,Pretendard,sans-serif;font-weight:400;font-size:18px;line-height:1.6;letter-spacing:-.02em;color:#0d2a43}.office-dd-address{font-family:Pretendard,sans-serif;font-weight:300}.office-dd-email{font-family:Sumana,Georgia,serif;font-weight:400;font-size:19px;line-height:1.6;letter-spacing:0}.office-dl a{color:#0d2a43;text-decoration:none}.office-dl a:hover{text-decoration:underline;text-underline-offset:2px}.office-photo{position:relative;width:100%;aspect-ratio:624 / 347;overflow:hidden;background:#0d2a43}.office-photo__img{position:absolute;max-width:none;object-fit:cover}.office-photo__img--seoul{left:-42.15%;top:0;width:142.15%;height:143.23%}.office-photo__img--berkeley{left:-16.03%;top:-1.72%;width:116.03%;height:116.71%}.office-map{position:relative;display:block;width:100%;aspect-ratio:1151 / 378;overflow:hidden;background:#000}.office-map--us{aspect-ratio:1151 / 347}.office-map__img{position:absolute;max-width:none;object-fit:cover}.office-map__img--seoul{left:-7.21%;top:-17.2%;width:114.51%;height:165.61%}.office-map__img--berkeley{left:-8.86%;top:-33.72%;width:114.51%;height:180.4%}.form-section{padding:56px 0 80px}.form-block{padding:28px 0;border-bottom:1px solid #eee}.form-block h3{font-size:16px;margin-bottom:18px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field label{display:block;font-size:13px;color:var(--gray-600);margin-bottom:8px;font-weight:600}.field input,.field textarea{width:100%;border:none;background:var(--muted-bg);border-radius:10px;padding:14px 16px;font-size:15px}.field textarea{min-height:160px;resize:vertical}.choice-row{display:flex;flex-wrap:wrap;gap:12px 18px}.choice-row label{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:var(--gray-700)}.form-actions{display:flex;justify-content:center;margin-top:36px}.form-actions .btn{min-width:220px}.inquiry-section{padding:48px 0 96px}.contact-faq{padding:32px 0 80px}.contact-faq .filter-row{margin-top:0}.inquiry-container{max-width:1120px}.inquiry-form{display:flex;flex-direction:column;gap:48px}.inquiry-block{padding:0;border:0}.inquiry-block-head{display:flex;align-items:baseline;flex-wrap:wrap;gap:12px 16px;padding-bottom:14px;margin-bottom:22px;border-bottom:1px solid #e3e3e3}.inquiry-block-head--stack{flex-direction:column;align-items:flex-start;gap:6px}.inquiry-block>.inquiry-block-title{padding-bottom:14px;margin-bottom:18px;border-bottom:1px solid #e3e3e3}.inquiry-block-title{font-family:Inter,Pretendard,sans-serif;font-size:22px;font-weight:700;line-height:1.3;color:#404040}.inquiry-block-desc{font-size:15px;font-weight:400;color:#9a9a9a;line-height:1.4}.inquiry-grid{gap:20px 28px}.inquiry-form .field label{font-size:14px;font-weight:600;color:#505050;margin-bottom:10px}.inquiry-form .field input,.inquiry-form .field textarea{background:#f5f5f5;border:1px solid transparent;border-radius:8px;padding:16px 18px;font-size:15px;color:#303030;transition:border-color .15s,background .15s}.inquiry-form .field input::placeholder,.inquiry-form .field textarea::placeholder{color:#b0b0b0}.inquiry-form .field input:focus,.inquiry-form .field textarea:focus{outline:none;background:#fff;border-color:#cfcfcf}.inquiry-form .field textarea{min-height:220px;line-height:1.6;resize:vertical}.inquiry-choice{display:flex;gap:14px 28px}.inquiry-choice--stack{flex-direction:column;padding-left:8px;gap:0}.inquiry-choice--stack .inquiry-choice-item{min-height:45px}.inquiry-choice--row{flex-direction:row;flex-wrap:wrap;align-items:center;padding-left:8px;gap:18px 48px}.inquiry-choice--row .inquiry-choice-item{min-height:45px}.inquiry-choice-item{position:relative;display:inline-flex;align-items:center;gap:12px;cursor:pointer;font-family:Inter,Pretendard,sans-serif;font-size:18px;font-weight:600;line-height:1.4;color:#656565;-webkit-user-select:none;user-select:none}.inquiry-choice-item input{position:absolute;opacity:0;width:1px;height:1px;margin:0}.inquiry-radio{flex:0 0 auto;width:12px;height:12px;border:.5px solid #747474;border-radius:50%;background:#fff;box-sizing:border-box;transition:border-color .15s,background .15s,box-shadow .15s}.inquiry-choice-item input:checked+.inquiry-radio{border-color:var(--navy-deep);background:var(--navy-deep);box-shadow:inset 0 0 0 2.5px #fff}.inquiry-choice-item input:focus-visible+.inquiry-radio{outline:2px solid var(--navy);outline-offset:3px}.inquiry-block--message{margin-top:8px}.inquiry-actions{margin-top:12px}.inquiry-submit{min-width:276px;min-height:46px;padding:0 32px;border-radius:14px;background:#23285d;font-family:Inter,Pretendard,sans-serif;font-size:18px;font-weight:600;letter-spacing:.02em}.people-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,417px);grid-template-areas:"copy photo" "values photo";column-gap:56px;row-gap:48px;align-items:start}.people-copy{grid-area:copy;max-width:521px}.people-copy .section-label{font-family:Inter,Pretendard,sans-serif;font-size:18px;font-weight:700;letter-spacing:.0917em;line-height:1;color:#f5a020}.people-copy .people-title{margin-top:12px;max-width:485px}.people-photo{grid-area:photo;align-self:start;justify-self:end;width:100%;max-width:417px;aspect-ratio:417 / 437;overflow:hidden;background:#e8ebf0;margin-top:16px}.people-photo img{display:block;width:100%;height:100%;object-fit:cover;opacity:.8}.people-title em{font-style:normal;color:#f5a020}.people-desc{margin-top:16px;color:#6a7282;font-size:14px;line-height:1.625;max-width:486px}.people-values{grid-area:values;display:flex;flex-wrap:nowrap;align-items:center;gap:27px;max-width:100%}.people-value{position:relative;flex:0 0 214px;width:214px;height:214px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#d9d9d933;border:2px solid #fff;box-sizing:border-box;padding:28px 22px;gap:10px}.people-value-arc{position:absolute;pointer-events:none;display:block}.people-value.arc-left .people-value-arc{left:3px;top:0;width:50%;height:100%}.people-value.arc-top .people-value-arc{left:0;top:0;width:100%;height:50%}.people-value.arc-right .people-value-arc{right:0;top:0;width:50%;height:100%}.people-value strong{position:relative;z-index:1;font-family:SUIT,Pretendard,sans-serif;font-size:24px;font-weight:700;line-height:1.4;color:#090909;letter-spacing:-.004em}.people-value>span{position:relative;z-index:1;font-family:SUIT,Pretendard,sans-serif;font-size:15px;font-weight:400;line-height:1.4;color:#090909;letter-spacing:-.004em}.team-people{padding-top:24px}.team-people .section-label{margin-bottom:20px}.leader-list{display:grid;gap:48px;margin-top:8px}.leader-card{display:grid;grid-template-columns:300px 1fr;gap:56px;align-items:start}.leader-photo{aspect-ratio:322 / 395;border-radius:0;overflow:hidden;background:#f3f4f6}.leader-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center top}.leader-heading{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.leader-body h3{font-size:30px;font-weight:900;line-height:1.2;color:#101828}.leader-title{margin-top:8px;font-size:14px;font-weight:500;color:#101828}.leader-badge{display:inline-flex;align-items:center;justify-content:center;min-height:23px;padding:2px 10px;border-radius:999px;border:1px solid #e5e7eb;background:#f3f4f6;font-size:14px;font-weight:500;color:#101828}.leader-bio{margin-top:16px;color:#4a5565;font-size:16px;line-height:26px}.leader-career-label{margin-top:24px;font-weight:500;font-size:14px;color:#101828}.leader-body ul{margin-top:8px;list-style:none;padding-left:0;color:#4a5565;font-size:16px;line-height:26px}.leader-body ul li+li{margin-top:2px}.members-section{background:#f9fafb;border-bottom:1px solid #f3f4f6}.member-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px 25px;margin-top:28px}.member-card{background:#fff;border:1px solid #f3f4f6;border-radius:16px;padding:24px 25px;box-shadow:0 1px 2px -1px #0000001a,0 1px 3px #0000001a}.member-heading{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.member-card h3{font-size:18px;font-weight:900;line-height:28px;color:#101828}.member-role{display:inline-flex;align-items:center;min-height:22px;padding:2px 10px;border-radius:999px;border:1px solid #e5e7eb;background:#f3f4f6;color:#4a5565;font-size:11px;font-weight:600;letter-spacing:.025em;margin:0}.member-card>p{margin-top:12px;color:#4a5565;font-size:14px;line-height:1.6}.ideal-section .section-title{max-width:520px}.ideal-desc{margin-top:12px;color:#2d2d2d;font-size:14px;line-height:20px}.ideal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px 32px;margin-top:48px;max-width:1080px;text-align:center}.ideal-item{display:flex;flex-direction:column;align-items:center;gap:14px}.ideal-icon{width:80px;height:80px;display:grid;place-items:center}.ideal-icon img{display:block;width:80px;height:80px;object-fit:contain}.ideal-item h3{margin:4px 0 0;font-family:SUIT,Pretendard,sans-serif;font-size:22px;font-weight:700;line-height:1.35;letter-spacing:-.02em;color:#1a1a1a}.ideal-item p{margin:0;max-width:280px;font-family:SUIT,Pretendard,sans-serif;font-size:15px;font-weight:400;line-height:1.55;letter-spacing:-.01em;color:#6a7282}.timeline{margin-top:48px;display:grid;gap:28px;border-left:2px solid #eadfcf;margin-left:70px;padding-left:28px}.timeline-year{position:relative}.timeline-year-label{position:absolute;left:-98px;top:0;font-weight:800;font-size:20px}.timeline-year:before{content:"";position:absolute;left:-35px;top:8px;width:10px;height:10px;background:var(--orange);transform:rotate(45deg)}.timeline-cards{display:grid;gap:12px}.timeline-card{border:1px solid var(--line);border-radius:12px;padding:18px 20px;background:#fff}.timeline-card p{color:var(--gray-500);margin-top:6px;font-size:14px}.vision-hub-diagram{position:relative;width:min(1074px,100%);margin:48px auto 0;aspect-ratio:1074 / 700;min-height:520px;overflow:visible}.hub-node{position:absolute;z-index:2;width:19.3%;aspect-ratio:1;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;box-shadow:4px 4px 20px #0000000d;padding:12px}.hub-node strong{font-family:Pretendard,sans-serif;font-weight:700;font-size:clamp(13px,1.7vw,23px);line-height:1.25;letter-spacing:-.03em}.hub-node em{margin-top:8px;font-style:normal;font-size:clamp(10px,1.05vw,13px);font-weight:400;opacity:.92}.hub-node-core{left:37.35%;top:37.9%;background:#1a2179}.hub-node-core strong{font-size:clamp(16px,2.1vw,25px)}.hub-node-core span{margin-top:4px;font-size:clamp(12px,1.4vw,16px);font-weight:700}.hub-node-invest{left:37.3%;top:0;background:#f5a020}.hub-node-accel{left:16%;top:56.8%;background:#e8af7d}.hub-node-open{left:58.7%;top:56.8%;background:#f5a020}.hub-callout{position:absolute;z-index:3;display:flex;align-items:center;gap:14px;max-width:none}.hub-callout p{display:flex;flex-direction:column;gap:0;color:#090909;font-size:clamp(12px,1.2vw,14.7px);line-height:1.5;word-break:keep-all;overflow-wrap:normal}.hub-line{display:block;white-space:nowrap}.hub-callout-invest{left:57.5%;top:1.5%}.hub-callout-accel{left:0;top:46.5%}.hub-callout-open{left:79%;top:64%}.hub-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.hub-tags span{display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border-radius:6px;border:1px solid #afafaf;color:#191919;font-size:11.8px;font-weight:600;line-height:1.4;background:#fff;white-space:nowrap}.hub-tags.accent span{border-color:var(--orange)}.hub-tags.muted span{border-color:#afafaf}@media(max-width:900px){.vision-hub-diagram{aspect-ratio:auto;min-height:0;display:grid;gap:28px}.hub-node,.hub-callout{position:static;width:auto;max-width:none}.hub-node{width:180px;margin:0 auto}.hub-callout{display:block;text-align:center}.hub-line{white-space:normal}.hub-tags{justify-content:center}.vision-global-title,.vision-global-desc,.vision-global-sub{white-space:normal;max-width:36rem;margin-left:auto;margin-right:auto}}.vision-global{background:#fef8f2;padding:72px 0;text-align:center}.vision-global-chevrons{display:flex;flex-direction:column;align-items:center;gap:2px;margin-bottom:16px}.vision-global-title{max-width:none;margin-left:auto;margin-right:auto;font-size:clamp(18px,2.2vw,24px);font-weight:700;line-height:1.35;letter-spacing:-.02em;white-space:nowrap;word-break:keep-all}.vision-global-desc{max-width:none;margin:16px auto 0;white-space:nowrap;word-break:keep-all}.vision-global-logo{display:block;width:129px;height:auto;margin:28px auto 8px;mix-blend-mode:multiply}.vision-global-sub{margin-top:20px;font-size:clamp(18px,2.2vw,24px);font-weight:700;letter-spacing:-.02em;white-space:nowrap;word-break:keep-all}.sector-mosaic{display:grid;grid-template-columns:1.05fr 1.4fr;gap:22px;margin-top:0;align-items:stretch}.mosaic-side{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:12px 12px}.mosaic-item{position:relative;border-radius:20px;overflow:hidden;min-height:188px;background:#1a1f33}.mosaic-item img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center}.mosaic-large{min-height:405px}.mosaic-caption{position:absolute;inset:0;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;color:#fff;background:#0a102880;padding:24px}.mosaic-caption strong{display:block;width:100%;font-size:25px;font-weight:700;line-height:1.2;text-align:center;text-shadow:0 1px 8px rgba(0,0,0,.35)}.mosaic-caption span{display:block;width:100%;font-size:18px;font-weight:400;line-height:1.35;text-align:center;text-shadow:0 1px 8px rgba(0,0,0,.35)}.mosaic-side .mosaic-item:nth-child(1) img{object-position:center}.mosaic-side .mosaic-item:nth-child(2) img{object-position:center}.vision-cta{text-align:center}.vision-cta-arc{display:block;width:50px;height:12px;margin:0 auto 12px}.vision-cta h2{max-width:720px;margin:0 auto;font-size:24px;font-weight:700;line-height:1.35;letter-spacing:-.02em}.vision-cta .section-desc{margin:8px auto 24px;max-width:560px;font-size:14px;line-height:1.45}.faq-list{margin-top:28px}.faq-item{border-bottom:1px solid #ececec}.faq-item summary{list-style:none;display:grid;grid-template-columns:120px 1fr 24px;gap:12px;align-items:center;padding:18px 4px;cursor:pointer}.faq-item.simple summary{grid-template-columns:1fr 24px}.faq-item summary::-webkit-details-marker{display:none}.faq-cat{color:var(--gray-500);font-size:13px;font-weight:600}.faq-q{font-weight:700}.faq-icon{text-align:center;color:var(--gray-500);font-size:20px}.faq-item[open] .faq-icon{transform:rotate(45deg)}.faq-a{padding:0 4px 18px 132px;color:var(--gray-600);font-size:14px;line-height:1.7}.faq-item.simple .faq-a{padding-left:4px}.site-footer{background:var(--navy-footer);padding:48px 0 60px;color:#fff;margin:auto 0 0;flex-shrink:0;width:100%}.footer-inner{display:flex;justify-content:space-between;gap:40px}.footer-logo{position:relative;width:142px;height:43px;overflow:hidden}.footer-logo img{position:absolute;left:-7.39%;top:-128.32%;width:107.04%;height:358.42%;max-width:none}.footer-address{margin-top:8px;font-size:11px;line-height:1.5;opacity:.9}.footer-contact-line{margin-top:8px!important}.footer-copy{margin-top:28px;opacity:.6;font-size:12px}.footer-nav{display:flex;gap:36px;opacity:.9;padding-top:8px}.footer-col-title{display:block;font-weight:700;font-size:15px;margin-bottom:12px}.footer-sub{display:grid;gap:8px}.footer-sub a{font-size:13px;opacity:.8}.footer-sub a:hover{opacity:1}@media(max-width:1100px){.gnb-list{gap:28px}.hero-watermark{right:24px;width:160px;height:126px;opacity:.28}.home-stats,.featured-grid,.portfolio-grid,.share-grid,.value-grid,.why-num-grid,.member-grid,.gallery-grid,.sector-cards{grid-template-columns:repeat(2,1fr)}.strategy-layout{grid-template-columns:1fr}.strategy-visual{max-width:412px}.strategy-visual img{min-height:360px}.global-cases-head{flex-direction:column;gap:8px}.case-card-desc{padding-left:0}.case-card-head{gap:16px}.share-grid{gap:14px}.program-card{padding:22px 20px}.portfolio-search-controls input{width:280px}.portfolio-follow-rate{font-size:18px}.portfolio-follow-rate em{font-size:22px}.sectors-layout{grid-template-columns:1fr;grid-template-areas:"kicker" "title" "image" "desc" "cards";row-gap:24px}.sectors-image{max-width:640px;width:100%;justify-self:start;margin-top:8px}.sectors-image img{height:auto;aspect-ratio:543 / 280}.sector-mosaic{grid-template-columns:1fr}.mosaic-large{min-height:260px}}@media(max-width:900px){.header-inner{position:relative;flex-wrap:wrap;height:auto;min-height:72px;padding-top:12px;padding-bottom:12px;align-items:flex-start}.header-logo{align-self:center}.header-actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px;margin-left:auto}.nav-toggle{display:flex}.header-lang{min-height:24px}.header-lang .lang-select-menu{right:0}.gnb-lang--desktop{display:none}.gnb{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:16px 24px 24px;overflow:visible}.gnb.is-open{display:block}.gnb-list{flex-direction:column;align-items:flex-start;gap:16px;height:auto}.gnb-item{display:block;height:auto}.mega-menu{display:none!important}.mega-sub{position:static;display:grid;gap:10px;padding:10px 0 4px 12px;min-width:0;opacity:1;visibility:visible;pointer-events:auto}.gnb.is-mega-suppressed .mega-sub{opacity:1!important;visibility:visible!important;pointer-events:auto!important}.mega-sub a{font-size:14px;color:var(--gray-600)}.hero-title,.home-hero .hero-title{font-size:34px;line-height:1.3}.home-hero-slider{margin-top:0;height:800px;min-height:800px;max-height:800px}.home-hero-content{padding-top:88px;padding-bottom:48px}.home-hero-title{font-size:30px}.home-hero-desc{font-size:16px}.home-hero-dots{bottom:20px}.site-header.is-over-hero .gnb .gnb-link{color:var(--gray-600)}.site-header.is-over-hero .gnb .gnb-link:hover,.site-header.is-over-hero .gnb .gnb-link.active{color:var(--navy)}.site-header.is-over-hero.is-nav-open{background:#fff;border-bottom-color:#e5e5e5;box-shadow:0 0 15px #00000014}.site-header.is-over-hero.is-nav-open .header-logo-img--light{display:block}.site-header.is-over-hero.is-nav-open .header-logo-img--dark{display:none}.site-header.is-over-hero.is-nav-open .nav-toggle{background:#fff;border-color:var(--line)}.site-header.is-over-hero.is-nav-open .nav-toggle span{background:var(--navy-deep)}.hero-watermark{display:block;opacity:.22;width:120px;height:95px;top:16px;right:16px}.portfolio-subfilters{flex-direction:column;gap:12px}.portfolio-search-inner{flex-direction:column;align-items:stretch;min-height:0;padding-top:24px;padding-bottom:24px}.portfolio-search-controls{width:100%;justify-content:stretch}.portfolio-search-controls input{width:auto;max-width:none;flex:1}.portfolio-card-body{margin-top:40px}.why-cards,.stats-inner,.sectors-top,.sectors-layout,.home-stats,.pillars,.featured-grid,.portfolio-grid,.program-grid,.gallery-grid,.value-grid,.why-num-grid,.strategy-layout,.case-grid{grid-template-columns:1fr}.share-grid{grid-template-columns:repeat(2,1fr)}.notice-featured{grid-template-columns:1fr;padding:24px}.notice-thumb{width:100%;max-width:280px;height:160px}.notice-toolbar{flex-direction:column;align-items:stretch;gap:12px}.notice-search{flex:0 0 auto;max-width:none;margin-left:0;justify-content:stretch}.notice-search input{max-width:none}.notice-board{margin-top:16px}.tab-btn{min-width:0;flex:1 1 140px}.inquiry-section{padding:32px 0 72px}.inquiry-form{gap:36px}.inquiry-block-title{font-size:20px}.inquiry-choice-item{font-size:16px}.inquiry-choice--row{gap:14px 24px}.inquiry-form .field textarea{min-height:180px}.inquiry-submit{width:100%;max-width:276px}.office-head,.form-grid,.inquiry-grid,.people-layout,.leader-card,.member-grid,.ideal-grid,.vision-hub,.sector-mosaic{grid-template-columns:1fr}.ideal-grid{gap:40px;margin-top:36px}.contact-location{gap:72px;padding:32px 20px 80px}.office-block,.office-block--last{gap:24px}.office-head{align-items:stretch}.office-info{gap:24px}.office-title{font-size:26px}.office-subtitle{font-size:16px}.office-dl>div{grid-template-columns:88px minmax(0,1fr)}.office-dl dt,.office-dl dd{font-size:15px}.office-dd-email{font-size:16px}.office-photo__img--seoul,.office-photo__img--berkeley,.office-map__img--seoul,.office-map__img--berkeley{left:0;top:0;width:100%;height:100%}.strategy-item p{padding-left:0}.strategy-visual,.strategy-visual img{max-width:none;min-height:280px}.case-card-head{flex-direction:column;gap:16px}.case-card h3{max-width:none;padding-top:0;line-height:1.35}.people-layout{grid-template-columns:1fr;grid-template-areas:"copy" "photo" "values";row-gap:32px}.people-photo{max-width:360px;justify-self:start;margin-top:0}.people-values{gap:16px;overflow-x:auto;padding-bottom:4px}.people-value{flex:0 0 160px;width:160px;height:160px;padding:16px 12px}.people-value strong{font-size:18px}.people-value>span{font-size:13px}.leader-card{gap:20px}.leader-photo{max-width:280px}.mosaic-side{grid-template-columns:1fr}.stats-inner,.sectors-top{display:flex;flex-direction:column}.sectors-layout{grid-template-columns:1fr;grid-template-areas:"kicker" "title" "image" "desc" "cards";row-gap:20px}.stats-intro{flex:none}.stat-highlight{margin-top:32px}.stat-big{font-size:72px}.sectors-image{flex:none;width:100%;max-width:none;justify-self:stretch;margin-top:0}.sectors-image img{height:auto;aspect-ratio:543 / 280}.sectors-title,.sectors-desc{max-width:none}.sector-cards{margin-top:24px;grid-template-columns:repeat(2,1fr)}.sector-card{height:auto;min-height:180px}.timeline{margin-left:0;padding-left:22px}.timeline-year-label{position:static;margin-bottom:10px}.timeline-year:before{left:-28px}.notice-row,.notice-row--text{grid-template-columns:1fr;gap:12px}.notice-row-thumb{width:100%;max-width:220px;height:120px}.link-detail{justify-self:start}.notice-row p{white-space:normal}.faq-item summary{grid-template-columns:1fr 24px}.faq-cat{display:none}.faq-a{padding-left:4px}.footer-inner{flex-direction:column}.footer-nav{flex-wrap:wrap;gap:24px}}
