/* bundled from site-refinements-v270.css */
/* TELADIN v269 focused refinements. Loaded last. */

/* 1) Compact centered unified submenu */
.hancom-mega--unified .hancom-mega__intro--unified{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
}
.hancom-mega--unified .hancom-mega__home-image{
  display:block !important;
  width:154px !important;
  height:86px !important;
  margin:0 auto 12px !important;
  object-fit:cover !important;
  object-position:center !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
}
.hancom-mega--unified .hancom-mega__home{
  margin:0 auto !important;
  align-self:center !important;
  justify-content:center !important;
  text-align:center !important;
}
@media (min-width:1021px){
  html body .site-header .mega-menu.hancom-mega--unified{
    position:fixed !important;
    left:50% !important;
    right:auto !important;
    top:96px !important;
    width:min(900px,calc(100vw - 80px)) !important;
    min-width:0 !important;
    max-width:900px !important;
    padding:18px 22px 20px !important;
    transform:translate(-50%,10px) !important;
  }
  html body .site-header .has-mega:hover > .mega-menu.hancom-mega--unified,
  html body .site-header .has-mega:focus-within > .mega-menu.hancom-mega--unified{
    transform:translate(-50%,0) !important;
  }
  html body .hancom-mega--unified .hancom-mega__inner--unified{
    grid-template-columns:170px minmax(0,1fr) !important;
    gap:18px !important;
  }
  html body .hancom-mega--unified .hancom-mega__intro--unified{
    padding:2px 18px 2px 0 !important;
  }
  html body .hancom-mega--unified .hancom-mega__columns--unified{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:0 !important;
  }
  html body .hancom-mega--unified .hancom-mega__col{
    padding:0 14px !important;
  }
}

@media (min-width:1021px) and (max-width:1280px){
  html body .site-header .mega-menu.hancom-mega--unified{top:84px !important;}
}

@media (max-width:1020px){
  .hancom-mega--unified .hancom-mega__home-image{
    width:168px !important;
    height:94px !important;
  }
}

/* 2) Download list: filename-only, 60% width, color-only hover */
html body #download .download-list{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  gap:10px !important;
  width:100% !important;
}
html body #download .download-list > a{
  width:60% !important;
  max-width:760px !important;
  min-height:48px !important;
  padding:13px 16px !important;
  margin:0 !important;
  color:#6d7680 !important;
  font-size:13.5px !important;
  font-weight:300 !important;
  line-height:1.4 !important;
  background:transparent !important;
  border:1px solid rgba(17,24,39,.12) !important;
  border-radius:0 !important;
  box-shadow:none !important;
  transform:none !important;
  transition:color .16s ease !important;
}
html body #download .download-list > a:hover,
html body #download .download-list > a:focus-visible{
  color:#111820 !important;
  background:transparent !important;
  border-color:rgba(17,24,39,.12) !important;
  box-shadow:none !important;
  transform:none !important;
  outline:none !important;
}
html body #download .download-toolbar{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
@media(max-width:820px){
  html body #download .download-list > a{
    width:100% !important;
    max-width:none !important;
  }
}

/* 3) Inquiry section helper copy */
html body #inquiry .inquiry-section-copy{
  margin:12px 0 0 !important;
  max-width:225px !important;
  color:#68727d !important;
  font-size:13.5px !important;
  line-height:1.65 !important;
  font-weight:300 !important;
  letter-spacing:-.01em !important;
}
@media(max-width:820px){
  html body #inquiry .inquiry-section-copy{max-width:none !important;}
}

/* 4) Four Gracious Plants art: 60% of the current visual size */
html body main .core-capability-card .core-capability-card__art,
html body main .core-capability-card:hover .core-capability-card__art,
html body main .core-capability-card:focus-within .core-capability-card__art{
  transform:scale(.6) !important;
  transform-origin:right bottom !important;
}


/* === v270: two-column downloads, clearer inquiry copy, refined submenu === */

/* Download filenames: two boxes per row, narrower overall list */
html body #download .download-list{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  align-items:stretch !important;
  gap:10px 12px !important;
  width:80% !important;
  max-width:940px !important;
  margin-left:0 !important;
  margin-right:auto !important;
}
html body #download .download-list > a{
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  min-height:44px !important;
  padding:11px 14px !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  white-space:nowrap !important;
}
@media(max-width:920px){
  html body #download .download-list{
    width:100% !important;
    max-width:none !important;
  }
}
@media(max-width:640px){
  html body #download .download-list{
    grid-template-columns:1fr !important;
  }
}

/* Inquiry helper text: slightly larger and darker */
html body #inquiry .inquiry-section-copy{
  max-width:300px !important;
  color:#46515d !important;
  font-size:15px !important;
  line-height:1.62 !important;
  font-weight:400 !important;
}

/* Submenu: a little wider, more compact vertically, centered home action */
.hancom-mega--unified .hancom-mega__intro--unified{
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
}
.hancom-mega--unified .hancom-mega__home-image{
  width:158px !important;
  height:82px !important;
  margin:0 auto 9px !important;
  object-fit:cover !important;
  object-position:center !important;
}
.hancom-mega--unified .hancom-mega__home{
  margin:0 auto !important;
  align-self:center !important;
  min-height:32px !important;
  padding:0 13px !important;
}
.hancom-mega--unified .hancom-mega__col h4{
  margin-bottom:7px !important;
}
.hancom-mega--unified .hancom-mega__col a{
  padding:4px 0 !important;
  line-height:1.35 !important;
}
@media (min-width:1021px){
  html body .site-header .mega-menu.hancom-mega--unified{
    width:min(980px,calc(100vw - 64px)) !important;
    max-width:980px !important;
    padding:15px 24px 17px !important;
  }
  html body .hancom-mega--unified .hancom-mega__inner--unified{
    grid-template-columns:182px minmax(0,1fr) !important;
    gap:20px !important;
    align-items:center !important;
  }
  html body .hancom-mega--unified .hancom-mega__intro--unified{
    padding:0 20px 0 0 !important;
  }
  html body .hancom-mega--unified .hancom-mega__col{
    padding:0 16px !important;
  }
}
@media (min-width:1021px) and (max-width:1280px){
  html body .site-header .mega-menu.hancom-mega--unified{
    width:min(940px,calc(100vw - 40px)) !important;
    max-width:940px !important;
  }
}
@media (max-width:1020px){
  .hancom-mega--unified .hancom-mega__home-image{
    width:170px !important;
    height:88px !important;
  }
}


/* bundled from shared-submenu-v272.css */
/* TELADIN v272 — one shared submenu instance per page */
.site-header .hancom-gnb{position:relative;}
.site-header .shared-mega-menu{
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  transform:translate(-50%,10px) !important;
}
.site-header .shared-mega-menu.is-open{
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
  transform:translate(-50%,0) !important;
}
.site-header .shared-mega-trigger > a[aria-expanded="true"]{color:var(--blue,#0094c6);}
@media (min-width:1021px){
  .site-header .shared-mega-menu{
    position:fixed !important;
    left:50% !important;
    top:96px !important;
  }
}
@media (min-width:1021px) and (max-width:1280px){
  .site-header .shared-mega-menu{top:84px !important;}
}
@media (max-width:1020px){
  .site-header .hancom-gnb .shared-mega-menu{
    position:static !important;
    left:auto !important;
    top:auto !important;
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    transform:none !important;
    display:none !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    border-left:0 !important;
    border-right:0 !important;
  }
  .site-header .hancom-gnb.is-open .shared-mega-menu{
    display:block !important;
  }
}


/* bundled from site-refinements-v273.css */
/* TELADIN v273 — submenu/product/hero refinements */
@media (min-width:1021px){
  html body .site-header .shared-mega-menu{
    width:min(1080px,calc(100vw - 72px)) !important;
    max-width:1080px !important;
    top:96px !important;
    margin-top:0 !important;
    border-top:1px solid rgba(17,24,39,.08) !important;
  }
  html body .site-header .shared-mega-menu .hancom-mega__inner--unified{
    width:100% !important;
    max-width:none !important;
    padding:18px 28px 20px !important;
    gap:28px !important;
  }
  html body .site-header .shared-mega-menu .hancom-mega__intro--unified{
    flex:0 0 210px !important;
    width:210px !important;
    align-self:stretch !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
  }
  html body .site-header .shared-mega-menu .hancom-mega__home-image{
    width:100% !important;
    height:112px !important;
    object-fit:contain !important;
    object-position:center !important;
    background:#fff !important;
    border:0 !important;
    transition:opacity .16s ease !important;
  }
  html body .site-header .shared-mega-menu .hancom-mega__home-image.is-changing{opacity:.25 !important;}
  html body .site-header .shared-mega-menu .hancom-mega__home{
    align-self:center !important;
    margin-top:12px !important;
  }
  html body .site-header .shared-mega-menu .hancom-mega__columns--unified{
    flex:1 1 auto !important;
    gap:18px !important;
  }
}
@media (min-width:1021px) and (max-width:1280px){
  html body .site-header .shared-mega-menu{top:84px !important;width:min(1020px,calc(100vw - 40px)) !important;}
}
/* Only the menu item under the pointer/focus changes color. */
html body .site-header [data-shared-mega-trigger][aria-expanded="true"],
html body .site-header [data-shared-mega-trigger].is-active{color:var(--blue,#0094c6) !important;}
html body .site-header [data-shared-mega-trigger][aria-expanded="false"]{color:#172330 !important;}
html body .site-header [data-shared-mega-trigger][aria-expanded="false"]:hover,
html body .site-header [data-shared-mega-trigger][aria-expanded="false"]:focus-visible{color:var(--blue,#0094c6) !important;}

/* Stabilize hero CTA hover: no shifting, no pseudo animation, clear fill only. */
html body main .hero[data-hero] .hero-actions .btn,
html body main .hero[data-hero] .hero-actions .btn:hover,
html body main .hero[data-hero] .hero-actions .btn:focus-visible{
  transform:none !important;
  translate:none !important;
  box-shadow:none !important;
  transition:background-color .18s ease,border-color .18s ease,color .18s ease !important;
}
html body main .hero[data-hero] .hero-actions .btn::before,
html body main .hero[data-hero] .hero-actions .btn::after{display:none !important;content:none !important;}
html body main .hero[data-hero] .hero-actions .btn:hover,
html body main .hero[data-hero] .hero-actions .btn:focus-visible{
  background:rgba(255,255,255,.20) !important;
  border-color:#fff !important;
  color:#fff !important;
}

/* Core capability typography: lighter, without changing layout. */
html body main .core-capability-card__copy h3{font-weight:400 !important;}
html body main .core-capability-card__copy p{font-weight:300 !important;}

/* Homepage PRODUCTS: slightly wider cards, keep every supplied image visible. */
html body main #featured-promos .product-static-grid{
  width:96% !important;
  max-width:1140px !important;
  gap:17px !important;
}
html body main #featured-promos .product-static-card__img,
html body main #featured-promos .product-static-card:hover .product-static-card__img,
html body main #featured-promos .product-static-card:focus-within .product-static-card__img{
  width:100% !important;
  aspect-ratio:1 / 1 !important;
  height:auto !important;
  object-fit:contain !important;
  object-position:center !important;
  transform:none !important;
  background:#fff !important;
}
@media(max-width:1080px){
  html body main #featured-promos .product-static-grid{width:98% !important;max-width:800px !important;}
}
@media(max-width:620px){
  html body main #featured-promos .product-static-grid{width:100% !important;max-width:380px !important;}
}


/* bundled from site-refinements-v275.css */
/* TELADIN v275 — opaque submenu, compact downloads, portrait homepage product cards */

/* 1) Shared submenu: no translucency */
html body .site-header .shared-mega-menu,
html body .site-header .shared-mega-menu.is-open{
  background:#fff !important;
  background-color:#fff !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}
html body .site-header .shared-mega-menu::before,
html body .site-header .shared-mega-menu::after{
  background:transparent !important;
  backdrop-filter:none !important;
}

/* 2) Download center: compact right-aligned toolbar and centered filename grid */
html body #download .download-toolbar{
  width:auto !important;
  max-width:720px !important;
  margin:0 0 18px auto !important;
  padding:0 !important;
  display:grid !important;
  grid-template-columns:minmax(260px, 420px) minmax(150px, 210px) !important;
  justify-content:end !important;
  align-items:end !important;
  gap:12px !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
html body #download .download-toolbar input,
html body #download .download-toolbar select{
  height:42px !important;
  background:#fff !important;
}
html body #download .download-list{
  width:78% !important;
  max-width:920px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:10px 12px !important;
}
html body #download .download-list > a{
  width:100% !important;
  min-width:0 !important;
  color:#292d32 !important;
  font-weight:300 !important;
  text-align:center !important;
  align-items:center !important;
  justify-content:center !important;
  background:transparent !important;
  box-shadow:none !important;
  transform:none !important;
  transition:color .15s ease,font-weight .15s ease !important;
}
html body #download .download-list > a:hover,
html body #download .download-list > a:focus-visible{
  color:#111418 !important;
  font-weight:600 !important;
  background:transparent !important;
  border-color:rgba(17,24,39,.12) !important;
  box-shadow:none !important;
  transform:none !important;
}
@media(max-width:900px){
  html body #download .download-toolbar{
    width:100% !important;
    max-width:none !important;
    grid-template-columns:minmax(0,1fr) minmax(145px,190px) !important;
  }
  html body #download .download-list{width:100% !important;max-width:none !important;}
}
@media(max-width:620px){
  html body #download .download-toolbar{grid-template-columns:1fr !important;}
  html body #download .download-list{grid-template-columns:1fr !important;}
}

/* 3) Homepage PRODUCTS: portrait visual cards like supplied reference */
html body main #featured-promos .product-static-grid{
  width:96% !important;
  max-width:1180px !important;
  margin:0 auto !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:18px !important;
}
html body main #featured-promos .product-static-card{
  position:relative !important;
  display:block !important;
  width:100% !important;
  aspect-ratio:1145 / 1374 !important;
  min-height:0 !important;
  padding:0 !important;
  overflow:hidden !important;
  border:0 !important;
  border-radius:28px !important;
  background:#f4f5f6 !important;
  box-shadow:none !important;
  transform:none !important;
}
html body main #featured-promos .product-static-card__img,
html body main #featured-promos .product-static-card:hover .product-static-card__img,
html body main #featured-promos .product-static-card:focus-within .product-static-card__img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  object-position:center !important;
  border-radius:inherit !important;
  background:transparent !important;
  transform:none !important;
}
html body main #featured-promos .product-static-card__caption{
  position:absolute !important;
  z-index:2 !important;
  top:7.2% !important;
  left:8% !important;
  right:8% !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  color:#fff !important;
  pointer-events:none !important;
}
html body main #featured-promos .product-static-card__caption strong{
  font-size:clamp(25px,2.25vw,40px) !important;
  line-height:1 !important;
  font-weight:800 !important;
  color:#fff !important;
}
html body main #featured-promos .product-static-card__caption b{
  margin-top:10px !important;
  font-size:clamp(11px,.92vw,16px) !important;
  line-height:1.35 !important;
  font-weight:600 !important;
  color:#fff !important;
}
html body main #featured-promos .product-static-card__btn{
  position:absolute !important;
  z-index:3 !important;
  left:7.2% !important;
  bottom:5.5% !important;
  width:auto !important;
  min-width:112px !important;
  height:40px !important;
  padding:0 17px !important;
  margin:0 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border:1px solid rgba(20,24,28,.62) !important;
  border-radius:8px !important;
  background:rgba(255,255,255,.12) !important;
  color:#fff !important;
  font-size:13px !important;
  font-weight:600 !important;
  box-shadow:none !important;
  transform:none !important;
  transition:background-color .16s ease,border-color .16s ease !important;
}
html body main #featured-promos .product-static-card__btn::before,
html body main #featured-promos .product-static-card__btn::after{display:none !important;content:none !important;}
html body main #featured-promos .product-static-card__btn:hover,
html body main #featured-promos .product-static-card__btn:focus-visible{
  background:var(--static-accent-hover) !important;
  border-color:var(--static-accent-hover) !important;
  color:#fff !important;
  box-shadow:none !important;
  transform:none !important;
}
html body main #featured-promos .product-static-card--5g{--static-accent-hover:#7a4d00 !important;}
html body main #featured-promos .product-static-card--lte{--static-accent-hover:#851919 !important;}
html body main #featured-promos .product-static-card--solution{--static-accent-hover:#3f2788 !important;}
html body main #featured-promos .product-static-card--mcx{--static-accent-hover:#004f6d !important;}
@media(max-width:1080px){
  html body main #featured-promos .product-static-grid{
    width:94% !important;
    max-width:760px !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}
@media(max-width:620px){
  html body main #featured-promos .product-static-grid{
    width:100% !important;
    max-width:390px !important;
    grid-template-columns:1fr !important;
  }
}


/* bundled from site-refinements-v276.css */
/* TELADIN v276 — submenu attachment, download alignment, homepage product cards */

/* 1) Attach the shared submenu directly to the bottom edge of the sticky header. */
@media (min-width:1021px){
  html body .site-header{overflow:visible !important;}
  html body .site-header .hancom-gnb{position:static !important;}
  html body .site-header .shared-mega-menu,
  html body .site-header .shared-mega-menu.is-open{
    position:absolute !important;
    top:100% !important;
    left:50% !important;
    margin-top:0 !important;
    width:min(1120px,calc(100vw - 56px)) !important;
    max-width:1120px !important;
    transform:translate(-50%,0) !important;
    border-top:1px solid rgba(17,24,39,.08) !important;
  }
}

/* 2) Download filenames: the grid stays centered, filenames themselves align left. */
html body #download .download-list > a{
  text-align:left !important;
  align-items:flex-start !important;
  justify-content:center !important;
  color:#171b20 !important;
  font-weight:300 !important;
}
html body #download .download-list > a:hover,
html body #download .download-list > a:focus-visible{
  color:#080b0e !important;
  font-weight:600 !important;
}

/* 3) Homepage PRODUCTS: about 10% larger, same image/card ratio, no cropping. */
html body main #featured-promos .product-static-grid{
  width:100% !important;
  max-width:1298px !important;
  gap:18px !important;
}
html body main #featured-promos .product-static-card__img,
html body main #featured-promos .product-static-card:hover .product-static-card__img,
html body main #featured-promos .product-static-card:focus-within .product-static-card__img{
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  object-position:center !important;
  transform:none !important;
  background:transparent !important;
}
/* Text colors harmonized with each supplied visual. */
html body main #featured-promos .product-static-card--5g .product-static-card__caption strong,
html body main #featured-promos .product-static-card--5g .product-static-card__caption b{color:#075fc5 !important;}
html body main #featured-promos .product-static-card--lte .product-static-card__caption strong,
html body main #featured-promos .product-static-card--lte .product-static-card__caption b{color:#ffffff !important;}
html body main #featured-promos .product-static-card--solution .product-static-card__caption strong,
html body main #featured-promos .product-static-card--solution .product-static-card__caption b{color:#49328f !important;}
html body main #featured-promos .product-static-card--mcx .product-static-card__caption strong,
html body main #featured-promos .product-static-card--mcx .product-static-card__caption b{color:#07506b !important;}
@media(max-width:1320px){
  html body main #featured-promos .product-static-grid{
    width:calc(100% - 32px) !important;
    max-width:1240px !important;
  }
}
@media(max-width:1080px){
  html body main #featured-promos .product-static-grid{
    width:96% !important;
    max-width:840px !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}
@media(max-width:620px){
  html body main #featured-promos .product-static-grid{
    width:100% !important;
    max-width:400px !important;
    grid-template-columns:1fr !important;
  }
}


/* bundled from site-refinements-v278.css */
/* TELADIN v278 — support download cleanup, homepage product restore, opaque header */

/* 1) Fully opaque top navigation background on every page. */
html body .site-header,
html body header.site-header{
  background:#fff !important;
  background-color:#fff !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}

/* 2) Support download heading: centered and use the same typography family as page hero titles. */
html body #download .download-section-head{
  width:100% !important;
  text-align:center !important;
  justify-content:center !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
html body #download .download-section-head h2{
  width:100% !important;
  margin:0 !important;
  text-align:center !important;
  font-family:"Noto Sans KR","Apple SD Gothic Neo",Pretendard,Arial,sans-serif !important;
  font-size:clamp(25px,3vw,38px) !important;
  line-height:1.15 !important;
  font-weight:500 !important;
  letter-spacing:-.04em !important;
  color:#111827 !important;
}

/* Compact search/category controls, one centered row, without the deleted labels or outer border. */
html body #download .download-toolbar{
  width:min(650px,100%) !important;
  max-width:650px !important;
  margin:0 auto 22px !important;
  padding:0 !important;
  display:grid !important;
  grid-template-columns:minmax(0,1.65fr) minmax(170px,.75fr) !important;
  gap:12px !important;
  align-items:center !important;
  justify-content:center !important;
  background:transparent !important;
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
}
html body #download .download-toolbar label{display:none !important;}
html body #download .download-toolbar input,
html body #download .download-toolbar select{
  margin:0 !important;
}
html body #download .download-result-bar{display:none !important;}

/* Download filenames: black/light by default; only one hover behavior (weight change). */
html body #download .download-list{
  margin-left:auto !important;
  margin-right:auto !important;
}
html body #download .download-list > a{
  color:#000 !important;
  -webkit-text-fill-color:#000 !important;
  font-weight:300 !important;
  text-align:left !important;
  align-items:flex-start !important;
  justify-content:center !important;
  background:transparent !important;
  border-color:rgba(17,24,39,.12) !important;
  box-shadow:none !important;
  transform:none !important;
  transition:font-weight .15s ease !important;
}
html body #download .download-list > a:hover,
html body #download .download-list > a:focus-visible{
  color:#000 !important;
  -webkit-text-fill-color:#000 !important;
  font-weight:600 !important;
  background:transparent !important;
  border-color:rgba(17,24,39,.12) !important;
  box-shadow:none !important;
  transform:none !important;
  outline:none !important;
}
html body #download .download-list > a::before,
html body #download .download-list > a::after{
  display:none !important;
  content:none !important;
}

/* 3) Restore the homepage PRODUCTS section to the standard content width.
   Increase the cards/image area from the previously reduced layout to the full 1180px width (~10%),
   while preserving the supplied image ratio and preventing cropping. */
html body main #featured-promos > .container{
  width:min(1180px,calc(100% - 40px)) !important;
  max-width:1180px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
html body main #featured-promos .product-static-grid{
  width:100% !important;
  max-width:1180px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  gap:18px !important;
}
html body main #featured-promos .product-static-card{
  aspect-ratio:1145 / 1374 !important;
}
html body main #featured-promos .product-static-card__img,
html body main #featured-promos .product-static-card:hover .product-static-card__img,
html body main #featured-promos .product-static-card:focus-within .product-static-card__img{
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  max-width:100% !important;
  max-height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  transform:none !important;
}

@media(max-width:820px){
  html body #download .download-toolbar{
    width:min(520px,100%) !important;
    grid-template-columns:1fr !important;
  }
}
@media(max-width:620px){
  html body main #featured-promos > .container{
    width:calc(100% - 24px) !important;
  }
}


/* bundled from site-stability-v282.css */
/* TELADIN v282 — final stability overrides
   Restores rules that existed in v277/v279 but were not linked by v281,
   and isolates the requested support, submenu, and homepage widths. */

/* A. Support sections must use the exact same common width as the footer. */
html body main section#download > .container,
html body main section#inquiry > .container,
html body section#download.download-center-v281 > .container,
html body section#inquiry > .container{
  width:min(1180px,calc(100% - 40px)) !important;
  max-width:1180px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:0 !important;
  padding-right:0 !important;
  box-sizing:border-box !important;
}
html body section#download.download-center-v281 .download-center-shell,
html body section#inquiry .support-grid{
  width:100% !important;
  max-width:100% !important;
  margin-left:auto !important;
  margin-right:auto !important;
  box-sizing:border-box !important;
}

/* B. Download title and list. */
html body section#download.download-center-v281 .download-section-head{
  padding-bottom:0 !important;
  margin-bottom:30px !important;
}
html body section#download.download-center-v281 .download-section-head::after{
  display:none !important;
  content:none !important;
}
html body section#download.download-center-v281 .download-section-head h2{
  text-align:center !important;
  letter-spacing:.01em !important;
}

/* Fill the first visual column from top to bottom, then the second column. */
html body section#download.download-center-v281 .download-list{
  width:min(1060px,100%) !important;
  max-width:1060px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  grid-template-rows:repeat(var(--download-rows,8),auto) !important;
  grid-auto-flow:column !important;
  align-items:stretch !important;
}
html body section#download.download-center-v281 .download-list > a,
html body section#download.download-center-v281 .download-list > a:visited{
  text-align:left !important;
  justify-content:flex-start !important;
  align-items:center !important;
}

/* C. Shared submenu: restore the missing first-column breathing room. */
@media(min-width:1021px){
  html body .site-header .shared-mega-menu,
  html body .site-header .shared-mega-menu.is-open{
    width:min(1160px,calc(100vw - 48px)) !important;
    max-width:1160px !important;
  }
  html body .site-header .shared-mega-menu .hancom-mega__col{
    padding-left:20px !important;
    padding-right:20px !important;
    box-sizing:border-box !important;
  }
  html body .site-header .shared-mega-menu .hancom-mega__col:first-child{
    padding-left:28px !important;
  }
}

/* D. Homepage PRODUCTS and Core Capabilities share one wide content boundary.
   This restores the v279 alignment that disappeared because v279 was not loaded. */
html body main section#featured-promos > .container,
html body main section#core-capabilities > .container{
  width:min(1690px,calc(100% - 128px)) !important;
  max-width:1690px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:0 !important;
  padding-right:0 !important;
  box-sizing:border-box !important;
}
html body main section#featured-promos .product-static-grid{
  width:100% !important;
  max-width:none !important;
  margin-left:0 !important;
  margin-right:0 !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:18px !important;
}
html body main section#featured-promos .product-static-card{
  width:100% !important;
  max-width:none !important;
  aspect-ratio:1145 / 1374 !important;
}
html body main section#featured-promos .product-static-card__img,
html body main section#featured-promos .product-static-card:hover .product-static-card__img,
html body main section#featured-promos .product-static-card:focus-within .product-static-card__img{
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  max-width:100% !important;
  max-height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  transform:none !important;
}

@media(max-width:1180px){
  html body main section#featured-promos > .container,
  html body main section#core-capabilities > .container{
    width:calc(100% - 40px) !important;
  }
  html body main section#featured-promos .product-static-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}
@media(max-width:760px){
  html body section#download.download-center-v281 .download-list{
    width:100% !important;
    grid-template-columns:1fr !important;
    grid-template-rows:none !important;
    grid-auto-flow:row !important;
  }
}
@media(max-width:620px){
  html body main section#featured-promos > .container,
  html body main section#core-capabilities > .container,
  html body main section#download > .container,
  html body main section#inquiry > .container{
    width:calc(100% - 24px) !important;
  }
  html body main section#featured-promos .product-static-grid{
    grid-template-columns:1fr !important;
  }
}


/* bundled from site-stability-v283.css */
/* TELADIN v283 — deterministic final overrides */

/* Support download filenames: explicit child span prevents old inherited
   text-align/flex rules from visually re-centering the filename. */
html body section#download.download-center-v281 .download-list > a,
html body section#download.download-center-v281 .download-list > a:visited{
  display:flex !important;
  flex-direction:row !important;
  justify-content:flex-start !important;
  align-items:center !important;
  text-align:left !important;
}
html body section#download.download-center-v281 .download-list > a > .download-file-name{
  display:block !important;
  flex:1 1 auto !important;
  width:100% !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
  text-align:left !important;
  color:inherit !important;
  font:inherit !important;
  line-height:inherit !important;
  white-space:normal !important;
  overflow-wrap:anywhere !important;
}

/* Product inquiry CTA: freeze geometry; only fill/color/border animate. */
html body .site-header .nav-cta.nav-cta--icon{
  transform:none !important;
  box-shadow:none !important;
  background-color:#fff !important;
  background-image:linear-gradient(90deg,var(--teladin-blue,#0094c6),var(--teladin-blue,#0094c6)) !important;
  background-repeat:no-repeat !important;
  background-position:left center !important;
  background-size:0 100% !important;
  color:#222d38 !important;
  border-color:#b9c1c9 !important;
  transition:background-size .28s ease,color .18s ease,border-color .18s ease !important;
}
html body .site-header .nav-cta.nav-cta--icon::before,
html body .site-header .nav-cta.nav-cta--icon::after{
  display:none !important;
  content:none !important;
}
html body .site-header .nav-cta.nav-cta--icon:hover,
html body .site-header .nav-cta.nav-cta--icon:focus-visible{
  transform:none !important;
  box-shadow:none !important;
  background-color:#fff !important;
  background-size:100% 100% !important;
  color:#fff !important;
  border-color:var(--teladin-blue,#0094c6) !important;
}
html body .site-header .nav-cta.nav-cta--icon:active{
  transform:none !important;
}


/* bundled from site-stability-v284.css */
/* TELADIN v284 — isolated final fixes.
   This file is intentionally loaded last so legacy versioned CSS cannot reintroduce
   duplicate homepage card layers, incorrect anchor offsets, or conflicting CTA motion. */

/* 1. Homepage PRODUCTS: one image layer, one ratio, one radius. */
html body.page-home-v284 main #featured-promos .product-static-grid{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:18px !important;
}
html body.page-home-v284 main #featured-promos .product-static-card{
  position:relative !important;
  display:block !important;
  width:100% !important;
  aspect-ratio:3 / 4 !important;
  min-height:0 !important;
  padding:0 !important;
  overflow:hidden !important;
  isolation:isolate !important;
  border:0 !important;
  border-radius:26px !important;
  background:transparent !important;
  background-image:none !important;
  box-shadow:none !important;
  transform:none !important;
}
html body.page-home-v284 main #featured-promos .product-static-card::before,
html body.page-home-v284 main #featured-promos .product-static-card::after{
  display:none !important;
  content:none !important;
  background:none !important;
}
html body.page-home-v284 main #featured-promos .product-static-card__img,
html body.page-home-v284 main #featured-promos .product-static-card:hover .product-static-card__img,
html body.page-home-v284 main #featured-promos .product-static-card:focus-within .product-static-card__img{
  position:absolute !important;
  inset:0 !important;
  z-index:0 !important;
  display:block !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  max-height:none !important;
  padding:0 !important;
  margin:0 !important;
  object-fit:contain !important;
  object-position:center !important;
  border:0 !important;
  border-radius:26px !important;
  background:transparent !important;
  box-shadow:none !important;
  transform:none !important;
  opacity:1 !important;
}
html body.page-home-v284 main #featured-promos .product-static-card__caption{
  z-index:2 !important;
}
html body.page-home-v284 main #featured-promos .product-static-card__btn{
  z-index:3 !important;
}
@media(max-width:1180px){
  html body.page-home-v284 main #featured-promos .product-static-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}
@media(max-width:620px){
  html body.page-home-v284 main #featured-promos .product-static-grid{
    grid-template-columns:1fr !important;
  }
}

/* 2. Correct anchor landing below the sticky header, including product/solution/support IDs. */
html{scroll-padding-top:0 !important;}
html body main section[id],
html body main [id].anchor-target,
html body footer[id]{
  scroll-margin-top:116px !important;
}
@media(max-width:1020px){
  html body main section[id],
  html body main [id].anchor-target,
  html body footer[id]{scroll-margin-top:96px !important;}
}
@media(max-width:720px){
  html body main section[id],
  html body main [id].anchor-target,
  html body footer[id]{scroll-margin-top:82px !important;}
}

/* 3. Homepage CTA hover: same left-to-right fill concept as the header inquiry CTA.
      Existing button colors are preserved; only the transition method is unified. */
html body.page-home-v284 main .hero[data-hero] .hero-actions .btn,
html body.page-home-v284 main #featured-promos .product-static-card__btn{
  position:relative !important;
  overflow:hidden !important;
  isolation:isolate !important;
  transform:none !important;
  translate:none !important;
  box-shadow:none !important;
  background-repeat:no-repeat !important;
  background-position:left center !important;
  background-size:0 100% !important;
  transition:background-size .28s ease,border-color .18s ease,color .18s ease !important;
}
html body.page-home-v284 main .hero[data-hero] .hero-actions .btn::before,
html body.page-home-v284 main .hero[data-hero] .hero-actions .btn::after,
html body.page-home-v284 main #featured-promos .product-static-card__btn::before,
html body.page-home-v284 main #featured-promos .product-static-card__btn::after{
  display:none !important;
  content:none !important;
}
html body.page-home-v284 main .hero[data-hero] .hero-actions .btn,
html body.page-home-v284 main .hero[data-hero] .hero-actions .btn:link,
html body.page-home-v284 main .hero[data-hero] .hero-actions .btn:visited{
  background-color:transparent !important;
  background-image:linear-gradient(rgba(255,255,255,.20),rgba(255,255,255,.20)) !important;
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  border-color:#fff !important;
}
html body.page-home-v284 main .hero[data-hero] .hero-actions .btn:hover,
html body.page-home-v284 main .hero[data-hero] .hero-actions .btn:focus-visible{
  background-color:transparent !important;
  background-size:100% 100% !important;
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  border-color:#fff !important;
  transform:none !important;
}
html body.page-home-v284 main #featured-promos .product-static-card__btn{
  background-color:rgba(255,255,255,.12) !important;
  background-image:linear-gradient(var(--static-accent-hover),var(--static-accent-hover)) !important;
  color:#fff !important;
}
html body.page-home-v284 main #featured-promos .product-static-card__btn:hover,
html body.page-home-v284 main #featured-promos .product-static-card__btn:focus-visible{
  background-color:rgba(255,255,255,.12) !important;
  background-size:100% 100% !important;
  border-color:var(--static-accent-hover) !important;
  color:#fff !important;
  transform:none !important;
}


/* bundled from site-stability-v285.css */
/* TELADIN v285 — isolated interaction and layout fixes, loaded last. */

/* 1) Homepage product-card CTA: fixed, identical position on every card. */
html body.page-home-v284 main #featured-promos .product-static-card{
  padding-bottom:0 !important;
}
html body.page-home-v284 main #featured-promos .product-static-card__btn{
  position:absolute !important;
  left:20px !important;
  right:auto !important;
  bottom:18px !important;
  top:auto !important;
  z-index:5 !important;
  width:116px !important;
  min-width:116px !important;
  height:42px !important;
  min-height:42px !important;
  margin:0 !important;
  padding:0 16px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  white-space:nowrap !important;
  line-height:1 !important;
}
@media(max-width:620px){
  html body.page-home-v284 main #featured-promos .product-static-card__btn{
    left:16px !important;
    bottom:16px !important;
  }
}

/* 2) Hero CTA typography and DOWNLOAD CENTER width. */
html body.page-home-v284 main .hero[data-hero] .hero-actions .btn,
html body.page-home-v284 main .hero[data-hero] .hero-actions .btn span{
  font-weight:400 !important;
  letter-spacing:-.01em !important;
}
html body.page-home-v284 main .hero[data-hero] .pptx-roadmap__actions .btn:last-child{
  width:auto !important;
  min-width:190px !important;
  padding-left:22px !important;
  padding-right:22px !important;
  white-space:nowrap !important;
}

/* 3) Header inquiry CTA: same fill interaction, updated navy color. */
html body .site-header .nav-cta.nav-cta--icon{
  background-image:linear-gradient(90deg,#0b1f33,#0b1f33) !important;
}
html body .site-header .nav-cta.nav-cta--icon:hover,
html body .site-header .nav-cta.nav-cta--icon:focus-visible{
  border-color:#0b1f33 !important;
}

/* 4) Support inquiry button: no movement, black fill on hover. */
html body #inquiry .inquiry-submit-btn{
  position:relative !important;
  overflow:hidden !important;
  transform:none !important;
  box-shadow:none !important;
  background-color:#3b3f44 !important;
  background-image:linear-gradient(90deg,#000,#000) !important;
  background-repeat:no-repeat !important;
  background-position:left center !important;
  background-size:0 100% !important;
  border-color:#3b3f44 !important;
  color:#fff !important;
  transition:background-size .28s ease,border-color .18s ease,color .18s ease !important;
}
html body #inquiry .inquiry-submit-btn::before,
html body #inquiry .inquiry-submit-btn::after{display:none !important;content:none !important;}
html body #inquiry .inquiry-submit-btn:hover,
html body #inquiry .inquiry-submit-btn:focus-visible{
  background-color:#3b3f44 !important;
  background-size:100% 100% !important;
  border-color:#000 !important;
  color:#fff !important;
  transform:none !important;
  box-shadow:none !important;
}

/* 5) Language switch feedback. */
html body .lang-switch.is-en img{display:none !important;}
html body .lang-switch.is-en::after{
  content:'KOR';
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:34px;
  height:28px;
  color:#111820;
  font-size:11px;
  font-weight:700;
  letter-spacing:.04em;
}

/* 6) Discourage copying while preserving form usability and accessibility. */
html body:not(.allow-selection),
html body:not(.allow-selection) main,
html body:not(.allow-selection) header,
html body:not(.allow-selection) footer{
  -webkit-user-select:none;
  user-select:none;
}
html body input,
html body textarea,
html body select,
html body [contenteditable='true']{
  -webkit-user-select:text !important;
  user-select:text !important;
}


/* bundled from site-stability-v286.css */
/* TELADIN v286 — English completeness, home-card sizing/radius, inquiry CTA, language icon. */

/* Home PRODUCTS: preserve concept, reduce both dimensions by 5%, normalize radius. */
html body.page-home-v284 main #featured-promos .product-static-grid{
  width:95% !important;
  max-width:95% !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
html body.page-home-v284 main #featured-promos .product-static-card{
  width:100% !important;
  aspect-ratio:3 / 4 !important;
  border-radius:22px !important;
  overflow:hidden !important;
  background:transparent !important;
  box-shadow:none !important;
  transform:none !important;
}
html body.page-home-v284 main #featured-promos .product-static-card__img,
html body.page-home-v284 main #featured-promos .product-static-card:hover .product-static-card__img,
html body.page-home-v284 main #featured-promos .product-static-card:focus-within .product-static-card__img{
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  border-radius:inherit !important;
  object-fit:contain !important;
  object-position:center !important;
  transform:none !important;
}
html body.page-home-v284 main #featured-promos .product-static-card__caption strong{
  font-weight:400 !important;
}
html body.page-home-v284 main #featured-promos .product-static-card__caption b,
html body.page-home-v284 main #featured-promos .product-static-card__btn,
html body.page-home-v284 main #featured-promos .product-static-card__btn span{
  font-weight:300 !important;
}
@media(max-width:620px){
  html body.page-home-v284 main #featured-promos .product-static-grid{
    width:100% !important;
    max-width:100% !important;
  }
}

/* Support inquiry: light gray default, stable black left-to-right fill on hover. */
html body #inquiry .inquiry-submit-btn{
  background-color:#d9dbde !important;
  background-image:linear-gradient(90deg,#000,#000) !important;
  background-repeat:no-repeat !important;
  background-position:left center !important;
  background-size:0 100% !important;
  border-color:#c9ccd0 !important;
  color:#20242a !important;
  -webkit-text-fill-color:#20242a !important;
  transform:none !important;
  box-shadow:none !important;
  transition:background-size .28s ease,border-color .18s ease,color .18s ease !important;
}
html body #inquiry .inquiry-submit-btn:hover,
html body #inquiry .inquiry-submit-btn:focus-visible{
  background-color:#d9dbde !important;
  background-size:100% 100% !important;
  border-color:#000 !important;
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  transform:none !important;
  box-shadow:none !important;
}

/* Keep the globe icon visible; English mode swaps the embedded label from ENG to KR. */
html body .lang-switch.is-en img{
  display:block !important;
}
html body .lang-switch.is-en::after{
  display:none !important;
  content:none !important;
}


/* === v287 language text switch: image-free ENG/KR control === */
html body .lang-switch{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:46px !important;
  height:38px !important;
  padding:0 8px !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  color:#25313d !important;
  text-decoration:none !important;
  overflow:visible !important;
}
html body .lang-switch img{display:none !important;}
html body .lang-switch::before,
html body .lang-switch::after{display:none !important;content:none !important;}
html body .lang-switch .lang-switch__label{
  display:block !important;
  color:inherit !important;
  font-size:13px !important;
  line-height:1 !important;
  font-weight:600 !important;
  letter-spacing:.055em !important;
  white-space:nowrap !important;
  transition:color .18s ease !important;
}
html body .lang-switch:hover,
html body .lang-switch:focus-visible{
  color:#0094c6 !important;
  background:transparent !important;
  transform:none !important;
}


/* === v288: exact user-provided 2048x370 hero artwork === */
.page-hero.compact.products-hero-main,
.page-hero.compact.support-hero-main,
.solutions-v149-hero{
  background-repeat:no-repeat !important;
  background-position:right center !important;
  background-size:cover !important;
}
