@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700;800;900&display=swap');
:root{--navy:#06234f;--blue:#123b78;--yellow:#f7ce48;--ink:#11243e;--muted:#647083}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;font-family:'Noto Sans KR',sans-serif;color:var(--ink);background:#fff}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #d89500;outline-offset:6px}header{height:100px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;background:var(--navy);color:white;border-bottom:1px solid #ffffff24}.brand{display:flex;align-items:center;gap:12px;font-size:21px;letter-spacing:1px}.brand img{width:62px;height:62px;object-fit:cover}.brand small{display:block;font-size:10px;letter-spacing:2px;margin-top:4px}.brand b{color:#fff}nav{display:flex;gap:32px;align-items:center;font-size:14px;font-weight:600}.nav-cta{border:1px solid #ffffff65;padding:13px 20px}.hero{display:grid;grid-template-columns:1fr 1fr;background:var(--navy);color:white;min-height:640px}.hero-copy{padding:65px 8% 28px 10%;display:flex;flex-direction:column}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:800;margin:0 0 24px}.hero .eyebrow{color:var(--yellow)}h1{font-size:clamp(36px,3.7vw,60px);letter-spacing:-2.5px;line-height:1.35;margin:14px 0 22px;font-weight:900;word-break:keep-all}h1 span{color:var(--yellow)}.intro{font-size:17px;color:#cbd7e8;line-height:1.9}.actions{display:flex;gap:25px;align-items:center;margin-top:24px;flex-wrap:wrap}.button{padding:18px 23px;font-size:15px;font-weight:700;display:inline-flex;gap:35px}.yellow{background:var(--yellow);color:var(--navy)}.text-link{font-size:14px}.hero-bottom{display:flex;justify-content:space-between;gap:10px;margin-top:auto;padding-top:60px;color:#a4b7d1;font-size:11px;letter-spacing:1px}.hero-photo{position:relative;margin:0;overflow:hidden;min-height:560px}.hero-photo>img{width:100%;height:100%;position:absolute;object-fit:cover;object-position:49% center}.hero-photo:after{content:'';position:absolute;inset:55% 0 0;background:linear-gradient(transparent,#051b3ecc)}figcaption{position:absolute;bottom:30px;left:30px;right:30px;z-index:1;display:flex;justify-content:space-between;align-items:end;gap:20px}figcaption span{font-size:30px;font-weight:900;max-width:140px;line-height:1.15}figcaption a{font-size:12px}.ticker{background:var(--yellow);display:flex;justify-content:space-around;gap:20px;align-items:center;padding:21px 5%;font-size:17px;font-weight:800}.ticker i{font-size:15px;font-style:normal}.ticker strong{letter-spacing:1px}.section{padding:90px 6%;max-width:1600px;margin:auto}.about{display:grid;grid-template-columns:1fr 1fr;gap:8%;padding-top:100px;padding-bottom:100px}h2{font-size:clamp(28px,3vw,42px);line-height:1.4;letter-spacing:-1.5px;margin:0;word-break:keep-all}.about .lead{font-size:25px;font-weight:700;margin-top:0;color:var(--ink)}.about p:not(.eyebrow){line-height:1.85}.about>div>p:not(.lead):not(.eyebrow){color:var(--muted);font-size:16px}.underlink{font-size:14px;border-bottom:1px solid;padding-bottom:5px;display:inline-block}.teams{max-width:none;background:#f0f3f7}.section-head{display:flex;align-items:end;justify-content:space-between;gap:35px;margin-bottom:40px}.section-head>p{font-size:14px;color:var(--muted)}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.team-grid article{background:#fff;padding:30px;min-height:320px;display:flex;flex-direction:column;border-top:4px solid var(--navy)}.number{color:#697b93;font-size:13px}.team-grid h3{font-size:32px;margin:24px 0 12px;font-weight:900}.team-grid h3 small{font-size:16px;display:block;margin-top:7px;font-weight:600}.team-grid p{font-size:15px;line-height:1.85;color:var(--muted)}.team-grid a{margin-top:auto;padding-top:22px;font-size:14px;font-weight:700}.news-row{display:grid;grid-template-columns:110px 1fr 100px 22px;gap:20px;align-items:center;padding:28px 0;border-top:1px solid #dce1e8}.news-row h3{font-size:18px;margin:0;font-weight:600;word-break:keep-all}.tag{font-size:13px;color:var(--blue)}time{font-size:13px;color:var(--muted)}.note{font-size:13px;color:var(--muted);line-height:1.8}.contact{background:var(--navy);color:white;padding:80px 6%;display:grid;grid-template-columns:1fr 1fr;gap:9%}.contact .eyebrow{color:var(--yellow)}.contact h2{font-size:48px}.contact p{font-size:15px;line-height:1.9;color:#c5d1e1}.contacts>a{display:flex;justify-content:space-between;align-items:center;gap:20px;border-bottom:1px solid #ffffff30;padding:22px 0}.contacts span{font-size:14px;color:#c5d1e1}.contacts strong{font-size:22px}.contacts small{font-size:12px}footer{padding:40px 6%;display:flex;flex-wrap:wrap;justify-content:space-between;gap:25px}footer b{font-size:22px}footer p{font-size:12px;color:var(--muted)}.socials{display:flex;gap:25px;align-items:center;font-size:12px;font-weight:700}footer>small{width:100%;border-top:1px solid #e2e6ed;padding-top:20px;font-size:12px;color:var(--muted)}a:hover{opacity:.8}.skip{position:absolute;top:-100px;z-index:10;background:white;padding:16px}.skip:focus{top:0}@media(min-width:1600px){.hero{min-height:760px}}@media(max-width:900px){header{height:auto;padding:18px 5%;gap:20px;flex-wrap:wrap}nav{gap:20px}.hero{grid-template-columns:1fr}.hero-copy{padding:45px 6% 28px}h1{font-size:46px}.hero-bottom{padding-top:35px}.hero-photo{min-height:480px}.section{padding:65px 6%}.about{gap:40px}.team-grid{gap:12px}.team-grid article{padding:22px}.team-grid h3{font-size:26px}.section-head{align-items:start;flex-direction:column;gap:15px}.contact{gap:40px}.contacts>a{align-items:start;flex-direction:column;gap:6px}.socials{flex-wrap:wrap}}@media(max-width:600px){.brand{font-size:18px}.brand img{width:48px;height:48px}nav{width:100%;justify-content:space-between;gap:12px;font-size:12px}.nav-cta{padding:8px 10px}h1{font-size:36px;letter-spacing:-1.5px}.hero-photo{min-height:350px}.hero-photo>img{object-position:center}.ticker{gap:10px;font-size:14px;flex-wrap:wrap}.ticker strong{display:none}.about,.contact{grid-template-columns:1fr}.team-grid{grid-template-columns:1fr}.team-grid article{min-height:280px}.news-row{grid-template-columns:1fr 28px;gap:12px;padding:22px 0}.news-row .tag{grid-column:1}.news-row h3{grid-column:1;font-size:17px}.news-row time{grid-column:1}.news-row>b{grid-column:2;grid-row:2}.contact h2{font-size:38px}.contacts>a{flex-direction:row}.contacts strong{font-size:18px}.contacts span{font-size:12px}.socials{gap:18px}figcaption{left:20px;right:20px}figcaption span{font-size:25px}.hero-bottom{font-size:10px}.eyebrow{font-size:12px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.unified-contact{padding:20px 0 28px;border-bottom:1px solid #ffffff30}.unified-contact>span{font-size:15px;color:#c5d1e1}.unified-contact h3{font-size:22px;margin:14px 0}.unified-contact>a{display:inline-block;font-size:clamp(24px,3vw,38px);font-weight:800;white-space:nowrap;letter-spacing:-.5px}.unified-contact>a span{font-size:inherit;color:inherit}.unified-contact>p{margin-bottom:0}
