:root{--gold-300:#F2CE4A;--gold-400:#E3BC1F;--gold-500:#C7A008;--gold-600:#A98307;--gold-700:#8A6D00;--gold-tint:#FBF6E4;--accent:var(--gold-400);--n-950:#101318;--n-900:#1A2029;--n-700:#3D4654;--n-600:#4A5361;--n-500:#6B7686;--n-400:#8B95A5;--n-300:#B9C0CC;--n-200:#D9DEE7;--n-100:#EBEEF3;--n-50:#F4F6F9;--dark:#101318;--dark2:#1A2029;--gray:var(--n-500);--scrim:linear-gradient(180deg, rgba(16,19,24,.62), rgba(16,19,24,.38) 45%, rgba(16,19,24,.62));--header-h:100px;--font:'Lato', 'Noto Sans KR', sans-serif;--font-display:'Space Grotesk', 'Lato', 'Noto Sans KR', sans-serif;--font-mono:'IBM Plex Mono', monospace}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--dark2);letter-spacing:-.01em;-webkit-font-smoothing:antialiased}.skip-link{position:fixed;top:10px;left:10px;z-index:1000;padding:11px 16px;background:var(--gold-400);color:var(--n-950);font-weight:700;border-radius:2px;transform:translateY(-160%);transition:transform .2s ease}.skip-link:focus{transform:translateY(0)}h1,h2,h3,h4,p,li,dt,dd,th,td,figcaption{word-break:keep-all;overflow-wrap:break-word}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;vertical-align:middle}.site-header{position:fixed;top:0;left:0;right:0;height:var(--header-h);z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 50px;transition:background .3s,box-shadow .3s}.site-header.scrolled,.site-header:hover{background:rgba(16,19,24,.72);-webkit-backdrop-filter:blur(14px) saturate(150%);backdrop-filter:blur(14px) saturate(150%);box-shadow:inset 0-1px 0 rgba(255,255,255,.07)}@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){.site-header.scrolled,.site-header:hover{background:rgba(16,19,24,.92)}}.site-header .logo{flex:0 0 auto}.site-header .logo img{height:40px}.gnb{display:flex;flex:1 1 auto;justify-content:center;min-width:0;gap:8px}.gnb>li{position:relative}.gnb>li>a{position:relative;display:block;padding:38px 26px;color:#fff;font-size:16px;font-weight:700;letter-spacing:.01em;transition:color .2s ease}.gnb>li>a:hover{color:var(--gold-400)}.gnb>li>a::after{content:"";position:absolute;left:26px;right:26px;bottom:30px;height:2px;background:var(--gold-400);transform:scaleX(0);transform-origin:left center;transition:transform .28s cubic-bezier(.22,.61,.36,1)}.gnb>li:hover>a::after,.gnb>li>a:focus-visible::after,.gnb>li.current-group>a::after{transform:scaleX(1)}.gnb>li.current-group>a{color:var(--gold-400)}.gnb .nav-logo-img{height:14px;width:auto;vertical-align:-1px;display:inline-block}.gnb .sub{display:block;visibility:hidden;opacity:0;pointer-events:none;position:absolute;top:var(--header-h);left:50%;transform:translateX(-50%) translateY(10px);min-width:210px;background:rgba(16,19,24,.94);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:14px 0;border-top:2px solid rgba(255,255,255,.12);border-radius:0 0 14px 14px;box-shadow:0 24px 48px -12px rgba(0,0,0,.45);transition:opacity .22s ease,transform .22s ease,visibility 0s linear .22s}.gnb>li:hover .sub,.gnb>li:focus-within .sub{visibility:visible;opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0);transition:opacity .22s ease,transform .22s ease,visibility 0s}.gnb .sub a{display:block;padding:9px 24px;color:var(--n-200);font-size:13.5px;white-space:nowrap;text-align:center;transition:color .18s ease,background .18s ease}.gnb .sub a:hover{color:var(--gold-400);background:rgba(255,255,255,.06)}.gnb .sub a.current{color:var(--gold-400)}.header-util{display:flex;flex:0 0 auto;align-items:center;gap:18px}.lang-switch{display:flex;gap:10px}.lang-switch a{color:var(--n-400);font-size:13px;font-weight:700}.lang-switch a.on{color:#fff}.lang-select{background:0 0;color:#fff;border:1px solid rgba(255,255,255,.45);border-radius:2px;padding:7px 10px;font-size:13px;font-family:var(--font);cursor:pointer}.lang-select option{color:var(--n-950);background:#fff}.btn-contact{position:relative;display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;overflow:hidden;z-index:0;min-width:88px;min-height:44px;padding:10px 26px;border:1px solid #fff;border-radius:2px;color:#fff;font-size:13px;font-weight:600;letter-spacing:.04em;line-height:1;white-space:nowrap;transition:all .3s}.btn-contact::before{content:"";position:absolute;inset:0;z-index:-1;background:var(--gold-500);transform:translateX(-102%);transition:transform .32s cubic-bezier(.22,.61,.36,1)}.btn-contact:hover{border-color:var(--gold-500);color:var(--dark)}.btn-contact:hover::before{transform:translateX(0)}.hamburger{display:none;background:0 0;border:0;cursor:pointer}.hamburger span{display:block;width:26px;height:2px;background:#fff;margin:6px 0;transition:.3s}.fullpage{height:100vh;overflow-y:auto;scroll-snap-type:y mandatory}.fp-section{height:100vh;scroll-snap-align:start;position:relative;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;color:#fff}.fp-section.auto{height:auto;min-height:0;display:block;scroll-snap-align:end}.fp-section::before{content:"";position:absolute;inset:0;background:rgba(16,19,24,.42)}.fp-section.auto::before{display:none}.sec-clients{background:var(--n-50);color:var(--dark2)}.sec-news{background:var(--n-100);color:var(--dark2)}.sec-clients::before,.sec-news::before{display:none}.fp-section h1,.fp-section h2{font-family:var(--font-display);font-size:clamp(32px,3.2vw + 10px,58px);font-weight:900;line-height:1.12;letter-spacing:-.02em;padding-top:14px;text-shadow:0 2px 28px rgba(0,0,0,.35)}.sec-clients h1,.sec-clients h2,.sec-news h1,.sec-news h2{font-size:clamp(26px,1.2vw + 18px,34px);font-weight:700;letter-spacing:-.015em;text-shadow:none}.btn-pill{position:relative;overflow:hidden;z-index:0;display:inline-block;margin-top:36px;padding:14px 40px;border:1px solid #fff;border-radius:2px;color:#fff;font-size:14px;font-weight:600;letter-spacing:.04em;transition:all .3s}.btn-pill::before{content:"";position:absolute;inset:0;z-index:-1;background:var(--gold-500);transform:translateX(-102%);transition:transform .32s cubic-bezier(.22,.61,.36,1)}.btn-pill:hover{border-color:var(--gold-500);color:var(--dark)}.btn-pill:hover::before{transform:translateX(0)}.btn-pill.dark{border-color:var(--dark2);color:var(--dark2)}.btn-pill.dark::before{background:var(--gold-500)}.btn-pill.dark:hover{border-color:var(--gold-500);color:var(--dark)}@keyframes scroll-line{0%{transform:scaleY(0);opacity:1}55%{transform:scaleY(1);opacity:1}to{transform:scaleY(1);opacity:0}}.news-card{flex:0 0 260px;scroll-snap-align:start;background:#fff;border:1px solid var(--n-100);border-radius:4px;overflow:hidden;text-align:left;box-shadow:none;transition:box-shadow .3s ease,transform .3s ease,border-color .3s ease}.news-card:hover{transform:translateY(-6px);border-color:var(--n-200);box-shadow:0 20px 38px -10px rgba(16,19,24,.16)}.news-card img{width:100%;height:180px;object-fit:cover;transition:transform .45s ease}.news-card:hover img{transform:scale(1.05)}.news-card .tit{padding:16px 16px 6px;font-size:15px;font-weight:700;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:60px}.news-card .date{padding:0 16px 16px;font-family:var(--font-mono);font-size:12.5px;letter-spacing:.02em;font-variant-numeric:tabular-nums;color:var(--gray)}.site-footer{background:var(--dark);color:var(--n-400);font-size:13.5px;line-height:1.9;padding:60px 50px 40px;border-top:1px solid rgba(255,255,255,.06)}.footer-top{display:flex;justify-content:space-between;flex-wrap:wrap;gap:40px;max-width:1300px;margin:0 auto}.footer-info{color:var(--n-400)}.footer-info .foot-logo{height:34px;margin-bottom:18px}.footer-info strong{color:var(--n-500);font-weight:600;font-size:12.5px;letter-spacing:.3px;margin-right:2px}.footer-sns{display:flex;gap:12px;margin-top:22px}.footer-sns a{display:inline-block;opacity:.8;transition:transform .2s ease,opacity .2s ease}.footer-sns a:hover{opacity:1;transform:translateY(-3px)}.footer-sns img{width:34px;height:34px}.footer-copy{text-align:center;margin-top:48px;padding-top:24px;border-top:1px solid rgba(255,255,255,.07);color:var(--n-500);font-size:12.5px;letter-spacing:.05em}@media (max-width:1360px){.site-header{padding-inline:24px}.gnb{gap:2px}.gnb>li>a{padding-inline:14px;font-size:15px}.gnb>li>a::after{left:14px;right:14px}.header-util{gap:10px}.header-util .btn-catalog{display:none}.btn-contact{min-width:84px;padding-inline:16px}}@media (max-width:1270px){.gnb,.header-util .btn-contact{display:none}.hamburger{display:block}.site-header{padding:0 22px;height:70px}:root{--header-h:70px}.mobile-menu{position:fixed;inset:0;top:70px;background:rgba(16,19,24,.97);z-index:99;overflow-y:auto;padding:30px 28px;display:block;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-10px);transition:opacity .25s ease,transform .25s ease,visibility 0s linear .25s}.mobile-menu.open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);transition:opacity .25s ease,transform .25s ease,visibility 0s}body.menu-open{overflow:hidden}.mobile-menu dl{max-width:620px;margin:0 auto}.mobile-menu dt{position:relative;color:#fff;font-weight:700;font-size:17px;padding:17px 44px 17px 2px;border-bottom:1px solid rgba(255,255,255,.1);cursor:pointer}.mobile-menu dt::after{content:"+";position:absolute;right:4px;top:50%;color:var(--gold-400);font-size:23px;font-weight:400;line-height:1;transform:translateY(-50%);transition:transform .2s ease}.mobile-menu dt.open::after{transform:translateY(-50%) rotate(45deg)}.mobile-menu dd{background:rgba(255,255,255,.025)}.mobile-menu dd a{color:var(--n-200);display:block;padding:10px 12px 10px 16px;font-size:15px}.mobile-menu dd a:hover,.mobile-menu dd a:focus-visible{color:var(--gold-300)}}@media (max-width:1200px){.gnb>li>a{padding:38px 10px;font-size:14px}.gnb>li>a::after{left:10px;right:10px}}@media (min-width:1271px){.mobile-menu{display:none!important}}::selection{background:var(--gold-tint);color:var(--dark)}:focus-visible{outline:2px solid var(--gold-500);outline-offset:3px;border-radius:2px}.fp-section.sec-market-directory{background:var(--n-50);color:var(--n-950)}.sec-market-directory::before{display:none}.sec-market-directory h2{color:var(--n-950);font-size:clamp(32px,2.8vw + 14px,54px);text-shadow:none}@media (max-width:960px){.fp-section.sec-market-directory{height:auto;min-height:100vh;padding:calc(var(--header-h) + 48px)0 72px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,::before,::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;transition-delay:0ms!important}}@media (max-width:480px){.site-header{padding-inline:12px;gap:12px}.site-header>nav{display:none}.site-header .logo img{height:clamp(28px,8vw,36px);width:auto}.site-header .header-util{flex:1 1 auto;min-width:0;justify-content:flex-end;gap:8px}.site-header .lang-switch{flex:1 1 110px;min-width:0;max-width:144px}.site-header .lang-select{flex:1 1 110px;width:100%;min-width:0;max-width:144px;min-height:40px;padding-inline:8px;font-size:14px}.site-header .hamburger{flex:0 0 40px;width:40px;min-height:44px;padding:7px}.site-header .hamburger span{margin-inline:auto}}@media (max-width:1270px){.mobile-menu dt.mobile-section-heading{padding:0}.mobile-section-toggle{display:block;width:100%;min-height:56px;padding:17px 44px 17px 2px;border:0;background:0 0;color:inherit;font:inherit;text-align:start;cursor:pointer}.mobile-menu dt.mobile-section-heading::after{pointer-events:none}.mobile-section-toggle:focus-visible{outline:2px solid var(--gold-400);outline-offset:-3px}}main[id][tabindex="-1"]{scroll-margin-top:calc(var(--header-h,100px) + 16px)}.gnb>li.nav-open .sub{transition-property:opacity,transform;transition-delay:0s}.site-header>.logo img{width:auto;max-width:none;object-fit:contain}.site-header .gnb .nav-logo-img{width:auto;max-width:none;object-fit:contain;flex:0 0 auto}.site-header .gnb>li:has(.nav-logo-img){flex-shrink:0}@media (min-width:1271px) and (max-width:1500px){.site-header .header-util .btn-catalog{display:none}}@media (min-width:1271px) and (max-width:1366px){.site-header .gnb>li>a[href]{padding-inline:7px;font-size:14px}}.btn-catalog{display:inline-flex;align-items:center;min-height:38px;padding:8px 16px;border-bottom:1px solid rgba(227,188,31,.72);color:var(--gold-300, #e3bc1f);font-size:13px;font-weight:700;letter-spacing:.02em;white-space:nowrap;transition:color .2s ease,border-color .2s ease}.btn-catalog:hover,.btn-catalog:focus-visible{border-color:#fff;color:#fff}@media (max-width:1120px){.header-util{gap:12px}.btn-catalog{padding-inline:10px}}@media (max-width:960px){.header-util .btn-catalog{display:none}}:root{--font:'Pretendard Variable',Pretendard,-apple-system,BlinkMacSystemFont,'Segoe UI','Malgun Gothic',sans-serif;--font-display:var(--font);--font-mono:ui-monospace,SFMono-Regular,Consolas,monospace}html:lang(ja){--font:'Yu Gothic UI','Yu Gothic','Hiragino Kaku Gothic ProN',Meiryo,sans-serif}html:lang(zh),html:lang(zh-CN){--font:'Microsoft YaHei','PingFang SC','Noto Sans CJK SC',sans-serif}html:lang(zh-TW){--font:'Microsoft JhengHei','PingFang TC','Noto Sans CJK TC',sans-serif}html:lang(th){--font:'Leelawadee UI',Tahoma,'Noto Sans Thai',sans-serif}body{font-family:var(--font)}@media (min-width:1271px){html:lang(ko) .gnb{gap:4px}html:lang(ko) .gnb>li>a{white-space:nowrap;padding-inline:16px;font-size:14px}html:lang(ko) .gnb>li>a::after{left:16px;right:16px}}h1,h2,h3,.fp-section h1,.fp-section h2{font-family:var(--font-display);letter-spacing:-.035em;text-wrap:balance;word-break:normal;overflow-wrap:break-word}html:lang(ko) h1,html:lang(ko) h2,html:lang(ko) h3{word-break:keep-all}.fp-section h1{font-size:clamp(34px,4.3vw,66px);font-weight:750;line-height:1.15}.fp-section h2,.sub-content h2{font-size:clamp(26px,3vw,42px);font-weight:720;line-height:1.3}.sub-content .lead{font-size:clamp(16px,1.25vw,19px);font-weight:420;line-height:1.85;max-width:76ch;word-break:normal}.sub-content .stat-band{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.sub-content .stat-band>div{min-width:0}.sub-content .stat-band .num{font-size:clamp(28px,4vw,48px);overflow-wrap:anywhere}.sub-content .split>div{min-width:0}.sub-content section>table{display:block;max-width:100%;overflow-x:auto}html:lang(ko) .sub-content .lead{word-break:keep-all}.fullpage{scroll-snap-type:none}.fullpage .fp-section:not(.sec-hero):not(.auto){height:auto;min-height:0;padding:clamp(52px,6vw,88px)0;scroll-snap-align:none}.fullpage .fp-section.auto{padding:0;scroll-snap-align:none}.site-footer{position:static;padding:30px clamp(22px,4vw,50px) 20px;line-height:1.8}.footer-top{gap:22px}.footer-info .foot-logo{height:27px;margin-bottom:12px}.footer-sns{margin-top:12px;gap:10px}.footer-sns img{width:28px;height:28px}.footer-copy{margin-top:22px;padding-top:14px}@media (max-width:760px){.fullpage .fp-section:not(.sec-hero):not(.auto){padding:48px 0}.site-footer{padding-top:26px}.sub-content .lead{line-height:1.8}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,::before,::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}body[data-structure-version] .site-header{background:rgba(16,19,24,.96)}a:focus-visible,summary:focus-visible{outline:3px solid #9d7a13;outline-offset:4px}.corporate-home{--corp-ink:#20282e;--corp-muted:#626c73;--corp-line:#dce0e2;--corp-gold:#806322;color:var(--corp-ink);background:#fff}.corp-shell{width:min(1280px,calc(100% - 112px));margin-inline:auto}.corp-section{padding-block:112px}.corp-kicker{font-size:12px!important;letter-spacing:.16em;font-weight:650;line-height:1.6!important;color:var(--corp-gold);margin:0 0 22px!important}.corporate-home h2{font-size:clamp(30px,3.2vw,46px);line-height:1.35;letter-spacing:-.045em;font-weight:650;margin:0}.corporate-home p{font-size:17px;line-height:1.85;word-break:keep-all;overflow-wrap:anywhere}.corp-heading{display:flex;justify-content:space-between;gap:70px;align-items:flex-end;margin-bottom:55px}.corp-heading>p,.corp-heading>div>p:not(.corp-kicker){color:var(--corp-muted);margin:0;max-width:480px}.corp-heading .corp-link{margin-top:24px}.corp-link{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;font-size:15px;font-weight:600;line-height:1.5;padding:12px 0;border-bottom:1px solid #a5aaac;color:#263037;max-width:100%}.corp-link span{font-size:20px;font-weight:400}.corp-link:hover{color:#866621;border-color:#866621}.corp-link.on-dark{color:#fff;border-color:#ffffff65}.corp-link.on-dark:hover{color:#ebd6a5}.corp-hero{position:relative;isolation:isolate;background:#111b22;min-height:760px;height:calc(100svh - 24px);max-height:1050px;display:flex;flex-direction:column;justify-content:center;padding-top:var(--header-h,100px);color:#fff;overflow:hidden}.corp-hero-photo{position:absolute;inset:0 0 0 auto;width:76%;height:100%;object-fit:cover;object-position:center;z-index:-3}.corp-hero::before{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,#111b22 3%,rgba(17,27,34,.9) 25%,rgba(17,27,34,.52) 56%,rgba(17,27,34,.1) 100%)}.corp-hero::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(0deg,rgba(10,20,26,.75),transparent 32%)}.corp-hero-content{padding-block:64px 140px}.corp-hero .corp-kicker{color:#e2cc9b;margin-bottom:30px!important}.corp-hero h1{font-size:clamp(40px,4.7vw,68px);font-weight:600;line-height:1.3;letter-spacing:-.045em;margin:0;max-width:1000px;text-wrap:balance}.corp-hero-summary{font-size:19px!important;color:#dce1e4;margin:32px 0!important;font-weight:400}.corp-hero-bottom{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);display:flex;justify-content:space-between;gap:24px;padding-top:22px;border-top:1px solid #ffffff40;font-size:13px;color:#d2d9db;line-height:1.6}.corp-hero-bottom i{display:inline-block;width:18px;height:1px;background:#ffffff7d;vertical-align:middle;margin:0 12px}.corp-index{font-size:12px;color:#6a6f72;letter-spacing:.09em;line-height:1.6}.corp-discovery{background:#eff1f2}.corporate-home a:focus-visible{outline:3px solid #b99651;outline-offset:5px}.corp-hero-photo{width:100%}.corp-hero::before{background:linear-gradient(90deg,rgba(17,27,34,.96)0,rgba(17,27,34,.85) 24%,rgba(17,27,34,.5) 56%,rgba(17,27,34,.14) 100%)}@media (min-width:1700px){.corp-hero-content{padding-left:0}}@media (max-width:1100px){.corp-shell{width:calc(100% - 72px)}.corp-section{padding-block:88px}.corp-heading{gap:40px;align-items:flex-start}.corp-heading>p{max-width:350px}.corp-hero{min-height:720px;height:850px;max-height:100svh}}@media (max-width:760px){.corp-shell{width:calc(100% - 40px)}.corp-section{padding-block:64px}.corp-heading{display:block;margin-bottom:34px}.corp-heading>p,.corp-heading>div+div{margin-top:24px;max-width:none}.corporate-home h2{font-size:32px;line-height:1.4}.corporate-home p{font-size:16px}.corp-kicker{font-size:12px!important;margin-bottom:18px!important;letter-spacing:.1em}.corp-hero{min-height:700px;height:calc(100svh - 10px);max-height:none}.corp-hero-photo{width:100%;object-position:56%center}.corp-hero::before{background:linear-gradient(90deg,rgba(17,27,34,.9),rgba(17,27,34,.48))}.corp-hero h1{font-size:clamp(31px,5.9vw,44px);line-height:1.4;text-wrap:initial}.corp-hero-content{padding-block:72px 130px}.corp-hero-summary{font-size:17px!important;margin:26px 0!important}.corp-hero-bottom{bottom:24px;flex-direction:column;gap:8px;font-size:12px}.corp-hero-bottom>span:first-child{display:none}}@media (max-width:360px){.corp-shell{width:calc(100% - 36px)}.corp-hero h1{font-size:28px}.corporate-home h2{font-size:29px}.corp-hero-summary{font-size:16px!important}.corp-index{letter-spacing:.045em}}[data-brand-review] .site-header{background:#141d24!important}.corporate-home [id]{scroll-margin-top:calc(var(--header-h,100px) + 28px)}.corp-hero-picture{position:absolute;inset:0;z-index:-3;display:block}.corp-hero-picture .corp-hero-photo{position:static;width:100%;height:100%;object-fit:cover;object-position:center;display:block}@media (max-width:760px){.corp-hero-picture .corp-hero-photo{object-position:center}}.brand-gallery{background:#fff;color:#20282e}.brand-gallery-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:72px;padding-block:100px 70px}.brand-gallery-overview{max-width:460px}.brand-gallery-overview>p{margin:0;color:#647078;font-size:17px;line-height:1.85}.brand-gallery-nav{display:flex;flex-wrap:wrap;gap:10px 28px;margin-top:28px}.brand-gallery-nav a{font-size:14px;font-weight:600;color:#283740;border-bottom:1px solid #c3c9cd;padding:10px 0;min-height:42px}.brand-gallery-nav a:hover{color:#876a32;border-color:#876a32}.brand-scenes{background:#111a20}.brand-scene{position:relative;isolation:isolate;min-height:690px;display:grid;align-items:center;overflow:hidden;color:#fff;background:#151d22;scroll-margin-top:var(--header-h,100px)!important}.brand-scene-media{position:absolute;inset:0;z-index:-2;margin:0;overflow:hidden}:is(.brand-scene-media>img,.brand-scene-media>:where(picture.perf-mobile-picture)>img){display:block;width:100%;height:100%;object-fit:cover;object-position:center}.brand-scene-media figcaption{position:absolute;right:max(56px,calc((100vw - 1280px)/2));bottom:38px;font-size:12px;line-height:1.7;letter-spacing:.02em;color:#e0e5e8;z-index:2;text-shadow:0 1px 5px #000}.brand-scene::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(90deg,rgba(10,19,25,.96),rgba(10,19,25,.87) 28%,rgba(10,19,25,.32) 58%,rgba(10,19,25,.04) 85%)}.brand-scene::after{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(0deg,rgba(6,14,19,.55),transparent 20%);border-bottom:1px solid #ffffff19}.brand-scene-inner{padding-block:80px 102px;min-height:min(84svh,870px);display:flex;align-items:center;pointer-events:none}.brand-scene-copy{width:min(470px,43%);pointer-events:auto}.corporate-home .brand-scene-category{display:flex;align-items:center;gap:20px;font-size:12px;line-height:1.6;letter-spacing:.12em;color:#dac79d;margin:0 0 32px}.brand-scene-category>span{padding-right:20px;border-right:1px solid #d2bd8259;font-size:13px;font-variant-numeric:tabular-nums}.brand-scene-logo{display:block;width:auto;max-width:290px;height:52px;object-fit:contain;object-position:left center;margin:0 0 33px}.brand-scene h3{font-size:clamp(34px,3.05vw,46px);font-weight:550;line-height:1.4;letter-spacing:-.04em;margin:0 0 24px;text-wrap:balance}.corporate-home .brand-scene-description{font-size:17px;line-height:1.85;font-weight:400;color:#e1e5e8;margin:0;max-width:470px}.corporate-home .brand-scene-meta{font-size:13px;line-height:1.9;color:#bac5cb;margin:22px 0 29px;letter-spacing:0}.brand-scene-link{display:inline-flex;align-items:center;justify-content:space-between;min-width:210px;gap:36px;border-bottom:1px solid #bba06a;padding:12px 0 15px;font-size:15px;line-height:1.6;font-weight:550;color:#fff}.brand-scene-link span{font-size:24px;font-weight:400;transition:transform .2s}.brand-scene-link:hover{color:#f0d59e}.brand-scene-link:hover span{transform:translate(3px,-3px)}.brand-scene-progress{display:flex;align-items:center;gap:22px;position:absolute;left:max(56px,calc((100vw - 1280px)/2));bottom:38px;color:#bec7cc;font-size:12px;letter-spacing:.08em}.brand-scene-progress i{display:block;width:80px;height:1px;background:#ffffff45}.brand-scene-progress i:before{content:"";display:block;height:1px;width:25%;background:#d9bf83}.brand-scene--elpang .brand-scene-progress i:before{width:50%}.brand-scene--higanic .brand-scene-progress i:before{width:75%}.brand-scene--gsave .brand-scene-progress i:before{width:100%}.brand-scene--innozinc{background:#343330}.brand-scene--innozinc .brand-scene-media{left:30%;display:flex;align-items:center}.brand-scene--innozinc :is(.brand-scene-media>img,.brand-scene-media>:where(picture.perf-mobile-picture)>img){height:auto;min-height:0;object-fit:contain}.brand-scene--innozinc::before{background:linear-gradient(90deg,#252726 0,rgba(37,39,38,.95) 24%,rgba(37,39,38,.66) 40%,transparent 60%)}.brand-scene--elpang :is(.brand-scene-media>img,.brand-scene-media>:where(picture.perf-mobile-picture)>img){object-position:65%center}.brand-scene--elpang::before{background:linear-gradient(90deg,rgba(6,20,28,.85),rgba(6,20,28,.58) 32%,rgba(6,20,28,.05) 60%)}.brand-scene--higanic .brand-scene-media{left:22%}.brand-scene--higanic :is(.brand-scene-media>img,.brand-scene-media>:where(picture.perf-mobile-picture)>img){object-position:70%center}.brand-scene--higanic::before{background:linear-gradient(90deg,#172128 0,rgba(23,33,40,.95) 23%,rgba(23,33,40,.72) 38%,rgba(23,33,40,.12) 66%,rgba(23,33,40,.03))}.brand-scene--gsave .brand-scene-media{left:28%}.brand-scene--gsave :is(.brand-scene-media>img,.brand-scene-media>:where(picture.perf-mobile-picture)>img){object-position:66% 25%}.brand-scene--gsave::before{background:linear-gradient(90deg,#172128 0,rgba(23,33,40,.97) 25%,rgba(23,33,40,.68) 42%,rgba(23,33,40,.08) 65%)}.brand-gallery-footer{display:flex;align-items:center;justify-content:space-between;gap:32px;padding-block:40px;border-bottom:1px solid #e1e5e7}.brand-gallery-footer p{font-size:16px;color:#68737a;margin:0}.brand-gallery-footer .corp-link{border:0;padding:8px 0}.brand-scene--innozinc :is(.brand-scene-media>img,.brand-scene-media>:where(picture.perf-mobile-picture)>img){-webkit-mask-image:linear-gradient(0deg,transparent,#000 12%,#000 88%,transparent);mask-image:linear-gradient(0deg,transparent,#000 12%,#000 88%,transparent)}@media (min-width:761px){.brand-scene--higanic,.brand-scene--gsave{background:#172128}.brand-scene--higanic :is(.brand-scene-media>img,.brand-scene-media>:where(picture.perf-mobile-picture)>img),.brand-scene--gsave :is(.brand-scene-media>img,.brand-scene-media>:where(picture.perf-mobile-picture)>img){-webkit-mask-image:linear-gradient(90deg,transparent,#000 25%);mask-image:linear-gradient(90deg,transparent,#000 25%)}}@media (min-width:1700px){.brand-scene--innozinc .brand-scene-media{left:35%}.brand-scene--gsave .brand-scene-media{left:36%}}@media (max-width:1100px){.brand-gallery-intro{gap:40px;padding-block:80px 56px}.brand-scene-inner{min-height:700px;padding-block:64px 100px}.brand-scene-copy{width:47%;max-width:430px}.brand-scene h3{font-size:36px}.brand-scene-logo{height:44px}.brand-scene-media figcaption{right:36px;max-width:44%;text-align:right}.brand-scene-progress{left:36px}.brand-scene--innozinc .brand-scene-media{left:25%;width:90%}.brand-scene--higanic .brand-scene-media{left:18%}.brand-scene--gsave .brand-scene-media{left:24%}.corporate-home .brand-scene-description{font-size:16px}}@media (max-width:760px){.brand-gallery-intro{display:block;padding-block:62px 42px}.brand-gallery-overview{margin-top:24px}.brand-gallery-overview>p{font-size:16px}.brand-gallery-nav{margin-top:20px;gap:10px 23px}.brand-gallery-nav a{font-size:14px}.brand-scene{min-height:0;display:flex;flex-direction:column;background:#172128;overflow:hidden}.brand-scene .brand-scene-media{position:relative;inset:auto;z-index:0;order:0;width:100%;height:320px;display:block;flex-shrink:0;background:#172128}.brand-scene :is(.brand-scene-media>img,.brand-scene-media>:where(picture.perf-mobile-picture)>img){width:100%;height:100%;min-height:0;object-fit:cover;object-position:center;display:block}.brand-scene .brand-scene-media:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(0deg,#172128,transparent 30%)}.brand-scene--innozinc .brand-scene-media{background:#343330}.brand-scene--innozinc :is(.brand-scene-media>img,.brand-scene-media>:where(picture.perf-mobile-picture)>img){object-fit:contain;object-position:center 38%}.brand-scene--elpang :is(.brand-scene-media>img,.brand-scene-media>:where(picture.perf-mobile-picture)>img){object-position:65%center}.brand-scene--higanic :is(.brand-scene-media>img,.brand-scene-media>:where(picture.perf-mobile-picture)>img){object-position:67%center}.brand-scene--gsave :is(.brand-scene-media>img,.brand-scene-media>:where(picture.perf-mobile-picture)>img){object-position:60% 22%}.brand-scene::before,.brand-scene::after{display:none}.brand-scene .brand-scene-media figcaption{right:20px;left:20px;bottom:20px;max-width:none;color:#e0e7ec;font-size:12px;line-height:1.7;position:absolute}.brand-scene-inner{min-height:0;padding-block:24px 58px;display:block;order:1}.brand-scene-copy{width:100%;max-width:none}.corporate-home .brand-scene-category{margin-bottom:24px;gap:14px;font-size:12px;letter-spacing:.07em}.brand-scene-category>span{padding-right:14px}.brand-scene-logo{height:40px;max-width:250px;margin-bottom:25px}.brand-scene h3{font-size:34px;margin-bottom:20px;line-height:1.4}.corporate-home .brand-scene-description{font-size:16px;line-height:1.85;max-width:540px}.corporate-home .brand-scene-meta{font-size:13px;margin:20px 0}.brand-scene-link{min-width:210px;font-size:15px}.brand-scene-progress{display:none}.brand-scenes>.brand-scene+.brand-scene{border-top:1px solid #ffffff20}.brand-gallery-footer{align-items:flex-start;flex-direction:column;gap:12px;padding-block:28px}}@media (max-width:360px){.brand-scene .brand-scene-media{height:275px}.brand-scene h3{font-size:30px}.brand-scene-logo{height:36px}.brand-scene-inner{padding-top:22px}.brand-gallery-nav{gap:10px 18px}}@media (prefers-reduced-motion:reduce){.brand-scene-link span{transition:none}.brand-scene-link:hover span{transform:none}}.brand-scene--gsave .gsave-surface-window{position:absolute;inset:0;overflow:hidden;container-type:size;background:#172128}.brand-scene--gsave .gsave-surface-window>img{position:absolute;display:block;max-width:none;width:calc(100cqh*4032/235);height:calc(100cqh*1908/235);top:calc(-100cqh*935/235);right:calc(-100cqh*632/235)}@media (min-width:761px){.brand-scene--gsave .brand-scene-media{left:22%}.brand-scene--gsave .gsave-surface-window{-webkit-mask-image:linear-gradient(90deg,transparent,#000 28%);mask-image:linear-gradient(90deg,transparent,#000 28%)}.brand-scene--gsave::before{background:linear-gradient(90deg,#172128 0,rgba(23,33,40,.96) 24%,rgba(23,33,40,.68) 41%,rgba(23,33,40,.1) 70%,transparent)}}@media (max-width:760px){.brand-scene--gsave .gsave-surface-window>img{top:calc(-100cqh*935/235);right:calc(-100cqh*612/235)}.brand-scene--gsave .brand-scene-media figcaption{font-size:12px;text-align:right}}.contact-v1-field[hidden]{display:none!important}#inquiryAttachments{padding:14px}#attachmentSelected{overflow-wrap:anywhere}@media (min-width:1271px){.site-header>nav{height:100%;min-width:0;flex:1 1 auto}.site-header .gnb{height:100%;align-items:stretch}.site-header .gnb>li{display:flex;align-items:stretch}.site-header .gnb>li>a{display:flex;align-items:center;height:100%;padding-block:0;padding-inline:14px;font-size:14px}.site-header .gnb .nav-logo-img{flex-shrink:0}.site-header .gnb .sub{top:100%}.site-header .gnb .sub::before{content:"";position:absolute;inset:-12px 0 auto;height:12px}}.gnb>li.nav-open .sub{visibility:visible;opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0)}.gnb>li.nav-closed .sub{visibility:hidden;opacity:0;pointer-events:none}html:lang(ko) :is(h1,h2,h3){word-break:keep-all;overflow-wrap:break-word}.site-footer{position:static!important;padding:32px max(24px,calc((100% - 1280px)/2)) 20px}.site-footer .footer-top{display:block;max-width:none}.site-footer .footer-info{display:grid;grid-template-columns:136px minmax(0,1fr);gap:14px 36px;font-size:14px;color:#bbc4cd}.site-footer .footer-brand .foot-logo{width:112px;height:auto;margin:2px 0 0}.site-footer .footer-meta{display:flex;flex-wrap:wrap;gap:7px 28px;line-height:1.7}.site-footer .footer-field{display:block;max-width:100%;overflow-wrap:anywhere}.site-footer .footer-info strong{font-size:inherit;color:#8996a3;margin-right:7px;font-weight:500;letter-spacing:0}.site-footer .footer-sns{grid-column:2;margin-top:0;gap:12px}.site-footer .footer-sns img{width:25px;height:25px}.site-footer .footer-copy{margin-top:18px;padding-top:14px;font-size:12px;letter-spacing:0;color:#8996a3}.industry-visual-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 20px}.industry-visual-card{display:block;color:#26313a;text-decoration:none;min-width:0}.industry-visual-card figure{margin:0 0 17px;aspect-ratio:4/3;overflow:hidden;background:#e9edef}.industry-visual-card img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.industry-visual-card:hover img{transform:scale(1.035)}.industry-visual-card h3{font-size:20px;font-weight:700;margin:0 0 8px;display:flex;justify-content:space-between;gap:12px}.industry-visual-card h3 span{color:#806509;font-weight:400}.industry-visual-card p{font-size:15px;line-height:1.7;margin:0;color:#66747e}.industry-visual-card:focus-visible{outline:2px solid #947225;outline-offset:6px}.corp-discovery .industry-visual-grid{margin-top:40px}.corp-discovery .discovery-more{margin-top:32px;display:flex;justify-content:flex-end}.corp-evidence{background:#f3f5f5}.corp-evidence-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px;margin-top:42px}.corp-evidence-grid article{border-top:1px solid #b9c3c9;padding-top:24px}.corp-evidence-grid h3{font-size:25px;font-weight:700;line-height:1.45;margin:14px 0}.corp-evidence-grid p{color:#5b6973;font-size:16px;line-height:1.85}.corp-resources-compact{background:#fff;border-top:1px solid #e0e5e8;padding-block:40px}.corp-resources-compact .corp-shell{display:flex;align-items:center;justify-content:space-between;gap:28px}.corp-resources-compact h2{font-size:24px;font-weight:700;margin:0;line-height:1.5}.corp-resources-compact nav{display:flex;gap:18px 32px;flex-wrap:wrap}#discovery-title{scroll-margin-top:110px}@media (max-width:760px){#discovery-title{scroll-margin-top:80px}}@media (max-width:1000px){.industry-visual-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.corp-evidence-grid{gap:24px}.corp-evidence-grid h3{font-size:21px}}@media (max-width:760px){.site-footer .footer-info{grid-template-columns:1fr;gap:20px}.site-footer .footer-meta{gap:8px;flex-direction:column}.site-footer .footer-sns{grid-column:1}.corp-evidence-grid{grid-template-columns:1fr}.corp-resources-compact .corp-shell{flex-direction:column;align-items:flex-start}}@media (max-width:480px){.industry-visual-grid{gap:26px 14px}.industry-visual-card h3{font-size:17px}.industry-visual-card p{font-size:14px}}:root{--revision3-anchor-offset:120px}@media (max-width:1270px){:root{--revision3-anchor-offset:92px}}.gnb>li>.nav-service-link{padding-right:5px}.gnb>li>.nav-service-toggle{display:inline-flex;align-items:center;justify-content:center;align-self:center;border:0;width:30px;min-height:44px;padding:0;background:0 0;color:#f3f5f6;cursor:pointer}.nav-service-chevron{display:block;width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg)}.nav-service-toggle[aria-expanded=true] .nav-service-chevron,.mobile-service-heading button[aria-expanded=true] .nav-service-chevron{transform:rotate(225deg)}.mobile-menu .mobile-service-heading{display:flex;align-items:center;justify-content:space-between;padding:0}.mobile-menu .mobile-service-heading::after{display:none}.mobile-service-heading>a{flex:1;min-width:0;padding:16px 0;color:inherit;text-decoration:none}.mobile-service-heading>button{display:flex;justify-content:center;align-items:center;width:48px;min-height:48px;padding:0;color:inherit;background:0 0;border:0;cursor:pointer}.nav-service-toggle:focus-visible,.mobile-service-heading>button:focus-visible,.mobile-service-heading>a:focus-visible{outline:2px solid currentColor;outline-offset:2px}.industry-visual-grid.industry-scene-grid{gap:38px 24px}.industry-scene-grid .industry-visual-card figure{aspect-ratio:5/3;background:#e6eaed;margin-bottom:20px}.industry-scene-grid .industry-visual-card img{object-fit:cover;object-position:center}.industry-scene-grid .industry-visual-card h3{align-items:flex-start;line-height:1.45}.industry-scene-grid .industry-visual-card h3 span{flex:0 0 auto}.industry-scene-grid .industry-visual-card p{font-size:16px;line-height:1.7}.industry-scene-grid .industry-visual-card:focus-visible img{transform:scale(1.035)}@media (max-width:1000px){.industry-visual-grid.industry-scene-grid{gap:34px 22px}}@media (max-width:560px){.industry-visual-grid.industry-scene-grid{grid-template-columns:minmax(0,1fr);gap:34px}.industry-scene-grid .industry-visual-card figure{margin-bottom:16px}.industry-scene-grid .industry-visual-card h3{font-size:20px}}@media (prefers-reduced-motion:reduce){.industry-scene-grid .industry-visual-card img{transition:none}.industry-scene-grid .industry-visual-card:is(:hover,:focus-visible) img{transform:none}}.header-util .btn-catalog,.header-util .btn-contact{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;min-height:42px;height:42px;padding:0 16px;border:1px solid #c5ab69;border-radius:3px;background:0 0;color:#ecd795;font-family:inherit;font-size:13px;font-weight:600;line-height:1.25;text-decoration:none;white-space:nowrap;transition:background .2s,color .2s}.header-util .btn-catalog:hover,.header-util .btn-contact:hover{background:#c5ab69;color:#111820}.header-util .btn-catalog:focus-visible,.header-util .btn-contact:focus-visible{outline:2px solid #fff;outline-offset:4px}.footer-meta{display:flex;flex-wrap:wrap;column-gap:28px;row-gap:10px;align-items:baseline}.footer-meta .footer-field{display:inline-block;margin:0;line-height:1.8}.footer-meta .footer-field strong{margin-right:7px}.corporate-home .brand-gallery-nav a{display:inline-flex;align-items:center;gap:14px;min-height:44px;border-bottom:1px solid #89969d}.corporate-home .brand-gallery-nav a:focus-visible,.corporate-home .brand-gallery-footer .corp-link:focus-visible{outline:2px solid currentColor;outline-offset:5px}.corporate-home .brand-gallery-footer .corp-link{border-bottom:1px solid #89969d;padding:10px 0}.corporate-home .corp-discovery .corp-heading,.corporate-home .corp-evidence .corp-heading{display:block}.corporate-home .corp-discovery .corp-heading>div>p:not(.corp-kicker),.corporate-home .corp-evidence .corp-heading>div>p:not(.corp-kicker){margin-top:24px;max-width:760px}.corporate-home .corp-hero--products{background:#10171c;min-height:760px;height:min(940px,100svh);max-height:none}.corporate-home .corp-hero--products .corp-hero-picture{left:29%;top:50%;bottom:auto;right:-5%;aspect-ratio:1800/857;transform:translateY(-42%);mask-image:linear-gradient(90deg,transparent,#000 23%,#000 93%,transparent),linear-gradient(0deg,transparent,#000 18%,#000 86%,transparent);mask-composite:intersect}.corporate-home .corp-hero--products .corp-hero-photo{object-fit:contain;object-position:center;mix-blend-mode:luminosity}.corporate-home .corp-hero--products::before{background:linear-gradient(90deg,#10171c 0,rgba(16,23,28,.97) 20%,rgba(16,23,28,.55) 43%,rgba(16,23,28,.02) 72%)}.corporate-home .corp-hero--products::after{background:linear-gradient(0deg,#10171c 0,transparent 26%,transparent 84%,#10171c 100%)}.corporate-home .corp-hero--products h1{max-width:760px;font-size:clamp(38px,4.2vw,64px)}.corporate-home .corp-hero--products .corp-hero-summary{max-width:590px}.corporate-home .brand-scene--elpang{background:#292b29}.corporate-home .brand-scene--elpang .brand-scene-media{left:28%}.corporate-home .brand-scene--elpang :is(.brand-scene-media>img,.brand-scene-media>:where(picture.perf-mobile-picture)>img){object-fit:contain;object-position:center}.corporate-home .brand-scene--elpang::before{background:linear-gradient(90deg,#202624 0,rgba(32,38,36,.9) 28%,rgba(32,38,36,.28) 58%,transparent 82%)}.corporate-home .brand-scene--gsave .gsave-surface-window>img{width:calc(100cqh*4032/320);height:calc(100cqh*1908/320);top:calc(-100cqh*860/320);right:calc(-100cqh*450/320)}@media (max-width:1270px){.header-util .btn-catalog{display:none}}@media (max-width:760px){.corporate-home .corp-hero--products{height:auto;min-height:840px;justify-content:flex-start}.corporate-home .corp-hero--products .corp-hero-picture{inset:47% -16% 8% -16%;aspect-ratio:auto;transform:none;mask-image:linear-gradient(0deg,transparent,#000 20%,#000 72%,transparent);mask-composite:add}.corporate-home .corp-hero--products::before{background:linear-gradient(180deg,#10171c 0,rgba(16,23,28,.9) 36%,rgba(16,23,28,.1) 58%,transparent 84%)}.corporate-home .corp-hero--products .corp-hero-content{padding-block:58px 340px}.corporate-home .corp-hero--products h1{font-size:clamp(31px,7.2vw,44px);max-width:100%}.corporate-home .corp-hero--products .corp-hero-summary{font-size:16px!important;max-width:100%}.corporate-home .brand-scene--elpang .brand-scene-media{left:0}.corporate-home .brand-scene--elpang :is(.brand-scene-media>img,.brand-scene-media>:where(picture.perf-mobile-picture)>img){object-fit:cover;object-position:50% 57%}.corporate-home .brand-scene--elpang::before{background:linear-gradient(0deg,#202624 0,rgba(32,38,36,.8) 20%,transparent 58%)}.footer-meta{gap:8px 24px}}@media (prefers-reduced-motion:reduce){.header-util .btn-catalog,.header-util .btn-contact{transition:none}}.corporate-home .corp-hero--surface{background:#080909}.corporate-home .corp-hero--surface .corp-hero-picture{inset:0;aspect-ratio:auto;transform:none;mask-image:none;-webkit-mask-image:none}.corporate-home .corp-hero--surface .corp-hero-photo{width:100%;height:100%;object-fit:cover;object-position:50% 50%;mix-blend-mode:normal}.corporate-home .corp-hero--surface::before{background:linear-gradient(90deg,rgba(0,0,0,.65)0,rgba(0,0,0,.45) 30%,rgba(0,0,0,.12) 62%,transparent 88%)}.corporate-home .corp-hero--surface::after{background:linear-gradient(180deg,rgba(0,0,0,.12),transparent 22%,transparent 74%,rgba(0,0,0,.6))}.corporate-home .corp-hero--surface h1{max-width:800px;text-shadow:0 2px 24px rgba(0,0,0,.2)}.corporate-home .corp-hero--surface .corp-hero-summary{color:#e1e4e5}@media (max-width:760px){.corporate-home .corp-hero--surface{height:auto;min-height:max(760px,100svh);justify-content:flex-start}.corporate-home .corp-hero--surface .corp-hero-picture{inset:0;aspect-ratio:auto;transform:none;mask-image:none;-webkit-mask-image:none}.corporate-home .corp-hero--surface .corp-hero-photo{object-position:50% 50%}.corporate-home .corp-hero--surface::before{background:linear-gradient(180deg,rgba(0,0,0,.16),rgba(0,0,0,.28) 32%,rgba(0,0,0,.08) 56%,transparent 76%)}.corporate-home .corp-hero--surface::after{background:linear-gradient(0deg,rgba(0,0,0,.6),transparent 24%)}.corporate-home .corp-hero--surface .corp-hero-content{padding-block:48px 300px}}picture.perf-mobile-picture{display:contents}