:root{
  --company-navy:#071b3a;
  --company-blue:#0b5fad;
  --company-accent:#1d74d8;
  --company-ink:#0e1a2f;
  --company-muted:#697789;
  --company-line:#e5edf6;
  --company-soft:#f5f8fc;
  --company-card:#ffffff;
}

.company-single-page #organization .business-by-org{
  grid-template-columns:repeat(4,minmax(0,1fr));
  align-items:stretch;
  width:100%;
  max-width:100%;
  min-width:0;
  box-sizing:border-box;
}
.company-single-page #organization .business-by-org .business-card{
  min-height:348px;
  display:grid;
  grid-template-rows:auto auto minmax(92px,auto) 1fr;
  align-content:start;
  padding:24px 22px 22px;
  border-color:#d7e5f3;
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 34px rgba(7,27,58,.055);
}
.company-single-page #organization .business-by-org .business-card:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:3px;
  background:#3a82c4;
}
.company-single-page #organization .business-by-org .business-card:after{content:none}
.company-single-page #organization .business-by-org .business-badge{
  min-width:32px;
  width:32px;
  height:28px;
  padding:0;
  border-radius:10px;
  font-size:11px;
}
.company-single-page #organization .business-by-org .business-card h3{
  margin:14px 0 10px;
  color:#0b1a32;
  font-size:19px;
  font-weight:800;
}
.company-single-page #organization .business-by-org .business-card p{
  min-height:0;
  margin:0;
  color:#66778d;
  font-size:13.5px;
  font-weight:600;
  line-height:1.65;
}
.company-single-page #organization .business-by-org .business-card ul{
  align-self:start;
  margin-top:18px;
  padding-top:17px;
  border-top:1px solid #e4edf6;
}

@media(max-width:1100px){
  .company-single-page #organization .business-by-org{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:720px){
  .company-single-page #organization .business-by-org{width:calc(100% - 20px);margin-left:auto;margin-right:auto;grid-template-columns:1fr}
  .company-single-page #organization .business-by-org .business-card{min-height:0}
  .company-single-page #organization .business-by-org .business-card p{min-height:0}
}

.company-single-page #organization .company-organization-chart{
  width:100%;
  box-sizing:border-box;
  margin:0;
  padding:28px clamp(18px,3vw,34px) 24px;
  overflow:hidden;
  border:1px solid #dce7f2;
  border-radius:26px;
  background:#fbfdff;
  box-shadow:0 16px 44px rgba(7,27,58,.05);
}
.company-single-page #organization .company-organization-chart__svg{
  display:block;
  width:100%;
  height:auto;
  margin:0 auto;
  overflow:visible;
}
.company-single-page #organization .company-organization-chart__svg--mobile{display:none}
.company-single-page #organization .company-organization-chart__lines,
.company-single-page #organization .company-organization-chart__mobile-line{
  fill:none;
  stroke:#a8c3da;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.company-single-page #organization .company-organization-chart__lines circle{
  fill:#6d9cc3;
  stroke:#fbfdff;
  stroke-width:3;
}
.company-single-page #organization .company-organization-chart__node rect{
  fill:#fff;
  stroke:#d1e0ed;
  stroke-width:1.5;
  filter:drop-shadow(0 6px 9px rgba(7,27,58,.055));
}
.company-single-page #organization .company-organization-chart__node--ceo rect{
  fill:#0a3767;
  stroke:#0a3767;
  filter:drop-shadow(0 8px 11px rgba(10,55,103,.16));
}
.company-single-page #organization .org-svg-label{
  fill:#10243e;
  font-family:"Noto Sans KR","Pretendard",sans-serif;
  font-size:17px;
  font-weight:800;
  letter-spacing:-.035em;
  text-anchor:middle;
  dominant-baseline:middle;
}
.company-single-page #organization .company-organization-chart__node--ceo .org-svg-label{
  fill:#fff;
  font-size:20px;
  font-weight:900;
}
.company-single-page #organization .org-svg-label--en{display:none;font-size:14px;letter-spacing:-.015em}
body.lang-en.company-single-page #organization .org-svg-label--ko{display:none}
body.lang-en.company-single-page #organization .org-svg-label--en{display:inline}
body.lang-en.company-single-page #organization .company-organization-chart__node--ceo .org-svg-label--en{font-size:19px}

@media(max-width:900px){
  .company-single-page #organization .company-organization-chart{padding:24px 16px}
  .company-single-page #organization .company-organization-chart__svg--desktop{display:none}
  .company-single-page #organization .company-organization-chart__svg--mobile{display:block;max-width:480px}
  .company-single-page #organization .org-svg-label{font-size:16px}
  .company-single-page #organization .org-svg-label--en{font-size:13px}
}
@media(max-width:480px){
  .company-single-page #organization .company-organization-chart{
    width:calc(100% - 20px);
    margin-left:auto;
    margin-right:auto;
    padding:20px 8px;
    border-radius:22px;
  }
}
body.company-page{background:#fff;color:var(--company-ink)}
.company-main{overflow:hidden;background:#fff}
.company-wrap{width:min(1180px,calc(100% - 48px));margin:0 auto}
.company-hero{position:relative;padding:132px 0 52px;background:linear-gradient(180deg,#f5f9ff 0%,#fff 100%);border-bottom:1px solid var(--company-line)}
.company-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 0,rgba(29,116,216,.12),transparent 32%),radial-gradient(circle at 82% 10%,rgba(7,27,58,.08),transparent 34%);pointer-events:none}
.company-hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) 440px;gap:54px;align-items:end}
.company-kicker{display:inline-flex;align-items:center;gap:8px;height:30px;padding:0 12px;border-radius:999px;background:#fff;border:1px solid #dbe8f8;box-shadow:0 10px 24px rgba(7,27,58,.06);color:#135aa6;font-size:12px;font-weight:900;letter-spacing:-.02em}
.company-kicker:before{content:"";width:7px;height:7px;border-radius:999px;background:var(--company-accent);box-shadow:0 0 0 5px rgba(29,116,216,.12)}
.company-hero h1{margin:22px 0 18px;font-size:clamp(42px,6vw,76px);line-height:.98;letter-spacing:-.07em;color:var(--company-navy);font-weight:900}
.company-hero p{max-width:680px;margin:0;color:#516176;font-size:17px;line-height:1.8;font-weight:600;word-break:keep-all}
.company-hero-card{border-radius:28px;background:#fff;border:1px solid var(--company-line);box-shadow:0 24px 70px rgba(7,27,58,.09);padding:26px;overflow:hidden}
.company-hero-card b{display:block;color:#0b5fad;font-size:13px;font-weight:900;margin-bottom:10px}
.company-hero-card strong{display:block;font-size:26px;line-height:1.25;letter-spacing:-.045em;color:#101b2d}
.company-tabs-wrap{position:sticky;top:72px;z-index:20;background:rgba(255,255,255,.88);backdrop-filter:blur(16px);border-bottom:1px solid var(--company-line)}
.company-tabs{display:grid;grid-template-columns:repeat(5,1fr);gap:0}
.company-tabs a{position:relative;display:flex;align-items:center;justify-content:center;min-height:62px;text-decoration:none;color:#617083;font-size:14px;font-weight:900;letter-spacing:-.03em;border-left:1px solid #edf2f8;transition:.18s ease}
.company-tabs a:last-child{border-right:1px solid #edf2f8}.company-tabs a:hover,.company-tabs a.active{color:#0b5fad;background:#f8fbff}.company-tabs a.active:after{content:"";position:absolute;left:28px;right:28px;bottom:0;height:3px;border-radius:999px;background:#0b5fad}
.company-section{padding:86px 0}.company-section.soft{background:var(--company-soft)}
.company-section-head{display:flex;justify-content:space-between;gap:28px;align-items:flex-end;margin-bottom:38px}.company-section-head.center{display:block;text-align:center}.company-section-head h2{margin:12px 0 0;font-size:clamp(28px,3.6vw,44px);line-height:1.18;letter-spacing:-.06em;color:var(--company-navy)}.company-section-head p{max-width:520px;margin:0;color:#68778b;font-size:15px;line-height:1.75;font-weight:600;word-break:keep-all}.company-section-head.center p{margin:14px auto 0}
.company-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}.company-card{background:#fff;border:1px solid var(--company-line);border-radius:24px;box-shadow:0 20px 50px rgba(7,27,58,.06);overflow:hidden}.company-card-pad{padding:34px}.company-card h3{margin:0 0 14px;font-size:24px;line-height:1.35;color:#111c31;letter-spacing:-.04em}.company-card p{margin:0 0 16px;color:#66768a;font-size:15px;line-height:1.82;font-weight:600;word-break:keep-all}.company-card p:last-child{margin-bottom:0}.company-img{width:100%;display:block;object-fit:cover}.company-img.round{border-radius:24px;border:1px solid var(--company-line);box-shadow:0 22px 56px rgba(7,27,58,.1)}
.ceo-message{position:relative;padding:44px 46px;background:#fff;border:1px solid var(--company-line);border-radius:28px;box-shadow:0 24px 70px rgba(7,27,58,.07)}.ceo-message:before{content:"“";position:absolute;left:28px;top:4px;color:#dbe7f5;font-size:92px;font-weight:900;line-height:1}.ceo-message h2{position:relative;margin:0 0 22px;font-size:32px;line-height:1.36;color:#0b1a32;letter-spacing:-.055em}.ceo-message h2 span{color:#0b5fad}.ceo-sign{display:flex;align-items:center;gap:18px;margin-top:30px;color:#111c31;font-weight:900}.ceo-sign em{font-style:normal;color:#66768a;font-weight:700}.ceo-sign strong{font-size:20px;letter-spacing:.25em}
.profile-stat{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.profile-stat article{background:#fff;border:1px solid var(--company-line);border-radius:22px;padding:24px;text-align:center;box-shadow:0 16px 36px rgba(7,27,58,.05)}.profile-stat i{display:flex;align-items:center;justify-content:center;width:42px;height:42px;margin:0 auto 14px;border-radius:16px;background:#eef6ff;color:#0b5fad;font-style:normal;font-size:20px}.profile-stat small{display:block;color:#7c8998;font-size:12px;font-weight:900}.profile-stat strong{display:block;margin-top:8px;color:#0b1a32;font-size:20px;font-weight:900}.cert-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:30px}.cert-card{background:#fff;border:1px solid var(--company-line);border-radius:18px;padding:20px;text-align:center;min-height:118px;display:flex;flex-direction:column;justify-content:center}.cert-card strong{font-size:14px;color:#0b1a32}.cert-card span{margin-top:8px;font-size:12px;color:#7c8998;font-weight:700}
.timeline{position:relative;display:grid;gap:18px}.timeline:before{content:"";position:absolute;left:126px;top:10px;bottom:10px;width:2px;background:linear-gradient(180deg,#0b5fad,#dbe7f5)}.history-item{position:relative;display:grid;grid-template-columns:126px 1fr;gap:28px}.history-year{position:relative;color:#0b5fad;font-size:28px;font-weight:900;letter-spacing:-.04em}.history-year:after{content:"";position:absolute;right:-37px;top:14px;width:16px;height:16px;border-radius:999px;background:#fff;border:4px solid #0b5fad;box-shadow:0 0 0 6px rgba(11,95,173,.09)}.history-body{background:#fff;border:1px solid var(--company-line);border-radius:20px;padding:22px 26px}.history-body h3{margin:0 0 7px;font-size:18px;color:#0e1a2f}.history-body p{margin:0;color:#738096;font-size:14px;line-height:1.65;font-weight:600}.history-filter{display:flex;justify-content:center;margin-top:36px;border:1px solid var(--company-line);border-radius:18px;overflow:hidden}.history-filter span{flex:1;text-align:center;padding:18px 10px;color:#77869a;background:#fff;font-weight:900}.history-filter span.active{background:#0b5fad;color:#fff}
.org-shell{display:grid;grid-template-columns:420px 1fr;gap:34px;align-items:start}.org-center{background:#fff;border:1px solid var(--company-line);border-radius:28px;padding:26px;box-shadow:0 22px 56px rgba(7,27,58,.06)}.org-center img{width:100%;display:block;border-radius:18px}.org-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.org-unit{background:#fff;border:1px solid var(--company-line);border-radius:20px;padding:24px}.org-unit b{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:13px;background:#eef6ff;color:#0b5fad;margin-bottom:14px}.org-unit h3{margin:0 0 8px;color:#0e1a2f;font-size:18px}.org-unit p{margin:0;color:#728096;font-size:14px;line-height:1.65;font-weight:600}.business-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:30px}.business-card{min-height:132px;border-radius:20px;background:linear-gradient(135deg,rgba(7,27,58,.88),rgba(11,95,173,.75));color:#fff;padding:24px;display:flex;flex-direction:column;justify-content:flex-end}.business-card h3{margin:0 0 8px;font-size:20px}.business-card p{margin:0;color:#dbeafe;font-size:13px;line-height:1.55;font-weight:700}
.location-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}.location-card{background:#fff;border:1px solid var(--company-line);border-radius:24px;box-shadow:0 18px 46px rgba(7,27,58,.06);overflow:hidden}.location-map{height:280px;background:#eef3f8}.location-map img{width:100%;height:100%;object-fit:cover;display:block}.location-info{padding:26px}.location-info h3{margin:0 0 12px;font-size:22px;color:#0b1a32}.location-info dl{display:grid;grid-template-columns:70px 1fr;gap:10px 14px;margin:0}.location-info dt{color:#0b5fad;font-size:12px;font-weight:900}.location-info dd{margin:0;color:#64748b;font-size:14px;line-height:1.55;font-weight:700}.location-actions{display:flex;gap:8px;margin-top:20px}.location-actions a{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:999px;padding:10px 14px;font-size:12px;font-weight:900}.location-actions a:first-child{background:#0b5fad;color:#fff}.location-actions a:last-child{background:#eef6ff;color:#0b5fad}
.company-cta{padding:46px;border-radius:28px;background:linear-gradient(135deg,#071b3a,#0b5fad);color:#fff;display:flex;justify-content:space-between;gap:24px;align-items:center}.company-cta h2{margin:0;font-size:30px;letter-spacing:-.05em}.company-cta p{margin:10px 0 0;color:#dbeafe;font-weight:600}.company-cta a{flex:none;text-decoration:none;background:#fff;color:#0b5fad;border-radius:999px;padding:13px 18px;font-weight:900}
@media(max-width:980px){.company-hero-inner,.company-grid-2,.org-shell,.location-grid{grid-template-columns:1fr}.company-hero{padding-top:112px}.company-hero-card{max-width:none}.profile-stat{grid-template-columns:repeat(2,1fr)}.cert-grid{grid-template-columns:repeat(2,1fr)}.business-grid{grid-template-columns:repeat(2,1fr)}.company-section-head{display:block}.company-section-head p{margin-top:14px}.company-tabs{overflow-x:auto;display:flex}.company-tabs a{min-width:132px}.company-tabs-wrap{top:64px}}
@media(max-width:640px){.company-wrap{width:min(100% - 28px,1180px)}.company-hero{padding:98px 0 34px}.company-hero h1{font-size:42px}.company-hero p{font-size:15px}.company-section{padding:58px 0}.company-grid-2{gap:24px}.ceo-message{padding:34px 24px}.ceo-message h2{font-size:25px}.profile-stat,.cert-grid,.org-list,.business-grid{grid-template-columns:1fr}.timeline:before{left:22px}.history-item{grid-template-columns:1fr;gap:10px;padding-left:52px}.history-year{font-size:24px}.history-year:after{left:-38px;right:auto;top:10px}.company-cta{display:block;padding:34px 24px}.company-cta a{margin-top:22px}.location-map{height:230px}}

.company-hero.compact-company-hero{padding:60px 0 38px;background:linear-gradient(180deg,#f3f8ff 0%,#fff 100%)}
.company-hero-inner{grid-template-columns:minmax(0,1fr) 380px;gap:44px;align-items:end}
.company-hero h1{margin:18px 0 12px;font-size:clamp(38px,4.9vw,64px);line-height:1.02}
.company-hero p{font-size:15.5px;line-height:1.65;max-width:680px}.company-hero-card{border-radius:24px;padding:22px 24px}.company-hero-card strong{font-size:22px;line-height:1.3}.company-kicker{height:28px;font-size:11.5px}.company-tabs-wrap{top:64px}.company-tabs a{min-height:54px}.company-tabs a.active:after{left:34px;right:34px;height:3px}.company-section{padding:68px 0}.company-section-first{padding-top:72px}.company-section-head{margin-bottom:30px}.company-section-head.compact-head h2,.company-section-head.small h2{margin-top:10px}.company-section-head.compact-head p{margin-top:12px}.company-card,.ceo-message,.company-img.round,.location-card{box-shadow:0 16px 44px rgba(7,27,58,.055)}
.company-cta{display:none!important}
.ceo-layout{align-items:stretch}.ceo-message-clean{display:flex;flex-direction:column;justify-content:center;min-height:460px}.ceo-message-clean h2{font-size:31px}.ceo-sign.simple{gap:12px;margin-top:28px}.ceo-sign.simple strong{font-size:19px;letter-spacing:-.02em}.ceo-photo-card{margin:0;border-radius:28px;overflow:hidden;border:1px solid var(--company-line);box-shadow:0 20px 54px rgba(7,27,58,.075);background:#fff}.ceo-photo-card img{height:100%;min-height:460px;object-fit:cover}.ceo-photo-card figcaption{padding:16px 20px;color:#607086;font-size:13px;font-weight:800;background:#fff}
.profile-stat-premium article{transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.profile-stat-premium article:hover{transform:translateY(-3px);border-color:#bdd8f5;box-shadow:0 18px 42px rgba(11,95,173,.09)}.overview-layout{align-items:start}.overview-card img{height:260px;object-fit:cover}.cert-grid-clean{grid-template-columns:repeat(3,1fr)}.cert-grid-clean .cert-card{min-height:104px}
.history-head{align-items:flex-start}.history-filter-buttons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0 0 34px;border:0;border-radius:0;overflow:visible}.history-filter-buttons button{appearance:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;min-height:76px;border:1px solid var(--company-line);background:#fff;color:#6d7c90;border-radius:18px;padding:13px 16px;font-family:inherit;cursor:pointer;transition:.2s ease}.history-filter-buttons button strong{font-size:14px;line-height:1.35;font-weight:900;word-break:keep-all}.history-filter-buttons button span{padding:0;background:transparent;color:#8a97a8;font-size:12px;font-weight:800}.history-filter-buttons button:hover{border-color:#b7d4f3;color:#0b5fad;transform:translateY(-1px)}.history-filter-buttons button.active{background:#0b5fad;border-color:#0b5fad;color:#fff;box-shadow:0 14px 28px rgba(11,95,173,.16)}.history-filter-buttons button.active span{color:#dcecff}.history-filter-buttons button:focus-visible{outline:3px solid rgba(11,95,173,.25);outline-offset:3px}.history-panel{display:none}.history-panel.active{display:grid;animation:historyFade .36s ease}.history-panel .history-body{transition:background-color .24s ease,transform .24s ease,border-color .24s ease,box-shadow .24s ease}.history-body{display:grid;gap:18px}.history-record+.history-record{padding-top:18px;border-top:1px solid #e7eef7}.history-record h3{display:inline;margin:0 0 7px;font-size:18px;line-height:1.55;color:#0e1a2f}.history-record p{margin:7px 0 0;color:#738096;font-size:14px;line-height:1.65;font-weight:600}.history-reference{font-size:12.5px!important;color:#8995a5!important}.history-badge{display:inline-flex;align-items:center;justify-content:center;min-width:46px;margin:0 9px 7px 0;padding:5px 8px;border-radius:999px;background:#edf5ff;color:#0b5fad;font-size:10.5px;line-height:1;font-weight:900;vertical-align:2px}.history-badge.award,.history-badge.commendation{background:#fff5e5;color:#9a5c00}.history-badge.certification,.history-badge.license{background:#eaf8f2;color:#187657}.history-badge.selection{background:#f1efff;color:#5a4bb7}@keyframes historyFade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
#history .company-wrap{width:min(1080px,calc(100% - 48px))}#history .history-body{position:relative;padding:18px 22px;border:1px solid #dfe8f2;border-left:3px solid #cfe1f5;border-radius:16px;box-shadow:0 8px 22px rgba(7,27,58,.045)}#history .history-record p{margin-top:6px}#history.history-motion-ready .history-item{opacity:0;transform:translateY(16px);transition:opacity .6s ease var(--history-delay,0ms),transform .6s ease var(--history-delay,0ms)}#history.history-motion-ready .history-item.is-visible{opacity:1;transform:translateY(0)}#history .history-item.latest .history-year{color:#084f91}#history .history-item.latest .history-year:after{background:#0b5fad;border-color:#fff;box-shadow:0 0 0 6px rgba(11,95,173,.14),0 5px 14px rgba(11,95,173,.2)}#history .history-item.latest .history-body{border-left-color:#73a9dc;box-shadow:0 9px 24px rgba(11,95,173,.065)}#history .history-badge.latest-badge{background:#0b5fad;color:#fff}@media(min-width:641px){#history .history-item{gap:22px}}@media(hover:hover) and (pointer:fine){#history .history-panel .history-item:hover .history-body{background:#fbfdff;border-color:#c7dff8;border-left-color:#8db8e2;box-shadow:0 13px 30px rgba(7,27,58,.075);transform:translateY(-3px)}}@media(max-width:980px){#history .company-wrap{width:calc(100% - 48px)}}@media(max-width:640px){#history .company-wrap{width:calc(100% - 36px)}#history .history-body{padding:17px 18px}#history .history-badge{max-width:100%;white-space:normal}}@media(prefers-reduced-motion:reduce){#history .history-panel.active{animation:none}#history.history-motion-ready .history-item{opacity:1;transform:none;transition:none}#history .history-panel .history-body{transition:none}}
.org-premium{max-width:1080px}.org-diagram{position:relative;min-height:470px;border:1px solid var(--company-line);border-radius:34px;background:radial-gradient(circle at 50% 48%,rgba(11,95,173,.12),transparent 27%),linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 20px 54px rgba(7,27,58,.055);overflow:hidden}.org-diagram:before{content:"";position:absolute;left:50%;top:50%;width:330px;height:330px;border:1px dashed rgba(11,95,173,.28);border-radius:50%;transform:translate(-50%,-50%)}.org-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:168px;height:168px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#071b3a,#0b5fad);color:#fff;box-shadow:0 22px 45px rgba(7,27,58,.2)}.org-core span{font-size:14px;font-weight:900;opacity:.9}.org-core strong{margin-top:6px;font-size:23px;letter-spacing:-.03em}.org-node{position:absolute;width:210px;min-height:96px;border:1px solid #dbe8f8;border-radius:22px;background:rgba(255,255,255,.92);box-shadow:0 16px 36px rgba(7,27,58,.055);padding:18px 18px}.org-node b{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:12px;background:#eef6ff;color:#0b5fad;font-size:12px}.org-node span{display:block;margin-top:10px;color:#0b1a32;font-size:17px;font-weight:900}.org-node small{display:block;margin-top:5px;color:#728096;font-size:12.5px;font-weight:700}.org-n1{left:58px;top:70px}.org-n2{right:58px;top:70px}.org-n3{left:58px;bottom:72px}.org-n4{right:58px;bottom:72px}.org-n5{left:50%;top:44px;transform:translateX(-50%)}.org-n6{left:50%;bottom:42px;transform:translateX(-50%)}.business-grid-refined{grid-template-columns:repeat(5,1fr)}.business-grid-refined .business-card{min-height:150px}
.location-grid-map{gap:28px}.location-card-map{overflow:hidden}.real-map{position:relative;height:320px;background:#eef3f8}.real-map iframe{width:100%;height:100%;border:0;display:block;filter:saturate(.92) contrast(.96)}.map-pulse{position:absolute;left:50%;top:50%;width:18px;height:18px;border-radius:50%;background:#0b5fad;box-shadow:0 0 0 8px rgba(11,95,173,.15);transform:translate(-50%,-50%);pointer-events:none;animation:mapPulse 1.6s infinite}.map-pulse:after{content:"";position:absolute;inset:-9px;border:1px solid rgba(11,95,173,.35);border-radius:50%}@keyframes mapPulse{0%{box-shadow:0 0 0 4px rgba(11,95,173,.18)}70%{box-shadow:0 0 0 18px rgba(11,95,173,0)}100%{box-shadow:0 0 0 4px rgba(11,95,173,0)}}.location-actions a:first-child{background:#0b5fad;color:#fff}.location-actions a:last-child{display:none}
@media(max-width:980px){.company-hero-inner{grid-template-columns:1fr;gap:24px}.company-hero-card{max-width:560px}.cert-grid-clean{grid-template-columns:repeat(2,1fr)}.business-grid-refined{grid-template-columns:repeat(2,1fr)}.org-diagram{min-height:auto;display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:150px 18px 18px}.org-diagram:before{display:none}.org-core{top:28px;width:126px;height:126px}.org-node{position:static;width:auto;min-height:92px;transform:none!important}.org-n5,.org-n6{transform:none}.location-grid-map{grid-template-columns:1fr}.ceo-photo-card img{min-height:320px}}
@media(max-width:640px){.company-hero.compact-company-hero{padding:92px 0 28px}.company-hero h1{font-size:38px}.company-hero p{font-size:14.5px}.company-hero-card strong{font-size:19px}.company-section{padding:54px 0}.company-section-first{padding-top:56px}.company-tabs a{min-height:50px}.history-filter-buttons{grid-template-columns:1fr;gap:8px}.history-filter-buttons button{min-height:58px;padding:10px 14px}.history-filter-buttons button strong{font-size:13px}.history-body{padding:19px 20px}.history-record h3{font-size:16px}.history-record p{font-size:13px}.cert-grid-clean,.business-grid-refined,.org-diagram{grid-template-columns:1fr}.real-map{height:260px}.ceo-message-clean{min-height:auto}.ceo-photo-card img{height:260px}}

.cert-grid-photo .cert-card{
  padding:12px;
  min-height:auto;
  display:flex;
  flex-direction:column;
  gap:12px;
  border-radius:24px;
  overflow:hidden;
}
.cert-grid-photo .cert-card img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  display:block;
  border-radius:16px;
  border:1px solid #e7eef7;
  background:#fff;
}
.cert-grid-photo .cert-card strong{
  font-size:16px;
  letter-spacing:-.02em;
  color:#0b1a32;
}
.cert-grid-photo .cert-card span{
  color:#6f7f95;
  font-size:13px;
  line-height:1.55;
}
.business-grid-premium .business-card{
  padding:22px 20px 20px;
  border-radius:24px;
  background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
  border:1px solid #d9e6f5;
  box-shadow:0 16px 36px rgba(7,27,58,.055);
}
.business-grid-premium .business-card h3{
  margin:10px 0 10px;
  font-size:19px;
  line-height:1.25;
}
.business-grid-premium .business-card p{
  margin:0 0 14px;
  color:#66778d;
  font-size:14px;
  line-height:1.6;
}
.business-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:74px;
  height:30px;
  padding:0 12px;
  border-radius:999px;
  background:#eaf4ff;
  color:#0b5fad;
  font-size:11px;
  font-weight:900;
  letter-spacing:.06em;
}
.business-grid-premium .business-card ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:8px;
}
.business-grid-premium .business-card li{
  position:relative;
  padding-left:14px;
  color:#1f2e45;
  font-size:13px;
  font-weight:700;
  line-height:1.45;
}
.business-grid-premium .business-card li:before{
  content:"";
  position:absolute;
  left:0;
  top:8px;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#0b5fad;
}
@media(max-width:980px){
  .cert-grid-photo{grid-template-columns:repeat(2,1fr)}
  .business-grid-premium{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
  .cert-grid-photo,.business-grid-premium{grid-template-columns:1fr}
  .cert-grid-photo .cert-card img{border-radius:14px}
}

.company-single-page .company-panel-stage{
  position:relative;
  background:#fff;
}
.company-single-page .company-panel{
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:0;
  overflow:hidden;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(6px);
  transition:opacity .18s ease,transform .18s ease;
}
.company-single-page .company-panel.active{
  position:relative;
  height:auto;
  overflow:visible;
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0);
}
.company-tabs-layer a{
  cursor:pointer;
}
.company-single-page .company-tabs a.active{
  background:#f5faff;
}
.company-single-page .ceo-layout-refined{
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:34px;
}
.company-single-page .ceo-photo-card-refined{
  display:flex;
  flex-direction:column;
  min-height:0;
}
.company-single-page .ceo-photo-card-refined img{
  height:auto;
  min-height:0;
  aspect-ratio:800/711;
  object-fit:cover;
  object-position:center center;
  filter:saturate(1.03) contrast(1.02);
}
.company-single-page .ceo-message-clean{
  min-height:auto;
  padding:42px 42px;
}
.company-single-page .overview-balanced{
  align-items:stretch;
}
.company-single-page .overview-card-balanced{
  height:100%;
}
.company-single-page .overview-card-balanced img{
  height:238px;
  object-position:center 42%;
}
.company-single-page .overview-card-balanced .company-card-pad{
  padding:28px 30px;
}
.company-single-page .overview-cert-panel{
  display:flex;
  flex-direction:column;
  min-height:100%;
}
.company-single-page .overview-cert-head{
  margin-bottom:18px;
}
.company-single-page .overview-cert-head h2{
  font-size:clamp(24px,2.7vw,34px);
  line-height:1.22;
}
.company-single-page .cert-grid-compact{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  grid-auto-rows:1fr;
  gap:10px;
  margin-top:0;
}
.company-single-page .cert-grid-compact .cert-card{
  display:grid;
  grid-template-columns:52px 1fr;
  align-items:center;
  text-align:left;
  min-height:72px;
  padding:8px;
  gap:10px;
  border-radius:16px;
  background:#fff;
}
.company-single-page .cert-grid-compact .cert-card img{
  width:52px;
  height:52px;
  aspect-ratio:auto;
  border-radius:12px;
  object-fit:cover;
}
.company-single-page .cert-grid-compact .cert-card strong{
  display:block;
  font-size:14px;
  line-height:1.25;
}
.company-single-page .cert-grid-compact .cert-card span{
  display:block;
  margin-top:4px;
  font-size:12px;
  line-height:1.35;
  word-break:keep-all;
}
.company-single-page .business-by-org{
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}
.company-single-page .business-by-org .business-card{
  min-height:238px;
  justify-content:flex-start;
  position:relative;
  overflow:hidden;
}
.company-single-page .business-by-org .business-card:after{
  content:"";
  position:absolute;
  right:-34px;
  top:-34px;
  width:108px;
  height:108px;
  border-radius:50%;
  background:rgba(11,95,173,.08);
}
.company-single-page .business-by-org .business-badge{
  width:max-content;
  max-width:100%;
}
.company-single-page .business-by-org .business-card h3{
  font-size:18px;
  letter-spacing:-.04em;
}
.company-single-page .business-by-org .business-card p{
  min-height:68px;
}
.company-single-page .location-grid-refined{
  align-items:stretch;
}
.company-single-page .location-card-map{
  display:flex;
  flex-direction:column;
  min-height:100%;
}
.company-single-page .location-card-map .location-info{
  flex:1;
}
.company-single-page .location-info dd{
  word-break:keep-all;
}
.company-single-page .location-actions-refined{
  flex-wrap:wrap;
}
.company-single-page .location-actions-refined a{
  border:1px solid #d7e8fb;
}
.company-single-page .location-actions-refined a:nth-child(1){
  background:#0b5fad;
  color:#fff;
  border-color:#0b5fad;
}
.company-single-page .location-actions-refined a:nth-child(2),
.company-single-page .location-actions-refined a:nth-child(3){
  display:inline-flex;
  background:#eef6ff;
  color:#0b5fad;
}
.company-single-page .location-actions a:last-child{
  display:inline-flex;
}
.company-single-page .real-map iframe{
  min-height:320px;
}
@media(max-width:1080px){
  .company-single-page .business-by-org{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .company-single-page .business-by-org .business-card p{
    min-height:auto;
  }
}
@media(max-width:980px){
  .company-single-page .ceo-layout-refined{
    grid-template-columns:1fr;
  }
  .company-single-page .overview-balanced{
    align-items:start;
  }
  .company-single-page .overview-card-balanced img{
    height:260px;
  }
}
@media(max-width:700px){
  .company-single-page .cert-grid-compact,
  .company-single-page .business-by-org{
    grid-template-columns:1fr!important;
  }
  .company-single-page .cert-grid-compact .cert-card{
    grid-template-columns:58px 1fr;
  }
  .company-single-page .cert-grid-compact .cert-card img{
    width:58px;
    height:58px;
  }
  .company-single-page .ceo-message-clean{
    padding:34px 24px;
  }
  .company-single-page .ceo-photo-card-refined img{
    aspect-ratio:auto;
  }
}

.profile-stat .stat-icon{
  background:linear-gradient(180deg,#eef6ff 0%,#e7f1ff 100%);
  box-shadow:inset 0 0 0 1px rgba(11,95,173,.06),0 10px 22px rgba(11,95,173,.08);
}
.profile-stat .stat-icon img{
  width:23px;
  height:23px;
  display:block;
}
.profile-stat-premium article:hover .stat-icon{
  background:linear-gradient(135deg,#0b5fad,#2f7ee7);
}
.profile-stat-premium article:hover .stat-icon img{
  filter:brightness(0) invert(1);
}

.company-single-page #ceo .ceo-editorial-section{
  position:relative;
  padding:78px 0 86px;
  background:
    linear-gradient(rgba(11,95,173,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(11,95,173,.035) 1px,transparent 1px),
    linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  background-size:36px 36px,36px 36px,auto;
  overflow:hidden;
}
.company-single-page #ceo .ceo-editorial-section:before,
.company-single-page #ceo .ceo-editorial-section:after{
  content:"";
  position:absolute;
  border-radius:50%;
  pointer-events:none;
}
.company-single-page #ceo .ceo-editorial-section:before{
  width:520px;
  height:520px;
  left:-250px;
  top:-280px;
  background:radial-gradient(circle,rgba(29,116,216,.12) 0%,rgba(29,116,216,0) 70%);
}
.company-single-page #ceo .ceo-editorial-section:after{
  width:420px;
  height:420px;
  right:-180px;
  bottom:-250px;
  background:radial-gradient(circle,rgba(7,27,58,.09) 0%,rgba(7,27,58,0) 72%);
}
.company-single-page #ceo .ceo-editorial-shell{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);
  min-height:520px;
  overflow:hidden;
  border:1px solid #dfeaf6;
  border-radius:30px;
  background:rgba(255,255,255,.94);
  box-shadow:0 28px 80px rgba(7,27,58,.08);
}
.company-single-page #ceo .ceo-editorial-lead{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
  padding:58px 58px 54px;
  background:
    radial-gradient(circle at 82% 18%,rgba(53,132,225,.15),transparent 28%),
    linear-gradient(145deg,#071b3a 0%,#0a3264 55%,#0b5fad 100%);
  color:#fff;
  isolation:isolate;
}
.company-single-page #ceo .ceo-editorial-lead:before{
  content:"KOTECH";
  position:absolute;
  right:-18px;
  bottom:4px;
  z-index:-1;
  color:rgba(255,255,255,.045);
  font-size:clamp(70px,8vw,124px);
  line-height:1;
  font-weight:900;
  letter-spacing:-.08em;
  white-space:nowrap;
}
.company-single-page #ceo .ceo-editorial-label{
  display:inline-flex;
  align-items:center;
  align-self:flex-start;
  gap:10px;
  margin-bottom:28px;
  color:#b9d9ff;
  font-size:12px;
  line-height:1;
  font-weight:900;
  letter-spacing:.16em;
}
.company-single-page #ceo .ceo-editorial-label:before{
  content:"";
  width:24px;
  height:2px;
  border-radius:999px;
  background:#63a8f8;
}
.company-single-page #ceo .ceo-editorial-lead h2{
  margin:0;
  color:#fff;
  font-size:clamp(34px,3.25vw,49px);
  line-height:1.24;
  letter-spacing:-.06em;
  font-weight:900;
  word-break:keep-all;
}
.company-single-page #ceo .ceo-editorial-lead h2 span{
  color:#8fc4ff;
}
.company-single-page #ceo .ceo-editorial-quote{
  position:relative;
  margin-top:40px;
  padding:24px 0 0 26px;
  border-top:1px solid rgba(255,255,255,.2);
}
.company-single-page #ceo .ceo-editorial-quote-mark{
  position:absolute;
  left:0;
  top:20px;
  color:#63a8f8;
  font-family:Georgia,serif;
  font-size:38px;
  line-height:1;
  font-weight:700;
}
.company-single-page #ceo .ceo-editorial-quote p{
  max-width:430px;
  margin:0;
  color:#dcecff;
  font-size:15px;
  line-height:1.82;
  font-weight:600;
  word-break:keep-all;
}
.company-single-page #ceo .ceo-editorial-motif{
  display:flex;
  gap:8px;
  margin-top:32px;
}
.company-single-page #ceo .ceo-editorial-motif span{
  display:block;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#68adfb;
  box-shadow:0 0 0 5px rgba(104,173,251,.1);
}
.company-single-page #ceo .ceo-editorial-motif span:nth-child(2){opacity:.62}
.company-single-page #ceo .ceo-editorial-motif span:nth-child(3){opacity:.3}
.company-single-page #ceo .ceo-editorial-copy{
  position:relative;
  min-width:0;
  padding:58px 64px 54px;
  background:rgba(255,255,255,.96);
}
.company-single-page #ceo .ceo-editorial-copy:before{
  content:"";
  position:absolute;
  left:0;
  top:58px;
  bottom:58px;
  width:1px;
  background:linear-gradient(180deg,transparent,#dce8f5 14%,#dce8f5 86%,transparent);
}
.company-single-page #ceo .ceo-editorial-opening{
  margin-bottom:28px;
  padding-bottom:27px;
  border-bottom:1px solid #e5edf6;
}
.company-single-page #ceo .ceo-editorial-opening p{
  margin:0;
  color:#0b1a32;
  font-size:20px;
  line-height:1.72;
  font-weight:800;
  letter-spacing:-.035em;
  word-break:keep-all;
}
.company-single-page #ceo .ceo-editorial-body{
  display:grid;
  gap:18px;
}
.company-single-page #ceo .ceo-editorial-body p{
  margin:0;
  color:#536276;
  font-size:15.5px;
  line-height:1.9;
  font-weight:600;
  letter-spacing:-.018em;
  word-break:keep-all;
}
.company-single-page #ceo .ceo-editorial-body p:first-child{
  color:#24344b;
  font-weight:700;
}
.company-single-page #ceo .ceo-editorial-body .ceo-editorial-thanks{
  margin-top:4px;
  color:#0b1a32;
  font-weight:800;
}
.company-single-page #ceo .ceo-editorial-signature{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
  margin-top:34px;
  padding-top:27px;
  border-top:1px solid #e5edf6;
}
.company-single-page #ceo .ceo-editorial-signature span{
  color:#7a889b;
  font-size:13px;
  font-weight:800;
}
.company-single-page #ceo .ceo-editorial-signature strong{
  color:#071b3a;
  font-size:20px;
  line-height:1;
  font-weight:900;
  letter-spacing:.08em;
}
@media(max-width:980px){
  .company-single-page #ceo .ceo-editorial-section{
    padding:68px 0 76px;
  }
  .company-single-page #ceo .ceo-editorial-shell{
    grid-template-columns:1fr;
    min-height:0;
  }
  .company-single-page #ceo .ceo-editorial-lead,
  .company-single-page #ceo .ceo-editorial-copy{
    padding:48px 46px;
  }
  .company-single-page #ceo .ceo-editorial-lead:before{
    right:12px;
    bottom:-6px;
  }
  .company-single-page #ceo .ceo-editorial-quote p{
    max-width:640px;
  }
  .company-single-page #ceo .ceo-editorial-copy:before{
    display:none;
  }
}
@media(max-width:640px){
  .company-single-page #ceo .ceo-editorial-section{
    padding:54px 0 62px;
    background-size:28px 28px,28px 28px,auto;
  }
  .company-single-page #ceo .ceo-editorial-shell{
    border-radius:22px;
  }
  .company-single-page #ceo .ceo-editorial-lead{
    padding:38px 26px 40px;
  }
  .company-single-page #ceo .ceo-editorial-copy{
    padding:38px 26px 40px;
  }
  .company-single-page #ceo .ceo-editorial-label{
    margin-bottom:22px;
    font-size:11px;
  }
  .company-single-page #ceo .ceo-editorial-lead h2{
    font-size:clamp(30px,9vw,38px);
    line-height:1.28;
  }
  .company-single-page #ceo .ceo-editorial-quote{
    margin-top:30px;
    padding-top:21px;
    padding-left:22px;
  }
  .company-single-page #ceo .ceo-editorial-quote p{
    font-size:14px;
    line-height:1.75;
  }
  .company-single-page #ceo .ceo-editorial-quote-mark{
    top:18px;
    font-size:32px;
  }
  .company-single-page #ceo .ceo-editorial-opening{
    margin-bottom:24px;
    padding-bottom:23px;
  }
  .company-single-page #ceo .ceo-editorial-opening p{
    font-size:18px;
  }
  .company-single-page #ceo .ceo-editorial-body{
    gap:16px;
  }
  .company-single-page #ceo .ceo-editorial-body p{
    font-size:15px;
    line-height:1.82;
  }
  .company-single-page #ceo .ceo-editorial-signature{
    margin-top:28px;
    padding-top:23px;
  }
  .company-single-page #ceo .ceo-editorial-signature strong{
    font-size:18px;
  }
}

/* Company overview: representative awards, certifications and patents */
.company-single-page #overview .overview-balanced{
  grid-template-columns:minmax(280px,.72fr) minmax(0,1.55fr);
  gap:30px;
}
.company-single-page #overview .overview-card-balanced{
  min-height:100%;
}
.company-single-page #overview .overview-cert-kicker{
  margin:0 0 9px;
  color:#0b5fad;
  font-size:11px;
  line-height:1.3;
  font-weight:900;
  letter-spacing:.13em;
}
.company-single-page #overview .overview-cert-summary{
  max-width:720px;
  margin:11px 0 0;
  color:#718096;
  font-size:13px;
  line-height:1.65;
  font-weight:650;
  word-break:keep-all;
}
.company-single-page #overview .cert-grid-awards{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  grid-auto-rows:auto;
  gap:10px;
}
.company-single-page #overview .cert-grid-awards .cert-card{
  position:relative;
  grid-template-columns:62px minmax(0,1fr);
  min-height:88px;
  padding:10px;
  gap:11px;
  border-color:#dce8f4;
  border-radius:18px;
  background:linear-gradient(145deg,#fff 0%,#f9fbfe 100%);
  box-shadow:0 10px 24px rgba(7,27,58,.045);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
/* .company-single-page #overview .cert-grid-awards .cert-card::after{
  content:attr(data-year);
  position:absolute;
  top:7px;
  left:7px;
  min-width:35px;
  padding:3px 6px;
  border:1px solid rgba(255,255,255,.7);
  border-radius:999px;
  background:rgba(7,27,58,.86);
  color:#fff;
  font-size:9px;
  line-height:1;
  font-weight:900;
  letter-spacing:.02em;
  text-align:center;
  box-shadow:0 4px 12px rgba(7,27,58,.18);
} */
.company-single-page #overview .cert-grid-awards .cert-card img{
  width:62px;
  height:62px;
  border-radius:13px;
  object-fit:cover;
  box-shadow:inset 0 0 0 1px rgba(7,27,58,.05);
}
.company-single-page #overview .cert-grid-awards .cert-card strong{
  padding-right:2px;
  font-size:13px;
  line-height:1.28;
  letter-spacing:-.025em;
  word-break:keep-all;
}
.company-single-page #overview .cert-grid-awards .cert-card span{
  margin-top:5px;
  color:#6f7f92;
  font-size:11.5px;
  line-height:1.4;
  font-weight:700;
  word-break:keep-all;
}
@media(hover:hover) and (pointer:fine){
  .company-single-page #overview .cert-grid-awards .cert-card:hover{
    transform:translateY(-3px);
    border-color:#b9d5f0;
    box-shadow:0 15px 30px rgba(11,95,173,.09);
  }
}
@media(max-width:1180px){
  .company-single-page #overview .overview-balanced{
    grid-template-columns:minmax(250px,.68fr) minmax(0,1.32fr);
  }
  .company-single-page #overview .cert-grid-awards{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:980px){
  .company-single-page #overview .overview-balanced{
    grid-template-columns:1fr;
  }
  .company-single-page #overview .cert-grid-awards{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}
@media(max-width:820px){
  .company-single-page #overview .cert-grid-awards{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:560px){
  .company-single-page #overview .cert-grid-awards{
    grid-template-columns:1fr!important;
    gap:9px;
  }
  .company-single-page #overview .cert-grid-awards .cert-card{
    grid-template-columns:66px minmax(0,1fr);
    min-height:90px;
    padding:10px;
  }
  .company-single-page #overview .cert-grid-awards .cert-card img{
    width:66px;
    height:66px;
  }
  .company-single-page #overview .overview-cert-summary{
    font-size:12.5px;
  }
}
@media(prefers-reduced-motion:reduce){
  .company-single-page #overview .cert-grid-awards .cert-card{transition:none}
}

/* CEO message — premium editorial right panel */
.company-single-page #ceo .ceo-editorial-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:56px 58px 48px;
  background:
    radial-gradient(circle at 100% 0,rgba(29,116,216,.045),transparent 34%),
    #fff;
}

.company-single-page #ceo .ceo-editorial-copy:before{
  top:54px;
  bottom:54px;
}

.company-single-page #ceo .ceo-editorial-opening{
  margin:0 0 27px;
  padding:0 0 25px;
  border-bottom:1px solid #e6edf5;
}

.company-single-page #ceo .ceo-editorial-copy-label{
  display:block;
  margin:0 0 13px;
  color:#2c6eac;
  font-size:10.5px;
  line-height:1;
  font-weight:900;
  letter-spacing:.16em;
}

.company-single-page #ceo .ceo-editorial-opening p{
  font-size:19px;
  line-height:1.65;
  letter-spacing:-.04em;
}

.company-single-page #ceo .ceo-editorial-body{
  display:grid;
  gap:20px;
}

.company-single-page #ceo .ceo-editorial-body p{
  max-width:590px;
  color:#4d5d72;
  font-size:15px;
  line-height:1.82;
  font-weight:600;
  letter-spacing:-.018em;
  word-break:keep-all;
}

.company-single-page #ceo .ceo-editorial-body .ceo-editorial-statement{
  position:relative;
  max-width:none;
  margin:0 0 2px;
  padding:18px 20px 18px 23px;
  border:1px solid #e2ebf5;
  border-radius:15px;
  background:linear-gradient(135deg,#f8fbff 0%,#fff 100%);
  color:#20344e;
  font-weight:750;
  box-shadow:0 9px 24px rgba(7,27,58,.035);
}

.company-single-page #ceo .ceo-editorial-body .ceo-editorial-statement:before{
  content:"";
  position:absolute;
  left:0;
  top:15px;
  bottom:15px;
  width:3px;
  border-radius:999px;
  background:linear-gradient(180deg,#4b96dc,#0b5fad);
}

.company-single-page #ceo .ceo-editorial-footer{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-top:28px;
  padding-top:24px;
  border-top:1px solid #e6edf5;
}

.company-single-page #ceo .ceo-editorial-footer .ceo-editorial-thanks{
  margin:0;
  color:#0b1a32;
  font-size:15px;
  line-height:1.5;
  font-weight:800;
}

.company-single-page #ceo .ceo-editorial-signature{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:11px;
  margin:0;
  padding:0;
  border:0;
}

.company-single-page #ceo .ceo-editorial-signature span{
  color:#7a889b;
  font-size:12.5px;
}

.company-single-page #ceo .ceo-editorial-signature strong{
  font-size:19px;
  letter-spacing:.04em;
}

@media(max-width:980px){
  .company-single-page #ceo .ceo-editorial-copy{
    padding:46px;
  }

  .company-single-page #ceo .ceo-editorial-body p{
    max-width:none;
  }
}

@media(max-width:640px){
  .company-single-page #ceo .ceo-editorial-copy{
    padding:36px 25px 38px;
  }

  .company-single-page #ceo .ceo-editorial-opening{
    margin-bottom:23px;
    padding-bottom:22px;
  }

  .company-single-page #ceo .ceo-editorial-copy-label{
    margin-bottom:11px;
    font-size:10px;
  }

  .company-single-page #ceo .ceo-editorial-opening p{
    font-size:17.5px;
    line-height:1.65;
  }

  .company-single-page #ceo .ceo-editorial-body{
    gap:17px;
  }

  .company-single-page #ceo .ceo-editorial-body p{
    font-size:14.5px;
    line-height:1.78;
  }

  .company-single-page #ceo .ceo-editorial-body .ceo-editorial-statement{
    padding:16px 16px 16px 19px;
    border-radius:14px;
  }

  .company-single-page #ceo .ceo-editorial-footer{
    align-items:center;
    margin-top:24px;
    padding-top:21px;
  }

  .company-single-page #ceo .ceo-editorial-signature strong{
    font-size:18px;
  }
}

/* =========================================================
   CEO MESSAGE — final premium left-panel finish
   - 기존 문구·영문 전환·다른 페이지 스타일 유지
   - 따옴표 및 KOTECH SYSTEM 문구 없이 사용
   - 작은 흰색 본문 + 긴 선과 작은 점으로 마감
   ========================================================= */
.company-single-page #ceo .ceo-editorial-quote{
  position:relative;
  margin-top:40px;
  padding:24px 0 0;
  border-top:1px solid rgba(255,255,255,.19);
}

.company-single-page #ceo .ceo-editorial-quote-mark,
.company-single-page #ceo .ceo-editorial-quote-end,
.company-single-page #ceo .ceo-editorial-brand{
  display:none!important;
}

.company-single-page #ceo .ceo-editorial-quote p{
  max-width:430px;
  margin:0;
  color:rgba(255,255,255,.91);
  font-size:15px;
  line-height:1.88;
  font-weight:600;
  letter-spacing:-.025em;
  word-break:keep-all;
  text-wrap:pretty;
}

.company-single-page #ceo .ceo-editorial-motif{
  display:flex;
  align-items:center;
  gap:9px;
  width:max-content;
  margin-top:25px;
  padding:0;
}

.company-single-page #ceo .ceo-editorial-motif span{
  display:block;
  flex:none;
  height:2px;
  margin:0;
  border:0;
  border-radius:999px;
  box-shadow:none;
  opacity:1;
}

.company-single-page #ceo .ceo-editorial-motif .ceo-editorial-motif-line{
  width:72px;
  background:linear-gradient(
    90deg,
    rgba(143,196,255,.96) 0%,
    rgba(143,196,255,.68) 62%,
    rgba(143,196,255,.22) 100%
  );
}

.company-single-page #ceo .ceo-editorial-motif .ceo-editorial-motif-dot{
  width:4px;
  height:4px;
  border-radius:50%;
  background:rgba(143,196,255,.72);
  box-shadow:0 0 0 4px rgba(143,196,255,.08);
}

/* 영문은 문장이 길어질 수 있으므로 폭과 자간만 자연스럽게 보정 */
body.lang-en.company-single-page #ceo .ceo-editorial-quote p{
  max-width:440px;
  letter-spacing:-.01em;
}

/* 태블릿: 기존 1열 전환 구조는 유지 */
@media(max-width:980px){
  .company-single-page #ceo .ceo-editorial-quote p,
  body.lang-en.company-single-page #ceo .ceo-editorial-quote p{
    max-width:640px;
  }
}

/* 모바일: 강제 줄바꿈은 화면 폭에 맞춰 자연스럽게 해제 */
@media(max-width:640px){
  .company-single-page #ceo .ceo-editorial-quote{
    margin-top:30px;
    padding-top:21px;
  }

  .company-single-page #ceo .ceo-editorial-quote p{
    max-width:none;
    font-size:14px;
    line-height:1.78;
    letter-spacing:-.02em;
  }

  .company-single-page #ceo .ceo-editorial-quote p br{
    display:none;
  }

  .company-single-page #ceo .ceo-editorial-motif{
    gap:8px;
    margin-top:21px;
  }

  .company-single-page #ceo .ceo-editorial-motif .ceo-editorial-motif-line{
    width:58px;
  }

  .company-single-page #ceo .ceo-editorial-motif .ceo-editorial-motif-dot{
    width:4px;
    height:4px;
  }
}