@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600;700&display=swap');

/* D-8A note: line 2 base bundle contains legacy header typography
   (.brand 30px, .nav-item 16px, underline 72px non-centered).
   D-7C is final authority; do not re-enable without updating D-7C. */
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter, Pretendard, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans KR', sans-serif;color:var(--ink);background:#fff;word-break:keep-all}a{text-decoration:none;color:inherit}p{line-height:1.85;color:#5d6a7a}img{max-width:100%;display:block}.site-header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border-bottom:1px solid rgba(4,18,33,.08)}.header-inner{height:var(--header-h);max-width:1720px;margin:0 auto;display:grid;grid-template-columns:var(--logo-w) minmax(660px,1fr) 130px 44px;align-items:center;padding:0 32px;gap:16px}.brand{font-weight:900;font-size:30px;letter-spacing:-.08em}.desktop-nav{display:grid;grid-template-columns:repeat(5,1fr);height:100%;align-items:center}.nav-item{height:100%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:16px;position:relative;white-space:nowrap}.nav-item.active,.nav-item:hover{color:#086797}.nav-item.active:after,.nav-item:hover:after{content:'';position:absolute;bottom:0;width:72px;height:2px;background:#086797}.lang{display:flex;gap:9px;align-items:center;justify-content:flex-end;font-size:13px;font-weight:800}.lang b{color:#086797}.lang span{color:#9aa6b5}.hamburger{border:0;background:transparent;width:42px;height:42px;display:none;flex-direction:column;gap:6px;justify-content:center;align-items:center;cursor:pointer}.hamburger span{width:28px;height:2px;background:#0b1625;display:block}.mega-menu{position:absolute;left:0;right:0;top:var(--header-h);height:0;overflow:hidden;background:rgba(3,16,29,.88);backdrop-filter:blur(9px);transition:height .24s ease,opacity .2s ease;opacity:0;color:#fff}.site-header.mega-open .mega-menu,.site-header:hover .mega-menu{height:275px;opacity:1}.mega-inner{max-width:1720px;margin:0 auto;display:grid;grid-template-columns:var(--logo-w) repeat(5,1fr) 190px;gap:0;padding:32px}.mega-col{grid-column:auto;border-left:1px solid rgba(255,255,255,.12);padding:0 26px}.mega-col:first-child{grid-column:2}.mega-title{display:block;font-weight:900;margin-bottom:20px;font-size:17px}.mega-col a:not(.mega-title){display:block;color:rgba(255,255,255,.72);font-weight:700;margin:13px 0;font-size:14px}.mega-col a:hover{color:#fff}.mobile-menu,.menu-backdrop{display:none}.main-hero{height:100vh;min-height:720px;position:relative;overflow:hidden;background:#dde6ed}.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity 1s ease}.hero-slide.active{opacity:1}.hero-slide:after,.sub-hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,21,38,.68),rgba(0,21,38,.22) 45%,rgba(0,21,38,.12))}.hero-copy{position:absolute;z-index:2;top:48%;left:clamp(36px,15vw,260px);transform:translateY(-50%);color:white;max-width:820px}.hero-copy .kicker{display:block;font-weight:900;letter-spacing:.18em;font-size:14px;text-transform:uppercase;opacity:.78;margin-bottom:18px}.hero-copy h1{font-size:clamp(48px,6vw,96px);line-height:.98;letter-spacing:-.06em;margin:0 0 30px;font-weight:900;text-shadow:0 8px 28px rgba(0,0,0,.28);animation:copyUp .7s ease both}.hero-copy p{color:rgba(255,255,255,.9);font-weight:700;font-size:20px}.hero-identity{position:absolute;z-index:3;right:9%;top:50%;transform:translateY(-50%);color:white;text-align:right;font-weight:900;letter-spacing:.08em;font-size:14px}.hero-dots{margin-top:18px;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.hero-dots button{width:8px;height:8px;border-radius:50%;border:0;background:rgba(255,255,255,.5);padding:0}.hero-dots button.active{background:#fff;transform:scale(1.25)}.scroll-down{position:absolute;z-index:4;bottom:34px;left:50%;transform:translateX(-50%);width:54px;height:54px;border:1px solid rgba(255,255,255,.7);display:grid;place-items:center;color:#fff;font-size:26px}.section{padding:130px 32px}.section-inner{max-width:1240px;margin:auto}.section-title{font-size:52px;letter-spacing:-.05em;margin:0 0 60px}.split-business{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:center;margin-bottom:90px}.split-business:nth-child(even) .business-img{order:2}.business-img{height:460px;background-size:cover;background-position:center}.business-copy{padding:70px;background:#fff}.business-copy .eyebrow{font-size:14px;font-weight:900;color:#086797;letter-spacing:.18em;text-transform:uppercase}.business-copy h3{font-size:45px;margin:18px 0 22px;letter-spacing:-.05em}.btn{display:inline-flex;align-items:center;justify-content:center;margin-top:30px;padding:16px 34px;border:1px solid #0d1724;font-weight:900;font-size:13px;letter-spacing:.05em}.about-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.about-card{padding:54px 40px;text-align:center;border-right:1px solid var(--line)}.about-card:last-child{border-right:0}.icon-circle{width:74px;height:74px;border:2px solid #086797;border-radius:50%;display:grid;place-items:center;margin:0 auto 28px;color:#086797;font-size:32px}.about-card h3{font-size:24px}.bottom-banners{display:grid;grid-template-columns:1fr 1fr;margin-top:80px}.banner{min-height:360px;background-size:cover;background-position:center;position:relative;display:flex;align-items:center;padding:60px;color:white;overflow:hidden}.banner:after{content:'';position:absolute;inset:0;background:rgba(0,30,48,.28)}.banner div{position:relative;z-index:1}.banner h3{font-size:48px;font-weight:300;margin:0 0 18px}.footer{background:#07131f;color:#fff;padding:54px 32px}.footer-inner{max-width:1240px;margin:auto;display:flex;justify-content:space-between;gap:60px}.footer p{color:#9ca9b8;margin:8px 0}.family{display:grid;grid-template-columns:1fr 1fr;gap:12px 30px}.family a{font-weight:900}.family span{font-weight:600;color:#a8b4c2;margin-left:12px}.top{position:fixed;right:32px;bottom:32px;z-index:999;width:60px;height:60px;border-radius:50%;border:0;background:#086797;color:white;font-weight:900}.sub-hero{height:100vh;min-height:720px;background-size:cover;background-position:center;position:relative;display:grid;place-items:center;text-align:center;color:white;margin-top:var(--header-h);overflow:hidden}.sub-hero-copy{position:relative;z-index:2}.sub-hero-copy span{display:block;font-size:14px;letter-spacing:.22em;font-weight:900;text-transform:uppercase;color:#7aabdb;margin-bottom:18px}.sub-hero-copy h1{font-size:clamp(46px,5vw,74px);line-height:1;margin:0 0 22px;letter-spacing:-.05em}.sub-hero-copy p{color:rgba(255,255,255,.88);font-weight:700;font-size:18px}.sub-hero-copy i{display:block;width:80px;height:2px;background:rgba(255,255,255,.75);margin:28px auto 0}.content{padding:110px 32px}.content-inner{max-width:1180px;margin:auto}.lead{text-align:center;margin-bottom:90px}.lead .eyebrow{font-size:14px;letter-spacing:.22em;color:#086797;font-weight:900}.lead h2{font-size:46px;line-height:1.25;letter-spacing:-.05em}.lead p{font-size:18px}.story-block{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;margin:100px 0}.story-block:nth-child(even) .story-img{order:2}.story-img{height:390px;background-size:cover;background-position:center}.story-copy h3{font-size:38px;letter-spacing:-.04em;margin:0 0 20px}.info-table{border-top:2px solid #0b1625;margin-top:70px}.info-row{display:grid;grid-template-columns:180px 1fr;border-bottom:1px solid var(--line);padding:20px 0}.info-row b{color:#086797}.timeline{border-top:2px solid #0b1625}.time-row{display:grid;grid-template-columns:190px 1fr;gap:40px;border-bottom:1px solid var(--line);padding:28px 0;align-items:center}.time-row b{font-size:28px;color:#086797}.time-row span{font-size:20px;font-weight:800}.business-overview{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start;margin:80px 0}.business-panel{border-top:3px solid #0d1724}.business-panel .img{height:330px;background-size:cover;background-position:center;margin-bottom:32px}.business-panel h3{font-size:34px}.product-list{margin-top:40px;border-top:1px solid var(--line)}.product-list li{list-style:none;padding:22px 0;border-bottom:1px solid var(--line);font-weight:900;font-size:18px}.charter-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}.charter-card{background:#fff;border:1px solid var(--line);min-height:420px}.charter-card.wide{grid-column:span 2}.charter-card .pic{height:170px;background-size:cover;background-position:center}.charter-card.wide .pic{height:220px}.charter-card .txt{padding:32px;text-align:center}.charter-card em{font-style:normal;font-size:42px;font-weight:200;color:#303944}.charter-card h3{font-size:22px;margin:18px 0}.notice-board{margin-top:110px;background:#eef6fb;display:grid;grid-template-columns:1fr 1fr;align-items:center;overflow:hidden}.notice-board .image{height:460px;background-size:cover;background-position:center}.notice-board .copy{padding:70px}.notice-board h3{font-size:42px;letter-spacing:-.05em}.location-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:60px}.mapbox{height:440px;background:#e7edf3;display:grid;place-items:center;color:#748294;font-weight:800}.sitemap{display:grid;grid-template-columns:repeat(7,1fr);gap:30px}.sitemap h3{font-size:18px}.sitemap a{display:block;color:#627084;margin:10px 0}.page-actions{display:flex;gap:10px;flex-wrap:wrap}.placeholder-img{background:linear-gradient(135deg,#e7f2fa,#cde2ef);display:grid;place-items:center;color:#789;font-weight:900}.screenshots-note{font-size:13px;color:#6b7787;margin-top:10px}@keyframes copyUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1180px){.header-inner{grid-template-columns:1fr 100px 44px}.desktop-nav{display:none}.hamburger{display:flex}.lang{grid-column:2}.mega-menu{display:none}.site-header:hover .mega-menu{height:0}.sub-hero{margin-top:var(--header-h)}.mobile-menu{display:block;position:fixed;right:-390px;top:0;width:min(390px,86vw);height:100vh;background:#fff;z-index:1200;transition:right .25s ease;box-shadow:-20px 0 40px rgba(0,0,0,.18);padding:28px}.mobile-menu.open{right:0}.menu-backdrop{display:none;position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:1100}.menu-backdrop.open{display:block}.mobile-head{display:flex;justify-content:space-between;align-items:center;font-weight:900;font-size:22px;margin-bottom:24px}.mobile-head button{border:0;background:transparent;font-size:34px}.mobile-lang{display:flex;gap:18px;border-bottom:1px solid var(--line);padding-bottom:18px;margin-bottom:10px;font-weight:900}.mobile-lang b{color:#f02986}.mobile-menu details{border-bottom:1px solid var(--line);padding:18px 0}.mobile-menu summary{font-weight:900;cursor:pointer;list-style:none;display:flex;justify-content:space-between}.mobile-menu summary:after{content:'›';font-size:22px;color:#94a1b2}.mobile-menu details[open] summary:after{transform:rotate(90deg)}.mobile-menu details a{display:block;padding:12px 0;color:#667386;font-weight:700}.main-hero{min-height:640px}.hero-copy{left:36px;right:36px}.hero-identity{right:28px}.split-business,.story-block,.business-overview,.location-grid{grid-template-columns:1fr}.split-business:nth-child(even) .business-img,.story-block:nth-child(even) .story-img{order:0}.about-grid,.bottom-banners{grid-template-columns:1fr}.about-card{border-right:0;border-bottom:1px solid var(--line)}.charter-grid{grid-template-columns:repeat(2,1fr)}.sitemap{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){:root{--header-h:72px}.header-inner{padding:0 20px}.brand{font-size:24px}.lang{font-size:12px}.main-hero{height:86vh;min-height:560px}.hero-copy h1{font-size:43px}.hero-copy p{font-size:16px}.hero-identity{display:none}.section,.content{padding:72px 20px}.section-title{font-size:36px}.sub-hero{height:52vh;min-height:430px}.lead h2{font-size:32px}.charter-grid{grid-template-columns:1fr}.charter-card.wide{grid-column:span 1}.footer-inner{display:block}.family{grid-template-columns:1fr}.time-row,.info-row{grid-template-columns:1fr;gap:8px}.notice-board{grid-template-columns:1fr}.notice-board .copy{padding:40px 26px}}


/* =========================================================
   v1.9.17 TEMPLATE LOCK PATCH
   - ENF 계열사형 헤더/폰트/메가메뉴 기준 고정
   - PC 메뉴 1줄 유지, 줄바꿈 전 햄버거 전환
   - 스크롤 전 투명 헤더, 스크롤 후 백색 헤더
   ========================================================= */
/* D-6A note: layout/color/header tokens — typography tokens live in D-5 :root below.
   --header-h:78px below is legacy; D-7C override sets 72px final. */
:root{
  --font-main:"Noto Sans KR","NotoSansKR","Noto Sans CJK KR","Pretendard","Malgun Gothic","Apple SD Gothic Neo",Arial,sans-serif;
  --ink:#101b2a;
  --blue:#086797;
  --cyan:#55d0df;
  --lightblue:#7aabdb;
  --muted:#647386;
  --line:#dbe3ea;
  --navy:#061a2d;
  --max:1440px;
  --header-h:78px; /* D-8A legacy token; D-7C :root sets 72px final authority */
  --logo-w:260px;
  --header-x:clamp(28px,4.4vw,64px);
}
html,body{font-family:var(--font-main);letter-spacing:-.035em;word-break:keep-all;overflow-wrap:break-word;}
body{font-weight:400;line-height:1.65;}
.site-header{height:var(--header-h);background:transparent!important;border-bottom:1px solid rgba(255,255,255,.16);box-shadow:none;backdrop-filter:none;transition:background-color .24s ease,border-color .24s ease,box-shadow .24s ease,backdrop-filter .24s ease;}
.site-header.is-scrolled,.site-header.mega-open,.site-header:hover{background:rgba(255,255,255,.96)!important;border-bottom:1px solid rgba(15,31,48,.08);box-shadow:0 1px 0 rgba(15,31,48,.05);backdrop-filter:blur(12px);}
.header-inner{height:var(--header-h);max-width:1720px;margin:0 auto;padding:0 var(--header-x);align-items:center;/* D-8A: grid/layout columns → D-7C final authority */}
.brand{line-height:1;white-space:nowrap;color:#fff;transition:color .2s ease;/* D-8A: font-size/weight/letter-spacing → D-7C */}
.site-header.is-scrolled .brand,.site-header:hover .brand,.site-header.mega-open .brand{color:var(--ink);}
.desktop-nav{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));height:100%;align-items:center;min-width:0;white-space:nowrap;}
.nav-item{height:100%;display:flex;align-items:center;justify-content:center;white-space:nowrap;word-break:keep-all;color:#fff;position:relative;transition:color .2s ease;/* D-8A: nav typography → D-5 + D-7C */}
.site-header.is-scrolled .nav-item,.site-header:hover .nav-item,.site-header.mega-open .nav-item{color:var(--ink);}
.nav-item.active,.nav-item:hover{color:var(--blue)!important;}
/* D-8A: underline dimensions on desktop → D-7C (min-width:1181px); kept here for hover/active hook */
.nav-item.active:after,.nav-item:hover:after{content:'';position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:68px;height:2px;background:var(--blue);}
.lang{display:flex;gap:7px;justify-content:flex-end;align-items:center;white-space:nowrap;color:#fff;/* D-8A: lang typography → D-7C */}
.lang b{color:#fff;transition:color .2s ease}.lang span{color:rgba(255,255,255,.65)}
.site-header.is-scrolled .lang,.site-header:hover .lang,.site-header.mega-open .lang{color:var(--ink);}
.site-header.is-scrolled .lang b,.site-header:hover .lang b,.site-header.mega-open .lang b{color:var(--blue)}
.site-header.is-scrolled .lang span,.site-header:hover .lang span,.site-header.mega-open .lang span{color:#9aa6b5}
.hamburger span{background:#fff;transition:background .2s ease}.site-header.is-scrolled .hamburger span,.site-header:hover .hamburger span,.site-header.mega-open .hamburger span{background:var(--ink)}
.mega-menu{top:var(--header-h);height:0;overflow:hidden;background:transparent!important;opacity:0;transition:height .24s ease,opacity .2s ease;color:#fff;}
.site-header.mega-open .mega-menu,.site-header:hover .mega-menu{height:282px;opacity:1;}
.mega-inner{max-width:1720px;margin:0 auto;padding:34px var(--header-x) 38px;display:grid;grid-template-columns:var(--logo-w) repeat(5,minmax(0,1fr)) 120px;gap:0;background:rgba(3,16,29,.94);box-shadow:0 22px 52px rgba(0,0,0,.16);backdrop-filter:blur(9px);}
.mega-col{border-left:1px solid rgba(255,255,255,.12);padding:0 20px;min-width:0;}
.mega-col:first-child{grid-column:2;}
.mega-title{font-weight:700!important;font-size:16px!important;letter-spacing:-.035em;line-height:1.35;margin-bottom:18px;white-space:nowrap;color:#fff!important;}
.mega-col a:not(.mega-title){display:block;color:rgba(255,255,255,.72);font-weight:400!important;font-size:14px!important;line-height:1.9;margin:7px 0;letter-spacing:-.035em;white-space:nowrap;}
.main-hero{margin-top:0!important;height:100vh;min-height:720px;}
.sub-hero{margin-top:0!important;height:100vh;min-height:720px;}
.hero-copy .kicker,.sub-hero-copy span{font-size:14px!important;font-weight:800!important;letter-spacing:.16em;color:#7aabdb;}
.hero-copy h1,.sub-hero-copy h1{font-weight:700!important;letter-spacing:-.055em!important;text-shadow:0 8px 28px rgba(0,0,0,.24);}
.hero-copy p,.sub-hero-copy p{font-weight:400!important;letter-spacing:-.035em;}
.content{padding-top:110px;}
.content-inner,.section-inner{max-width:1240px;}
.content h1,.content h2{font-weight:700!important;letter-spacing:-.055em;}
p,.lead p,.story-copy p,.business-copy p{font-weight:400;line-height:1.9;letter-spacing:-.035em;color:#5d6a7a;}
.mobile-menu{font-family:var(--font-main);}
.mobile-menu summary{font-size:18px;font-weight:700;letter-spacing:-.04em;}
.mobile-menu details a{font-size:15px;font-weight:400;letter-spacing:-.035em;}
@media(max-width:1280px){
  .header-inner{grid-template-columns:1fr 102px 44px;}
  .desktop-nav{display:none!important;}
  .hamburger{display:flex!important;}
  .mega-menu,.site-header:hover .mega-menu,.site-header.mega-open .mega-menu{display:none!important;height:0!important;opacity:0!important;}
}
@media(min-width:1281px){.hamburger{display:none!important;}}
@media(max-width:1180px){.header-inner{grid-template-columns:1fr 100px 44px}.main-hero{min-height:640px}.sub-hero{min-height:640px}.hero-copy{left:36px;right:36px}.hero-identity{right:28px}.product-hero-block{grid-template-columns:1fr;gap:34px}.feature-grid{grid-template-columns:1fr 1fr}.spec-row{grid-template-columns:1fr}.spec-row b{padding-bottom:4px}.spec-row span{padding-top:0}}
@media(max-width:680px){.site-header{height:72px;background:rgba(255,255,255,.98)!important;border-bottom:1px solid rgba(15,31,48,.08)}.brand,.lang{color:var(--ink)!important}.lang b{color:var(--blue)!important}.hamburger span{background:var(--ink)!important}.main-hero{height:86vh;min-height:560px}.sub-hero{height:100svh;min-height:560px}.feature-grid{grid-template-columns:1fr}.product-hero-block .product-image,.product-spec-image{min-height:260px}.product-copy h2{font-size:32px}.content{padding-top:72px}}


/* M_1.0 content update patch - main content/footer only */
.hero-copy{left:50%!important;right:auto!important;top:50%!important;transform:translate(-50%,-50%)!important;text-align:center!important;max-width:1180px!important;width:min(1180px,92vw)!important;}
.hero-copy .kicker{font-size:15px!important;line-height:1.45!important;letter-spacing:-.035em!important;text-transform:none!important;white-space:nowrap!important;margin-bottom:20px!important;color:rgba(255,255,255,.92)!important;}
.hero-copy h1{font-size:clamp(58px,6.2vw,104px)!important;line-height:1.04!important;white-space:nowrap!important;margin:0!important;}
.hero-dots-main{position:absolute;z-index:4;right:6.2%;top:50%;transform:translateY(-50%);margin:0!important;}
.hero-identity{display:none!important;}
.about-title{text-align:center!important;}
.icon-circle{width:auto!important;height:auto!important;border:0!important;border-radius:0!important;margin:0 auto 22px!important;color:inherit!important;font-size:42px!important;line-height:1!important;}
.about-card h3{white-space:nowrap;}
.quick-links{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:80px;min-height:460px;}
.quick-stack{display:grid;grid-template-rows:1fr 1fr;}
.quick-card{position:relative;display:flex;align-items:flex-end;min-height:230px;padding:46px;color:#fff;background-size:cover;background-position:center;overflow:hidden;}
.quick-ceo{min-height:460px;}
.quick-card:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,24,42,.18),rgba(0,24,42,.68));}
.quick-card div{position:relative;z-index:1;}
.quick-card span{display:block;font-size:13px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#7aabdb;margin-bottom:10px;}
.quick-card h3{font-size:34px;line-height:1.15;letter-spacing:-.055em;margin:0 0 10px;color:#fff;}
.quick-card p{font-size:15px;line-height:1.6;margin:0;color:rgba(255,255,255,.86);}
.footer{padding:28px 32px!important;background:#07131f!important;}
.footer-inner{max-width:1240px!important;display:block!important;}
.footer-top{display:flex;gap:22px;flex-wrap:wrap;padding-bottom:14px;margin-bottom:14px;border-bottom:1px solid rgba(255,255,255,.12);}
.footer-top a{font-size:12px;font-weight:700;color:rgba(255,255,255,.82);}
.footer-bottom p{font-size:11px!important;line-height:1.7!important;margin:2px 0!important;color:#8e9baa!important;}
@media(max-width:1180px){.hero-copy .kicker,.hero-copy h1{white-space:normal!important}.quick-links{grid-template-columns:1fr}.quick-ceo{min-height:300px}.quick-card{min-height:220px}.about-card h3{white-space:normal}.footer-top{gap:14px}}
@media(max-width:680px){.hero-copy h1{font-size:38px!important}.hero-copy .kicker{font-size:14px!important}.hero-dots-main{display:none}.quick-links{margin-top:46px}.quick-card{padding:30px}.quick-card h3{font-size:26px}.footer{padding:24px 20px!important}}


/* M_1.0.1 visual/content-only refinement patch */
.hero-copy .kicker{
  font-size:15px!important;
  font-weight:700!important;
  letter-spacing:-.04em!important;
  line-height:1.45!important;
  margin-bottom:16px!important;
}
.hero-copy h1{
  font-size:clamp(46px,4.8vw,76px)!important;
  font-weight:600!important;
  letter-spacing:-.055em!important;
  line-height:1.08!important;
  text-shadow:0 6px 22px rgba(0,0,0,.20)!important;
}
.top{
  width:52px!important;
  height:52px!important;
  right:28px!important;
  bottom:28px!important;
  border-radius:4px!important;
  border:1px solid rgba(15,31,48,.22)!important;
  background:rgba(255,255,255,.86)!important;
  color:#0b1625!important;
  font-size:12px!important;
  font-weight:800!important;
  letter-spacing:.02em!important;
  box-shadow:0 8px 24px rgba(15,31,48,.10)!important;
  backdrop-filter:blur(8px)!important;
}
/* font scale: D-5 GLOBAL TYPOGRAPHY SYSTEM (final authority) */
.section-title{margin-bottom:52px!important;}
.business-copy{padding:58px!important;}
.business-copy h3{font-size:38px!important;margin:16px 0 18px!important;}
.business-copy p{font-size:15px!important;line-height:1.82!important;}
.about-card{padding:48px 34px!important;}
.icon-line{width:54px;height:54px;margin:0 auto 24px;color:#086797;}
.icon-line svg{width:100%;height:100%;display:block;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;}
.about-card p{margin-bottom:0!important;}
.quick-recruit-stack .quick-card{background-position:center!important;}
.quick-recruit-stack .quick-card:after{background:linear-gradient(180deg,rgba(0,24,42,.10),rgba(0,24,42,.50))!important;}
.quick-recruit-stack .quick-recruit-info:before{content:'';position:absolute;inset:0;background:rgba(255,255,255,.38);backdrop-filter:blur(1.5px);z-index:1;}
.quick-recruit-stack .quick-recruit-info:after{background:linear-gradient(180deg,rgba(0,24,42,.02),rgba(0,24,42,.24))!important;z-index:2;}
.quick-recruit-stack .quick-recruit-info div{z-index:3;}
.quick-recruit-stack .quick-recruit-info h3,.quick-recruit-stack .quick-recruit-info p{color:#fff!important;text-shadow:0 2px 14px rgba(0,0,0,.26);}
.footer{padding-top:28px!important;padding-bottom:76px!important;}
@media(max-width:680px){
  .hero-copy h1{font-size:34px!important;}
  .hero-copy .kicker{font-size:13px!important;}
  /* section-title / about-title font: D-5 responsive tokens */
  .business-copy{padding:34px 24px!important;}
  .business-copy h3{font-size:30px!important;}
  .top{width:46px!important;height:46px!important;right:18px!important;bottom:18px!important;}
  .footer{padding-bottom:54px!important;}
}


/* M_1.0.2 visual/content-only refinement patch */
/* 1) Hero Korean slogan readability: +10~20% from previous version */
.hero-copy .kicker{
  font-size:18px!important;
  font-weight:700!important;
  line-height:1.45!important;
  letter-spacing:-.035em!important;
}
@media(max-width:680px){
  .hero-copy .kicker{font-size:15px!important;}
}

/* 2) TOP button: quiet white outline, hidden first, fades in after scroll */
.top{
  opacity:0!important;
  visibility:hidden!important;
  transform:translateY(12px)!important;
  pointer-events:none!important;
  width:50px!important;
  height:50px!important;
  border-radius:0!important;
  border:1px solid rgba(255,255,255,.82)!important;
  background:rgba(255,255,255,.035)!important;
  color:#fff!important;
  box-shadow:none!important;
  backdrop-filter:blur(3px)!important;
  transition:opacity .38s ease, transform .38s ease, visibility .38s ease, border-color .25s ease, background .25s ease!important;
}
.top.top-visible{
  opacity:1!important;
  visibility:visible!important;
  transform:translateY(0)!important;
  pointer-events:auto!important;
}
.top:hover{background:rgba(255,255,255,.16)!important;border-color:#fff!important;}
.site-header.is-scrolled ~ .top{color:#0b1625!important;border-color:rgba(15,31,48,.36)!important;background:rgba(255,255,255,.88)!important;}

/* 3) Main and sub page horizontal breathing room */
.section,.content{padding-left:clamp(44px,6.5vw,112px)!important;padding-right:clamp(44px,6.5vw,112px)!important;}
.section-inner,.content-inner{max-width:1160px!important;}
@media(max-width:680px){
  .section,.content{padding-left:24px!important;padding-right:24px!important;}
}

/* 4) Recruit/Job cards: one image visually split into top/bottom panels */
.quick-recruit-stack{gap:0!important;overflow:hidden;}
.quick-recruit-stack .quick-card{background-image:url('../images/hr/hr-hero-open-road.jpg')!important;background-size:100% 200%!important;}
.quick-recruit-stack .quick-recruit-main{background-position:center top!important;}
.quick-recruit-stack .quick-recruit-info{background-position:center bottom!important;}
.quick-recruit-stack .quick-recruit-main:after{background:linear-gradient(180deg,rgba(0,28,48,.18),rgba(0,28,48,.54))!important;}
.quick-recruit-stack .quick-recruit-info:before{content:'';position:absolute;inset:0;background:rgba(255,255,255,.26);backdrop-filter:blur(1.2px) saturate(.82);z-index:1;}
.quick-recruit-stack .quick-recruit-info:after{background:linear-gradient(180deg,rgba(5,25,43,.02),rgba(5,25,43,.38))!important;z-index:2;}
.quick-recruit-stack .quick-recruit-info div{z-index:3;}
.quick-recruit-stack .quick-recruit-info h3,.quick-recruit-stack .quick-recruit-info p{color:#fff!important;text-shadow:0 2px 12px rgba(0,0,0,.34);}

/* 5) Footer additional bottom breathing room */
.footer{padding-bottom:132px!important;}
@media(max-width:680px){.footer{padding-bottom:86px!important;}}

/* 6) About icons: keep coating icon fixed, refine 1st/3rd as clean B2B line icons */
.icon-line svg{stroke-width:2!important;}
.icon-lab{color:#086797!important;}
.icon-future{color:#086797!important;}


/* M_1.0.3 content/image refinement patch */
/* Business typography: reduce visual weight/size by ~20% */
#business .section-title{margin-bottom:44px!important;}
#business .business-copy{padding:48px!important;}
#business .business-copy .eyebrow{font-size:11px!important;letter-spacing:.14em!important;}
#business .business-copy h3{font-size:30px!important;line-height:1.22!important;margin:12px 0 16px!important;}
#business .business-copy p{font-size:14px!important;line-height:1.78!important;}
#business .btn{padding:13px 28px!important;font-size:12px!important;margin-top:24px!important;}

/* Extra breathing room for all body sections */
.section,.content{padding-left:clamp(58px,8.2vw,156px)!important;padding-right:clamp(58px,8.2vw,156px)!important;}
.section-inner,.content-inner{max-width:1080px!important;}
@media(max-width:680px){.section,.content{padding-left:26px!important;padding-right:26px!important;}.section-inner,.content-inner{max-width:none!important;}}

/* Recruit / job cards: use three related but non-identical visual cuts */
.quick-recruit-stack .quick-card{background-size:cover!important;}
.quick-recruit-stack .quick-recruit-main{background-position:center!important;}
.quick-recruit-stack .quick-recruit-info{background-position:center!important;}
.quick-recruit-stack .quick-recruit-main:after{background:linear-gradient(180deg,rgba(0,28,48,.16),rgba(0,28,48,.54))!important;}
.quick-recruit-stack .quick-recruit-info:before{content:'';position:absolute;inset:0;background:rgba(255,255,255,.18);backdrop-filter:blur(1px) saturate(.88);z-index:1;}
.quick-recruit-stack .quick-recruit-info:after{background:linear-gradient(180deg,rgba(5,25,43,.02),rgba(5,25,43,.36))!important;z-index:2;}

/* Footer link row to address gap */
.footer-top{padding-bottom:18px!important;margin-bottom:18px!important;}

/* Company overview R&D block: square-like, centered, wider side margins */
.rd-summary{max-width:680px!important;margin:120px auto 54px!important;padding:56px 58px!important;background:#f4f8fb!important;border-top:3px solid #0d1724!important;text-align:center!important;}
.rd-summary h2{font-size:34px!important;line-height:1.34!important;margin-bottom:22px!important;}
.rd-summary p{font-size:15px!important;line-height:1.85!important;}
.rd-summary + .info-table{max-width:680px!important;margin-left:auto!important;margin-right:auto!important;}
.rd-summary + .info-table .info-row{grid-template-columns:150px 1fr!important;}
@media(max-width:680px){.rd-summary{padding:36px 24px!important;margin:80px auto 42px!important}.rd-summary h2{font-size:28px!important}.rd-summary + .info-table .info-row{grid-template-columns:1fr!important;gap:6px}}


/* M_1.0.4 company pages content/image refinement patch */
/* Company overview R&D rollback: no square card; use same body width/breathing room */
.rd-summary{max-width:1080px!important;margin:110px auto 70px!important;padding:0!important;background:transparent!important;border-top:0!important;text-align:center!important;}
.rd-summary h2{font-size:42px!important;line-height:1.28!important;margin-bottom:24px!important;letter-spacing:-.05em!important;}
.rd-summary p{font-size:17px!important;line-height:1.86!important;max-width:880px!important;margin-left:auto!important;margin-right:auto!important;}
.rd-summary + .info-table{max-width:1080px!important;margin-left:auto!important;margin-right:auto!important;}
.rd-summary + .info-table .info-row{grid-template-columns:180px 1fr!important;}

/* CEO message: left visual / right copy */
.ceo-message-layout{display:grid;grid-template-columns:3fr 7fr;gap:72px;align-items:start;margin-top:10px;}
.ceo-message-visual{min-height:620px;background-size:cover;background-position:center;border-radius:0;position:relative;overflow:hidden;}
.ceo-message-visual:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,20,36,.02),rgba(0,20,36,.18));}
.ceo-message-copy .lead{text-align:left!important;margin-bottom:48px!important;}
.ceo-message-copy .lead h2{font-size:42px!important;line-height:1.34!important;}
.ceo-message-copy p{font-size:17px!important;line-height:1.9!important;}
.ceo-signature{text-align:right!important;margin-top:54px!important;color:#0b1625!important;font-weight:700!important;letter-spacing:-.035em!important;}

/* History: compact decade grouping, avoid excessive bold */
.timeline.timeline-compact{border-top:1px solid #0b1625!important;}
.history-era{display:grid;grid-template-columns:140px 1fr;gap:34px;border-bottom:1px solid var(--line);padding:34px 0;}
.history-era-label{font-size:24px!important;font-weight:400!important;color:#086797!important;letter-spacing:-.04em;line-height:1.1;}
.history-era-items{display:grid;gap:0;}
.history-era .time-row{display:grid;grid-template-columns:120px 1fr;gap:30px;padding:13px 0!important;border-bottom:1px solid rgba(0,0,0,.055)!important;}
.history-era .time-row:last-child{border-bottom:0!important;}
.history-era .time-row b{font-size:18px!important;font-weight:400!important;color:#263443!important;}
.history-era .time-row span{font-size:16px!important;font-weight:400!important;color:#536171!important;line-height:1.65;}

/* Affiliates: group-style card layout */
.affiliate-tabs{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;margin:0 0 64px;}
.affiliate-tabs a{font-size:15px;color:#415163;padding:0 16px;border-right:1px solid #d7dee6;line-height:1;}
.affiliate-tabs a:last-child{border-right:0;}
.affiliate-list{display:grid;gap:78px;}
.affiliate-card{display:grid;grid-template-columns:46% 54%;min-height:420px;border-top:1px solid #0b1625;background:#fff;}
.affiliate-image{min-height:420px;background-size:cover;background-position:center;}
.affiliate-body{padding:54px 0 40px 62px;display:flex;flex-direction:column;justify-content:space-between;}
.affiliate-logo{font-size:34px;font-weight:500;letter-spacing:-.04em;color:#0b1625;margin-bottom:28px;}
.affiliate-name{font-size:24px;font-weight:400;color:#086797;margin-bottom:18px;}
.affiliate-desc{font-size:16px;line-height:1.85;color:#5d6a7a;margin:0 0 28px;}
.affiliate-link{display:inline-flex;align-items:center;justify-content:center;border:1px solid #0b1625;padding:13px 26px;font-size:13px;font-weight:500;align-self:flex-start;}
.affiliate-info{width:100%;border-collapse:collapse;margin-top:34px;border-top:1px solid #dce4ec;}
.affiliate-info th,.affiliate-info td{border-bottom:1px solid #dce4ec;padding:15px 12px;text-align:left;font-size:15px;line-height:1.65;font-weight:400;vertical-align:top;}
.affiliate-info th{width:150px;color:#086797;background:#f8fbfd;}

@media(max-width:900px){
  .ceo-message-layout,.affiliate-card{grid-template-columns:1fr;}
  .ceo-message-visual,.affiliate-image{min-height:320px;}
  .affiliate-body{padding:38px 0 24px;}
  .history-era{grid-template-columns:1fr;gap:14px;}
  .history-era .time-row{grid-template-columns:100px 1fr;gap:18px;}
  .rd-summary h2{font-size:32px!important;}
}

/* M_1.0.5 company pages refinement */
.company-info-table{max-width:860px;margin-left:auto!important;margin-right:auto!important;}
.ceo-message-layout{grid-template-columns:44% 56%!important;gap:64px!important;align-items:stretch!important;}
.ceo-message-visual{min-height:680px!important;height:100%;}
.ceo-message-copy{display:flex;flex-direction:column;justify-content:center;padding:22px 0;}
.ceo-message-copy .lead{margin-bottom:38px!important;}
.ceo-message-copy .lead h2{font-size:40px!important;}
.ceo-message-copy p{font-size:16px!important;line-height:1.82!important;margin:0 0 18px;}
.ceo-signature{margin-top:32px!important;text-align:right!important;}
.history-era{grid-template-columns:120px 1fr!important;gap:30px!important;align-items:start!important;}
.history-era-label{padding-top:13px;text-align:left;}
.affiliate-tabs{gap:0!important;margin-bottom:72px!important;}
.affiliate-tabs button{appearance:none;background:transparent;border:0;border-right:1px solid #d7dee6;padding:0 22px;font-family:inherit;font-size:15px;line-height:1;color:#415163;cursor:pointer;}
.affiliate-tabs button:last-child{border-right:0;}
.affiliate-tabs button.active{color:#086797;font-weight:600;}
.affiliate-card{display:none!important;}
.affiliate-card.active{display:grid!important;}
.mapbox-google{padding:0!important;overflow:hidden;background:#e7edf3;}
.mapbox-google iframe{width:100%;height:100%;min-height:440px;border:0;display:block;}
@media(max-width:900px){.ceo-message-layout{grid-template-columns:1fr!important}.ceo-message-copy{padding:0}.history-era{grid-template-columns:1fr!important}.history-era-label{padding-top:0}.company-info-table{max-width:100%;}.affiliate-card.active{display:grid!important}}


/* M_1.0.6 requested content-only layout refinements */
.quick-links.quick-links-two{grid-template-columns:1fr 1fr;min-height:420px;}
.quick-links.quick-links-two .quick-card{min-height:420px;}
.quick-links.quick-links-two .quick-ceo{min-height:420px;}
.main-service-links{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:76px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);}
.service-link-card{display:grid;grid-template-columns:1fr 86px;gap:34px;align-items:center;min-height:230px;padding:44px 38px;border-right:1px solid var(--line);background:#fff;}
.service-link-card:last-child{border-right:0;}
.service-link-card h3{font-size:27px;line-height:1.25;letter-spacing:-.05em;margin:0 0 16px;color:#0b1625;}
.service-link-card p{font-size:16px;line-height:1.75;margin:0 0 20px;color:#5d6a7a;}
.service-link-card span{display:inline-block;font-size:14px;font-weight:800;color:#0b1625;border-bottom:2px solid #0b1625;padding-bottom:8px;}
.service-link-card svg{width:72px;height:72px;fill:none;stroke:#174f9f;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;justify-self:end;}
.footer{background:#333333!important;}
.company-info-table{max-width:880px!important;}
.history-content-title{font-size:36px!important;line-height:1.2;letter-spacing:-.05em;margin:0 0 48px;color:#0b1625;}
@media(max-width:900px){
  .quick-links.quick-links-two,.main-service-links{grid-template-columns:1fr;}
  .service-link-card{border-right:0;border-bottom:1px solid var(--line);}
  .service-link-card:last-child{border-bottom:0;}
}
@media(max-width:680px){
  .quick-links.quick-links-two .quick-card,.quick-links.quick-links-two .quick-ceo{min-height:300px;}
  .main-service-links{margin-top:48px;}
  .service-link-card{grid-template-columns:1fr 56px;padding:32px 24px;gap:20px;}
  .service-link-card h3{font-size:23px;}
  .service-link-card p{font-size:14px;}
  .service-link-card svg{width:52px;height:52px;}
  .history-content-title{font-size:32px!important;margin-bottom:34px;}
}

/* M1.0.8 targeted content layout: HR reward/welfare spacing */
.hr-reward-list .split-business{margin-bottom:46px;}
.hr-welfare-lead{margin-top:96px;margin-bottom:0;}


/* M1.0.9 targeted updates only: recruit process, main bottom flow, company table, ethics cards */
/* Main: reduce gap between coating business section and About section */
#business{padding-bottom:64px!important;}
#business + .section{padding-top:64px!important;}

/* Main: make the lower navigation flow more compact and natural before footer */
.quick-links.quick-links-two{margin-top:68px!important;}
.main-service-links{margin-top:34px!important;gap:18px!important;border:0!important;background:#f3f6f8!important;padding:22px!important;}
.service-link-card{min-height:156px!important;padding:30px 30px!important;border:1px solid rgba(15,31,48,.08)!important;background:#fff!important;}
.service-link-card h3{font-size:23px!important;margin-bottom:10px!important;}
.service-link-card p{font-size:14px!important;line-height:1.65!important;margin-bottom:14px!important;}
.service-link-card span{font-size:13px!important;padding-bottom:5px!important;}
.service-link-card svg{width:54px!important;height:54px!important;opacity:.78!important;}

/* Company overview: reduce bottom company information table by half and center it */
.company-info-table{max-width:440px!important;margin-left:auto!important;margin-right:auto!important;}
.company-info-table .info-row{grid-template-columns:116px 1fr!important;padding:15px 0!important;}
.company-info-table .info-row b,.company-info-table .info-row span{font-size:14px!important;line-height:1.6!important;}

/* Ethical management: enlarge no.7 to span the width of no.3 + no.4 and align 5/6/7 cards */
.charter-grid .charter-card:nth-child(5),
.charter-grid .charter-card:nth-child(6),
.charter-grid .charter-card:nth-child(7){min-height:420px!important;}
.charter-grid .charter-card:nth-child(7){grid-column:span 2!important;display:grid!important;grid-template-columns:1fr 1fr!important;align-items:stretch!important;}
.charter-grid .charter-card:nth-child(7) .pic{height:auto!important;min-height:100%!important;}
.charter-grid .charter-card:nth-child(7) .txt{display:flex!important;flex-direction:column!important;justify-content:center!important;}
.notice-board .page-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;}
.notice-board .page-actions .btn{width:100%!important;margin-top:20px!important;padding-left:18px!important;padding-right:18px!important;}

/* Recruit process: icon + number + text card layout */
.recruit-process-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:0;border-top:1px solid #0b1625;border-bottom:1px solid var(--line);}
.process-step{position:relative;min-height:260px;padding:42px 24px 38px;text-align:center;border-right:1px solid var(--line);background:#fff;}
.process-step:last-child{border-right:0;}
.process-icon{width:64px;height:64px;margin:0 auto 22px;color:#086797;}
.process-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.process-step em{display:block;font-style:normal;font-size:28px;font-weight:300;color:#9eaaba;margin-bottom:12px;}
.process-step h3{font-size:22px;line-height:1.25;letter-spacing:-.045em;margin:0 0 14px;color:#0b1625;font-weight:600;}
.process-step p{font-size:14px;line-height:1.68;margin:0;color:#5d6a7a;}

@media(max-width:1180px){
  .recruit-process-steps{grid-template-columns:repeat(3,1fr);}
  .process-step:nth-child(3){border-right:0;}
  .process-step:nth-child(n+4){border-top:1px solid var(--line);}
  .charter-grid .charter-card:nth-child(7){grid-template-columns:1fr!important;}
  .charter-grid .charter-card:nth-child(7) .pic{height:220px!important;min-height:220px!important;}
}
@media(max-width:680px){
  #business{padding-bottom:42px!important;}
  #business + .section{padding-top:42px!important;}
  .main-service-links{grid-template-columns:1fr!important;padding:16px!important;gap:12px!important;}
  .service-link-card{grid-template-columns:1fr 46px!important;min-height:138px!important;padding:24px 20px!important;}
  .company-info-table{max-width:100%!important;}
  .company-info-table .info-row{grid-template-columns:1fr!important;gap:4px!important;}
  .recruit-process-steps{grid-template-columns:1fr;}
  .process-step{border-right:0!important;border-top:1px solid var(--line);min-height:0;padding:34px 22px;}
  .process-step:first-child{border-top:0;}
  .notice-board .page-actions{grid-template-columns:1fr!important;}
}


/* M1.0.10 targeted update only: company table, ethics alignment, recruit icons */
/* Company overview: restore previous table contents/row rhythm while keeping compact centered width */
.company-info-table{max-width:440px!important;margin-left:auto!important;margin-right:auto!important;}
.company-info-table .info-row{grid-template-columns:180px 1fr!important;padding:20px 0!important;}
.company-info-table .info-row b,.company-info-table .info-row span{font-size:inherit!important;line-height:inherit!important;}

/* Ethics: keep no.7 wide, but align image/number/title/body positions with no.5 and no.6 */
.charter-grid .charter-card:nth-child(7){grid-column:span 2!important;display:block!important;grid-template-columns:none!important;align-items:initial!important;}
.charter-grid .charter-card:nth-child(7) .pic{height:170px!important;min-height:170px!important;width:100%!important;}
.charter-grid .charter-card:nth-child(7) .txt{display:block!important;padding:32px!important;text-align:center!important;}
.notice-board .page-actions{align-items:stretch!important;}
.notice-board .page-actions .btn{display:flex!important;align-items:center!important;justify-content:center!important;min-height:52px!important;box-sizing:border-box!important;}

/* Recruit process: clearer line icon balance */
.process-icon{color:#086797!important;}
.process-icon svg{stroke-width:2.05!important;}
@media(max-width:680px){
  .company-info-table .info-row{grid-template-columns:1fr!important;gap:4px!important;}
  .charter-grid .charter-card:nth-child(7){grid-column:auto!important;}
}

/* M_1.0.11 targeted header/business patch */
.footer{background:#333333!important;}
.coating-tabs{margin-top:70px;} .coating-tab-input{display:none;} .coating-tab-labels{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:34px;} .coating-tab-labels label{display:inline-flex;align-items:center;justify-content:center;min-width:210px;padding:16px 26px;border:1px solid #0d1724;font-weight:900;cursor:pointer;background:#fff;} #lensTab:checked ~ .coating-tab-labels label[for="lensTab"],#siloxaneTab:checked ~ .coating-tab-labels label[for="siloxaneTab"]{background:#0d1724;color:#fff;} .coating-tab-panel{display:none;} #lensTab:checked ~ .coating-tab-panels .lens-panel,#siloxaneTab:checked ~ .coating-tab-panels .siloxane-panel{display:block;}


/* M_1.0.14 targeted only: ENF-like compact header menu spacing + R&D key technology layout */
/* header media override removed to restore basecode-v2 header style */

.rnd-key-page .content-inner{max-width:1080px!important;}

/* M_1.0.16 requested scope: ENF-like header alignment, R&D keytech, brochure product pages */
/* header media override removed to restore basecode-v2 header style */

.nfc-keytech-section{position:relative;overflow:hidden;padding:110px 24px 120px!important;background:linear-gradient(180deg,#fff 0%,#f7faff 100%);}
.nfc-keytech-section::before{content:"";position:absolute;inset:0;opacity:.42;background-image:radial-gradient(circle at 1px 1px,rgba(8, 103, 151,.13) 1px,transparent 0);background-size:28px 28px;mask-image:linear-gradient(180deg,transparent 0%,#000 20%,#000 72%,transparent 100%);pointer-events:none;}
.nfc-keytech-wrap{position:relative;max-width:1180px;margin:0 auto;}
.nfc-keytech-head{max-width:820px;margin:0 auto 58px;text-align:center;}
.nfc-keytech-eyebrow{display:inline-flex;align-items:center;gap:12px;margin-bottom:18px;color:#086797;font-size:12px;font-weight:800;letter-spacing:.22em;text-transform:uppercase;}
.nfc-keytech-eyebrow::before,.nfc-keytech-eyebrow::after{content:"";width:34px;height:1px;background:#086797;opacity:.45;}
.nfc-keytech-head h2{margin:0;color:#071b33;font-size:clamp(32px,4vw,50px)!important;line-height:1.18!important;letter-spacing:-.045em!important;font-weight:800!important;}
.nfc-keytech-head p{margin:22px auto 0;max-width:760px;color:#66758a;font-size:17px;line-height:1.85;word-break:keep-all;}
.nfc-keytech-cards{display:grid;grid-template-columns:1fr 1fr;gap:34px;position:relative;z-index:2;}
.nfc-keytech-card{position:relative;min-height:360px;padding:42px 44px;background:rgba(255,255,255,.92);border:1px solid rgba(216,226,239,.95);border-radius:30px;box-shadow:0 20px 55px rgba(7,27,51,.08);}
.nfc-keytech-card::after{content:"";position:absolute;left:44px;right:44px;top:0;height:3px;border-radius:99px;background:linear-gradient(90deg,transparent,#086797,transparent);opacity:.35;}
.nfc-keytech-card-label{color:#086797;font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;margin-bottom:12px;}
.nfc-keytech-card h3{margin:0 0 16px;color:#071b33;font-size:30px!important;line-height:1.2!important;letter-spacing:-.035em!important;font-weight:800!important;}
.nfc-keytech-card-desc{margin:0 0 30px;color:#4e5f75;font-size:16px;line-height:1.75;word-break:keep-all;}
.nfc-keytech-list{display:grid;gap:18px;padding-top:26px;border-top:1px solid #d8e2ef;}
.nfc-keytech-item{display:grid;grid-template-columns:116px 1fr;gap:16px;align-items:baseline;}
.nfc-keytech-item strong{color:#071b33;font-size:15px;font-weight:800;}
.nfc-keytech-item span{color:#66758a;font-size:15px;line-height:1.55;}
.nfc-keytech-flow{position:relative;height:178px;margin:18px 0 0;z-index:1;}
.nfc-keytech-flow svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible;}
.nfc-keytech-flow .line{fill:none;stroke:rgba(8, 103, 151,.52);stroke-width:2;stroke-linecap:round;stroke-dasharray:5 8;}
.nfc-keytech-flow .center-line{fill:none;stroke:rgba(8, 103, 151,.82);stroke-width:2.2;stroke-linecap:round;}
.nfc-keytech-flow .node{fill:#fff;stroke:#086797;stroke-width:2;}
.nfc-keytech-flow .arrow{fill:#086797;opacity:.92;}
.nfc-keytech-center{position:relative;z-index:2;max-width:720px;margin:-16px auto 76px;padding:42px 50px;text-align:center;background:rgba(255,255,255,.9);border:1px solid rgba(216,226,239,.95);border-radius:32px;box-shadow:0 24px 70px rgba(7,27,51,.08);backdrop-filter:blur(8px);}
.nfc-keytech-center::before{content:"";position:absolute;left:50%;top:-13px;width:24px;height:24px;transform:translateX(-50%) rotate(45deg);background:rgba(255,255,255,.96);border-left:1px solid rgba(216,226,239,.95);border-top:1px solid rgba(216,226,239,.95);}
.nfc-keytech-center-label{color:#086797;font-size:13px;font-weight:900;letter-spacing:.24em;text-transform:uppercase;}
.nfc-keytech-center h3{margin:14px 0 16px;color:#071b33;font-size:34px!important;line-height:1.25!important;letter-spacing:-.04em!important;font-weight:850!important;}
.nfc-keytech-center p{margin:0;color:#4f6074;font-size:17px;line-height:1.8;word-break:keep-all;}
.nfc-keytech-app-title{text-align:center;margin-bottom:28px;}
.nfc-keytech-app-title span{display:block;color:#086797;font-size:12px;font-weight:900;letter-spacing:.22em;text-transform:uppercase;margin-bottom:10px;}
.nfc-keytech-app-title h3{margin:0;color:#071b33;font-size:26px!important;letter-spacing:-.035em!important;}
.nfc-keytech-app-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}
.nfc-keytech-app-card{padding:26px 24px;min-height:138px;background:#fff;border:1px solid #d8e2ef;border-radius:24px;box-shadow:0 12px 34px rgba(7,27,51,.055);}
.nfc-keytech-app-card b{display:block;margin-bottom:12px;color:#071b33;font-size:18px;letter-spacing:-.03em;}
.nfc-keytech-app-card p{margin:0;color:#66758a;font-size:15px;line-height:1.6;word-break:keep-all;}
.brochure-detail{display:grid;gap:76px;}
.brochure-lead{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:64px;align-items:center;}
.brochure-copy .eyebrow{display:block;margin-bottom:14px;color:#086797;font-size:13px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;}
.brochure-copy h2{margin:0 0 22px;color:#071b33;font-size:44px!important;line-height:1.22!important;font-weight:800!important;letter-spacing:-.052em!important;}
.brochure-copy p{font-size:17px;line-height:1.86;margin:0 0 14px;color:#536172;}
.brochure-visual{min-height:390px;border:1px solid #dbe3ea;background-size:cover;background-position:center;position:relative;overflow:hidden;}
.brochure-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(6,26,45,.12));}
.brochure-section-title{display:flex;align-items:center;gap:14px;margin:0 0 26px;color:#071b33;font-size:30px!important;line-height:1.25!important;font-weight:800!important;letter-spacing:-.045em!important;}
.brochure-section-title::before{content:"";width:10px;height:10px;border-radius:50%;border:3px solid #086797;}
.brochure-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.brochure-feature-card{border:1px solid #dbe3ea;background:#fff;padding:28px 26px;min-height:168px;}
.brochure-feature-card h3{margin:0 0 12px;color:#071b33;font-size:21px!important;line-height:1.28!important;font-weight:800!important;}
.brochure-feature-card p{margin:0;color:#5d6a7a;font-size:15px;line-height:1.72;}
.brochure-table{border-top:2px solid #071b33;overflow:auto;}
.brochure-table table{width:100%;border-collapse:collapse;min-width:720px;}
.brochure-table th,.brochure-table td{padding:17px 18px;border-bottom:1px solid #dbe3ea;text-align:left;font-size:15px;line-height:1.55;vertical-align:top;}
.brochure-table th{color:#071b33;font-weight:800;background:#f6f9fc;}
.brochure-table td{color:#566374;}
.brochure-note{padding:28px 32px;background:#f6f9fc;border-left:4px solid #086797;color:#536172;font-size:15px;line-height:1.8;}
.brochure-two-col{display:grid;grid-template-columns:1fr 1fr;gap:28px;}
.brochure-metric{border:1px solid #dbe3ea;background:#fff;padding:28px;}
.brochure-metric h3{margin:0 0 16px;font-size:21px!important;line-height:1.3!important;color:#071b33;font-weight:800!important;}
.brochure-metric ul{margin:0;padding:0;list-style:none;display:grid;gap:10px;}
.brochure-metric li{position:relative;padding-left:15px;color:#5d6a7a;font-size:15px;line-height:1.62;}
.brochure-metric li::before{content:"";position:absolute;left:0;top:.72em;width:5px;height:5px;border-radius:50%;background:#086797;}
@media(max-width:900px){
  .nfc-keytech-section{padding:82px 18px 92px!important;}
  .nfc-keytech-head{text-align:left;margin-bottom:34px;}
  .nfc-keytech-eyebrow::after{display:none;}
  .nfc-keytech-cards,.brochure-lead,.brochure-two-col{grid-template-columns:1fr;gap:24px;}
  .nfc-keytech-card{min-height:auto;padding:32px 26px;border-radius:24px;}
  .nfc-keytech-item{grid-template-columns:1fr;gap:5px;}
  .nfc-keytech-flow{height:110px;margin:0;}
  .nfc-keytech-flow .desktop-flow{display:none;}
  .nfc-keytech-flow::before{content:"";position:absolute;left:50%;top:6px;bottom:26px;border-left:2px dashed rgba(8, 103, 151,.45);}
  .nfc-keytech-flow::after{content:"";position:absolute;left:50%;bottom:16px;width:12px;height:12px;border-right:2px solid #086797;border-bottom:2px solid #086797;transform:translateX(-50%) rotate(45deg);}
  .nfc-keytech-center{margin:-4px auto 54px;padding:32px 24px;border-radius:24px;}
  .nfc-keytech-center h3{font-size:27px!important;}
  .nfc-keytech-app-grid,.brochure-feature-grid{grid-template-columns:1fr 1fr;}
  .brochure-copy h2{font-size:34px!important;}
}
@media(max-width:560px){
  .nfc-keytech-app-grid,.brochure-feature-grid{grid-template-columns:1fr;}
  .nfc-keytech-card h3{font-size:25px!important;}
  .brochure-visual{min-height:260px;}
  .brochure-table th,.brochure-table td{padding:14px 12px;font-size:14px;}
}


/* M_1.0.17 targeted only: header font/mega alignment + R&D connector cleanup */
/* header media override removed to restore basecode-v2 header style */

.rnd-key-page .nfc-keytech-center::before{display:none!important;}
.rnd-key-page .nfc-keytech-center{margin:0 auto 76px!important;}
.rnd-key-page .nfc-keytech-flow{height:132px!important;margin:10px 0 0!important;}
.rnd-key-page .nfc-keytech-flow .line,
.rnd-key-page .nfc-keytech-flow .center-line{stroke-linecap:square!important;}
@media(max-width:900px){
  .rnd-key-page .nfc-keytech-cards{position:relative!important;}
  .rnd-key-page .nfc-keytech-card:first-child{margin-bottom:34px!important;}
  .rnd-key-page .nfc-keytech-card:first-child::before{
    content:"";position:absolute;left:50%;bottom:-35px;height:35px;border-left:2px dashed rgba(8, 103, 151,.45);transform:translateX(-50%);z-index:1;
  }
  .rnd-key-page .nfc-keytech-flow{height:88px!important;margin:-4px 0 0!important;}
  .rnd-key-page .nfc-keytech-flow::before{top:0!important;bottom:24px!important;}
  .rnd-key-page .nfc-keytech-flow::after{bottom:13px!important;}
  .rnd-key-page .nfc-keytech-center{margin:0 auto 54px!important;}
}


/* M_1.0.18 targeted only: header mega-menu centering + refined R&D connector */
/* header media override removed to restore basecode-v2 header style */

.rnd-key-page .nfc-keytech-flow{height:150px!important;margin:18px 0 0!important;}
.rnd-key-page .nfc-keytech-flow .line{stroke:rgba(8, 103, 151,.56)!important;stroke-width:1.8!important;stroke-dasharray:7 9!important;stroke-linecap:butt!important;stroke-linejoin:miter!important;}
.rnd-key-page .nfc-keytech-flow .center-line{stroke:rgba(8, 103, 151,.72)!important;stroke-width:2!important;stroke-linecap:butt!important;}
.rnd-key-page .nfc-keytech-flow .node{fill:#086797!important;stroke:#fff!important;stroke-width:3!important;filter:drop-shadow(0 4px 10px rgba(8, 103, 151,.24));}
.rnd-key-page .nfc-keytech-flow .arrow{fill:#086797!important;opacity:.95!important;}
@media(max-width:900px){
  .rnd-key-page .nfc-keytech-cards{display:grid!important;gap:24px!important;}
  .rnd-key-page .nfc-keytech-card:first-child{margin-bottom:0!important;}
  .rnd-key-page .nfc-keytech-card:first-child::before{
    content:"";position:absolute;left:50%;top:100%;height:11px;border-left:2px dashed rgba(8, 103, 151,.52);transform:translateX(-50%);z-index:1;
  }
  .rnd-key-page .nfc-keytech-card:first-child::after{
    content:"";position:absolute;left:50%;top:calc(100% + 11px);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:13px solid #086797;transform:translateX(-50%);z-index:1;display:block!important;
  }
  .rnd-key-page .nfc-keytech-flow{height:96px!important;margin:6px 0 0!important;}
  .rnd-key-page .nfc-keytech-flow::before{content:"";position:absolute;left:50%;top:0;bottom:24px;border-left:2px dashed rgba(8, 103, 151,.52);transform:translateX(-50%);}
  .rnd-key-page .nfc-keytech-flow::after{content:"";position:absolute;left:50%;bottom:12px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:13px solid #086797;transform:translateX(-50%);}
  .rnd-key-page .nfc-keytech-center{margin:0 auto 54px!important;}
}


/* M_1.0.19 targeted only: R&D card scroll motion effect */
.rnd-key-page .nfc-keytech-card,
.rnd-key-page .nfc-keytech-center,
.rnd-key-page .nfc-keytech-app-card{
  opacity:0;
  transform:translateY(34px);
  transition:opacity .72s ease, transform .72s cubic-bezier(.22,.61,.36,1), box-shadow .72s ease;
  will-change:opacity, transform;
}
.rnd-key-page .nfc-keytech-card.is-visible,
.rnd-key-page .nfc-keytech-center.is-visible,
.rnd-key-page .nfc-keytech-app-card.is-visible{
  opacity:1;
  transform:translateY(0);
}
.rnd-key-page .nfc-keytech-card:nth-child(2){transition-delay:.10s;}
.rnd-key-page .nfc-keytech-app-card:nth-child(2){transition-delay:.06s;}
.rnd-key-page .nfc-keytech-app-card:nth-child(3){transition-delay:.12s;}
.rnd-key-page .nfc-keytech-app-card:nth-child(4){transition-delay:.18s;}
.rnd-key-page .nfc-keytech-card.is-visible:hover,
.rnd-key-page .nfc-keytech-app-card.is-visible:hover{
  transform:translateY(-6px);
}
@media (prefers-reduced-motion: reduce){
  .rnd-key-page .nfc-keytech-card,
  .rnd-key-page .nfc-keytech-center,
  .rnd-key-page .nfc-keytech-app-card{
    opacity:1;
    transform:none;
    transition:none;
  }
}

/* M_1.0.20 targeted footer color */
.footer{background:#333333!important;}

/* M_1.0.21 targeted only: compact ENF-like header/menu + centered mega menu text
   D-8A RETIRED: header grid / nav align superseded by D-7C HEADER / GNB UNIFICATION.
@media (min-width:1181px){
  .header-inner{
    max-width:1600px!important;
    grid-template-columns:280px minmax(720px,880px) 110px 44px!important;
    justify-content:center!important;
    column-gap:38px!important;
    padding-left:32px!important;
    padding-right:32px!important;
  }
  .desktop-nav{
    width:100%!important;
    max-width:880px!important;
    justify-self:center!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
  }
  .nav-item{
    justify-content:center!important;
    text-align:center!important;
  }
  .mega-inner{
    max-width:1600px!important;
    grid-template-columns:280px repeat(5,minmax(0,176px)) 154px!important;
    justify-content:center!important;
    column-gap:0!important;
    padding-left:32px!important;
    padding-right:32px!important;
  }
  .mega-col{
    padding-left:10px!important;
    padding-right:10px!important;
    text-align:center!important;
  }
  .mega-title,
  .mega-col a:not(.mega-title){
    text-align:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
}
*/

/* M1_0_24 product content refinement: v0 text applied, phone-camera images converted to table/text */
.product-updated-detail .brochure-lead,.product-updated-detail .brochure-feature-grid,.product-updated-detail .brochure-two-col,.product-updated-detail .brochure-table,.product-updated-detail .brochure-note{max-width:1180px;margin-left:auto;margin-right:auto;}
.reveal-on-scroll{opacity:0;transform:translateY(34px);transition:opacity .72s ease,transform .72s ease;}
.reveal-on-scroll.is-visible{opacity:1;transform:translateY(0);}
.product-updated-detail .brochure-feature-card{transition:transform .45s ease,box-shadow .45s ease,border-color .45s ease;}
.product-updated-detail .brochure-feature-card:hover{transform:translateY(-4px);box-shadow:0 18px 36px rgba(7,27,51,.08);border-color:#c7d7e8;}
@media(max-width:760px){.reveal-on-scroll{transform:translateY(18px);}}


.core-shell-visual{
  min-height:460px;
  background:radial-gradient(circle at 36% 28%,#ffffff 0%,#edf8ff 38%,#d9eefb 74%,#cfe8f7 100%);
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  padding:34px 30px 26px;
  position:relative;
}
.core-shell-visual::before{
  content:"";
  position:absolute;
  inset:24px;
  border:1px solid rgba(255,255,255,.7);
  pointer-events:none;
}
.diagram-caption{align-self:flex-start;margin-left:8px;margin-bottom:8px;color:#071b33;position:relative;z-index:1;}
.diagram-caption span{display:block;font-size:12px;font-weight:900;letter-spacing:.18em;color:#086797;margin-bottom:6px;}
.diagram-caption strong{font-size:22px;letter-spacing:-.045em;}
.core-shell-visual svg{width:min(100%,560px);height:auto;position:relative;z-index:1;}
.diagram-label-main{font-size:18px;font-weight:800;fill:#071b33;letter-spacing:-.04em;}
.diagram-label-sub{font-size:15px;font-weight:700;fill:#5a6a7a;letter-spacing:-.03em;}
.product-premium .reveal-on-scroll{transition:opacity .76s ease,transform .76s cubic-bezier(.22,.61,.36,1)!important;}
.product-premium .reveal-on-scroll.is-visible{opacity:1!important;transform:translateY(0)!important;}
.product-premium .brochure-feature-card:nth-child(2){transition-delay:.06s;}
.product-premium .brochure-feature-card:nth-child(3){transition-delay:.12s;}
.product-premium .brochure-feature-card:nth-child(4){transition-delay:.18s;}
.product-premium .brochure-feature-card:nth-child(5){transition-delay:.24s;}
.product-premium .brochure-feature-card:nth-child(6){transition-delay:.30s;}
@media(max-width:900px){
  .product-premium .brochure-lead,
  .product-premium .product-hero-block{grid-template-columns:1fr!important;}
  .product-premium .brochure-copy{padding:50px 34px!important;min-height:auto!important;}
  .product-premium .brochure-visual,.product-premium .product-image,.core-shell-visual{min-height:360px!important;}
  .product-premium .brochure-two-col{grid-template-columns:1fr!important;}
  .product-premium .coating-tabs{padding:22px!important;}
}
@media(max-width:560px){
  .product-premium .brochure-copy h2{font-size:34px!important;}
  .product-premium .brochure-section-title{font-size:28px!important;}
  .product-premium .coating-tab-labels{grid-template-columns:1fr!important;}
  .diagram-label-main{font-size:16px;}
  .diagram-label-sub{font-size:13px;}
}


/* M1_0_27 targeted only: v0 premium product page layout applied to existing product pages */
.v0-product{max-width:1240px!important;display:block!important;}
.v0-product *{box-sizing:border-box;}
.v0-hero-panel{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(360px,.96fr);gap:0;margin:0 auto 96px;border:1px solid #dce7f0;background:linear-gradient(135deg,#fff 0%,#f7fbff 100%);box-shadow:0 30px 72px rgba(7,27,51,.075);overflow:hidden;position:relative;}
.v0-hero-panel::before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(180deg,#086797,#6892c9);}
.v0-hero-copy{padding:72px 66px 72px 78px;min-height:440px;display:flex;flex-direction:column;justify-content:center;}
.v0-eyebrow{display:inline-flex;align-items:center;gap:12px;margin-bottom:22px;color:#086797;font-size:12px;font-weight:900;letter-spacing:.22em;text-transform:uppercase;}
.v0-eyebrow::before{content:"";width:34px;height:1px;background:#086797;opacity:.85;}
.v0-hero-copy h2{margin:0 0 26px!important;color:#071b33!important;font-size:clamp(38px,3.7vw,56px)!important;line-height:1.1!important;letter-spacing:-.07em!important;font-weight:800!important;}
.v0-hero-copy p{margin:0 0 15px;color:#526173;font-size:17px;line-height:1.92;word-break:keep-all;}
.v0-visual-card{min-height:440px;background:#f0f7fc;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:36px;background-size:cover;background-position:center;}
.v0-visual-card::after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(7,27,51,.07),rgba(8, 103, 151,.12));pointer-events:none;}
.v0-section{margin:0 auto 92px;}
.v0-section-title{position:relative;margin:0 0 34px!important;padding-top:34px;color:#071b33!important;font-size:34px!important;line-height:1.2!important;font-weight:800!important;letter-spacing:-.055em!important;border-top:1px solid #dce7f0;}
.v0-section-title::before{content:"";position:absolute;left:0;top:-1px;width:76px;height:2px;background:#086797;}
.v0-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.v0-feature-card{position:relative;min-height:184px;padding:34px 32px 32px;border:1px solid #dce7f0;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);box-shadow:0 12px 34px rgba(9,39,66,.045);overflow:hidden;transition:transform .45s ease,box-shadow .45s ease,border-color .45s ease;}
.v0-feature-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(9,39,66,.08);border-color:#c8d9e8;}
.v0-feature-card::before{content:"";position:absolute;left:0;top:0;right:0;height:3px;background:linear-gradient(90deg,#086797,rgba(8, 103, 151,0));}
.v0-feature-card::after{content:"";position:absolute;right:22px;bottom:20px;width:48px;height:48px;border-radius:50%;border:1px solid rgba(8, 103, 151,.15);}
.v0-feature-card h3{margin:0 0 14px!important;color:#071b33!important;font-size:20px!important;line-height:1.3!important;font-weight:800!important;letter-spacing:-.035em;}
.v0-feature-card p{margin:0;color:#5a697b;font-size:15px;line-height:1.82;word-break:keep-all;}
.v0-two-col{display:grid;grid-template-columns:1fr 1fr;gap:26px;}
.v0-info-box{border:1px solid #dce7f0;background:#fff;padding:36px 38px;box-shadow:0 12px 34px rgba(9,39,66,.045);}
.v0-info-box h3{position:relative;margin:0 0 22px!important;padding-bottom:18px;color:#071b33!important;font-size:24px!important;font-weight:800!important;letter-spacing:-.04em!important;}
.v0-info-box h3::after{content:"";position:absolute;left:0;bottom:0;width:44px;height:2px;background:#086797;}
.v0-info-box ul{list-style:none;margin:0;padding:0;display:grid;gap:10px;}
.v0-info-box li{position:relative;padding-left:18px;color:#5d6a7a;font-size:15px;line-height:1.78;word-break:keep-all;}
.v0-info-box li::before{content:"";position:absolute;left:0;top:.74em;width:5px;height:5px;border-radius:50%;background:#086797;}
.v0-table{border:1px solid #dce7f0;border-top:3px solid #071b33;background:#fff;box-shadow:0 18px 46px rgba(9,39,66,.055);overflow:auto;}
.v0-table table{width:100%;min-width:780px;border-collapse:collapse;}
.v0-table th,.v0-table td{padding:18px 20px;border-bottom:1px solid #e4ebf2;text-align:left;font-size:15px;line-height:1.55;vertical-align:top;}
.v0-table thead th{background:#f2f7fb;color:#071b33;font-weight:800;text-align:center;}
.v0-table tbody th{background:#fbfdff;color:#143251;font-weight:800;}
.v0-table td{color:#566374;}
.v0-note{padding:32px 38px;background:linear-gradient(135deg,#f6fbff,#eef7ff);border:1px solid #dce7f0;color:#4d5f72;font-size:15px;line-height:1.82;box-shadow:0 16px 40px rgba(9,39,66,.045);word-break:keep-all;}
.v0-mini-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:28px;}
.v0-stat{padding:20px 18px;border:1px solid #dce7f0;background:#fff;text-align:center;}
.v0-stat b{display:block;color:#071b33;font-size:18px;margin-bottom:8px;}
.v0-stat span{font-size:13px;color:#6a7888;line-height:1.5;}
.v0-diagram-wrap{position:relative;z-index:1;width:100%;max-width:560px;margin:auto;}
.v0-diagram-caption{position:relative;z-index:1;align-self:flex-start;color:#071b33;margin-bottom:14px;}
.v0-diagram-caption span{display:block;font-size:12px;font-weight:900;letter-spacing:.2em;color:#086797;margin-bottom:6px;}
.v0-diagram-caption strong{font-size:22px;letter-spacing:-.045em;}
.v0-visual-card svg{position:relative;z-index:1;max-width:100%;height:auto;}
.v0-label-main{font-size:18px;font-weight:800;fill:#071b33;letter-spacing:-.04em;}
.v0-label-sub{font-size:15px;font-weight:700;fill:#5a6a7a;letter-spacing:-.03em;}
.v0-simple-particle{width:100%;max-width:420px;margin:auto;}
.v0-coating-tabs{border:1px solid #dce7f0;background:#fff;box-shadow:0 20px 54px rgba(9,39,66,.06);padding:34px;}
.v0-tab-input{display:none;}
.v0-tab-labels{display:grid;grid-template-columns:1fr 1fr;border:1px solid #dce7f0;margin-bottom:34px;}
.v0-tab-labels label{padding:20px 24px;text-align:center;font-weight:800;color:#5e6d7f;cursor:pointer;background:#f7fafc;}
.v0-coating-tabs #lensTab:checked ~ .v0-tab-labels label[for="lensTab"],.v0-coating-tabs #siloxaneTab:checked ~ .v0-tab-labels label[for="siloxaneTab"]{background:#071b33;color:#fff;}
.v0-tab-panel{display:none;}
.v0-coating-tabs #lensTab:checked ~ .v0-tab-panels .lens-panel,.v0-coating-tabs #siloxaneTab:checked ~ .v0-tab-panels .siloxane-panel{display:block;}
.v0-product-block{display:grid;grid-template-columns:.92fr 1.08fr;gap:0;border:1px solid #dce7f0;background:#fff;box-shadow:0 18px 46px rgba(9,39,66,.055);overflow:hidden;margin-bottom:42px;}
.v0-product-image{min-height:360px;background-size:cover;background-position:center;position:relative;}
.v0-product-image::after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(7,27,51,.10),rgba(29,141,219,.10));}
.v0-product-copy{padding:54px 56px;display:flex;flex-direction:column;justify-content:center;}
.v0-product-copy h2{font-size:40px!important;line-height:1.18!important;letter-spacing:-.06em!important;margin:10px 0 18px!important;color:#071b33!important;}
.v0-product-copy p{font-size:16px;line-height:1.88;color:#526173;}
@media(max-width:900px){.v0-hero-panel,.v0-two-col,.v0-product-block{grid-template-columns:1fr!important}.v0-hero-copy{padding:50px 34px!important;min-height:auto!important}.v0-visual-card,.v0-product-image{min-height:360px!important}.v0-feature-grid{grid-template-columns:1fr 1fr}.v0-mini-stats{grid-template-columns:1fr 1fr}.v0-coating-tabs{padding:22px}.v0-tab-labels{grid-template-columns:1fr}}
@media(max-width:560px){.v0-feature-grid,.v0-mini-stats{grid-template-columns:1fr}.v0-hero-copy h2{font-size:34px!important}.v0-section-title{font-size:28px!important}.v0-table th,.v0-table td{padding:14px 12px;font-size:14px}.v0-label-main{font-size:16px}.v0-label-sub{font-size:13px}}


/* M1.0.29 - product pages restructured content/layout/style only */
.product-page-v29{background:linear-gradient(180deg,#f8fafc 0%,#ffffff 26%,#ffffff 100%);}
.product-brochure{max-width:1100px!important;}
.product-brochure .brochure-section{margin-bottom:54px;}
.product-brochure .title-row{display:flex;align-items:center;gap:24px;margin-bottom:34px;}
.product-brochure .title-row h1{font-size:34px;line-height:1.12;margin:0;color:#173c63;font-weight:750;letter-spacing:-.045em;white-space:nowrap;}
.product-brochure .title-line{flex:1;height:2px;background:linear-gradient(90deg,#086797 0%,#e3edf5 100%);border-radius:2px;}
.product-brochure .product-intro{background:#fff;border:1px solid #dfe9f2;border-radius:20px;padding:42px 46px;box-shadow:0 18px 50px rgba(15,45,76,.07);position:relative;overflow:hidden;}
.product-brochure .product-intro:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(180deg,#086797,#6892c9);}
.product-brochure .intro-kicker{display:block;color:#086797;font-weight:850;letter-spacing:.18em;font-size:12px;margin-bottom:18px;text-transform:uppercase;}
.product-brochure .product-intro h2{font-size:34px!important;line-height:1.34!important;letter-spacing:-.055em!important;margin:0 0 18px!important;color:#0e1f33!important;display:block!important;}
.product-brochure .product-intro p{font-size:17px;line-height:1.9;color:#5e6c7c;margin:0;}
.product-brochure .product-tech-focus{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:22px;}
.product-brochure .tech-focus-item{background:#f6f9fc;border:1px solid #e0eaf3;border-radius:16px;padding:24px 22px;min-height:132px;}
.product-brochure .tech-focus-item strong{display:block;color:#153d65;font-size:17px;margin-bottom:12px;font-weight:850;letter-spacing:-.03em;}
.product-brochure .tech-focus-item span{display:block;color:#637286;font-size:15px;line-height:1.72;}
.product-brochure .brochure-section-title{display:flex!important;align-items:center;gap:10px;margin:0 0 24px!important;color:#0e1f33!important;font-size:29px!important;line-height:1.25!important;font-weight:780!important;letter-spacing:-.05em!important;}
.product-brochure .brochure-section-title.sub{margin-top:34px!important;}
.product-brochure .circle-mark{display:inline-flex!important;width:10px!important;height:10px!important;background:#086797!important;border-radius:50%!important;margin-right:4px!important;flex:0 0 auto;}
.product-brochure .brochure-bullets{list-style:none;margin:0;padding:0;}
.product-brochure .brochure-bullets li{position:relative;padding-left:18px;margin-bottom:12px;color:#5d6a7a;font-size:16px;line-height:1.72;}
.product-brochure .brochure-bullets li:before{content:"";position:absolute;left:0;top:.78em;width:6px;height:6px;background:#086797;border-radius:50%;}
.product-brochure .feature-core{display:grid;grid-template-columns:1fr 340px;gap:54px;align-items:start;background:#fff;border:1px solid #dfe9f2;border-radius:22px;padding:42px 46px;box-shadow:0 18px 50px rgba(15,45,76,.06);}
.product-brochure .top-two-col,.product-brochure .app-two-col,.product-brochure .chart-two-col{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:start;background:#fff;border:1px solid #dfe9f2;border-radius:22px;padding:42px 46px;box-shadow:0 18px 50px rgba(15,45,76,.06);}
.product-brochure .triple-row,.product-brochure .tem-summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.product-brochure .tem-summary-grid{grid-template-columns:repeat(4,1fr);}
.product-brochure .core-card,.product-brochure .info-card{background:#f8fbfd;border:1px solid #e0eaf3;border-radius:18px;padding:26px;box-shadow:0 10px 30px rgba(15,45,76,.04);}
.product-brochure .core-card{display:flex;align-items:center;justify-content:center;min-height:260px;}
.product-brochure .core-card.diagram-card{flex-direction:column;gap:16px;background:linear-gradient(135deg,#f8fbfd 0%,#eef7fd 100%);}
.product-brochure .info-card h3{font-size:18px!important;color:#173c63!important;margin:0 0 12px!important;letter-spacing:-.035em!important;display:block!important;}
.product-brochure .info-card p{font-size:15px;line-height:1.76;color:#607084;margin:0;}
.product-brochure .diagram-compact{width:100%;max-width:330px;height:auto;display:block;}
.product-brochure .diagram-from-pptx{max-width:390px;filter:drop-shadow(0 14px 24px rgba(15,45,76,.10));}
.product-brochure .diagram-card-caption{margin:0;color:#486176;font-size:13px;font-weight:750;letter-spacing:-.02em;text-align:center;}
.product-brochure .diagram-wide{width:100%;max-width:880px;height:auto;display:block;}
.product-brochure .table-section{background:#fff;border:1px solid #dfe9f2;border-radius:22px;padding:36px 38px;box-shadow:0 18px 50px rgba(15,45,76,.06);}
.product-brochure .table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;}
.product-brochure table{width:100%;border-collapse:collapse;font-size:15px;min-width:720px;}
.product-brochure thead{background:linear-gradient(180deg,#eef5fa 0%,#f7fafc 100%);}
.product-brochure thead tr{border-bottom:2px solid #c9d7e4;}
.product-brochure th,.product-brochure td{padding:15px 16px;border-bottom:1px solid #e2eaf2;text-align:center;vertical-align:middle;}
.product-brochure thead th{color:#153d65;font-weight:800;white-space:nowrap;}
.product-brochure tbody th{text-align:left;background:#f8fbfd;color:#334155;font-weight:700;white-space:nowrap;}
.product-brochure tbody td{color:#607084;}
.product-brochure tbody tr:hover{background:#fbfdff;}
.product-brochure .product-subnav{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:22px;}
.product-brochure .product-subnav a{display:flex;align-items:center;justify-content:center;min-height:58px;border:1px solid #d8e5ef;background:#fff;border-radius:999px;color:#173c63;font-weight:850;box-shadow:0 10px 24px rgba(15,45,76,.05);}
.product-brochure .product-part{background:#fff;border:1px solid #dfe9f2;border-radius:26px;padding:48px;margin-bottom:54px;box-shadow:0 18px 50px rgba(15,45,76,.06);scroll-margin-top:120px;}
.product-brochure .product-part .product-intro,.product-brochure .product-part .top-two-col,.product-brochure .product-part .table-section{box-shadow:none;}
.product-brochure .reveal-on-scroll{opacity:0;transform:translateY(26px);transition:opacity .78s ease,transform .78s cubic-bezier(.22,.61,.36,1);}
.product-brochure .reveal-on-scroll.is-visible{opacity:1;transform:translateY(0);}
@media(max-width:980px){.product-brochure .product-tech-focus,.product-brochure .feature-core,.product-brochure .top-two-col,.product-brochure .app-two-col,.product-brochure .chart-two-col{grid-template-columns:1fr;}.product-brochure .tem-summary-grid,.product-brochure .triple-row{grid-template-columns:1fr 1fr;}.product-brochure .product-intro h2{font-size:28px!important;}.product-brochure .product-part{padding:34px 24px;}}
@media(max-width:640px){.product-brochure .title-row{display:block;}.product-brochure .title-row h1{font-size:28px;white-space:normal;margin-bottom:12px;}.product-brochure .product-intro,.product-brochure .table-section,.product-brochure .feature-core,.product-brochure .top-two-col,.product-brochure .app-two-col,.product-brochure .chart-two-col{padding:28px 22px;border-radius:18px;}.product-brochure .product-tech-focus,.product-brochure .tem-summary-grid,.product-brochure .triple-row,.product-brochure .product-subnav{grid-template-columns:1fr;}.product-brochure table{font-size:13px;}.product-brochure th,.product-brochure td{padding:12px 10px;}}


/* M1_0_28 business overview + ENF-like aligned header/mega menu
   D-8A: header-inner / brand / nav grid rules retired → D-7C.
   Mega-menu panel styling preserved below. */
@media (min-width:1181px){
  .site-header{overflow:visible!important;}
  .mega-menu{left:0!important;right:0!important;top:var(--header-h)!important;}
  .site-header.mega-open .mega-menu,.site-header:hover .mega-menu{height:304px!important;opacity:1!important;display:block!important;}
  .mega-inner{
    /* D-8B: width/grid/padding → D-8B MEGA MENU block (final authority) */
    display:grid!important;
    background:rgba(3,16,29,.94)!important;
    box-shadow:0 22px 52px rgba(0,0,0,.16)!important;
    backdrop-filter:blur(9px)!important;
  }
  .mega-col{padding:0 12px!important;text-align:center!important;border-left:1px solid rgba(255,255,255,.13)!important;min-width:0!important;}
  .mega-col:last-child{border-right:1px solid rgba(255,255,255,.13)!important;}
  .mega-title,.mega-col a:not(.mega-title){text-align:center!important;margin-left:auto!important;margin-right:auto!important;white-space:normal!important;word-break:keep-all!important;}
  /* D-8B: mega typography → D-8B block */
}
/* D-8A RETIRED: 1181–1320px nav 14px / lang 12px shrink — superseded by D-7C
@media (min-width:1181px) and (max-width:1320px){
  .header-inner,.mega-inner{
    --nfc-logo-col:188px;
    --nfc-nav-col:122px;
    grid-template-columns:var(--nfc-logo-col) repeat(5,var(--nfc-nav-col)) 84px 34px!important;
    padding-left:22px!important;
    padding-right:22px!important;
  }
  .brand{font-size:24px!important;}
  .nav-item{font-size:14px!important;}
  .lang{font-size:12px!important;}
  .mega-col{padding-left:8px!important;padding-right:8px!important;}
}
*/
@media (max-width:1180px){
  .desktop-nav{display:none!important;}
  .hamburger{display:flex!important;}
  .mega-menu,.site-header:hover .mega-menu,.site-header.mega-open .mega-menu{display:none!important;height:0!important;opacity:0!important;}
}

.breadcrumb-bar{background:#fff;border-bottom:1px solid #e7edf3;}
.breadcrumb-inner{max-width:1240px;margin:0 auto;padding:20px clamp(26px,5vw,58px);display:flex;align-items:center;gap:12px;color:#8a97a8;}
.breadcrumb-inner a{color:#586778;}.breadcrumb-inner strong{color:#102033;}.breadcrumb-inner span{color:#b7c2ce;}
.business-area-page{padding-top:118px!important;padding-bottom:140px!important;background:linear-gradient(180deg,#fff 0%,#f7fbff 54%,#fff 100%);}
.business-area-inner{max-width:1240px!important;}
.business-intro-head{text-align:center;max-width:920px;margin:0 auto 78px;}
.business-kicker{margin:0 0 22px!important;color:#086797!important;font-size:13px!important;font-weight:900!important;letter-spacing:.18em!important;line-height:1!important;}
.business-intro-head h2{margin:0 0 24px!important;color:#071b33!important;font-size:clamp(42px,5.2vw,72px)!important;line-height:1.04!important;font-weight:300!important;letter-spacing:.02em!important;}
.business-intro-head strong{display:block;margin:0 0 20px;color:#0e2034;font-size:22px;line-height:1.55;font-weight:800;letter-spacing:-.052em;}
.business-intro-head p{margin:0 auto!important;max-width:780px;font-size:16px!important;line-height:1.95!important;color:#586778!important;}
.business-category-visual{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin:0 auto 104px;}
.business-category-card{position:relative;display:flex;flex-direction:column;min-height:520px;background:#fff;border:1px solid #dfe9f2;overflow:hidden;box-shadow:0 22px 58px rgba(8,36,64,.08);transition:transform .45s ease,box-shadow .45s ease,border-color .45s ease;}
.business-category-card:hover{transform:translateY(-8px);box-shadow:0 30px 72px rgba(8,36,64,.14);border-color:#bcd8ed;}
.business-category-card .card-no{position:absolute;z-index:3;top:22px;left:22px;color:#086797;font-size:13px;font-weight:900;letter-spacing:.12em;}
.business-category-card .card-media{height:250px;background-size:contain;background-repeat:no-repeat;background-position:center;background-color:#f4f9fd;border-bottom:1px solid #e4edf5;}
.business-category-card.card-tio2 .card-media{background-size:cover;}
.business-category-card .card-copy{padding:30px 26px 34px;display:flex;flex:1;flex-direction:column;justify-content:flex-start;}
.business-category-card em{font-style:normal;color:#086797;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;}
.business-category-card h3{margin:14px 0 14px;color:#071b33;font-size:25px;line-height:1.22;font-weight:800;letter-spacing:-.055em;}
.business-category-card p{margin:0!important;color:#607084!important;font-size:14px!important;line-height:1.78!important;}
.business-flow{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(520px,1.1fr);gap:70px;align-items:start;padding:58px 0 0;border-top:1px solid #dfe9f2;}
.flow-copy span{display:block;margin-bottom:18px;color:#086797;font-size:13px;font-weight:900;letter-spacing:.18em;}
.flow-copy h3{margin:0 0 20px;color:#071b33;font-size:36px;line-height:1.24;font-weight:800;letter-spacing:-.06em;}
.flow-copy p{margin:0!important;font-size:16px!important;line-height:1.9!important;color:#586778!important;}
.flow-list{list-style:none;margin:0;padding:0;border-top:2px solid #102033;}
.flow-list li{display:grid;grid-template-columns:64px 190px 1fr;gap:20px;align-items:center;padding:23px 0;border-bottom:1px solid #dfe9f2;}
.flow-list b{color:#086797;font-size:14px;letter-spacing:.1em;}.flow-list strong{color:#102033;font-size:18px;font-weight:850;}.flow-list span{color:#607084;font-size:15px;line-height:1.65;}
@media(max-width:1020px){.business-category-visual{grid-template-columns:repeat(2,1fr)}.business-flow{grid-template-columns:1fr;gap:34px}.flow-list li{grid-template-columns:54px 1fr}.flow-list span{grid-column:2}}
@media(max-width:680px){.breadcrumb-inner{padding:16px 26px}.business-area-page{padding-top:82px!important;padding-bottom:96px!important}.business-intro-head{margin-bottom:48px}.business-intro-head h2{font-size:34px!important}.business-intro-head strong{font-size:18px}.business-category-visual{grid-template-columns:1fr;gap:18px;margin-bottom:72px}.business-category-card{min-height:auto}.business-category-card .card-media{height:220px}.flow-copy h3{font-size:28px}.flow-list li{grid-template-columns:48px 1fr;gap:14px}}

/* M1_0_29 desktop header cleanup */
@media (min-width:1181px){.hamburger{display:none!important;}.lang{display:flex!important;}}

/* M1_0_30 ensure business overview content is visible without scroll observer dependency */
.business-area-page .reveal-on-scroll{opacity:1!important;transform:none!important;}


/* HOME3_01 group-reference refinement: KA/ENF/KC&A/PURIT design philosophy without direct cloning */
/* D-6A note: supplemental color tokens (--group-*); typography governed by D-5 */
:root{--group-blue:#086797;--group-dark:#071b33;--group-soft:#f5f8fb;}
.content .lead{text-align:center;margin-bottom:70px!important;}
.content .lead .eyebrow{display:inline-block;color:var(--group-blue)!important;margin-bottom:18px!important;}
.content .lead h2{font-weight:300!important;letter-spacing:-.045em!important;line-height:1.18!important;}
.content .lead p{max-width:840px;margin-left:auto!important;margin-right:auto!important;}
.story-block,.business-panel,.coating-card,.materials-card,.feature-card{box-shadow:0 22px 58px rgba(8,36,64,.07);border-color:#dfe9f2!important;}
.company-overview-page .rd-summary + .company-info-table{max-width:308px!important;}
.company-overview-page .rd-summary + .company-info-table .info-row{grid-template-columns:82px 1fr!important;padding:10px 0!important;}
.company-overview-page .rd-summary + .company-info-table .info-row b,
.company-overview-page .rd-summary + .company-info-table .info-row span{font-size:12px!important;line-height:1.48!important;}
.company-overview-page .rd-summary{margin-bottom:42px!important;}
.eq-management-page{background:linear-gradient(180deg,#fff 0%,#f6faff 60%,#fff 100%);}
.eq-management-page .business-overview{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px;margin-bottom:76px!important;}
.eq-management-page .business-panel{border-top:2px solid var(--group-dark)!important;background:#fff!important;min-height:560px!important;display:flex!important;flex-direction:column!important;}
.eq-management-page .business-panel .img{height:300px!important;min-height:300px!important;}
.eq-management-page .business-panel h3{font-size:28px!important;line-height:1.26!important;margin:34px 34px 12px!important;color:var(--group-dark)!important;}
.eq-management-page .business-panel p{font-size:16px!important;line-height:1.9!important;margin:0 34px 36px!important;color:#586778!important;}
.eq-management-page .company-info-table{max-width:1040px!important;border-top:2px solid var(--group-dark)!important;background:#fff!important;box-shadow:0 26px 70px rgba(8,36,64,.08)!important;}
.eq-management-page .company-info-table .info-row{grid-template-columns:220px 1fr!important;padding:0!important;border-bottom:1px solid #dfe9f2!important;}
.eq-management-page .company-info-table .info-row b{padding:25px 30px!important;background:#f4f8fb!important;color:var(--group-blue)!important;font-size:16px!important;}
.eq-management-page .company-info-table .info-row span{padding:25px 34px!important;font-size:16px!important;line-height:1.85!important;color:#526173!important;}
.affiliates-ref-page{background:#fff;}
.affiliate-ref-tabs{display:flex!important;justify-content:center!important;gap:0!important;margin:0 0 72px!important;border-bottom:1px solid #dfe6ee;}
.affiliate-ref-tabs button{appearance:none;background:#fff!important;border:0!important;border-left:1px solid #dfe6ee!important;min-width:190px;padding:22px 24px!important;font-size:16px!important;font-weight:700!important;color:#59687a!important;cursor:pointer;}
.affiliate-ref-tabs button:last-child{border-right:1px solid #dfe6ee!important;}
.affiliate-ref-tabs button.active{color:#fff!important;background:var(--group-blue)!important;}
.affiliate-ref-layout{display:grid;grid-template-columns:48% 52%;min-height:560px;border-top:2px solid var(--group-dark);box-shadow:0 28px 70px rgba(8,36,64,.08);background:#fff;}
.affiliate-ref-image{min-height:560px;background-size:cover;background-position:center;}
.affiliate-ref-panels{padding:64px 0 58px 72px;}
.affiliate-ref-panel{display:none;}
.affiliate-ref-panel.active{display:block;}
.affiliate-ref-panel .affiliate-logo{font-size:42px!important;font-weight:300!important;letter-spacing:-.045em;color:var(--group-dark);margin-bottom:26px;}
.affiliate-ref-panel h3{font-size:31px;line-height:1.2;margin:0 0 22px;color:var(--group-blue);font-weight:700;letter-spacing:-.055em;}
.affiliate-ref-panel p{font-size:17px!important;line-height:1.9!important;max-width:560px;color:#586778!important;margin:0 0 30px!important;}
.affiliate-ref-panel dl{display:grid;grid-template-columns:132px 1fr;margin:38px 0 0;border-top:1px solid #dfe6ee;max-width:620px;}
.affiliate-ref-panel dt,.affiliate-ref-panel dd{margin:0;padding:18px 0;border-bottom:1px solid #dfe6ee;font-size:15px;line-height:1.65;}
.affiliate-ref-panel dt{color:var(--group-blue);font-weight:800;}.affiliate-ref-panel dd{color:#526173;}
.affiliate-ref-panel .affiliate-link{border:1px solid var(--group-dark)!important;padding:14px 30px!important;font-weight:800!important;letter-spacing:.06em;}
.charter-grid .charter-card .pic{filter:saturate(.88) contrast(1.02);}
.charter-grid .charter-card:nth-child(1) .pic{background-position:center 48%!important;}
.charter-grid .charter-card:nth-child(2) .pic{background-position:center 35%!important;}
.charter-grid .charter-card:nth-child(3) .pic{background-position:center 58%!important;}
.recruit-process-steps .process-icon{color:var(--group-blue)!important;}
.recruit-process-steps .process-icon svg{stroke-width:1.9!important;}
.process-step:nth-child(2) .process-icon{color:#25a9b7!important;}.process-step:nth-child(3) .process-icon{color:#5369d8!important;}.process-step:nth-child(4) .process-icon{color:#37a66b!important;}.process-step:nth-child(5) .process-icon{color:#0e2034!important;}
@media(max-width:1020px){.affiliate-ref-layout{grid-template-columns:1fr}.affiliate-ref-image{min-height:340px}.affiliate-ref-panels{padding:44px 28px}.eq-management-page .business-overview{grid-template-columns:1fr}.affiliate-ref-tabs button{min-width:auto;flex:1}}
@media(max-width:680px){.company-overview-page .rd-summary + .company-info-table{max-width:100%!important}.eq-management-page .company-info-table .info-row{grid-template-columns:1fr!important}.eq-management-page .company-info-table .info-row b,.eq-management-page .company-info-table .info-row span{padding:18px 22px!important}.affiliate-ref-tabs{flex-wrap:wrap}.affiliate-ref-tabs button{flex:0 0 50%;font-size:14px!important}}


/* M1.0.30 requested refinements: company table, affiliate layout, ethics images, EQ management and recruit icons */
.company-overview-page .rd-summary + .company-info-table{max-width:760px!important;margin:54px auto 0!important;}
.company-overview-page .rd-summary + .company-info-table .info-row{grid-template-columns:170px 1fr!important;padding:16px 0!important;}
.company-overview-page .rd-summary + .company-info-table .info-row b,
.company-overview-page .rd-summary + .company-info-table .info-row span{font-size:15px!important;line-height:1.65!important;}
.affiliate-ref-layout{grid-template-columns:45% 55%!important;max-width:1120px;margin:0 auto!important;}
.affiliate-ref-image.affiliate-image-ready{background:linear-gradient(135deg,#eef5fa 0%,#d9e8f2 48%,#f7fbfd 100%)!important;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;}
.affiliate-ref-image.affiliate-image-ready:before{content:'';position:absolute;inset:34px;border:1px solid rgba(29,86,130,.18);}
.affiliate-ref-image.affiliate-image-ready div{position:relative;z-index:1;text-align:center;color:#46657f;}
.affiliate-ref-image.affiliate-image-ready span{display:block;font-size:13px;font-weight:900;letter-spacing:.22em;color:var(--group-blue);margin-bottom:18px;}
.affiliate-ref-image.affiliate-image-ready strong{display:block;font-size:30px;letter-spacing:-.055em;color:#12263a;margin-bottom:12px;}
.affiliate-ref-image.affiliate-image-ready em{font-style:normal;font-size:14px;color:#6f7f8e;}
.affiliate-ref-panels{padding:64px 72px 58px 72px!important;}
.affiliate-ref-panel p{max-width:none!important;}
.affiliate-ref-panel dl{max-width:none!important;}
.eq-management-page .business-overview{max-width:1040px!important;margin-left:auto!important;margin-right:auto!important;}
.eq-management-page .business-panel{min-height:520px!important;}
.eq-management-page .business-panel .img{height:260px!important;min-height:260px!important;}
.eq-management-page .company-info-table{max-width:1040px!important;margin-left:auto!important;margin-right:auto!important;}
.recruit-process-steps{gap:18px!important;border:0!important;}
.process-step{border:1px solid #dbe6ef!important;box-shadow:0 20px 54px rgba(8,36,64,.07);border-radius:18px;background:linear-gradient(180deg,#fff 0%,#f8fbfd 100%)!important;}
.process-step:last-child{border-right:1px solid #dbe6ef!important;}
.process-icon{width:58px!important;height:58px!important;margin-bottom:20px!important;color:#198ed8!important;}
.process-icon svg{stroke-width:1.8!important;}
.process-step em{font-size:24px!important;color:#9da9b7!important;}
.process-step h3{font-size:21px!important;}
@media(max-width:1020px){.affiliate-ref-layout{grid-template-columns:1fr!important}.affiliate-ref-panels{padding:44px 30px!important}.eq-management-page .business-overview{max-width:100%!important}}
@media(max-width:680px){.company-overview-page .rd-summary + .company-info-table{max-width:100%!important}.company-overview-page .rd-summary + .company-info-table .info-row{grid-template-columns:1fr!important}.recruit-process-steps{gap:14px!important}}


/* M1.0.31 targeted refinements: breadcrumbs, mobile menu, business pages and recruit icons */
.mobile-head{justify-content:flex-end!important;}
.mobile-head span{display:none!important;}
.mobile-head button{margin-left:auto!important;}
.breadcrumb-bar{background:#fff!important;border-top:0!important;border-bottom:1px solid #e3e9f0!important;}
.breadcrumb-inner{max-width:1240px!important;margin:0 auto!important;padding:22px clamp(28px,5.2vw,62px)!important;display:flex!important;align-items:center!important;gap:13px!important;color:#8c99a8!important;}
.breadcrumb-inner a{color:#586778!important;}.breadcrumb-inner strong{color:#0d1c2f!important;font-weight:900!important;}.breadcrumb-inner span{color:#b8c3cf!important;}
@media(max-width:680px){.breadcrumb-inner{padding:16px 22px!important;gap:9px!important;overflow-x:auto;white-space:nowrap;}}

/* Business and product pages: align with group-homepage design philosophy */
.business-area-page,.product-page-v29{background:linear-gradient(180deg,#fff 0%,#f8fbfd 58%,#fff 100%)!important;}
.product-page-v29{padding-top:112px!important;padding-bottom:145px!important;}
.product-brochure{max-width:1180px!important;margin:0 auto!important;}
.product-brochure .title-row{align-items:flex-end!important;margin-bottom:38px!important;border-bottom:1px solid #dfe7ef!important;padding-bottom:22px!important;}
.product-brochure .title-row h1{font-weight:300!important;letter-spacing:.015em!important;color:#071b33!important;font-size:clamp(44px,5vw,68px)!important;}
.product-brochure .title-line{background:#0e2034!important;height:1px!important;opacity:.35!important;}
.product-brochure .product-intro,
.product-brochure .feature-core,
.product-brochure .top-two-col,
.product-brochure .app-two-col,
.product-brochure .chart-two-col,
.product-brochure .table-section,
.product-brochure .product-part{border:1px solid #dce6ef!important;border-radius:0!important;box-shadow:none!important;background:rgba(255,255,255,.96)!important;}
.product-brochure .product-intro{border-top:3px solid #0e2034!important;padding:44px 48px!important;}
.product-brochure .product-tech-focus{gap:0!important;border-top:1px solid #dfe7ef!important;border-bottom:1px solid #dfe7ef!important;background:#fff!important;box-shadow:none!important;}
.product-brochure .tech-focus-item{border-right:1px solid #dfe7ef!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;}
.product-brochure .tech-focus-item:last-child{border-right:0!important;}
.product-brochure .brochure-section-title{font-weight:760!important;letter-spacing:-.055em!important;}
.product-brochure .circle-mark{width:8px!important;height:8px!important;}
.product-brochure .info-card,.product-brochure .core-card{border-radius:0!important;background:#f8fbfd!important;box-shadow:none!important;}
.product-brochure thead{background:#f3f7fb!important;}
.product-brochure th,.product-brochure td{border-color:#dfe7ef!important;}
.business-category-card{border-radius:0!important;box-shadow:none!important;border-color:#dfe7ef!important;}
.business-category-card:hover{transform:translateY(-4px)!important;box-shadow:0 22px 52px rgba(8,36,64,.08)!important;}
@media(max-width:980px){.product-brochure .tech-focus-item{border-right:0!important;border-bottom:1px solid #dfe7ef!important}.product-brochure .tech-focus-item:last-child{border-bottom:0!important}.product-page-v29{padding-top:82px!important}.product-brochure .product-intro{padding:32px 24px!important;}}

/* Recruit process icon refinement */
.refined-process-icons .process-icon svg{width:100%;height:100%;fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important;}
.refined-process-icons .process-icon{display:grid!important;place-items:center!important;background:#f4f9fd!important;border:1px solid #d9e7f2!important;border-radius:16px!important;padding:13px!important;}
.refined-process-icons .process-step{align-items:flex-start!important;text-align:left!important;}
.refined-process-icons .process-step em{display:block!important;margin-bottom:12px!important;}
.refined-process-icons .process-step h3{margin-top:0!important;}


/* M1_0_32 targeted refinement: main business 4 cards, affiliate assets, group-tone product pages */
.main-business-catalog{padding-top:118px!important;padding-bottom:120px!important;background:#fff!important;}
.main-business-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid #dfe6ee;border-left:1px solid #dfe6ee;}
.main-business-item{display:grid;grid-template-rows:260px 1fr;background:#fff;border-right:1px solid #dfe6ee;border-bottom:1px solid #dfe6ee;overflow:hidden;transition:transform .28s ease,box-shadow .28s ease;}
.main-business-item:hover{transform:translateY(-8px);box-shadow:0 28px 60px rgba(8,36,64,.1);}
.main-business-media{background-size:cover;background-position:center;filter:saturate(.88) contrast(1.02);position:relative;}
.main-business-media:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,22,38,0),rgba(5,22,38,.16));}
.main-business-copy{padding:34px 30px 40px;min-height:270px;}
.main-business-copy span{display:block;margin-bottom:16px;text-transform:uppercase;color:#086797;}
.main-business-copy h3{margin:0 0 16px;color:#0b1726;}
.main-business-copy p{margin:0;color:#5b6978;}
@media(max-width:1180px){.main-business-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.main-business-item{grid-template-rows:240px 1fr;}}
@media(max-width:680px){.main-business-grid{grid-template-columns:1fr}.main-business-copy{padding:28px 24px 34px;min-height:auto}}

.affiliates-ref-page{background:#fff!important;}
.affiliate-modern-panels{max-width:1120px;margin:0 auto;border-top:2px solid #0b1726;}
.affiliate-company-card{display:grid;grid-template-columns:46% 54%;background:#fff;border-bottom:1px solid #dfe6ee;box-shadow:0 22px 58px rgba(7,25,44,.06);}
.affiliate-company-photo{min-height:560px;background:#eef4f8;overflow:hidden;}
.affiliate-company-photo img{width:100%;height:100%;object-fit:cover;}
.affiliate-company-info{padding:64px 70px 58px;}
.affiliate-ci{width:auto;max-width:180px;max-height:62px;object-fit:contain;margin:0 0 34px;}
.affiliate-company-info h3{font-size:32px!important;color:#0b1726!important;font-weight:800!important;margin-bottom:22px!important;}
.affiliate-company-info p{font-size:17px!important;line-height:1.92!important;color:#526173!important;margin-bottom:28px!important;}
.affiliate-company-info dl{display:grid;grid-template-columns:132px 1fr;margin-top:38px;border-top:1px solid #dfe6ee;}
.affiliate-company-info dt,.affiliate-company-info dd{padding:18px 0;border-bottom:1px solid #dfe6ee;font-size:15px;line-height:1.65;margin:0;}
.affiliate-company-info dt{font-weight:900;color:#086797;}.affiliate-company-info dd{color:#526173;}
@media(max-width:980px){.affiliate-company-card{grid-template-columns:1fr}.affiliate-company-photo{min-height:360px}.affiliate-company-info{padding:44px 30px}.affiliate-ci{max-height:50px;}}

.business-area-page,.product-page-v29{background:#fff!important;}
.business-area-inner,.product-brochure{max-width:1120px!important;}
.business-intro-head,.product-brochure .product-intro{background:#fff!important;border:0!important;box-shadow:none!important;text-align:center!important;padding-left:0!important;padding-right:0!important;}
.business-intro-head h2,.product-brochure .title-row h1{font-weight:300!important;letter-spacing:.045em!important;line-height:1.16!important;color:#0b1726!important;}
.product-brochure .brochure-section{border:0!important;border-top:1px solid #dfe6ee!important;border-radius:0!important;box-shadow:none!important;background:#fff!important;padding:64px 0!important;margin-bottom:70px!important;}
.product-brochure .product-tech-focus{border-top:1px solid #dfe6ee!important;border-bottom:1px solid #dfe6ee!important;background:#fbfdff!important;}
.product-brochure .spec-table,.product-brochure table{border-top:2px solid #0b1726!important;box-shadow:none!important;border-radius:0!important;}
.product-brochure .feature-card,.product-brochure .application-card,.business-category-card{border-radius:0!important;box-shadow:none!important;border:1px solid #dfe6ee!important;background:#fff!important;}
.business-category-visual{gap:0!important;border-left:1px solid #dfe6ee;border-top:1px solid #dfe6ee;}
.business-category-card{border-left:0!important;border-top:0!important;}


/* M1_0_33 targeted refinements: main business effect, business overview differentiation, company/product page tone */
/* 1. Main business: ENF-like clean reveal and image interaction */
.main-business-grid{overflow:visible!important;}
.main-business-item{position:relative!important;isolation:isolate!important;will-change:transform,opacity!important;}
.main-business-item.reveal-on-scroll{opacity:0;transform:translateY(42px);transition:opacity .72s cubic-bezier(.22,.61,.36,1),transform .72s cubic-bezier(.22,.61,.36,1),box-shadow .32s ease!important;}
.main-business-item.reveal-on-scroll.is-visible{opacity:1;transform:translateY(0);}
.main-business-item:nth-child(2){transition-delay:.08s!important;}
.main-business-item:nth-child(3){transition-delay:.16s!important;}
.main-business-item:nth-child(4){transition-delay:.24s!important;}
.main-business-media{overflow:hidden!important;transition:filter .45s ease!important;}
.main-business-media:before{content:'';position:absolute;inset:0;background:inherit;background-size:cover;background-position:center;transition:transform .75s cubic-bezier(.22,.61,.36,1),filter .45s ease;z-index:0;}
.main-business-media:after{z-index:1!important;}
.main-business-item:hover .main-business-media:before{transform:scale(1.065);filter:saturate(1.02) contrast(1.04);}
.main-business-copy{position:relative!important;background:#fff!important;transition:transform .35s ease!important;}
.main-business-copy:before{content:'';display:block;width:34px;height:2px;background:#086797;margin:0 0 20px;transform-origin:left center;transform:scaleX(.48);transition:transform .36s ease;}
.main-business-item:hover .main-business-copy:before{transform:scaleX(1);}
.main-business-item:hover .main-business-copy{transform:translateY(-3px);}

/* 2. Business overview: not a duplicate of the main business cards */
.business-overview-refined{background:#fff!important;}
.business-overview-refined .business-area-inner{max-width:1180px!important;}
.business-overview-refined .business-intro-head{max-width:880px!important;margin-bottom:76px!important;}
.business-strategy-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:2px solid #0b1726;border-bottom:1px solid #dfe6ee;margin:0 0 96px;background:#fff;}
.strategy-block{padding:42px 34px 46px;border-right:1px solid #dfe6ee;min-height:300px;}
.strategy-block:last-child{border-right:0;}
.strategy-block span{display:block;margin-bottom:28px;color:#086797;font-size:13px;font-weight:900;letter-spacing:.16em;}
.strategy-block h3{margin:0 0 18px;color:#0b1726;font-size:26px;line-height:1.25;font-weight:800;letter-spacing:-.055em;}
.strategy-block p{margin:0!important;color:#5c6978!important;font-size:15px!important;line-height:1.86!important;}
.business-method{display:grid;grid-template-columns:.86fr 1.14fr;gap:76px;align-items:start;padding-top:56px;border-top:1px solid #dfe6ee;}
.method-copy span{display:block;margin-bottom:18px;color:#086797;font-size:13px;font-weight:900;letter-spacing:.18em;}
.method-copy h3{margin:0 0 22px;color:#0b1726;font-size:38px;line-height:1.22;font-weight:700;letter-spacing:-.06em;}
.method-copy p{margin:0!important;color:#5c6978!important;font-size:16px!important;line-height:1.9!important;}
.method-list{list-style:none;margin:0;padding:0;border-top:2px solid #0b1726;}
.method-list li{display:grid;grid-template-columns:190px 1fr;gap:26px;padding:24px 0;border-bottom:1px solid #dfe6ee;align-items:start;}
.method-list b{color:#0b1726;font-size:18px;line-height:1.55;letter-spacing:-.04em;}
.method-list span{color:#5c6978;font-size:15px;line-height:1.75;}

/* 4. Company overview: balanced inner spacing for alternating text blocks */
.company-overview-page .story-block{gap:64px!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;box-shadow:none!important;border-top:1px solid #dfe6ee;border-bottom:1px solid #dfe6ee;padding:58px 0;margin:86px 0!important;}
.company-overview-page .story-copy{padding:0 clamp(28px,3vw,48px)!important;box-sizing:border-box;}
.company-overview-page .story-copy h3{font-size:34px!important;line-height:1.32!important;}
.company-overview-page .story-copy p{font-size:16px!important;line-height:1.95!important;}

/* 5. Business/product pages: closer to company overview / CEO / history tone */
.product-page-v29{background:#fff!important;padding-top:96px!important;}
.product-brochure{max-width:1120px!important;}
.product-brochure .brochure-section{background:#fff!important;border-radius:0!important;box-shadow:none!important;border:0!important;border-top:1px solid #dfe6ee!important;padding:58px 0!important;margin:0 0 74px!important;}
.product-brochure .brochure-section:first-child{border-top:0!important;padding-top:0!important;}
.product-brochure .title-row{align-items:flex-end!important;border-bottom:2px solid #0b1726!important;padding-bottom:24px!important;margin-bottom:34px!important;}
.product-brochure .title-row h1{font-size:clamp(38px,4.6vw,62px)!important;font-weight:300!important;letter-spacing:.025em!important;line-height:1.12!important;color:#0b1726!important;}
.product-brochure .product-intro{padding:0!important;margin:0 0 36px!important;border:0!important;box-shadow:none!important;background:#fff!important;text-align:left!important;}
.product-brochure .intro-kicker{color:#086797!important;font-size:12px!important;letter-spacing:.18em!important;font-weight:900!important;}
.product-brochure .product-intro h2{font-size:28px!important;line-height:1.45!important;letter-spacing:-.055em!important;color:#0b1726!important;margin-top:14px!important;}
.product-brochure .product-intro p{font-size:16px!important;line-height:1.92!important;color:#5c6978!important;max-width:920px!important;}
.product-tech-focus{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;border-top:1px solid #dfe6ee!important;border-left:0!important;gap:0!important;margin-top:38px!important;}
.tech-focus-item{border-right:1px solid #dfe6ee!important;border-bottom:1px solid #dfe6ee!important;border-radius:0!important;box-shadow:none!important;background:#fff!important;padding:26px 28px!important;}
.tech-focus-item:first-child{border-left:1px solid #dfe6ee!important;}
.tech-focus-item strong{color:#0b1726!important;font-size:17px!important;letter-spacing:-.04em!important;}
.tech-focus-item span{color:#5c6978!important;font-size:14px!important;line-height:1.75!important;}
.brochure-section-title,.product-brochure .brochure-section h2{color:#0b1726!important;font-size:30px!important;line-height:1.3!important;letter-spacing:-.055em!important;font-weight:750!important;}
.circle-mark{width:7px!important;height:7px!important;border:2px solid #086797!important;background:#fff!important;box-shadow:none!important;}
.info-card,.core-card,.product-brochure .feature-card,.product-brochure .application-card{border-radius:0!important;box-shadow:none!important;border:1px solid #dfe6ee!important;background:#fff!important;}
.tem-summary-grid,.triple-row{gap:0!important;border-left:1px solid #dfe6ee!important;border-top:1px solid #dfe6ee!important;}
.tem-summary-grid .info-card,.triple-row .info-card{border-left:0!important;border-top:0!important;}
.table-wrap{border-radius:0!important;box-shadow:none!important;border:1px solid #dfe6ee!important;}
.table-wrap table th{background:#f6f9fc!important;color:#0b1726!important;}
.feature-core,.top-two-col,.app-two-col,.chart-two-col{gap:56px!important;align-items:start!important;}
.brochure-bullets li{line-height:1.9!important;color:#5c6978!important;}

@media(max-width:1020px){
  .business-strategy-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .strategy-block:nth-child(2){border-right:0;}
  .business-method{grid-template-columns:1fr;gap:34px;}
  .product-tech-focus{grid-template-columns:1fr!important;}
  .tech-focus-item{border-left:1px solid #dfe6ee!important;}
}
@media(max-width:680px){
  .business-strategy-grid{grid-template-columns:1fr;}
  .strategy-block{border-right:0;border-bottom:1px solid #dfe6ee;min-height:auto;padding:34px 24px;}
  .strategy-block:last-child{border-bottom:0;}
  .method-list li{grid-template-columns:1fr;gap:8px;}
  .company-overview-page .story-block{grid-template-columns:1fr!important;gap:26px!important;padding:38px 0!important;}
  .company-overview-page .story-copy{padding:0 8px!important;}
  .product-page-v29{padding-top:72px!important;}
  .product-brochure .brochure-section{padding:42px 0!important;margin-bottom:54px!important;}
  .product-brochure .product-intro h2{font-size:23px!important;}
}


/* M1_0_34: reference-scale main business, business overview rewrite, group-tone business pages */
.main-business-catalog{padding-top:150px!important;padding-bottom:150px!important;background:#fff!important;overflow:hidden;}
.main-business-catalog .section-inner{max-width:1500px!important;}
.main-business-head{display:grid;grid-template-columns:.42fr .58fr;gap:72px;align-items:end;margin:0 0 74px!important;border-bottom:1px solid #d9e2eb;padding-bottom:44px;}
.main-business-head span{color:#086797;line-height:1;text-transform:uppercase;}
/* dead rule: index.html .main-business-head has no h2 — kept for legacy patch compatibility (D-7A) */
.main-business-head h2{margin:0!important;color:#0b1726;font-size:clamp(42px,5.4vw,84px);font-weight:300;line-height:1.02;letter-spacing:.015em;}
.main-business-head p{grid-column:2;margin:0!important;max-width:720px;color:#5c6978;}
.main-business-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0!important;border:0!important;border-top:1px solid #dfe6ee!important;border-left:1px solid #dfe6ee!important;}
.main-business-item{display:grid!important;grid-template-rows:minmax(360px,42vh) auto!important;min-height:620px;background:#fff!important;border-right:1px solid #dfe6ee!important;border-bottom:1px solid #dfe6ee!important;box-shadow:none!important;transform:none!important;overflow:hidden;}
.main-business-item:hover{box-shadow:none!important;transform:none!important;}
.main-business-media{height:auto!important;background-position:center!important;filter:saturate(.88) contrast(1.02)!important;}
.main-business-copy{padding:42px 44px 50px!important;background:#fff!important;transform:none!important;}
.main-business-copy:before{width:42px!important;height:2px!important;margin-bottom:24px!important;background:#086797!important;transform:scaleX(.55)!important;}
.main-business-item:hover .main-business-copy:before{transform:scaleX(1)!important;}
.main-business-copy span{display:block;margin:0 0 14px;color:#086797!important;text-transform:uppercase;}
.main-business-copy h3{margin:0 0 18px!important;color:#0b1726!important;}
.main-business-copy p{margin:0!important;color:#5c6978!important;max-width:560px;}
.main-business-copy em{display:inline-flex;margin-top:30px;font-style:normal;color:#0b1726;border-bottom:1px solid #0b1726;padding-bottom:8px;}
.main-business-item:nth-child(even){transform:translateY(70px)!important;}
.main-business-item:nth-child(even):hover{transform:translateY(62px)!important;}
.main-business-item:hover .main-business-media:before{transform:scale(1.075)!important;}

.business-map-page{background:#fff!important;padding-top:118px!important;}
.business-map-page .business-intro-head{max-width:980px!important;margin-bottom:88px!important;}
.business-map-page .business-intro-head h2{font-size:clamp(44px,5.1vw,78px)!important;font-weight:300!important;line-height:1.04!important;letter-spacing:.015em!important;}
.business-map-page .business-intro-head strong{font-size:24px!important;line-height:1.55!important;}
.business-map-page .business-intro-head p{font-size:17px!important;line-height:1.95!important;color:#5c6978!important;}
.business-axis-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border-top:2px solid #0b1726;border-left:1px solid #dfe6ee;margin:0 0 104px;}
.business-axis-card{padding:58px 56px 62px;border-right:1px solid #dfe6ee;border-bottom:1px solid #dfe6ee;background:#fff;min-height:430px;}
.business-axis-card span{display:block;margin-bottom:36px;color:#086797;font-size:13px;font-weight:900;letter-spacing:.18em;}
.business-axis-card h3{margin:0 0 24px;color:#0b1726;font-size:36px;line-height:1.2;font-weight:780;letter-spacing:-.06em;}
.business-axis-card p{margin:0 0 34px!important;color:#5c6978!important;font-size:16px!important;line-height:1.9!important;}
.business-axis-card ul{margin:0;padding:0;list-style:none;border-top:1px solid #dfe6ee;}
.business-axis-card li{padding:16px 0;border-bottom:1px solid #dfe6ee;color:#0b1726;font-weight:700;font-size:15px;letter-spacing:-.045em;}
.business-application-section{display:grid;grid-template-columns:.34fr .66fr;gap:70px;align-items:start;margin:0 0 108px;padding-top:64px;border-top:1px solid #dfe6ee;}
.business-section-title span,.platform-copy span{display:block;margin-bottom:18px;color:#086797;font-size:12px;font-weight:900;letter-spacing:.18em;}
.business-section-title h3,.platform-copy h3{margin:0 0 20px;color:#0b1726;font-size:38px;line-height:1.24;font-weight:760;letter-spacing:-.06em;}
.business-section-title p{margin:0!important;color:#5c6978!important;font-size:15.5px!important;line-height:1.85!important;}
.application-line-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:2px solid #0b1726;border-left:1px solid #dfe6ee;}
.application-line-grid article{min-height:150px;padding:34px 36px;border-right:1px solid #dfe6ee;border-bottom:1px solid #dfe6ee;background:#fff;}
.application-line-grid b{display:block;margin-bottom:16px;color:#0b1726;font-size:22px;line-height:1.2;letter-spacing:.01em;font-weight:700;}
.application-line-grid span{color:#5c6978;font-size:15px;font-weight:700;letter-spacing:-.04em;}
.business-tech-platform{display:grid;grid-template-columns:.34fr .66fr;gap:70px;align-items:start;padding-top:64px;border-top:1px solid #dfe6ee;}
.platform-list{border-top:2px solid #0b1726;}
.platform-list div{display:grid;grid-template-columns:210px 1fr;gap:28px;padding:24px 0;border-bottom:1px solid #dfe6ee;align-items:start;}
.platform-list b{color:#0b1726;font-size:18px;line-height:1.45;letter-spacing:-.04em;}
.platform-list span{color:#5c6978;font-size:15px;line-height:1.75;}

.company-overview-page .story-block{padding-left:clamp(26px,3.5vw,54px)!important;padding-right:clamp(26px,3.5vw,54px)!important;}
.company-overview-page .story-block:nth-of-type(odd) .story-copy{padding-left:clamp(34px,4vw,64px)!important;padding-right:clamp(24px,3vw,46px)!important;}
.company-overview-page .story-block:nth-of-type(even) .story-copy{padding-left:clamp(24px,3vw,46px)!important;padding-right:clamp(34px,4vw,64px)!important;}

.product-page-v29 .content-inner.product-brochure{max-width:1180px!important;}
.product-page-v29 .brochure-section{border-top:1px solid #dfe6ee!important;border-radius:0!important;}
.product-page-v29 .brochure-section h1,.product-page-v29 .brochure-section h2,.product-page-v29 .brochure-section h3{letter-spacing:-.055em;}
.product-page-v29 .brochure-section p,.product-page-v29 .brochure-section li,.product-page-v29 .brochure-section td{letter-spacing:-.035em;}
.product-page-v29 .core-card,.product-page-v29 .info-card{background:#fff!important;border:1px solid #dfe6ee!important;box-shadow:none!important;border-radius:0!important;}
.product-page-v29 .product-tech-focus{border-top:2px solid #0b1726!important;}
.product-page-v29 .tech-focus-item{min-height:150px;}

@media(max-width:1180px){
 .main-business-grid{grid-template-columns:1fr!important;}
 .main-business-item,.main-business-item:nth-child(even){transform:none!important;min-height:auto;}
 .main-business-item:hover,.main-business-item:nth-child(even):hover{transform:none!important;}
 .main-business-head{grid-template-columns:1fr;gap:28px;}
 .main-business-head p{grid-column:1;}
 .business-application-section,.business-tech-platform{grid-template-columns:1fr;gap:34px;}
}
@media(max-width:760px){
 .main-business-catalog{padding-top:92px!important;padding-bottom:92px!important;}
 .main-business-item{grid-template-rows:280px auto!important;}
 .main-business-copy{padding:34px 26px 40px!important;}
 .business-axis-grid,.application-line-grid{grid-template-columns:1fr;}
 .business-axis-card{padding:42px 28px 46px;min-height:auto;}
 .platform-list div{grid-template-columns:1fr;gap:6px;}
 .company-overview-page .story-block{padding-left:0!important;padding-right:0!important;}
 .company-overview-page .story-copy{padding-left:10px!important;padding-right:10px!important;}
}


/* M1_0_35 - main business & business subpages design refinement */
/* D-6A note: supplemental NFC tokens (--nfc-*); typography governed by D-5 */
:root{--nfc-deep:#071827;--nfc-mid:#17334d;--nfc-soft:#f5f8fb;--nfc-line:#dce5ed;--nfc-accent:#086797;}

/* Main page business: make it feel like a group-homepage business area, not small product cards */
.main-business-catalog{padding-top:150px!important;padding-bottom:150px!important;background:#fff!important;}
.main-business-catalog .section-inner{max-width:1320px!important;}
.main-business-head{display:grid!important;grid-template-columns:260px 1fr!important;gap:70px!important;align-items:end!important;margin-bottom:74px!important;text-align:left!important;}
.main-business-head span{display:block;color:#086797!important;text-transform:uppercase!important;}
/* dead rule: index.html .main-business-head has no h2 (D-7A) */
.main-business-head h2{font-size:clamp(42px,4.4vw,72px)!important;line-height:1.04!important;font-weight:500!important;letter-spacing:-.06em!important;margin:0!important;color:#071827!important;}
.main-business-head p{grid-column:2!important;max-width:760px!important;margin:20px 0 0!important;color:#596879!important;}
.main-business-grid{display:block!important;border-top:1px solid #0d2034!important;}
.main-business-item{display:grid!important;grid-template-columns:56% 44%!important;min-height:420px!important;border-bottom:1px solid var(--nfc-line)!important;background:#fff!important;color:inherit!important;overflow:hidden!important;transform:none!important;box-shadow:none!important;}
.main-business-item:nth-child(even) .main-business-media{order:2!important;}
.main-business-item:nth-child(even) .main-business-copy{order:1!important;}
.main-business-media{height:auto!important;min-height:420px!important;background-size:cover!important;background-position:center!important;filter:saturate(.84) contrast(.98)!important;transition:transform .9s cubic-bezier(.2,.7,.2,1),filter .6s ease!important;}
.main-business-item:hover .main-business-media{transform:scale(1.035)!important;filter:saturate(.96) contrast(1.02)!important;}
.main-business-copy{position:relative!important;display:flex!important;flex-direction:column!important;justify-content:center!important;padding:74px 72px!important;background:#fff!important;min-height:420px!important;}
.main-business-copy::before{content:""!important;position:absolute!important;top:74px!important;left:72px!important;width:42px!important;height:2px!important;background:#086797!important;}
.main-business-copy span{display:block!important;margin:0 0 34px!important;color:#086797!important;text-transform:uppercase!important;}
.main-business-copy h3{margin:0 0 24px!important;color:#071827!important;}
.main-business-copy p{max-width:470px!important;margin:0!important;color:#5a6878!important;}
.main-business-copy em{display:inline-flex!important;align-items:center!important;gap:14px!important;margin-top:40px!important;font-style:normal!important;color:#071827!important;}
.main-business-copy em::after{content:"";display:inline-block;width:48px;height:1px;background:#071827;transition:width .28s ease;}
.main-business-item:hover .main-business-copy em::after{width:70px;}
.main-business-item.reveal-on-scroll{opacity:0;transform:translateY(28px)!important;transition:opacity .7s ease,transform .78s cubic-bezier(.22,.61,.36,1)!important;}
.main-business-item.reveal-on-scroll.is-visible{opacity:1;transform:translateY(0)!important;}

/* Business overview: align with company overview / CEO / history tone */
.business-overview-v35{background:#fff!important;padding-top:120px!important;}
.business-overview-v35 .business-area-inner{max-width:1160px!important;}
.business-overview-lead{margin-bottom:92px!important;}
.business-overview-lead .eyebrow{color:#086797!important;font-size:13px!important;letter-spacing:.22em!important;font-weight:900!important;}
.business-overview-lead h2{font-size:clamp(38px,4.1vw,60px)!important;line-height:1.18!important;font-weight:500!important;letter-spacing:-.065em!important;margin:18px 0 22px!important;color:#071827!important;}
.business-overview-lead p{max-width:780px!important;margin:0 auto!important;font-size:17px!important;line-height:1.9!important;color:#596879!important;}
.business-overview-story{display:grid!important;grid-template-columns:180px 1fr 360px!important;gap:54px!important;align-items:start!important;padding:54px 0!important;border-top:1px solid #0d2034!important;background:#fff!important;box-shadow:none!important;border-radius:0!important;}
.business-overview-story + .business-overview-story{border-top:1px solid var(--nfc-line)!important;}
.story-label span{display:block;color:#086797!important;font-size:44px!important;font-weight:300!important;line-height:1!important;letter-spacing:-.04em!important;margin-bottom:12px!important;}
.story-label strong{display:block;color:#071827!important;font-size:12px!important;font-weight:900!important;letter-spacing:.18em!important;text-transform:uppercase!important;}
.story-copy h3{font-size:34px!important;line-height:1.24!important;letter-spacing:-.055em!important;margin:0 0 18px!important;color:#071827!important;font-weight:700!important;}
.story-copy p{font-size:16px!important;line-height:1.9!important;margin:0!important;color:#5b697a!important;}
.story-points{list-style:none!important;margin:2px 0 0!important;padding:0!important;border-top:1px solid var(--nfc-line)!important;}
.story-points li{position:relative!important;padding:17px 0 17px 18px!important;border-bottom:1px solid var(--nfc-line)!important;color:#4d5d6f!important;font-size:15px!important;line-height:1.55!important;font-weight:700!important;}
.story-points li::before{content:"";position:absolute;left:0;top:27px;width:5px;height:5px;border-radius:50%;background:#086797;}
.business-overview-band{margin:78px 0 0!important;padding:52px 0!important;border-top:1px solid #0d2034!important;border-bottom:1px solid var(--nfc-line)!important;display:grid!important;grid-template-columns:260px 1fr!important;gap:60px!important;align-items:start!important;}
.business-overview-band span,.technology-flow .flow-title span{display:block;color:#086797!important;font-size:12px!important;font-weight:900!important;letter-spacing:.22em!important;text-transform:uppercase!important;margin-bottom:15px!important;}
.business-overview-band h3,.technology-flow .flow-title h3{font-size:34px!important;line-height:1.2!important;margin:0!important;letter-spacing:-.055em!important;color:#071827!important;}
.application-line-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:0!important;border-top:1px solid var(--nfc-line)!important;border-left:1px solid var(--nfc-line)!important;}
.application-line-grid article{min-height:132px!important;background:#fff!important;border-right:1px solid var(--nfc-line)!important;border-bottom:1px solid var(--nfc-line)!important;padding:26px 22px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;text-align:left!important;}
.application-line-grid b{font-size:15px!important;letter-spacing:.02em!important;color:#071827!important;margin-bottom:8px!important;}
.application-line-grid span{font-size:14px!important;color:#6a7787!important;}
.technology-flow{display:grid!important;grid-template-columns:260px 1fr!important;gap:60px!important;padding:70px 0 20px!important;border-bottom:1px solid var(--nfc-line)!important;}
.technology-flow .flow-title p{font-size:15px!important;line-height:1.8!important;color:#647386!important;margin-top:18px!important;}
.flow-list{display:grid!important;grid-template-columns:1fr!important;border-top:1px solid #0d2034!important;}
.flow-list div{display:grid!important;grid-template-columns:200px 1fr!important;gap:28px!important;align-items:center!important;padding:22px 0!important;border-bottom:1px solid var(--nfc-line)!important;}
.flow-list b{font-size:16px!important;color:#071827!important;}
.flow-list span{font-size:15px!important;color:#5a6878!important;line-height:1.7!important;}

/* Business/product subpages: remove isolated v0-card feeling and return to group corporate editorial tone */
.product-page-v29{background:#fff!important;padding-top:118px!important;padding-bottom:140px!important;}
.product-brochure{max-width:1160px!important;}
.product-brochure .brochure-section{margin-bottom:72px!important;}
.product-brochure .title-row{display:grid!important;grid-template-columns:260px 1fr!important;gap:42px!important;align-items:end!important;margin-bottom:40px!important;}
.product-brochure .title-row h1{font-size:clamp(36px,4vw,58px)!important;font-weight:500!important;line-height:1.08!important;letter-spacing:-.065em!important;color:#071827!important;white-space:normal!important;}
.product-brochure .title-line{height:1px!important;background:#0d2034!important;}
.product-brochure .product-intro{border:0!important;border-top:1px solid #0d2034!important;border-radius:0!important;box-shadow:none!important;padding:48px 0 0!important;background:#fff!important;}
.product-brochure .product-intro:before{display:none!important;}
.product-brochure .intro-kicker{color:#086797!important;font-size:12px!important;letter-spacing:.22em!important;margin-bottom:18px!important;}
.product-brochure .product-intro h2{font-size:clamp(30px,3.1vw,44px)!important;font-weight:600!important;line-height:1.34!important;letter-spacing:-.06em!important;color:#071827!important;max-width:920px!important;}
.product-brochure .product-intro p{font-size:16px!important;line-height:1.95!important;color:#5a6878!important;max-width:880px!important;}
.product-brochure .product-tech-focus{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:0!important;border-top:1px solid var(--nfc-line)!important;border-left:1px solid var(--nfc-line)!important;margin-top:44px!important;}
.product-brochure .tech-focus-item{min-height:156px!important;border:0!important;border-right:1px solid var(--nfc-line)!important;border-bottom:1px solid var(--nfc-line)!important;border-radius:0!important;background:#fff!important;padding:30px 26px!important;box-shadow:none!important;}
.product-brochure .tech-focus-item strong{font-size:17px!important;color:#071827!important;}
.product-brochure .tech-focus-item span{font-size:14px!important;color:#657486!important;}
.product-brochure .feature-core,.product-brochure .top-two-col,.product-brochure .app-two-col,.product-brochure .chart-two-col,.product-brochure .table-section,.product-brochure .product-part{border:0!important;border-top:1px solid #0d2034!important;border-radius:0!important;box-shadow:none!important;background:#fff!important;padding:44px 0 0!important;}
.product-brochure .feature-core{grid-template-columns:1fr 360px!important;gap:60px!important;}
.product-brochure .brochure-section-title{font-size:30px!important;font-weight:650!important;color:#071827!important;letter-spacing:-.055em!important;margin-bottom:28px!important;}
.product-brochure .circle-mark{width:7px!important;height:7px!important;background:#086797!important;}
.product-brochure .brochure-bullets li{font-size:15px!important;line-height:1.8!important;color:#5a6878!important;margin-bottom:10px!important;}
.product-brochure .core-card,.product-brochure .info-card{border:1px solid var(--nfc-line)!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;}
.product-brochure .info-card{padding:24px 22px!important;}
.product-brochure .info-card h3{font-size:16px!important;color:#071827!important;}
.product-brochure .info-card p{font-size:14px!important;color:#657486!important;}
.product-brochure .triple-row,.product-brochure .tem-summary-grid{gap:0!important;border-top:1px solid var(--nfc-line)!important;border-left:1px solid var(--nfc-line)!important;}
.product-brochure .triple-row .info-card,.product-brochure .tem-summary-grid .info-card{border-top:0!important;border-left:0!important;}
.product-brochure .table-section h2{font-size:28px!important;font-weight:650!important;letter-spacing:-.05em!important;color:#071827!important;margin:0 0 24px!important;}
.product-brochure table{font-size:14px!important;min-width:720px!important;}
.product-brochure thead{background:#f5f8fb!important;}
.product-brochure thead tr{border-bottom:1px solid #0d2034!important;}
.product-brochure th,.product-brochure td{padding:16px 14px!important;border-bottom:1px solid var(--nfc-line)!important;}
.product-brochure tbody th{background:#fff!important;color:#071827!important;}
.product-brochure tbody tr:hover{background:#fafcfe!important;}
.product-brochure .product-subnav a{border-radius:0!important;box-shadow:none!important;background:#fff!important;border-color:#0d2034!important;}
.product-brochure .reveal-on-scroll{transition:opacity .72s ease,transform .72s cubic-bezier(.22,.61,.36,1)!important;}

/* legacy business page if opened */
.business-overview{gap:54px!important;}
.business-panel{border-top:1px solid #0d2034!important;}
.business-panel .img{height:360px!important;filter:saturate(.88)!important;}
.business-panel h3{font-size:32px!important;font-weight:650!important;letter-spacing:-.055em!important;}

@media(max-width:1100px){
  .main-business-head{grid-template-columns:1fr!important;gap:18px!important;}
  .main-business-head p{grid-column:auto!important;}
  .main-business-item{grid-template-columns:1fr!important;min-height:auto!important;}
  .main-business-item:nth-child(even) .main-business-media{order:0!important;}
  .main-business-media{min-height:330px!important;}
  .main-business-copy{min-height:auto!important;padding:46px 34px!important;}
  .main-business-copy::before{left:34px!important;top:46px!important;}
  .business-overview-story,.business-overview-band,.technology-flow{grid-template-columns:1fr!important;gap:28px!important;}
  .application-line-grid{grid-template-columns:repeat(2,1fr)!important;}
  .product-brochure .title-row{grid-template-columns:1fr!important;gap:16px!important;}
  .product-brochure .feature-core{grid-template-columns:1fr!important;}
}
@media(max-width:720px){
  .main-business-catalog{padding-top:90px!important;padding-bottom:90px!important;}
  .main-business-head h2{font-size:38px!important;} /* dead rule: no h2 in index .main-business-head (D-7A) */
  /* main-business-copy h3 font: D-5 responsive --fs-card-title */
  .application-line-grid,.product-brochure .product-tech-focus,.product-brochure .tem-summary-grid,.product-brochure .triple-row{grid-template-columns:1fr!important;}
  .flow-list div{grid-template-columns:1fr!important;gap:8px!important;}
  .product-page-v29{padding-top:82px!important;padding-bottom:94px!important;}
}


/* M1_0_37 targeted refinements based on M1_0_35: business readability, location balance */
/* Main Business: keep 2x2 position, remove over-decorated feeling and add subtle overlap motion */
.main-business-catalog .main-business-head{display:grid!important;grid-template-columns:minmax(180px,0.34fr) minmax(0,0.66fr)!important;gap:clamp(36px,5vw,72px)!important;align-items:end!important;margin-bottom:64px!important;}
.main-business-catalog .main-business-head p{grid-column:2!important;max-width:650px!important;margin:0!important;color:#5a6878!important;}
.main-business-catalog .main-business-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0!important;border-left:1px solid #dfe6ee!important;border-top:1px solid #dfe6ee!important;overflow:visible!important;}
.main-business-catalog .main-business-item{grid-template-columns:minmax(42%,0.92fr) minmax(0,1.08fr)!important;grid-template-rows:auto!important;min-height:340px!important;overflow:visible!important;background:#fff!important;border-right:1px solid #dfe6ee!important;border-bottom:1px solid #dfe6ee!important;box-shadow:none!important;}
.main-business-catalog .main-business-media{height:auto!important;min-height:340px!important;z-index:2!important;transform:translate3d(0,0,0) scale(1)!important;transition:transform .9s cubic-bezier(.22,.61,.36,1),filter .6s ease!important;box-shadow:none!important;}
.main-business-catalog .main-business-item.is-visible .main-business-media{transform:translate3d(12px,-10px,0) scale(1.018)!important;filter:saturate(.95) contrast(1.04)!important;}
.main-business-catalog .main-business-item:nth-child(2).is-visible .main-business-media{transform:translate3d(-12px,-10px,0) scale(1.018)!important;}
.main-business-catalog .main-business-item:nth-child(3).is-visible .main-business-media{transform:translate3d(12px,10px,0) scale(1.018)!important;}
.main-business-catalog .main-business-item:nth-child(4).is-visible .main-business-media{transform:translate3d(-12px,10px,0) scale(1.018)!important;}
.main-business-catalog .main-business-copy{display:flex!important;flex-direction:column!important;justify-content:center!important;min-height:340px!important;padding:48px 46px!important;background:#fff!important;z-index:1!important;}
.main-business-catalog .main-business-copy:before{display:none!important;}
.main-business-catalog .main-business-copy h3{margin-bottom:18px!important;}
.main-business-catalog .main-business-copy em{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:max-content!important;margin-top:32px!important;padding:13px 24px!important;border:1px solid #0d2034!important;color:#0d2034!important;background:#fff!important;font-style:normal!important;text-transform:uppercase!important;transition:background .25s ease,color .25s ease,border-color .25s ease!important;}
.main-business-catalog .main-business-item:hover .main-business-copy em{background:#0d2034!important;color:#fff!important;border-color:#0d2034!important;}
.main-business-catalog .main-business-item:hover{transform:none!important;box-shadow:none!important;}
@media(max-width:1020px){.main-business-catalog .main-business-head{grid-template-columns:1fr!important;gap:24px!important}.main-business-catalog .main-business-head p{grid-column:auto!important}.main-business-catalog .main-business-grid{grid-template-columns:1fr!important}.main-business-catalog .main-business-item{grid-template-columns:1fr!important}.main-business-catalog .main-business-media{min-height:260px!important}.main-business-catalog .main-business-item.is-visible .main-business-media,.main-business-catalog .main-business-item:nth-child(n).is-visible .main-business-media{transform:translate3d(0,-6px,0) scale(1.012)!important}.main-business-catalog .main-business-copy{min-height:auto!important;padding:34px 28px!important}}

/* Location: map label and stronger right information panel */
.location-grid{grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr)!important;align-items:stretch!important;gap:64px!important;}
.mapbox-google{position:relative!important;min-height:500px!important;overflow:hidden!important;background:#e8eef4!important;}
.mapbox-google iframe{width:100%!important;height:100%!important;min-height:500px!important;border:0!important;display:block!important;}
.location-info-panel{display:flex!important;flex-direction:column!important;justify-content:center!important;min-height:500px!important;padding:48px 44px!important;border-top:2px solid #0d2034!important;border-bottom:1px solid #dfe6ee!important;background:#fff!important;}
.location-info-panel h2{font-size:38px!important;line-height:1.18!important;margin:0 0 34px!important;color:#071827!important;letter-spacing:-.055em!important;font-weight:720!important;}
.location-info-panel .info-table{margin-top:0!important;border-top:0!important;}
.location-info-panel .info-row{grid-template-columns:122px 1fr!important;padding:22px 0!important;border-bottom:1px solid #dfe6ee!important;}
.location-info-panel .info-row b{font-size:15px!important;color:#086797!important;font-weight:850!important;}
.location-info-panel .info-row span{font-size:16px!important;line-height:1.75!important;color:#4f5f70!important;}
@media(max-width:1020px){.location-grid{grid-template-columns:1fr!important;gap:38px!important}.location-info-panel{min-height:auto!important;padding:36px 28px!important}}

/* Business overview: reduce excessive line density and keep it closer to company/sustainability tone */
.business-overview-refined .business-intro-head{margin-bottom:68px!important;text-align:center!important;}
.business-overview-refined .business-intro-head h2{font-size:clamp(38px,4.8vw,62px)!important;font-weight:420!important;letter-spacing:-.055em!important;}
.business-strategy-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px!important;border:0!important;margin-bottom:92px!important;background:transparent!important;}
.strategy-block{border:0!important;min-height:280px!important;padding:42px 34px!important;background:#f8fbfd!important;}
.strategy-block span{margin-bottom:24px!important;color:#086797!important;}
.strategy-block h3{font-size:25px!important;}
.strategy-block p{font-size:15px!important;line-height:1.88!important;}
.business-method{border-top:0!important;padding-top:0!important;grid-template-columns:.9fr 1.1fr!important;gap:70px!important;}
.method-copy{padding-top:6px!important;}
.method-list{border-top:0!important;display:grid!important;gap:14px!important;}
.method-list li{border:0!important;background:#fff!important;padding:24px 28px!important;grid-template-columns:180px 1fr!important;box-shadow:inset 0 0 0 1px #e5edf4!important;}
.method-list b{font-size:17px!important;}
.method-list span{font-size:15px!important;}
@media(max-width:1020px){.business-strategy-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.business-method{grid-template-columns:1fr!important}.method-list li{grid-template-columns:1fr!important;gap:8px!important}}
@media(max-width:680px){.business-strategy-grid{grid-template-columns:1fr!important}}

/* Business/product pages: remove cheap decorative dots and soften heavy lines/tables */
.product-page-v29 .title-row{display:block!important;border-bottom:0!important;padding-bottom:0!important;margin-bottom:42px!important;}
.product-page-v29 .title-line{display:none!important;}
.product-page-v29 .title-row h1{font-size:clamp(40px,4.4vw,60px)!important;font-weight:430!important;letter-spacing:-.06em!important;color:#071827!important;}
.product-brochure .circle-mark{display:none!important;}
.product-brochure .brochure-section-title,.product-brochure .brochure-section h2{padding-left:0!important;font-size:29px!important;font-weight:650!important;}
.product-brochure .brochure-section{border-top:0!important;padding:54px 0!important;margin-bottom:58px!important;}
.product-brochure .brochure-section + .brochure-section{border-top:1px solid rgba(13,32,52,.12)!important;}
.product-brochure .product-intro{border-top:0!important;background:#fff!important;padding-top:0!important;}
.product-brochure .product-tech-focus{border:0!important;gap:18px!important;background:transparent!important;}
.product-brochure .tech-focus-item{border:0!important;background:#f8fbfd!important;box-shadow:none!important;}
.product-brochure .info-card,.product-brochure .core-card,.product-brochure .feature-card,.product-brochure .application-card{border:0!important;background:#f8fbfd!important;box-shadow:none!important;}
.product-brochure .tem-summary-grid,.product-brochure .triple-row{border:0!important;gap:18px!important;}
.product-brochure .table-wrap{border:0!important;box-shadow:none!important;background:#fff!important;overflow:auto!important;}
.product-brochure table{border-top:1px solid #0d2034!important;border-bottom:1px solid #dfe6ee!important;}
.product-brochure thead{background:#f6f9fc!important;}
.product-brochure thead tr{border-bottom:1px solid #b9c8d6!important;}
.product-brochure th,.product-brochure td{border-left:0!important;border-right:0!important;border-bottom:1px solid #e5edf4!important;}
.product-brochure tbody th{font-weight:760!important;}
.product-brochure .product-subnav a{border-radius:0!important;box-shadow:none!important;}

/* M1_0_38 targeted updates: Business visual border removal + subtle overlap, product diagrams */
.main-business-grid{
  border:0!important;
  border-top:0!important;
  border-left:0!important;
  gap:0!important;
  overflow:visible!important;
}
.main-business-item{
  border:0!important;
  box-shadow:none!important;
  overflow:visible!important;
  background:transparent!important;
}
.main-business-media{
  position:relative!important;
  z-index:1!important;
  margin:-6px!important;
  transition:transform .85s cubic-bezier(.22,.61,.36,1), filter .55s ease!important;
}
.main-business-copy{
  position:relative!important;
  z-index:2!important;
}
.main-business-item.is-visible:nth-child(1) .main-business-media{transform:translate(8px,10px) scale(1.018)!important;}
.main-business-item.is-visible:nth-child(2) .main-business-media{transform:translate(-8px,18px) scale(1.018)!important;}
.main-business-item.is-visible:nth-child(3) .main-business-media{transform:translate(10px,-8px) scale(1.018)!important;}
.main-business-item.is-visible:nth-child(4) .main-business-media{transform:translate(-10px,-12px) scale(1.018)!important;}
.main-business-item:hover .main-business-media{transform:scale(1.045)!important;filter:saturate(.98) contrast(1.03)!important;}
.product-brochure .diagram-compact[src$="hollow-silica-diagram-structure.png"],
.product-brochure .diagram-compact[src$="nano-silica-diagram-structure.png"]{
  object-fit:contain!important;
  background:#fff!important;
}
@media(max-width:900px){
  .main-business-media{margin:0!important;}
  .main-business-item.is-visible .main-business-media{transform:none!important;}
}

/* M1.0.39 - TiO2 actual analysis image alignment */
.analysis-image-card .diagram-compact,
.chart-two-col .diagram-compact {
  width: 100%;
  max-height: 260px;
  object-fit: contain;
  background: #fff;
}
.analysis-image-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}


/* M1_0_40: affiliate tabs / coating internal tabs / R&D tone refinement */
.affiliates-ref-page .affiliate-ref-tabs,
.affiliates-ref-page .affiliate-tabs{
  gap:0!important;
  justify-content:center!important;
  margin:0 0 68px!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.affiliates-ref-page .affiliate-ref-tabs button,
.affiliates-ref-page .affiliate-tabs button{
  position:relative;
  appearance:none!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  padding:0 28px 16px!important;
  color:#a5afbb!important;
  font-size:16px!important;
  font-weight:700!important;
  letter-spacing:-.02em!important;
}
.affiliates-ref-page .affiliate-ref-tabs button + button::before,
.affiliates-ref-page .affiliate-tabs button + button::before{
  content:"";
  position:absolute;
  left:0;
  top:1px;
  width:1px;
  height:16px;
  background:#d9e0e7;
}
.affiliates-ref-page .affiliate-ref-tabs button.active,
.affiliates-ref-page .affiliate-tabs button.active{
  color:#086797!important;
}
.affiliates-ref-page .affiliate-ref-tabs button.active::after,
.affiliates-ref-page .affiliate-tabs button.active::after{
  content:"";
  position:absolute;
  left:28px;
  right:28px;
  bottom:0;
  height:2px;
  background:#086797;
}

.coating-material-page .coating-switch-tabs{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:0;
  margin:38px 0 0;
  padding:0;
}
.coating-material-page .coating-switch-tabs button{
  position:relative;
  border:0;
  background:transparent;
  border-radius:0;
  box-shadow:none;
  padding:0 34px 16px;
  color:#9aa6b2;
  font-family:inherit;
  font-size:17px;
  font-weight:800;
  letter-spacing:-.025em;
  cursor:pointer;
}
.coating-material-page .coating-switch-tabs button + button::before{
  content:"";
  position:absolute;
  left:0;
  top:2px;
  width:1px;
  height:17px;
  background:#d7dfe8;
}
.coating-material-page .coating-switch-tabs button.active{color:#086797;}
.coating-material-page .coating-switch-tabs button.active::after{
  content:"";
  position:absolute;
  left:34px;
  right:34px;
  bottom:0;
  height:2px;
  background:#086797;
}
.coating-material-page .coating-tab-panel{display:none;}
.coating-material-page .coating-tab-panel.active{display:block;}
.coating-material-page .resin-intro-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);
  gap:42px;
  align-items:center;
}
.coating-material-page .resin-visual-card,
.coating-material-page .coating-sample-grid figure{
  margin:0;
  background:#fff;
  border:1px solid #e2e9f1;
  box-shadow:none;
  overflow:hidden;
}
.coating-material-page .resin-visual-card{padding:28px;}
.coating-material-page .resin-visual-card img{
  display:block;
  width:100%;
  max-height:380px;
  object-fit:contain;
}
.coating-material-page figcaption{
  margin-top:14px;
  color:#6b7888;
  font-size:13px;
  line-height:1.5;
  text-align:center;
}
.coating-material-page .coating-sample-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px;
  margin:32px 0 34px;
}
.coating-material-page .coating-sample-grid figure{padding:26px;}
.coating-material-page .coating-sample-grid img{
  display:block;
  width:100%;
  height:220px;
  object-fit:contain;
}
.coating-material-page .brochure-section-title .circle-mark,
.coating-material-page .table-section h2 .circle-mark{display:none!important;}

.rnd-key-page.nfc-keytech-section{
  background:#fff!important;
  padding:108px 24px 118px!important;
}
.rnd-key-page.nfc-keytech-section::before{opacity:.16!important;}
.rnd-key-page .nfc-keytech-head{margin-bottom:64px!important;}
.rnd-key-page .nfc-keytech-head h2{font-weight:760!important;letter-spacing:-.04em!important;}
.rnd-key-page .nfc-keytech-card,
.rnd-key-page .nfc-keytech-center,
.rnd-key-page .nfc-keytech-app-card{
  border-radius:0!important;
  background:#fff!important;
  border:1px solid #dce5ee!important;
  box-shadow:none!important;
}
.rnd-key-page .nfc-keytech-card{padding:46px 48px!important;}
.rnd-key-page .nfc-keytech-card::after{display:none!important;}
.rnd-key-page .nfc-keytech-list{border-top:1px solid #e3eaf2!important;}
.rnd-key-page .nfc-keytech-center{border-color:#dce5ee!important;}
.rnd-key-page .nfc-keytech-app-card{min-height:132px!important;}
.rnd-key-page .nfc-keytech-card,
.rnd-key-page .nfc-keytech-center,
.rnd-key-page .nfc-keytech-app-card,
.rnd-key-page .nfc-keytech-item{
  opacity:0;
  transform:translateY(28px);
  transition:opacity .72s ease, transform .72s ease;
}
.rnd-key-page .nfc-keytech-card.is-visible,
.rnd-key-page .nfc-keytech-center.is-visible,
.rnd-key-page .nfc-keytech-app-card.is-visible,
.rnd-key-page .nfc-keytech-item.is-visible{
  opacity:1;
  transform:translateY(0);
}
.rnd-key-page .nfc-keytech-card:nth-child(2){transition-delay:.12s;}
.rnd-key-page .nfc-keytech-item:nth-child(2){transition-delay:.06s;}
.rnd-key-page .nfc-keytech-item:nth-child(3){transition-delay:.12s;}
.rnd-key-page .nfc-keytech-app-card:nth-child(2){transition-delay:.08s;}
.rnd-key-page .nfc-keytech-app-card:nth-child(3){transition-delay:.16s;}
.rnd-key-page .nfc-keytech-app-card:nth-child(4){transition-delay:.24s;}
.rnd-key-page .nfc-keytech-card.is-visible:hover,
.rnd-key-page .nfc-keytech-app-card.is-visible:hover{
  transform:translateY(-4px);
  border-color:#b9cce0!important;
}

@media(max-width:900px){
  .coating-material-page .resin-intro-grid,
  .coating-material-page .coating-sample-grid{grid-template-columns:1fr!important;}
  .coating-material-page .coating-switch-tabs{justify-content:flex-start;overflow-x:auto;}
  .coating-material-page .coating-switch-tabs button{white-space:nowrap;padding-left:22px;padding-right:22px;}
  .coating-material-page .coating-switch-tabs button.active::after{left:22px;right:22px;}
  .coating-material-page .coating-sample-grid img{height:auto;max-height:260px;}
  .rnd-key-page .nfc-keytech-card{padding:34px 26px!important;}
}


/* M1_0_41 targeted visual refinements: R&D highlight, nano/TiO2 image mapping, coating image placement */
.rnd-key-page .nfc-keytech-center.nfc-neo-highlight{
  max-width:860px!important;
  overflow:hidden;
  padding:52px 58px 46px!important;
  background:linear-gradient(135deg,#071b33 0%,#0b3764 52%,#0e8ed8 100%)!important;
  border:0!important;
  color:#fff!important;
  box-shadow:0 28px 72px rgba(7,27,51,.18)!important;
  isolation:isolate;
}
.rnd-key-page .nfc-keytech-center.nfc-neo-highlight::after{
  content:"";position:absolute;inset:1px;border:1px solid rgba(255,255,255,.24);pointer-events:none;
}
.rnd-key-page .nfc-keytech-center.nfc-neo-highlight .neo-highlight-bg{position:absolute;inset:0;z-index:-1;opacity:.42;}
.rnd-key-page .nfc-keytech-center.nfc-neo-highlight .neo-highlight-bg span{position:absolute;border:1px solid rgba(255,255,255,.2);border-radius:50%;}
.rnd-key-page .nfc-keytech-center.nfc-neo-highlight .neo-highlight-bg span:nth-child(1){width:260px;height:260px;right:-80px;top:-90px;}
.rnd-key-page .nfc-keytech-center.nfc-neo-highlight .neo-highlight-bg span:nth-child(2){width:160px;height:160px;left:-52px;bottom:-58px;}
.rnd-key-page .nfc-keytech-center.nfc-neo-highlight .neo-highlight-bg span:nth-child(3){width:1px;height:180%;left:50%;top:-40%;background:rgba(255,255,255,.25);transform:rotate(32deg);border:0;border-radius:0;}
.rnd-key-page .nfc-keytech-center.nfc-neo-highlight .nfc-keytech-center-label,
.rnd-key-page .nfc-keytech-center.nfc-neo-highlight h3,
.rnd-key-page .nfc-keytech-center.nfc-neo-highlight p{color:#fff!important;}
.rnd-key-page .nfc-keytech-center.nfc-neo-highlight p{opacity:.88;}
.neo-highlight-keywords{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:24px;}
.neo-highlight-keywords span{padding:8px 12px;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.08);font-size:12px;font-weight:800;letter-spacing:.08em;color:rgba(255,255,255,.88);}
.rnd-key-page .nfc-keytech-app-card{position:relative;overflow:hidden;padding:0!important;min-height:210px!important;background:#fff!important;border-radius:0!important;box-shadow:none!important;}
.rnd-key-page .nfc-keytech-app-card .app-card-visual{height:105px;background-size:cover;background-position:center;filter:saturate(.86) contrast(.98);}
.rnd-key-page .nfc-keytech-app-card.app-index .app-card-visual{background-image:linear-gradient(rgba(8,35,61,.1),rgba(8,35,61,.2)),url('../images/rnd/app-card-optical-coating.jpg');}
.rnd-key-page .nfc-keytech-app-card.app-lr .app-card-visual{background-image:linear-gradient(rgba(8,35,61,.1),rgba(8,35,61,.2)),url('../images/shared/droplets-macro-blue-white.jpg');}
.rnd-key-page .nfc-keytech-app-card.app-lens .app-card-visual{background-image:linear-gradient(rgba(8,35,61,.1),rgba(8,35,61,.2)),url('../images/products/coating-material-hero-functional.jpg');}
.rnd-key-page .nfc-keytech-app-card.app-additive .app-card-visual{background-image:linear-gradient(rgba(8,35,61,.1),rgba(8,35,61,.2)),url('../images/products/nano-silica-hero-micro-particles.jpg');}
.rnd-key-page .nfc-keytech-app-card b,.rnd-key-page .nfc-keytech-app-card p{display:block;padding-left:22px;padding-right:22px;}
.rnd-key-page .nfc-keytech-app-card b{margin:20px 0 8px!important;}
.rnd-key-page .nfc-keytech-app-card p{padding-bottom:22px;}

.product-page-v29 .top-two-col{grid-template-columns:minmax(0,.98fr) minmax(380px,.82fr)!important;gap:56px!important;align-items:center!important;}
.nano-structure-card{padding:34px 42px!important;min-height:auto!important;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#f7fafc!important;}
.nano-structure-card .nano-structure-image{max-width:78%!important;max-height:280px!important;object-fit:contain!important;margin:0 auto!important;}
.image-eval-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;}
.product-analysis-figure{margin:0;background:#f6f9fc;border:1px solid #e1e9f1;padding:24px 26px;text-align:center;}
.product-analysis-figure h3{margin:0 0 18px;color:#071b33;font-size:18px!important;letter-spacing:-.02em!important;font-weight:850!important;text-align:left;}
.product-analysis-figure img{width:100%;height:260px;object-fit:contain;margin:0 auto;background:#fff;}
.product-analysis-figure figcaption{margin-top:14px;color:#546477;font-size:14px;font-weight:700;line-height:1.55;}
.nano-eval-grid .product-analysis-figure img{height:270px;}
.chart-two-col .product-analysis-figure img{height:250px;}
.tio2-analysis-figure img{height:260px!important;}
.tio2-chart-card h3,.tio2-analysis-figure h3{font-size:17px!important;text-align:center!important;}

.coating-material-page .resin-intro-grid{grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr)!important;gap:64px!important;align-items:center!important;}
.coating-material-page .resin-hero-visual{padding:26px!important;border:1px solid #dce6ef;background:#f8fbfe;margin:0!important;}
.coating-material-page .resin-hero-visual img{width:100%;height:300px!important;object-fit:contain;background:#fff;}
.coating-material-page .coating-feature-clean{display:block!important;border-top:0!important;padding-top:0!important;}
.coating-material-page .coating-feature-clean .brochure-section-title{margin-top:0!important;}
.coating-sample-hero-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:24px!important;margin:34px 0 36px!important;}
.coating-sample-figure{margin:0!important;padding:26px!important;background:#fff!important;border:1px solid #dce6ef!important;text-align:center!important;}
.coating-sample-figure img{height:220px!important;width:100%!important;object-fit:contain!important;margin:0 auto!important;background:#f8fbfe;}
.coating-sample-figure figcaption{margin-top:14px;color:#59697b;font-size:14px;font-weight:700;}
@media(max-width:900px){
  .product-page-v29 .top-two-col,.coating-material-page .resin-intro-grid,.image-eval-grid,.coating-sample-hero-grid{grid-template-columns:1fr!important;gap:24px!important;}
  .nano-structure-card .nano-structure-image,.product-analysis-figure img,.coating-material-page .resin-hero-visual img,.coating-sample-figure img{height:auto!important;max-height:300px!important;}
  .rnd-key-page .nfc-keytech-center.nfc-neo-highlight{padding:38px 26px!important;}
}


/* M1_0_42 targeted refinements: paragraph indent, table width only, business overlap, product image placement */
/* Common body copy first-line indentation; titles/captions/tables/buttons are excluded */
.content .story-copy p,
.content .lead p,
.content .product-intro p,
.content .brochure-copy p,
.content .business-panel p,
.content .notice-board p,
.content .affiliate-company-info p,
.content .nfc-keytech-head p,
.content .nfc-keytech-card-desc,
.content .nfc-keytech-center p{
  text-indent:1em!important;
}
.content figcaption,
.content .info-row span,
.content .brochure-bullets li,
.content .nfc-keytech-item span,
.content .tech-focus-item span,
.content .main-business-copy p{ text-indent:0!important; }

/* Company overview table redesign: width-only adjustment, calmer B2B table */
.company-overview-page .company-info-table{
  width:min(760px,72%)!important;
  margin:72px auto 0!important;
  border-top:1px solid #0d2034!important;
  border-bottom:1px solid #dfe6ee!important;
  background:#fff!important;
}
.company-overview-page .company-info-table .info-row{
  grid-template-columns:150px minmax(0,1fr)!important;
  padding-left:0!important;
  padding-right:0!important;
}
.company-overview-page .company-info-table .info-row b{color:#071827!important;font-weight:850!important;}
.company-overview-page .company-info-table .info-row span{color:#566374!important;}

/* CEO signature emphasis */
.ceo-message-copy p.ceo-signature{font-size:16px!important;font-weight:700!important;color:#0b1625!important;}

/* R&D card selection/hover visibility and one-line item layout */
.rnd-key-page .nfc-keytech-card{
  transition:opacity .72s ease, transform .72s ease, border-color .28s ease, box-shadow .28s ease, background .28s ease!important;
}
.rnd-key-page .nfc-keytech-card.is-visible:hover,
.rnd-key-page .nfc-keytech-card.is-visible:focus-within{
  border-color:#086797!important;
  box-shadow:0 22px 48px rgba(8, 103, 151,.14)!important;
  background:linear-gradient(180deg,#fff,#f7fbff)!important;
}
.rnd-key-page .nfc-keytech-card.is-visible:hover .nfc-keytech-card-label,
.rnd-key-page .nfc-keytech-card.is-visible:focus-within .nfc-keytech-card-label{color:#086797!important;}
.rnd-key-page .nfc-keytech-item{
  grid-template-columns:170px minmax(0,1fr)!important;
  column-gap:22px!important;
  align-items:center!important;
}
.rnd-key-page .nfc-keytech-item strong{white-space:nowrap!important;}
.rnd-key-page .nfc-keytech-item span{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
@media(max-width:900px){.rnd-key-page .nfc-keytech-item{grid-template-columns:1fr!important}.rnd-key-page .nfc-keytech-item span{white-space:normal!important;overflow:visible!important;text-overflow:clip!important}}

/* Affiliate detail table: make key contents one line by widening value area only */
.affiliates-ref-page .affiliate-company-info dl{
  grid-template-columns:92px minmax(0,1fr)!important;
  column-gap:20px!important;
  max-width:100%!important;
}
.affiliates-ref-page .affiliate-company-info dl dd{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
@media(max-width:900px){.affiliates-ref-page .affiliate-company-info dl dd{white-space:normal!important;overflow:visible!important;text-overflow:clip!important}}

/* Location table: width/column adjustment only; keep typography scale */
.location-grid{grid-template-columns:minmax(0,1fr) minmax(440px,.82fr)!important;gap:52px!important;}
.location-info-panel .info-row{grid-template-columns:96px minmax(0,1fr)!important;}
.location-info-panel .info-row span{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
@media(max-width:1020px){.location-grid{grid-template-columns:1fr!important}.location-info-panel .info-row span{white-space:normal!important;overflow:visible!important;text-overflow:clip!important}}

/* Main page Business: reduce BUSINESS text size, remove right copy, stronger overlap, no borders */
.main-business-catalog .main-business-head{display:block!important;margin-bottom:52px!important;}
.main-business-catalog .main-business-head p{display:none!important;}
.main-business-catalog .main-business-grid{border:0!important;gap:0!important;overflow:visible!important;}
.main-business-catalog .main-business-item{border:0!important;outline:0!important;background:transparent!important;overflow:visible!important;}
.main-business-catalog .main-business-media{margin:-18px!important;}
.main-business-catalog .main-business-item.is-visible:nth-child(1) .main-business-media{transform:translate(24px,22px) scale(1.035)!important;}
.main-business-catalog .main-business-item.is-visible:nth-child(2) .main-business-media{transform:translate(-24px,22px) scale(1.035)!important;}
.main-business-catalog .main-business-item.is-visible:nth-child(3) .main-business-media{transform:translate(24px,-22px) scale(1.035)!important;}
.main-business-catalog .main-business-item.is-visible:nth-child(4) .main-business-media{transform:translate(-24px,-22px) scale(1.035)!important;}
@media(max-width:900px){.main-business-catalog .main-business-media{margin:0!important}.main-business-catalog .main-business-item.is-visible:nth-child(n) .main-business-media{transform:none!important}}

/* Nano silica: ensure evaluation images are the supplied assets */
.nano-eval-grid .product-analysis-figure img[src$="nano-silica-tem-micrograph.png"],
.nano-eval-grid .product-analysis-figure img[src$="nano-silica-hardcoat-evaluation.png"]{object-fit:contain!important;background:#fff!important;}

/* TiO2: remove subtitles/captions and put main titles centered above images */
.materials-business-page .tio2-analysis-figure h3,
.materials-business-page .tio2-chart-card h3,
.product-brochure .tio2-analysis-figure h3,
.product-brochure .tio2-chart-card h3{
  text-align:center!important;
  margin:0 0 18px!important;
  font-size:18px!important;
  line-height:1.35!important;
}
.materials-business-page .tio2-analysis-figure figcaption,
.materials-business-page .tio2-chart-card figcaption,
.product-brochure .tio2-analysis-figure figcaption,
.product-brochure .tio2-chart-card figcaption{display:none!important;}

/* Coating: move visuals beside Features and keep the sample area compact */
.coating-material-page .coating-feature-with-visual{
  display:grid!important;
  grid-template-columns:minmax(0,.95fr) minmax(360px,.85fr)!important;
  gap:56px!important;
  align-items:center!important;
}
.coating-material-page .coating-feature-with-visual .resin-feature-visual,
.coating-material-page .coating-feature-with-visual .coating-sample-feature-grid{margin:0!important;}
.coating-material-page .resin-feature-visual img{height:300px!important;object-fit:contain!important;background:#fff!important;}
.coating-material-page .coating-sample-feature-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:18px!important;}
.coating-material-page .coating-sample-feature-grid .coating-sample-figure{padding:20px!important;}
.coating-material-page .coating-sample-feature-grid .coating-sample-figure img{height:190px!important;object-fit:contain!important;}
@media(max-width:900px){.coating-material-page .coating-feature-with-visual{grid-template-columns:1fr!important;gap:24px!important}.coating-material-page .coating-sample-feature-grid{grid-template-columns:1fr!important}}

/* M1_0_43 targeted corrections: main business text simplification, affiliates tab/table, product image placement */
/* Main Business: keep visual composition, remove clutter from long copy and all borders */
.main-business-catalog .main-business-grid,
.main-business-catalog .main-business-item,
.main-business-catalog .main-business-media,
.main-business-catalog .main-business-copy{border:0!important;outline:0!important;box-shadow:none!important;}
.main-business-catalog .main-business-copy{
  padding:26px 34px 30px!important;
  min-height:0!important;
  background:#fff!important;
}
.main-business-catalog .main-business-copy p{display:none!important;}
.main-business-catalog .main-business-copy span{margin-bottom:14px!important;}
.main-business-catalog .main-business-copy h3{margin:0 0 22px!important;}
.main-business-catalog .main-business-copy em{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:136px!important;
  height:44px!important;
  padding:0 24px!important;
  border:1px solid #0c1724!important;
  color:#0c1724!important;
  font-style:normal!important;
  background:#fff!important;
}
.main-business-catalog .main-business-copy em::after{content:none!important;display:none!important;}

/* Affiliates: active company uses black/bold only, no blue underline; information rows use one continuous line */
.affiliates-ref-page .affiliate-ref-tabs,
.affiliates-ref-page .affiliate-tabs{
  border:0!important;
  box-shadow:none!important;
  background:transparent!important;
  gap:32px!important;
  justify-content:center!important;
}
.affiliates-ref-page .affiliate-ref-tabs button,
.affiliates-ref-page .affiliate-tabs button{
  border:0!important;
  background:transparent!important;
  color:#a6afba!important;
  padding:0 0 14px!important;
  min-width:auto!important;
  box-shadow:none!important;
  font-weight:700!important;
  letter-spacing:-.03em!important;
}
.affiliates-ref-page .affiliate-ref-tabs button::after,
.affiliates-ref-page .affiliate-tabs button::after{display:none!important;content:none!important;}
.affiliates-ref-page .affiliate-ref-tabs button.active,
.affiliates-ref-page .affiliate-tabs button.active{
  color:#071827!important;
  font-weight:900!important;
}
.affiliates-ref-page .affiliate-company-info dl{
  display:grid!important;
  grid-template-columns:112px minmax(0,1fr)!important;
  column-gap:26px!important;
  row-gap:0!important;
  width:100%!important;
  max-width:none!important;
  margin-top:34px!important;
  border-top:1px solid #dbe4ed!important;
}
.affiliates-ref-page .affiliate-company-info dl dt,
.affiliates-ref-page .affiliate-company-info dl dd{
  border-bottom:1px solid #dbe4ed!important;
  padding:18px 0!important;
  min-width:0!important;
}
.affiliates-ref-page .affiliate-company-info dl dt{
  color:#0b1726!important;
  font-weight:900!important;
  white-space:nowrap!important;
}
.affiliates-ref-page .affiliate-company-info dl dd{
  color:#536274!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  line-height:1.72!important;
}
.affiliates-ref-page .affiliate-ci{max-width:170px!important;height:auto!important;object-fit:contain!important;}
@media(max-width:760px){
  .affiliates-ref-page .affiliate-ref-tabs,.affiliates-ref-page .affiliate-tabs{gap:18px!important;justify-content:flex-start!important;overflow-x:auto!important;}
  .affiliates-ref-page .affiliate-company-info dl{grid-template-columns:92px minmax(0,1fr)!important;}
}

/* Coating pages: use uploaded sample images, keep feature and visual area clearly separated */
.coating-material-page .coating-feature-with-visual{
  display:grid!important;
  grid-template-columns:minmax(0,.92fr) minmax(420px,.9fr)!important;
  gap:72px!important;
  align-items:start!important;
  margin-top:58px!important;
  padding-top:10px!important;
}
.coating-material-page .coating-feature-with-visual > div:first-child{padding-top:6px!important;}
.coating-material-page .coating-feature-with-visual .brochure-section-title{margin:0 0 26px!important;}
.coating-material-page .coating-feature-with-visual .resin-feature-visual,
.coating-material-page .coating-feature-with-visual .coating-sample-feature-grid{
  margin-top:0!important;
  align-self:start!important;
}
.coating-material-page .resin-feature-visual{
  background:#f7fafc!important;
  border:1px solid #dfe8f1!important;
  padding:28px!important;
}
.coating-material-page .resin-feature-visual img{
  display:block!important;
  width:100%!important;
  height:330px!important;
  object-fit:contain!important;
  background:#fff!important;
}
.coating-material-page .coating-sample-feature-grid{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:22px!important;
  background:#fff!important;
}
.coating-material-page .coating-sample-feature-grid .coating-sample-figure{
  margin:0!important;
  padding:24px!important;
  background:#f7fafc!important;
  border:1px solid #dfe8f1!important;
}
.coating-material-page .coating-sample-feature-grid .coating-sample-figure img{
  width:100%!important;
  height:230px!important;
  object-fit:contain!important;
  background:#fff!important;
}
@media(max-width:980px){
  .coating-material-page .coating-feature-with-visual{grid-template-columns:1fr!important;gap:28px!important;margin-top:36px!important;}
  .coating-material-page .coating-sample-feature-grid{grid-template-columns:1fr!important;}
}

/* TiO2: title sits above the pale image box, captions/subtitles removed */
.materials-business-page .product-analysis-figure,
.materials-business-page .tio2-analysis-figure,
.materials-business-page .tio2-chart-card{
  background:transparent!important;
  border:0!important;
  padding:0!important;
  text-align:center!important;
}
.materials-business-page .product-analysis-figure h3,
.materials-business-page .tio2-analysis-figure h3,
.materials-business-page .tio2-chart-card h3{
  display:block!important;
  text-align:center!important;
  margin:0 0 18px!important;
  padding:0!important;
  color:#071827!important;
  font-size:18px!important;
  line-height:1.35!important;
  font-weight:850!important;
}
.materials-business-page .product-analysis-figure img,
.materials-business-page .tio2-analysis-figure img,
.materials-business-page .tio2-chart-card img{
  display:block!important;
  width:100%!important;
  height:260px!important;
  object-fit:contain!important;
  padding:28px!important;
  background:#f6f9fc!important;
  border:1px solid #e1e9f1!important;
}
.materials-business-page .product-analysis-figure figcaption,
.materials-business-page .tio2-analysis-figure figcaption,
.materials-business-page .tio2-chart-card figcaption{display:none!important;}

/* Nano silica: replace evaluation explanation cards with actual supplied images and keep them clean */
.product-page-v29 .nano-eval-section .clean-title{margin-bottom:28px!important;}
.product-page-v29 .nano-eval-grid .product-analysis-figure{
  background:transparent!important;
  border:0!important;
  padding:0!important;
}
.product-page-v29 .nano-eval-grid .product-analysis-figure h3{
  text-align:center!important;
  margin:0 0 18px!important;
  font-size:18px!important;
}
.product-page-v29 .nano-eval-grid .product-analysis-figure img{
  background:#f6f9fc!important;
  border:1px solid #e1e9f1!important;
  padding:24px!important;
  height:280px!important;
  object-fit:contain!important;
}
.product-page-v29 .nano-eval-grid .product-analysis-figure figcaption{display:none!important;}

/* M1_0_43 additional selector compatibility for TiO2 page without page-specific body class */
.product-page-v29 .tio2-analysis-figure,
.product-page-v29 .tio2-chart-card{
  background:transparent!important;
  border:0!important;
  padding:0!important;
  text-align:center!important;
}
.product-page-v29 .tio2-analysis-figure h3,
.product-page-v29 .tio2-chart-card h3{
  display:block!important;
  text-align:center!important;
  margin:0 0 18px!important;
  padding:0!important;
  color:#071827!important;
  font-size:18px!important;
  line-height:1.35!important;
  font-weight:850!important;
}
.product-page-v29 .tio2-analysis-figure img,
.product-page-v29 .tio2-chart-card img{
  display:block!important;
  width:100%!important;
  height:260px!important;
  object-fit:contain!important;
  padding:28px!important;
  background:#f6f9fc!important;
  border:1px solid #e1e9f1!important;
}
.product-page-v29 .tio2-analysis-figure figcaption,
.product-page-v29 .tio2-chart-card figcaption{display:none!important;}


/* M1_0_44 targeted rollback and placement fixes */
.recruit-site-action{justify-content:center!important;text-align:center!important;margin-top:54px!important;}
.recruit-site-action .btn{margin-left:auto!important;margin-right:auto!important;}
.resin-intro-grid{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(280px,420px)!important;gap:54px!important;align-items:center!important;}
.resin-intro-visual{margin:0!important;background:#f6f9fc!important;border:1px solid #dfe7ef!important;padding:28px!important;}
.resin-intro-visual img{width:100%!important;height:auto!important;object-fit:contain!important;}
.coating-tab-panel[data-coating-panel="resin"] .coating-feature-clean{margin-top:52px!important;}
@media(max-width:900px){.resin-intro-grid{grid-template-columns:1fr!important;gap:28px!important}.recruit-site-action{margin-top:36px!important}}


/* M1_0_45 targeted refinements */
.resin-feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.resin-feature-visual {
  margin: 0;
  padding: 28px;
  background: #f6f9fc;
  border: 1px solid rgba(15, 35, 60, 0.08);
}
.resin-feature-visual img {
  display: block;
  width: 100%;
  max-height: 360px;
  object-fit: contain;
}
.resin-feature-visual figcaption {
  margin-top: 14px;
  text-align: center;
  font-size: 13px;
  color: #5b6b7d;
}
.product-analysis-figure .hard-coating-eval-image {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  image-rendering: auto;
}
.nano-eval-grid .product-analysis-figure:nth-child(2) {
  grid-column: span 1;
}
@media (max-width: 900px) {
  .resin-feature-layout {
    grid-template-columns: 1fr;
  }
  .resin-feature-visual {
    padding: 20px;
  }
}

/* M1_0_46 targeted fixes: restore main business descriptions and replace hollow TEM summary cards with images */
.main-business-catalog .main-business-copy p{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
}
.hollow-tem-section .brochure-section-title{margin-bottom:30px!important;}
.hollow-tem-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
  align-items:stretch;
}
.hollow-tem-card{
  margin:0;
  background:#f5f8fb;
  border:1px solid #dfe6ee;
  padding:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:210px;
}
.hollow-tem-card img{
  width:100%;
  max-width:220px;
  height:auto;
  display:block;
  object-fit:contain;
}
@media(max-width:980px){
  .hollow-tem-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:560px){
  .hollow-tem-grid{grid-template-columns:1fr;}
  .hollow-tem-card{min-height:auto;}
}

/* C-4b-1 detail width test - company overview only */
body.detail-width-test .content{padding-left:0!important;padding-right:0!important;}
body.detail-width-test .content-inner{max-width:1180px!important;margin-left:auto!important;margin-right:auto!important;padding-left:clamp(24px,5vw,40px)!important;padding-right:clamp(24px,5vw,40px)!important;}
/* C-4b-1b breadcrumb — retired; D-16B global breadcrumb alignment */
/* H-1b-rollback-fix: remove unintended gray divider lines on story-block - company overview only */
body.detail-width-test .story-block{border-top:0!important;border-bottom:0!important;box-shadow:none!important;}
/* C-4b-1c: tighten story-block vertical spacing - company overview only */
body.detail-width-test .story-block{margin-top:48px!important;margin-bottom:48px!important;padding-top:34px!important;padding-bottom:34px!important;}
/* C-4b-1c breadcrumb image-align — retired; D-16B global breadcrumb alignment */

/* H-1 desktop header alignment test
   D-8A RETIRED: superseded by D-7C HEADER / GNB UNIFICATION.
@media (min-width:1181px){
  .header-inner{
    width:calc(100% - 120px)!important;
    max-width:1720px!important;
    margin:0 auto!important;
    justify-content:start!important;
    column-gap:0!important;
    grid-template-columns:var(--nfc-logo-col,240px) repeat(5,124px) 1fr 96px!important;
    padding-left:clamp(24px,2vw,36px)!important;
    padding-right:clamp(24px,2vw,36px)!important;
  }
  .desktop-nav{
    grid-column:2 / span 5!important;
    grid-template-columns:repeat(5,124px)!important;
    justify-self:start!important;
    width:auto!important;
    max-width:none!important;
  }
  .lang{grid-column:8!important;justify-self:end!important;justify-content:flex-end!important;}
  .mega-inner{
    width:calc(100% - 120px)!important;
    max-width:1720px!important;
    margin:0 auto!important;
    justify-content:start!important;
    column-gap:0!important;
    grid-template-columns:var(--nfc-logo-col,240px) repeat(5,124px) 1fr 96px!important;
    padding-left:clamp(24px,2vw,36px)!important;
    padding-right:clamp(24px,2vw,36px)!important;
  }
}
*/

/* H-1b header breadcrumb content alignment correction
   D-8A RETIRED: header grid superseded by D-7C HEADER / GNB UNIFICATION.
@media (min-width:1181px){
  .header-inner{
    width:calc(100% - 120px)!important;
    max-width:1720px!important;
    margin:0 auto!important;
    justify-content:normal!important;
    column-gap:0!important;
    grid-template-columns:minmax(var(--nfc-logo-col,200px),1fr) auto minmax(var(--nfc-logo-col,200px),1fr)!important;
    padding-left:clamp(24px,2vw,36px)!important;
    padding-right:clamp(24px,2vw,36px)!important;
  }
  .brand{grid-column:1!important;justify-self:start!important;}
  .desktop-nav{
    grid-column:2!important;
    justify-self:center!important;
    width:auto!important;
    max-width:none!important;
    grid-template-columns:repeat(5,clamp(120px,9vw,156px))!important;
  }
  .lang{grid-column:3!important;justify-self:end!important;justify-content:flex-end!important;}
  .mega-inner{
    width:calc(100% - 120px)!important;
    max-width:1720px!important;
    margin:0 auto!important;
    justify-content:normal!important;
    column-gap:0!important;
    grid-template-columns:1fr repeat(5,clamp(120px,9vw,156px)) 1fr!important;
    padding-left:clamp(24px,2vw,36px)!important;
    padding-right:clamp(24px,2vw,36px)!important;
  }
  .mega-col:first-child{grid-column:2!important;}
}
*/

/* NEW-1 unified sub page width 1080 */
/* Detail (sub) pages only. index.html has no .sub-page class, so main hero / main-business / .section-inner are never affected. */
body.sub-page .content{padding-left:0!important;padding-right:0!important;}
body.sub-page .content-inner,
body.sub-page .business-area-inner,
body.sub-page .product-brochure,
body.sub-page .product-page-v29 .content-inner.product-brochure,
body.sub-page .business-overview-refined .business-area-inner,
body.sub-page .business-overview-v35 .business-area-inner,
body.sub-page .business-map-page .business-area-inner,
body.sub-page .rnd-key-page .nfc-keytech-wrap{
  max-width:1080px!important;
  width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:clamp(24px,4vw,40px)!important;
  padding-right:clamp(24px,4vw,40px)!important;
}

/* C-4b-fix company overview story alignment */
body.sub-page .company-overview-page .story-block {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* D-1 business overview class normalization */
/* HTML wrapper consolidated from business-area-page/overview-refined/business-map-page/overview-v35 to single .business-overview-page. */
/* Old 4-class rules are kept (not deleted); these aliases only re-attach the page-level styles that those classes provided. */
/* Width 1080 + breadcrumb alignment stay handled by NEW-1 (body.sub-page .business-area-inner). */
body.sub-page .business-overview-page{
  background:#fff!important;
  padding-top:120px!important;
  padding-bottom:140px!important;
}
body.sub-page .business-overview-page .reveal-on-scroll{
  opacity:1!important;
  transform:none!important;
}
@media(max-width:680px){
  body.sub-page .business-overview-page{
    padding-top:82px!important;
    padding-bottom:96px!important;
  }
}

/* D-2 business overview refined layout */
/* Scope: body.sub-page .business-overview-page only. No global / main-business / product-brochure selectors. 1080 width stays handled by NEW-1. */

/* A. lead: calm, smaller navy title, blue only on label */
body.sub-page .business-overview-page .business-overview-lead{margin-bottom:60px!important;text-align:left!important;}
body.sub-page .business-overview-page .business-overview-lead h2{font-size:clamp(30px,3.4vw,46px)!important;font-weight:500!important;color:#0e2438!important;margin:16px 0 20px!important;}
body.sub-page .business-overview-page .business-overview-lead p{margin:0!important;max-width:760px!important;color:#5b6978!important;}

/* B. 4 core business groups: minimal hairline grid (no shadow / heavy frame / radius) */
body.sub-page .business-overview-page .business-core-block{margin:0 0 8px!important;}
body.sub-page .business-overview-page .business-core-head{margin-bottom:26px;}
body.sub-page .business-overview-page .business-core-head span{display:block;margin-bottom:10px;color:#086797;font-size:12px;font-weight:800;letter-spacing:.2em;text-transform:uppercase;}
body.sub-page .business-overview-page .business-core-head h3{margin:0;color:#0e2438;font-size:25px;line-height:1.2;letter-spacing:-.045em;font-weight:700;}
body.sub-page .business-overview-page .business-core-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid #dde5ed;border-left:1px solid #dde5ed;}
body.sub-page .business-overview-page .business-core-card{display:flex;flex-direction:column;padding:30px 34px 32px;border-right:1px solid #dde5ed;border-bottom:1px solid #dde5ed;background:#fff;color:inherit;transition:background .25s ease;}
body.sub-page .business-overview-page .business-core-card:hover{background:#f7fafc;}
body.sub-page .business-overview-page .business-core-card .core-no{color:#9fb0c0;font-size:13px;font-weight:800;letter-spacing:.08em;}
body.sub-page .business-overview-page .business-core-card .core-label{margin-top:12px;color:#086797;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;}
body.sub-page .business-overview-page .business-core-card h4{margin:6px 0 12px;color:#0e2438;font-size:22px;line-height:1.2;letter-spacing:-.05em;font-weight:700;}
body.sub-page .business-overview-page .business-core-card p{margin:0 0 20px;color:#5b6978;font-size:15px;line-height:1.78;}
body.sub-page .business-overview-page .business-core-card em{margin-top:auto;display:inline-flex;align-items:center;gap:8px;font-style:normal;color:#0e2438;font-size:12px;font-weight:800;letter-spacing:.08em;}
body.sub-page .business-overview-page .business-core-card em::after{content:"\2192";color:#086797;}

/* D. application area: thin line list instead of filled #fff boxes */
body.sub-page .business-overview-page .application-line-grid{border-top:2px solid #0e2438!important;border-left:0!important;background:transparent!important;}
body.sub-page .business-overview-page .application-line-grid article{min-height:0!important;background:transparent!important;border-bottom:0!important;border-right:1px solid #e3e9f0!important;padding:24px 24px 24px 0!important;}
body.sub-page .business-overview-page .application-line-grid article:last-child{border-right:0!important;}

/* E. technology flow: thin lines + step numbers, no boxes */
body.sub-page .business-overview-page .flow-list{counter-reset:flowstep;}
body.sub-page .business-overview-page .flow-list div{grid-template-columns:46px 180px 1fr!important;gap:20px!important;align-items:baseline!important;background:transparent!important;}
body.sub-page .business-overview-page .flow-list div::before{counter-increment:flowstep;content:"0" counter(flowstep);color:#9fb0c0;font-size:13px;font-weight:800;letter-spacing:.06em;}

/* responsive */
@media(max-width:1020px){
  body.sub-page .business-overview-page .application-line-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  body.sub-page .business-overview-page .application-line-grid article:nth-child(2n){border-right:0!important;}
  body.sub-page .business-overview-page .application-line-grid article{padding:22px 24px!important;}
}
@media(max-width:680px){
  body.sub-page .business-overview-page .business-core-grid{grid-template-columns:1fr!important;}
  body.sub-page .business-overview-page .business-core-card{padding:26px 4px!important;background:transparent!important;}
  body.sub-page .business-overview-page .application-line-grid{grid-template-columns:1fr!important;}
  body.sub-page .business-overview-page .application-line-grid article{border-right:0!important;border-bottom:1px solid #e3e9f0!important;padding:18px 0!important;}
  body.sub-page .business-overview-page .application-line-grid article:last-child{border-bottom:0!important;}
  body.sub-page .business-overview-page .flow-list div{grid-template-columns:1fr!important;gap:4px!important;}
}

/* ============================================================
   D-5 GLOBAL TYPOGRAPHY SYSTEM  (FINAL AUTHORITY)
   ENF-style restrained corporate type scale, mapped to the
   project's REAL selectors (not generic class names).
   Placed last so equal-specificity ties win by source order.
   !important is required to beat the legacy patch stack (~46
   layers). Only font-size / line-height / weight / letter-spacing
   (+ minimal label color) are set. No layout/structure changes.
   D-6A: legacy patch font rules above were trimmed; this block
   is the single source of truth for shared typography.
   ============================================================ */
:root{
  --font-family-base:"Pretendard","Noto Sans KR",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
  --fs-nav:15px;
  --fs-body:15px;
  --fs-body-sm:13px;
  --fs-label:13px;
  --fs-card-title:24px;
  --fs-title-sm:24px;
  --fs-title-md:32px;
  --fs-title-lg:42px;
  --fs-hero:clamp(48px,5vw,72px);
  --lh-tight:1.25;
  --lh-title:1.35;
  --lh-body:1.75;
  --fw-regular:400;
  --fw-medium:500;
  --fw-semibold:600;
  --fw-bold:700;
  --type-ink:#0b1f35;
  --type-body:#3d4c5f;
  --type-label:#086797;
}

/* 1. Menu / GNB / mega title / breadcrumb -> 15 / 600 / 1.4 / -0.01em
   (top nav is already 15px; this only normalizes weight/spacing.
    mega sub-links and mobile overlay left as-is to avoid panel overflow.) */
.nav-item{font-size:var(--fs-nav)!important;font-weight:var(--fw-semibold)!important;line-height:1.4!important;letter-spacing:-.01em!important;}
.mega-title{font-size:var(--fs-nav)!important;font-weight:var(--fw-semibold)!important;letter-spacing:-.01em!important;}
.breadcrumb-inner,
.breadcrumb-inner a,
.breadcrumb-inner span,
.breadcrumb-inner strong{font-size:var(--fs-nav)!important;font-weight:var(--fw-semibold)!important;line-height:1.4!important;letter-spacing:-.01em!important;}

/* 2. Hero slogan (MAIN hero only) -> clamp(48,5vw,72) / 700 / 1.25 / -0.04em */
.main-hero .hero-copy h1{font-size:var(--fs-hero)!important;font-weight:var(--fw-bold)!important;line-height:var(--lh-tight)!important;letter-spacing:-.04em!important;}

/* 3. Detail page lead title (page 대제목) -> 42 / 700 / 1.35 / -0.045em */
body.sub-page .content .lead h2{font-size:var(--fs-title-lg)!important;font-weight:var(--fw-bold)!important;line-height:var(--lh-title)!important;letter-spacing:-.045em!important;}

/* 4. General section title -> 32 / 700 / 1.35 / -0.035em
   (About 엔에프켐텍 .section-title / .about-title only) */
.section-title,
.about-title{font-size:var(--fs-title-md)!important;font-weight:var(--fw-bold)!important;line-height:var(--lh-title)!important;letter-spacing:-.035em!important;}
/* D-7A: .main-business-head span is a small BUSINESS label, not a section title. Final rule: D-6C block. */

/* 5. Eyebrow / English label -> 13 / 700 / 0.22em / uppercase / blue */
.eyebrow,
.content .lead .eyebrow,
.brochure-copy .eyebrow,
.business-copy .eyebrow{font-size:var(--fs-label)!important;font-weight:var(--fw-bold)!important;line-height:1.4!important;letter-spacing:.22em!important;color:var(--type-label)!important;text-transform:uppercase!important;}

/* 6. Body / description text (safe content scopes only) -> 15 / 400 / 1.75 / -0.01em */
body.sub-page .content p{font-size:var(--fs-body)!important;font-weight:var(--fw-regular)!important;line-height:var(--lh-body)!important;letter-spacing:-.01em!important;color:var(--type-body)!important;}
.about-card p{font-size:var(--fs-body)!important;font-weight:var(--fw-regular)!important;line-height:var(--lh-body)!important;color:var(--type-body)!important;}
/* D-7A: .main-business-catalog .main-business-head p -> layout + typography in D-6C block */

/* 7. Card titles -> 24 / 700 / 1.35 / -0.03em (About cards) */
.about-card h3{font-size:var(--fs-card-title)!important;font-weight:var(--fw-bold)!important;line-height:var(--lh-title)!important;letter-spacing:-.03em!important;}

/* 8. MAIN page Business 4-card font normalization
   number+label span / title / description / view-more link */
.main-business-catalog .main-business-copy span{font-size:var(--fs-label)!important;font-weight:var(--fw-bold)!important;line-height:1.4!important;letter-spacing:.18em!important;color:var(--type-label)!important;text-transform:uppercase!important;}
.main-business-catalog .main-business-copy h3{font-size:var(--fs-card-title)!important;font-weight:var(--fw-bold)!important;line-height:var(--lh-title)!important;letter-spacing:-.03em!important;color:var(--type-ink)!important;}
.main-business-catalog .main-business-copy p{font-size:var(--fs-body)!important;font-weight:var(--fw-regular)!important;line-height:var(--lh-body)!important;letter-spacing:-.01em!important;color:#425466!important;}
.main-business-catalog .main-business-copy em{font-size:14px!important;font-weight:var(--fw-bold)!important;}

/* 9. Buttons / "자세히 보기" / "바로가기" links -> 14 / 700 */
.service-link-card span{font-size:14px!important;font-weight:var(--fw-bold)!important;}
body.sub-page .business-overview-page .business-core-card em{font-size:14px!important;font-weight:var(--fw-bold)!important;letter-spacing:.02em!important;}

/* 10. Responsive token overrides (hierarchy preserved on tablet/mobile) */
@media(max-width:1024px){
  :root{
    --fs-title-md:28px;
    --fs-title-lg:36px;
  }
}
@media(max-width:768px){
  :root{
    --fs-nav:14px;
    --fs-body:14px;
    --fs-body-sm:12px;
    --fs-label:12px;
    --fs-card-title:22px;
    --fs-title-sm:21px;
    --fs-title-md:26px;
    --fs-title-lg:32px;
    --fs-hero:clamp(36px,10vw,48px);
  }
}

/* ============================================================
   D-6A CSS STABILIZATION NOTES
   Purpose: maintainability only — no layout/design changes.
   - :root tokens: line ~11 (layout/header), ~941 (--group-*),
     ~1275 (--nfc-*), D-5 block (typography --fs-* / --lh-*).
   - Legacy patches (v1.9.x ~ M1_0_46) keep layout/color rules.
   - Shared typography (font-size, weight, line-height, letter-spacing)
     for nav, breadcrumb, hero slogan, section titles, labels,
     body copy, about cards, main-business cards → D-5 above.
   - sub-hero h1: D-7B SUB-HERO TYPOGRAPHY SYSTEM (final authority).
   - header/GNB size-align-underline: D-7C HEADER / GNB UNIFICATION (final authority).
   - font-family body switch: deferred (see D-5/D-6A report).
   Do not re-add typography to legacy patches without updating D-5.
   ============================================================ */

/* ============================================================
   D-6B MAIN BUSINESS CARD REFINEMENT (index.html only)
   Scope: .main-business-catalog — premium calm corporate cards.
   Typography: D-5 GLOBAL TYPOGRAPHY SYSTEM (unchanged).
   Layout: 2x2 side-by-side image/copy grid preserved.
   No neon, no strong gradients, no image file changes.
   ============================================================ */

/* Section atmosphere */
.main-business-catalog{
  background:
    radial-gradient(circle at 18% 12%,rgba(220,228,238,.38),transparent 28%),
    linear-gradient(180deg,#fff 0%,#f8fafc 100%)!important;
}

/* Card grid: spaced frames instead of shared hairline grid */
.main-business-catalog .main-business-grid{
  border:0!important;
  border-top:0!important;
  border-left:0!important;
  gap:22px!important;
  overflow:visible!important;
}
.main-business-catalog .main-business-grid,
.main-business-catalog .main-business-item,
.main-business-catalog .main-business-media,
.main-business-catalog .main-business-copy{
  outline:0!important;
}

/* Card frame */
.main-business-catalog .main-business-item{
  border:1px solid rgba(205,216,228,.72)!important;
  border-right:1px solid rgba(205,216,228,.72)!important;
  border-bottom:1px solid rgba(205,216,228,.72)!important;
  border-radius:20px!important;
  background:rgba(255,255,255,.96)!important;
  box-shadow:0 14px 36px rgba(15,32,54,.06)!important;
  overflow:hidden!important;
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease!important;
}

/* Reset legacy overlap offsets — calm aligned cards */
.main-business-catalog .main-business-media{
  margin:0!important;
  min-height:320px!important;
  filter:saturate(.92) contrast(.96)!important;
  transition:filter .35s ease!important;
}
.main-business-catalog .main-business-media::after{
  background:linear-gradient(180deg,rgba(5,22,38,0),rgba(5,22,38,.08))!important;
}
.main-business-catalog .main-business-item.is-visible .main-business-media,
.main-business-catalog .main-business-item.is-visible:nth-child(1) .main-business-media,
.main-business-catalog .main-business-item.is-visible:nth-child(2) .main-business-media,
.main-business-catalog .main-business-item.is-visible:nth-child(3) .main-business-media,
.main-business-catalog .main-business-item.is-visible:nth-child(4) .main-business-media,
.main-business-catalog .main-business-item.is-visible:nth-child(n) .main-business-media{
  transform:none!important;
  filter:saturate(.92) contrast(.96)!important;
}
.main-business-catalog .main-business-media::before{
  transition:transform .35s ease!important;
}

/* Text area spacing (font sizes: D-5) */
.main-business-catalog .main-business-copy{
  padding:28px 28px 30px!important;
  min-height:0!important;
  background:#fff!important;
  border-left:1px solid rgba(223,230,238,.65)!important;
}
.main-business-catalog .main-business-copy::before{display:none!important;}
.main-business-catalog .main-business-copy span{margin:0 0 14px!important;}
.main-business-catalog .main-business-copy h3{margin:0 0 14px!important;}
.main-business-catalog .main-business-copy p{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  margin:0 0 24px!important;
  max-width:none!important;
}

/* VIEW MORE — restrained pill link (14px/700 from D-5) */
.main-business-catalog .main-business-copy em{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:0!important;
  min-height:36px!important;
  height:auto!important;
  margin-top:4px!important;
  padding:0 18px!important;
  border:1px solid rgba(42,111,176,.28)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.72)!important;
  color:#1f5f99!important;
  text-transform:uppercase!important;
  transition:background .25s ease,border-color .25s ease,color .25s ease!important;
}
.main-business-catalog .main-business-copy em::after{content:none!important;display:none!important;}

/* Hover — subtle lift only (pointer devices) */
@media (hover:hover){
  .main-business-catalog .main-business-item.reveal-on-scroll.is-visible:hover{
    transform:translateY(-4px)!important;
    border-color:rgba(42,111,176,.26)!important;
    box-shadow:0 20px 48px rgba(15,32,54,.10)!important;
  }
  .main-business-catalog .main-business-item:hover .main-business-media::before{
    transform:scale(1.025)!important;
  }
  .main-business-catalog .main-business-item:hover .main-business-media{
    filter:saturate(1) contrast(1)!important;
  }
  .main-business-catalog .main-business-item:hover .main-business-copy em{
    background:rgba(42,111,176,.05)!important;
    border-color:rgba(42,111,176,.45)!important;
    color:#1f5f99!important;
  }
}

/* Tablet / mobile */
@media(max-width:1020px){
  .main-business-catalog .main-business-grid{gap:18px!important;}
  .main-business-catalog .main-business-copy{
    border-left:0!important;
    border-top:1px solid rgba(223,230,238,.65)!important;
  }
}
@media(max-width:768px){
  .main-business-catalog .main-business-copy{padding:24px 22px 26px!important;}
  .main-business-catalog .main-business-media{min-height:260px!important;}
}

/* ============================================================
   D-6C MAIN BUSINESS SECTION HEAD REFINEMENT (index.html only)
   FINAL AUTHORITY — Business section head typography + layout.
   Structure (confirmed D-6C; D-7A removed D-5 title-md conflict):
     .main-business-head span = small BUSINESS label (--fs-label)
     .main-business-head p     = section description (--fs-body)
     No h2 in current index.html markup — do not add via CSS.
   Cards: D-6B block unchanged.
   ============================================================ */

/* Head block: centered, restrained — matches About section rhythm */
.main-business-catalog .main-business-head{
  display:block!important;
  grid-template-columns:none!important;
  align-items:stretch!important;
  max-width:760px!important;
  margin:0 auto 48px!important;
  padding-bottom:0!important;
  border-bottom:0!important;
  text-align:center!important;
}

/* BUSINESS — small English label (D-5 title-md removed in D-7A) */
.main-business-catalog .main-business-head span{
  display:block!important;
  margin:0 0 14px!important;
  font-size:var(--fs-label)!important;
  font-weight:var(--fw-bold)!important;
  line-height:1.4!important;
  letter-spacing:.22em!important;
  text-transform:uppercase!important;
  color:var(--type-label)!important;
}

/* Description — A안: expose existing p (M1_0_42 had display:none) */
.main-business-catalog .main-business-head p{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  grid-column:auto!important;
  max-width:680px!important;
  margin:0 auto!important;
  font-size:var(--fs-body)!important;
  font-weight:var(--fw-regular)!important;
  line-height:var(--lh-body)!important;
  letter-spacing:-.01em!important;
  color:var(--type-body)!important;
}

@media (max-width:768px){
  body:not(.sub-page) .main-business-catalog .main-business-head{
    margin-bottom:42px!important;
  }

  .main-business-catalog .main-business-head{
    max-width:100%!important;
  }

  .main-business-catalog .main-business-head p{
    max-width:100%!important;
    margin-top:0!important;
  }
}

/* ============================================================
   D-7A BUSINESS HEAD CSS CONFLICT RESOLUTION
   - Removed .main-business-head span from D-5 section-title rule.
   - Removed .main-business-head p from D-5 body rule (D-6C owns head p).
   - .main-business-head h2 rules in legacy patches are dead (no h2 in HTML).
   - Visual result unchanged from D-6C; source-order risk eliminated.
   ============================================================ */

/* ============================================================
   D-7B SUB-HERO TYPOGRAPHY SYSTEM
   Scope: body.sub-page only — never .main-hero / .hero-copy h1.
   Hierarchy: main hero (--fs-hero) > sub-hero h1 (34–42px) > lead h2 (42px).
   Layout/background/height/overlay unchanged; typography only.
   ============================================================ */
body.sub-page .sub-hero-copy h1{
  font-size:clamp(34px,3.6vw,42px)!important;
  line-height:1.3!important;
  font-weight:var(--fw-bold)!important;
  letter-spacing:-.04em!important;
  text-shadow:0 8px 28px rgba(0,0,0,.24)!important;
}

@media(max-width:768px){
  body.sub-page .sub-hero-copy h1{
    font-size:clamp(28px,8vw,34px)!important;
    line-height:1.3!important;
  }
}

/* ============================================================
   D-7C HEADER / GNB UNIFICATION  (FINAL AUTHORITY)
   Scope: index.html + pages/*.html — same header system.
   Typography aligns with D-5 (--fs-nav 15 / 600 / 1.4 / -0.01em).
   Background transparency vs white-on-scroll unchanged; size,
   alignment, underline, and height unified. Desktop GNB only
   at min-width:1181px so mobile overlay menu is untouched.
   D-8A retired conflicting legacy header patches above.
   ============================================================ */
:root{
  --header-h:72px;
}

.site-header{
  height:var(--header-h)!important;
}

.header-inner{
  height:var(--header-h)!important;
  align-items:center!important;
}

.brand{
  display:flex!important;
  align-items:center!important;
  line-height:1!important;
  font-size:24px!important;
  font-weight:800!important;
  letter-spacing:-.06em!important;
}

.lang{
  display:flex!important;
  align-items:center!important;
  font-size:13px!important;
  font-weight:700!important;
  line-height:1.4!important;
  letter-spacing:-.025em!important;
  gap:7px!important;
}

@media(min-width:1181px){
  .header-inner{
    width:calc(100% - 120px)!important;
    max-width:1720px!important;
    margin:0 auto!important;
    padding-left:clamp(24px,2vw,36px)!important;
    padding-right:clamp(24px,2vw,36px)!important;
    column-gap:0!important;
    grid-template-columns:minmax(200px,1fr) auto minmax(200px,1fr)!important;
  }

  .brand{
    grid-column:1!important;
    justify-self:start!important;
  }

  .desktop-nav{
    grid-column:2!important;
    justify-self:center!important;
    height:100%!important;
    display:grid!important;
    width:auto!important;
    max-width:none!important;
    grid-template-columns:repeat(5,clamp(120px,9vw,156px))!important;
    align-items:center!important;
  }

  .nav-item{
    height:100%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    font-size:var(--fs-nav)!important;
    font-weight:var(--fw-semibold)!important;
    line-height:1.4!important;
    letter-spacing:-.01em!important;
  }

  .nav-item.active:after,
  .nav-item:hover:after{
    content:''!important;
    position:absolute!important;
    left:50%!important;
    bottom:0!important;
    transform:translateX(-50%)!important;
    width:68px!important;
    height:2px!important;
    background:var(--blue)!important;
  }

  .lang{
    grid-column:3!important;
    justify-self:end!important;
    justify-content:flex-end!important;
  }

  .mega-menu{
    top:var(--header-h)!important;
  }

  .mega-inner{
    width:calc(100% - 120px)!important;
    max-width:1720px!important;
    margin:0 auto!important;
    padding-left:clamp(24px,2vw,36px)!important;
    padding-right:clamp(24px,2vw,36px)!important;
    /* D-8B: full grid/column map is final authority below */
    grid-template-columns:1fr repeat(5,clamp(120px,9vw,156px)) 1fr!important;
    column-gap:0!important;
  }

  .mega-col:first-child{
    grid-column:2!important;
  }
}

@media(max-width:1180px){
  .header-inner{
    grid-template-columns:1fr auto 44px!important;
    padding-left:clamp(20px,4vw,32px)!important;
    padding-right:clamp(20px,4vw,32px)!important;
    gap:12px!important;
  }

  .brand{
    grid-column:1!important;
    justify-self:start!important;
    font-size:24px!important;
  }

  .lang{
    grid-column:2!important;
    justify-self:end!important;
  }

  .hamburger{
    grid-column:3!important;
    justify-self:end!important;
  }
}

@media(max-width:680px){
  .site-header{
    height:72px!important;
  }

  .header-inner{
    height:72px!important;
  }
}

/* ============================================================
   D-8A LEGACY HEADER CSS STABILIZATION
   Retired superseded header patches (documented inline above):
   - v1.9.17: removed conflicting brand/nav/lang typography + grid
   - M_1.0.21: full block commented out
   - M1_0_28: header grid retired; mega-menu panel kept
   - M1_0_28 1181–1320px shrink block commented out
   - H-1 / H-1b: full blocks commented out
   FINAL AUTHORITY for header height, logo, nav, lang, underline,
   desktop grid: D-7C HEADER / GNB UNIFICATION.
   Preserved: transparent/scrolled background, color transitions,
   mega-menu open/hover, mobile hamburger, menu-backdrop.
   Mega-menu grid alignment: D-8B MEGA MENU / GNB GRID ALIGNMENT.
   ============================================================ */

/* ============================================================
   D-8B MEGA MENU / GNB GRID ALIGNMENT
   Scope: desktop min-width 1181px only.
   Aligns 5 mega columns to 5 GNB nav items under D-7C header grid.
   Does NOT change header height, brand/nav/lang sizes, or underline.
   ============================================================ */
@media(min-width:1181px){
  .mega-menu{
    left:0!important;
    right:0!important;
    top:var(--header-h)!important;
    border-top:1px solid rgba(255,255,255,.1)!important;
  }

  .site-header.is-scrolled .mega-menu,
  .site-header.mega-open .mega-menu,
  .site-header:hover .mega-menu{
    border-top-color:rgba(15,31,48,.08)!important;
  }

  .mega-inner{
    width:calc(100% - 120px)!important;
    max-width:1720px!important;
    margin:0 auto!important;
    padding:32px clamp(24px,2vw,36px) 36px!important;
    display:grid!important;
    grid-template-columns:minmax(200px,1fr) repeat(5,clamp(120px,9vw,156px)) minmax(200px,1fr)!important;
    column-gap:0!important;
    align-items:start!important;
    box-sizing:border-box!important;
  }

  .mega-col:nth-child(1){grid-column:2!important;}
  .mega-col:nth-child(2){grid-column:3!important;}
  .mega-col:nth-child(3){grid-column:4!important;}
  .mega-col:nth-child(4){grid-column:5!important;}
  .mega-col:nth-child(5){grid-column:6!important;}

  .mega-title{
    font-size:var(--fs-nav)!important;
    font-weight:var(--fw-bold)!important;
    line-height:1.4!important;
    letter-spacing:-.01em!important;
    margin-bottom:14px!important;
  }

  .mega-col a:not(.mega-title){
    font-size:14px!important;
    font-weight:var(--fw-semibold)!important;
    line-height:1.6!important;
    margin-top:6px!important;
    margin-bottom:6px!important;
  }

  .mega-col a:not(.mega-title):hover{
    color:#fff!important;
  }
}

/* ============================================================
   D-9A PC SCALE CHECK / MOBILE MENU COLOR ALIGNMENT
   PC scale: no zoom/scale change. Local-server computed styles
   match D-5/D-7C (hero 72px, header 72px). Wide-screen "small"
   look is max-width layout (section-inner ~1320px), not CSS bug.
   file:// vs http:// — use local server for verification; same CSS path.
   Mobile: legacy base bundle .mobile-lang b used ENF pink #f02986.
   ============================================================ */
.mobile-menu{
  color:#0b1f35!important;
}

.mobile-lang{
  border-bottom-color:rgba(15,32,54,.12)!important;
}

.mobile-lang b{
  color:var(--blue)!important;
}

.mobile-lang span{
  color:#6b7a90!important;
}

.mobile-head button{
  color:#0b1f35!important;
}

.mobile-menu summary{
  color:#0b1f35!important;
}

.mobile-menu summary:after{
  color:#8a97a8!important;
}

.mobile-menu details{
  border-bottom-color:rgba(15,32,54,.12)!important;
}

.mobile-menu details a{
  color:#3d4c5f!important;
}

.mobile-menu details a:hover,
.mobile-menu details a:focus{
  color:var(--blue)!important;
}

.mobile-menu details[open] summary{
  color:var(--blue)!important;
}

@media(max-width:1180px){
  .mobile-menu.open{
    display:block!important;
  }
}

/* ============================================================
   D-9C MAIN PAGE TYPOGRAPHY BALANCE
   Scope: index.html only (body:not(.sub-page)).
   Goal: main-page section copy feels balanced vs sub-page lead/
   sub-hero hierarchy — typography only, no layout/width changes.
   D-5 :root tokens unchanged; main-page overrides only.
   ============================================================ */
@media(min-width:1181px){
  body:not(.sub-page) .main-hero .hero-copy h1{
    font-size:clamp(52px,5.4vw,80px)!important;
  }

  body:not(.sub-page) .main-business-catalog .main-business-head p{
    font-size:16px!important;
  }

  body:not(.sub-page) .main-business-catalog .main-business-copy h3{
    font-size:26px!important;
  }

  body:not(.sub-page) .main-business-catalog .main-business-copy p{
    font-size:16px!important;
  }

  body:not(.sub-page) .about-title{
    font-size:34px!important;
  }

  body:not(.sub-page) .about-card p{
    font-size:16px!important;
  }

  body:not(.sub-page) .service-link-card h3{
    font-size:25px!important;
  }

  body:not(.sub-page) .service-link-card p{
    font-size:15px!important;
  }
}

/* ============================================================
   D-10A ENF-LIKE BUSINESS REVEAL  (SUPERSEDED BY D-10B)
   Kept for reference only — D-10B is final authority.
   ============================================================ */

/* ============================================================
   D-10B BUSINESS CARD INDIVIDUAL REVEAL FIX  (FINAL AUTHORITY)
   Cards: .business-reveal-card + data-reveal-order on each <a>.
   JS: grid IntersectionObserver + 120ms stagger is-visible.
   Overrides generic .reveal-on-scroll and D-6B .28s transform-only
   transition so opacity/transform fade is never skipped.
   ============================================================ */
body:not(.sub-page) .main-business-catalog .business-reveal-card:not(.main-business-core-card){
  opacity:0!important;
  transform:translate3d(0,24px,0)!important;
  transition-property:opacity,transform,box-shadow,border-color!important;
  transition-duration:.92s,.92s,.28s,.28s!important;
  transition-timing-function:cubic-bezier(.22,1,.36,1),cubic-bezier(.22,1,.36,1),ease,ease!important;
  transition-delay:0ms!important;
  will-change:opacity,transform;
}

body:not(.sub-page) .main-business-catalog .business-reveal-card:not(.main-business-core-card).is-visible{
  opacity:1!important;
  transform:translate3d(0,0,0)!important;
}

body:not(.sub-page) .main-business-catalog .business-reveal-card.is-visible .main-business-media,
body:not(.sub-page) .main-business-catalog .business-reveal-card.is-visible:nth-child(n) .main-business-media{
  transform:none!important;
  filter:saturate(.92) contrast(.96)!important;
}

@media (hover:hover){
  body:not(.sub-page) .main-business-catalog .business-reveal-card.is-visible:not(.main-business-core-card):hover{
    transform:translate3d(0,-4px,0)!important;
    transition-property:transform,box-shadow,border-color!important;
    transition-duration:.28s,.28s,.28s!important;
    transition-timing-function:ease,ease,ease!important;
  }

  body:not(.sub-page) .main-business-catalog .main-business-core-card.is-visible:hover{
    transform:translate3d(0,0,0)!important;
  }
}

@media (prefers-reduced-motion:reduce){
  body:not(.sub-page) .main-business-catalog .business-reveal-card:not(.main-business-core-card){
    opacity:1!important;
    transform:none!important;
    transition:none!important;
  }

  body:not(.sub-page) .main-business-catalog .main-business-core-grid .business-reveal-card{
    opacity:1!important;
    transform:none!important;
    transition:none!important;
  }
}

/* ============================================================
   D-10C PRODUCT DETAIL LAYOUT
   Scope: 4 product pages — product_hollow/solid/tio2/coating.
   Brochure layout refinement; content/text/tables/images unchanged.
   ============================================================ */
body.sub-page .product-detail-v1{
  background:#fff;
}

body.sub-page .product-page-v29 .product-detail-v1{
  padding-bottom:48px;
}

body.sub-page .product-detail-v1 .title-row,
body.sub-page .product-detail-v1 .title-line{
  display:none!important;
}

body.sub-page .product-detail-v1 .circle-mark{
  display:none!important;
}

body.sub-page .product-detail-v1 .brochure-section{
  border-top:0!important;
  padding:0!important;
  margin:0!important;
  box-shadow:none!important;
  background:transparent!important;
}

body.sub-page .product-detail-v1 .product-lead-block{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);
  gap:56px;
  align-items:center;
  padding:52px 56px;
  border:1px solid rgba(205,216,228,.72);
  border-radius:22px;
  background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);
}

body.sub-page .product-detail-v1 .product-lead-block.product-lead-block-single{
  grid-template-columns:1fr;
}

body.sub-page .product-detail-v1 .product-section-kicker,
body.sub-page .product-detail-v1 .intro-kicker{
  display:block;
  font-size:var(--fs-label)!important;
  font-weight:var(--fw-bold)!important;
  letter-spacing:.22em!important;
  text-transform:uppercase!important;
  color:var(--type-label)!important;
  margin:0 0 14px!important;
}

body.sub-page .product-detail-v1 .product-lead-title,
body.sub-page .product-detail-v1 .product-intro h2{
  margin:0 0 16px!important;
  font-size:clamp(28px,3vw,34px)!important;
  line-height:var(--lh-title)!important;
  font-weight:var(--fw-bold)!important;
  letter-spacing:-.035em!important;
  color:#0b1f35!important;
}

body.sub-page .product-detail-v1 .product-lead-summary{
  margin:0 0 18px!important;
  font-size:17px!important;
  line-height:1.65!important;
  color:#0b1f35!important;
}

body.sub-page .product-detail-v1 .product-lead-desc,
body.sub-page .product-detail-v1 .product-intro p{
  margin:0!important;
  font-size:var(--fs-body)!important;
  line-height:var(--lh-body)!important;
  color:var(--type-body)!important;
  max-width:760px!important;
}

body.sub-page .product-detail-v1 .product-lead-visual,
body.sub-page .product-detail-v1 .product-two-col-visual{
  margin:0;
  padding:24px;
  border:1px solid rgba(205,216,228,.72);
  border-radius:18px;
  background:#fff;
}

body.sub-page .product-detail-v1 .product-lead-visual img,
body.sub-page .product-detail-v1 .product-two-col-visual img{
  width:100%;
  height:auto;
  margin:0 auto;
}

body.sub-page .product-detail-v1 .product-section{
  margin-top:72px;
}

body.sub-page .product-detail-v1 .product-section-head{
  margin-bottom:28px;
}

body.sub-page .product-detail-v1 .product-section-title,
body.sub-page .product-detail-v1 .brochure-section-title,
body.sub-page .product-detail-v1 .table-section > h2,
body.sub-page .product-detail-v1 .clean-title{
  margin:0!important;
  padding:0!important;
  font-size:var(--fs-title-md)!important;
  line-height:var(--lh-title)!important;
  font-weight:var(--fw-bold)!important;
  letter-spacing:-.035em!important;
  color:#0b1f35!important;
}

body.sub-page .product-detail-v1 .product-section-desc{
  margin-top:14px;
  font-size:var(--fs-body);
  line-height:var(--lh-body);
  color:var(--type-body);
}

body.sub-page .product-detail-v1 .product-key-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

body.sub-page .product-detail-v1 .product-key-grid .tech-focus-item,
body.sub-page .product-detail-v1 .product-tech-focus .tech-focus-item{
  min-height:156px!important;
  padding:28px!important;
  border:1px solid rgba(205,216,228,.72)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:none!important;
}

body.sub-page .product-detail-v1 .product-tech-focus{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  border:0!important;
  background:transparent!important;
}

body.sub-page .product-detail-v1 .tech-focus-item strong{
  display:block;
  margin-bottom:10px!important;
  font-size:15px!important;
  color:#0b1f35!important;
}

body.sub-page .product-detail-v1 .tech-focus-item span{
  font-size:14px!important;
  line-height:1.65!important;
  color:#3d4c5f!important;
}

body.sub-page .product-detail-v1 .product-two-col,
body.sub-page .product-detail-v1 .feature-core,
body.sub-page .product-detail-v1 .top-two-col,
body.sub-page .product-detail-v1 .app-two-col{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(300px,.92fr)!important;
  gap:48px!important;
  align-items:start!important;
  padding-top:0!important;
}

body.sub-page .product-detail-v1 .brochure-bullets{
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}

body.sub-page .product-detail-v1 .brochure-bullets li{
  position:relative;
  padding:0 0 14px 16px!important;
  font-size:var(--fs-body)!important;
  line-height:var(--lh-body)!important;
  color:var(--type-body)!important;
  border-bottom:1px solid rgba(205,216,228,.55);
  margin-bottom:14px!important;
}

body.sub-page .product-detail-v1 .brochure-bullets li:last-child{
  border-bottom:0;
  margin-bottom:0!important;
  padding-bottom:0!important;
}

body.sub-page .product-detail-v1 .brochure-bullets li::before{
  content:"";
  position:absolute;
  left:0;
  top:.72em;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#086797;
}

body.sub-page .product-detail-v1 .core-card,
body.sub-page .product-detail-v1 .diagram-card,
body.sub-page .product-detail-v1 .product-analysis-figure,
body.sub-page .product-detail-v1 .hollow-tem-card,
body.sub-page .product-detail-v1 .tio2-chart-card{
  border:1px solid rgba(205,216,228,.72)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:none!important;
  padding:24px!important;
}

body.sub-page .product-detail-v1 .hollow-tem-grid,
body.sub-page .product-detail-v1 .image-eval-grid,
body.sub-page .product-detail-v1 .nano-eval-grid,
body.sub-page .product-detail-v1 .chart-two-col{
  display:grid!important;
  gap:18px!important;
  border:0!important;
  background:transparent!important;
}

body.sub-page .product-detail-v1 .hollow-tem-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}

body.sub-page .product-detail-v1 .image-eval-grid,
body.sub-page .product-detail-v1 .nano-eval-grid,
body.sub-page .product-detail-v1 .chart-two-col{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
}

body.sub-page .product-detail-v1 .hollow-tem-card img,
body.sub-page .product-detail-v1 .product-analysis-figure img,
body.sub-page .product-detail-v1 .tio2-chart-card img,
body.sub-page .product-detail-v1 .diagram-wide{
  width:100%;
  height:auto;
}

body.sub-page .product-detail-v1 .product-analysis-figure h3,
body.sub-page .product-detail-v1 .tio2-chart-card h3{
  margin:0 0 14px!important;
  font-size:18px!important;
  color:#0b1f35!important;
}

body.sub-page .product-detail-v1 figcaption,
body.sub-page .product-detail-v1 .diagram-card-caption{
  margin-top:12px!important;
  font-size:13px!important;
  line-height:1.6!important;
  color:#6b7a90!important;
}

body.sub-page .product-detail-v1 .product-specs .table-wrap,
body.sub-page .product-detail-v1 .table-section .table-wrap{
  border:1px solid rgba(205,216,228,.72)!important;
  border-radius:16px!important;
  overflow:auto!important;
  background:#fff!important;
}

body.sub-page .product-detail-v1 table{
  width:100%;
  border-collapse:collapse!important;
  font-size:14px!important;
}

body.sub-page .product-detail-v1 thead{
  background:#f6f9fc!important;
}

body.sub-page .product-detail-v1 th,
body.sub-page .product-detail-v1 td{
  padding:14px 16px!important;
  border-bottom:1px solid rgba(205,216,228,.72)!important;
  text-align:left!important;
}

body.sub-page .product-detail-v1 .product-cta{
  margin-top:88px;
  padding:40px 48px;
  border:1px solid rgba(205,216,228,.72);
  border-radius:22px;
  background:#f8fafc;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
}

body.sub-page .product-detail-v1 .product-cta .product-section-title{
  margin-top:10px!important;
}

body.sub-page .product-detail-v1 .product-cta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 22px;
  border:1px solid rgba(42,111,176,.32);
  border-radius:999px;
  color:#1f5f99;
  font-size:14px;
  font-weight:700;
  text-decoration:none;
  white-space:nowrap;
  transition:background .25s ease,border-color .25s ease,color .25s ease;
}

body.sub-page .product-detail-v1 .product-cta a:hover{
  background:rgba(42,111,176,.06);
  border-color:rgba(42,111,176,.45);
}

body.sub-page .product-detail-v1.coating-material-page .coating-page-head{
  padding:0!important;
  border:0!important;
  background:transparent!important;
}

body.sub-page .product-detail-v1 .coating-switch-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:0;
  margin-top:36px!important;
  margin-bottom:0!important;
  border-bottom:1px solid rgba(205,216,228,.72)!important;
}

body.sub-page .product-detail-v1 .coating-switch-tabs button{
  min-width:180px;
  padding:16px 24px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#3d4c5f!important;
  font-size:15px!important;
  font-weight:700!important;
}

body.sub-page .product-detail-v1 .coating-switch-tabs button.active{
  color:#086797!important;
  background:transparent!important;
}

body.sub-page .product-detail-v1 .coating-switch-tabs button.active::after{
  height:2px!important;
  background:#086797!important;
}

body.sub-page .product-detail-v1 .coating-tab-contents{
  margin-top:48px;
}

body.sub-page .product-detail-v1 .product-part{
  padding:0!important;
  border:0!important;
  background:transparent!important;
}

body.sub-page .product-detail-v1 .product-part .product-intro{
  margin-bottom:36px!important;
}

body.sub-page .product-detail-v1 .coating-feature-with-visual,
body.sub-page .product-detail-v1 .resin-feature-layout{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(280px,.95fr)!important;
  gap:40px!important;
  margin-top:48px!important;
}

body.sub-page .product-detail-v1 .coating-sample-grid{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:16px!important;
}

body.sub-page .product-detail-v1 .brochure-section-title.sub{
  margin-top:36px!important;
}

@media(max-width:900px){
  body.sub-page .product-detail-v1 .product-lead-block,
  body.sub-page .product-detail-v1 .product-two-col,
  body.sub-page .product-detail-v1 .feature-core,
  body.sub-page .product-detail-v1 .top-two-col,
  body.sub-page .product-detail-v1 .app-two-col,
  body.sub-page .product-detail-v1 .coating-feature-with-visual,
  body.sub-page .product-detail-v1 .resin-feature-layout{
    grid-template-columns:1fr!important;
    gap:32px!important;
    padding:32px 28px!important;
  }

  body.sub-page .product-detail-v1 .product-key-grid,
  body.sub-page .product-detail-v1 .product-tech-focus,
  body.sub-page .product-detail-v1 .hollow-tem-grid,
  body.sub-page .product-detail-v1 .image-eval-grid,
  body.sub-page .product-detail-v1 .nano-eval-grid,
  body.sub-page .product-detail-v1 .chart-two-col{
    grid-template-columns:1fr!important;
  }

  body.sub-page .product-detail-v1 .product-cta{
    flex-direction:column;
    align-items:flex-start;
    padding:32px 28px;
  }

  body.sub-page .product-detail-v1 .product-section{
    margin-top:56px;
  }

  body.sub-page .product-detail-v1 .coating-switch-tabs{
    overflow-x:auto;
  }
}

/* ============================================================
   D-11A MEGA MENU TYPOGRAPHY REFINEMENT
   Scope: desktop min-width 1181px only.
   Typography hierarchy only — D-8B grid/column alignment unchanged.
   Mega-menu reads lighter/smaller than GNB (ENF-like sub-navigation).
   ============================================================ */
@media(min-width:1181px){
  .mega-menu .mega-title{
    font-size:14px!important;
    font-weight:600!important;
    line-height:1.45!important;
    letter-spacing:-.01em!important;
    color:rgba(255,255,255,.88)!important;
    margin-bottom:16px!important;
  }

  .mega-menu .mega-link,
  .mega-menu .mega-col a:not(.mega-title){
    font-size:13px!important;
    font-weight:400!important;
    line-height:1.8!important;
    letter-spacing:-.01em!important;
    color:rgba(255,255,255,.62)!important;
    margin-top:7px!important;
    margin-bottom:7px!important;
  }

  .mega-menu .mega-link:hover,
  .mega-menu .mega-col a:not(.mega-title):hover{
    color:#fff!important;
    font-weight:400!important;
    text-decoration:none!important;
  }

  .mega-menu .mega-link.active,
  .mega-menu .mega-col a:not(.mega-title).active,
  .mega-menu .mega-link[aria-current="page"],
  .mega-menu .mega-col a:not(.mega-title)[aria-current="page"]{
    color:#fff!important;
    font-weight:600!important;
  }

  .site-header.is-scrolled .mega-menu .mega-title{
    color:rgba(15,31,48,.88)!important;
  }

  .site-header.is-scrolled .mega-menu .mega-link,
  .site-header.is-scrolled .mega-menu .mega-col a:not(.mega-title){
    color:rgba(15,31,48,.58)!important;
  }

  .site-header.is-scrolled .mega-menu .mega-link:hover,
  .site-header.is-scrolled .mega-menu .mega-col a:not(.mega-title):hover,
  .site-header.is-scrolled .mega-menu .mega-link.active,
  .site-header.is-scrolled .mega-menu .mega-col a:not(.mega-title).active,
  .site-header.is-scrolled .mega-menu .mega-link[aria-current="page"],
  .site-header.is-scrolled .mega-menu .mega-col a:not(.mega-title)[aria-current="page"]{
    color:#0b1f35!important;
  }
}

/* ============================================================
   D-11B SUB-PAGE SMOOTH SCROLL SUPPORT + MEGA MENU VISIBILITY FIX
   Smooth scroll: sub-page desktop only. Mega fix: dark panel always
   uses light text (D-11A is-scrolled dark text broke contrast).
   ============================================================ */
@media (min-width:1181px) and (pointer:fine){
  body.sub-page{
    overscroll-behavior-y:none;
  }

  html:has(body.sub-page){
    scroll-behavior:auto;
  }

  body.sub-page .reveal-on-scroll{
    transition-duration:.8s;
    transition-timing-function:cubic-bezier(.22,1,.36,1);
  }
}

@media (prefers-reduced-motion:reduce){
  html{
    scroll-behavior:auto;
  }
}

@media(min-width:1181px){
  .mega-menu .mega-inner{
    background:rgba(3,16,29,.94)!important;
  }

  .site-header.is-scrolled .mega-menu .mega-title,
  .site-header.mega-open .mega-menu .mega-title,
  .site-header:hover .mega-menu .mega-title,
  body.sub-page .mega-menu .mega-title{
    color:rgba(255,255,255,.88)!important;
  }

  .site-header.is-scrolled .mega-menu .mega-link,
  .site-header.is-scrolled .mega-menu .mega-col a:not(.mega-title),
  .site-header.mega-open .mega-menu .mega-link,
  .site-header.mega-open .mega-menu .mega-col a:not(.mega-title),
  .site-header:hover .mega-menu .mega-link,
  .site-header:hover .mega-menu .mega-col a:not(.mega-title),
  body.sub-page .mega-menu .mega-link,
  body.sub-page .mega-menu .mega-col a:not(.mega-title){
    color:rgba(255,255,255,.62)!important;
  }

  .site-header.is-scrolled .mega-menu .mega-link:hover,
  .site-header.is-scrolled .mega-menu .mega-col a:not(.mega-title):hover,
  .site-header.mega-open .mega-menu .mega-link:hover,
  .site-header.mega-open .mega-menu .mega-col a:not(.mega-title):hover,
  .site-header:hover .mega-menu .mega-link:hover,
  .site-header:hover .mega-menu .mega-col a:not(.mega-title):hover,
  body.sub-page .mega-menu .mega-link:hover,
  body.sub-page .mega-menu .mega-col a:not(.mega-title):hover{
    color:#fff!important;
    font-weight:400!important;
  }

  .site-header.is-scrolled .mega-menu .mega-link.active,
  .site-header.is-scrolled .mega-menu .mega-col a:not(.mega-title).active,
  .site-header.is-scrolled .mega-menu .mega-link[aria-current="page"],
  .site-header.is-scrolled .mega-menu .mega-col a:not(.mega-title)[aria-current="page"],
  .site-header.mega-open .mega-menu .mega-link.active,
  .site-header.mega-open .mega-menu .mega-col a:not(.mega-title).active,
  .site-header.mega-open .mega-menu .mega-link[aria-current="page"],
  .site-header.mega-open .mega-menu .mega-col a:not(.mega-title)[aria-current="page"],
  body.sub-page .mega-menu .mega-link.active,
  body.sub-page .mega-menu .mega-col a:not(.mega-title).active,
  body.sub-page .mega-menu .mega-link[aria-current="page"],
  body.sub-page .mega-menu .mega-col a:not(.mega-title)[aria-current="page"]{
    color:#fff!important;
    font-weight:600!important;
  }
}

/* ============================================================
   D-12 ENF-INSPIRED BUSINESS / PRODUCT PAGE REFINEMENT
   Scope: business_overview + product-detail-v1 pages only.
   Premium B2B tone — minimal sections, quiet typography, no sibling nav.
   ============================================================ */
body.sub-page .product-detail-v1 .reveal-on-scroll,
body.sub-page .business-overview-page .reveal-on-scroll{
  opacity:1!important;
  transform:none!important;
  transition:none!important;
}

body.sub-page .product-detail-v1 .product-section-kicker,
body.sub-page .product-detail-v1 .intro-kicker{
  letter-spacing:.18em!important;
  color:#8a97a6!important;
}

body.sub-page .product-detail-v1 .product-lead-block{
  padding:48px 52px;
  border:1px solid rgba(205,216,228,.55);
  border-radius:20px;
  background:#fff;
  box-shadow:0 18px 48px rgba(11,31,53,.04);
}

body.sub-page .product-detail-v1 .product-lead-visual,
body.sub-page .product-detail-v1 .product-two-col-visual{
  padding:20px;
  border:1px solid rgba(205,216,228,.45);
  border-radius:16px;
  background:#fafbfc;
}

body.sub-page .product-detail-v1 .product-section{
  margin-top:64px;
  padding-top:64px;
  border-top:1px solid rgba(205,216,228,.45);
}

body.sub-page .product-detail-v1 .product-lead-block{
  margin-top:0;
  padding-top:48px;
  border-top:0;
}

body.sub-page .product-detail-v1.coating-material-page .coating-page-head{
  margin-top:0;
  padding-top:48px;
  border-top:0;
}

body.sub-page .product-detail-v1 .product-key-block{
  border-top:0;
  margin-top:56px;
  padding-top:0;
}

body.sub-page .product-detail-v1 .product-key-grid .tech-focus-item,
body.sub-page .product-detail-v1 .product-tech-focus .tech-focus-item{
  min-height:0!important;
  padding:24px 26px!important;
  border:1px solid rgba(205,216,228,.45)!important;
  border-radius:14px!important;
  background:#fafbfc!important;
}

body.sub-page .product-detail-v1 .product-application-compact{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px 16px;
  margin-top:28px;
  padding-top:24px;
  border-top:1px solid rgba(205,216,228,.35);
}

body.sub-page .product-detail-v1 .product-application-label{
  font-size:11px;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#8a97a6;
}

body.sub-page .product-detail-v1 .product-application-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

body.sub-page .product-detail-v1 .product-application-tags span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 14px;
  border:1px solid rgba(205,216,228,.55);
  border-radius:999px;
  background:#fff;
  font-size:13px;
  line-height:1.4;
  color:#4a5868;
}

body.sub-page .product-detail-v1 .product-tech-block{
  max-width:820px;
}

body.sub-page .product-detail-v1 .product-major-list{
  display:flex;
  flex-direction:column;
  gap:0;
}

body.sub-page .product-detail-v1 .product-major-list.product-major-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}

body.sub-page .product-detail-v1 .product-major-item{
  display:flex;
  flex-direction:column;
  gap:18px;
  padding:0;
  border:0;
}

body.sub-page .product-detail-v1 .product-major-list:not(.product-major-grid) .product-major-item{
  display:grid;
  grid-template-columns:minmax(180px,240px) minmax(0,1fr);
  gap:28px;
  align-items:start;
  padding:28px 0;
  border-bottom:1px solid rgba(205,216,228,.35);
}

body.sub-page .product-detail-v1 .product-major-list:not(.product-major-grid) .product-major-item:last-child{
  border-bottom:0;
  padding-bottom:0;
}

body.sub-page .product-detail-v1 .product-major-item figure{
  margin:0;
  border:1px solid rgba(205,216,228,.45);
  border-radius:12px;
  overflow:hidden;
  background:#fafbfc;
}

body.sub-page .product-detail-v1 .product-major-item img{
  width:100%;
  height:auto;
  display:block;
}

body.sub-page .product-detail-v1 .product-major-item h3{
  margin:0 0 8px;
  font-size:16px;
  font-weight:700;
  letter-spacing:-.02em;
  color:#0b1f35;
}

body.sub-page .product-detail-v1 .product-major-item p{
  margin:0;
  font-size:14px;
  line-height:1.72;
  color:#5b6978;
}

body.sub-page .product-detail-v1 .product-data-block .product-data-figure{
  margin-top:28px;
  padding:24px;
  border:1px solid rgba(205,216,228,.45);
  border-radius:16px;
  background:#fafbfc;
}

body.sub-page .product-detail-v1 .product-data-block .product-data-figure img{
  width:100%;
  height:auto;
}

body.sub-page .product-detail-v1 .product-data-block .product-data-figure figcaption{
  margin-top:12px;
  font-size:13px;
  color:#5b6978;
  text-align:center;
}

body.sub-page .product-detail-v1 .product-specs.table-section,
body.sub-page .product-detail-v1 .product-cta{
  border-top:1px solid rgba(205,216,228,.45);
}

body.sub-page .product-detail-v1 .core-card,
body.sub-page .product-detail-v1 .product-analysis-figure,
body.sub-page .product-detail-v1 .tio2-chart-card{
  border:1px solid rgba(205,216,228,.45)!important;
  border-radius:16px!important;
  background:#fafbfc!important;
  box-shadow:none!important;
}

@media(max-width:900px){
  body.sub-page .product-detail-v1 .product-lead-block{
    padding:32px 28px;
  }

  body.sub-page .product-detail-v1 .product-major-list.product-major-grid{
    grid-template-columns:1fr;
  }

  body.sub-page .product-detail-v1 .product-major-list:not(.product-major-grid) .product-major-item{
    grid-template-columns:1fr;
    gap:18px;
  }

  body.sub-page .product-detail-v1 .product-section{
    margin-top:48px;
    padding-top:48px;
  }
}

/* ============================================================
   D-13 PRODUCT INTRO LAYOUT (ENF-style 5-block structure)
   Scope: 4 product pages — product_hollow/solid/tio2/coating.
   1. Title  2. Subtitle  3. Image  4. Table  5. Product items
   ============================================================ */
body.sub-page .product-intro-layout{
  max-width:980px;
  margin:0 auto;
  padding:56px 0 72px;
}

body.sub-page .product-intro-head{
  text-align:center;
}

body.sub-page .product-intro-title{
  margin:0 0 20px;
  font-size:clamp(30px,3.2vw,38px);
  line-height:1.25;
  font-weight:700;
  letter-spacing:-.04em;
  color:#0b1f35;
}

body.sub-page .product-intro-head-tab .product-intro-title{
  font-size:clamp(24px,2.6vw,30px);
  margin-top:8px;
}

body.sub-page .product-intro-subtitle{
  margin:0 auto;
  max-width:760px;
  font-size:16px;
  line-height:1.82;
  color:#5b6978;
}

body.sub-page .product-intro-visual{
  display:flex;
  justify-content:center;
  margin:40px auto 0;
  max-width:640px;
}

body.sub-page .product-intro-visual img{
  width:100%;
  height:auto;
  display:block;
}

body.sub-page .product-intro-table{
  margin-top:64px;
  padding-top:64px;
  border-top:1px solid rgba(205,216,228,.5);
}

body.sub-page .product-intro-items{
  margin-top:64px;
  padding-top:64px;
  border-top:1px solid rgba(205,216,228,.5);
}

body.sub-page .product-intro-section-label{
  margin:0 0 24px;
  font-size:18px;
  font-weight:700;
  letter-spacing:-.03em;
  color:#0b1f35;
  text-align:center;
}

body.sub-page .product-intro-table .table-wrap{
  margin-top:0;
}

body.sub-page .product-intro-table .table-wrap + .table-wrap{
  margin-top:24px;
}

body.sub-page .product-intro-table table,
body.sub-page .product-intro-layout .table-wrap table{
  width:100%;
  border-collapse:collapse;
  font-size:14px;
}

body.sub-page .product-intro-table th,
body.sub-page .product-intro-table td,
body.sub-page .product-intro-layout .table-wrap th,
body.sub-page .product-intro-layout .table-wrap td{
  padding:14px 16px;
  border:1px solid rgba(205,216,228,.55);
  color:#4a5868;
  vertical-align:middle;
}

body.sub-page .product-intro-table thead th,
body.sub-page .product-intro-layout .table-wrap thead th{
  background:#f4f7fa;
  color:#0b1f35;
  font-weight:600;
}

body.sub-page .product-intro-table tbody th,
body.sub-page .product-intro-layout .table-wrap tbody th{
  background:#fafbfc;
  font-weight:600;
  color:#0b1f35;
  text-align:left;
}

body.sub-page .product-intro-item{
  display:grid;
  grid-template-columns:minmax(200px,280px) minmax(0,1fr);
  gap:32px;
  align-items:start;
  padding:32px 0;
  border-bottom:1px solid rgba(205,216,228,.45);
}

body.sub-page .product-intro-item:last-child{
  border-bottom:0;
  padding-bottom:0;
}

body.sub-page .product-intro-item figure{
  margin:0;
}

body.sub-page .product-intro-item img{
  width:100%;
  height:auto;
  display:block;
  border:1px solid rgba(205,216,228,.45);
  border-radius:8px;
  background:#fff;
}

body.sub-page .product-intro-item-copy h4{
  margin:0 0 12px;
  font-size:17px;
  font-weight:700;
  letter-spacing:-.02em;
  color:#0b1f35;
}

body.sub-page .product-intro-item-copy p{
  margin:0;
  font-size:15px;
  line-height:1.78;
  color:#5b6978;
}

body.sub-page .product-intro-contact{
  margin:56px 0 0;
  text-align:center;
}

body.sub-page .product-intro-contact a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:180px;
  min-height:48px;
  padding:0 28px;
  border:1px solid #0b1f35;
  border-radius:999px;
  color:#0b1f35;
  font-size:14px;
  font-weight:600;
  text-decoration:none;
  transition:background .2s ease,color .2s ease;
}

body.sub-page .product-intro-contact a:hover{
  background:#0b1f35;
  color:#fff;
}

body.sub-page .product-intro-layout .coating-switch-tabs{
  display:flex;
  justify-content:center;
  gap:0;
  margin:40px auto 0;
  border-bottom:1px solid rgba(205,216,228,.55);
}

body.sub-page .product-intro-layout .coating-switch-tabs button{
  min-width:180px;
  padding:16px 24px;
  border:0;
  border-bottom:2px solid transparent;
  background:transparent;
  color:#5b6978;
  font-size:15px;
  font-weight:600;
  cursor:pointer;
  transition:color .2s ease,border-color .2s ease;
}

body.sub-page .product-intro-layout .coating-switch-tabs button.active{
  color:#0b1f35;
  border-bottom-color:#0b1f35;
}

body.sub-page .product-intro-layout .coating-tab-contents{
  margin-top:0;
}

body.sub-page .product-intro-layout .coating-tab-panel{
  display:none;
}

body.sub-page .product-intro-layout .coating-tab-panel.active{
  display:block;
}

body.sub-page .product-intro-layout.coating-intro-layout .product-intro-head-tab{
  margin-top:48px;
  padding-top:48px;
  border-top:1px solid rgba(205,216,228,.45);
}

body.sub-page .product-intro-layout.coating-intro-layout .coating-tab-panel.active .product-intro-head-tab{
  margin-top:0;
  padding-top:0;
  border-top:0;
}

@media(max-width:768px){
  body.sub-page .product-intro-layout{
    padding:40px 0 56px;
  }

  body.sub-page .product-intro-table,
  body.sub-page .product-intro-items{
    margin-top:48px;
    padding-top:48px;
  }

  body.sub-page .product-intro-item{
    grid-template-columns:1fr;
    gap:20px;
    padding:28px 0;
  }

  body.sub-page .product-intro-layout .coating-switch-tabs{
    flex-direction:column;
    align-items:stretch;
  }

  body.sub-page .product-intro-layout .coating-switch-tabs button{
    min-width:0;
  }
}

/* ============================================================
   D-11C MEGA MENU CURRENT LINK + SMOOTH SCROLL TUNING
   Current link: subtle highlight only (no bg/underline).
   Smooth scroll: D-11B base tuned — ease 0.09, delta 0.95 (D-11C+ slip).
   ============================================================ */
@media (min-width:1181px){
  .mega-menu .mega-link.is-current,
  .mega-menu .mega-col a.is-current,
  .mega-menu .mega-link[aria-current="page"],
  .mega-menu .mega-col a[aria-current="page"]{
    color:#fff!important;
    font-weight:600!important;
    text-decoration:none!important;
    background:transparent!important;
  }

  .site-header.is-scrolled .mega-menu .mega-link.is-current,
  .site-header.is-scrolled .mega-menu .mega-col a.is-current,
  .site-header.is-scrolled .mega-menu .mega-link[aria-current="page"],
  .site-header.is-scrolled .mega-menu .mega-col a[aria-current="page"],
  .site-header.mega-open .mega-menu .mega-link.is-current,
  .site-header.mega-open .mega-menu .mega-col a.is-current,
  .site-header.mega-open .mega-menu .mega-link[aria-current="page"],
  .site-header.mega-open .mega-menu .mega-col a[aria-current="page"],
  .site-header:hover .mega-menu .mega-link.is-current,
  .site-header:hover .mega-menu .mega-col a.is-current,
  .site-header:hover .mega-menu .mega-link[aria-current="page"],
  .site-header:hover .mega-menu .mega-col a[aria-current="page"],
  body.sub-page .mega-menu .mega-link.is-current,
  body.sub-page .mega-menu .mega-col a.is-current,
  body.sub-page .mega-menu .mega-link[aria-current="page"],
  body.sub-page .mega-menu .mega-col a[aria-current="page"]{
    color:#fff!important;
    font-weight:600!important;
    text-decoration:none!important;
    background:transparent!important;
  }
}

/* ============================================================
   D-12A PRODUCT ORIGINAL CONTENT LAYOUT
   5-step structure: title / subtitle / abstract visual / tables / media
   ============================================================ */
.product-original-layout .product-original-head{
  text-align:center;
  max-width:860px;
  margin:0 auto 44px;
}

.product-original-layout .product-original-head h1{
  font-size:var(--fs-title-lg);
  line-height:var(--lh-title);
  font-weight:var(--fw-bold);
  letter-spacing:-0.045em;
  color:#0b1f35;
}

.product-original-layout .product-original-head p{
  margin-top:18px;
  font-size:17px;
  line-height:1.75;
  color:#3d4c5f;
}

.product-original-layout .product-original-visual{
  max-width:1080px;
  margin:0 auto 72px;
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(205,216,228,0.72);
}

.product-original-layout .product-original-visual img{
  display:block;
  width:100%;
  height:320px;
  object-fit:cover;
}

.product-original-layout .product-original-section{
  margin-top:84px;
}

.product-original-layout .product-original-section-head{
  text-align:center;
  margin-bottom:32px;
}

.product-original-layout .product-original-section-head-sub{
  margin-top:56px;
}

.product-original-layout .product-original-section-head span{
  font-size:var(--fs-label);
  font-weight:var(--fw-bold);
  letter-spacing:0.22em;
  color:var(--blue);
}

.product-original-layout .product-original-section-head h2{
  margin-top:12px;
  font-size:var(--fs-title-md);
  line-height:var(--lh-title);
  font-weight:var(--fw-bold);
  color:#0b1f35;
}

.product-original-layout .product-original-text-block{
  max-width:920px;
  margin:0 auto 36px;
}

.product-original-layout .product-original-text-block-center{
  text-align:center;
  margin-bottom:48px;
}

.product-original-layout .product-original-text-block p{
  font-size:var(--fs-body);
  line-height:var(--lh-body);
  color:#3d4c5f;
}

.product-original-layout .product-original-text-block h3{
  margin-top:28px;
  margin-bottom:14px;
  font-size:var(--fs-title-sm);
  font-weight:var(--fw-bold);
  color:#0b1f35;
}

.product-original-layout .product-original-text-block .intro-kicker{
  display:block;
  margin-bottom:8px;
  font-size:var(--fs-label);
  font-weight:var(--fw-bold);
  letter-spacing:0.18em;
  color:var(--blue);
}

.product-original-layout .product-tech-focus{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin:28px 0;
}

.product-original-layout .tech-focus-item{
  padding:18px 20px;
  border:1px solid rgba(205,216,228,0.72);
  border-radius:16px;
  background:#f8fafc;
}

.product-original-layout .tech-focus-item strong{
  display:block;
  margin-bottom:8px;
  font-size:15px;
  color:#0b1f35;
}

.product-original-layout .tech-focus-item span{
  font-size:14px;
  line-height:1.65;
  color:#3d4c5f;
}

.product-original-layout .product-original-bullets-two-col{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:32px;
  margin-top:8px;
}

.product-original-layout .brochure-bullets{
  margin:0;
  padding-left:1.2em;
}

.product-original-layout .brochure-bullets li{
  margin-bottom:8px;
  font-size:var(--fs-body);
  line-height:var(--lh-body);
  color:#3d4c5f;
}

.product-original-layout .product-original-media-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}

.product-original-layout .product-original-media-grid-single{
  grid-template-columns:minmax(0,480px);
  justify-content:center;
}

.product-original-layout .product-original-media-card{
  border:1px solid rgba(205,216,228,0.72);
  border-radius:20px;
  background:#fff;
  overflow:hidden;
}

.product-original-layout .product-original-media-card-wide{
  grid-column:1 / -1;
  max-width:720px;
  margin:0 auto;
  width:100%;
}

.product-original-layout .product-original-media-card img{
  width:100%;
  height:260px;
  object-fit:contain;
  background:#f8fafc;
}

.product-original-layout .product-original-media-card-wide img{
  height:320px;
}

.product-original-layout .product-original-media-card figcaption,
.product-original-layout .product-original-media-card p{
  padding:18px 22px 22px;
  font-size:var(--fs-body);
  line-height:var(--lh-body);
  color:#3d4c5f;
}

.product-original-layout .product-original-media-card figcaption h3{
  margin:0 0 8px;
  font-size:16px;
  font-weight:var(--fw-bold);
  color:#0b1f35;
}

.coating-original-layout .coating-switch-tabs{
  display:flex;
  justify-content:center;
  gap:12px;
  margin:0 auto 48px;
  flex-wrap:wrap;
}

.coating-original-layout .coating-switch-tabs button{
  min-width:180px;
  padding:14px 24px;
  border:1px solid rgba(205,216,228,0.72);
  border-radius:999px;
  background:#fff;
  font-size:15px;
  font-weight:600;
  color:#3d4c5f;
  cursor:pointer;
  transition:background .2s,border-color .2s,color .2s;
}

.coating-original-layout .coating-switch-tabs button.active,
.coating-original-layout .coating-switch-tabs button[aria-selected="true"]{
  background:#0b1f35;
  border-color:#0b1f35;
  color:#fff;
}

.coating-original-layout .coating-tab-panel{
  display:none;
}

.coating-original-layout .coating-tab-panel.active{
  display:block;
}

.coating-original-layout .coating-tab-panel .product-original-section:first-child{
  margin-top:0;
}

@media (max-width:900px){
  .product-original-layout .product-tech-focus,
  .product-original-layout .product-original-bullets-two-col,
  .product-original-layout .product-original-media-grid{
    grid-template-columns:1fr;
  }

  .product-original-layout .product-original-visual img{
    height:220px;
  }

  .product-original-layout .table-wrap{
    overflow-x:auto;
  }

  .coating-original-layout .coating-switch-tabs button{
    min-width:0;
    flex:1 1 calc(50% - 6px);
  }
}

/* ============================================================
   D-12B PRODUCT BROCHURE ORIGINAL LAYOUT
   Brochure-faithful layout for product detail pages 4종
   ============================================================ */
.brochure-original-page{
  background:#ffffff;
}

.brochure-original-page .content-inner,
.brochure-original-sheet{
  max-width:1120px;
  margin:0 auto;
  padding:72px 32px 96px;
}

.brochure-original-title{
  text-align:right;
  font-size:32px;
  line-height:1.25;
  font-weight:800;
  color:#111827;
  margin:0 0 40px;
}

.brochure-original-title-en{
  display:block;
  margin-top:6px;
  font-size:22px;
  font-weight:700;
  color:#374151;
}

.brochure-original-subtitle{
  margin:0 0 14px;
  font-size:20px;
  line-height:1.6;
  font-weight:700;
  color:#0b1f35;
}

.brochure-original-intro,
.brochure-original-tab-intro{
  margin:0 0 32px;
  font-size:16px;
  line-height:1.7;
  color:#3d4c5f;
}

.brochure-original-tab-title{
  margin:0 0 14px;
  font-size:26px;
  line-height:1.3;
  font-weight:800;
  color:#111827;
}

.brochure-original-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,0.72fr);
  gap:40px;
  align-items:start;
  margin-bottom:44px;
}

.brochure-original-heading{
  font-size:28px;
  line-height:1.25;
  font-weight:800;
  color:var(--blue);
  margin:0 0 16px;
}

.brochure-original-heading-sub{
  margin-top:28px;
}

.brochure-original-bullets{
  margin:0;
  padding-left:18px;
  font-size:16px;
  line-height:1.65;
  color:#1f2937;
}

.brochure-original-bullets li{
  margin-bottom:6px;
}

.brochure-original-image-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin-bottom:36px;
}

.brochure-original-image-strip img,
.brochure-original-figure img,
.brochure-original-media-card img{
  width:100%;
  display:block;
  object-fit:contain;
}

.brochure-original-figure{
  margin:0;
  text-align:center;
}

.brochure-original-diagram img{
  max-height:220px;
  margin:0 auto;
}

.brochure-original-figure figcaption,
.brochure-original-media-card p{
  margin-top:10px;
  font-size:14px;
  line-height:1.5;
  color:#3d4c5f;
}

.brochure-original-media-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:36px;
  align-items:start;
  margin-bottom:44px;
}

.brochure-original-media-card{
  text-align:center;
}

.brochure-original-media-card img{
  background:#f8fafc;
}

.brochure-original-chart-grid{
  margin-bottom:28px;
}

.brochure-original-ri-chart{
  margin:0 auto 44px;
  max-width:760px;
}

.brochure-original-ri-chart img{
  width:100%;
}

.brochure-original-tio2-visual img{
  max-height:240px;
  margin:0 auto;
}

.brochure-original-table-section{
  margin-top:40px;
}

.brochure-original-table-title{
  font-size:28px;
  line-height:1.25;
  font-weight:800;
  color:var(--blue);
  margin:0 0 12px;
}

.brochure-original-table{
  width:100%;
  border-collapse:collapse;
  font-size:15px;
  line-height:1.4;
}

.brochure-original-table th{
  background:#086797;
  color:#ffffff;
  font-weight:700;
  border:2px solid #ffffff;
  padding:8px 10px;
  text-align:center;
}

.brochure-original-table td{
  background:#d9dee3;
  color:#111827;
  border:2px solid #ffffff;
  padding:8px 10px;
  text-align:center;
}

.brochure-original-table tbody tr:nth-child(even) td{
  background:#cfd5db;
}

.brochure-coating-tabs{
  display:flex;
  justify-content:center;
  gap:10px;
  margin:0 0 36px;
  flex-wrap:wrap;
}

.brochure-coating-tabs button{
  min-width:168px;
  padding:12px 22px;
  border:1px solid #cbd5e1;
  border-radius:6px;
  background:#fff;
  font-size:15px;
  font-weight:700;
  color:#334155;
  cursor:pointer;
}

.brochure-coating-tabs button.active,
.brochure-coating-tabs button[aria-selected="true"]{
  background:#086797;
  border-color:#086797;
  color:#fff;
}

.brochure-coating-sheet .coating-tab-panel{
  display:none;
}

.brochure-coating-sheet .coating-tab-panel.active{
  display:block;
}

.brochure-coating-images{
  gap:16px;
}

.brochure-coating-images .brochure-original-figure img{
  max-height:180px;
  margin:0 auto;
}

/* Override D-10C / D-12A product detail styles on brochure pages */
.brochure-original-page .product-intro-contact,
.brochure-original-page .product-cta,
.brochure-original-page .product-detail-v1,
.brochure-original-page .product-original-visual{
  display:none!important;
}

@media (max-width:900px){
  .brochure-original-page .content-inner,
  .brochure-original-sheet{
    padding:56px 20px 80px;
  }

  .brochure-original-title{
    text-align:left;
    font-size:28px;
  }

  .brochure-original-row,
  .brochure-original-media-grid,
  .brochure-coating-images{
    grid-template-columns:1fr;
  }

  .brochure-original-image-strip{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .brochure-original-page .table-wrap{
    overflow-x:auto;
  }

  .brochure-original-table{
    min-width:720px;
  }

  .brochure-coating-tabs button{
    min-width:0;
    flex:1 1 calc(50% - 5px);
  }
}

/* ============================================================
   D-12C PRODUCT WEB LAYOUT REFINEMENT
   Unified web product detail layout (4 pages)
   ============================================================ */
body.sub-page .product-web-layout{
  background:#ffffff;
}

body.sub-page .product-web-layout .content-inner{
  max-width:1180px;
  padding:72px 32px 96px;
}

.product-web-head{
  text-align:center;
  max-width:880px;
  margin:0 auto 42px;
}

.product-web-kicker{
  display:block;
  font-size:var(--fs-label);
  font-weight:var(--fw-bold);
  letter-spacing:0.22em;
  color:var(--blue);
  text-transform:uppercase;
  margin-bottom:14px;
}

.product-web-head h2{
  margin:0;
  font-size:var(--fs-title-lg);
  line-height:var(--lh-title);
  font-weight:var(--fw-bold);
  letter-spacing:-0.045em;
  color:#0b1f35;
}

.product-web-head p{
  margin:18px auto 0;
  max-width:760px;
  font-size:17px;
  line-height:1.75;
  color:#3d4c5f;
}

.product-web-visual{
  max-width:1080px;
  margin:0 auto 76px;
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(205,216,228,0.72);
}

.product-web-visual img{
  display:block;
  width:100%;
  height:320px;
  object-fit:cover;
}

.product-web-intro,
.product-web-tab-intro{
  max-width:920px;
  margin:0 auto 40px;
  font-size:16px;
  line-height:1.75;
  color:#3d4c5f;
  text-align:center;
}

.product-web-section{
  margin-top:76px;
}

.product-web-section-title{
  font-size:28px;
  line-height:1.3;
  font-weight:800;
  color:var(--blue);
  margin:0 0 24px;
}

.product-web-section-title-sub{
  margin-top:32px;
}

.product-web-tab-title{
  margin:0 0 14px;
  font-size:26px;
  line-height:1.3;
  font-weight:800;
  color:#0b1f35;
}

.product-web-two-col{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,0.72fr);
  gap:56px;
  align-items:center;
}

.product-web-bullets{
  margin:0;
  padding-left:20px;
  font-size:16px;
  line-height:1.75;
  color:#1f2937;
}

.product-web-bullets li{
  margin-bottom:6px;
}

.product-web-image-grid{
  display:grid;
  gap:22px;
}

.product-web-image-grid.cols-2{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.product-web-image-grid.cols-4{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.product-web-figure{
  margin:0;
  text-align:center;
}

.product-web-figure img{
  width:100%;
  display:block;
  object-fit:contain;
  background:#f8fafc;
  border:1px solid rgba(205,216,228,0.55);
  border-radius:12px;
}

.product-web-figure-wide{
  max-width:760px;
  margin:28px auto 0;
}

.product-web-figure figcaption{
  margin-top:12px;
  font-size:14px;
  line-height:1.5;
  color:#3d4c5f;
}

.product-web-table-section{
  margin-top:72px;
}

.product-web-table-title{
  font-size:26px;
  line-height:1.3;
  font-weight:800;
  color:var(--blue);
  margin:0 0 14px;
}

.product-web-table{
  width:100%;
  border-collapse:collapse;
  font-size:15px;
  line-height:1.45;
  border-top:2px solid #0b1726;
}

.product-web-table th{
  background:#f6f9fc;
  color:#0b1726;
  font-weight:700;
  border:1px solid #dfe6ee;
  padding:12px 14px;
  text-align:center;
}

.product-web-table td{
  background:#fff;
  color:#3d4c5f;
  border:1px solid #dfe6ee;
  padding:12px 14px;
  text-align:center;
}

.product-web-table tbody tr:nth-child(even) td{
  background:#f8fafc;
}

.product-web-table tbody th{
  background:#fbfdff;
  color:#0b1726;
  font-weight:600;
}

.product-web-table tbody tr:nth-child(even) th{
  background:#f3f7fb;
}

.product-web-coating-tabs{
  display:flex;
  justify-content:center;
  gap:10px;
  margin:0 0 40px;
  flex-wrap:wrap;
}

.product-web-coating-tabs button{
  min-width:168px;
  padding:12px 22px;
  border:1px solid rgba(205,216,228,0.85);
  border-radius:999px;
  background:#fff;
  font-size:15px;
  font-weight:700;
  color:#334155;
  cursor:pointer;
  transition:background .2s,border-color .2s,color .2s;
}

.product-web-coating-tabs button.active,
.product-web-coating-tabs button[aria-selected="true"]{
  background:#086797;
  border-color:#086797;
  color:#fff;
}

.product-web-layout.coating-material-page .coating-tab-panel{
  display:none;
}

.product-web-layout.coating-material-page .coating-tab-panel.active{
  display:block;
}

.product-web-layout.coating-material-page .coating-tab-panel .product-web-section:first-of-type{
  margin-top:0;
}

.product-web-coating-images .product-web-figure img{
  max-height:200px;
  margin:0 auto;
}

/* Hide legacy CTA / brochure duplicate chrome on web layout pages */
.product-web-layout .product-intro-contact,
.product-web-layout .product-cta,
.product-web-layout .brochure-original-title{
  display:none!important;
}

@media (max-width:900px){
  body.sub-page .product-web-layout .content-inner{
    padding:56px 20px 80px;
  }

  .product-web-head h2{
    font-size:34px;
  }

  .product-web-head p{
    font-size:15px;
  }

  .product-web-visual img{
    height:220px;
  }

  .product-web-two-col,
  .product-web-image-grid.cols-2,
  .product-web-image-grid.cols-4,
  .product-web-coating-images{
    grid-template-columns:1fr;
  }

  .product-web-layout .table-wrap{
    overflow-x:auto;
  }

  .product-web-table{
    min-width:720px;
  }

  .product-web-coating-tabs button{
    min-width:0;
    flex:1 1 calc(50% - 5px);
  }
}

/* ============================================================
   D-12D PRODUCT WEB + BROCHURE FORMAT HYBRID
   Keeps D-12C head/visual; applies backup brochure card/table styling
   ============================================================ */
.product-web-layout .content-inner.product-brochure{
  max-width:1180px;
}

.product-web-layout .content-inner.product-brochure > .product-web-visual{
  margin-bottom:56px;
}

.product-web-layout .content-inner.product-brochure > .brochure-section:first-of-type,
.product-web-layout .content-inner.product-brochure > .coating-page-head.brochure-section{
  border-top:0!important;
  padding-top:0!important;
}

.product-web-layout .coating-page-head .product-intro{
  margin-bottom:28px!important;
}

.product-web-layout .product-web-tab-intro{
  font-size:16px;
  line-height:1.92;
  color:#5c6978;
  max-width:920px;
  margin:0 0 36px;
}

.product-web-layout .content-inner.product-brochure .circle-mark{
  width:10px!important;
  height:10px!important;
  background:#086797!important;
  border:0!important;
  box-shadow:none!important;
}

.product-web-layout .content-inner.product-brochure .feature-core,
.product-web-layout .content-inner.product-brochure .top-two-col,
.product-web-layout .content-inner.product-brochure .app-two-col,
.product-web-layout .content-inner.product-brochure .chart-two-col,
.product-web-layout .content-inner.product-brochure .table-section,
.product-web-layout .content-inner.product-brochure .tio2-application-box{
  background:transparent!important;
  border:0!important;
  border-top:1px solid #dfe6ee!important;
  border-radius:0!important;
  box-shadow:none!important;
  padding:58px 0!important;
}

.product-web-layout .content-inner.product-brochure .table-section .table-wrap{
  border:0!important;
  box-shadow:none!important;
}

.product-web-layout .content-inner.product-brochure .table-section h2{
  font-size:26px!important;
  line-height:1.3!important;
  font-weight:800!important;
  color:#0b1726!important;
  margin:0 0 14px!important;
  letter-spacing:-.03em!important;
}

.product-web-layout .content-inner.product-brochure .table-section .product-web-table th{
  background:#f6f9fc!important;
  color:#0b1726!important;
  font-weight:700!important;
  border:1px solid #dfe6ee!important;
  padding:12px 14px!important;
  white-space:normal!important;
}

.product-web-layout .content-inner.product-brochure .table-section .product-web-table tbody th{
  background:#fbfdff!important;
  color:#0b1726!important;
  font-weight:600!important;
}

.product-web-layout .content-inner.product-brochure .table-section .product-web-table td{
  background:#fff!important;
  color:#3d4c5f!important;
  border:1px solid #dfe6ee!important;
  padding:12px 14px!important;
}

.product-web-layout .content-inner.product-brochure .table-section .product-web-table tbody tr:nth-child(even) td{
  background:#f8fafc!important;
}

.product-web-layout .content-inner.product-brochure .table-section .product-web-table tbody tr:nth-child(even) th{
  background:#f3f7fb!important;
}

.product-web-layout .content-inner.product-brochure .table-section .table-wrap{
  border:1px solid #dfe6ee!important;
  border-radius:0!important;
}

.product-web-layout .content-inner.product-brochure .core-card,
.product-web-layout .content-inner.product-brochure .info-card,
.product-web-layout .content-inner.product-brochure .nano-structure-card,
.product-web-layout .content-inner.product-brochure .hollow-tem-card,
.product-web-layout .content-inner.product-brochure .hollow-structure-visual,
.product-web-layout .content-inner.product-brochure .nano-structure-visual,
.product-web-layout .content-inner.product-brochure .tio2-feature-visual,
.product-web-layout .content-inner.product-brochure .tio2-chart-figure,
.product-web-layout .content-inner.product-brochure .tio2-ri-chart-wrap,
.product-web-layout .coating-material-page .resin-visual-card,
.product-web-layout .coating-material-page .resin-structure-visual,
.product-web-layout .coating-material-page .coating-sample-figure,
.product-web-layout .nano-eval-grid .product-analysis-figure{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  min-height:auto!important;
  border-radius:0!important;
}

.product-web-layout .product-diagram-wrap{
  margin:0;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
}

.product-web-layout .product-diagram-native{
  display:block;
  width:100%;
  height:auto;
  max-width:100%;
  margin:0 auto;
  object-fit:contain;
  background:transparent!important;
  border:0!important;
  padding:0!important;
}

.product-web-layout .product-diagram-native.product-diagram-wide{
  max-width:880px;
}

.product-web-layout .product-diagram-native.product-diagram-tem{
  width:auto;
  max-width:219px;
}

.product-web-layout .product-diagram-native.product-diagram-tio2-main{
  width:auto;
  max-width:338px;
}

.product-web-layout img.product-diagram-native[src*="nano-silica-hardcoat-evaluation.png"],
.product-web-layout img.product-diagram-native[src*="hollow-silica-diagram-structure.png"],
.product-web-layout img.product-diagram-native[src*="nano-silica-diagram-structure.png"],
.product-web-layout img.product-diagram-native[src*="coating-material-diagram-resin.png"]{
  max-width:1448px;
}

.product-web-layout .content-inner.product-brochure .hollow-tem-card{
  padding:0!important;
  background:transparent!important;
  border:0!important;
  min-height:auto!important;
}

.product-web-layout .content-inner.product-brochure .hollow-tem-card img{
  width:100%;
  height:auto;
  max-width:220px;
  margin:0 auto;
  display:block;
  object-fit:contain;
}

.product-web-layout .content-inner.product-brochure .hollow-tem-card figcaption{
  margin-top:12px;
  color:#6b7888;
  font-size:13px;
  line-height:1.5;
  text-align:center;
}

.product-web-layout .product-web-head{
  max-width:920px;
}

.product-web-layout .product-web-head h2{
  font-size:clamp(26px,3vw,34px);
  line-height:1.45;
  font-weight:750;
}

.product-web-layout .product-web-head p{
  max-width:820px;
  font-size:16px;
  line-height:1.92;
  color:#5c6978;
}

.product-web-layout .coating-page-head.brochure-section{
  margin-bottom:48px!important;
}

.product-web-layout .content-inner.product-brochure .feature-core.hollow-features-section,
.product-web-layout .content-inner.product-brochure .hollow-features-section{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(360px,520px)!important;
  gap:48px!important;
  align-items:stretch!important;
}

.product-web-layout .content-inner.product-brochure .feature-core.nano-features-section,
.product-web-layout .content-inner.product-brochure .nano-features-section{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(360px,520px)!important;
  gap:48px!important;
  align-items:start!important;
}

.product-web-layout .content-inner.product-brochure .feature-core.hollow-tem-section{
  display:block!important;
  grid-template-columns:1fr!important;
}

.product-web-layout .content-inner.product-brochure .hollow-features-section .brochure-section-title,
.product-web-layout .content-inner.product-brochure .nano-features-section .brochure-section-title{
  margin-bottom:24px!important;
}

.product-web-layout .content-inner.product-brochure .hollow-tem-section .brochure-section-title{
  margin-bottom:30px!important;
}

.product-web-layout .content-inner.product-brochure .hollow-tem-labels{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
  margin-top:16px;
  text-align:center;
  color:#6b7888;
  font-size:13px;
  line-height:1.5;
}

.product-web-layout .nano-eval-grid.nano-eval-grid-priority{
  grid-template-columns:1fr!important;
  gap:48px!important;
}

.product-web-layout .nano-eval-fullwidth{
  grid-column:1/-1;
}

.product-web-layout .nano-eval-grid .product-analysis-figure h3,
.product-web-layout .tio2-feature-visual h3,
.product-web-layout .tio2-chart-figure h3{
  text-align:center!important;
  margin:0 0 18px!important;
  font-size:18px!important;
  color:#0b1726!important;
}

.product-web-layout .nano-eval-tem-figure{
  max-width:219px;
  margin:0 auto;
}

.product-web-layout .top-two-col,
.product-web-layout .tio2-features-section{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(360px,520px)!important;
  gap:48px!important;
  align-items:start!important;
}

.product-web-layout .tio2-application-box .brochure-section-title{
  margin-bottom:24px!important;
}

.product-web-layout .chart-two-col{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:40px!important;
  align-items:start!important;
}

.product-web-layout .tio2-chart-figure{
  text-align:center;
}

.product-web-layout .tio2-ri-chart-wrap{
  text-align:center;
}

.product-web-layout .tio2-ri-chart-wrap figcaption{
  margin-top:14px;
  color:#6b7888;
  font-size:13px;
}

.product-web-layout.coating-material-page .resin-feature-layout{
  grid-template-columns:minmax(0,1fr) minmax(360px,520px)!important;
  gap:40px!important;
}

.product-web-layout.coating-material-page .coating-sample-grid img{
  width:100%!important;
  height:auto!important;
  max-height:none!important;
  object-fit:contain!important;
}

.product-web-layout.coating-material-page .coating-feature-with-visual,
.product-web-layout.coating-material-page .coating-feature-clean,
.product-web-layout.coating-material-page .product-part{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding-left:0!important;
  padding-right:0!important;
}

.product-web-layout .nano-eval-grid .product-analysis-figure img,
.product-web-layout.coating-material-page .resin-feature-visual img,
.product-page-v29.product-web-layout .nano-eval-grid .product-analysis-figure img{
  height:auto!important;
  max-height:none!important;
  background:transparent!important;
  border:0!important;
  padding:0!important;
}

@media (max-width:900px){
  .product-web-layout .nano-eval-grid{
    grid-template-columns:1fr!important;
    gap:32px!important;
  }

  .product-web-layout .content-inner.product-brochure .feature-core.hollow-features-section,
  .product-web-layout .content-inner.product-brochure .feature-core.nano-features-section,
  .product-web-layout .top-two-col,
  .product-web-layout .tio2-features-section,
  .product-web-layout .chart-two-col{
    grid-template-columns:1fr!important;
    gap:28px!important;
  }

  .product-web-layout .content-inner.product-brochure .hollow-tem-labels{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
  }

  .product-web-layout.coating-material-page .resin-feature-layout{
    grid-template-columns:1fr!important;
  }

  .product-web-layout .content-inner.product-brochure .feature-core,
  .product-web-layout .content-inner.product-brochure .top-two-col,
  .product-web-layout .content-inner.product-brochure .app-two-col,
  .product-web-layout .content-inner.product-brochure .chart-two-col,
  .product-web-layout .content-inner.product-brochure .table-section,
  .product-web-layout .content-inner.product-brochure .tio2-application-box{
    padding:42px 0!important;
  }
}

/* ============================================================
   D-12F PRODUCT INQUIRY BRIDGE (4 product pages)
   Compact premium bar connected to footer
   ============================================================ */
.product-inquiry-bridge{
  background:#132f4a;
  border-top:1px solid rgba(255,255,255,.1);
  margin:0;
  padding:0;
}

.product-inquiry-bridge-inner{
  max-width:1240px;
  margin:0 auto;
  padding:24px 48px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
}

.product-inquiry-bridge-kicker{
  display:block;
  margin-bottom:4px;
  font-size:11px;
  font-weight:600;
  letter-spacing:.14em;
  color:rgba(255,255,255,.52);
  text-transform:uppercase;
}

.product-inquiry-bridge-text{
  margin:0;
  max-width:640px;
  font-size:14px;
  line-height:1.55;
  color:rgba(255,255,255,.82);
}

.product-inquiry-bridge-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  min-width:112px;
  min-height:40px;
  padding:0 22px;
  border:1px solid rgba(255,255,255,.55);
  border-radius:0;
  background:transparent;
  color:#fff;
  font-size:13px;
  font-weight:600;
  letter-spacing:.02em;
  text-decoration:none;
  transition:background .24s ease,color .24s ease,border-color .24s ease;
}

.product-inquiry-bridge-btn:hover{
  background:#fff;
  border-color:#fff;
  color:#132f4a;
}

.product-inquiry-bridge.reveal-on-scroll{
  opacity:0;
  transform:translateY(16px);
  transition:opacity .7s ease,transform .7s cubic-bezier(.22,.61,.36,1);
}

.product-inquiry-bridge.reveal-on-scroll.is-visible{
  opacity:1;
  transform:translateY(0);
}

.product-inquiry-bridge.reveal-on-scroll .product-inquiry-bridge-copy{
  opacity:0;
  transform:translateY(8px);
  transition:opacity .55s ease .08s,transform .55s cubic-bezier(.22,.61,.36,1) .08s;
}

.product-inquiry-bridge.reveal-on-scroll .product-inquiry-bridge-btn{
  opacity:0;
  transform:translateY(8px);
  transition:opacity .55s ease .16s,transform .55s cubic-bezier(.22,.61,.36,1) .16s,background .24s ease,color .24s ease,border-color .24s ease;
}

.product-inquiry-bridge.reveal-on-scroll.is-visible .product-inquiry-bridge-copy,
.product-inquiry-bridge.reveal-on-scroll.is-visible .product-inquiry-bridge-btn{
  opacity:1;
  transform:translateY(0);
}

@media (max-width:768px){
  .product-inquiry-bridge-inner{
    flex-direction:column;
    align-items:flex-start;
    padding:20px 24px;
    gap:16px;
  }

  .product-inquiry-bridge-btn{
    width:100%;
    min-height:38px;
  }
}

.product-inquiry-bridge + .footer{
  background:#0c2438!important;
  border-top:1px solid rgba(255,255,255,.08);
}

/* ============================================================
   D-12G PRODUCT PAGE CLOSING NOTE (4 product pages)
   ============================================================ */
.product-web-layout .product-page-summary{
  margin-top:8px;
  padding:32px 0 0;
  border-top:1px solid #dfe6ee;
}

.product-web-layout .product-page-summary .brochure-section-title{
  margin-bottom:18px!important;
}

.product-web-layout .product-page-summary-text{
  margin:0;
  font-size:15px;
  line-height:1.82;
  color:#4a5868;
}

/* ============================================================
   D-14 MAIN BUSINESS 2x2 CORE GRID (index.html)
   Image-forward cards; per-card directional reveal
   ============================================================ */
body:not(.sub-page) .main-business-catalog{
  background:#fff!important;
}

body:not(.sub-page) .main-business-catalog .main-business-head{
  margin:0 auto 58px!important;
}

body:not(.sub-page) .main-business-catalog .main-business-core-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:0!important;
  margin-top:44px!important;
  border-top:1px solid #dde5ed!important;
  border-left:1px solid #dde5ed!important;
  border-right:0!important;
  border-bottom:0!important;
  overflow:visible!important;
}

body:not(.sub-page) .main-business-catalog .main-business-core-card{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  min-height:300px!important;
  padding:30px 34px 32px!important;
  border:0!important;
  border-right:1px solid rgba(255,255,255,.14)!important;
  border-bottom:1px solid rgba(255,255,255,.14)!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#fff!important;
  text-decoration:none!important;
  overflow:hidden!important;
  contain:layout style paint;
  backface-visibility:hidden;
  transform:translate3d(0,0,0);
}

body:not(.sub-page) .main-business-catalog .main-business-core-media{
  position:absolute;
  inset:0;
  z-index:0;
  background-size:cover;
  background-position:center;
  opacity:1;
  transform:translate3d(0,0,0);
  backface-visibility:hidden;
  transition:transform .45s cubic-bezier(.22,1,.36,1);
}

body:not(.sub-page) .main-business-catalog .main-business-core-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(4,12,22,.28) 0%,rgba(4,12,22,.72) 100%);
  opacity:1;
}

body:not(.sub-page) .main-business-catalog .main-business-core-card .core-no,
body:not(.sub-page) .main-business-catalog .main-business-core-card h4,
body:not(.sub-page) .main-business-catalog .main-business-core-card p,
body:not(.sub-page) .main-business-catalog .main-business-core-card em{
  position:relative;
  z-index:1;
}

body:not(.sub-page) .main-business-catalog .main-business-core-card .core-no{
  color:rgba(255,255,255,.68);
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
}

body:not(.sub-page) .main-business-catalog .main-business-core-card h4{
  margin:6px 0 12px;
  color:#fff;
  font-size:22px;
  line-height:1.2;
  letter-spacing:-.05em;
  font-weight:700;
}

body:not(.sub-page) .main-business-catalog .main-business-core-card p{
  margin:0 0 14px;
  color:rgba(255,255,255,.84);
  font-size:14px;
  line-height:1.72;
  flex:1;
}

body:not(.sub-page) .main-business-catalog .main-business-core-card em{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  gap:5px;
  font-style:normal;
  color:rgba(255,255,255,.88);
  font-size:10px;
  font-weight:700;
  letter-spacing:.04em;
}

body:not(.sub-page) .main-business-catalog .main-business-core-card em::after{
  content:"\2192";
  color:#b8dcf5;
}

@media (hover:hover){
  body:not(.sub-page) .main-business-catalog .main-business-core-card:hover .main-business-core-media{
    transform:translate3d(0,0,0) scale(1.04);
  }

  body:not(.sub-page) .main-business-catalog .main-business-core-card:hover .main-business-core-media::after{
    background:linear-gradient(180deg,rgba(4,12,22,.18) 0%,rgba(4,12,22,.78) 100%);
  }
}

body:not(.sub-page) .main-business-catalog .main-business-core-grid .business-reveal-card{
  opacity:0!important;
  pointer-events:none!important;
  transform:translate3d(0,0,0)!important;
  transition:opacity 1.05s cubic-bezier(.22,1,.36,1),transform 1.05s cubic-bezier(.22,1,.36,1)!important;
}

body:not(.sub-page) .main-business-catalog .main-business-core-grid .business-reveal-card.is-revealing{
  will-change:opacity,transform;
}

body:not(.sub-page) .main-business-catalog .main-business-core-grid .business-reveal-card:nth-child(1):not(.is-visible){
  transform:translate3d(0,28px,0)!important;
}

body:not(.sub-page) .main-business-catalog .main-business-core-grid .business-reveal-card:nth-child(1).is-visible{
  transition:opacity 1.16s cubic-bezier(.22,1,.36,1),transform 1.16s cubic-bezier(.22,1,.36,1)!important;
}

body:not(.sub-page) .main-business-catalog .main-business-core-grid .business-reveal-card:nth-child(2):not(.is-visible){
  transform:translate3d(0,-24px,0)!important;
}

body:not(.sub-page) .main-business-catalog .main-business-core-grid .business-reveal-card:nth-child(3):not(.is-visible){
  transform:translate3d(-32px,0,0)!important;
}

body:not(.sub-page) .main-business-catalog .main-business-core-grid .business-reveal-card:nth-child(4):not(.is-visible){
  transform:translate3d(32px,0,0)!important;
}

body:not(.sub-page) .main-business-catalog .main-business-core-grid .business-reveal-card.is-visible{
  opacity:1!important;
  transform:translate3d(0,0,0)!important;
  pointer-events:auto!important;
}

@media (max-width:768px){
  body:not(.sub-page) .main-business-catalog .main-business-core-grid{
    grid-template-columns:1fr!important;
  }

  body:not(.sub-page) .main-business-catalog .main-business-core-card{
    min-height:240px!important;
    padding:26px 22px 28px!important;
  }

  body:not(.sub-page) .main-business-catalog .main-business-core-grid .business-reveal-card:nth-child(1):not(.is-visible),
  body:not(.sub-page) .main-business-catalog .main-business-core-grid .business-reveal-card:nth-child(2):not(.is-visible),
  body:not(.sub-page) .main-business-catalog .main-business-core-grid .business-reveal-card:nth-child(3):not(.is-visible),
  body:not(.sub-page) .main-business-catalog .main-business-core-grid .business-reveal-card:nth-child(4):not(.is-visible){
    transform:translate3d(0,24px,0)!important;
  }
}

/* ============================================================
   D-15 COMPANY OVERVIEW image/text ratio
   Reference: nfc-homepage.pages.dev/pages/company_overview
   Scope: company_overview.html only (.company-overview-page)
   ============================================================ */
body.sub-page .company-overview-page .content-inner{
  padding-left:0!important;
  padding-right:0!important;
}

body.sub-page .company-overview-page .story-block{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:80px!important;
  align-items:center!important;
  margin:100px 0!important;
  padding:0!important;
  box-shadow:none!important;
  border-top:0!important;
  border-bottom:0!important;
}

body.sub-page .company-overview-page .story-img{
  height:390px!important;
  min-height:390px!important;
  background-size:cover!important;
  background-position:center!important;
}

body.sub-page .company-overview-page .story-copy,
body.sub-page .company-overview-page .story-block:nth-of-type(odd) .story-copy,
body.sub-page .company-overview-page .story-block:nth-of-type(even) .story-copy{
  padding:0!important;
}

@media(max-width:900px){
  body.sub-page .company-overview-page .story-block{
    grid-template-columns:1fr!important;
    gap:28px!important;
    margin:72px 0!important;
  }

  body.sub-page .company-overview-page .story-img{
    height:320px!important;
    min-height:320px!important;
  }
}

/* ============================================================
   D-16 MAIN BUSINESS vertical spacing (index.html)
   More air between head copy and 4-card grid + below grid
   ============================================================ */
body:not(.sub-page) .main-business-catalog{
  padding-bottom:196px!important;
}

body:not(.sub-page) .main-business-catalog .main-business-head{
  margin-bottom:88px!important;
}

body:not(.sub-page) .main-business-catalog .main-business-core-grid{
  margin-top:76px!important;
}

@media(max-width:768px){
  body:not(.sub-page) .main-business-catalog{
    padding-bottom:128px!important;
  }

  body:not(.sub-page) .main-business-catalog .main-business-head{
    margin-bottom:56px!important;
  }

  body:not(.sub-page) .main-business-catalog .main-business-core-grid{
    margin-top:52px!important;
  }
}

/* ============================================================
   D-17 MAIN BUSINESS card 4 reveal (index.html)
   Replace right-slide with soft fade-up + subtle scale
   ============================================================ */
body:not(.sub-page) .main-business-catalog .main-business-core-grid .business-reveal-card:nth-child(4):not(.is-visible){
  transform:translate3d(0,22px,0) scale(0.985)!important;
}

body:not(.sub-page) .main-business-catalog .main-business-core-grid .business-reveal-card:nth-child(4).is-revealing,
body:not(.sub-page) .main-business-catalog .main-business-core-grid .business-reveal-card:nth-child(4).is-visible{
  transition:opacity 1.22s cubic-bezier(.22,1,.36,1),transform 1.22s cubic-bezier(.22,1,.36,1)!important;
}

/* D-13B RECRUIT PROCESS ICON BACKGROUND REMOVAL */
.recruit-process-steps.refined-process-icons .process-step .process-icon,
.refined-process-icons .process-icon{
  display:block!important;
  width:42px!important;
  height:42px!important;
  margin:0 auto 20px!important;
  padding:0!important;
  background:none!important;
  background-color:transparent!important;
  border:none!important;
  border-radius:0!important;
  box-shadow:none!important;
  color:var(--blue)!important;
}
.recruit-process-steps.refined-process-icons .process-step:nth-child(1) .process-icon,
.recruit-process-steps.refined-process-icons .process-step:nth-child(2) .process-icon,
.recruit-process-steps.refined-process-icons .process-step:nth-child(3) .process-icon,
.recruit-process-steps.refined-process-icons .process-step:nth-child(4) .process-icon,
.recruit-process-steps.refined-process-icons .process-step:nth-child(5) .process-icon,
.process-step:nth-child(2) .process-icon,
.process-step:nth-child(3) .process-icon,
.process-step:nth-child(4) .process-icon,
.process-step:nth-child(5) .process-icon{
  color:var(--blue)!important;
}
.recruit-process-steps.refined-process-icons .process-icon::before,
.recruit-process-steps.refined-process-icons .process-icon::after,
.refined-process-icons .process-icon::before,
.refined-process-icons .process-icon::after{
  content:none!important;
  display:none!important;
}
.recruit-process-steps.refined-process-icons .process-icon svg,
.refined-process-icons .process-icon svg{
  display:block!important;
  width:42px!important;
  height:42px!important;
  fill:none!important;
  stroke:var(--blue)!important;
  stroke-width:2!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
@media(max-width:680px){
  .recruit-process-steps.refined-process-icons .process-step .process-icon,
  .refined-process-icons .process-icon{
    width:38px!important;
    height:38px!important;
  }
  .recruit-process-steps.refined-process-icons .process-icon svg,
  .refined-process-icons .process-icon svg{
    width:38px!important;
    height:38px!important;
  }
}

/* ============================================================
   D-18 AFFILIATES dl continuous row dividers
   Scope: pages/affiliates.html — .affiliate-company-info dl only
   ============================================================ */
.affiliates-ref-page .affiliate-company-info dl{
  --affiliate-dl-label:112px;
  --affiliate-dl-gap:26px;
}

.affiliates-ref-page .affiliate-company-info dl dt{
  border-bottom:0!important;
}

.affiliates-ref-page .affiliate-company-info dl dd{
  border-bottom:1px solid #dbe4ed!important;
  margin-left:calc((var(--affiliate-dl-label) + var(--affiliate-dl-gap)) * -1)!important;
  padding-left:calc(var(--affiliate-dl-label) + var(--affiliate-dl-gap))!important;
}

@media(max-width:760px){
  .affiliates-ref-page .affiliate-company-info dl{
    --affiliate-dl-label:92px;
    --affiliate-dl-gap:20px;
  }
}

/* ============================================================
   D-20 privacy policy page
   Scope: pages/privacy.html only
   ============================================================ */
.privacy-page .content-inner{
  max-width:880px!important;
}

.privacy-policy{
  padding:8px 0 40px;
}

.privacy-intro{
  margin:0 0 18px!important;
  font-size:16px!important;
  line-height:1.92!important;
  color:#4f5f70!important;
}

.privacy-notes{
  margin:0 0 48px!important;
  padding:18px 22px!important;
  list-style:none!important;
  background:#f4f8fb!important;
  border-left:3px solid #086797!important;
}

.privacy-notes li{
  position:relative;
  padding-left:14px!important;
  font-size:15px!important;
  line-height:1.75!important;
  color:#526173!important;
}

.privacy-notes li + li{
  margin-top:8px!important;
}

.privacy-notes li::before{
  content:"·";
  position:absolute;
  left:0;
  color:#086797;
  font-weight:800;
}

.privacy-section{
  padding:34px 0!important;
  border-top:1px solid #dde5ed!important;
}

.privacy-section h2{
  margin:0 0 18px!important;
  font-size:22px!important;
  line-height:1.35!important;
  letter-spacing:-.04em!important;
  font-weight:700!important;
  color:#0e2438!important;
}

.privacy-section h3{
  margin:24px 0 10px!important;
  font-size:16px!important;
  line-height:1.4!important;
  font-weight:700!important;
  color:#086797!important;
}

.privacy-section p{
  margin:0 0 14px!important;
  font-size:15px!important;
  line-height:1.88!important;
  color:#5b6978!important;
}

.privacy-section ul{
  margin:0!important;
  padding:0 0 0 18px!important;
}

.privacy-section li{
  font-size:15px!important;
  line-height:1.82!important;
  color:#5b6978!important;
}

.privacy-section li + li{
  margin-top:8px!important;
}

.privacy-agencies li + li{
  margin-top:14px!important;
}

.privacy-section a{
  color:#086797!important;
  text-decoration:underline!important;
  text-underline-offset:3px!important;
}

@media(max-width:760px){
  .privacy-page .content-inner{
    max-width:100%!important;
  }

  .privacy-section{
    padding:28px 0!important;
  }

  .privacy-section h2{
    font-size:19px!important;
  }
}

/* ============================================================
   D-19 AFFILIATES detail structure (pages/affiliates.html)
   CI → intro → actions → tagline block → meta dl
   ============================================================ */
.affiliates-ref-page .affiliate-ref-panel .affiliate-company-card{
  border-bottom:0!important;
}

.affiliates-ref-page .affiliate-detail-head{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}

.affiliates-ref-page .affiliate-detail-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px;
  margin-top:4px;
}

.affiliates-ref-page .affiliate-products-btn,
.affiliates-ref-page .affiliate-detail-actions .affiliate-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:13px 28px!important;
  border:1px solid #0b1726!important;
  background:#fff;
  font-family:inherit;
  font-size:13px!important;
  font-weight:800!important;
  letter-spacing:.06em;
  line-height:1;
  color:#0b1726;
  text-decoration:none;
  cursor:pointer;
}

.affiliates-ref-page .affiliate-detail-block{
  padding:48px 70px;
  background:#f4f8fb;
  border-bottom:1px solid #dfe6ee;
}

.affiliates-ref-page .affiliate-detail-block h4{
  margin:0 0 18px;
  font-size:28px;
  font-weight:800;
  line-height:1.25;
  letter-spacing:-.04em;
  color:#0b1726;
}

.affiliates-ref-page .affiliate-detail-block p{
  margin:0;
  max-width:920px;
  font-size:17px!important;
  line-height:1.92!important;
  color:#526173!important;
}

.affiliates-ref-page .affiliate-detail-meta{
  --affiliate-dl-label:112px;
  --affiliate-dl-gap:26px;
  display:grid;
  grid-template-columns:var(--affiliate-dl-label) minmax(0,1fr)!important;
  column-gap:var(--affiliate-dl-gap)!important;
  margin:0;
  padding:0 70px 58px;
  border-top:1px solid #dfe6ee;
  background:#fff;
}

.affiliates-ref-page .affiliate-detail-meta dt,
.affiliates-ref-page .affiliate-detail-meta dd{
  margin:0;
  padding:18px 0;
  font-size:15px;
  line-height:1.65;
}

.affiliates-ref-page .affiliate-detail-meta dt{
  border-bottom:0!important;
  font-weight:900;
  color:#086797;
}

.affiliates-ref-page .affiliate-detail-meta dd{
  border-bottom:1px solid #dbe4ed!important;
  margin-left:calc((var(--affiliate-dl-label) + var(--affiliate-dl-gap)) * -1)!important;
  padding-left:calc(var(--affiliate-dl-label) + var(--affiliate-dl-gap))!important;
  color:#526173;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

@media(max-width:980px){
  .affiliates-ref-page .affiliate-detail-block{
    padding:36px 30px;
  }

  .affiliates-ref-page .affiliate-detail-meta{
    padding:0 30px 44px;
  }
}

@media(max-width:760px){
  .affiliates-ref-page .affiliate-detail-meta{
    --affiliate-dl-label:92px;
    --affiliate-dl-gap:20px;
  }

  .affiliates-ref-page .affiliate-detail-meta dd{
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
  }
}

/* ============================================================
   D-21 R&D center — neo highlight card (reference layout)
   Scope: pages/rnd_center.html .nfc-neo-highlight only
   ============================================================ */
.rnd-key-page .nfc-keytech-center.nfc-neo-highlight{
  max-width:920px!important;
  padding:56px 64px 50px!important;
  background:#fff!important;
  border:1px solid #e3eaf2!important;
  border-radius:28px!important;
  box-shadow:0 18px 56px rgba(8,35,61,.08)!important;
  color:#071b33!important;
  isolation:isolate!important;
}

.rnd-key-page .nfc-keytech-center.nfc-neo-highlight::after{
  display:none!important;
}

.rnd-key-page .nfc-keytech-center.nfc-neo-highlight .neo-highlight-bg{
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  opacity:1!important;
  overflow:hidden!important;
  border-radius:inherit!important;
  pointer-events:none!important;
}

.rnd-key-page .nfc-keytech-center.nfc-neo-highlight .neo-highlight-bg span{
  position:absolute!important;
  border:1px solid rgba(205,216,228,.62)!important;
  border-radius:50%!important;
  background:transparent!important;
}

.rnd-key-page .nfc-keytech-center.nfc-neo-highlight .neo-highlight-bg span:nth-child(1){
  width:340px!important;
  height:340px!important;
  right:-120px!important;
  top:-130px!important;
}

.rnd-key-page .nfc-keytech-center.nfc-neo-highlight .neo-highlight-bg span:nth-child(2){
  width:240px!important;
  height:240px!important;
  left:-78px!important;
  bottom:-92px!important;
}

.rnd-key-page .nfc-keytech-center.nfc-neo-highlight .neo-highlight-bg span:nth-child(3){
  width:300px!important;
  height:300px!important;
  left:-140px!important;
  top:-70px!important;
  border-color:rgba(205,216,228,.42)!important;
}

.rnd-key-page .nfc-keytech-center.nfc-neo-highlight .nfc-keytech-center-label,
.rnd-key-page .nfc-keytech-center.nfc-neo-highlight h3,
.rnd-key-page .nfc-keytech-center.nfc-neo-highlight p,
.rnd-key-page .nfc-keytech-center.nfc-neo-highlight .neo-highlight-keywords{
  position:relative!important;
  z-index:1!important;
}

.rnd-key-page .nfc-keytech-center.nfc-neo-highlight .nfc-keytech-center-label{
  color:#086797!important;
  font-size:12px!important;
  font-weight:800!important;
  letter-spacing:.28em!important;
}

.rnd-key-page .nfc-keytech-center.nfc-neo-highlight h3{
  margin:16px 0 18px!important;
  color:#071b33!important;
  font-size:36px!important;
  line-height:1.24!important;
  font-weight:800!important;
}

.rnd-key-page .nfc-keytech-center.nfc-neo-highlight p{
  max-width:680px!important;
  margin:0 auto!important;
  color:#4a5969!important;
  opacity:1!important;
  font-size:16px!important;
  line-height:1.85!important;
  text-indent:0!important;
}

.rnd-key-page .nfc-keytech-center.nfc-neo-highlight .neo-highlight-keywords{
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:center!important;
  align-items:center!important;
  gap:10px!important;
  margin-top:34px!important;
}

.rnd-key-page .nfc-keytech-center.nfc-neo-highlight .neo-highlight-keywords span{
  padding:11px 18px!important;
  border:1px solid #dde5ee!important;
  border-radius:999px!important;
  background:#f4f7fa!important;
  font-size:12px!important;
  font-weight:700!important;
  letter-spacing:.04em!important;
  color:#526173!important;
  white-space:nowrap!important;
}

@media(max-width:900px){
  .rnd-key-page .nfc-keytech-center.nfc-neo-highlight{
    padding:42px 28px 36px!important;
    border-radius:22px!important;
  }

  .rnd-key-page .nfc-keytech-center.nfc-neo-highlight h3{
    font-size:28px!important;
  }

  .rnd-key-page .nfc-keytech-center.nfc-neo-highlight .neo-highlight-keywords span{
    white-space:normal!important;
  }
}

/* ============================================================
   D-22 MAIN BUSINESS card reveal — softer motion + overlapped stagger
   Scope: index.html .business-reveal-card only
   JS stagger: site.js STAGGER_MS 350 (overlaps ~1.4s transition)
   ============================================================ */
body:not(.sub-page) .main-business-catalog .main-business-core-grid .business-reveal-card{
  transition:opacity 1.4s cubic-bezier(.16,1,.3,1),transform 1.4s cubic-bezier(.16,1,.3,1)!important;
}

body:not(.sub-page) .main-business-catalog .main-business-core-grid .business-reveal-card:nth-child(1):not(.is-visible){
  transform:translate3d(0,20px,0)!important;
}

body:not(.sub-page) .main-business-catalog .main-business-core-grid .business-reveal-card:nth-child(1).is-visible{
  transition:opacity 1.4s cubic-bezier(.16,1,.3,1),transform 1.4s cubic-bezier(.16,1,.3,1)!important;
}

body:not(.sub-page) .main-business-catalog .main-business-core-grid .business-reveal-card:nth-child(2):not(.is-visible){
  transform:translate3d(0,-18px,0)!important;
}

body:not(.sub-page) .main-business-catalog .main-business-core-grid .business-reveal-card:nth-child(3):not(.is-visible){
  transform:translate3d(-22px,0,0)!important;
}

body:not(.sub-page) .main-business-catalog .main-business-core-grid .business-reveal-card:nth-child(4):not(.is-visible){
  transform:translate3d(0,18px,0) scale(0.992)!important;
}

body:not(.sub-page) .main-business-catalog .main-business-core-grid .business-reveal-card:nth-child(4).is-revealing,
body:not(.sub-page) .main-business-catalog .main-business-core-grid .business-reveal-card:nth-child(4).is-visible{
  transition:opacity 1.4s cubic-bezier(.16,1,.3,1),transform 1.4s cubic-bezier(.16,1,.3,1)!important;
}

@media (max-width:768px){
  body:not(.sub-page) .main-business-catalog .main-business-core-grid .business-reveal-card:nth-child(1):not(.is-visible),
  body:not(.sub-page) .main-business-catalog .main-business-core-grid .business-reveal-card:nth-child(2):not(.is-visible),
  body:not(.sub-page) .main-business-catalog .main-business-core-grid .business-reveal-card:nth-child(3):not(.is-visible),
  body:not(.sub-page) .main-business-catalog .main-business-core-grid .business-reveal-card:nth-child(4):not(.is-visible){
    transform:translate3d(0,18px,0)!important;
  }
}

/* ============================================================
   D-23 AFFILIATES vision section (mountain hero + info card)
   Scope: pages/affiliates.html .affiliate-vision-section
   ============================================================ */
.affiliates-ref-page .affiliate-ref-panel .affiliate-company-card{
  border-bottom:0!important;
}

.affiliates-ref-page .affiliate-vision-section{
  position:relative;
  min-height:520px;
  padding:92px 24px 0;
  background-color:#eef3f8;
  background-size:cover;
  background-position:center;
  overflow:hidden;
}

.affiliates-ref-page .affiliate-vision-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(255,255,255,.08) 0%,rgba(255,255,255,.42) 42%,rgba(255,255,255,.88) 72%,#fff 100%);
  pointer-events:none;
}

.affiliates-ref-page .affiliate-vision-inner{
  position:relative;
  z-index:1;
  max-width:900px;
  margin:0 auto;
  padding-bottom:72px;
}

.affiliates-ref-page .affiliate-vision-head{
  text-align:center;
  padding:0 16px 52px;
}

.affiliates-ref-page .affiliate-vision-head h4{
  margin:0 0 24px;
  font-size:clamp(28px,3.2vw,36px);
  font-weight:700;
  line-height:1.28;
  letter-spacing:-.045em;
  color:#3f4854;
}

.affiliates-ref-page .affiliate-vision-head p{
  margin:0 auto;
  max-width:780px;
  font-size:16px;
  line-height:1.92;
  color:#626e7c;
  text-indent:0!important;
  word-break:keep-all;
}

.affiliates-ref-page .affiliate-vision-meta{
  --affiliate-dl-label:112px;
  --affiliate-dl-gap:26px;
  display:grid;
  grid-template-columns:var(--affiliate-dl-label) minmax(0,1fr);
  column-gap:var(--affiliate-dl-gap);
  margin:0;
  padding:10px 52px 36px;
  background:#fff;
  border:1px solid #e3eaf2;
  box-shadow:0 22px 58px rgba(8,35,61,.08);
}

.affiliates-ref-page .affiliate-vision-meta dt,
.affiliates-ref-page .affiliate-vision-meta dd{
  margin:0;
  padding:18px 0;
  font-size:15px;
  line-height:1.65;
}

.affiliates-ref-page .affiliate-vision-meta dt{
  border-bottom:0!important;
  font-weight:900;
  color:#086797;
}

.affiliates-ref-page .affiliate-vision-meta dd{
  border-bottom:1px solid #dbe4ed!important;
  margin-left:calc((var(--affiliate-dl-label) + var(--affiliate-dl-gap)) * -1)!important;
  padding-left:calc(var(--affiliate-dl-label) + var(--affiliate-dl-gap))!important;
  color:#526173;
}

.affiliates-ref-page .affiliate-vision-meta dt:first-of-type,
.affiliates-ref-page .affiliate-vision-meta dd:first-of-type{
  padding-top:22px;
  border-top:2px solid #0b1726;
}

.affiliates-ref-page .affiliate-vision-meta dd:last-of-type{
  border-bottom:0!important;
}

@media(max-width:760px){
  .affiliates-ref-page .affiliate-vision-section{
    min-height:0;
    padding:64px 16px 0;
  }

  .affiliates-ref-page .affiliate-vision-head{
    padding-bottom:36px;
  }

  .affiliates-ref-page .affiliate-vision-meta{
    --affiliate-dl-label:92px;
    --affiliate-dl-gap:20px;
    padding:8px 24px 28px;
  }
}

/* ============================================================
   D-24 R&D mobile inter-card connector (match flow arrow)
   Scope: rnd_center.html — card1 → card2 dotted arrow
   ============================================================ */
@media(max-width:900px){
  .rnd-key-page .nfc-keytech-card:first-child{
    margin-bottom:72px!important;
  }

  .rnd-key-page .nfc-keytech-card:first-child::before{
    content:""!important;
    position:absolute!important;
    left:50%!important;
    top:100%!important;
    bottom:auto!important;
    height:56px!important;
    border-left:2px dashed rgba(8, 103, 151,.52)!important;
    transform:translateX(-50%)!important;
    z-index:1!important;
  }

  .rnd-key-page .nfc-keytech-card:first-child::after{
    content:""!important;
    position:absolute!important;
    left:50%!important;
    top:calc(100% + 56px)!important;
    bottom:auto!important;
    width:0!important;
    height:0!important;
    border:0!important;
    border-left:8px solid transparent!important;
    border-right:8px solid transparent!important;
    border-top:13px solid #086797!important;
    transform:translateX(-50%)!important;
    z-index:1!important;
    display:block!important;
  }
}

/* ============================================================
   D-25 AFFILIATES tabs + vision background fill
   Scope: pages/affiliates.html
   ============================================================ */
.affiliates-ref-page.content{
  padding-bottom:0!important;
}

.affiliates-ref-page .affiliate-modern-panels{
  border-bottom:0!important;
}

.affiliates-ref-page .affiliate-ref-tabs,
.affiliates-ref-page .affiliate-tabs{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  justify-content:center!important;
  gap:0!important;
  margin:0 0 72px!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

.affiliates-ref-page .affiliate-ref-tabs button,
.affiliates-ref-page .affiliate-tabs button{
  position:relative!important;
  appearance:none!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  min-width:auto!important;
  padding:0 28px!important;
  color:#b3bbc6!important;
  font-size:16px!important;
  font-weight:700!important;
  letter-spacing:-.02em!important;
  line-height:1.4!important;
  white-space:nowrap!important;
  transition:color .22s ease!important;
  cursor:pointer!important;
}

.affiliates-ref-page .affiliate-ref-tabs button + button,
.affiliates-ref-page .affiliate-tabs button + button{
  margin-left:0!important;
  padding-left:29px!important;
  border-left:1px solid #d5dde5!important;
}

.affiliates-ref-page .affiliate-ref-tabs button + button::before,
.affiliates-ref-page .affiliate-tabs button + button::before{
  display:none!important;
  content:none!important;
}

.affiliates-ref-page .affiliate-ref-tabs button::after,
.affiliates-ref-page .affiliate-tabs button::after{
  display:none!important;
  content:none!important;
}

.affiliates-ref-page .affiliate-ref-tabs button:hover,
.affiliates-ref-page .affiliate-tabs button:hover{
  color:#0b1726!important;
}

.affiliates-ref-page .affiliate-ref-tabs button.active,
.affiliates-ref-page .affiliate-tabs button.active{
  color:#0b1726!important;
  background:transparent!important;
  font-weight:800!important;
}

.affiliates-ref-page .affiliate-vision-section{
  width:100vw!important;
  max-width:100vw!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  min-height:680px!important;
  padding:96px 24px 112px!important;
  background-color:#dfe8f0!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
}

.affiliates-ref-page .affiliate-vision-section::before{
  background:linear-gradient(
    180deg,
    rgba(255,255,255,.92) 0%,
    rgba(255,255,255,.62) 16%,
    rgba(255,255,255,.22) 38%,
    rgba(255,255,255,.08) 62%,
    rgba(255,255,255,.04) 100%
  )!important;
}

.affiliates-ref-page .affiliate-vision-inner{
  padding-bottom:0!important;
}

@media(max-width:760px){
  .affiliates-ref-page .affiliate-ref-tabs,
  .affiliates-ref-page .affiliate-tabs{
    justify-content:flex-start!important;
    overflow-x:auto!important;
    flex-wrap:nowrap!important;
    padding-bottom:8px!important;
  }

  .affiliates-ref-page .affiliate-ref-tabs button,
  .affiliates-ref-page .affiliate-tabs button{
    padding:0 18px!important;
    font-size:14px!important;
  }

  .affiliates-ref-page .affiliate-ref-tabs button + button,
  .affiliates-ref-page .affiliate-tabs button + button{
    padding-left:19px!important;
  }

  .affiliates-ref-page .affiliate-vision-section{
    min-height:560px!important;
    padding:72px 16px 88px!important;
  }
}

/* ============================================================
   D-26 R&D neo highlight — image background, no circle decor
   Scope: pages/rnd_center.html .nfc-neo-highlight
   ============================================================ */
.rnd-key-page .nfc-keytech-center.nfc-neo-highlight{
  background-color:#eef4f8!important;
  background-image:url('../images/rnd/center-hero-materials.jpg')!important;
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
  overflow:hidden!important;
}

.rnd-key-page .nfc-keytech-center.nfc-neo-highlight::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  border-radius:inherit!important;
  background:rgba(255,255,255,.78)!important;
  z-index:0!important;
  pointer-events:none!important;
}

.rnd-key-page .nfc-keytech-center.nfc-neo-highlight .neo-highlight-bg{
  display:none!important;
}

.rnd-key-page .nfc-keytech-center.nfc-neo-highlight .nfc-keytech-center-label,
.rnd-key-page .nfc-keytech-center.nfc-neo-highlight h3,
.rnd-key-page .nfc-keytech-center.nfc-neo-highlight p,
.rnd-key-page .nfc-keytech-center.nfc-neo-highlight .neo-highlight-keywords{
  position:relative!important;
  z-index:1!important;
}

.rnd-key-page .nfc-keytech-center.nfc-neo-highlight .neo-highlight-keywords span{
  background:rgba(255,255,255,.88)!important;
}

/* ============================================================
   D-27 AFFILIATES KAI products modal
   Scope: pages/affiliates.html #kaiProductsModal
   ============================================================ */
body.affiliate-modal-open{
  overflow:hidden!important;
}

.affiliate-modal{
  position:fixed;
  inset:0;
  z-index:3000;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:72px 24px 24px;
}

.affiliate-modal[hidden]{
  display:none!important;
}

.affiliate-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(8,18,32,.72);
}

.affiliate-modal-wrap{
  position:relative;
  z-index:1;
  width:min(920px,100%);
}

.affiliate-modal-wrap--wide{
  width:min(980px,100%);
}

.affiliate-modal-close{
  position:absolute;
  top:-48px;
  right:0;
  appearance:none;
  border:0;
  background:transparent;
  color:#fff;
  font-size:38px;
  line-height:1;
  cursor:pointer;
  padding:0;
}

.affiliate-modal-dialog{
  background:#fff;
  padding:44px 48px 48px;
  box-shadow:0 28px 80px rgba(0,0,0,.28);
}

.affiliate-modal-title{
  margin:0 0 28px;
  padding-bottom:24px;
  border-bottom:1px solid #dbe4ed;
  text-align:center;
  font-size:28px;
  font-weight:800;
  letter-spacing:-.04em;
  color:#0b1726;
}

.affiliate-modal-table{
  width:100%;
  border-collapse:collapse;
  table-layout:fixed;
}

.affiliate-modal-table caption{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

.affiliate-modal-table th,
.affiliate-modal-table td{
  padding:18px 16px;
  border:1px solid #dbe4ed;
  text-align:center;
  vertical-align:middle;
  font-size:15px;
  line-height:1.6;
  color:#4f5d6d;
}

.affiliate-modal-table th{
  background:#f7fafc;
  color:#0b1726;
  font-weight:800;
}

@media(max-width:760px){
  .affiliate-modal{
    padding:64px 16px 16px;
  }

  .affiliate-modal-dialog{
    padding:32px 18px 28px;
  }

  .affiliate-modal-title{
    font-size:22px;
    margin-bottom:20px;
    padding-bottom:18px;
  }

  .affiliate-modal-table th,
  .affiliate-modal-table td{
    padding:12px 8px;
    font-size:13px;
  }
}

/* ============================================================
   D-28 AFFILIATES vision — natural image fade + simple white card
   Scope: pages/affiliates.html .affiliate-vision-section
   ============================================================ */
.affiliates-ref-page .affiliate-ref-panel .affiliate-company-card{
  box-shadow:none!important;
  margin-bottom:0!important;
}

.affiliates-ref-page .affiliate-vision-section{
  margin-top:0!important;
  min-height:740px!important;
  padding:84px 56px 108px!important;
  background-color:#c5d4e4!important;
}

.affiliates-ref-page .affiliate-vision-section::before{
  background:linear-gradient(
    180deg,
    #fff 0%,
    rgba(255,255,255,.82) 8%,
    rgba(255,255,255,.48) 18%,
    rgba(255,255,255,.16) 32%,
    rgba(255,255,255,.04) 52%,
    rgba(255,255,255,.02) 72%,
    rgba(255,255,255,.12) 100%
  )!important;
}

.affiliates-ref-page .affiliate-vision-inner{
  max-width:920px!important;
  padding-bottom:0!important;
}

.affiliates-ref-page .affiliate-vision-head{
  padding:0 32px 48px!important;
}

.affiliates-ref-page .affiliate-vision-head h4{
  color:#4a5563!important;
}

.affiliates-ref-page .affiliate-vision-meta{
  padding:48px 56px 42px!important;
  border:0!important;
  box-shadow:0 16px 42px rgba(8,35,61,.07)!important;
}

.affiliates-ref-page .affiliate-vision-meta dt:first-of-type,
.affiliates-ref-page .affiliate-vision-meta dd:first-of-type{
  padding-top:0!important;
}

@media(max-width:760px){
  .affiliates-ref-page .affiliate-vision-section{
    min-height:0!important;
    padding:64px 20px 84px!important;
  }

  .affiliates-ref-page .affiliate-vision-head{
    padding:0 8px 36px!important;
  }

  .affiliates-ref-page .affiliate-vision-meta{
    padding:36px 28px 30px!important;
  }
}

/* ============================================================
   D-29 AFFILIATES company card — vertically center right content
   Scope: pages/affiliates.html .affiliate-company-card
   ============================================================ */
.affiliates-ref-page .affiliate-company-card{
  grid-template-columns:1fr 1fr!important;
  align-items:stretch!important;
}

.affiliates-ref-page .affiliate-company-photo{
  min-height:560px!important;
  height:100%!important;
}

.affiliates-ref-page .affiliate-company-info{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-self:stretch!important;
  height:100%!important;
  padding:52px 64px 52px 56px!important;
}

.affiliates-ref-page .affiliate-detail-head{
  width:100%!important;
}

@media(max-width:980px){
  .affiliates-ref-page .affiliate-company-card{
    grid-template-columns:1fr!important;
  }

  .affiliates-ref-page .affiliate-company-photo{
    min-height:360px!important;
    height:auto!important;
  }

  .affiliates-ref-page .affiliate-company-info{
    justify-content:flex-start!important;
    height:auto!important;
    padding:44px 30px!important;
  }
}

/* ============================================================
   D-30 Header CI logo image (from CI manual)
   Scope: .brand-logo — English NFChemtech lockup PNG
   ============================================================ */
.brand{
  display:flex!important;
  align-items:center!important;
  line-height:1!important;
}

.brand-logo{
  display:block;
  width:auto;
  height:26px;
  max-width:min(220px, 42vw);
}

.site-header:not(.is-scrolled):not(:hover):not(.mega-open) .brand-logo{
  filter:brightness(0) invert(1);
  opacity:.96;
}

.site-header.is-scrolled .brand-logo,
.site-header:hover .brand-logo,
.site-header.mega-open .brand-logo{
  filter:none;
  opacity:1;
}

@media(max-width:680px){
  .brand-logo{
    height:22px;
    filter:none!important;
    opacity:1!important;
  }
}

/* ============================================================
   D-31 AFFILIATES vision table spacing + Noto Sans KR site-wide
   Reference: enftech.com .data_table_list_outer / .data_table_list
   ============================================================ */
html,
body,
button,
input,
textarea,
select{
  font-family:var(--font-main)!important;
}

.affiliates-ref-page .affiliate-vision-inner{
  max-width:996px!important;
}

.affiliates-ref-page .affiliate-vision-meta{
  --affiliate-dl-label:180px;
  --affiliate-dl-gap:23px;
  width:100%!important;
  max-width:none!important;
  margin:0 auto!important;
  padding:100px max(32px, calc((100% - 792px) / 2)) 100px!important;
  border:0!important;
  box-shadow:none!important;
}

.affiliates-ref-page .affiliate-vision-meta dt,
.affiliates-ref-page .affiliate-vision-meta dd{
  padding:13px 0!important;
  font-size:16px!important;
  line-height:1.75!important;
}

.affiliates-ref-page .affiliate-vision-meta dt{
  font-weight:600!important;
  color:#222!important;
}

.affiliates-ref-page .affiliate-vision-meta dd{
  color:#666!important;
  border-bottom-color:#ddd!important;
}

.affiliates-ref-page .affiliate-vision-meta dt:first-of-type,
.affiliates-ref-page .affiliate-vision-meta dd:first-of-type{
  padding-top:13px!important;
  border-top:1px solid #222!important;
}

@media(max-width:760px){
  .affiliates-ref-page .affiliate-vision-meta{
    --affiliate-dl-label:92px;
    --affiliate-dl-gap:20px;
    padding:64px 24px 72px!important;
  }
}

/* ============================================================
   D-32 AFFILIATES vision — bottom fade to white before footer
   Reference: enftech.com mountain hero + white info table block
   Scope: pages/affiliates.html .affiliate-vision-section
   ============================================================ */
.affiliates-ref-page .affiliate-vision-section{
  background-color:#fff!important;
  padding-bottom:0!important;
}

.affiliates-ref-page .affiliate-vision-section::before{
  background:linear-gradient(
    180deg,
    #fff 0%,
    rgba(255,255,255,.92) 10%,
    rgba(255,255,255,.58) 22%,
    rgba(255,255,255,.18) 36%,
    rgba(255,255,255,0) 48%
  )!important;
}

.affiliates-ref-page .affiliate-vision-section::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:min(420px, 58%);
  background:linear-gradient(
    180deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,.42) 28%,
    rgba(255,255,255,.82) 52%,
    #fff 78%
  );
  pointer-events:none;
  z-index:0;
}

.affiliates-ref-page .affiliate-vision-inner{
  padding-bottom:80px!important;
}

.affiliates-ref-page .affiliate-vision-meta{
  position:relative;
  z-index:1;
  background:#fff!important;
}

@media(max-width:760px){
  .affiliates-ref-page .affiliate-vision-inner{
    padding-bottom:56px!important;
  }

  .affiliates-ref-page .affiliate-vision-section::after{
    height:min(360px, 62%);
  }
}

/* ============================================================
   D-34 INQUIRY PAGE — product & solution inquiry layout
   Reference: customer support mock (category cards, contact,
   process steps, pre-inquiry accordion)
   Scope: pages/inquiry.html
   ============================================================ */
/* D-34 breadcrumb margin retired — D-16B global breadcrumb alignment */

.inquiry-page .content.inquiry-content{
  padding-top:0!important;
  padding-bottom:96px!important;
  background:#fff!important;
}

.inquiry-page .inquiry-inner{
  max-width:1180px!important;
  margin:0 auto!important;
  padding:56px clamp(24px,4vw,40px) 0!important;
}

.inquiry-page .inquiry-head{
  text-align:center;
  margin-bottom:48px;
}

.inquiry-page .inquiry-kicker{
  display:block;
  font-size:13px!important;
  font-weight:800!important;
  letter-spacing:.14em!important;
  color:var(--blue)!important;
  margin-bottom:14px!important;
}

.inquiry-page .inquiry-head h1{
  margin:0 0 18px!important;
  font-size:clamp(34px,3.6vw,45px)!important;
  font-weight:800!important;
  line-height:1.22!important;
  letter-spacing:-.045em!important;
  color:#0b1625!important;
}

.inquiry-page .inquiry-intro{
  max-width:720px;
  margin:0 auto!important;
  font-size:16px!important;
  line-height:1.75!important;
  color:#5d6a7a!important;
  text-indent:0!important;
}

.inquiry-page .inquiry-categories{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  margin-bottom:56px;
}

.inquiry-page .inquiry-cat-card{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  min-height:196px;
  padding:28px 18px 24px;
  border:1px solid #e4ebf2;
  border-radius:14px;
  background:#fff;
  box-shadow:0 8px 24px rgba(15,31,48,.05);
  transition:border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.inquiry-page .inquiry-cat-card:hover{
  border-color:#c8daef;
  box-shadow:0 12px 28px rgba(8, 103, 151,.1);
  transform:translateY(-2px);
}

.inquiry-page .inquiry-cat-icon{
  display:grid;
  place-items:center;
  width:64px;
  height:64px;
  margin-bottom:16px;
  color:var(--blue);
}

.inquiry-page .inquiry-cat-icon svg{
  width:52px;
  height:52px;
}

.inquiry-page .inquiry-cat-card strong{
  display:block;
  margin-bottom:8px;
  font-size:18px!important;
  font-weight:800!important;
  letter-spacing:-.03em!important;
  color:#0b1625!important;
}

.inquiry-page .inquiry-cat-card > span:last-child{
  font-size:14px!important;
  line-height:1.55!important;
  color:#6b7888!important;
}

.inquiry-page .inquiry-panels{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  margin-bottom:56px;
}

.inquiry-page .inquiry-panel{
  border:1px solid #e4ebf2;
  border-radius:14px;
  padding:32px 30px 28px;
  background:#fff;
}

.inquiry-page .inquiry-panel h2{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 24px!important;
  font-size:20px!important;
  font-weight:800!important;
  letter-spacing:-.03em!important;
  color:#0b1625!important;
}

.inquiry-page .inquiry-panel h2 svg{
  width:24px;
  height:24px;
  flex:0 0 24px;
  color:var(--blue);
  stroke:currentColor;
  fill:none;
}

.inquiry-page .inquiry-contact-list{
  list-style:none;
  margin:0 0 22px;
  padding:0;
}

.inquiry-page .inquiry-contact-list li{
  display:grid;
  grid-template-columns:28px 1fr;
  gap:12px;
  align-items:start;
  padding:14px 0;
  border-bottom:1px solid #edf1f6;
}

.inquiry-page .inquiry-contact-list li:last-child{
  border-bottom:0;
}

.inquiry-page .inquiry-contact-icon{
  display:grid;
  place-items:center;
  width:28px;
  height:28px;
  color:var(--blue);
}

.inquiry-page .inquiry-contact-icon svg{
  width:22px;
  height:22px;
}

.inquiry-page .inquiry-contact-list b{
  display:block;
  margin-bottom:4px;
  font-size:14px!important;
  font-weight:700!important;
  color:#0b1625!important;
}

.inquiry-page .inquiry-contact-list span{
  font-size:15px!important;
  line-height:1.6!important;
  color:#5d6a7a!important;
}

.inquiry-page .inquiry-tip{
  display:grid;
  grid-template-columns:22px 1fr;
  gap:10px;
  align-items:start;
  padding:16px 18px;
  border-radius:10px;
  background:#eef6fc;
}

.inquiry-page .inquiry-tip svg{
  width:20px;
  height:20px;
  margin-top:2px;
  color:var(--blue);
  stroke:currentColor;
  fill:none;
}

.inquiry-page .inquiry-tip p{
  margin:0!important;
  font-size:14px!important;
  line-height:1.65!important;
  color:#4a6178!important;
  text-indent:0!important;
}

.inquiry-page .inquiry-steps{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:1fr auto 1fr auto 1fr;
  gap:8px;
  align-items:start;
}

.inquiry-page .inquiry-step-icon{
  display:grid;
  place-items:center;
  width:56px;
  height:56px;
  margin:0 auto 12px;
  border-radius:50%;
  background:#eef6fc;
  color:var(--blue);
}

.inquiry-page .inquiry-step-icon svg{
  width:30px;
  height:30px;
  stroke:currentColor;
  fill:none;
}

.inquiry-page .inquiry-steps > li:not(.inquiry-step-arrow){
  text-align:center;
}

.inquiry-page .inquiry-steps em{
  display:block;
  margin-bottom:4px;
  font-style:normal;
  font-size:13px!important;
  font-weight:800!important;
  color:var(--blue)!important;
}

.inquiry-page .inquiry-steps strong{
  display:block;
  margin-bottom:6px;
  font-size:15px!important;
  font-weight:800!important;
  color:#0b1625!important;
}

.inquiry-page .inquiry-steps p{
  margin:0!important;
  font-size:13px!important;
  line-height:1.55!important;
  color:#6b7888!important;
  text-indent:0!important;
}

.inquiry-page .inquiry-step-arrow{
  align-self:center;
  padding-top:18px;
  font-size:22px;
  line-height:1;
  color:#c5d0dc;
  font-weight:300;
}

.inquiry-page .inquiry-faq h2{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 18px!important;
  font-size:20px!important;
  font-weight:800!important;
  color:#0b1625!important;
}

.inquiry-page .inquiry-faq h2 svg{
  width:24px;
  height:24px;
  color:var(--blue);
  stroke:currentColor;
  fill:none;
}

.inquiry-page .inquiry-accordion{
  display:grid;
  gap:12px;
}

.inquiry-page .inquiry-acc-item{
  border:1px solid #e4ebf2;
  border-radius:12px;
  background:#fff;
  overflow:hidden;
}

.inquiry-page .inquiry-acc-item summary{
  list-style:none;
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:14px;
  align-items:center;
  padding:18px 20px;
  cursor:pointer;
  font-size:15px!important;
  line-height:1.6!important;
  color:#334155!important;
  text-indent:0!important;
}

.inquiry-page .inquiry-acc-item summary::-webkit-details-marker{
  display:none;
}

.inquiry-page .inquiry-acc-item summary::after{
  content:"";
  width:10px;
  height:10px;
  border-right:2px solid #9aa8b8;
  border-bottom:2px solid #9aa8b8;
  transform:rotate(45deg);
  transition:transform .2s ease;
}

.inquiry-page .inquiry-acc-item[open] summary::after{
  transform:rotate(-135deg);
  margin-top:6px;
}

.inquiry-page .inquiry-acc-num{
  font-size:14px!important;
  font-weight:800!important;
  color:var(--blue)!important;
}

.inquiry-page .inquiry-acc-body{
  padding:0 20px 18px 52px;
  font-size:14px!important;
  line-height:1.7!important;
  color:#5d6a7a!important;
}

@media(max-width:1024px){
  .inquiry-page .inquiry-categories{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .inquiry-page .inquiry-panels{
    grid-template-columns:1fr;
  }

  .inquiry-page .inquiry-steps{
    grid-template-columns:1fr;
    gap:18px;
  }

  .inquiry-page .inquiry-step-arrow{
    display:none;
  }
}

@media(max-width:680px){
  .inquiry-page .inquiry-inner{
    padding-top:36px!important;
  }

  .inquiry-page .inquiry-categories{
    grid-template-columns:1fr;
  }

  .inquiry-page .inquiry-acc-item summary{
    grid-template-columns:auto 1fr auto;
    gap:10px;
    padding:16px;
    font-size:14px!important;
  }

  .inquiry-page .inquiry-acc-body{
    padding:0 16px 16px 44px;
  }
}

/* ============================================================
   D-35 AFFILIATES vision meta table — fix label/value overlap
   Root cause: D-28 dd negative margin hack conflicts with 2-col grid
   Reference: enftech.com .data_table_list (180px label + 23px gap)
   ============================================================ */
.affiliates-ref-page .affiliate-vision-meta{
  --affiliate-dl-label:180px;
  --affiliate-dl-gap:23px;
  display:grid!important;
  grid-template-columns:var(--affiliate-dl-label) minmax(0,1fr)!important;
  column-gap:var(--affiliate-dl-gap)!important;
  row-gap:0!important;
  align-items:start!important;
}

.affiliates-ref-page .affiliate-vision-meta dt,
.affiliates-ref-page .affiliate-vision-meta dd{
  margin:0!important;
  min-width:0!important;
}

.affiliates-ref-page .affiliate-vision-meta dt{
  grid-column:1!important;
  padding:13px 18px 13px 40px!important;
  border-bottom:0!important;
  font-weight:600!important;
  color:#222!important;
}

.affiliates-ref-page .affiliate-vision-meta dd{
  grid-column:2!important;
  margin-left:0!important;
  padding:13px 18px 13px 0!important;
  border-bottom:1px solid #ddd!important;
  color:#666!important;
  word-break:keep-all!important;
}

.affiliates-ref-page .affiliate-vision-meta dt:first-of-type,
.affiliates-ref-page .affiliate-vision-meta dd:first-of-type{
  padding-top:13px!important;
  border-top:1px solid #222!important;
}

.affiliates-ref-page .affiliate-vision-meta dd:last-of-type{
  border-bottom:0!important;
}

@media(max-width:760px){
  .affiliates-ref-page .affiliate-vision-meta{
    --affiliate-dl-label:112px;
    --affiliate-dl-gap:16px;
    grid-template-columns:var(--affiliate-dl-label) minmax(0,1fr)!important;
  }

  .affiliates-ref-page .affiliate-vision-meta dt{
    padding-left:0!important;
    font-size:15px!important;
  }

  .affiliates-ref-page .affiliate-vision-meta dd{
    font-size:15px!important;
  }
}

/* ============================================================
   D-36 ENF-aligned content typography downscale
   Reference: enftech.com middle_grid / irregular_grid / full_typo
   (body 15–16px lh 1.75, lighter section titles vs legacy 34–42px bold)
   Scope: company overview, CEO message, shared story/lead blocks
   ============================================================ */
:root{
  --fs-title-lg:30px;
  --fs-title-md:28px;
  --fs-story-title:28px;
  --lh-body:1.75;
  --fw-content-title:600;
}

body.sub-page .content .lead h2{
  font-size:var(--fs-title-lg)!important;
  font-weight:var(--fw-content-title)!important;
  line-height:1.35!important;
  letter-spacing:-.03em!important;
}

body.sub-page .content p{
  font-size:var(--fs-body)!important;
  line-height:var(--lh-body)!important;
  color:#666!important;
}

.story-copy h3,
.company-overview-page .story-copy h3{
  font-size:var(--fs-story-title)!important;
  font-weight:var(--fw-content-title)!important;
  line-height:1.35!important;
  letter-spacing:-.03em!important;
  color:#222!important;
}

.story-copy p,
.company-overview-page .story-copy p{
  font-size:15px!important;
  line-height:1.75!important;
  color:#666!important;
}

.ceo-message-copy .lead h2{
  font-size:32px!important;
  font-weight:var(--fw-content-title)!important;
  line-height:1.35!important;
  letter-spacing:-.03em!important;
}

.ceo-message-copy p:not(.ceo-signature){
  font-size:15px!important;
  line-height:1.75!important;
  color:#666!important;
}

.ceo-message-copy p.ceo-signature{
  font-size:16px!important;
  font-weight:700!important;
  color:#0b1625!important;
}

.rd-summary h2{
  font-size:28px!important;
  font-weight:var(--fw-content-title)!important;
  line-height:1.35!important;
  letter-spacing:-.03em!important;
}

.rd-summary p{
  font-size:15px!important;
  line-height:1.75!important;
  color:#666!important;
}

.company-overview-page .company-info-table .info-row b,
.company-overview-page .company-info-table .info-row span,
.company-overview-page .rd-summary + .company-info-table .info-row b,
.company-overview-page .rd-summary + .company-info-table .info-row span{
  font-size:15px!important;
  line-height:1.75!important;
}

@media(max-width:1024px){
  :root{
    --fs-title-lg:28px;
    --fs-story-title:26px;
  }

  .ceo-message-copy .lead h2{
    font-size:28px!important;
  }
}

@media(max-width:768px){
  :root{
    --fs-title-lg:26px;
    --fs-story-title:24px;
  }

  .ceo-message-copy .lead h2,
  .rd-summary h2{
    font-size:24px!important;
  }
}

/* ============================================================
   D-37 ENF-aligned typography — remaining sub-pages
   Extends D-36 to history, HR, recruit, sustainability,
   affiliates, R&D, products, location, privacy, business
   ============================================================ */
:root{
  --fs-section:24px;
  --fs-card:18px;
  --fs-content-h3:22px;
  --fs-card-title:20px;
}

/* Shared content blocks */
body.sub-page .content h3{
  font-size:var(--fs-content-h3)!important;
  font-weight:var(--fw-content-title)!important;
  line-height:1.35!important;
  letter-spacing:-.03em!important;
  color:#222!important;
}

body.sub-page .content .lead p,
body.sub-page .content li,
body.sub-page .content .info-table .info-row b,
body.sub-page .content .info-table .info-row span,
body.sub-page .content .company-info-table .info-row b,
body.sub-page .content .company-info-table .info-row span{
  font-size:15px!important;
  line-height:1.75!important;
  color:#666!important;
}

/* History */
.history-content-title{
  font-size:28px!important;
  font-weight:var(--fw-content-title)!important;
  line-height:1.35!important;
  letter-spacing:-.03em!important;
  color:#222!important;
}

.history-era-label{
  font-size:20px!important;
}

.history-era .time-row b,
.history-era .time-row span{
  font-size:15px!important;
  line-height:1.75!important;
  color:#666!important;
}

/* HR / split-business */
body.sub-page .content .business-copy h3,
#business .business-copy h3{
  font-size:24px!important;
  font-weight:var(--fw-content-title)!important;
  line-height:1.35!important;
  letter-spacing:-.03em!important;
}

body.sub-page .content .business-copy p{
  font-size:15px!important;
  line-height:1.75!important;
  color:#666!important;
}

/* Recruit process */
.process-step h3{
  font-size:var(--fs-card)!important;
  font-weight:var(--fw-content-title)!important;
  line-height:1.35!important;
}

.process-step p{
  font-size:15px!important;
  line-height:1.75!important;
  color:#666!important;
}

.process-step em{
  font-size:16px!important;
}

/* Ethical management — charter */
.charter-card .txt h3{
  font-size:var(--fs-card)!important;
  font-weight:var(--fw-content-title)!important;
  line-height:1.35!important;
}

.charter-card .txt p{
  font-size:15px!important;
  line-height:1.75!important;
  color:#666!important;
}

/* Sustainability (정도/환경/품질) */
.eq-management-page .business-panel h3,
.business-panel h3{
  font-size:var(--fs-content-h3)!important;
  font-weight:var(--fw-content-title)!important;
  line-height:1.35!important;
  letter-spacing:-.03em!important;
}

.eq-management-page .business-panel p,
.business-panel p{
  font-size:15px!important;
  line-height:1.75!important;
  color:#666!important;
}

.eq-management-page .company-info-table .info-row b,
.eq-management-page .company-info-table .info-row span{
  font-size:15px!important;
  line-height:1.75!important;
}

.strategy-block h3{
  font-size:var(--fs-content-h3)!important;
  font-weight:var(--fw-content-title)!important;
  line-height:1.35!important;
}

.strategy-block p,
.method-copy p{
  font-size:15px!important;
  line-height:1.75!important;
  color:#666!important;
}

.method-copy h3{
  font-size:28px!important;
  font-weight:var(--fw-content-title)!important;
  line-height:1.35!important;
  letter-spacing:-.03em!important;
}

/* Affiliates */
.affiliates-ref-page .affiliate-detail-head p,
.affiliate-ref-panel p,
.affiliate-company-info p{
  font-size:15px!important;
  line-height:1.75!important;
  color:#666!important;
}

.affiliates-ref-page .affiliate-vision-head h4{
  font-size:clamp(24px,2.8vw,28px)!important;
  font-weight:var(--fw-content-title)!important;
  line-height:1.35!important;
  letter-spacing:-.03em!important;
}

.affiliates-ref-page .affiliate-vision-head p{
  font-size:15px!important;
  line-height:1.75!important;
  color:#666!important;
}

/* R&D center */
.nfc-keytech-head h2{
  font-size:clamp(26px,3vw,32px)!important;
  font-weight:var(--fw-content-title)!important;
  line-height:1.35!important;
  letter-spacing:-.03em!important;
}

.nfc-keytech-head p,
.nfc-keytech-card-desc,
.nfc-keytech-item span,
.nfc-keytech-center p{
  font-size:15px!important;
  line-height:1.75!important;
  color:#666!important;
}

.nfc-keytech-card h3{
  font-size:var(--fs-content-h3)!important;
  font-weight:var(--fw-content-title)!important;
  line-height:1.35!important;
}

.nfc-keytech-center h3,
.rnd-key-page .nfc-keytech-center.nfc-neo-highlight h3{
  font-size:26px!important;
  font-weight:var(--fw-content-title)!important;
  line-height:1.35!important;
}

.nfc-keytech-app-title h3{
  font-size:var(--fs-content-h3)!important;
  font-weight:var(--fw-content-title)!important;
}

/* Product pages */
.product-brochure .product-intro h2,
.brochure-copy h2{
  font-size:28px!important;
  font-weight:var(--fw-content-title)!important;
  line-height:1.35!important;
  letter-spacing:-.03em!important;
}

.product-brochure .brochure-section-title,
.product-brochure .brochure-section h2,
.brochure-section-title{
  font-size:var(--fs-section)!important;
  font-weight:var(--fw-content-title)!important;
  line-height:1.35!important;
  letter-spacing:-.03em!important;
}

.product-brochure .product-intro p,
.product-brochure p,
.brochure-copy p,
.product-brochure .brochure-bullets li{
  font-size:15px!important;
  line-height:1.75!important;
  color:#666!important;
}

.product-brochure .tech-focus-item strong,
.tech-focus-item strong{
  font-size:15px!important;
  font-weight:var(--fw-content-title)!important;
}

.product-brochure .info-card h3,
.brochure-feature-card h3,
.brochure-metric h3{
  font-size:var(--fs-card)!important;
  font-weight:var(--fw-content-title)!important;
  line-height:1.35!important;
}

.product-brochure .table-section h2{
  font-size:var(--fs-section)!important;
  font-weight:var(--fw-content-title)!important;
}

.product-brochure .title-row h1{
  font-size:28px!important;
  font-weight:var(--fw-content-title)!important;
}

/* Location */
.location-info-panel h2{
  font-size:28px!important;
  font-weight:var(--fw-content-title)!important;
  line-height:1.35!important;
  letter-spacing:-.03em!important;
}

/* Privacy */
.privacy-intro,
.privacy-section p,
.privacy-section li,
.privacy-notes li{
  font-size:15px!important;
  line-height:1.75!important;
  color:#666!important;
}

.privacy-section h2{
  font-size:20px!important;
  font-weight:var(--fw-content-title)!important;
  line-height:1.35!important;
}

.privacy-section h3{
  font-size:15px!important;
  font-weight:var(--fw-content-title)!important;
}

/* Business area pages */
.business-intro-head h2,
.business-intro-head strong{
  font-size:28px!important;
  font-weight:var(--fw-content-title)!important;
  line-height:1.35!important;
}

.business-intro-head p,
.business-overview-lead p,
.flow-copy p{
  font-size:15px!important;
  line-height:1.75!important;
  color:#666!important;
}

.flow-copy h3,
.business-overview-band h3,
.technology-flow .flow-title h3,
.business-axis-card h3,
.business-section-title h3,
.platform-copy h3{
  font-size:var(--fs-section)!important;
  font-weight:var(--fw-content-title)!important;
  line-height:1.35!important;
  letter-spacing:-.03em!important;
}

.business-axis-card p,
.flow-list b,
.flow-list span{
  font-size:15px!important;
  line-height:1.75!important;
}

/* Inquiry page alignment */
.inquiry-page .inquiry-head h1{
  font-size:clamp(28px,3vw,30px)!important;
}

.inquiry-page .inquiry-cat-card strong{
  font-size:var(--fs-card)!important;
}

.inquiry-page .inquiry-panel h2,
.inquiry-page .inquiry-faq h2{
  font-size:var(--fs-content-h3)!important;
}

@media(max-width:1024px){
  :root{
    --fs-section:22px;
    --fs-content-h3:20px;
    --fs-card:17px;
  }

  .history-content-title,
  .method-copy h3,
  .location-info-panel h2,
  .product-brochure .product-intro h2,
  .brochure-copy h2{
    font-size:26px!important;
  }
}

@media(max-width:768px){
  :root{
    --fs-section:20px;
    --fs-content-h3:18px;
    --fs-card:16px;
  }

  .history-content-title,
  .method-copy h3,
  .location-info-panel h2{
    font-size:24px!important;
  }

  .nfc-keytech-center h3,
  .rnd-key-page .nfc-keytech-center.nfc-neo-highlight h3{
    font-size:22px!important;
  }
}

/* ============================================================
   D-38 ENF data_table_list — unified info tables sitewide
   Reference: enftech.com .data_table_list (792px, 180px label,
   40px label indent, 14px type, #222 top / #ddd rows)
   ============================================================ */
:root{
  --fs-table:14px;
  --table-label-w:180px;
  --table-label-pl:40px;
  --table-value-pl:23px;
  --table-row-py:13px;
  --table-border:#ddd;
  --table-top:#222;
}

.info-table,
.company-info-table,
.rd-summary + .info-table,
.location-info-panel .info-table{
  width:100%!important;
  max-width:792px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  border-top:1px solid var(--table-top)!important;
  border-bottom:1px solid var(--table-border)!important;
  background:#fff!important;
  box-shadow:none!important;
  border-radius:0!important;
}

.company-overview-page .company-info-table,
.company-overview-page .rd-summary + .company-info-table,
.eq-management-page .company-info-table{
  max-width:792px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  box-shadow:none!important;
  border-radius:0!important;
}

.info-table .info-row,
.company-info-table .info-row{
  display:grid!important;
  grid-template-columns:var(--table-label-w) minmax(0,1fr)!important;
  column-gap:0!important;
  row-gap:0!important;
  padding:0!important;
  margin:0!important;
  border-bottom:1px solid var(--table-border)!important;
  border-left:0!important;
  border-right:0!important;
  background:transparent!important;
}

.info-table .info-row:last-child,
.company-info-table .info-row:last-child{
  border-bottom:0!important;
}

.info-table .info-row b,
.company-info-table .info-row b,
.info-table .info-row span,
.company-info-table .info-row span,
.eq-management-page .company-info-table .info-row b,
.eq-management-page .company-info-table .info-row span{
  padding:var(--table-row-py) 18px var(--table-row-py) 0!important;
  font-size:var(--fs-table)!important;
  line-height:1.75!important;
  text-indent:0!important;
  background:transparent!important;
  border:0!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
}

.info-table .info-row b,
.company-info-table .info-row b,
.eq-management-page .company-info-table .info-row b{
  padding-left:var(--table-label-pl)!important;
  font-weight:600!important;
  color:#222!important;
}

.info-table .info-row span,
.company-info-table .info-row span,
.eq-management-page .company-info-table .info-row span{
  padding-left:var(--table-value-pl)!important;
  font-weight:400!important;
  color:#666!important;
}

.location-info-panel .info-table{
  margin-top:0!important;
}

.location-info-panel .info-row b{
  color:#222!important;
}

/* Affiliates vision meta dl — same table tokens */
.affiliates-ref-page .affiliate-vision-meta{
  --affiliate-dl-label:var(--table-label-w);
  --affiliate-dl-gap:var(--table-value-pl);
  padding:100px max(32px,calc((100% - 792px) / 2)) 100px!important;
  border-top:1px solid var(--table-top)!important;
  border-bottom:1px solid var(--table-border)!important;
}

.affiliates-ref-page .affiliate-vision-meta dt,
.affiliates-ref-page .affiliate-vision-meta dd{
  padding:var(--table-row-py) 18px var(--table-row-py) 0!important;
  font-size:var(--fs-table)!important;
  line-height:1.75!important;
}

.affiliates-ref-page .affiliate-vision-meta dt{
  padding-left:var(--table-label-pl)!important;
  font-weight:600!important;
  color:#222!important;
}

.affiliates-ref-page .affiliate-vision-meta dd{
  padding-left:var(--table-value-pl)!important;
  font-weight:400!important;
  color:#666!important;
  border-bottom:1px solid var(--table-border)!important;
}

.affiliates-ref-page .affiliate-vision-meta dt:first-of-type,
.affiliates-ref-page .affiliate-vision-meta dd:first-of-type{
  padding-top:var(--table-row-py)!important;
  border-top:0!important;
}

.affiliates-ref-page .affiliate-vision-meta dd:last-of-type{
  border-bottom:0!important;
}

/* Product / spec HTML tables — ENF minimal grid */
.product-brochure .table-section,
.product-brochure .product-part .table-section{
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:#fff!important;
  padding:44px 0 0!important;
}

.product-brochure .table-wrap,
.v0-table,
body.sub-page .product-intro-table .table-wrap,
body.sub-page .product-intro-layout .table-wrap{
  border:0!important;
  box-shadow:none!important;
  background:#fff!important;
  overflow:auto!important;
}

.product-brochure table,
.v0-table table,
body.sub-page .product-intro-table table,
body.sub-page .product-intro-layout .table-wrap table,
body.sub-page .product-detail-v1 table{
  width:100%!important;
  border-collapse:collapse!important;
  border-top:1px solid var(--table-top)!important;
  border-bottom:1px solid var(--table-border)!important;
  font-size:var(--fs-table)!important;
  min-width:0!important;
}

.product-brochure th,
.product-brochure td,
.v0-table th,
.v0-table td,
body.sub-page .product-intro-table th,
body.sub-page .product-intro-table td,
body.sub-page .product-intro-layout .table-wrap th,
body.sub-page .product-intro-layout .table-wrap td,
body.sub-page .product-detail-v1 th,
body.sub-page .product-detail-v1 td{
  padding:var(--table-row-py) 16px!important;
  border:0!important;
  border-bottom:1px solid var(--table-border)!important;
  vertical-align:middle!important;
  line-height:1.75!important;
  background:transparent!important;
  color:#666!important;
  font-weight:400!important;
  text-align:left!important;
}

.product-brochure thead th,
.product-brochure tbody th,
.v0-table thead th,
.v0-table tbody th,
body.sub-page .product-intro-table thead th,
body.sub-page .product-intro-table tbody th,
body.sub-page .product-intro-layout .table-wrap thead th,
body.sub-page .product-intro-layout .table-wrap tbody th{
  font-weight:600!important;
  color:#222!important;
}

.product-brochure tr:last-child th,
.product-brochure tr:last-child td,
.v0-table tr:last-child th,
.v0-table tr:last-child td,
body.sub-page .product-intro-table tr:last-child th,
body.sub-page .product-intro-table tr:last-child td,
body.sub-page .product-intro-layout .table-wrap tr:last-child th,
body.sub-page .product-intro-layout .table-wrap tr:last-child td{
  border-bottom:0!important;
}

@media(max-width:760px){
  :root{
    --table-label-w:112px;
    --table-label-pl:0;
    --table-value-pl:0;
  }

  .info-table .info-row,
  .company-info-table .info-row{
    grid-template-columns:1fr!important;
    gap:0!important;
  }

  .info-table .info-row b,
  .company-info-table .info-row b{
    padding-bottom:4px!important;
  }

  .affiliates-ref-page .affiliate-vision-meta{
    padding:64px 24px 72px!important;
  }

  .affiliates-ref-page .affiliate-vision-meta dt,
  .affiliates-ref-page .affiliate-vision-meta dd{
    padding-left:0!important;
  }
}

/* ============================================================
   D-39 MAIN PAGE — ENF typography (extends D-36/D-37)
   Scope: index.html body:not(.sub-page)
   ============================================================ */
body:not(.sub-page) .main-business-catalog .main-business-head span{
  font-size:var(--fs-label)!important;
  font-weight:700!important;
  letter-spacing:.18em!important;
}

body:not(.sub-page) .main-business-catalog .main-business-head p{
  font-size:15px!important;
  line-height:1.75!important;
  color:#666!important;
}

body:not(.sub-page) .main-business-catalog .main-business-core-card h4{
  font-size:20px!important;
  font-weight:600!important;
  line-height:1.35!important;
  letter-spacing:-.03em!important;
}

body:not(.sub-page) .main-business-catalog .main-business-core-card p{
  font-size:14px!important;
  line-height:1.75!important;
}

body:not(.sub-page) .main-business-catalog .main-business-core-card em{
  font-size:12px!important;
  font-weight:700!important;
}

body:not(.sub-page) .about-title{
  font-size:28px!important;
  font-weight:600!important;
  line-height:1.35!important;
  letter-spacing:-.03em!important;
}

body:not(.sub-page) .about-card h3{
  font-size:var(--fs-card)!important;
  font-weight:600!important;
  line-height:1.35!important;
}

body:not(.sub-page) .about-card p{
  font-size:15px!important;
  line-height:1.75!important;
  color:#666!important;
}

body:not(.sub-page) .service-link-card h3{
  font-size:22px!important;
  font-weight:600!important;
  line-height:1.35!important;
  letter-spacing:-.03em!important;
}

body:not(.sub-page) .service-link-card p{
  font-size:15px!important;
  line-height:1.75!important;
  color:#666!important;
}

body:not(.sub-page) .quick-card h3{
  font-size:28px!important;
  line-height:1.25!important;
}

body:not(.sub-page) .quick-card p{
  font-size:14px!important;
  line-height:1.65!important;
}

@media(max-width:1024px){
  body:not(.sub-page) .about-title{
    font-size:26px!important;
  }

  body:not(.sub-page) .service-link-card h3{
    font-size:20px!important;
  }
}

@media(max-width:768px){
  body:not(.sub-page) .about-title{
    font-size:24px!important;
  }

  body:not(.sub-page) .main-business-catalog .main-business-core-card h4{
    font-size:18px!important;
  }

  body:not(.sub-page) .quick-card h3{
    font-size:24px!important;
  }
}

/* ============================================================
   D-40 CI logo — official gray + white wordmarks
   Gray = primary brand (scrolled / white header)
   White = transparent header over hero
   Assets: assets/images/brand/nfchemtech-logo-{gray,white}.png
   ============================================================ */
.brand{
  display:flex!important;
  align-items:center!important;
  line-height:1!important;
}

.brand-logo{
  display:block;
  width:auto;
  height:26px;
  max-width:min(220px,42vw);
  filter:none!important;
  opacity:1!important;
}

.brand-logo-gray{
  display:none;
}

.brand-logo-white{
  display:block;
}

.site-header.is-scrolled .brand-logo-white,
.site-header:hover .brand-logo-white,
.site-header.mega-open .brand-logo-white{
  display:none!important;
}

.site-header.is-scrolled .brand-logo-gray,
.site-header:hover .brand-logo-gray,
.site-header.mega-open .brand-logo-gray{
  display:block!important;
}

@media(max-width:680px){
  .brand-logo{
    height:22px;
  }

  .brand-logo-white{
    display:none!important;
  }

  .brand-logo-gray{
    display:block!important;
  }
}

/* ============================================================
   D-41 ENF data_table_list — 1:1 final
   Top rule only on table, row dividers only, NO table bottom border
   No box frame / shadow on affiliate meta white block
   ============================================================ */
.info-table,
.company-info-table,
.rd-summary + .info-table,
.location-info-panel .info-table,
.company-overview-page .company-info-table,
.company-overview-page .rd-summary + .company-info-table,
.eq-management-page .company-info-table,
.location-info-panel .info-table{
  width:100%!important;
  max-width:792px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  border-top:1px solid #222!important;
  border-bottom:0!important;
  border-left:0!important;
  border-right:0!important;
  background:transparent!important;
  box-shadow:none!important;
  border-radius:0!important;
}

.affiliates-ref-page .affiliate-vision-meta{
  width:100%!important;
  max-width:none!important;
  margin:0 auto!important;
  border-top:0!important;
  border-bottom:0!important;
  border-left:0!important;
  border-right:0!important;
  background:#fff!important;
  box-shadow:none!important;
  border-radius:0!important;
}

.company-overview-page .company-info-table{
  width:100%!important;
  max-width:792px!important;
  margin:72px auto 0!important;
}

.info-table .info-row,
.company-info-table .info-row{
  display:grid!important;
  grid-template-columns:180px minmax(0,1fr)!important;
  column-gap:0!important;
  row-gap:0!important;
  padding:0!important;
  margin:0!important;
  border-bottom:1px solid #ddd!important;
  border-left:0!important;
  border-right:0!important;
  background:transparent!important;
}

.info-table .info-row:last-child,
.company-info-table .info-row:last-child{
  border-bottom:0!important;
}

.info-table .info-row b,
.company-info-table .info-row b,
.info-table .info-row span,
.company-info-table .info-row span,
.eq-management-page .company-info-table .info-row b,
.eq-management-page .company-info-table .info-row span{
  padding:13px 18px 13px 0!important;
  font-size:14px!important;
  line-height:1.75!important;
  background:transparent!important;
  border:0!important;
}

.info-table .info-row b,
.company-info-table .info-row b,
.eq-management-page .company-info-table .info-row b{
  padding-left:40px!important;
  font-weight:600!important;
  color:#222!important;
}

.info-table .info-row span,
.company-info-table .info-row span,
.eq-management-page .company-info-table .info-row span{
  padding-left:23px!important;
  font-weight:400!important;
  color:#666!important;
}

/* Affiliates dl table — full-width row lines, no container bottom rule */
.affiliates-ref-page .affiliate-vision-meta{
  display:grid!important;
  grid-template-columns:180px minmax(0,1fr)!important;
  column-gap:0!important;
  row-gap:0!important;
  padding:64px max(32px,calc((100% - 792px) / 2)) 72px!important;
  background:#fff!important;
}

.affiliates-ref-page .affiliate-vision-meta dt,
.affiliates-ref-page .affiliate-vision-meta dd{
  margin:0!important;
  margin-left:0!important;
  padding:13px 18px 13px 0!important;
  font-size:14px!important;
  line-height:1.75!important;
  border-top:0!important;
  border-left:0!important;
  border-right:0!important;
  border-bottom:1px solid #ddd!important;
  background:transparent!important;
}

.affiliates-ref-page .affiliate-vision-meta dt{
  grid-column:1!important;
  padding-left:40px!important;
  font-weight:600!important;
  color:#222!important;
}

.affiliates-ref-page .affiliate-vision-meta dd{
  grid-column:2!important;
  padding-left:23px!important;
  font-weight:400!important;
  color:#666!important;
}

.affiliates-ref-page .affiliate-vision-meta dt:first-of-type,
.affiliates-ref-page .affiliate-vision-meta dd:first-of-type{
  padding-top:13px!important;
  border-top:1px solid #222!important;
}

.affiliates-ref-page .affiliate-vision-meta dt:last-of-type,
.affiliates-ref-page .affiliate-vision-meta dd:last-of-type{
  border-bottom:0!important;
}

/* Product spec tables — top rule + row dividers, no table bottom rule */
.product-brochure table,
.v0-table table,
body.sub-page .product-intro-table table,
body.sub-page .product-intro-layout .table-wrap table,
body.sub-page .product-detail-v1 table{
  border-top:1px solid #222!important;
  border-bottom:0!important;
}

.product-brochure tr:last-child th,
.product-brochure tr:last-child td,
.v0-table tr:last-child th,
.v0-table tr:last-child td,
body.sub-page .product-intro-table tr:last-child th,
body.sub-page .product-intro-table tr:last-child td,
body.sub-page .product-intro-layout .table-wrap tr:last-child th,
body.sub-page .product-intro-layout .table-wrap tr:last-child td,
body.sub-page .product-detail-v1 tr:last-child th,
body.sub-page .product-detail-v1 tr:last-child td{
  border-bottom:0!important;
}

@media(max-width:760px){
  .affiliates-ref-page .affiliate-vision-meta{
    grid-template-columns:112px minmax(0,1fr)!important;
    padding:48px 24px 56px!important;
  }

  .affiliates-ref-page .affiliate-vision-meta dt{
    padding-left:0!important;
  }

  .affiliates-ref-page .affiliate-vision-meta dd{
    padding-left:16px!important;
  }

  .info-table .info-row,
  .company-info-table .info-row{
    grid-template-columns:112px minmax(0,1fr)!important;
  }

  .info-table .info-row b,
  .company-info-table .info-row b{
    padding-left:0!important;
  }

  .info-table .info-row span,
  .company-info-table .info-row span{
    padding-left:16px!important;
  }
}

/* ============================================================
   D-42 COMPANY OVERVIEW table — match affiliates meta 1:1
   Overrides legacy M1 patches (150px col, 72% width, bottom rule)
   ============================================================ */
.company-overview-page .info-table.company-info-table,
.company-overview-page .rd-summary + .info-table,
.company-overview-page .rd-summary + .company-info-table{
  width:100%!important;
  max-width:792px!important;
  margin:54px auto 0!important;
  border-top:1px solid #222!important;
  border-bottom:0!important;
  border-left:0!important;
  border-right:0!important;
  background:transparent!important;
  box-shadow:none!important;
  border-radius:0!important;
}

.company-overview-page .info-table.company-info-table .info-row,
.company-overview-page .rd-summary + .info-table .info-row,
.company-overview-page .rd-summary + .company-info-table .info-row{
  display:grid!important;
  grid-template-columns:180px minmax(0,1fr)!important;
  column-gap:0!important;
  padding:0!important;
  margin:0!important;
  border-bottom:1px solid #ddd!important;
  background:transparent!important;
}

.company-overview-page .info-table.company-info-table .info-row:last-child,
.company-overview-page .rd-summary + .info-table .info-row:last-child,
.company-overview-page .rd-summary + .company-info-table .info-row:last-child{
  border-bottom:0!important;
}

.company-overview-page .info-table.company-info-table .info-row b,
.company-overview-page .rd-summary + .info-table .info-row b,
.company-overview-page .rd-summary + .company-info-table .info-row b{
  padding:13px 18px 13px 40px!important;
  font-size:14px!important;
  line-height:1.75!important;
  font-weight:600!important;
  color:#222!important;
  background:transparent!important;
  border:0!important;
}

.company-overview-page .info-table.company-info-table .info-row span,
.company-overview-page .rd-summary + .info-table .info-row span,
.company-overview-page .rd-summary + .company-info-table .info-row span{
  padding:13px 18px 13px 23px!important;
  font-size:14px!important;
  line-height:1.75!important;
  font-weight:400!important;
  color:#666!important;
  background:transparent!important;
  border:0!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
}

@media(max-width:760px){
  .company-overview-page .info-table.company-info-table .info-row,
  .company-overview-page .rd-summary + .info-table .info-row,
  .company-overview-page .rd-summary + .company-info-table .info-row{
    grid-template-columns:112px minmax(0,1fr)!important;
  }

  .company-overview-page .info-table.company-info-table .info-row b,
  .company-overview-page .rd-summary + .info-table .info-row b,
  .company-overview-page .rd-summary + .company-info-table .info-row b{
    padding-left:0!important;
  }

  .company-overview-page .info-table.company-info-table .info-row span,
  .company-overview-page .rd-summary + .info-table .info-row span,
  .company-overview-page .rd-summary + .company-info-table .info-row span{
    padding-left:16px!important;
  }
}

/* ============================================================
   D-43 R&D center — Applications (적용 분야) ENF typography
   Extends D-37: card titles use <b>, eyebrow uses bare <span>
   Scope: pages/rnd_center.html (.rnd-key-page)
   ============================================================ */
.rnd-key-page .nfc-keytech-app-title span{
  font-size:var(--fs-label)!important;
  font-weight:700!important;
  letter-spacing:.18em!important;
  color:#086797!important;
}

.rnd-key-page .nfc-keytech-app-title h3{
  font-size:var(--fs-content-h3)!important;
  font-weight:var(--fw-content-title)!important;
  line-height:1.35!important;
  letter-spacing:-.03em!important;
  color:#222!important;
}

.rnd-key-page .nfc-keytech-app-card b{
  font-size:16px!important;
  font-weight:var(--fw-content-title)!important;
  line-height:1.35!important;
  letter-spacing:-.03em!important;
  color:#222!important;
}

.rnd-key-page .nfc-keytech-app-card p{
  font-size:14px!important;
  line-height:1.75!important;
  font-weight:400!important;
  color:#666!important;
}

@media(max-width:768px){
  .rnd-key-page .nfc-keytech-app-title h3{
    font-size:18px!important;
  }

  .rnd-key-page .nfc-keytech-app-card b{
    font-size:15px!important;
  }

  .rnd-key-page .nfc-keytech-app-card p{
    font-size:13px!important;
  }
}

/* ============================================================
   D-44 Location table — match affiliates meta 1:1
   Overrides legacy panel box frame, blue labels, narrow cols
   Scope: pages/location.html .location-info-panel
   ============================================================ */
.location-info-panel{
  min-height:500px!important;
  padding:0!important;
  border-top:0!important;
  border-bottom:0!important;
  border-left:0!important;
  border-right:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

.location-info-panel .info-table{
  width:100%!important;
  max-width:792px!important;
  margin:0!important;
  border-top:1px solid #222!important;
  border-bottom:0!important;
  border-left:0!important;
  border-right:0!important;
  background:transparent!important;
  box-shadow:none!important;
  border-radius:0!important;
}

.location-info-panel .info-table .info-row{
  display:grid!important;
  grid-template-columns:180px minmax(0,1fr)!important;
  column-gap:0!important;
  padding:0!important;
  margin:0!important;
  border-bottom:1px solid #ddd!important;
  border-left:0!important;
  border-right:0!important;
  background:transparent!important;
}

.location-info-panel .info-table .info-row:last-child{
  border-bottom:0!important;
}

.location-info-panel .info-table .info-row b{
  padding:13px 18px 13px 40px!important;
  font-size:14px!important;
  line-height:1.75!important;
  font-weight:600!important;
  color:#222!important;
  background:transparent!important;
  border:0!important;
  text-indent:0!important;
  white-space:normal!important;
}

.location-info-panel .info-table .info-row span{
  padding:13px 18px 13px 23px!important;
  font-size:14px!important;
  line-height:1.75!important;
  font-weight:400!important;
  color:#666!important;
  background:transparent!important;
  border:0!important;
  text-indent:0!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
}

@media(max-width:760px){
  .location-info-panel .info-table .info-row{
    grid-template-columns:112px minmax(0,1fr)!important;
  }

  .location-info-panel .info-table .info-row b{
    padding-left:0!important;
  }

  .location-info-panel .info-table .info-row span{
    padding-left:16px!important;
  }
}

@media(max-width:1020px){
  .location-info-panel{
    min-height:auto!important;
    padding:0!important;
  }
}

/* ============================================================
   D-14A HEADER CI LOGO INTEGRATION FIX
   Transparent PNG light/dark lockups; replaces misnamed JPEG
   assets in brand/ (white box). Header 72px unchanged (D-7C).
   Assets: assets/images/logo/nfchemtech-logo-{white,dark}.png
   ============================================================ */
.site-header .brand{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:160px!important;
  height:72px!important;
  min-width:160px!important;
  max-width:160px!important;
  line-height:1!important;
  overflow:visible!important;
  font-size:0!important;
  font-weight:400!important;
  letter-spacing:0!important;
  color:transparent!important;
  background:transparent!important;
  box-shadow:none!important;
  border:0!important;
}

.site-header .brand-logo,
.site-header .brand img{
  display:block;
  width:auto;
  height:auto;
  max-width:148px;
  max-height:32px;
  object-fit:contain;
  object-position:left center;
  filter:none!important;
  opacity:1!important;
  background:transparent!important;
  box-shadow:none!important;
  border:0!important;
  padding:0!important;
  margin:0!important;
}

.site-header .brand-logo-dark,
.site-header .brand-logo-gray{
  display:none!important;
}

.site-header .brand-logo-light,
.site-header .brand-logo-white{
  display:block!important;
}

/* Scrolled / hover / mega-menu: white header → dark logo */
.site-header.is-scrolled .brand-logo-light,
.site-header.is-scrolled .brand-logo-white,
.site-header:hover .brand-logo-light,
.site-header:hover .brand-logo-white,
.site-header.mega-open .brand-logo-light,
.site-header.mega-open .brand-logo-white,
body:not(.sub-page) .site-header.is-scrolled .brand-logo-light,
body:not(.sub-page) .site-header.is-scrolled .brand-logo-white{
  display:none!important;
}

.site-header.is-scrolled .brand-logo-dark,
.site-header.is-scrolled .brand-logo-gray,
.site-header:hover .brand-logo-dark,
.site-header:hover .brand-logo-gray,
.site-header.mega-open .brand-logo-dark,
.site-header.mega-open .brand-logo-gray,
body:not(.sub-page) .site-header.is-scrolled .brand-logo-dark,
body:not(.sub-page) .site-header.is-scrolled .brand-logo-gray{
  display:block!important;
}

/* Optional: pages with always-light header */
body.logo-on-light .site-header .brand-logo-light,
body.logo-on-light .site-header .brand-logo-white{
  display:none!important;
}

body.logo-on-light .site-header .brand-logo-dark,
body.logo-on-light .site-header .brand-logo-gray{
  display:block!important;
}

/* Mobile: solid white header → dark logo */
@media(max-width:680px){
  .site-header .brand{
    width:140px!important;
    min-width:140px!important;
    max-width:140px!important;
  }

  .site-header .brand-logo,
  .site-header .brand img{
    max-width:132px;
    max-height:28px;
  }

  .site-header .brand-logo-light,
  .site-header .brand-logo-white{
    display:none!important;
  }

  .site-header .brand-logo-dark,
  .site-header .brand-logo-gray{
    display:block!important;
  }
}

/* ============================================================
   D-45 CEO message — no body indent, Noto Sans KR bold signature
   Reference: enftech.com .ceo_sign / .ceo_name (NotoSansKR)
   ============================================================ */
.content .ceo-message-copy p:not(.ceo-signature),
.ceo-message-copy p:not(.ceo-signature){
  text-indent:0!important;
}

.ceo-message-copy p.ceo-signature,
.content .ceo-message-copy p.ceo-signature,
.ceo-signature{
  font-family:var(--font-main)!important;
  font-size:16px!important;
  font-weight:700!important;
  font-style:normal!important;
  line-height:1.75!important;
  letter-spacing:-.025em!important;
  color:#222!important;
  text-indent:0!important;
}

/* ============================================================
   D-46 Company overview — remove body first-line indent
   Scope: pages/company_overview.html (.company-overview-page)
   ============================================================ */
.company-overview-page .story-copy p,
.company-overview-page .rd-summary p,
.company-overview-page .lead.rd-summary p{
  text-indent:0!important;
}

/* ============================================================
   D-47 R&D center — accent text color matches GNB menu blue
   Scope: pages/rnd_center.html (.rnd-key-page)
   Replaces legacy #086797 / #086797 label colors
   ============================================================ */
.rnd-key-page .nfc-keytech-eyebrow,
.rnd-key-page .nfc-keytech-card-label,
.rnd-key-page .nfc-keytech-center-label,
.rnd-key-page .nfc-keytech-app-title span,
.rnd-key-page .nfc-keytech-center.nfc-neo-highlight .nfc-keytech-center-label{
  color:var(--blue)!important;
}

.rnd-key-page .nfc-keytech-eyebrow::before,
.rnd-key-page .nfc-keytech-eyebrow::after{
  background:var(--blue)!important;
}

/* ============================================================
   D-48 ENF TYPOGRAPHY FINAL — sitewide single authority
   Reference: enftech.com (NotoSansKR, body 16px/1.75/#666,
   lead 24–28px/600, section 24px, card 18–20px, eyebrow 13px)
   Supersedes D-5/D-7B/D-36/D-37 legacy conflicts on content type.
   Header/GNB/mega-menu unchanged (D-7C).
   ============================================================ */
:root{
  --fs-body:16px;
  --fs-body-sm:14px;
  --fs-label:13px;
  --fs-title-lg:28px;
  --fs-title-md:24px;
  --fs-title-sm:20px;
  --fs-section:24px;
  --fs-story-title:24px;
  --fs-card:18px;
  --fs-card-title:20px;
  --fs-content-h3:20px;
  --fw-content-title:600;
  --lh-body:1.75;
  --type-body:#666;
}

html,
body,
.content,
.site-footer,
.mobile-menu{
  font-family:var(--font-main)!important;
}

body.sub-page .content p,
body.sub-page .content li,
body.sub-page .content .lead p,
body.sub-page .content .info-table .info-row b,
body.sub-page .content .info-table .info-row span,
body.sub-page .content .company-info-table .info-row b,
body.sub-page .content .company-info-table .info-row span,
.story-copy p,
.company-overview-page .story-copy p,
.ceo-message-copy p:not(.ceo-signature),
.rd-summary p,
.product-brochure p,
.product-brochure .product-intro p,
.brochure-copy p,
.product-brochure .brochure-bullets li,
.nfc-keytech-head p,
.nfc-keytech-card-desc,
.nfc-keytech-item span,
.nfc-keytech-center p,
.business-intro-head p,
.flow-copy p,
.method-copy p,
.charter-card .txt p,
.eq-management-page .business-panel p,
.affiliate-ref-panel p,
.privacy-intro,
.privacy-section p,
.privacy-section li{
  font-size:var(--fs-body)!important;
  line-height:var(--lh-body)!important;
  color:#666!important;
  font-weight:400!important;
}

body.sub-page .content .lead h2,
.story-copy h3,
.company-overview-page .story-copy h3,
.ceo-message-copy .lead h2,
.rd-summary h2,
.history-content-title,
.method-copy h3,
.location-info-panel h2,
.business-intro-head h2,
.business-intro-head strong{
  font-size:var(--fs-title-lg)!important;
  font-weight:var(--fw-content-title)!important;
  line-height:1.35!important;
  letter-spacing:-.03em!important;
  color:#222!important;
}

body.sub-page .sub-hero-copy h1{
  font-size:clamp(26px,2.8vw,32px)!important;
  line-height:1.3!important;
  font-weight:var(--fw-content-title)!important;
  letter-spacing:-.04em!important;
}

body.sub-page .sub-hero-copy p{
  font-size:var(--fs-body)!important;
  line-height:var(--lh-body)!important;
  font-weight:400!important;
}

.product-web-head h2,
.product-web-layout .product-web-head h2,
.product-brochure .product-intro h2,
.brochure-copy h2,
.product-page-v29 .product-brochure .product-intro h2,
body.sub-page .product-detail-v1 .product-intro h2,
body.sub-page .product-detail-v1 .product-lead-title{
  font-size:var(--fs-title-lg)!important;
  font-weight:var(--fw-content-title)!important;
  line-height:1.45!important;
  letter-spacing:-.03em!important;
  color:#222!important;
}

.product-web-head p,
.product-web-layout .product-web-head p,
.product-web-layout .product-page-summary-text{
  font-size:var(--fs-body)!important;
  line-height:var(--lh-body)!important;
  color:#666!important;
}

.product-web-kicker,
.brochure-copy .eyebrow,
.content .lead .eyebrow,
.eyebrow{
  font-size:var(--fs-label)!important;
  font-weight:700!important;
  letter-spacing:.18em!important;
}

.brochure-section-title,
.product-brochure .brochure-section-title,
.product-brochure .brochure-section h2,
.product-brochure .table-section h2,
body.sub-page .product-detail-v1 .brochure-section-title,
body.sub-page .product-detail-v1 .table-section > h2,
body.sub-page .product-detail-v1 .clean-title,
body.sub-page .product-detail-v1 .product-section-title,
.product-web-layout .content-inner.product-brochure .table-section h2,
.flow-copy h3,
.business-overview-band h3,
.technology-flow .flow-title h3,
.business-axis-card h3,
.business-section-title h3,
.platform-copy h3,
body.sub-page .content h3,
.nfc-keytech-head h2,
.nfc-keytech-card h3,
.nfc-keytech-app-title h3{
  font-size:var(--fs-section)!important;
  font-weight:var(--fw-content-title)!important;
  line-height:1.35!important;
  letter-spacing:-.03em!important;
  color:#222!important;
}

.nfc-keytech-center h3,
.rnd-key-page .nfc-keytech-center.nfc-neo-highlight h3{
  font-size:var(--fs-title-md)!important;
  font-weight:var(--fw-content-title)!important;
  line-height:1.35!important;
}

.product-brochure .info-card h3,
.brochure-feature-card h3,
.brochure-metric h3,
.charter-card .txt h3,
.process-step h3,
body:not(.sub-page) .about-card h3,
body:not(.sub-page) .main-business-catalog .main-business-core-card h4{
  font-size:var(--fs-card)!important;
  font-weight:var(--fw-content-title)!important;
  line-height:1.35!important;
}

body:not(.sub-page) .about-title{
  font-size:var(--fs-title-lg)!important;
  font-weight:var(--fw-content-title)!important;
  line-height:1.35!important;
}

body:not(.sub-page) .about-card p,
body:not(.sub-page) .main-business-catalog .main-business-head p,
body:not(.sub-page) .service-link-card p{
  font-size:var(--fs-body)!important;
  line-height:var(--lh-body)!important;
  color:#666!important;
}

body:not(.sub-page) .service-link-card h3{
  font-size:var(--fs-content-h3)!important;
  font-weight:var(--fw-content-title)!important;
}

body:not(.sub-page) .quick-card h3{
  font-size:var(--fs-title-md)!important;
  font-weight:var(--fw-content-title)!important;
  line-height:1.25!important;
}

@media(max-width:1024px){
  :root{
    --fs-title-lg:26px;
    --fs-title-md:22px;
    --fs-section:22px;
    --fs-story-title:22px;
    --fs-content-h3:18px;
    --fs-card:17px;
  }

  body.sub-page .sub-hero-copy h1{
    font-size:clamp(24px,4vw,28px)!important;
  }
}

@media(max-width:768px){
  :root{
    --fs-title-lg:24px;
    --fs-title-md:20px;
    --fs-section:20px;
    --fs-story-title:20px;
    --fs-content-h3:17px;
    --fs-card:16px;
  }

  body.sub-page .sub-hero-copy h1{
    font-size:clamp(22px,7vw,26px)!important;
  }

  .ceo-message-copy .lead h2,
  .rd-summary h2,
  .product-web-head h2,
  .product-web-layout .product-web-head h2{
    font-size:var(--fs-title-lg)!important;
  }
}

/* ============================================================
   D-49 ENF TABLE SYSTEM FINAL — sitewide
   Reference: enftech.com
   A) .data_table_list — KV rows (info-table, affiliate meta)
   B) .relational_popup_table — grid spec tables (products, modals)
   Supersedes D-38/D-41 product-web-table legacy + 14px KV drift
   ============================================================ */
:root{
  --fs-table-kv:16px;
  --fs-table-grid-th:18px;
  --fs-table-grid-td:16px;
  --table-kv-label:180px;
  --table-kv-label-pl:40px;
  --table-kv-value-pl:23px;
  --table-kv-row-py:13px;
  --table-line:#ddd;
  --table-top-kv:1px solid #222;
  --table-top-grid:2px solid #222;
}

/* --- A. data_table_list (KV) — 16px ENF exact --- */
.info-table .info-row b,
.info-table .info-row span,
.company-info-table .info-row b,
.company-info-table .info-row span,
.eq-management-page .company-info-table .info-row b,
.eq-management-page .company-info-table .info-row span,
.company-overview-page .info-table.company-info-table .info-row b,
.company-overview-page .info-table.company-info-table .info-row span,
.company-overview-page .rd-summary + .info-table .info-row b,
.company-overview-page .rd-summary + .info-table .info-row span,
.company-overview-page .rd-summary + .company-info-table .info-row b,
.company-overview-page .rd-summary + .company-info-table .info-row span,
.location-info-panel .info-table .info-row b,
.location-info-panel .info-table .info-row span,
.affiliates-ref-page .affiliate-vision-meta dt,
.affiliates-ref-page .affiliate-vision-meta dd{
  font-size:var(--fs-table-kv)!important;
  line-height:1.75!important;
}

.info-table .info-row b,
.company-info-table .info-row b,
.eq-management-page .company-info-table .info-row b,
.company-overview-page .info-table.company-info-table .info-row b,
.company-overview-page .rd-summary + .info-table .info-row b,
.company-overview-page .rd-summary + .company-info-table .info-row b,
.location-info-panel .info-table .info-row b,
.affiliates-ref-page .affiliate-vision-meta dt{
  font-weight:600!important;
  color:#222!important;
}

.info-table .info-row span,
.company-info-table .info-row span,
.eq-management-page .company-info-table .info-row span,
.company-overview-page .info-table.company-info-table .info-row span,
.company-overview-page .rd-summary + .info-table .info-row span,
.company-overview-page .rd-summary + .company-info-table .info-row span,
.location-info-panel .info-table .info-row span,
.affiliates-ref-page .affiliate-vision-meta dd{
  font-weight:400!important;
  color:#666!important;
}

/* History timeline rows — same KV read as data_table_list */
.history-era .time-row{
  display:grid!important;
  grid-template-columns:var(--table-kv-label) minmax(0,1fr)!important;
  gap:0!important;
  padding:0!important;
  margin:0!important;
  border-bottom:1px solid var(--table-line)!important;
}

.history-era .time-row:last-child{
  border-bottom:0!important;
}

.history-era .time-row b,
.history-era .time-row span{
  padding:var(--table-kv-row-py) 18px var(--table-kv-row-py) 0!important;
  font-size:var(--fs-table-kv)!important;
  line-height:1.75!important;
  background:transparent!important;
  border:0!important;
}

.history-era .time-row b{
  padding-left:var(--table-kv-label-pl)!important;
  font-weight:600!important;
  color:#222!important;
}

.history-era .time-row span{
  padding-left:var(--table-kv-value-pl)!important;
  font-weight:400!important;
  color:#666!important;
}

/* --- B. relational_popup_table (grid) --- */
.product-web-table,
.affiliate-modal-table,
.product-brochure .table-wrap table,
.product-brochure .table-section table,
body.sub-page .product-intro-layout .table-wrap table,
body.sub-page .product-intro-table table,
body.sub-page .product-detail-v1 table,
.v0-table table{
  width:100%!important;
  border-collapse:collapse!important;
  table-layout:fixed!important;
  border-top:var(--table-top-grid)!important;
  border-bottom:0!important;
  border-left:0!important;
  border-right:0!important;
  font-size:var(--fs-table-grid-td)!important;
  line-height:1.75!important;
  background:#fff!important;
}

.product-brochure .table-wrap,
.product-web-layout .content-inner.product-brochure .table-section .table-wrap,
body.sub-page .product-intro-layout .table-wrap,
body.sub-page .product-intro-table .table-wrap,
.v0-table{
  border:0!important;
  box-shadow:none!important;
  background:transparent!important;
  border-radius:0!important;
  overflow:auto!important;
}

.product-web-table thead th,
.affiliate-modal-table thead th,
.product-brochure .table-wrap thead th,
.product-brochure .table-section thead th,
body.sub-page .product-intro-layout .table-wrap thead th,
body.sub-page .product-intro-table thead th,
body.sub-page .product-detail-v1 thead th,
.v0-table thead th{
  position:relative!important;
  padding:14px 12px!important;
  font-size:var(--fs-table-grid-th)!important;
  font-weight:600!important;
  line-height:1.75!important;
  color:#222!important;
  text-align:center!important;
  vertical-align:middle!important;
  background:transparent!important;
  border:0!important;
  border-bottom:2px solid var(--table-line)!important;
  white-space:normal!important;
}

.product-web-table thead th:not(:first-child)::before,
.affiliate-modal-table thead th:not(:first-child)::before,
.product-brochure .table-wrap thead th:not(:first-child)::before,
.product-brochure .table-section thead th:not(:first-child)::before,
body.sub-page .product-intro-layout .table-wrap thead th:not(:first-child)::before,
body.sub-page .product-intro-table thead th:not(:first-child)::before,
body.sub-page .product-detail-v1 thead th:not(:first-child)::before,
.v0-table thead th:not(:first-child)::before{
  content:""!important;
  display:block!important;
  width:1px!important;
  height:17px!important;
  position:absolute!important;
  left:0!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  background:var(--table-line)!important;
}

.product-web-table td,
.product-web-table tbody th,
.affiliate-modal-table td,
.product-brochure .table-wrap td,
.product-brochure .table-wrap tbody th,
.product-brochure .table-section td,
.product-brochure .table-section tbody th,
body.sub-page .product-intro-layout .table-wrap td,
body.sub-page .product-intro-layout .table-wrap tbody th,
body.sub-page .product-intro-table td,
body.sub-page .product-intro-table tbody th,
body.sub-page .product-detail-v1 td,
body.sub-page .product-detail-v1 tbody th,
.v0-table td,
.v0-table tbody th{
  padding:13px 15px!important;
  font-size:var(--fs-table-grid-td)!important;
  font-weight:400!important;
  line-height:1.75!important;
  color:#222!important;
  text-align:center!important;
  vertical-align:middle!important;
  background:#fff!important;
  border:0!important;
  border-bottom:1px solid var(--table-line)!important;
  border-left:1px solid var(--table-line)!important;
}

.product-web-table tbody th,
.product-brochure .table-wrap tbody th,
.product-brochure .table-section tbody th,
body.sub-page .product-intro-layout .table-wrap tbody th,
body.sub-page .product-intro-table tbody th,
body.sub-page .product-detail-v1 tbody th,
.v0-table tbody th{
  font-weight:600!important;
}

.product-web-table td:first-child,
.product-web-table tbody th:first-child,
.affiliate-modal-table td:first-child,
.product-brochure .table-wrap td:first-child,
.product-brochure .table-wrap tbody th:first-child,
.product-brochure .table-section td:first-child,
.product-brochure .table-section tbody th:first-child,
body.sub-page .product-intro-layout .table-wrap td:first-child,
body.sub-page .product-intro-layout .table-wrap tbody th:first-child,
body.sub-page .product-intro-table td:first-child,
body.sub-page .product-intro-table tbody th:first-child,
body.sub-page .product-detail-v1 td:first-child,
body.sub-page .product-detail-v1 tbody th:first-child,
.v0-table td:first-child,
.v0-table tbody th:first-child{
  border-left:0!important;
}

.product-web-table td:nth-child(even),
.affiliate-modal-table td:nth-child(even),
.product-brochure .table-wrap td:nth-child(even),
.product-brochure .table-section td:nth-child(even),
body.sub-page .product-intro-layout .table-wrap td:nth-child(even),
body.sub-page .product-intro-table td:nth-child(even),
body.sub-page .product-detail-v1 td:nth-child(even),
.v0-table td:nth-child(even){
  background:#f7f7f7!important;
}

.product-web-table tbody tr:last-child td,
.product-web-table tbody tr:last-child th,
.affiliate-modal-table tbody tr:last-child td,
.product-brochure .table-wrap tbody tr:last-child td,
.product-brochure .table-wrap tbody tr:last-child th,
.product-brochure .table-section tbody tr:last-child td,
.product-brochure .table-section tbody tr:last-child th,
body.sub-page .product-intro-layout .table-wrap tbody tr:last-child td,
body.sub-page .product-intro-layout .table-wrap tbody tr:last-child th,
body.sub-page .product-intro-table tbody tr:last-child td,
body.sub-page .product-intro-table tbody tr:last-child th,
body.sub-page .product-detail-v1 tbody tr:last-child td,
body.sub-page .product-detail-v1 tbody tr:last-child th,
.v0-table tbody tr:last-child td,
.v0-table tbody tr:last-child th{
  border-bottom:1px solid var(--table-line)!important;
}

.affiliate-modal-table sub,
.product-web-table sub,
.product-brochure sub{
  font-size:.7em!important;
}

@media(max-width:760px){
  .history-era .time-row{
    grid-template-columns:112px minmax(0,1fr)!important;
  }

  .history-era .time-row b{
    padding-left:0!important;
  }

  .history-era .time-row span{
    padding-left:16px!important;
  }

  .product-web-table thead th,
  .affiliate-modal-table thead th,
  .product-brochure .table-wrap thead th,
  .product-brochure .table-section thead th{
    padding:12px 8px!important;
    font-size:15px!important;
  }

  .product-web-table td,
  .product-web-table tbody th,
  .affiliate-modal-table td,
  .product-brochure .table-wrap td,
  .product-brochure .table-wrap tbody th,
  .product-brochure .table-section td,
  .product-brochure .table-section tbody th{
    padding:10px 8px!important;
    font-size:14px!important;
  }
}

/* ============================================================
   D-50 OFFICIAL CI — Material Teal Blue wordmark + menu accent
   Source: assets/images/nfc_ci_Material Teal Blue.png (~#086797)
   Logos: assets/images/logo/nfchemtech-logo-{dark,white}.png
   Scope: header GNB / lang / mobile menu accent only
   ============================================================ */
:root{
  --ci-brand:#086797;
  --nav-accent:var(--ci-brand);
}

.site-header .nav-item.active,
.site-header .nav-item:hover,
.nav-item.active,
.nav-item:hover{
  color:var(--nav-accent)!important;
}

.nav-item.active:after,
.nav-item:hover:after,
.site-header .nav-item.active:after,
.site-header .nav-item:hover:after{
  background:var(--nav-accent)!important;
}

.site-header.is-scrolled .lang b,
.site-header:hover .lang b,
.site-header.mega-open .lang b{
  color:var(--nav-accent)!important;
}

.mobile-lang b{
  color:var(--nav-accent)!important;
}

.mobile-menu details a:hover,
.mobile-menu details a:focus,
.mobile-menu details[open] summary{
  color:var(--nav-accent)!important;
}

@media(max-width:680px){
  .lang b{
    color:var(--nav-accent)!important;
  }
}

/* ============================================================
   D-51 ENF TABLE — business pages (비즈니스 제품 4종 + legacy)
   Scope: product_hollow/solid/tio2/coating + materials_business
   Fixes product-web-layout legacy table rules (5109+) beating D-49
   Reference: enftech.com .relational_popup_table
   ============================================================ */
.product-page-v29 .content-inner.product-brochure .table-section,
.product-web-layout .content-inner.product-brochure .table-section,
.coating-material-page .content-inner.product-brochure .table-section{
  border:0!important;
  border-top:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:transparent!important;
  padding:44px 0 0!important;
}

.product-page-v29 .content-inner.product-brochure .table-section .table-wrap,
.product-web-layout .content-inner.product-brochure .table-section .table-wrap,
.coating-material-page .content-inner.product-brochure .table-section .table-wrap{
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:transparent!important;
  overflow:auto!important;
}

.product-page-v29 .content-inner.product-brochure .table-section .product-web-table,
.product-page-v29 .content-inner.product-brochure .table-section .table-wrap table,
.product-web-layout .content-inner.product-brochure .table-section .product-web-table,
.product-web-layout .content-inner.product-brochure .table-section .table-wrap table,
.coating-material-page .content-inner.product-brochure .table-section .product-web-table,
.coating-material-page .content-inner.product-brochure .table-section .table-wrap table{
  width:100%!important;
  min-width:0!important;
  border-collapse:collapse!important;
  table-layout:fixed!important;
  border-top:var(--table-top-grid)!important;
  border-bottom:0!important;
  border-left:0!important;
  border-right:0!important;
  font-size:var(--fs-table-grid-td)!important;
  line-height:1.75!important;
  background:#fff!important;
}

.product-page-v29 .content-inner.product-brochure .table-section .product-web-table thead th,
.product-page-v29 .content-inner.product-brochure .table-section .table-wrap thead th,
.product-web-layout .content-inner.product-brochure .table-section .product-web-table thead th,
.product-web-layout .content-inner.product-brochure .table-section .table-wrap thead th,
.coating-material-page .content-inner.product-brochure .table-section .product-web-table thead th,
.coating-material-page .content-inner.product-brochure .table-section .table-wrap thead th{
  position:relative!important;
  padding:14px 12px!important;
  font-size:var(--fs-table-grid-th)!important;
  font-weight:600!important;
  line-height:1.75!important;
  color:#222!important;
  text-align:center!important;
  vertical-align:middle!important;
  background:transparent!important;
  border:0!important;
  border-bottom:2px solid var(--table-line)!important;
  white-space:normal!important;
}

.product-page-v29 .content-inner.product-brochure .table-section .product-web-table thead th:not(:first-child)::before,
.product-page-v29 .content-inner.product-brochure .table-section .table-wrap thead th:not(:first-child)::before,
.product-web-layout .content-inner.product-brochure .table-section .product-web-table thead th:not(:first-child)::before,
.product-web-layout .content-inner.product-brochure .table-section .table-wrap thead th:not(:first-child)::before,
.coating-material-page .content-inner.product-brochure .table-section .product-web-table thead th:not(:first-child)::before,
.coating-material-page .content-inner.product-brochure .table-section .table-wrap thead th:not(:first-child)::before{
  content:""!important;
  display:block!important;
  width:1px!important;
  height:17px!important;
  position:absolute!important;
  left:0!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  background:var(--table-line)!important;
}

.product-page-v29 .content-inner.product-brochure .table-section .product-web-table td,
.product-page-v29 .content-inner.product-brochure .table-section .product-web-table tbody th,
.product-page-v29 .content-inner.product-brochure .table-section .table-wrap td,
.product-page-v29 .content-inner.product-brochure .table-section .table-wrap tbody th,
.product-web-layout .content-inner.product-brochure .table-section .product-web-table td,
.product-web-layout .content-inner.product-brochure .table-section .product-web-table tbody th,
.product-web-layout .content-inner.product-brochure .table-section .table-wrap td,
.product-web-layout .content-inner.product-brochure .table-section .table-wrap tbody th,
.coating-material-page .content-inner.product-brochure .table-section .product-web-table td,
.coating-material-page .content-inner.product-brochure .table-section .product-web-table tbody th,
.coating-material-page .content-inner.product-brochure .table-section .table-wrap td,
.coating-material-page .content-inner.product-brochure .table-section .table-wrap tbody th{
  padding:13px 15px!important;
  font-size:var(--fs-table-grid-td)!important;
  font-weight:400!important;
  line-height:1.75!important;
  color:#222!important;
  text-align:center!important;
  vertical-align:middle!important;
  background:#fff!important;
  border:0!important;
  border-bottom:1px solid var(--table-line)!important;
  border-left:1px solid var(--table-line)!important;
}

.product-page-v29 .content-inner.product-brochure .table-section .product-web-table tbody th,
.product-page-v29 .content-inner.product-brochure .table-section .table-wrap tbody th,
.product-web-layout .content-inner.product-brochure .table-section .product-web-table tbody th,
.product-web-layout .content-inner.product-brochure .table-section .table-wrap tbody th,
.coating-material-page .content-inner.product-brochure .table-section .product-web-table tbody th,
.coating-material-page .content-inner.product-brochure .table-section .table-wrap tbody th{
  font-weight:600!important;
  background:#fff!important;
}

.product-page-v29 .content-inner.product-brochure .table-section .product-web-table td:first-child,
.product-page-v29 .content-inner.product-brochure .table-section .product-web-table tbody th:first-child,
.product-page-v29 .content-inner.product-brochure .table-section .table-wrap td:first-child,
.product-page-v29 .content-inner.product-brochure .table-section .table-wrap tbody th:first-child,
.product-web-layout .content-inner.product-brochure .table-section .product-web-table td:first-child,
.product-web-layout .content-inner.product-brochure .table-section .product-web-table tbody th:first-child,
.product-web-layout .content-inner.product-brochure .table-section .table-wrap td:first-child,
.product-web-layout .content-inner.product-brochure .table-section .table-wrap tbody th:first-child,
.coating-material-page .content-inner.product-brochure .table-section .product-web-table td:first-child,
.coating-material-page .content-inner.product-brochure .table-section .product-web-table tbody th:first-child,
.coating-material-page .content-inner.product-brochure .table-section .table-wrap td:first-child,
.coating-material-page .content-inner.product-brochure .table-section .table-wrap tbody th:first-child{
  border-left:0!important;
}

.product-page-v29 .content-inner.product-brochure .table-section .product-web-table td:nth-child(even),
.product-page-v29 .content-inner.product-brochure .table-section .table-wrap td:nth-child(even),
.product-web-layout .content-inner.product-brochure .table-section .product-web-table td:nth-child(even),
.product-web-layout .content-inner.product-brochure .table-section .table-wrap td:nth-child(even),
.coating-material-page .content-inner.product-brochure .table-section .product-web-table td:nth-child(even),
.coating-material-page .content-inner.product-brochure .table-section .table-wrap td:nth-child(even){
  background:#f7f7f7!important;
}

.product-page-v29 .content-inner.product-brochure .table-section h2,
.product-page-v29 .content-inner.product-brochure .table-section .brochure-section-title,
.product-web-layout .content-inner.product-brochure .table-section h2{
  font-size:var(--fs-section)!important;
  font-weight:var(--fw-content-title)!important;
  line-height:1.35!important;
  letter-spacing:-.03em!important;
  color:#222!important;
  margin:0 0 24px!important;
  padding:0!important;
}

@media(max-width:760px){
  .product-page-v29 .content-inner.product-brochure .table-section .product-web-table thead th,
  .product-page-v29 .content-inner.product-brochure .table-section .table-wrap thead th,
  .product-web-layout .content-inner.product-brochure .table-section .product-web-table thead th,
  .product-web-layout .content-inner.product-brochure .table-section .table-wrap thead th{
    padding:12px 8px!important;
    font-size:15px!important;
  }

  .product-page-v29 .content-inner.product-brochure .table-section .product-web-table td,
  .product-page-v29 .content-inner.product-brochure .table-section .product-web-table tbody th,
  .product-page-v29 .content-inner.product-brochure .table-section .table-wrap td,
  .product-page-v29 .content-inner.product-brochure .table-section .table-wrap tbody th,
  .product-web-layout .content-inner.product-brochure .table-section .product-web-table td,
  .product-web-layout .content-inner.product-brochure .table-section .product-web-table tbody th,
  .product-web-layout .content-inner.product-brochure .table-section .table-wrap td,
  .product-web-layout .content-inner.product-brochure .table-section .table-wrap tbody th{
    padding:10px 8px!important;
    font-size:14px!important;
  }
}

/* ============================================================
   D-52 BRAND ACCENT — unified Material Teal Blue #086797
   ============================================================ */
:root{
  --blue:#086797;
  --ci-brand:#086797;
  --nav-accent:#086797;
  --type-label:#086797;
  --group-blue:#086797;
  --nfc-accent:#086797;
}

/* ============================================================
   D-53 ENF CONSISTENCY FINAL
   Wins over D-5/D-37/D-38/D-41/D-42/D-44/D-12D legacy drift
   Reference: enftech.com — D-48 typography + D-49 tables
   ============================================================ */

/* --- Typography: 16px body sweep (D-37 15px / legacy 14px drift) --- */
body.sub-page .content .process-step p,
body.sub-page .content .business-copy p,
body.sub-page .content .strategy-block p,
body.sub-page .content .method-list span,
body.sub-page .content .flow-list span,
body.sub-page .content .application-line-grid span,
body.sub-page .content .technology-flow .flow-title p,
body.sub-page .content .product-brochure .tech-focus-item span,
body.sub-page .content .product-brochure .info-card p,
body.sub-page .content .story-points li,
.story-copy p,
.company-overview-page .story-copy p,
.affiliates-ref-page .affiliate-company-info p,
.affiliates-ref-page .affiliate-detail-head p,
.rnd-key-page .nfc-keytech-app-card p,
.business-panel p,
.method-copy p,
.platform-list span,
.application-line-grid span{
  font-size:16px!important;
  line-height:1.75!important;
  color:#666!important;
}

body.sub-page .content .story-points li{
  font-weight:700!important;
}

/* History era year column — section title scale */
.history-era-label{
  font-size:24px!important;
  font-weight:600!important;
  line-height:1.35!important;
  letter-spacing:-.03em!important;
  color:#222!important;
}

/* Sub-hero eyebrow — ENF label token */
body.sub-page .sub-hero-copy span{
  font-size:13px!important;
  font-weight:700!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
  color:var(--blue)!important;
}

/* Index main-business catalog cards (content copy only) */
body:not(.sub-page) .main-business-catalog .main-business-core-card p{
  font-size:16px!important;
  line-height:1.75!important;
  color:#666!important;
}

/* --- KV tables: sustainability pages + late D-41/D-42 14px --- */
.eq-management-page .company-info-table{
  max-width:792px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  border-top:1px solid #222!important;
  border-bottom:0!important;
  background:transparent!important;
  box-shadow:none!important;
  border-radius:0!important;
}

.eq-management-page .company-info-table .info-row{
  display:grid!important;
  grid-template-columns:180px minmax(0,1fr)!important;
  column-gap:0!important;
  padding:0!important;
  margin:0!important;
  border-bottom:1px solid #ddd!important;
  background:transparent!important;
}

.eq-management-page .company-info-table .info-row:last-child{
  border-bottom:0!important;
}

.eq-management-page .company-info-table .info-row b,
.eq-management-page .company-info-table .info-row span,
.company-overview-page .info-table.company-info-table .info-row b,
.company-overview-page .info-table.company-info-table .info-row span,
.company-overview-page .rd-summary + .info-table .info-row b,
.company-overview-page .rd-summary + .info-table .info-row span,
.company-overview-page .rd-summary + .company-info-table .info-row b,
.company-overview-page .rd-summary + .company-info-table .info-row span,
.location-info-panel .info-table .info-row b,
.location-info-panel .info-table .info-row span,
.info-table .info-row b,
.info-table .info-row span,
.company-info-table .info-row b,
.company-info-table .info-row span{
  font-size:16px!important;
  line-height:1.75!important;
}

.eq-management-page .company-info-table .info-row b,
.info-table .info-row b,
.company-info-table .info-row b,
.company-overview-page .info-table.company-info-table .info-row b,
.company-overview-page .rd-summary + .info-table .info-row b,
.company-overview-page .rd-summary + .company-info-table .info-row b,
.location-info-panel .info-table .info-row b{
  padding:13px 18px 13px 40px!important;
  font-weight:600!important;
  color:#222!important;
  background:transparent!important;
  border:0!important;
}

.eq-management-page .company-info-table .info-row span,
.info-table .info-row span,
.company-info-table .info-row span,
.company-overview-page .info-table.company-info-table .info-row span,
.company-overview-page .rd-summary + .info-table .info-row span,
.company-overview-page .rd-summary + .company-info-table .info-row span,
.location-info-panel .info-table .info-row span{
  padding:13px 18px 13px 23px!important;
  font-weight:400!important;
  color:#666!important;
  background:transparent!important;
  border:0!important;
}

/* Affiliates inline meta dl — ENF KV (not modal grid) */
.affiliates-ref-page .affiliate-company-info dl{
  display:grid!important;
  grid-template-columns:180px minmax(0,1fr)!important;
  column-gap:0!important;
  max-width:792px!important;
  margin-top:38px!important;
  border-top:1px solid #222!important;
  border-bottom:0!important;
}

.affiliates-ref-page .affiliate-company-info dl dt,
.affiliates-ref-page .affiliate-company-info dl dd{
  margin:0!important;
  padding:13px 18px 13px 0!important;
  font-size:16px!important;
  line-height:1.75!important;
  border-bottom:1px solid #ddd!important;
  border-left:0!important;
  border-right:0!important;
  background:transparent!important;
}

.affiliates-ref-page .affiliate-company-info dl dt{
  padding-left:40px!important;
  font-weight:600!important;
  color:#222!important;
}

.affiliates-ref-page .affiliate-company-info dl dd{
  padding-left:23px!important;
  font-weight:400!important;
  color:#666!important;
}

.affiliates-ref-page .affiliate-company-info dl dt:last-of-type,
.affiliates-ref-page .affiliate-company-info dl dd:last-of-type{
  border-bottom:0!important;
}

.affiliates-ref-page .affiliate-vision-meta dt,
.affiliates-ref-page .affiliate-vision-meta dd{
  font-size:16px!important;
  line-height:1.75!important;
}

/* --- Grid tables: beat D-12D legacy backgrounds/borders --- */
.product-web-layout .content-inner.product-brochure .table-section .table-wrap,
.coating-material-page .content-inner.product-brochure .table-section .table-wrap,
.product-page-v29 .content-inner.product-brochure .table-section .table-wrap{
  border:0!important;
  box-shadow:none!important;
  background:transparent!important;
}

.product-web-layout .content-inner.product-brochure .table-section .product-web-table thead th,
.product-web-layout .content-inner.product-brochure .table-section .table-wrap thead th,
.coating-material-page .content-inner.product-brochure .table-section .product-web-table thead th,
.coating-material-page .content-inner.product-brochure .table-section .table-wrap thead th,
.product-page-v29 .content-inner.product-brochure .table-section .product-web-table thead th,
.product-page-v29 .content-inner.product-brochure .table-section .table-wrap thead th{
  background:transparent!important;
  border:0!important;
  border-bottom:2px solid #ddd!important;
  color:#222!important;
  font-size:18px!important;
  font-weight:600!important;
  padding:14px 12px!important;
}

.product-web-layout .content-inner.product-brochure .table-section .product-web-table td,
.product-web-layout .content-inner.product-brochure .table-section .product-web-table tbody th,
.product-web-layout .content-inner.product-brochure .table-section .table-wrap td,
.product-web-layout .content-inner.product-brochure .table-section .table-wrap tbody th,
.coating-material-page .content-inner.product-brochure .table-section .product-web-table td,
.coating-material-page .content-inner.product-brochure .table-section .product-web-table tbody th,
.coating-material-page .content-inner.product-brochure .table-section .table-wrap td,
.coating-material-page .content-inner.product-brochure .table-section .table-wrap tbody th,
.product-page-v29 .content-inner.product-brochure .table-section .product-web-table td,
.product-page-v29 .content-inner.product-brochure .table-section .product-web-table tbody th,
.product-page-v29 .content-inner.product-brochure .table-section .table-wrap td,
.product-page-v29 .content-inner.product-brochure .table-section .table-wrap tbody th{
  background:#fff!important;
  border:0!important;
  border-bottom:1px solid #ddd!important;
  border-left:1px solid #ddd!important;
  color:#222!important;
  font-size:16px!important;
  font-weight:400!important;
  padding:13px 15px!important;
}

.product-web-layout .content-inner.product-brochure .table-section .product-web-table tbody th,
.product-web-layout .content-inner.product-brochure .table-section .table-wrap tbody th,
.coating-material-page .content-inner.product-brochure .table-section .product-web-table tbody th,
.coating-material-page .content-inner.product-brochure .table-section .table-wrap tbody th,
.product-page-v29 .content-inner.product-brochure .table-section .product-web-table tbody th,
.product-page-v29 .content-inner.product-brochure .table-section .table-wrap tbody th{
  font-weight:600!important;
}

.product-web-layout .content-inner.product-brochure .table-section .product-web-table td:first-child,
.product-web-layout .content-inner.product-brochure .table-section .product-web-table tbody th:first-child,
.product-web-layout .content-inner.product-brochure .table-section .table-wrap td:first-child,
.product-web-layout .content-inner.product-brochure .table-section .table-wrap tbody th:first-child,
.coating-material-page .content-inner.product-brochure .table-section .product-web-table td:first-child,
.coating-material-page .content-inner.product-brochure .table-section .product-web-table tbody th:first-child,
.coating-material-page .content-inner.product-brochure .table-section .table-wrap td:first-child,
.coating-material-page .content-inner.product-brochure .table-section .table-wrap tbody th:first-child,
.product-page-v29 .content-inner.product-brochure .table-section .product-web-table td:first-child,
.product-page-v29 .content-inner.product-brochure .table-section .product-web-table tbody th:first-child,
.product-page-v29 .content-inner.product-brochure .table-section .table-wrap td:first-child,
.product-page-v29 .content-inner.product-brochure .table-section .table-wrap tbody th:first-child{
  border-left:0!important;
}

.product-web-layout .content-inner.product-brochure .table-section .product-web-table td:nth-child(even),
.product-web-layout .content-inner.product-brochure .table-section .table-wrap td:nth-child(even),
.coating-material-page .content-inner.product-brochure .table-section .product-web-table td:nth-child(even),
.coating-material-page .content-inner.product-brochure .table-section .table-wrap td:nth-child(even),
.product-page-v29 .content-inner.product-brochure .table-section .product-web-table td:nth-child(even),
.product-page-v29 .content-inner.product-brochure .table-section .table-wrap td:nth-child(even){
  background:#f7f7f7!important;
}

.product-web-layout .content-inner.product-brochure .table-section .product-web-table tbody tr:nth-child(even) td,
.product-web-layout .content-inner.product-brochure .table-section .product-web-table tbody tr:nth-child(even) th,
.coating-material-page .content-inner.product-brochure .table-section .product-web-table tbody tr:nth-child(even) td,
.coating-material-page .content-inner.product-brochure .table-section .product-web-table tbody tr:nth-child(even) th,
.product-page-v29 .content-inner.product-brochure .table-section .product-web-table tbody tr:nth-child(even) td,
.product-page-v29 .content-inner.product-brochure .table-section .product-web-table tbody tr:nth-child(even) th{
  background:#fff!important;
}

.product-web-layout .content-inner.product-brochure .table-section .product-web-table tbody tr:nth-child(even) td:nth-child(even),
.product-web-layout .content-inner.product-brochure .table-section .table-wrap tbody tr:nth-child(even) td:nth-child(even),
.coating-material-page .content-inner.product-brochure .table-section .product-web-table tbody tr:nth-child(even) td:nth-child(even),
.coating-material-page .content-inner.product-brochure .table-section .table-wrap tbody tr:nth-child(even) td:nth-child(even),
.product-page-v29 .content-inner.product-brochure .table-section .product-web-table tbody tr:nth-child(even) td:nth-child(even),
.product-page-v29 .content-inner.product-brochure .table-section .table-wrap tbody tr:nth-child(even) td:nth-child(even){
  background:#f7f7f7!important;
}

.product-brochure table:not(.product-web-table){
  font-size:16px!important;
  line-height:1.75!important;
}

/* Affiliate modal + generic product grid — reinforce D-49 over legacy 15px borders */
.affiliate-modal-table th,
.affiliate-modal-table td{
  font-size:16px!important;
  line-height:1.75!important;
  border:0!important;
  border-bottom:1px solid #ddd!important;
  border-left:1px solid #ddd!important;
  color:#222!important;
}

.affiliate-modal-table thead th{
  font-size:18px!important;
  font-weight:600!important;
  background:transparent!important;
  border-bottom:2px solid #ddd!important;
  padding:14px 12px!important;
}

.affiliate-modal-table td:first-child,
.affiliate-modal-table thead th:first-child{
  border-left:0!important;
}

.affiliate-modal-table td:nth-child(even){
  background:#f7f7f7!important;
}

@media(max-width:760px){
  .product-web-table thead th,
  .affiliate-modal-table thead th,
  .product-web-layout .content-inner.product-brochure .table-section .product-web-table thead th,
  .product-web-layout .content-inner.product-brochure .table-section .table-wrap thead th,
  .product-page-v29 .content-inner.product-brochure .table-section .product-web-table thead th,
  .product-page-v29 .content-inner.product-brochure .table-section .table-wrap thead th{
    font-size:16px!important;
    padding:12px 8px!important;
  }

  .product-web-table td,
  .product-web-table tbody th,
  .affiliate-modal-table td,
  .affiliate-modal-table th,
  .product-web-layout .content-inner.product-brochure .table-section .product-web-table td,
  .product-web-layout .content-inner.product-brochure .table-section .product-web-table tbody th,
  .product-web-layout .content-inner.product-brochure .table-section .table-wrap td,
  .product-web-layout .content-inner.product-brochure .table-section .table-wrap tbody th,
  .product-page-v29 .content-inner.product-brochure .table-section .product-web-table td,
  .product-page-v29 .content-inner.product-brochure .table-section .product-web-table tbody th,
  .product-page-v29 .content-inner.product-brochure .table-section .table-wrap td,
  .product-page-v29 .content-inner.product-brochure .table-section .table-wrap tbody th{
    font-size:16px!important;
    padding:10px 8px!important;
  }

  .eq-management-page .company-info-table .info-row b,
  .eq-management-page .company-info-table .info-row span{
    padding-left:0!important;
  }

  .eq-management-page .company-info-table .info-row span{
    padding-left:16px!important;
  }
}

/* ============================================================
   D-54 LOCATION GRID — map 4 : info panel 6
   Scope: pages/location.html .content-inner.location-grid
   ============================================================ */
body.sub-page .content-inner.location-grid,
body.sub-page .location-grid{
  grid-template-columns:minmax(0,4fr) minmax(0,6fr)!important;
  align-items:stretch!important;
}

@media(max-width:1020px){
  body.sub-page .content-inner.location-grid,
  body.sub-page .location-grid{
    grid-template-columns:1fr!important;
  }
}

/* ============================================================
   D-55 NANO — 하드 코팅 평가 이미지 50% 축소
   Scope: pages/product_solid.html .nano-eval-hardcoat-figure
   ============================================================ */
.product-page-v29.product-web-layout .nano-eval-hardcoat-figure img.product-diagram-native,
.product-web-layout .nano-eval-hardcoat-figure img.product-diagram-native[src*="nano-silica-hardcoat-evaluation.png"]{
  width:50%!important;
  max-width:50%!important;
  height:auto!important;
  max-height:none!important;
  margin-left:auto!important;
  margin-right:auto!important;
  display:block!important;
}

/* ============================================================
   D-56 MAIN BUSINESS — 4-card body copy white + 20% smaller
   Scope: index.html .main-business-core-card p only
   ============================================================ */
body:not(.sub-page) .main-business-catalog .main-business-core-card p{
  color:#fff!important;
  font-size:12.8px!important;
  line-height:1.75!important;
}

/* ============================================================
   D-57 BRAND ACCENT — Material Teal Blue #086797
   Source: assets/images/nfc_ci_Material Teal Blue.png
   Logos: assets/images/logo/nfchemtech-logo-{dark,white}.png
   ============================================================ */
:root{
  --blue:#086797;
  --ci-brand:#086797;
  --nav-accent:#086797;
  --type-label:#086797;
  --group-blue:#086797;
  --nfc-accent:#086797;
}

/* ============================================================
   D-58 ENF PRODUCT TABLE COMPACT — smaller scale vs full-width D-49
   Reference: enftech.com product / relational_popup_table read
   (792px centered, th 15px, td 14px, minimal borders, no box cells)
   Scope: product brochure spec tables + affiliate modal grids
   ============================================================ */
:root{
  --fs-table-grid-th:15px;
  --fs-table-grid-td:14px;
  --table-grid-max:792px;
  --table-grid-text:#444;
}

.product-page-v29 .content-inner.product-brochure .table-section,
.product-web-layout .content-inner.product-brochure .table-section,
.coating-material-page .content-inner.product-brochure .table-section{
  padding:32px 0 0!important;
}

.product-page-v29 .content-inner.product-brochure .table-section h2,
.product-web-layout .content-inner.product-brochure .table-section h2,
.coating-material-page .content-inner.product-brochure .table-section h2{
  max-width:var(--table-grid-max)!important;
  margin-left:auto!important;
  margin-right:auto!important;
  margin-bottom:12px!important;
  font-size:22px!important;
  font-weight:600!important;
  line-height:1.35!important;
  letter-spacing:-.03em!important;
  color:#222!important;
}

.product-page-v29 .content-inner.product-brochure .table-section .table-wrap,
.product-web-layout .content-inner.product-brochure .table-section .table-wrap,
.coating-material-page .content-inner.product-brochure .table-section .table-wrap{
  max-width:var(--table-grid-max)!important;
  margin-left:auto!important;
  margin-right:auto!important;
  border:0!important;
  box-shadow:none!important;
  background:transparent!important;
}

.product-page-v29 .content-inner.product-brochure .table-section .product-web-table,
.product-page-v29 .content-inner.product-brochure .table-section .table-wrap table,
.product-web-layout .content-inner.product-brochure .table-section .product-web-table,
.product-web-layout .content-inner.product-brochure .table-section .table-wrap table,
.coating-material-page .content-inner.product-brochure .table-section .product-web-table,
.coating-material-page .content-inner.product-brochure .table-section .table-wrap table,
body.sub-page .product-detail-v1 .table-section .table-wrap table,
body.sub-page .product-detail-v1 .table-section table{
  width:100%!important;
  max-width:var(--table-grid-max)!important;
  margin-left:auto!important;
  margin-right:auto!important;
  font-size:var(--fs-table-grid-td)!important;
  line-height:1.6!important;
  border-top:2px solid #222!important;
}

.product-page-v29 .content-inner.product-brochure .table-section .product-web-table thead th,
.product-page-v29 .content-inner.product-brochure .table-section .table-wrap thead th,
.product-web-layout .content-inner.product-brochure .table-section .product-web-table thead th,
.product-web-layout .content-inner.product-brochure .table-section .table-wrap thead th,
.coating-material-page .content-inner.product-brochure .table-section .product-web-table thead th,
.coating-material-page .content-inner.product-brochure .table-section .table-wrap thead th,
.product-web-table thead th,
.affiliate-modal-table thead th{
  padding:11px 10px!important;
  font-size:var(--fs-table-grid-th)!important;
  font-weight:600!important;
  line-height:1.6!important;
  color:var(--table-grid-text)!important;
  text-align:center!important;
  vertical-align:middle!important;
  background:transparent!important;
  border:0!important;
  border-bottom:2px solid #ddd!important;
}

.product-page-v29 .content-inner.product-brochure .table-section .product-web-table td,
.product-page-v29 .content-inner.product-brochure .table-section .product-web-table tbody th,
.product-page-v29 .content-inner.product-brochure .table-section .table-wrap td,
.product-page-v29 .content-inner.product-brochure .table-section .table-wrap tbody th,
.product-web-layout .content-inner.product-brochure .table-section .product-web-table td,
.product-web-layout .content-inner.product-brochure .table-section .product-web-table tbody th,
.product-web-layout .content-inner.product-brochure .table-section .table-wrap td,
.product-web-layout .content-inner.product-brochure .table-section .table-wrap tbody th,
.coating-material-page .content-inner.product-brochure .table-section .product-web-table td,
.coating-material-page .content-inner.product-brochure .table-section .product-web-table tbody th,
.coating-material-page .content-inner.product-brochure .table-section .table-wrap td,
.coating-material-page .content-inner.product-brochure .table-section .table-wrap tbody th,
.product-web-table td,
.product-web-table tbody th,
.affiliate-modal-table td,
.affiliate-modal-table th{
  padding:9px 10px!important;
  font-size:var(--fs-table-grid-td)!important;
  font-weight:400!important;
  line-height:1.6!important;
  color:var(--table-grid-text)!important;
  text-align:center!important;
  vertical-align:middle!important;
  background:#fff!important;
  border:0!important;
  border-bottom:1px solid #ddd!important;
  border-left:1px solid #ddd!important;
}

.product-page-v29 .content-inner.product-brochure .table-section .product-web-table tbody th,
.product-page-v29 .content-inner.product-brochure .table-section .table-wrap tbody th,
.product-web-layout .content-inner.product-brochure .table-section .product-web-table tbody th,
.product-web-layout .content-inner.product-brochure .table-section .table-wrap tbody th,
.coating-material-page .content-inner.product-brochure .table-section .product-web-table tbody th,
.coating-material-page .content-inner.product-brochure .table-section .table-wrap tbody th,
.product-web-table tbody th{
  font-weight:600!important;
}

.product-page-v29 .content-inner.product-brochure .table-section .product-web-table td:first-child,
.product-page-v29 .content-inner.product-brochure .table-section .product-web-table tbody th:first-child,
.product-page-v29 .content-inner.product-brochure .table-section .table-wrap td:first-child,
.product-page-v29 .content-inner.product-brochure .table-section .table-wrap tbody th:first-child,
.product-web-layout .content-inner.product-brochure .table-section .product-web-table td:first-child,
.product-web-layout .content-inner.product-brochure .table-section .product-web-table tbody th:first-child,
.product-web-layout .content-inner.product-brochure .table-section .table-wrap td:first-child,
.product-web-layout .content-inner.product-brochure .table-section .table-wrap tbody th:first-child,
.coating-material-page .content-inner.product-brochure .table-section .product-web-table td:first-child,
.coating-material-page .content-inner.product-brochure .table-section .product-web-table tbody th:first-child,
.coating-material-page .content-inner.product-brochure .table-section .table-wrap td:first-child,
.coating-material-page .content-inner.product-brochure .table-section .table-wrap tbody th:first-child,
.product-web-table td:first-child,
.product-web-table tbody th:first-child,
.affiliate-modal-table td:first-child,
.affiliate-modal-table thead th:first-child{
  border-left:0!important;
}

.product-page-v29 .content-inner.product-brochure .table-section .product-web-table td:nth-child(even),
.product-page-v29 .content-inner.product-brochure .table-section .table-wrap td:nth-child(even),
.product-web-layout .content-inner.product-brochure .table-section .product-web-table td:nth-child(even),
.product-web-layout .content-inner.product-brochure .table-section .table-wrap td:nth-child(even),
.coating-material-page .content-inner.product-brochure .table-section .product-web-table td:nth-child(even),
.coating-material-page .content-inner.product-brochure .table-section .table-wrap td:nth-child(even),
.product-web-table td:nth-child(even),
.affiliate-modal-table td:nth-child(even){
  background:#f7f7f7!important;
}

.product-page-v29 .content-inner.product-brochure .table-section .product-web-table tbody tr:nth-child(even) td,
.product-page-v29 .content-inner.product-brochure .table-section .product-web-table tbody tr:nth-child(even) th,
.product-web-layout .content-inner.product-brochure .table-section .product-web-table tbody tr:nth-child(even) td,
.product-web-layout .content-inner.product-brochure .table-section .product-web-table tbody tr:nth-child(even) th,
.coating-material-page .content-inner.product-brochure .table-section .product-web-table tbody tr:nth-child(even) td,
.coating-material-page .content-inner.product-brochure .table-section .product-web-table tbody tr:nth-child(even) th{
  background:#fff!important;
}

.product-page-v29 .content-inner.product-brochure .table-section .product-web-table tbody tr:nth-child(even) td:nth-child(even),
.product-page-v29 .content-inner.product-brochure .table-section .table-wrap tbody tr:nth-child(even) td:nth-child(even),
.product-web-layout .content-inner.product-brochure .table-section .product-web-table tbody tr:nth-child(even) td:nth-child(even),
.product-web-layout .content-inner.product-brochure .table-section .table-wrap tbody tr:nth-child(even) td:nth-child(even),
.coating-material-page .content-inner.product-brochure .table-section .product-web-table tbody tr:nth-child(even) td:nth-child(even),
.coating-material-page .content-inner.product-brochure .table-section .table-wrap tbody tr:nth-child(even) td:nth-child(even){
  background:#f7f7f7!important;
}

@media(max-width:760px){
  :root{
    --fs-table-grid-th:14px;
    --fs-table-grid-td:13px;
  }

  .product-page-v29 .content-inner.product-brochure .table-section .product-web-table thead th,
  .product-page-v29 .content-inner.product-brochure .table-section .table-wrap thead th,
  .product-web-layout .content-inner.product-brochure .table-section .product-web-table thead th,
  .product-web-layout .content-inner.product-brochure .table-section .table-wrap thead th,
  .product-page-v29 .content-inner.product-brochure .table-section .product-web-table td,
  .product-page-v29 .content-inner.product-brochure .table-section .product-web-table tbody th,
  .product-page-v29 .content-inner.product-brochure .table-section .table-wrap td,
  .product-page-v29 .content-inner.product-brochure .table-section .table-wrap tbody th,
  .product-web-layout .content-inner.product-brochure .table-section .product-web-table td,
  .product-web-layout .content-inner.product-brochure .table-section .product-web-table tbody th,
  .product-web-layout .content-inner.product-brochure .table-section .table-wrap td,
  .product-web-layout .content-inner.product-brochure .table-section .table-wrap tbody th{
    font-size:var(--fs-table-grid-td)!important;
    padding:8px 8px!important;
  }
}

/* ============================================================
   D-59 PRODUCT SECTION TITLES — ENF-like labels → D-48 section scale
   Scope: product brochure h2 titles (특징, TEM 이미지, Standard Grade 등)
   Target: 24px / 600 / #222 (not legacy 28–30px bold)
   ============================================================ */
.product-page-v29 .content-inner.product-brochure .brochure-section-title,
.product-page-v29 .content-inner.product-brochure .brochure-section > h2,
.product-page-v29 .content-inner.product-brochure .table-section > h2,
.product-page-v29 .content-inner.product-brochure .table-section h2,
.product-page-v29 .content-inner.product-brochure .nano-eval-section .clean-title,
.product-page-v29 .content-inner.product-brochure .product-page-summary .brochure-section-title,
.product-web-layout .content-inner.product-brochure .brochure-section-title,
.product-web-layout .content-inner.product-brochure .brochure-section > h2,
.product-web-layout .content-inner.product-brochure .hollow-features-section .brochure-section-title,
.product-web-layout .content-inner.product-brochure .hollow-tem-section .brochure-section-title,
.product-web-layout .content-inner.product-brochure .table-section > h2,
.product-web-layout .content-inner.product-brochure .table-section h2,
.product-web-layout .content-inner.product-brochure .tio2-application-box .brochure-section-title,
.product-web-layout .content-inner.product-brochure .product-page-summary .brochure-section-title,
.coating-material-page .content-inner.product-brochure .brochure-section-title,
.coating-material-page .content-inner.product-brochure .brochure-section > h2,
.coating-material-page .content-inner.product-brochure .table-section > h2,
.coating-material-page .content-inner.product-brochure .table-section h2,
.product-page-v29.product-web-layout .content-inner.product-brochure .brochure-section-title,
.product-page-v29.product-web-layout .content-inner.product-brochure .table-section h2{
  max-width:var(--table-grid-max,792px)!important;
  margin-left:auto!important;
  margin-right:auto!important;
  margin-bottom:16px!important;
  font-size:var(--fs-section)!important;
  font-weight:var(--fw-content-title)!important;
  line-height:1.35!important;
  letter-spacing:-.03em!important;
  color:#222!important;
}

@media(max-width:1024px){
  .product-page-v29 .content-inner.product-brochure .brochure-section-title,
  .product-page-v29 .content-inner.product-brochure .table-section h2,
  .product-web-layout .content-inner.product-brochure .brochure-section-title,
  .product-web-layout .content-inner.product-brochure .table-section h2,
  .coating-material-page .content-inner.product-brochure .brochure-section-title,
  .coating-material-page .content-inner.product-brochure .table-section h2{
    font-size:22px!important;
  }
}

@media(max-width:768px){
  .product-page-v29 .content-inner.product-brochure .brochure-section-title,
  .product-page-v29 .content-inner.product-brochure .table-section h2,
  .product-web-layout .content-inner.product-brochure .brochure-section-title,
  .product-web-layout .content-inner.product-brochure .table-section h2,
  .coating-material-page .content-inner.product-brochure .brochure-section-title,
  .coating-material-page .content-inner.product-brochure .table-section h2{
    font-size:20px!important;
  }
}

/* ============================================================
   D-65 NANO — 평가 이미지 7:3 (하드 코팅 : TEM) 나란히 배치
   Replaces D-62 overlap layout; overrides D-55 50% shrink in eval grid
   Scope: pages/product_solid.html .nano-eval-grid-priority
   ============================================================ */
.product-page-v29.product-web-layout .nano-eval-grid.nano-eval-grid-priority,
.product-web-layout .nano-eval-grid.nano-eval-grid-priority{
  display:grid!important;
  grid-template-columns:minmax(0,7fr) minmax(0,3fr)!important;
  gap:32px!important;
  align-items:start!important;
}

.product-page-v29.product-web-layout .nano-eval-hardcoat-figure,
.product-web-layout .nano-eval-hardcoat-figure{
  grid-column:1!important;
  grid-row:1!important;
  width:100%!important;
  min-width:0!important;
}

.product-page-v29.product-web-layout .nano-eval-tem-figure,
.product-web-layout .nano-eval-tem-figure{
  grid-column:2!important;
  grid-row:1!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  justify-self:stretch!important;
  align-self:start!important;
}

.product-page-v29.product-web-layout .nano-eval-grid.nano-eval-grid-priority .nano-eval-hardcoat-figure img.product-diagram-native,
.product-page-v29.product-web-layout .nano-eval-grid.nano-eval-grid-priority .nano-eval-hardcoat-figure img[src*="nano-silica-hardcoat-evaluation.png"],
.product-web-layout .nano-eval-grid.nano-eval-grid-priority .nano-eval-hardcoat-figure img.product-diagram-native,
.product-web-layout .nano-eval-grid.nano-eval-grid-priority .nano-eval-hardcoat-figure img[src*="nano-silica-hardcoat-evaluation.png"]{
  width:100%!important;
  max-width:100%!important;
  height:auto!important;
  margin:0!important;
  display:block!important;
}

.product-page-v29.product-web-layout .nano-eval-grid.nano-eval-grid-priority .nano-eval-tem-figure img.product-diagram-native,
.product-page-v29.product-web-layout .nano-eval-grid.nano-eval-grid-priority .nano-eval-tem-figure img.product-diagram-tem,
.product-page-v29.product-web-layout .nano-eval-grid.nano-eval-grid-priority .nano-eval-tem-figure img[src*="nano-silica-tem-micrograph.png"],
.product-web-layout .nano-eval-grid.nano-eval-grid-priority .nano-eval-tem-figure img.product-diagram-native,
.product-web-layout .nano-eval-grid.nano-eval-grid-priority .nano-eval-tem-figure img.product-diagram-tem,
.product-web-layout .nano-eval-grid.nano-eval-grid-priority .nano-eval-tem-figure img[src*="nano-silica-tem-micrograph.png"]{
  width:100%!important;
  max-width:100%!important;
  height:auto!important;
  margin:0 auto!important;
  display:block!important;
  object-fit:contain!important;
}

.product-web-layout .nano-eval-grid.nano-eval-grid-priority .product-analysis-figure h3{
  text-align:left!important;
}

@media(max-width:900px){
  .product-page-v29.product-web-layout .nano-eval-grid.nano-eval-grid-priority,
  .product-web-layout .nano-eval-grid.nano-eval-grid-priority{
    grid-template-columns:1fr!important;
    gap:32px!important;
  }

  .product-page-v29.product-web-layout .nano-eval-hardcoat-figure,
  .product-web-layout .nano-eval-hardcoat-figure,
  .product-page-v29.product-web-layout .nano-eval-tem-figure,
  .product-web-layout .nano-eval-tem-figure{
    grid-column:1!important;
    grid-row:auto!important;
    justify-self:stretch!important;
    margin:0!important;
  }

  .product-web-layout .nano-eval-grid.nano-eval-grid-priority .nano-eval-tem-figure img{
    max-width:280px!important;
    margin:0 auto!important;
  }
}

/* ============================================================
   D-61 PRODUCT WEB — 4 pages unified body column (920px)
   Scope: product_hollow/solid/tio2/coating (.product-web-layout only)
   Matches attached mockup head + visual width; sub-hero untouched
   ============================================================ */
:root{
  --product-web-body-max:920px;
}

body.sub-page .product-web-layout .content-inner,
body.sub-page .product-web-layout .content-inner.product-brochure,
body.sub-page .product-web-layout .product-brochure{
  max-width:var(--product-web-body-max)!important;
}

.product-web-layout .content-inner.product-brochure{
  max-width:var(--product-web-body-max)!important;
}

.product-web-layout .product-web-head{
  max-width:none!important;
  width:100%!important;
  margin:0 0 42px!important;
  text-align:left!important;
}

.product-web-layout .product-web-head p{
  max-width:none!important;
  margin:18px 0 0!important;
}

.product-web-layout .product-web-visual{
  max-width:none!important;
  width:100%!important;
  margin:0 auto 76px!important;
}

.product-web-layout .product-web-intro,
.product-web-layout .product-web-tab-intro{
  max-width:none!important;
  width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
  text-align:left!important;
}

.product-web-layout .content-inner.product-brochure .brochure-section-title,
.product-web-layout .content-inner.product-brochure .table-section > h2,
.product-web-layout .content-inner.product-brochure .table-section h2,
.product-page-v29.product-web-layout .content-inner.product-brochure .brochure-section-title,
.product-page-v29.product-web-layout .content-inner.product-brochure .table-section h2,
.coating-material-page.product-web-layout .content-inner.product-brochure .brochure-section-title,
.coating-material-page.product-web-layout .content-inner.product-brochure .table-section h2{
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}

.product-web-layout .content-inner.product-brochure .table-section .table-wrap,
.product-page-v29.product-web-layout .content-inner.product-brochure .table-section .table-wrap,
.coating-material-page.product-web-layout .content-inner.product-brochure .table-section .table-wrap,
.product-web-layout .content-inner.product-brochure .table-section .product-web-table,
.product-page-v29.product-web-layout .content-inner.product-brochure .table-section .product-web-table,
.coating-material-page.product-web-layout .content-inner.product-brochure .table-section .product-web-table{
  max-width:none!important;
  width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
}

.product-web-layout .content-inner.product-brochure .product-page-summary,
.product-web-layout .content-inner.product-brochure .brochure-section,
.product-web-layout .content-inner.product-brochure .product-part{
  max-width:none!important;
  width:100%!important;
}

/* ============================================================
   D-15A CONTENT WIDTH SYSTEM TEST
   Scope: pages/company_overview.html (.company-overview-page) only
   Text Content Zone 920px | Visual Content Zone 1160px
   D-15A content-zone classes are for body content only, not sub-hero or breadcrumb.
   ============================================================ */
:root{
  --content-text-max:920px;
  --content-visual-max:1160px;
}

.content-zone-text{
  max-width:var(--content-text-max);
  margin-left:auto;
  margin-right:auto;
}

.content-zone-visual{
  max-width:var(--content-visual-max);
  margin-left:auto;
  margin-right:auto;
}

body.sub-page .company-overview-page .content-inner.company-overview-content{
  max-width:none!important;
  width:100%!important;
  padding-left:clamp(24px,4vw,40px)!important;
  padding-right:clamp(24px,4vw,40px)!important;
}

body.sub-page .company-overview-page .company-overview-stories.content-zone-visual{
  width:100%;
}

body.sub-page .company-overview-page .company-overview-stories .story-block{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:64px!important;
  align-items:center!important;
  margin:88px 0!important;
  padding:0!important;
  border-top:0!important;
  border-bottom:0!important;
  box-shadow:none!important;
}

body.sub-page .company-overview-page .company-overview-stories .story-block:first-child{
  margin-top:72px!important;
}

body.sub-page .company-overview-page .company-overview-stories .story-block:last-child{
  margin-bottom:72px!important;
}

body.sub-page .company-overview-page .company-overview-stories .story-img{
  height:390px!important;
  min-height:390px!important;
  background-size:cover!important;
  background-position:center!important;
}

body.sub-page .company-overview-page .company-overview-stories .story-copy,
body.sub-page .company-overview-page .company-overview-stories .story-block:nth-of-type(odd) .story-copy,
body.sub-page .company-overview-page .company-overview-stories .story-block:nth-of-type(even) .story-copy{
  padding:0!important;
}

body.sub-page .company-overview-page .content-zone-text.rd-summary{
  max-width:var(--content-text-max)!important;
  width:100%!important;
  margin:96px auto 48px!important;
  padding:0!important;
  background:transparent!important;
  border-top:0!important;
  text-align:center!important;
}

body.sub-page .company-overview-page .content-zone-text.rd-summary p{
  max-width:none!important;
}

body.sub-page .company-overview-page .content-zone-visual.company-info-table,
body.sub-page .company-overview-page .content-zone-visual.info-table.company-info-table,
body.sub-page .company-overview-page .rd-summary + .content-zone-visual.company-info-table{
  max-width:var(--content-visual-max)!important;
  width:100%!important;
  margin:0 auto!important;
}

@media(max-width:900px){
  body.sub-page .company-overview-page .company-overview-stories .story-block{
    grid-template-columns:1fr!important;
    gap:32px!important;
    margin:56px 0!important;
  }

  body.sub-page .company-overview-page .company-overview-stories .story-block:first-child{
    margin-top:48px!important;
  }

  body.sub-page .company-overview-page .company-overview-stories .story-img{
    height:320px!important;
    min-height:320px!important;
  }

  body.sub-page .company-overview-page .content-zone-text,
  body.sub-page .company-overview-page .content-zone-visual{
    max-width:none!important;
    width:100%!important;
  }

  body.sub-page .company-overview-page .content-zone-text.rd-summary{
    margin:72px auto 40px!important;
  }
}

/* ============================================================
   D-63 PRODUCT WEB — simple body typography (no markers)
   Scope: product_hollow/solid/tio2/coating (.product-web-layout only)
   Reference: heading + body blocks, hr dividers, font/spacing hierarchy
   ============================================================ */
.product-web-layout .circle-mark,
.product-web-layout .content-inner.product-brochure .circle-mark,
.coating-material-page.product-web-layout .circle-mark{
  display:none!important;
}

.product-web-layout .brochure-section-title,
.product-web-layout .brochure-section-title.clean-title,
.product-web-layout .content-inner.product-brochure .brochure-section-title,
.product-web-layout .content-inner.product-brochure .table-section > h2,
.product-web-layout .content-inner.product-brochure .table-section h2,
.product-web-layout .content-inner.product-brochure .nano-eval-section .clean-title,
.product-web-layout .content-inner.product-brochure .product-page-summary .brochure-section-title,
.coating-material-page.product-web-layout .brochure-section-title,
.coating-material-page.product-web-layout .table-section > h2,
.coating-material-page.product-web-layout .table-section h2,
.coating-material-page.product-web-layout .product-page-summary .brochure-section-title{
  display:block!important;
  align-items:stretch!important;
  gap:0!important;
  padding-left:0!important;
  margin:0 0 20px!important;
  font-size:18px!important;
  font-weight:700!important;
  line-height:1.45!important;
  letter-spacing:-.02em!important;
  color:#222!important;
}

.product-web-layout .brochure-section-title::before,
.product-web-layout .content-inner.product-brochure .brochure-section-title::before,
.coating-material-page.product-web-layout .brochure-section-title::before{
  display:none!important;
  content:none!important;
  width:0!important;
  height:0!important;
  border:0!important;
}

.product-web-layout .brochure-bullets,
.product-web-layout .content-inner.product-brochure .brochure-bullets,
.coating-material-page.product-web-layout .brochure-bullets{
  list-style:none!important;
  margin:0!important;
  padding:0!important;
}

.product-web-layout .brochure-bullets li,
.product-web-layout .content-inner.product-brochure .brochure-bullets li,
.coating-material-page.product-web-layout .brochure-bullets li{
  position:static!important;
  padding-left:0!important;
  margin:0 0 6px!important;
  font-size:15px!important;
  line-height:1.75!important;
  color:#666!important;
}

.product-web-layout .brochure-bullets li:last-child,
.product-web-layout .content-inner.product-brochure .brochure-bullets li:last-child,
.coating-material-page.product-web-layout .brochure-bullets li:last-child{
  margin-bottom:0!important;
}

.product-web-layout .brochure-bullets li::before,
.product-web-layout .content-inner.product-brochure .brochure-bullets li::before,
.coating-material-page.product-web-layout .brochure-bullets li::before{
  display:none!important;
  content:none!important;
}

.product-web-layout .product-web-head{
  text-align:left!important;
  padding-bottom:48px!important;
  margin-bottom:0!important;
  border-bottom:1px solid #eee!important;
}

.product-web-layout .product-web-kicker{
  display:none!important;
}

.product-web-layout .product-web-head h2{
  margin:0 0 16px!important;
  font-size:18px!important;
  font-weight:700!important;
  line-height:1.45!important;
  letter-spacing:-.02em!important;
  color:#222!important;
}

.product-web-layout .product-web-head p{
  margin:0!important;
  font-size:15px!important;
  line-height:1.75!important;
  color:#666!important;
}

.product-web-layout .product-web-tab-intro,
.product-web-layout .product-page-summary-text,
.coating-material-page.product-web-layout .product-web-tab-intro{
  font-size:15px!important;
  line-height:1.75!important;
  color:#666!important;
  text-align:left!important;
}

.product-web-layout .content-inner.product-brochure .brochure-section,
.product-web-layout .content-inner.product-brochure .feature-core,
.product-web-layout .content-inner.product-brochure .top-two-col,
.product-web-layout .content-inner.product-brochure .app-two-col,
.product-web-layout .content-inner.product-brochure .chart-two-col,
.product-web-layout .content-inner.product-brochure .table-section,
.product-web-layout .content-inner.product-brochure .tio2-application-box,
.product-web-layout .content-inner.product-brochure .nano-eval-section,
.product-web-layout .content-inner.product-brochure .product-page-summary,
.coating-material-page.product-web-layout .brochure-section,
.coating-material-page.product-web-layout .table-section,
.coating-material-page.product-web-layout .product-page-summary{
  border-top:1px solid #eee!important;
  padding:48px 0!important;
}

.product-web-layout .content-inner.product-brochure > .product-web-visual + .brochure-section,
.product-web-layout .content-inner.product-brochure > .product-web-visual + .coating-page-head,
.coating-material-page.product-web-layout .content-inner.product-brochure > .product-web-visual + .brochure-section{
  border-top:1px solid #eee!important;
}

.product-web-layout .title-row .title-line,
.coating-material-page.product-web-layout .title-row .title-line{
  display:none!important;
}

.product-web-layout .title-row,
.coating-material-page.product-web-layout .title-row{
  display:block!important;
  margin-bottom:20px!important;
}

.product-web-layout .title-row h1,
.coating-material-page.product-web-layout .title-row h1{
  margin:0!important;
  font-size:18px!important;
  font-weight:700!important;
  line-height:1.45!important;
  letter-spacing:-.02em!important;
  color:#222!important;
  white-space:normal!important;
}

.product-web-layout .nano-eval-grid .product-analysis-figure h3,
.product-web-layout .tio2-feature-visual h3,
.product-web-layout .tio2-chart-figure h3,
.coating-material-page.product-web-layout .tio2-chart-figure h3{
  text-align:left!important;
  margin:0 0 16px!important;
  font-size:16px!important;
  font-weight:700!important;
  color:#222!important;
}

.product-web-layout .product-page-summary .brochure-section-title{
  margin-bottom:16px!important;
}

@media(max-width:900px){
  .product-web-layout .content-inner.product-brochure .brochure-section,
  .product-web-layout .content-inner.product-brochure .feature-core,
  .product-web-layout .content-inner.product-brochure .top-two-col,
  .product-web-layout .content-inner.product-brochure .table-section,
  .product-web-layout .content-inner.product-brochure .product-page-summary,
  .coating-material-page.product-web-layout .brochure-section,
  .coating-material-page.product-web-layout .table-section{
    padding:36px 0!important;
  }
}

/* ============================================================
   D-15B COMPANY OVERVIEW — H/소 content-zone width alignment
   Scope: pages/company_overview.html only (:has .company-overview-page)
   H line = Home start (visual/image content)
   소 line = 회사소개 "소" start (text-only content)
   Breadcrumb width: D-16B global block (not here)
   ============================================================ */
body.sub-page:has(.company-overview-page){
  --co-breadcrumb-fs:calc(var(--fs-nav)*0.5);
  --co-page-gutter:clamp(24px,4vw,40px);
  --co-text-inset:calc(5.2*var(--co-breadcrumb-fs) + 13px);
}

body.sub-page:has(.company-overview-page) .company-overview-page .content-inner.company-overview-content{
  padding-left:var(--co-page-gutter)!important;
  padding-right:var(--co-page-gutter)!important;
}

body.sub-page:has(.company-overview-page) .company-overview-page .content-zone-visual{
  max-width:var(--content-visual-max)!important;
  width:min(100%,var(--content-visual-max))!important;
  margin-left:0!important;
  margin-right:auto!important;
}

body.sub-page:has(.company-overview-page) .company-overview-page .content-zone-text{
  max-width:min(var(--content-text-max),calc(100% - var(--co-text-inset)))!important;
  width:100%!important;
  margin-left:var(--co-text-inset)!important;
  margin-right:auto!important;
  text-align:left!important;
}

body.sub-page:has(.company-overview-page) .company-overview-page .content-zone-text.rd-summary h2,
body.sub-page:has(.company-overview-page) .company-overview-page .content-zone-text.rd-summary p{
  text-align:left!important;
}

@media(max-width:900px){
  body.sub-page:has(.company-overview-page) .company-overview-page .content-zone-text{
    margin-left:0!important;
    max-width:none!important;
  }
}

/* ============================================================
   D-64 PRODUCT FEATURE TABLE + structure diagram 20% shrink
   Scope: product_hollow/solid/tio2/coating (.product-web-layout)
   Table style: affiliates / company-overview info-table meta rows
   ============================================================ */
.product-web-layout .info-table.product-feature-table,
.coating-material-page.product-web-layout .info-table.product-feature-table{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  border-top:1px solid #222!important;
  border-bottom:0!important;
  border-left:0!important;
  border-right:0!important;
  background:transparent!important;
  box-shadow:none!important;
  border-radius:0!important;
}

.product-web-layout .product-feature-table .info-row,
.coating-material-page.product-web-layout .product-feature-table .info-row{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  column-gap:0!important;
  padding:0!important;
  margin:0!important;
  border-bottom:1px solid #ddd!important;
  background:transparent!important;
}

.product-web-layout .product-feature-table .info-row:last-child,
.coating-material-page.product-web-layout .product-feature-table .info-row:last-child{
  border-bottom:0!important;
}

.product-web-layout .product-feature-table .info-row span,
.coating-material-page.product-web-layout .product-feature-table .info-row span{
  padding:13px 18px!important;
  font-size:14px!important;
  line-height:1.75!important;
  font-weight:400!important;
  color:#666!important;
  background:transparent!important;
  border:0!important;
  white-space:normal!important;
}

.product-web-layout .hollow-structure-visual .product-diagram-native,
.product-web-layout .nano-structure-visual .product-diagram-native,
.product-web-layout .tio2-feature-visual .product-diagram-native,
.product-web-layout .resin-structure-visual .product-diagram-native,
.coating-material-page.product-web-layout .resin-structure-visual .product-diagram-native,
.product-web-layout img.product-diagram-native[src*="hollow-silica-diagram-structure.png"],
.product-web-layout img.product-diagram-native[src*="nano-silica-diagram-structure.png"],
.product-web-layout .hollow-structure-visual img[src*="hollow-silica-diagram-structure.png"],
.product-web-layout .nano-structure-visual img[src*="nano-silica-diagram-structure.png"]{
  width:80%!important;
  max-width:80%!important;
  height:auto!important;
  margin:0 auto!important;
  display:block!important;
  object-fit:contain!important;
}

@media(max-width:900px){
  .product-web-layout .hollow-structure-visual .product-diagram-native,
  .product-web-layout .nano-structure-visual .product-diagram-native,
  .product-web-layout .tio2-feature-visual .product-diagram-native,
  .product-web-layout .resin-structure-visual .product-diagram-native,
  .coating-material-page.product-web-layout .resin-structure-visual .product-diagram-native{
    width:min(80%,320px)!important;
    max-width:min(80%,320px)!important;
  }
}

/* ============================================================
   D-66 HOLLOW — 특징 bullet icons + 코어쉘구조 title
   Scope: pages/product_hollow.html .hollow-features-section
   ============================================================ */
.product-web-layout .hollow-features-section .product-feature-list,
.product-web-layout .hollow-features-section .brochure-bullets.product-feature-list{
  list-style:none!important;
  margin:0!important;
  padding:0!important;
}

.product-web-layout .hollow-features-section .product-feature-list li,
.product-web-layout .hollow-features-section .brochure-bullets.product-feature-list li{
  position:relative!important;
  padding-left:18px!important;
  margin:0 0 10px!important;
  font-size:15px!important;
  line-height:1.75!important;
  color:#666!important;
}

.product-web-layout .hollow-features-section .product-feature-list li:last-child,
.product-web-layout .hollow-features-section .brochure-bullets.product-feature-list li:last-child{
  margin-bottom:0!important;
}

.product-web-layout .hollow-features-section .product-feature-list li::before,
.product-web-layout .hollow-features-section .brochure-bullets.product-feature-list li::before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  left:0!important;
  top:.78em!important;
  width:6px!important;
  height:6px!important;
  background:#086797!important;
  border-radius:50%!important;
}

.product-web-layout .hollow-structure-visual .product-structure-title{
  margin:0 0 16px!important;
  font-size:18px!important;
  font-weight:700!important;
  line-height:1.45!important;
  letter-spacing:-.02em!important;
  color:#222!important;
  text-align:left!important;
}

.product-web-layout .hollow-features-section .hollow-structure-visual{
  display:flex!important;
  flex-direction:column!important;
  height:100%!important;
  min-height:100%!important;
}

.product-web-layout .hollow-features-section .hollow-structure-visual .product-diagram-native,
.product-web-layout .hollow-features-section .hollow-structure-visual img[src*="hollow-silica-diagram-structure.png"]{
  margin-top:auto!important;
  margin-bottom:0!important;
}

@media(max-width:900px){
  .product-web-layout .hollow-features-section .hollow-structure-visual{
    height:auto!important;
    min-height:0!important;
  }

  .product-web-layout .hollow-features-section .hollow-structure-visual .product-diagram-native,
  .product-web-layout .hollow-features-section .hollow-structure-visual img[src*="hollow-silica-diagram-structure.png"]{
    margin-top:24px!important;
  }
}

/* ============================================================
   D-15B COMPANY OVERVIEW HERO / BREADCRUMB / CONTENT SPACING FIX
   Scope: pages/company_overview.html only (body.sub-page.company-overview-page)
   D-15A content-zone classes are for body content only, not sub-hero or breadcrumb.
   Supersedes partial D-15B breadcrumb scale / H소 rules for hero, breadcrumb, spacing.
   ============================================================ */
body.sub-page.company-overview-page .sub-hero{
  height:460px!important;
  min-height:460px!important;
  max-height:460px!important;
  margin-top:0!important;
  padding-top:var(--header-h);
  box-sizing:border-box;
  overflow:hidden;
}

body.sub-page.company-overview-page .sub-hero-copy{
  position:relative;
  z-index:2;
}

body.sub-page.company-overview-page .content{
  padding-top:72px!important;
  padding-bottom:140px!important;
}

body.sub-page.company-overview-page .content-inner.company-overview-content,
body.sub-page.company-overview-page .company-overview-content{
  max-width:none!important;
  width:100%!important;
}

body.sub-page.company-overview-page .company-overview-stories.content-zone-visual,
body.sub-page.company-overview-page .content-zone-visual{
  max-width:var(--content-visual-max,1160px)!important;
  width:min(100%,var(--content-visual-max,1160px))!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

body.sub-page.company-overview-page .content-zone-text{
  max-width:var(--content-text-max,920px)!important;
  width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

body.sub-page.company-overview-page .company-overview-stories .story-block{
  gap:64px!important;
}

body.sub-page.company-overview-page .company-overview-stories .story-block:first-child{
  margin-top:0!important;
}

@media(max-width:900px){
  body.sub-page.company-overview-page .sub-hero{
    height:360px!important;
    min-height:360px!important;
    max-height:360px!important;
  }

  body.sub-page.company-overview-page .content{
    padding-top:56px!important;
  }
}

/* D-15B ENF-STYLE COMPACT BREADCRUMB — superseded by D-16B GLOBAL BREADCRUMB WIDTH ALIGNMENT */

/* ============================================================
   BREAD-1 / BREAD-2 CONTENT WIDTH SYSTEM
   Bread shell = same box as breadcrumb-inner / content-inner (1080px)
   Bread-1: left edge at Home "H" vertical line (CEO message reference)
   Bread-2: left edge at 회사소개 "소" vertical line (gutter + inset)
   Scope: body.sub-page global tokens; company_overview applied first
   ============================================================ */
body.sub-page{
  --bread-shell-max:1080px;
  --bread-shell-gutter:clamp(24px,4vw,40px);
  --bread-1-max:var(--bread-shell-max);
  --bread-1-gutter:var(--bread-shell-gutter);
  --bread-crumb-fs:12px;
  --bread-2-inset-from-h:calc(3*var(--bread-crumb-fs) + 31px + var(--bread-crumb-fs));
  --bread-1-offset:var(--bread-shell-gutter);
  --bread-2-offset:calc(var(--bread-shell-gutter) + var(--bread-2-inset-from-h));
  --bread-2-max:760px;
}

body.sub-page.company-overview-page{
  --bread-crumb-fs:12px;
}

.content-bread-1{
  max-width:var(--bread-shell-max);
  width:min(100%,var(--bread-shell-max));
  margin-left:auto;
  margin-right:auto;
  padding-left:var(--bread-1-offset);
  padding-right:var(--bread-shell-gutter);
  box-sizing:border-box;
}

.content-bread-2{
  max-width:var(--bread-shell-max);
  width:min(100%,var(--bread-shell-max));
  margin-left:auto;
  margin-right:auto;
  padding-left:var(--bread-2-offset);
  padding-right:var(--bread-shell-gutter);
  box-sizing:border-box;
}

.content-bread-2 > .info-table,
.content-bread-2.info-table,
.info-table.content-bread-2{
  max-width:var(--bread-2-max);
  width:100%;
  margin-left:0;
  margin-right:auto;
  padding-left:0;
  padding-right:0;
}

body.sub-page.company-overview-page .content-inner.company-overview-content{
  max-width:none!important;
  width:100%!important;
  padding-left:0!important;
  padding-right:0!important;
}

body.sub-page.company-overview-page .company-overview-stories.content-bread-1{
  max-width:var(--bread-shell-max)!important;
  width:min(100%,var(--bread-shell-max))!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:var(--bread-1-offset)!important;
  padding-right:var(--bread-shell-gutter)!important;
  box-sizing:border-box;
}

body.sub-page.company-overview-page .content.company-overview-page .content-inner.company-overview-content .lead.rd-summary.content-bread-1{
  max-width:var(--bread-shell-max)!important;
  width:min(100%,var(--bread-shell-max))!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:var(--bread-1-offset)!important;
  padding-right:var(--bread-shell-gutter)!important;
  box-sizing:border-box;
  text-align:center!important;
}

body.sub-page.company-overview-page .content.company-overview-page .content-inner.company-overview-content .lead.rd-summary.content-bread-1 .eyebrow{
  display:inline-block!important;
  text-align:center!important;
}

body.sub-page.company-overview-page .content.company-overview-page .content-inner.company-overview-content .lead.rd-summary.content-bread-1 h2,
body.sub-page.company-overview-page .content.company-overview-page .content-inner.company-overview-content .lead.rd-summary.content-bread-1 p{
  text-align:center!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

/* ============================================================
   ENF TABLE FORMAT (.enf-table)
   Reference: ENF corporate KV meta table (2-col label/value rows)
   - top rule: 2px solid #222
   - row dividers: 1px solid #e8edf2
   - no vertical / left / right borders
   - last row: no bottom border
   - label col: bold #0b1f35 | value col: regular #5d6a7a
   - airy row padding, wide label/value gap
   Placement: Bread-2 zone on company_overview (content-bread-2)
   ============================================================ */
body.sub-page.company-overview-page .info-table.company-info-table.content-bread-2.enf-table{
  max-width:var(--bread-shell-max)!important;
  width:min(100%,var(--bread-shell-max))!important;
  margin-left:auto!important;
  margin-right:auto!important;
  margin-top:48px!important;
  padding-left:var(--bread-2-offset)!important;
  padding-right:var(--bread-shell-gutter)!important;
  box-sizing:border-box;
  background:transparent!important;
  box-shadow:none!important;
  border:0!important;
  border-top:2px solid #222!important;
  border-radius:0!important;
}

body.sub-page.company-overview-page .enf-table .info-row{
  display:grid!important;
  grid-template-columns:132px minmax(0,1fr)!important;
  column-gap:56px!important;
  align-items:start!important;
  max-width:var(--bread-2-max)!important;
  width:100%!important;
  margin:0!important;
  padding:20px 0!important;
  background:transparent!important;
  border:0!important;
  border-left:0!important;
  border-right:0!important;
  border-bottom:1px solid #e8edf2!important;
  box-shadow:none!important;
}

body.sub-page.company-overview-page .enf-table .info-row:last-child{
  border-bottom:0!important;
}

body.sub-page.company-overview-page .enf-table .info-row b{
  font-size:15px!important;
  font-weight:700!important;
  line-height:1.7!important;
  color:#0b1f35!important;
  background:transparent!important;
  border:0!important;
  padding:0!important;
  text-align:left!important;
}

body.sub-page.company-overview-page .enf-table .info-row span{
  font-size:15px!important;
  font-weight:400!important;
  line-height:1.7!important;
  color:#5d6a7a!important;
  background:transparent!important;
  border:0!important;
  padding:0!important;
  text-align:left!important;
}

@media(max-width:900px){
  body.sub-page{
    --bread-2-inset-from-h:0px;
    --bread-2-offset:var(--bread-shell-gutter);
  }

  body.sub-page.company-overview-page .enf-table .info-row{
    max-width:100%!important;
    grid-template-columns:1fr!important;
    column-gap:0!important;
    row-gap:6px!important;
    padding:16px 0!important;
  }
}

/* SUB-PAGE BREADCRUMB POSITION — merged into D-16B GLOBAL BREADCRUMB WIDTH ALIGNMENT */

/* ============================================================
   D-16A INQUIRY CORPORATE LAYOUT REFINEMENT
   Scope: pages/inquiry.html (.inquiry-corporate-page)
   Replaces D-34 card/SaaS UI with corporate B2B information layout
   ============================================================ */
.inquiry-page .content.inquiry-corporate-page{
  padding-top:72px!important;
  padding-bottom:120px!important;
  background:#fff!important;
}

.inquiry-page .inquiry-corporate-inner{
  max-width:1160px!important;
  width:100%!important;
  margin:0 auto!important;
  padding:0 clamp(24px,4vw,40px)!important;
}

.inquiry-corporate-head{
  text-align:center;
  max-width:860px;
  margin:0 auto 72px;
}

.inquiry-corporate-head span,
.inquiry-corporate-page .inquiry-section-head span{
  display:block;
  font-size:var(--fs-label)!important;
  font-weight:var(--fw-bold)!important;
  letter-spacing:.22em!important;
  color:var(--blue)!important;
  text-transform:uppercase!important;
  margin-bottom:14px!important;
}

.inquiry-corporate-head h2{
  margin:0!important;
  font-size:var(--fs-title-lg)!important;
  line-height:var(--lh-title)!important;
  font-weight:var(--fw-bold)!important;
  letter-spacing:-.045em!important;
  color:#0b1f35!important;
}

.inquiry-corporate-head p{
  margin:22px auto 0!important;
  font-size:16px!important;
  line-height:1.75!important;
  color:#3d4c5f!important;
  text-indent:0!important;
}

.inquiry-business-block{
  margin-top:0;
  border-top:2px solid #0b1f35;
  padding-top:34px;
}

.inquiry-section-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:24px;
  margin-bottom:28px;
}

.inquiry-section-head h3{
  margin:0!important;
  font-size:28px!important;
  line-height:1.35!important;
  font-weight:800!important;
  color:#0b1f35!important;
  letter-spacing:-.03em!important;
}

.inquiry-product-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  border-top:1px solid rgba(205,216,228,.85);
}

.inquiry-product-row{
  display:grid;
  grid-template-columns:64px minmax(0,1fr);
  gap:22px;
  padding:30px 28px;
  border-right:1px solid rgba(205,216,228,.85);
  border-bottom:1px solid rgba(205,216,228,.85);
  text-decoration:none;
  color:inherit;
  background:#fff;
  border-radius:0;
  box-shadow:none;
  transition:background .2s ease,border-color .2s ease;
}

.inquiry-product-row:nth-child(2n){
  border-right:0;
}

.inquiry-product-row .num{
  font-size:13px;
  font-weight:800;
  letter-spacing:.18em;
  color:var(--blue);
  line-height:1.4;
}

.inquiry-product-row strong{
  display:block;
  font-size:22px!important;
  line-height:1.35!important;
  font-weight:800!important;
  color:#0b1f35!important;
}

.inquiry-product-row p{
  margin:10px 0 0!important;
  font-size:15px!important;
  line-height:1.65!important;
  color:#3d4c5f!important;
}

.inquiry-product-row em{
  display:inline-block;
  margin-top:18px;
  font-size:13px;
  font-style:normal;
  font-weight:700;
  color:var(--blue);
}

.inquiry-product-row:hover{
  background:#f8fafc;
  transform:none;
  box-shadow:none;
}

.inquiry-info-grid{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
  gap:36px;
  margin-top:0;
  border-top:2px solid #0b1f35;
  padding-top:34px;
}

.inquiry-contact-panel,
.inquiry-process-panel{
  border:1px solid rgba(205,216,228,.85);
  border-radius:0;
  background:#fff;
  box-shadow:none;
  padding:38px 42px;
}

.inquiry-contact-panel h3,
.inquiry-process-panel h3{
  margin:0 0 28px!important;
  font-size:24px!important;
  font-weight:800!important;
  color:#0b1f35!important;
  letter-spacing:-.03em!important;
}

.inquiry-contact-panel dl{
  margin:0;
}

.inquiry-contact-panel dl > div{
  display:grid;
  grid-template-columns:120px minmax(0,1fr);
  gap:24px;
  padding:20px 0;
  border-top:1px solid rgba(205,216,228,.85);
}

.inquiry-contact-panel dl > div:first-child{
  border-top:0;
  padding-top:0;
}

.inquiry-contact-panel dt{
  margin:0;
  font-weight:800!important;
  color:var(--blue)!important;
  font-size:15px!important;
}

.inquiry-contact-panel dd{
  margin:0;
  color:#0b1f35!important;
  font-size:15px!important;
  line-height:1.65!important;
}

.inquiry-contact-note{
  margin:28px 0 0!important;
  padding-top:24px;
  border-top:1px solid rgba(205,216,228,.85);
  font-size:14px!important;
  line-height:1.75!important;
  color:#3d4c5f!important;
}

.inquiry-process-line{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
  margin:0;
  padding:0;
  list-style:none;
}

.inquiry-process-line li{
  position:relative;
  padding-top:8px;
}

.inquiry-process-line li:not(:last-child)::after{
  content:"";
  position:absolute;
  top:18px;
  right:-14px;
  width:28px;
  height:1px;
  background:rgba(205,216,228,.85);
}

.inquiry-process-line span{
  display:block;
  margin-bottom:14px;
  font-size:13px;
  font-weight:800;
  letter-spacing:.18em;
  color:var(--blue);
  font-style:normal;
}

.inquiry-process-line strong{
  display:block;
  font-size:18px!important;
  font-weight:800!important;
  color:#0b1f35!important;
}

.inquiry-process-line p{
  margin:12px 0 0!important;
  font-size:14px!important;
  line-height:1.7!important;
  color:#3d4c5f!important;
}

.inquiry-faq-corporate{
  margin-top:72px;
  border-top:2px solid #0b1f35;
  padding-top:34px;
}

.inquiry-faq-corporate .inquiry-accordion{
  border-top:1px solid rgba(205,216,228,.85);
}

.inquiry-faq-corporate .inquiry-acc-item{
  border:0;
  border-bottom:1px solid rgba(205,216,228,.85);
  border-radius:0;
  box-shadow:none;
  background:#fff;
}

.inquiry-faq-corporate .inquiry-acc-item summary{
  padding:22px 0;
  font-size:15px!important;
  line-height:1.65!important;
  color:#0b1f35!important;
  font-weight:600!important;
  border-radius:0;
}

.inquiry-faq-corporate .inquiry-acc-item summary::after{
  color:var(--blue);
}

.inquiry-faq-corporate .inquiry-acc-num{
  color:var(--blue)!important;
  font-weight:800!important;
}

.inquiry-faq-corporate .inquiry-acc-body{
  padding:0 0 22px!important;
  font-size:14px!important;
  line-height:1.75!important;
  color:#3d4c5f!important;
  background:transparent!important;
  border-radius:0;
}

@media(max-width:900px){
  .inquiry-page .content.inquiry-corporate-page{
    padding-top:56px!important;
    padding-bottom:96px!important;
  }

  .inquiry-corporate-head{
    margin-bottom:56px;
  }

  .inquiry-section-head{
    flex-direction:column;
    align-items:flex-start;
    gap:12px;
  }

  .inquiry-product-list,
  .inquiry-info-grid,
  .inquiry-process-line{
    grid-template-columns:1fr;
  }

  .inquiry-product-row,
  .inquiry-product-row:nth-child(2n){
    border-right:0;
  }

  .inquiry-contact-panel,
  .inquiry-process-panel{
    padding:30px 24px;
  }

  .inquiry-contact-panel dl > div{
    grid-template-columns:1fr;
    gap:8px;
  }

  .inquiry-process-line li:not(:last-child)::after{
    display:none;
  }
}

/* ============================================================
   PRODUCT PAGE BOTTOM SPACING + CONTACT CI COLOR
   Scope: product_hollow/solid/tio2/coating (4 pages)
   ============================================================ */
body.sub-page .product-page-v29.product-web-layout{
  padding-bottom:0!important;
}

body.sub-page .product-web-layout .content-inner,
body.sub-page .product-web-layout .content-inner.product-brochure{
  padding-bottom:56px!important;
}

body.sub-page .product-web-layout .content-inner.product-brochure .product-page-summary{
  padding-bottom:0!important;
  margin-bottom:0!important;
}

.product-inquiry-bridge{
  background:var(--blue)!important;
  border-top:1px solid rgba(255,255,255,.14);
}

.product-inquiry-bridge-kicker{
  color:rgba(255,255,255,.78)!important;
}

.product-inquiry-bridge-text{
  color:rgba(255,255,255,.92)!important;
}

.product-inquiry-bridge-btn{
  border-color:rgba(255,255,255,.72);
  color:#fff;
}

.product-inquiry-bridge-btn:hover{
  background:#fff!important;
  border-color:#fff!important;
  color:var(--blue)!important;
}

.product-inquiry-bridge + .footer{
  border-top:1px solid rgba(255,255,255,.08);
}

@media(max-width:768px){
  body.sub-page .product-web-layout .content-inner,
  body.sub-page .product-web-layout .content-inner.product-brochure{
    padding-bottom:40px!important;
  }
}

/* ============================================================
   D-16B GLOBAL BREADCRUMB WIDTH ALIGNMENT
   Reference: pages/ceo_message.html — narrow auxiliary nav,
   centered on content axis, flush below sub-hero.
   Scope: all body.sub-page (index.html excluded)
   ============================================================ */
body.sub-page .breadcrumb-bar{
  position:relative;
  z-index:5;
  margin-top:0 !important;
  padding:22px 0 !important;
  background:#fff !important;
  border-top:0 !important;
  border-bottom:1px solid rgba(205,216,228,.72) !important;
}

body.sub-page.inquiry-page .breadcrumb-bar,
.inquiry-page .breadcrumb-bar{
  margin-top:0 !important;
}

body.sub-page .breadcrumb-inner{
  max-width:1040px !important;
  width:100% !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding:0 32px !important;
  display:flex !important;
  align-items:center !important;
  gap:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  min-height:0 !important;
  font-size:13px !important;
  line-height:1.4 !important;
  font-weight:500 !important;
  letter-spacing:0 !important;
  color:#6b7a90 !important;
}

body.sub-page .breadcrumb-inner a{
  font-size:13px !important;
  line-height:1.4 !important;
  font-weight:500 !important;
  letter-spacing:0 !important;
  color:#6b7a90 !important;
  text-decoration:none;
}

body.sub-page .breadcrumb-inner > span{
  margin:0 8px !important;
  color:#a7b3c2 !important;
  font-size:12px !important;
  line-height:1.4 !important;
  font-weight:500 !important;
  letter-spacing:0 !important;
}

body.sub-page .breadcrumb-inner strong{
  font-size:13px !important;
  line-height:1.4 !important;
  font-weight:700 !important;
  letter-spacing:0 !important;
  color:#0b1f35 !important;
}

@media(max-width:768px){
  body.sub-page .breadcrumb-bar{
    padding:18px 0 !important;
  }

  body.sub-page .breadcrumb-inner{
    padding:0 24px !important;
    overflow-x:auto;
    white-space:nowrap;
  }

  body.sub-page .breadcrumb-inner > span{
    margin:0 6px !important;
  }
}

/* ============================================================
   D-16C BREADCRUMB WIDTH NARROW TUNING
   Narrower compact auxiliary nav — final authority over D-16B
   Reference: pages/company_overview.html (inset vs body shell)
   Scope: all body.sub-page
   ============================================================ */
body.sub-page .breadcrumb-bar{
  padding:20px 0 !important;
}

body.sub-page .breadcrumb-inner{
  max-width:780px !important;
  padding:0 24px !important;
}

body.sub-page .breadcrumb-inner > span{
  margin:0 8px !important;
}

@media(max-width:768px){
  body.sub-page .breadcrumb-bar{
    padding:18px 0 !important;
  }

  body.sub-page .breadcrumb-inner{
    max-width:780px !important;
    padding:0 24px !important;
  }

  body.sub-page .breadcrumb-inner > span{
    margin:0 8px !important;
  }
}

/* ============================================================
   D-16D BREADCRUMB WIDTH REBALANCE TO MEDIUM WIDTH
   Final authority over D-16C (780px too narrow) and D-16B (1040px wide)
   Target: compact auxiliary nav at medium inset — 960px shell
   Scope: all body.sub-page
   ============================================================ */
body.sub-page .breadcrumb-bar{
  padding:20px 0 !important;
  margin:0 !important;
  background:#fff !important;
  border-bottom:1px solid rgba(205,216,228,.72) !important;
}

body.sub-page .breadcrumb-inner{
  max-width:960px !important;
  margin:0 auto !important;
  padding:0 24px !important;
  font-size:13px !important;
  line-height:1.4 !important;
  font-weight:500 !important;
  color:#6b7a90 !important;
}

body.sub-page .breadcrumb-inner a{
  font-size:13px !important;
  font-weight:500 !important;
  color:#6b7a90 !important;
  text-decoration:none;
}

body.sub-page .breadcrumb-inner a:hover{
  color:var(--blue);
}

body.sub-page .breadcrumb-inner > span{
  margin:0 8px !important;
  color:#a7b3c2 !important;
  font-size:12px !important;
}

body.sub-page .breadcrumb-inner strong{
  font-size:13px !important;
  font-weight:700 !important;
  color:#0b1f35 !important;
}

@media(max-width:768px){
  body.sub-page .breadcrumb-bar{
    padding:18px 0 !important;
  }

  body.sub-page .breadcrumb-inner{
    max-width:none !important;
    width:100% !important;
    padding:0 24px !important;
  }
}

/* ============================================================
   D-67 HOLLOW FEATURES — core-shell diagram full-height align
   Scope: pages/product_hollow.html .hollow-features-section
   Image spans 특징 title top → last bullet bottom (no Korean title)
   ============================================================ */
.product-web-layout .hollow-features-section .hollow-structure-visual{
  position:relative!important;
  align-self:stretch!important;
  min-height:100%!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
}

.product-web-layout .hollow-features-section .hollow-structure-visual .product-diagram-native,
.product-web-layout .hollow-features-section .hollow-structure-visual img[src*="hollow-silica-diagram-structure.png"]{
  position:absolute!important;
  top:0!important;
  left:50%!important;
  transform:translateX(-50%)!important;
  width:auto!important;
  max-width:100%!important;
  height:100%!important;
  margin:0!important;
  object-fit:contain!important;
  object-position:top center!important;
}

@media(max-width:900px){
  .product-web-layout .hollow-features-section .hollow-structure-visual{
    position:static!important;
    min-height:0!important;
    height:auto!important;
    margin-top:24px!important;
  }

  .product-web-layout .hollow-features-section .hollow-structure-visual .product-diagram-native,
  .product-web-layout .hollow-features-section .hollow-structure-visual img[src*="hollow-silica-diagram-structure.png"]{
    position:static!important;
    transform:none!important;
    width:min(80%,320px)!important;
    max-width:min(80%,320px)!important;
    height:auto!important;
    margin:0 auto!important;
  }
}

/* ============================================================
   D-68 NANO FEATURES — match hollow layout (bullets + diagram height)
   Scope: pages/product_solid.html .nano-features-section
   ============================================================ */
.product-web-layout .content-inner.product-brochure .feature-core.nano-features-section,
.product-web-layout .content-inner.product-brochure .nano-features-section{
  align-items:stretch!important;
}

.product-web-layout .nano-features-section .product-feature-list,
.product-web-layout .nano-features-section .brochure-bullets.product-feature-list{
  list-style:none!important;
  margin:0!important;
  padding:0!important;
}

.product-web-layout .nano-features-section .product-feature-list li,
.product-web-layout .nano-features-section .brochure-bullets.product-feature-list li{
  position:relative!important;
  padding-left:18px!important;
  margin:0 0 10px!important;
  font-size:15px!important;
  line-height:1.75!important;
  color:#666!important;
}

.product-web-layout .nano-features-section .product-feature-list li:last-child,
.product-web-layout .nano-features-section .brochure-bullets.product-feature-list li:last-child{
  margin-bottom:0!important;
}

.product-web-layout .nano-features-section .product-feature-list li::before,
.product-web-layout .nano-features-section .brochure-bullets.product-feature-list li::before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  left:0!important;
  top:.78em!important;
  width:6px!important;
  height:6px!important;
  background:#086797!important;
  border-radius:50%!important;
}

.product-web-layout .nano-features-section .nano-structure-visual{
  position:relative!important;
  align-self:stretch!important;
  min-height:100%!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
}

.product-web-layout .nano-features-section .nano-structure-visual .product-diagram-native,
.product-web-layout .nano-features-section .nano-structure-visual img[src*="nano-silica-diagram-structure.png"]{
  position:absolute!important;
  top:0!important;
  left:50%!important;
  transform:translateX(-50%)!important;
  width:auto!important;
  max-width:100%!important;
  height:100%!important;
  margin:0!important;
  object-fit:contain!important;
  object-position:top center!important;
}

@media(max-width:900px){
  .product-web-layout .nano-features-section .nano-structure-visual{
    position:static!important;
    min-height:0!important;
    height:auto!important;
    margin-top:24px!important;
  }

  .product-web-layout .nano-features-section .nano-structure-visual .product-diagram-native,
  .product-web-layout .nano-features-section .nano-structure-visual img[src*="nano-silica-diagram-structure.png"]{
    position:static!important;
    transform:none!important;
    width:min(80%,320px)!important;
    max-width:min(80%,320px)!important;
    height:auto!important;
    margin:0 auto!important;
  }
}

/* ============================================================
   D-69 TIO2 FEATURES — match hollow layout + left-aligned dispersion title
   Scope: pages/product_tio2.html .tio2-features-section
   ============================================================ */
.product-web-layout .content-inner.product-brochure .feature-core.tio2-features-section,
.product-web-layout .content-inner.product-brochure .tio2-features-section{
  align-items:stretch!important;
}

.product-web-layout .tio2-features-section .product-feature-list,
.product-web-layout .tio2-features-section .brochure-bullets.product-feature-list{
  list-style:none!important;
  margin:0!important;
  padding:0!important;
}

.product-web-layout .tio2-features-section .product-feature-list li,
.product-web-layout .tio2-features-section .brochure-bullets.product-feature-list li{
  position:relative!important;
  padding-left:18px!important;
  margin:0 0 10px!important;
  font-size:15px!important;
  line-height:1.75!important;
  color:#666!important;
}

.product-web-layout .tio2-features-section .product-feature-list li:last-child,
.product-web-layout .tio2-features-section .brochure-bullets.product-feature-list li:last-child{
  margin-bottom:0!important;
}

.product-web-layout .tio2-features-section .product-feature-list li::before,
.product-web-layout .tio2-features-section .brochure-bullets.product-feature-list li::before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  left:0!important;
  top:.78em!important;
  width:6px!important;
  height:6px!important;
  background:#086797!important;
  border-radius:50%!important;
}

.product-web-layout .tio2-features-section .tio2-feature-visual{
  position:relative!important;
  align-self:stretch!important;
  min-height:100%!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
}

.product-web-layout .tio2-features-section .tio2-dispersion-block{
  position:absolute!important;
  top:0!important;
  left:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  width:100%!important;
  max-width:100%!important;
  height:100%!important;
}

.product-web-layout .tio2-features-section .tio2-dispersion-title{
  margin:0 0 14px!important;
  padding:0!important;
  font-size:16px!important;
  font-weight:700!important;
  line-height:1.45!important;
  letter-spacing:-.02em!important;
  color:#222!important;
  text-align:left!important;
  white-space:normal!important;
}

.product-web-layout .tio2-features-section .tio2-dispersion-block .product-diagram-native,
.product-web-layout .tio2-features-section .tio2-dispersion-block img[src*="tio2-sol-diagram-dispersion.png"]{
  display:block!important;
  width:auto!important;
  max-width:100%!important;
  height:auto!important;
  max-height:calc(100% - 36px)!important;
  margin:0!important;
  object-fit:contain!important;
  object-position:top left!important;
}

@media(max-width:900px){
  .product-web-layout .tio2-features-section .tio2-feature-visual{
    position:static!important;
    min-height:0!important;
    height:auto!important;
    margin-top:24px!important;
  }

  .product-web-layout .tio2-features-section .tio2-dispersion-block{
    position:static!important;
    height:auto!important;
  }

  .product-web-layout .tio2-features-section .tio2-dispersion-block .product-diagram-native,
  .product-web-layout .tio2-features-section .tio2-dispersion-block img[src*="tio2-sol-diagram-dispersion.png"]{
    max-width:100%!important;
    max-height:none!important;
    margin:0 auto!important;
  }
}

/* ============================================================
   D-70 COATING RESIN FEATURES — match hollow layout
   Scope: pages/product_coating.html .coating-resin-features-section
   ============================================================ */
.product-web-layout.coating-material-page .coating-resin-features-section.coating-feature-clean{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(360px,520px)!important;
  gap:48px!important;
  align-items:stretch!important;
  margin-top:52px!important;
}

.product-web-layout.coating-material-page .coating-resin-features-section .product-feature-list,
.product-web-layout.coating-material-page .coating-resin-features-section .brochure-bullets.product-feature-list{
  list-style:none!important;
  margin:0!important;
  padding:0!important;
}

.product-web-layout.coating-material-page .coating-resin-features-section .product-feature-list li,
.product-web-layout.coating-material-page .coating-resin-features-section .brochure-bullets.product-feature-list li{
  position:relative!important;
  padding-left:18px!important;
  margin:0 0 10px!important;
  font-size:15px!important;
  line-height:1.75!important;
  color:#666!important;
}

.product-web-layout.coating-material-page .coating-resin-features-section .product-feature-list li:last-child,
.product-web-layout.coating-material-page .coating-resin-features-section .brochure-bullets.product-feature-list li:last-child{
  margin-bottom:0!important;
}

.product-web-layout.coating-material-page .coating-resin-features-section .product-feature-list li::before,
.product-web-layout.coating-material-page .coating-resin-features-section .brochure-bullets.product-feature-list li::before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  left:0!important;
  top:.78em!important;
  width:6px!important;
  height:6px!important;
  background:#086797!important;
  border-radius:50%!important;
}

.product-web-layout.coating-material-page .coating-resin-features-section .brochure-section-title{
  margin:0 0 24px!important;
}

.product-web-layout.coating-material-page .coating-resin-features-section .resin-feature-visual{
  position:relative!important;
  align-self:stretch!important;
  min-height:100%!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}

.product-web-layout.coating-material-page .coating-resin-features-section .resin-feature-visual .product-diagram-native,
.product-web-layout.coating-material-page .coating-resin-features-section .resin-feature-visual img[src*="coating-material-diagram-resin.png"]{
  position:absolute!important;
  top:0!important;
  left:50%!important;
  transform:translateX(-50%)!important;
  width:auto!important;
  max-width:100%!important;
  height:100%!important;
  max-height:100%!important;
  margin:0!important;
  object-fit:contain!important;
  object-position:top center!important;
  background:transparent!important;
}

@media(max-width:900px){
  .product-web-layout.coating-material-page .coating-resin-features-section.coating-feature-clean{
    grid-template-columns:1fr!important;
    gap:24px!important;
  }

  .product-web-layout.coating-material-page .coating-resin-features-section .resin-feature-visual{
    position:static!important;
    min-height:0!important;
    height:auto!important;
    margin-top:24px!important;
  }

  .product-web-layout.coating-material-page .coating-resin-features-section .resin-feature-visual .product-diagram-native,
  .product-web-layout.coating-material-page .coating-resin-features-section .resin-feature-visual img[src*="coating-material-diagram-resin.png"]{
    position:static!important;
    transform:none!important;
    width:min(80%,320px)!important;
    max-width:min(80%,320px)!important;
    height:auto!important;
    margin:0 auto!important;
  }
}

/* ============================================================
   MAIN BUSINESS CORE CARD — CI number accent (01~04)
   Scope: index.html .main-business-core-card .core-no
   ============================================================ */
body:not(.sub-page) .main-business-catalog .main-business-core-card .core-no{
  color:var(--blue)!important;
  text-shadow:0 1px 8px rgba(0,0,0,.42);
}

/* ============================================================
   D-17 GLOBAL H-LINE CONTENT ALIGNMENT
   Align all sub-page body content left edge to breadcrumb Home "H"
   Shell matches D-16D breadcrumb-inner (960px / 24px gutter)
   Scope: body.sub-page (index.html excluded)
   ============================================================ */
body.sub-page{
  --bread-shell-max:960px;
  --bread-shell-gutter:24px;
  --bread-1-offset:var(--bread-shell-gutter);
  --bread-crumb-fs:13px;
  --bread-2-inset-from-h:calc(3*var(--bread-crumb-fs) + 31px + var(--bread-crumb-fs));
  --bread-2-offset:calc(var(--bread-shell-gutter) + var(--bread-2-inset-from-h));
}

body.sub-page .content-inner,
body.sub-page .business-area-inner,
body.sub-page .product-brochure,
body.sub-page .product-page-v29 .content-inner.product-brochure,
body.sub-page .business-overview-refined .business-area-inner,
body.sub-page .business-overview-v35 .business-area-inner,
body.sub-page .business-map-page .business-area-inner,
body.sub-page .rnd-key-page .nfc-keytech-wrap,
body.sub-page .inquiry-corporate-inner,
body.sub-page .inquiry-inner{
  max-width:var(--bread-shell-max)!important;
  width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:var(--bread-1-offset)!important;
  padding-right:var(--bread-shell-gutter)!important;
  box-sizing:border-box!important;
}

body.sub-page.company-overview-page .content-inner.company-overview-content{
  max-width:none!important;
  width:100%!important;
  padding-left:0!important;
  padding-right:0!important;
}

@media(max-width:768px){
  body.sub-page .content-inner,
  body.sub-page .business-area-inner,
  body.sub-page .product-brochure,
  body.sub-page .product-page-v29 .content-inner.product-brochure,
  body.sub-page .business-overview-refined .business-area-inner,
  body.sub-page .business-overview-v35 .business-area-inner,
  body.sub-page .business-map-page .business-area-inner,
  body.sub-page .rnd-key-page .nfc-keytech-wrap,
  body.sub-page .inquiry-corporate-inner,
  body.sub-page .inquiry-inner{
    max-width:none!important;
    padding-left:var(--bread-shell-gutter)!important;
    padding-right:var(--bread-shell-gutter)!important;
  }
}

/* ============================================================
   D-72 AFFILIATES vision meta — H-line table alignment
   Scope: pages/affiliates.html .affiliate-vision-meta
   Keep white card / page shell width; reduce inner table padding
   so labels align with .affiliate-vision-head text (bread H line)
   ============================================================ */
.affiliates-ref-page .affiliate-vision-meta{
  padding-left:32px!important;
  padding-right:32px!important;
}

.affiliates-ref-page .affiliate-vision-meta dt{
  padding-left:0!important;
}

@media(max-width:760px){
  .affiliates-ref-page .affiliate-vision-meta{
    padding-left:8px!important;
    padding-right:8px!important;
  }
}

/* ============================================================
   D-73 COATING RESIN COATING FEATURES — match hollow layout
   Scope: pages/product_coating.html .coating-coating-features-section
   ============================================================ */
.product-web-layout.coating-material-page .coating-coating-features-section.coating-feature-clean{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(360px,520px)!important;
  gap:48px!important;
  align-items:stretch!important;
  margin-top:52px!important;
}

.product-web-layout.coating-material-page .coating-coating-features-section .product-feature-list,
.product-web-layout.coating-material-page .coating-coating-features-section .brochure-bullets.product-feature-list{
  list-style:none!important;
  margin:0!important;
  padding:0!important;
}

.product-web-layout.coating-material-page .coating-coating-features-section .product-feature-list li,
.product-web-layout.coating-material-page .coating-coating-features-section .brochure-bullets.product-feature-list li{
  position:relative!important;
  padding-left:18px!important;
  margin:0 0 10px!important;
  font-size:15px!important;
  line-height:1.75!important;
  color:#666!important;
}

.product-web-layout.coating-material-page .coating-coating-features-section .product-feature-list li:last-child,
.product-web-layout.coating-material-page .coating-coating-features-section .brochure-bullets.product-feature-list li:last-child{
  margin-bottom:0!important;
}

.product-web-layout.coating-material-page .coating-coating-features-section .product-feature-list li::before,
.product-web-layout.coating-material-page .coating-coating-features-section .brochure-bullets.product-feature-list li::before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  left:0!important;
  top:.78em!important;
  width:6px!important;
  height:6px!important;
  background:#086797!important;
  border-radius:50%!important;
}

.product-web-layout.coating-material-page .coating-coating-features-section .brochure-section-title{
  margin:0 0 24px!important;
}

.product-web-layout.coating-material-page .coating-coating-features-section .coating-resin-coating-visual{
  position:relative!important;
  align-self:stretch!important;
  min-height:100%!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}

.product-web-layout.coating-material-page .coating-coating-features-section .coating-sample-feature-grid{
  position:absolute!important;
  top:0!important;
  left:0!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:18px!important;
  align-content:start!important;
}

.product-web-layout.coating-material-page .coating-coating-features-section .coating-sample-feature-grid .coating-sample-figure{
  margin:0!important;
  padding:20px!important;
  background:#f6f9fc!important;
  border:1px solid #e0eaf3!important;
}

.product-web-layout.coating-material-page .coating-coating-features-section .coating-sample-feature-grid img{
  width:100%!important;
  height:190px!important;
  object-fit:contain!important;
}

@media(max-width:900px){
  .product-web-layout.coating-material-page .coating-coating-features-section.coating-feature-clean{
    grid-template-columns:1fr!important;
    gap:24px!important;
  }

  .product-web-layout.coating-material-page .coating-coating-features-section .coating-resin-coating-visual{
    position:static!important;
    min-height:0!important;
    height:auto!important;
  }

  .product-web-layout.coating-material-page .coating-coating-features-section .coating-sample-feature-grid{
    position:static!important;
    height:auto!important;
    grid-template-columns:1fr!important;
  }

  .product-web-layout.coating-material-page .coating-coating-features-section .coating-sample-feature-grid img{
    height:auto!important;
    max-height:260px!important;
  }
}

/* ============================================================
   D-74 BUSINESS PAGES — ENF-style centered intro + unified title scale
   Reference: enftech.com product category intro (center title/subtitle)
   Scope: breadcrumb Home > 비즈니스 (product_hollow.html) pages
   Intro title/subtitle centered; body section titles match intro title size
   ============================================================ */
body.sub-page:has(.breadcrumb-inner a[href*="product_hollow.html"]){
  --biz-enf-title:clamp(22px,2.5vw,28px);
  --biz-enf-subtitle:15px;
}

body.sub-page:has(.breadcrumb-inner a[href*="product_hollow.html"]) .product-web-layout .product-web-head{
  text-align:center!important;
  max-width:920px!important;
  width:100%!important;
  margin:0 auto 42px!important;
  padding-bottom:48px!important;
  border-bottom:1px solid #eee!important;
}

body.sub-page:has(.breadcrumb-inner a[href*="product_hollow.html"]) .product-web-layout .product-web-head h2{
  margin:0 0 16px!important;
  font-size:var(--biz-enf-title)!important;
  font-weight:700!important;
  line-height:1.55!important;
  letter-spacing:-.02em!important;
  color:#222!important;
  text-align:center!important;
}

body.sub-page:has(.breadcrumb-inner a[href*="product_hollow.html"]) .product-web-layout .product-web-head p{
  max-width:820px!important;
  margin:0 auto!important;
  font-size:var(--biz-enf-subtitle)!important;
  line-height:1.75!important;
  font-weight:400!important;
  color:#666!important;
  text-align:center!important;
}

body.sub-page:has(.breadcrumb-inner a[href*="product_hollow.html"]) .product-web-layout .product-web-tab-intro,
body.sub-page:has(.breadcrumb-inner a[href*="product_hollow.html"]) .product-page-v29 .product-intro > p{
  max-width:820px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  font-size:var(--biz-enf-subtitle)!important;
  line-height:1.75!important;
  font-weight:400!important;
  color:#666!important;
  text-align:center!important;
}

body.sub-page:has(.breadcrumb-inner a[href*="product_hollow.html"]) .content .lead{
  text-align:center!important;
  margin-bottom:24px!important;
}

body.sub-page:has(.breadcrumb-inner a[href*="product_hollow.html"]) .content .lead h2{
  margin:0 0 16px!important;
  font-size:var(--biz-enf-title)!important;
  font-weight:700!important;
  line-height:1.55!important;
  letter-spacing:-.02em!important;
  color:#222!important;
  text-align:center!important;
}

body.sub-page:has(.breadcrumb-inner a[href*="product_hollow.html"]) .content-inner > .lead + p,
body.sub-page:has(.breadcrumb-inner a[href*="product_hollow.html"]) .content-inner > .lead ~ p:first-of-type{
  max-width:820px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  font-size:var(--biz-enf-subtitle)!important;
  line-height:1.75!important;
  font-weight:400!important;
  color:#666!important;
  text-align:center!important;
}

body.sub-page:has(.breadcrumb-inner a[href*="product_hollow.html"]) .product-brochure .product-intro h2{
  margin:0 0 16px!important;
  font-size:var(--biz-enf-title)!important;
  font-weight:700!important;
  line-height:1.55!important;
  letter-spacing:-.02em!important;
  color:#222!important;
  text-align:center!important;
}

body.sub-page:has(.breadcrumb-inner a[href*="product_hollow.html"]) .product-brochure .product-intro > p{
  max-width:820px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  font-size:var(--biz-enf-subtitle)!important;
  line-height:1.75!important;
  font-weight:400!important;
  color:#666!important;
  text-align:center!important;
}

body.sub-page:has(.breadcrumb-inner a[href*="product_hollow.html"]) .product-web-layout .brochure-section-title,
body.sub-page:has(.breadcrumb-inner a[href*="product_hollow.html"]) .product-web-layout .content-inner.product-brochure .brochure-section-title,
body.sub-page:has(.breadcrumb-inner a[href*="product_hollow.html"]) .product-web-layout .content-inner.product-brochure .table-section > h2,
body.sub-page:has(.breadcrumb-inner a[href*="product_hollow.html"]) .product-web-layout .title-row h1,
body.sub-page:has(.breadcrumb-inner a[href*="product_hollow.html"]) .product-web-layout .product-page-summary .brochure-section-title,
body.sub-page:has(.breadcrumb-inner a[href*="product_hollow.html"]) .product-page-v29 .product-brochure .brochure-section-title,
body.sub-page:has(.breadcrumb-inner a[href*="product_hollow.html"]) .product-page-v29 .product-brochure .table-section > h2,
body.sub-page:has(.breadcrumb-inner a[href*="product_hollow.html"]) .product-page-v29 .product-brochure .title-row h1{
  font-size:var(--biz-enf-title)!important;
  font-weight:700!important;
  line-height:1.55!important;
  letter-spacing:-.02em!important;
  color:#222!important;
}

@media(max-width:768px){
  body.sub-page:has(.breadcrumb-inner a[href*="product_hollow.html"]){
    --biz-enf-title:clamp(20px,5.2vw,24px);
    --biz-enf-subtitle:14px;
  }
}

/* ============================================================
   D-75 R&D upper inter-card connector only (card1 → card2)
   Scope: rnd_center.html mobile — circled arrow area only
   No arrowhead; match lower flow dashed color; line to next card
   Does NOT modify nfc-keytech-flow (card2 → center box)
   ============================================================ */
@media(max-width:900px){
  .rnd-key-page .nfc-keytech-card:first-child{
    margin-bottom:72px!important;
  }

  .rnd-key-page .nfc-keytech-card:first-child::before{
    content:""!important;
    display:block!important;
    position:absolute!important;
    left:50%!important;
    top:100%!important;
    bottom:auto!important;
    height:96px!important;
    border-left:2px dashed rgba(8,103,151,.52)!important;
    transform:translateX(-50%)!important;
    z-index:1!important;
  }

  .rnd-key-page .nfc-keytech-card:first-child::after{
    display:none!important;
    content:none!important;
  }
}

/* ============================================================
   D-76 MAIN ABOUT SECTION — match sub-page breadcrumb H-line width
   Scope: index.html About 엔에프켐텍 section (no breadcrumb on main)
   Shell: 960px / 24px gutter — same as D-17 / D-16D
   ============================================================ */
body:not(.sub-page){
  --main-bread-shell-max:960px;
  --main-bread-shell-gutter:24px;
}

body:not(.sub-page) .section:has(.about-title){
  padding-left:0!important;
  padding-right:0!important;
}

body:not(.sub-page) .section:has(.about-title) .section-inner{
  max-width:var(--main-bread-shell-max)!important;
  width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:var(--main-bread-shell-gutter)!important;
  padding-right:var(--main-bread-shell-gutter)!important;
  box-sizing:border-box!important;
}

@media(max-width:768px){
  body:not(.sub-page) .section:has(.about-title) .section-inner{
    max-width:none!important;
    padding-left:var(--main-bread-shell-gutter)!important;
    padding-right:var(--main-bread-shell-gutter)!important;
  }
}

/* ============================================================
   D-77 PRODUCT SUB-VISUAL — bleed past breadcrumb H-line
   Scope: product_hollow/solid/tio2/coating (.product-web-layout)
   Image extends ~140px beyond H-line on left and right
   ============================================================ */
body.sub-page .product-web-layout{
  --product-visual-h-bleed:140px;
}

body.sub-page .product-web-layout .content-inner.product-brochure > .product-web-visual,
body.sub-page .product-web-layout .product-web-visual{
  width:calc(100% + (2 * var(--product-visual-h-bleed)))!important;
  max-width:none!important;
  margin-left:calc(-1 * var(--product-visual-h-bleed))!important;
  margin-right:calc(-1 * var(--product-visual-h-bleed))!important;
  margin-bottom:76px!important;
}

@media(max-width:768px){
  body.sub-page .product-web-layout{
    --product-visual-h-bleed:80px;
  }
}

/* ============================================================
   D-78 MAIN HERO — slower slide fade + title entrance
   Scope: index.html .main-hero only (body:not(.sub-page))
   ============================================================ */
body:not(.sub-page) .main-hero{
  --hero-slide-fade:1.55s;
  --hero-kicker-in:0.95s;
  --hero-title-in:1.1s;
  --hero-title-delay:0.18s;
}

body:not(.sub-page) .main-hero .hero-slide{
  transition:opacity var(--hero-slide-fade) cubic-bezier(.4,0,.2,1)!important;
}

body:not(.sub-page) .main-hero .hero-slide .hero-copy .kicker,
body:not(.sub-page) .main-hero .hero-slide .hero-copy h1{
  animation:none!important;
  opacity:0;
  transform:translate3d(0,20px,0);
  will-change:opacity,transform;
}

body:not(.sub-page) .main-hero .hero-slide.active .hero-copy .kicker{
  animation:mainHeroKickerIn var(--hero-kicker-in) cubic-bezier(.22,1,.36,1) both!important;
}

body:not(.sub-page) .main-hero .hero-slide.active .hero-copy h1{
  animation:mainHeroTitleIn var(--hero-title-in) cubic-bezier(.22,1,.36,1) var(--hero-title-delay) both!important;
}

@keyframes mainHeroKickerIn{
  from{
    opacity:0;
    transform:translate3d(0,20px,0);
  }
  to{
    opacity:1;
    transform:translate3d(0,0,0);
  }
}

@keyframes mainHeroTitleIn{
  from{
    opacity:0;
    transform:translate3d(0,26px,0);
  }
  to{
    opacity:1;
    transform:translate3d(0,0,0);
  }
}

@media (prefers-reduced-motion:reduce){
  body:not(.sub-page) .main-hero .hero-slide{
    transition:opacity .01ms linear!important;
  }

  body:not(.sub-page) .main-hero .hero-slide .hero-copy .kicker,
  body:not(.sub-page) .main-hero .hero-slide .hero-copy h1{
    opacity:1!important;
    transform:none!important;
    animation:none!important;
  }
}

/* ============================================================
   D-79 MAIN INQUIRY DUO — product-inquiry-bridge style, 2 columns
   Scope: index.html 제품문의 + 사이버신문고 (body:not(.sub-page))
   ============================================================ */
body:not(.sub-page) .main-inquiry-duo{
  background:var(--blue)!important;
  border-top:1px solid rgba(255,255,255,.14);
  margin:0;
  padding:0;
}

body:not(.sub-page) .main-inquiry-duo-inner{
  max-width:1240px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
}

body:not(.sub-page) .main-inquiry-duo-panel{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:24px 40px;
  border-right:1px solid rgba(255,255,255,.12);
}

body:not(.sub-page) .main-inquiry-duo-panel:last-child{
  border-right:0;
}

body:not(.sub-page) .main-inquiry-duo-panel .product-inquiry-bridge-text{
  max-width:none;
}

body:not(.sub-page) .main-inquiry-duo + .footer{
  border-top:1px solid rgba(255,255,255,.08);
}

body:not(.sub-page) .main-inquiry-duo.reveal-on-scroll .main-inquiry-duo-panel .product-inquiry-bridge-copy{
  opacity:0;
  transform:translateY(8px);
  transition:opacity .55s ease .08s,transform .55s cubic-bezier(.22,.61,.36,1) .08s;
}

body:not(.sub-page) .main-inquiry-duo.reveal-on-scroll .main-inquiry-duo-panel .product-inquiry-bridge-btn{
  opacity:0;
  transform:translateY(8px);
  transition:opacity .55s ease .16s,transform .55s cubic-bezier(.22,.61,.36,1) .16s,background .24s ease,color .24s ease,border-color .24s ease;
}

body:not(.sub-page) .main-inquiry-duo.reveal-on-scroll.is-visible .main-inquiry-duo-panel .product-inquiry-bridge-copy,
body:not(.sub-page) .main-inquiry-duo.reveal-on-scroll.is-visible .main-inquiry-duo-panel .product-inquiry-bridge-btn{
  opacity:1;
  transform:translateY(0);
}

@media(max-width:900px){
  body:not(.sub-page) .main-inquiry-duo-inner{
    grid-template-columns:1fr;
  }

  body:not(.sub-page) .main-inquiry-duo-panel{
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.12);
    padding:20px 24px;
    gap:16px;
  }

  body:not(.sub-page) .main-inquiry-duo-panel:last-child{
    border-bottom:0;
  }
}

@media(max-width:768px){
  body:not(.sub-page) .main-inquiry-duo-panel{
    flex-direction:column;
    align-items:flex-start;
  }

  body:not(.sub-page) .main-inquiry-duo-panel .product-inquiry-bridge-btn{
    width:100%;
    min-height:38px;
  }
}

/* ============================================================
   D-80 MAIN BUSINESS GRID — bleed past breadcrumb H-line
   Scope: index.html 4-card .main-business-core-grid images
   Shell: 960px / 24px (D-76 tokens); grid +140px each side
   ============================================================ */
body:not(.sub-page) .main-business-catalog{
  overflow:visible!important;
  --main-business-visual-h-bleed:140px;
}

body:not(.sub-page) .main-business-catalog .section-inner{
  max-width:var(--main-bread-shell-max)!important;
  width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:var(--main-bread-shell-gutter)!important;
  padding-right:var(--main-bread-shell-gutter)!important;
  box-sizing:border-box!important;
}

body:not(.sub-page) .main-business-catalog .main-business-core-grid{
  width:calc(100% + (2 * var(--main-business-visual-h-bleed)))!important;
  max-width:none!important;
  margin-left:calc(-1 * var(--main-business-visual-h-bleed))!important;
  margin-right:calc(-1 * var(--main-business-visual-h-bleed))!important;
}

@media(max-width:768px){
  body:not(.sub-page) .main-business-catalog{
    --main-business-visual-h-bleed:80px;
  }

  body:not(.sub-page) .main-business-catalog .section-inner{
    max-width:none!important;
  }
}

/* ============================================================
   D-81 AFFILIATES vision meta — ENF data_table_list spacing (1:1)
   Scope: pages/affiliates.html .affiliate-vision-meta
   Reference: enftech.com sub.css .data_table_list_outer / .data_table_list
   Overrides D-72 side-padding reduction
   ============================================================ */
.affiliates-ref-page .affiliate-vision-meta{
  display:grid!important;
  grid-template-columns:180px minmax(0,1fr)!important;
  column-gap:0!important;
  row-gap:0!important;
  width:100%!important;
  max-width:none!important;
  margin:0 auto!important;
  padding:100px max(0px,calc((100% - 792px) / 2)) 100px!important;
  border:0!important;
  box-shadow:none!important;
  background:#fff!important;
}

.affiliates-ref-page .affiliate-vision-meta dt,
.affiliates-ref-page .affiliate-vision-meta dd{
  margin:0!important;
  margin-left:0!important;
  padding:13px 18px 13px 0!important;
  font-size:16px!important;
  line-height:1.75!important;
  border-top:0!important;
  border-left:0!important;
  border-right:0!important;
  border-bottom:1px solid #ddd!important;
  background:transparent!important;
}

.affiliates-ref-page .affiliate-vision-meta dt{
  grid-column:1!important;
  padding-left:40px!important;
  font-weight:600!important;
  color:#222!important;
}

.affiliates-ref-page .affiliate-vision-meta dd{
  grid-column:2!important;
  padding-left:23px!important;
  font-weight:400!important;
  color:#666!important;
}

.affiliates-ref-page .affiliate-vision-meta dt:first-of-type,
.affiliates-ref-page .affiliate-vision-meta dd:first-of-type{
  padding-top:13px!important;
  border-top:1px solid #222!important;
}

.affiliates-ref-page .affiliate-vision-meta dt:last-of-type,
.affiliates-ref-page .affiliate-vision-meta dd:last-of-type{
  border-bottom:0!important;
}

@media(max-width:760px){
  .affiliates-ref-page .affiliate-vision-meta{
    grid-template-columns:112px minmax(0,1fr)!important;
    padding:64px 24px 72px!important;
  }

  .affiliates-ref-page .affiliate-vision-meta dt{
    padding-left:0!important;
  }

  .affiliates-ref-page .affiliate-vision-meta dd{
    padding-left:16px!important;
  }
}

/* ============================================================
   D-82 INQUIRY PAGE — image left + contact right
   Scope: pages/inquiry.html .inquiry-info-grid
   Removes process panel; visual + contact 2-column layout
   ============================================================ */
.inquiry-page .inquiry-info-grid{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  align-items:stretch!important;
}

.inquiry-page .inquiry-visual-panel{
  border:1px solid rgba(205,216,228,.85);
  background:#f8fafc;
  overflow:hidden;
}

.inquiry-page .inquiry-visual-panel img{
  display:block;
  width:100%;
  height:100%;
  min-height:360px;
  object-fit:cover;
  object-position:center;
}

@media(max-width:900px){
  .inquiry-page .inquiry-info-grid{
    grid-template-columns:1fr!important;
  }

  .inquiry-page .inquiry-visual-panel img{
    min-height:240px;
  }
}

/* ============================================================
   D-83 AFFILIATES company info — widen text column ~20%
   Scope: pages/affiliates.html .affiliate-company-info
   ============================================================ */
.affiliates-ref-page .affiliate-modern-panels{
  max-width:none!important;
  width:100%!important;
}

.affiliates-ref-page .affiliate-company-card{
  grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr)!important;
}

.affiliates-ref-page .affiliate-company-info{
  padding:52px 24px 52px 44px!important;
}

.affiliates-ref-page .affiliate-detail-head,
.affiliates-ref-page .affiliate-detail-head p,
.affiliates-ref-page .affiliate-company-info p{
  max-width:none!important;
  width:100%!important;
}

@media(max-width:980px){
  .affiliates-ref-page .affiliate-company-card{
    grid-template-columns:1fr!important;
  }

  .affiliates-ref-page .affiliate-company-info{
    padding:44px 24px!important;
  }
}

/* ============================================================
   D-85 AFFILIATES action buttons — equal width, text-line align
   Scope: pages/affiliates.html .affiliate-detail-actions
   ============================================================ */
.affiliates-ref-page .affiliate-detail-head p{
  text-indent:0!important;
  width:100%!important;
}

.affiliates-ref-page .affiliate-detail-actions{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:12px!important;
  width:100%!important;
  margin-top:4px!important;
  align-items:stretch!important;
}

.affiliates-ref-page .affiliate-products-btn,
.affiliates-ref-page .affiliate-detail-actions .affiliate-link{
  width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
  justify-content:center!important;
  text-align:center!important;
}

/* ============================================================
   D-86 TABLE BOTTOM BORDER — affiliates meta + location info
   Scope: .affiliate-vision-meta, .location-info-panel .info-table
   ============================================================ */
.affiliates-ref-page .affiliate-vision-meta dt:last-of-type,
.affiliates-ref-page .affiliate-vision-meta dd:last-of-type{
  border-bottom:1px solid #ddd!important;
}

.location-info-panel .info-table .info-row:last-child{
  border-bottom:1px solid #ddd!important;
}

/* ============================================================
   D-87 COATING TAB INTRO — left align subtitle (실록산 레진 / 코팅)
   Scope: product_coating.html .product-web-tab-intro (both tabs)
   Overrides D-74 center alignment on business product pages
   ============================================================ */
body.sub-page:has(.breadcrumb-inner a[href*="product_hollow.html"]) .coating-material-page.product-web-layout .product-web-tab-intro{
  text-align:left!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}

/* ============================================================
   D-88 PRODUCT SUMMARY → CONTACT GAP — slight bump
   Scope: 4 product pages (hollow/solid/tio2/coating)
   ============================================================ */
body.sub-page .product-web-layout .content-inner,
body.sub-page .product-web-layout .content-inner.product-brochure{
  padding-bottom:72px!important;
}

/* ============================================================
   D-89 CHARTER GRID — ENF-like compact typography + plain numbers
   Scope: ethical_management.html .charter-grid
   ============================================================ */
.charter-grid .charter-card .txt em{
  font-size:32px!important;
  font-weight:100!important;
  color:#c5cdd6!important;
  letter-spacing:0!important;
  line-height:1!important;
  margin-bottom:4px!important;
}

.charter-grid .charter-card .txt h3{
  font-size:15px!important;
  font-weight:600!important;
  line-height:1.45!important;
  letter-spacing:-.02em!important;
  margin:10px 0 8px!important;
  color:#222!important;
}

.charter-grid .charter-card .txt p{
  font-size:13px!important;
  line-height:1.7!important;
  color:#666!important;
}

.charter-grid .charter-card .txt{
  padding:26px 24px 28px!important;
}

/* ============================================================
   D-90 EQ-MANAGEMENT BODY TYPE — match D-89 ethical charter scale
   Scope: environment.html, quality.html (.eq-management-page)
   ============================================================ */
body.sub-page .eq-management-page .lead p,
body.sub-page .eq-management-page .business-panel p,
body.sub-page .eq-management-page .company-info-table .info-row b,
body.sub-page .eq-management-page .company-info-table .info-row span{
  font-size:13px!important;
  line-height:1.7!important;
  color:#666!important;
}

body.sub-page .eq-management-page .business-panel h3{
  font-size:15px!important;
  font-weight:600!important;
  line-height:1.45!important;
  letter-spacing:-.02em!important;
  color:#222!important;
}

body.sub-page .eq-management-page .company-info-table .info-row b{
  font-weight:600!important;
}

/* ============================================================
   D-91 HISTORY ERA LABELS — CI blue (2000 / 2010 / 2020)
   Scope: pages/history.html .history-era-label
   Overrides D-48 #222 on era year column
   ============================================================ */
body.sub-page .history-era-label{
  color:var(--blue)!important;
}

/* ============================================================
   D-92 EQ-MANAGEMENT — remove body text first-line indent
   Scope: environment.html, quality.html (.eq-management-page)
   ============================================================ */
body.sub-page .eq-management-page .lead p,
body.sub-page .eq-management-page .business-panel p{
  text-indent:0!important;
}
