:root{--canvas:#252525;--deep:#111;--black:#050505;--text:#f5f5f5;--secondary:#b7b7b7;--muted:#858585;--rule:#3b3b3b;--tile:#343434;--action:#ff4b1f;--warm:#ff8a2a;--gutter:80px;--max:1200px;--ease:cubic-bezier(.22,1,.36,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--canvas);color:var(--text);font-family:Arial,"Noto Sans KR","Apple SD Gothic Neo",sans-serif;line-height:1.45}a{color:inherit;text-decoration:none}button{font:inherit}.container{width:min(calc(100% - var(--gutter)*2),var(--max));margin-inline:auto}.mobile-only{display:none}.site-header{position:fixed;inset:0 0 auto;z-index:50;height:100px;padding:0 42px;display:flex;align-items:center;color:#fff;transition:background .4s var(--ease),height .4s var(--ease)}.site-header.is-scrolled{height:72px;background:rgba(5,5,5,.94)}.brand{display:flex;align-items:flex-end;gap:5px;width:122px;font-size:13px;font-weight:800}.brand-mark{font-size:25px;line-height:.8;color:#f23b1c;letter-spacing:-3px}.desktop-nav{display:flex;gap:42px;margin-left:30px;font-size:14px;font-weight:700}.desktop-nav a,.header-actions>*{transition:opacity .2s}.desktop-nav a:hover,.header-actions>*:hover{opacity:.65}.header-actions{margin-left:auto;display:flex;align-items:center;gap:14px}.header-pill{border:0;background:rgba(255,255,255,.18);color:#fff;border-radius:999px;padding:8px 17px;font-size:11px}.icon-button{width:27px;height:27px;padding:0;border:0;background:transparent;color:#fff;position:relative;display:grid;place-items:center}.search span{width:13px;height:13px;border:2px solid currentColor;border-radius:50%}.search span:after{content:"";position:absolute;width:6px;height:2px;background:currentColor;transform:rotate(45deg);right:2px;bottom:4px}.menu{gap:3px}.menu i{display:block;width:16px;height:1px;background:currentColor}.hero{height:100svh;min-height:720px;position:relative;overflow:hidden;background:#02020c}.hero-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .9s var(--ease)}.hero-slide.is-active{opacity:1;pointer-events:auto}.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center}.hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.62),transparent 65%),linear-gradient(0deg,rgba(0,0,0,.35),transparent 45%)}.hero-bg-one{background-image:none}.hero-bg-two{background-image:none}.hero-copy{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-top:40px}.hero-copy h1,.hero-copy h2{font-size:64px;line-height:1.05;letter-spacing:-3px;margin:0 0 22px}.hero-copy p{font-size:18px;color:#ddd;margin:0 0 96px}.hero-copy a{font-size:15px;font-weight:700}.hero-copy a span{padding-left:7px}.hero-controls{position:absolute;z-index:3;bottom:54px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:34px}.hero-controls button{position:relative;border:0;background:transparent;color:#b9b9b9;padding:12px 0 18px;cursor:pointer;font-size:12px}.hero-controls button:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:#fff;transform:scaleX(0);transform-origin:left;transition:transform .45s var(--ease)}.hero-controls button.is-active{color:#fff}.hero-controls button.is-active:after{transform:scaleX(1)}.hero-controls b{margin-right:9px;font-weight:400}.hero-controls .pause{font-size:15px}.section{padding:140px 0}.section h2{font-size:44px;line-height:1.15;letter-spacing:-2px;margin:0 0 64px}.industries{padding-top:100px}.industry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.industry-tile{position:relative;aspect-ratio:1.42;overflow:hidden;background:var(--tile)}.industry-tile:before{content:"";position:absolute;inset:0;background-image:linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.35)),var(--image);background-size:cover;background-position:center;transition:transform .7s var(--ease)}.industry-tile:hover:before,.industry-tile:focus-visible:before{transform:scale(1.045)}.industry-tile span{position:absolute;z-index:1;top:24px;left:24px;font-size:21px;font-weight:700}.rail-indicator{display:none}.thinking{padding-top:60px}.thinking-featured{display:grid;grid-template-columns:1fr 1fr}.story{position:relative;display:flex;min-height:340px;padding:42px;overflow:hidden;background-size:cover;background-position:center}.story:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(0,0,0,.68),transparent 70%)}.story-wave{background-image:none}.story-wire{background-image:none}.story strong{z-index:1;font-size:25px;line-height:1.35}.story>span{position:absolute;z-index:1;left:42px;bottom:34px;font-size:24px}.thinking-small{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:120px}.thinking-small a{background:var(--tile);min-height:220px;display:flex;flex-direction:column}.small-image{display:none;aspect-ratio:1.7;background-size:cover;background-position:center}.small-image-a{background-image:none}.small-image-b{background-image:none}.small-image-c{background-image:none}.thinking-small strong{padding:35px;font-size:17px}.contact-band{background:linear-gradient(100deg,var(--warm),var(--action));padding:36px 0}.contact-band .container{display:flex;align-items:center;justify-content:space-between}.contact-band p{font-weight:700}.contact-band a{background:#fff;color:#222;border-radius:999px;padding:11px 30px;font-size:13px}.trend-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.trend-grid a{background:var(--tile);min-height:420px;display:flex;flex-direction:column}.trend-media{display:block;height:270px;background:#393939}.trend-grid strong{margin-top:auto;padding:28px;font-size:17px}.more-link{display:table;margin:50px auto 0;border:1px solid var(--rule);border-radius:999px;padding:10px 22px;color:var(--secondary);font-size:12px}.news{padding-top:90px}.news-layout{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--rule)}.news-lead{min-height:480px;padding:40px 0 20px;display:flex;flex-direction:column;justify-content:flex-end}.news-lead span{flex:1}.news-lead strong{font-size:19px;max-width:520px}.news-layout time{color:var(--muted);font-size:12px;margin-top:14px}.news-list{border-left:1px solid var(--rule)}.news-list a{min-height:160px;padding:34px 28px;display:flex;flex-direction:column;border-bottom:1px solid var(--rule)}.news-list strong{font-size:17px}.video{padding-bottom:90px}.video-stage{height:580px}.closing{position:relative;background:#050505;overflow:hidden;padding:110px 0}.closing-glow{position:absolute;width:520px;height:280px;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(ellipse,rgba(255,148,65,.18),transparent 65%);filter:blur(22px)}.closing .container{position:relative;text-align:center}.closing h2{font-size:30px;margin:0 0 35px}.closing a{display:inline-block;border:1px solid #777;border-radius:999px;min-width:120px;padding:10px 20px;margin:0 7px;font-size:13px}.site-footer{background:var(--deep);color:var(--secondary);padding:38px 0 46px;font-size:12px}.footer-top{display:flex;gap:30px;align-items:center}.footer-toggle{display:none}.footer-links{display:flex;gap:30px}.newsletter{margin-left:auto;border-radius:999px;background:#2b2b2b;padding:9px 18px}.footer-bottom{margin-top:38px;display:flex;justify-content:space-between;align-items:flex-end}.footer-bottom p{margin:4px 0}.footer-bottom small{display:block;margin-top:18px;color:#777}.footer-bottom button{background:#2b2b2b;color:#bbb;border:0;padding:9px 18px}
*:focus-visible{outline:2px solid #fff;outline-offset:4px}
@media(max-width:800px){:root{--gutter:20px}.container{width:calc(100% - 40px)}.mobile-only{display:block}.site-header{height:64px;padding:0 18px}.brand{width:auto;font-size:0}.brand-mark{font-size:20px}.desktop-nav,.header-pill{display:none}.header-actions{gap:8px}.hero{height:100svh;min-height:690px}.hero-bg-one{background-image:none}.hero-bg-two{background-image:none}.hero-bg:after{background:linear-gradient(0deg,rgba(0,0,0,.45),transparent 70%)}.hero-copy{justify-content:center;padding-top:0}.hero-copy h1,.hero-copy h2{font-size:38px;letter-spacing:-1.5px;margin-bottom:16px}.hero-copy p{font-size:13px;line-height:1.5;max-width:320px;margin-bottom:70px}.hero-copy a{font-size:13px}.hero-controls{bottom:24px;gap:18px;width:calc(100% - 80px)}.hero-controls button{font-size:9px;white-space:nowrap}.hero-controls .pause{margin-left:auto}.section{padding:56px 0}.section h2{font-size:28px;letter-spacing:-1px;margin-bottom:28px}.industries{padding-top:44px;overflow:hidden}.industry-grid{grid-auto-flow:column;grid-template-rows:repeat(2,132px);grid-template-columns:none;grid-auto-columns:132px;gap:8px;overflow-x:auto;margin-right:-20px;padding-right:20px;scrollbar-width:none}.industry-grid::-webkit-scrollbar{display:none}.industry-tile{aspect-ratio:auto}.industry-tile span{top:12px;left:12px;font-size:15px}.rail-indicator{display:block;width:64px;height:3px;background:#4a4a4a;margin:24px auto 0}.rail-indicator span{display:block;width:32px;height:3px;background:#aaa}.thinking{padding-top:42px}.thinking-featured{display:block}.story{min-height:210px;padding:24px;margin-bottom:10px}.story strong{font-size:16px}.story>span{left:24px;bottom:18px;font-size:20px}.thinking-small{grid-template-columns:repeat(3,180px);gap:8px;margin-top:10px;overflow-x:auto;margin-right:-20px;padding-right:20px;scrollbar-width:none}.thinking-small a{min-height:210px}.small-image{display:block}.thinking-small strong{padding:16px;font-size:13px}.contact-band{padding:20px 0}.contact-band p{font-size:11px;max-width:210px}.contact-band a{padding:8px 18px;font-size:11px}.trend-grid{grid-template-columns:repeat(3,220px);gap:8px;overflow-x:auto;margin-right:-20px;padding-right:20px;scrollbar-width:none}.trend-grid a{min-height:330px}.trend-media{height:210px}.trend-grid strong{padding:18px;font-size:13px}.more-link{margin-top:28px}.news{padding-top:56px}.news-layout{display:block}.news-lead{min-height:130px;padding:20px 0;border-bottom:1px solid var(--rule)}.news-lead span{display:none}.news-lead strong,.news-list strong{font-size:13px}.news-list{border-left:0}.news-list a{min-height:118px;padding:22px 0}.video-stage{height:420px}.closing{padding:62px 0}.closing h2{font-size:15px;white-space:nowrap;letter-spacing:-.5px}.closing a{min-width:90px;padding:8px 14px}.site-footer{padding:20px 0 32px}.footer-top{display:block}.footer-toggle{display:flex;width:100%;justify-content:space-between;background:transparent;border:0;color:var(--action);padding:14px 0}.footer-links{display:grid;gap:0}.footer-links a{padding:14px 0;border-bottom:1px solid #242424}.newsletter{display:table;margin:22px 0}.footer-bottom{display:flex;flex-direction:column-reverse;align-items:stretch;gap:26px;margin-top:24px}.footer-bottom button{width:100%}.footer-bottom p,.footer-bottom small{font-size:9px}.site-header.is-scrolled{height:58px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
