/* TELADIN Support page consolidated stylesheet v298. */
/* Source order preserved to maintain v297 computed styles. */

/* ===== BEGIN support.css ===== */
/* TELADIN support page final styles v1.61
   Scope: support.html only.
   Notes: Hero image and Download Center styles are intentionally isolated from style.css. */
/* Legacy support hero background removed; final hero rules are defined in page-hero-custom.css below. */




/* === v2.51: password prompt only when a file download starts === */
.download-center-shell{width:100%;}
.download-center-shell .download-list{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}
.download-center-shell .download-list>a{display:flex;flex-direction:column;gap:4px;min-height:88px;padding:20px;border:1px solid rgba(17,24,39,.10);background:#fff;transition:border-color .18s ease,background-color .18s ease;}
.download-center-shell .download-list>a:hover{border-color:#0094c6;background:#f5fbfd;}
.download-center-shell .download-list>a b{font-size:16px;color:#111820;}
.download-center-shell .download-list>a span{font-size:13px;color:#637080;}
body.download-modal-open{overflow:hidden;}
.download-password-modal{position:fixed;inset:0;display:none;z-index:2200;}
.download-password-modal.is-open{display:block;}
.download-password-modal__backdrop{position:absolute;inset:0;background:rgba(10,20,30,.48);backdrop-filter:blur(3px);}
.download-password-modal__panel{position:relative;width:min(430px,calc(100% - 32px));margin:17vh auto 0;padding:30px 28px 24px;background:#fff;border:1px solid rgba(17,24,39,.10);box-shadow:0 24px 64px rgba(10,20,30,.24);}
.download-password-modal__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin-bottom:15px;background:#edf8fc;color:#0094c6;}
.download-password-modal__icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.download-password-modal__eyebrow{margin:0 0 5px;color:#0094c6;font-size:11px;font-weight:700;letter-spacing:.14em;}
.download-password-modal h3{margin:0 0 10px;font-size:23px;line-height:1.25;color:#111820;}
.download-password-modal__desc{margin:0 0 18px;color:#637080;font-size:14px;line-height:1.65;}
.download-password-modal input{width:100%;height:46px;padding:0 14px;border:1px solid #cfd8df;outline:none;}
.download-password-modal input:focus{border-color:#0094c6;box-shadow:0 0 0 3px rgba(0,148,198,.10);}
.download-password-modal__msg{min-height:22px;margin:9px 0 0;font-size:13px;}
.download-password-modal__msg.is-error{color:#d83232;}
.download-password-modal__msg.is-info{color:#0094c6;}
.download-password-modal__actions{display:flex;justify-content:flex-end;gap:9px;margin-top:16px;}
.download-password-modal__actions button{min-width:84px;height:40px;border:1px solid #111820;cursor:pointer;}
.download-password-modal__cancel{background:#fff;color:#111820;}
.download-password-modal__confirm{background:#111820;color:#fff;}
.download-password-modal__confirm:hover{background:#0094c6;border-color:#0094c6;}
@media(max-width:720px){.download-center-shell .download-list{grid-template-columns:1fr;}.download-password-modal__panel{margin-top:12vh;padding:26px 20px 20px;}}


/* === v2.52: scalable download center for large document libraries === */
.download-toolbar{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(190px,.6fr);gap:14px;margin-bottom:16px;padding:18px;background:#fff;border:1px solid rgba(17,24,39,.10);}
.download-toolbar label{display:block;margin-bottom:7px;color:#111820;font-size:12px;font-weight:700;}
.download-toolbar input,.download-toolbar select{width:100%;height:46px;padding:0 14px;border:1px solid #cfd8df;background:#fff;color:#111820;outline:none;}
.download-toolbar input:focus,.download-toolbar select:focus{border-color:#0094c6;box-shadow:0 0 0 3px rgba(0,148,198,.09);}
.download-result-bar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin:0 0 12px;color:#637080;font-size:13px;}
.download-result-bar [data-download-result-count]{font-weight:700;color:#111820;}
.download-center-shell .download-list{scroll-margin-top:120px;}
.download-center-shell .download-list>a[hidden]{display:none !important;}
.download-pagination{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:6px;margin-top:24px;}
.download-pagination button{min-width:38px;height:38px;padding:0 11px;border:1px solid #cfd8df;background:#fff;color:#111820;cursor:pointer;}
.download-pagination button:hover:not(:disabled),.download-pagination button[aria-current="page"]{background:#111820;color:#fff;border-color:#111820;}
.download-pagination button:disabled{opacity:.38;cursor:default;}
.download-empty{margin:24px 0 0;padding:28px;text-align:center;background:#fff;border:1px solid rgba(17,24,39,.10);color:#637080;}
@media(max-width:720px){.download-toolbar{grid-template-columns:1fr;padding:14px;}.download-result-bar{align-items:flex-start;flex-direction:column;gap:4px;}.download-pagination{justify-content:flex-start;}}


/* === v2.53 download heading + password visibility toggle === */
.download-section-head{
  text-align:left !important;
  max-width:none !important;
  margin:0 0 26px !important;
}
.download-section-head h2{
  margin:0 !important;
  font-size:clamp(24px,2.4vw,34px) !important;
  line-height:1.2 !important;
  font-weight:400 !important;
  letter-spacing:-.03em !important;
  color:#111820 !important;
}
.download-password-field{
  position:relative;
}
.download-password-field input{
  padding-right:64px !important;
}
.download-password-toggle{
  position:absolute;
  top:50%;
  right:8px;
  transform:translateY(-50%);
  min-width:48px;
  height:32px;
  padding:0 10px;
  border:0;
  background:transparent;
  color:#4b5563;
  font-size:13px;
  font-weight:500;
  cursor:pointer;
}
.download-password-toggle:hover,
.download-password-toggle:focus-visible{
  color:#0094c6;
  outline:none;
}


/* === v263 inquiry simplification + privacy consent === */
#inquiry .support-grid{
  grid-template-columns:minmax(180px,.52fr) minmax(0,1.48fr) !important;
  align-items:start !important;
  gap:clamp(28px,5vw,74px) !important;
}
#inquiry .support-grid > div:first-child h2{
  margin:0 !important;
  font-size:clamp(25px,2.4vw,36px) !important;
  line-height:1.2 !important;
  font-weight:300 !important;
  letter-spacing:-.035em !important;
  color:#111820 !important;
}
#inquiry .inquiry-form,
#inquiry .inquiry-form label,
#inquiry .inquiry-form input,
#inquiry .inquiry-form select,
#inquiry .inquiry-form textarea,
#inquiry .inquiry-form button{
  font-weight:300 !important;
}
#inquiry .inquiry-form label{
  color:#344252 !important;
}
.privacy-consent{
  grid-column:1 / -1;
  margin-top:2px;
}
.privacy-consent__title{
  margin:0 0 9px;
  color:#344252;
  font-size:14px;
  font-weight:300;
}
.privacy-consent__box{
  height:210px;
  overflow-y:auto;
  padding:20px;
  border:1px solid #e1e6ea;
  border-radius:10px;
  background:#f7f8fa;
  color:#627080;
  font-size:13px;
  line-height:1.55;
  scrollbar-width:thin;
}
.privacy-consent__box p{margin:0 0 15px;}
.privacy-consent__box h4{
  margin:20px 0 8px;
  color:#111820;
  font-size:14px;
  font-weight:500;
}
.privacy-consent__box strong{color:#344252;font-weight:500;}
.privacy-consent__check{
  display:flex !important;
  align-items:center;
  gap:7px;
  margin-top:12px;
  color:#111820 !important;
  font-size:13px;
  font-weight:300 !important;
}
.privacy-consent__check input{
  width:16px !important;
  height:16px !important;
  margin:0 !important;
  flex:0 0 16px;
}
.inquiry-submit-btn{
  width:auto !important;
  min-width:132px !important;
  padding-left:24px !important;
  padding-right:24px !important;
  justify-self:start !important;
  font-weight:300 !important;
}
@media(max-width:820px){
  #inquiry .support-grid{grid-template-columns:1fr !important;gap:22px !important;}
  .privacy-consent__box{height:190px;padding:16px;}
}

/* === v264 transparent filename-only download center and privacy notice === */
.download-toolbar{
  background:transparent !important;
  border-color:rgba(17,24,39,.10) !important;
  border-radius:0 !important;
}
.download-center-shell .download-list>a{
  min-height:56px !important;
  padding:16px 18px !important;
  justify-content:center !important;
  border:1px solid rgba(17,24,39,.12) !important;
  border-radius:0 !important;
  background:transparent !important;
  color:#17202a !important;
  font-size:14px !important;
  font-weight:500 !important;
  line-height:1.45 !important;
  transition:none !important;
}
.download-center-shell .download-list>a:hover,
.download-center-shell .download-list>a:focus-visible{
  border-color:rgba(17,24,39,.12) !important;
  background:transparent !important;
  color:#17202a !important;
  transform:none !important;
  box-shadow:none !important;
  outline:none !important;
}
.download-center-shell .download-list>a b,
.download-center-shell .download-list>a span{display:none !important;}
.privacy-consent__notice{
  margin:12px 0 0 !important;
  color:#111820 !important;
  font-size:13px !important;
  line-height:1.55 !important;
  font-weight:300 !important;
}


/* === v265 inquiry and download refinements === */
#inquiry .inquiry-form > label{
  color:#000 !important;
  font-weight:500 !important;
}
#inquiry .inquiry-form input,
#inquiry .inquiry-form select,
#inquiry .inquiry-form textarea{
  color:#111 !important;
  font-weight:400 !important;
}
#inquiry .inquiry-form input::placeholder{
  color:transparent !important;
}
#inquiry .inquiry-form textarea::placeholder{
  color:#7a8491 !important;
  opacity:1 !important;
  font-weight:300 !important;
  line-height:1.7 !important;
}
#inquiry .inquiry-submit-btn{
  display:flex !important;
  width:auto !important;
  min-width:132px !important;
  margin:14px auto 0 !important;
  justify-self:center !important;
  align-self:center !important;
  background:#3b3f44 !important;
  border-color:#3b3f44 !important;
  color:#fff !important;
  font-weight:400 !important;
  transition:none !important;
  transform:none !important;
}
#inquiry .inquiry-submit-btn:hover,
#inquiry .inquiry-submit-btn:focus-visible{
  background:#3b3f44 !important;
  border-color:#3b3f44 !important;
  color:#fff !important;
  transform:none !important;
  box-shadow:none !important;
}
.download-toolbar{
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
  background:transparent !important;
}


/* === v266: flat download filename cards === */
.download-center-shell .download-list>a,
.download-center-shell .download-list>a:hover,
.download-center-shell .download-list>a:focus-visible{
  box-shadow:none !important;
  transform:none !important;
  transition:none !important;
  background:transparent !important;
  border-color:rgba(17,24,39,.12) !important;
}
.download-center-shell .download-list>a{
  font-weight:300 !important;
}


/* === v274: centered download cards, darker filenames, bold-on-hover === */
.download-center-shell .download-list{
  width:90% !important;
  max-width:90% !important;
  margin-left:auto !important;
  margin-right:auto !important;
  justify-content:center !important;
}
.download-center-shell .download-list>a{
  align-items:center !important;
  text-align:center !important;
  color:#4a4f55 !important;
  font-weight:300 !important;
  transition:color .16s ease, font-weight .16s ease !important;
}
.download-center-shell .download-list>a:hover,
.download-center-shell .download-list>a:focus-visible{
  color:#25282c !important;
  font-weight:600 !important;
}
@media(max-width:720px){
  .download-center-shell .download-list{
    width:100% !important;
    max-width:100% !important;
  }
}

/* === v280: refined B2B download center === */
#download{
  background:#faf9f8 !important;
}
#download > .container{
  width:min(1180px,calc(100% - 40px)) !important;
  max-width:1180px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
#download .download-section-head{
  position:relative;
  justify-content:center !important;
  text-align:center !important;
  margin-bottom:24px !important;
  padding-bottom:14px !important;
}
#download .download-section-head::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:0;
  width:54px;
  height:2px;
  transform:translateX(-50%);
  background:#8b2428;
}
#download .download-toolbar{
  width:min(620px,100%) !important;
  margin:0 auto 26px !important;
  padding:0 !important;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) 190px !important;
  gap:10px !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
#download .download-toolbar input,
#download .download-toolbar select{
  height:44px !important;
  background:#fff !important;
  border:1px solid #d8d8d8 !important;
  border-radius:5px !important;
  color:#242424 !important;
  box-shadow:none !important;
  transition:border-color .16s ease, box-shadow .16s ease !important;
}
#download .download-toolbar input:focus,
#download .download-toolbar select:focus{
  border-color:#8b2428 !important;
  box-shadow:0 0 0 3px rgba(139,36,40,.08) !important;
}
#download .download-list{
  width:min(1040px,100%) !important;
  max-width:1040px !important;
  margin:0 auto !important;
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  column-gap:34px !important;
  row-gap:0 !important;
}
#download .download-list>a{
  position:relative !important;
  min-height:58px !important;
  padding:16px 16px 15px 48px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  text-align:left !important;
  color:#202124 !important;
  font-size:14px !important;
  font-weight:300 !important;
  line-height:1.45 !important;
  background:transparent !important;
  border:0 !important;
  border-bottom:1px solid #dedede !important;
  border-radius:0 !important;
  box-shadow:none !important;
  transform:none !important;
  outline:none !important;
  transition:color .17s ease, background-color .17s ease, border-color .17s ease !important;
}
#download .download-list>a::before{
  content:"PDF";
  position:absolute;
  left:14px;
  top:50%;
  transform:translateY(-50%);
  width:25px;
  height:25px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#8b2428;
  border:1px solid rgba(139,36,40,.45);
  border-radius:3px;
  font-size:8px;
  font-weight:700;
  letter-spacing:.03em;
  background:#fff;
}
#download .download-list>a:hover,
#download .download-list>a:focus-visible{
  color:#8b2428 !important;
  font-weight:300 !important;
  background:#fff5f5 !important;
  border-bottom-color:#8b2428 !important;
  box-shadow:none !important;
  transform:none !important;
}
#download .download-list>a:focus-visible{
  outline:2px solid rgba(139,36,40,.35) !important;
  outline-offset:-2px !important;
}
@media(max-width:720px){
  #download .download-toolbar{
    width:100% !important;
    grid-template-columns:1fr !important;
  }
  #download .download-list{
    width:100% !important;
    max-width:100% !important;
    grid-template-columns:1fr !important;
  }
}

/* ===== END support.css ===== */


/* ===== BEGIN page-hero-custom.css ===== */
/* v2.02 page hero alignment update
   Uses the exact user-provided hero images for Products / Solutions / Support.
   Important visual subjects are preserved by right-aligning the images and scaling by hero height. */

.page-hero.compact.products-hero-main,
.page-hero.compact.support-hero-main,
.solutions-v149-hero{
  position:relative !important;
  min-height:420px !important;
  height:420px !important;
  padding:0 !important;
  display:flex !important;
  align-items:center !important;
  overflow:hidden !important;
  isolation:isolate !important;
  box-sizing:border-box !important;
  background-repeat:no-repeat !important;
  background-position:right center !important;
  background-size:auto 100% !important;
}

.page-hero.compact.products-hero-main{
  background-color:#e9edf7 !important;
  background-image:url('../img/product-hero-user-v288.webp') !important;
}

.page-hero.compact.support-hero-main{
  background-color:#f5f2ec !important;
  background-image:url('../img/support-hero-user-v288.webp') !important;
}

.solutions-v149-hero{
  color:#111827 !important;
  background-color:#f5d5d7 !important;
  background-image:url('../img/solution-hero-user-v288.webp') !important;
}

.page-hero.compact.products-hero-main > .container,
.page-hero.compact.support-hero-main > .container,
.solutions-v149-hero > .solutions-v149-hero__inner{
  position:relative !important;
  z-index:2 !important;
  width:min(1640px, calc(100% - 64px)) !important;
  max-width:none !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding:72px 0 72px 88px !important;
  box-sizing:border-box !important;
}

.page-hero.compact.products-hero-main h1,
.page-hero.compact.support-hero-main h1,
.solutions-v149-hero h1{
  margin:0 0 14px !important;
  padding:0 !important;
  color:#111827 !important;
  font-family:"Noto Sans KR","Apple SD Gothic Neo",Pretendard,Arial,sans-serif !important;
  font-size:clamp(23px,3.15vw,41px) !important;
  line-height:1.1 !important;
  font-weight:500 !important;
  letter-spacing:-.035em !important;
  max-width:900px !important;
}

.page-hero.compact.products-hero-main h1 span,
.page-hero.compact.support-hero-main h1 span,
.solutions-v149-hero h1 span{display:block !important;}
.page-hero.compact.products-hero-main h1 span+span,
.page-hero.compact.support-hero-main h1 span+span,
.solutions-v149-hero h1 span+span{margin-top:6px !important;}

.page-hero.compact.products-hero-main strong,
.page-hero.compact.support-hero-main strong,
.solutions-v149-hero strong{
  display:block !important;
  color:#4b5563 !important;
  font-size:16px !important;
  line-height:1.45 !important;
  font-weight:500 !important;
  letter-spacing:-.01em !important;
  max-width:760px !important;
}

.page-hero.compact.products-hero-main p,
.page-hero.compact.products-hero-main .eyebrow,
.page-hero.compact.support-hero-main p,
.page-hero.compact.support-hero-main .eyebrow,
.solutions-v149-hero .solutions-v149-kicker,
.solutions-v149-hero p,
.solutions-v149-hero__chips{
  display:none !important;
}

@media(max-width:1100px){
  .page-hero.compact.products-hero-main,
  .page-hero.compact.support-hero-main,
  .solutions-v149-hero{
    min-height:380px !important;
    height:380px !important;
    background-size:auto 100% !important;
    background-position:right center !important;
  }
  .page-hero.compact.products-hero-main > .container,
  .page-hero.compact.support-hero-main > .container,
  .solutions-v149-hero > .solutions-v149-hero__inner{
    width:calc(100% - 40px) !important;
    padding-left:72px !important;
  }
}

@media(max-width:720px){
  .page-hero.compact.products-hero-main,
  .page-hero.compact.support-hero-main,
  .solutions-v149-hero{
    min-height:340px !important;
    height:340px !important;
    padding:0 !important;
    background-size:auto 100% !important;
    background-position:right center !important;
  }
  .page-hero.compact.products-hero-main > .container,
  .page-hero.compact.support-hero-main > .container,
  .solutions-v149-hero > .solutions-v149-hero__inner{
    width:calc(100% - 24px) !important;
    padding:56px 0 56px 34px !important;
  }
  .page-hero.compact.products-hero-main h1,
  .page-hero.compact.support-hero-main h1,
  .solutions-v149-hero h1{
    font-size:clamp(21px,5.5vw,29px) !important;
    line-height:1.12 !important;
    max-width:100% !important;
  }
  .page-hero.compact.products-hero-main strong,
  .page-hero.compact.support-hero-main strong,
  .solutions-v149-hero strong{
    font-size:12px !important;
    line-height:1.45 !important;
    max-width:100% !important;
  }
}

/* ===== END page-hero-custom.css ===== */


/* ===== BEGIN page-overrides-support-v287.css ===== */
/* 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 download-center-v281.css */
/* TELADIN Download Center v281 — isolated component refactor */
html body section#download.download-center-v281{
  background:#faf8f7 !important;
  padding-top:82px !important;
  padding-bottom:92px !important;
}
html body section#download.download-center-v281 > .container{
  width:min(1180px,calc(100% - 40px)) !important;
  max-width:1180px !important;
  margin-inline:auto !important;
}
html body section#download.download-center-v281 .download-section-head{
  position:relative !important;
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  margin:0 0 28px !important;
  padding:0 0 16px !important;
  text-align:center !important;
}
html body section#download.download-center-v281 .download-section-head h2{
  margin:0 !important;
  color:#151515 !important;
  font-family:"Noto Sans KR","Apple SD Gothic Neo",Pretendard,Arial,sans-serif !important;
  font-size:clamp(26px,2.2vw,36px) !important;
  line-height:1.15 !important;
  font-weight:500 !important;
  letter-spacing:-.035em !important;
}
html body section#download.download-center-v281 .download-section-head::after{
  content:"" !important;
  position:absolute !important;
  left:50% !important;
  bottom:0 !important;
  width:56px !important;
  height:3px !important;
  transform:translateX(-50%) !important;
  background:#8d292d !important;
}
html body section#download.download-center-v281 .download-center-shell{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
html body section#download.download-center-v281 .download-toolbar{
  width:min(650px,100%) !important;
  margin:0 auto 34px !important;
  padding:0 !important;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) 190px !important;
  align-items:center !important;
  gap:12px !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
html body section#download.download-center-v281 .download-search-wrap,
html body section#download.download-center-v281 .download-filter-wrap{
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
html body section#download.download-center-v281 .download-toolbar input,
html body section#download.download-center-v281 .download-toolbar select{
  width:100% !important;
  height:46px !important;
  margin:0 !important;
  padding:0 14px !important;
  color:#262626 !important;
  background:#fff !important;
  border:1px solid #d5d1cf !important;
  border-radius:4px !important;
  box-shadow:none !important;
  outline:none !important;
  font-size:14px !important;
  font-weight:300 !important;
  transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease !important;
}
html body section#download.download-center-v281 .download-toolbar input:focus,
html body section#download.download-center-v281 .download-toolbar select:focus{
  border-color:#8d292d !important;
  box-shadow:0 0 0 3px rgba(141,41,45,.10) !important;
  background:#fff !important;
}
html body section#download.download-center-v281 .download-list{
  width:min(1060px,100%) !important;
  max-width:1060px !important;
  margin:0 auto !important;
  padding:0 !important;
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  column-gap:34px !important;
  row-gap:6px !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
html body section#download.download-center-v281 .download-list > a{
  position:relative !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  min-width:0 !important;
  min-height:60px !important;
  margin:0 !important;
  padding:15px 16px 14px 50px !important;
  color:#252525 !important;
  background:transparent !important;
  border:0 !important;
  border-bottom:1px solid #d9d4d2 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  outline:none !important;
  transform:none !important;
  text-align:left !important;
  font-size:14px !important;
  line-height:1.45 !important;
  font-weight:300 !important;
  letter-spacing:-.01em !important;
  overflow-wrap:anywhere !important;
  transition:color .16s ease,background-color .16s ease,border-color .16s ease !important;
}
html body section#download.download-center-v281 .download-list > a::before{
  content:"PDF" !important;
  position:absolute !important;
  left:14px !important;
  top:50% !important;
  width:25px !important;
  height:25px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  transform:translateY(-50%) !important;
  color:#8d292d !important;
  background:#fff !important;
  border:1px solid rgba(141,41,45,.48) !important;
  border-radius:3px !important;
  font-size:8px !important;
  line-height:1 !important;
  font-weight:700 !important;
  letter-spacing:.04em !important;
  box-shadow:none !important;
}
html body section#download.download-center-v281 .download-list > a::after{
  content:"↓" !important;
  position:absolute !important;
  right:14px !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  color:#aaa19d !important;
  font-size:15px !important;
  line-height:1 !important;
  font-weight:400 !important;
  opacity:.75 !important;
  transition:color .16s ease,opacity .16s ease !important;
}
html body section#download.download-center-v281 .download-list > a:hover,
html body section#download.download-center-v281 .download-list > a:focus-visible{
  color:#7f2025 !important;
  background:#fff1f2 !important;
  border-bottom-color:#8d292d !important;
  font-weight:300 !important;
  box-shadow:none !important;
  transform:none !important;
}
html body section#download.download-center-v281 .download-list > a:hover::after,
html body section#download.download-center-v281 .download-list > a:focus-visible::after{
  color:#8d292d !important;
  opacity:1 !important;
}
html body section#download.download-center-v281 .download-list > a:focus-visible{
  outline:2px solid rgba(141,41,45,.35) !important;
  outline-offset:-2px !important;
}
html body section#download.download-center-v281 .download-pagination{
  margin-top:26px !important;
}
html body section#download.download-center-v281 .download-empty{
  width:min(1060px,100%) !important;
  margin:20px auto 0 !important;
  background:#fff !important;
  border:1px solid #ded8d5 !important;
  border-radius:0 !important;
  color:#68605c !important;
}
@media(max-width:760px){
  html body section#download.download-center-v281{
    padding-top:64px !important;
    padding-bottom:72px !important;
  }
  html body section#download.download-center-v281 .download-toolbar{
    width:100% !important;
    grid-template-columns:1fr !important;
  }
  html body section#download.download-center-v281 .download-list{
    width:100% !important;
    grid-template-columns:1fr !important;
    column-gap:0 !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;
}

/* ===== END page-overrides-support-v287.css ===== */


/* === TELADIN v310: stable download filtering layout ===
   Fixes filtered links being forced visible by later display:flex!important rules. */
html body section#download.download-center-v281 .download-list > a[hidden],
html body section#download.download-center-v281 .download-list > a.is-download-filtered-out,
html body section#download.download-center-v281 .download-list > a[aria-hidden="true"]{
  display:none !important;
}

/* Keep a fixed, predictable two-column layout after search/category changes.
   Row flow prevents implicit narrow columns from being created. */
html body section#download.download-center-v281 .download-list{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  grid-template-rows:none !important;
  grid-auto-flow:row !important;
  grid-auto-columns:auto !important;
  align-items:stretch !important;
}
html body section#download.download-center-v281 .download-list > a:not([hidden]):not(.is-download-filtered-out){
  width:auto !important;
  min-width:0 !important;
  max-width:none !important;
  writing-mode:horizontal-tb !important;
  word-break:normal !important;
  overflow-wrap:anywhere !important;
  white-space:normal !important;
}
html body section#download.download-center-v281 .download-list > a > .download-file-name{
  display:block !important;
  width:100% !important;
  min-width:0 !important;
  writing-mode:horizontal-tb !important;
  word-break:normal !important;
  overflow-wrap:anywhere !important;
  white-space:normal !important;
}
@media(max-width:760px){
  html body section#download.download-center-v281 .download-list{
    grid-template-columns:1fr !important;
  }
}

/* ===== TELADIN v341: PHP + SMTP inquiry states ===== */
.inquiry-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.inquiry-form-status {
  margin: 4px 0 12px;
  padding: 11px 13px;
  border: 1px solid #d7dde3;
  background: #f7f9fb;
  color: #33404d;
  font-size: 14px;
  line-height: 1.5;
}

.inquiry-form-status[data-state="pending"] {
  border-color: #b9d9e7;
  background: #f1f8fb;
  color: #28566b;
}

.inquiry-form-status[data-state="success"] {
  border-color: #9ac9ad;
  background: #f1f8f3;
  color: #245d37;
}

.inquiry-form-status[data-state="error"] {
  border-color: #dba8a8;
  background: #fff4f4;
  color: #8a2f2f;
}

.inquiry-submit-btn:disabled {
  cursor: wait;
  opacity: .68;
}


/* v1.2: show archive documents with a ZIP badge instead of the PDF badge. */
html body section#download.download-center-v281 .download-list > a[data-download-filename$=".zip" i]::before{
  content:"ZIP" !important;
  color:#28566b !important;
  background:#f3f8fa !important;
  border-color:rgba(40,86,107,.52) !important;
  letter-spacing:.02em !important;
}
