:root{
  --navy:#082b61;
  --navy2:#071f49;
  --blue:#0e5aaa;
  --cyan:#15a7c8;
  --green:#4fa45c;
  --ink:#162233;
  --muted:#627084;
  --line:#dbe5ee;
  --soft:#f4f7fb;
  --white:#fff;
  --shadow:0 16px 38px rgba(6,31,73,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans KR","Apple SD Gothic Neo",Arial,sans-serif;color:var(--ink);line-height:1.6;background:#fff;word-break:keep-all}
a{text-decoration:none;color:inherit} img{max-width:100%;display:block;height:auto}.wrap{width:min(1320px,calc(100% - 44px));margin:0 auto}.skip{position:absolute;left:-9999px}.skip:focus{left:10px;top:10px;z-index:1000;background:#fff;padding:10px}
.header{position:sticky;top:0;z-index:100;background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.05)}.top-util{background:#f3f6f9;border-bottom:1px solid #e1e8f0}.top-util-inner{height:34px;display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#536174}.top-util p{margin:0}.top-util nav{display:flex;gap:14px;align-items:center}.top-util nav a:hover{color:var(--blue)}.main-header{background:#fff}.header-inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{display:flex;align-items:flex-end;gap:10px;min-width:270px}.logo span{font-size:34px;line-height:1;font-weight:900;letter-spacing:-.05em;color:var(--navy)}.logo strong{font-size:17px;line-height:1.2}.logo small{font-size:10px;color:var(--muted);display:block}.gnb{display:flex;align-items:center;justify-content:center;gap:0;flex:1}.gnb-item{position:relative}.gnb-item>a{display:flex;align-items:center;height:82px;padding:0 18px;font-weight:800;color:#1d2a3a}.gnb-item:hover>a{color:var(--blue)}.mega-menu{display:none;position:absolute;top:82px;left:50%;transform:translateX(-50%);width:520px;background:#fff;border:1px solid var(--line);border-radius:0 0 18px 18px;box-shadow:var(--shadow);padding:22px;grid-template-columns:1fr 1fr;gap:20px;z-index:20}.gnb-item:hover .mega-menu{display:grid}.mega-menu strong{display:block;color:var(--navy);margin-bottom:12px;border-bottom:2px solid var(--navy);padding-bottom:8px}.mega-menu a{display:block;padding:7px 0;color:#48576a;font-size:14px}.mega-menu a:hover{color:var(--blue);font-weight:700}.search-button,.menu-toggle{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 15px;font-weight:800;color:var(--navy)}.menu-toggle{display:none}
.hero{height:570px;position:relative;overflow:hidden;background:#e9f1f8}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-dim{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.78) 34%,rgba(255,255,255,.14) 68%,rgba(255,255,255,.02) 100%)}.hero-content{position:relative;z-index:2;padding-top:98px}.hero-tag{margin:0 0 12px;font-size:18px;font-weight:900;color:var(--navy)}.hero h1{margin:0;font-size:70px;line-height:1.06;letter-spacing:-.055em;color:#101926}.hero h1 strong{color:var(--navy);font-weight:900}.hero p:not(.hero-tag){font-size:18px;color:#2c3746;margin:24px 0 0;line-height:1.85}.hero-actions{display:flex;gap:12px;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border-radius:4px;font-weight:900;border:1px solid transparent;transition:.2s}.btn:hover{transform:translateY(-1px)}.btn.primary{background:var(--navy);color:#fff}.btn.outline{background:#fff;color:var(--navy);border-color:#b9c7d6}.hero-control{position:relative;z-index:2;margin-top:60px;display:flex;gap:16px;align-items:center;color:#7b8796}.hero-control span{font-weight:800}.hero-control .active{color:var(--navy)}.hero-control button{border:0;background:var(--navy);color:#fff;border-radius:50%;width:30px;height:30px;font-size:0}.hero-control button:before{content:'Ⅱ';font-size:12px}
.quick-service{position:relative;z-index:4;margin-top:-56px}.quick-layout{display:grid;grid-template-columns:1.25fr repeat(5,1fr);background:#fff;border-radius:16px;box-shadow:var(--shadow);overflow:hidden;border:1px solid var(--line)}.quick-card{min-height:136px;padding:24px 18px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:6px;border-left:1px solid var(--line);transition:.2s}.quick-card:hover{background:#f7fbff}.quick-card img{width:40px;height:40px;margin-bottom:6px}.quick-card strong{font-size:18px;color:var(--navy2)}.quick-card span{font-size:13px;color:var(--muted)}.primary-card{background:linear-gradient(135deg,var(--navy),#0d4f9d);color:#fff;border-left:0}.primary-card:hover{background:linear-gradient(135deg,#06234e,#0d4f9d)}.primary-card em{font-style:normal;font-weight:900;color:#abd9ff}.primary-card strong{color:#fff;font-size:24px}.primary-card span{color:#e5f1ff}.primary-card:after{content:'→';font-size:28px;align-self:flex-end;margin-top:auto}
.news-search{padding:62px 0 28px;background:#fff}.news-search-layout{display:grid;grid-template-columns:1.35fr .9fr .75fr;gap:20px}.notice-panel,.search-panel,.consult-panel,.download-panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:0 8px 20px rgba(6,31,73,.06)}.panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.panel-head h2{margin:0;font-size:28px;color:var(--navy2)}.panel-head div{display:flex;gap:6px}.panel-head button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:6px 12px}.panel-head button.active{background:var(--navy);color:#fff}.highlight-notice{display:grid;grid-template-columns:70px 1fr 90px;gap:14px;align-items:center;border-top:2px solid var(--navy);border-bottom:1px solid var(--line);padding:18px 0}.highlight-notice b{background:#eef4ff;color:var(--blue);border-radius:999px;text-align:center;padding:5px 0}.highlight-notice strong{font-size:20px;color:#142c47}.highlight-notice time{color:#68798b;text-align:right}.notice-panel ul,.download-panel ul{list-style:none;margin:14px 0 0;padding:0}.notice-panel li,.download-panel li{display:flex;justify-content:space-between;gap:20px;padding:10px 0;border-bottom:1px solid #edf2f7}.notice-panel li a,.download-panel li a{color:#34465a}.notice-panel time,.download-panel time{color:#8a97a6;font-size:13px}.search-panel{background:linear-gradient(135deg,#f0f7ff,#edf9f4)}.search-panel span,.consult-panel span{font-weight:900;color:var(--blue);font-size:14px}.search-panel h2,.consult-panel h2{margin:8px 0 18px;font-size:30px;line-height:1.25;color:var(--navy2)}.search-panel form{display:flex;gap:8px}.search-panel input{flex:1;border:1px solid var(--line);border-radius:6px;padding:14px;min-width:0}.search-panel button{border:0;background:var(--navy);color:#fff;border-radius:6px;padding:0 18px;font-weight:800}.keyword-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.keyword-list a{background:#fff;border:1px solid var(--line);border-radius:999px;padding:6px 10px;font-size:13px;color:#47576b}.consult-panel{background:var(--navy);color:#fff}.consult-panel h2{color:#fff}.consult-panel p{color:#dce8ff}.consult-panel a{display:inline-flex;margin-top:12px;background:#fff;color:var(--navy);border-radius:4px;padding:10px 14px;font-weight:800}
.section{padding:74px 0}.section-title{margin-bottom:30px}.section-title.center{text-align:center}.section-title span{display:block;font-size:14px;font-weight:900;color:var(--blue);letter-spacing:.08em;margin-bottom:8px}.section-title h2{margin:0;font-size:46px;line-height:1.18;letter-spacing:-.045em;color:var(--navy2)}.section-title p{margin:12px 0 0;color:var(--muted);font-size:17px}.service-tabs{display:flex;justify-content:center;gap:8px;margin-bottom:26px}.service-tabs button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:11px 22px;font-weight:800;color:#3b4a5d}.service-tabs button.active{background:var(--navy);color:#fff}.business{background:#f6f8fb}.business-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.business-grid article{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 8px 20px rgba(6,31,73,.05);transition:.2s}.business-grid article:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.business-grid img{width:100%;height:168px;object-fit:cover}.business-grid div{padding:22px}.business-grid b{display:inline-flex;background:var(--navy);color:#fff;border-radius:4px;padding:3px 8px;margin-bottom:12px}.business-grid h3{margin:0 0 8px;font-size:22px;color:var(--navy2)}.business-grid p{margin:0;color:var(--muted)}.business-grid a{display:inline-flex;margin-top:16px;color:var(--blue);font-weight:900}.process{background:linear-gradient(135deg,var(--navy2),#0a4a8d);color:#fff}.process-layout{display:grid;grid-template-columns:.65fr 1.35fr;gap:36px;align-items:start}.light-title span,.light-title h2,.light-title p{color:#fff}.light-title p{color:#dbeaff}.process-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.process-steps article{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:14px;padding:20px}.process-steps em{font-style:normal;color:#93d8ff;font-weight:900;font-size:13px}.process-steps strong{display:block;font-size:22px;margin:6px 0}.process-steps p{margin:0;color:#dbeaff}.report{background:#fff}.report-layout{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:18px}.report-card{border:1px solid var(--line);border-radius:16px;padding:24px;background:#fff;box-shadow:0 8px 20px rgba(6,31,73,.05)}.report-card.dark{background:var(--navy2);color:#fff}.report-card span{font-weight:900;color:#89d8ff}.report-card h2{margin:8px 0 12px;font-size:32px;line-height:1.25}.report-card strong{font-size:22px;color:var(--navy2)}.report-card.dark p{color:#dbeaff}.report-card p{color:var(--muted)}.patent{background:#f3f7fb}.patent-layout{display:grid;grid-template-columns:.95fr 1.05fr;gap:42px;align-items:center}.patent-copy>span{font-weight:900;color:var(--blue)}.patent-copy h2{font-size:44px;line-height:1.2;letter-spacing:-.045em;color:var(--navy2);margin:10px 0 16px}.patent-copy p{font-size:17px;color:var(--muted)}.patent-copy ul{padding:0;margin:22px 0;list-style:none;display:grid;gap:10px}.patent-copy li{position:relative;padding-left:28px;color:#34465a;font-weight:700}.patent-copy li:before{content:'✓';position:absolute;left:0;top:0;color:var(--green);font-weight:900}.patent-visual{position:relative}.patent-visual>img:first-child{border-radius:18px;box-shadow:var(--shadow);width:80%}.patent-visual .certificate{position:absolute;right:0;bottom:-28px;width:200px;border-radius:12px;box-shadow:var(--shadow)}.customer{background:#fff}.customer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.customer-grid article{border:1px solid var(--line);border-top:4px solid var(--blue);border-radius:16px;padding:24px;background:#fff;box-shadow:0 8px 20px rgba(6,31,73,.04)}.customer-grid strong{font-size:22px;color:var(--navy2)}.customer-grid p{color:var(--muted)}.standards{background:#f7fafc}.standards-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:36px}.standard-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.standard-grid article{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px;box-shadow:0 8px 18px rgba(6,31,73,.04)}.standard-grid strong{font-size:22px;color:var(--navy)}.standard-grid p{color:var(--muted)}.safe-note{grid-column:1/-1;margin:18px 0 0;color:#667588;font-size:14px}.support{background:#fff}.support-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.download-panel .panel-head a{color:var(--blue);font-weight:900}.cta{background:linear-gradient(90deg,#0d879b,#0b4b91 65%,#082b61);color:#fff;padding:54px 0;position:relative;overflow:hidden}.cta:after{content:'';position:absolute;right:-80px;bottom:-100px;width:320px;height:320px;border-radius:50%;background:rgba(126,214,126,.22)}.cta-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:38px;align-items:center;position:relative;z-index:1}.cta span{font-weight:900;color:#9febff}.cta h2{font-size:42px;line-height:1.24;letter-spacing:-.04em;margin:8px 0 0}.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.contact-cards article{background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.18);border-radius:16px;padding:22px}.contact-cards strong{display:block;font-size:18px}.contact-cards a,.contact-cards p{display:block;margin:6px 0;color:#fff;font-weight:900}.contact-cards span{color:#dbeaff;font-weight:400}.footer{background:#071f49;color:#fff;padding:46px 0 24px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:28px}.footer strong{display:block;font-size:20px;margin-bottom:10px}.footer p,.footer small,.footer a{color:#c5d6ed}.footer h3{margin:0 0 12px}.footer a{display:block;margin:7px 0}.footer-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:26px;padding-top:18px;display:flex;justify-content:center;gap:24px;color:#b8c9e0;font-size:14px}.top-btn{position:fixed;right:18px;bottom:18px;width:44px;height:44px;border:0;border-radius:50%;background:var(--navy);color:#fff;box-shadow:var(--shadow);opacity:0;pointer-events:none;transition:.2s}.top-btn.show{opacity:1;pointer-events:auto}
@media (max-width:1180px){.gnb{display:none}.menu-toggle{display:inline-flex}.gnb.open{display:flex;position:absolute;top:116px;left:22px;right:22px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch;padding:16px}.gnb.open .gnb-item>a{height:auto;padding:12px 8px}.gnb.open .mega-menu{position:static;display:grid;transform:none;width:100%;box-shadow:none;margin:6px 0 14px}.search-button{display:none}.quick-layout{grid-template-columns:repeat(3,1fr)}.news-search-layout,.process-layout,.standards-layout,.cta-layout{grid-template-columns:1fr}.business-grid{grid-template-columns:repeat(2,1fr)}.report-layout{grid-template-columns:1fr 1fr}.customer-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:720px){.wrap{width:min(100% - 28px,1320px)}.top-util{display:none}.header-inner{height:70px}.logo{min-width:0}.logo span{font-size:26px}.logo small{display:none}.hero{height:520px}.hero h1{font-size:46px}.hero p:not(.hero-tag){font-size:15px}.hero-control{display:none}.quick-layout,.business-grid,.process-steps,.report-layout,.standard-grid,.support-grid,.contact-cards,.customer-grid,.footer-grid{grid-template-columns:1fr}.quick-service{margin-top:0}.quick-layout{border-radius:0}.news-search{padding-top:28px}.highlight-notice{grid-template-columns:1fr}.section-title h2,.patent-copy h2,.cta h2{font-size:32px}.patent-layout{grid-template-columns:1fr}.patent-visual>img:first-child{width:100%}.patent-visual .certificate{position:static;width:100%;margin-top:14px}.footer-bottom{flex-direction:column;gap:4px;text-align:center}.mega-menu{grid-template-columns:1fr!important}.main-menu{top:70px}.service-tabs{overflow-x:auto;justify-content:flex-start}.service-tabs button{white-space:nowrap}}
.about{background:#fff}.about-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:start}.about-title span{font-weight:900;color:var(--blue);letter-spacing:.08em}.about-title h2{font-size:42px;line-height:1.22;letter-spacing:-.045em;color:var(--navy2);margin:10px 0 14px}.about-title p{font-size:17px;color:var(--muted)}.about-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.about-cards article{border:1px solid var(--line);border-radius:16px;padding:22px;background:#f8fbfd}.about-cards strong{display:block;font-size:22px;color:var(--navy);margin-bottom:10px}.about-cards p{margin:0;color:var(--muted)}@media (max-width:1180px){.about-layout{grid-template-columns:1fr}.about-cards{grid-template-columns:1fr 1fr}}@media (max-width:720px){.about-cards{grid-template-columns:1fr}.about-title h2{font-size:32px}}

/* V10 hero image slider */
.hero-slides{position:absolute;inset:0;z-index:0;overflow:hidden}.hero-slide{opacity:0;transform:scale(1.035);transition:opacity 1.25s ease,transform 6.2s ease}.hero-slide.active{opacity:1;transform:scale(1)}.hero-dim,.hero-content,.hero-control{position:relative}.hero-dim{z-index:1}.hero-content{z-index:2}.hero-control{z-index:3}.hero-control .hero-dot{width:auto;height:auto;border:0;background:transparent;color:#7b8796;font-size:16px;font-weight:900;border-radius:0;padding:0;cursor:pointer}.hero-control .hero-dot:before{content:none}.hero-control .hero-dot.active{color:var(--navy)}.hero-control .hero-pause{border:0;background:var(--navy);color:#fff;border-radius:50%;width:30px;height:30px;font-size:0;cursor:pointer}.hero-control .hero-pause:before{content:'Ⅱ';font-size:12px}.hero-control .hero-pause.paused:before{content:'▶';font-size:12px;margin-left:2px}


/* V10-Arrow: 대표 이미지 좌우 이동 버튼 */
.hero-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:4;
  width:54px;
  height:54px;
  border:1px solid rgba(255,255,255,.72);
  border-radius:50%;
  background:rgba(8,43,97,.68);
  color:#fff;
  font-size:38px;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(6,31,73,.18);
  transition:background .2s ease, transform .2s ease, opacity .2s ease;
}
.hero-arrow:hover{
  background:rgba(8,43,97,.92);
  transform:translateY(-50%) scale(1.04);
}
.hero-arrow:focus-visible{
  outline:3px solid rgba(21,167,200,.7);
  outline-offset:3px;
}
.hero-prev{left:32px;}
.hero-next{right:32px;}

@media (max-width:720px){
  .hero-arrow{
    width:42px;
    height:42px;
    font-size:30px;
    background:rgba(8,43,97,.76);
  }
  .hero-prev{left:12px;}
  .hero-next{right:12px;}
}

/* V10 Mini Dots: 대표 이미지 하단 조그만 원형/삼각형 컨트롤 */
.sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

.hero .hero-control.slider-mini-control{
  position:absolute;
  left:50%;
  bottom:92px;
  transform:translateX(-50%);
  z-index:7;
  width:auto;
  max-width:calc(100% - 40px);
  margin:0;
  padding:0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:11px;
  border:0;
  border-radius:0;
  background:transparent;
  backdrop-filter:none;
  box-shadow:none;
}

.hero .slider-mini-control .hero-dot{
  width:11px!important;
  height:11px!important;
  min-width:11px!important;
  min-height:11px!important;
  padding:0!important;
  border:1.6px solid rgba(255,255,255,.95)!important;
  border-radius:50%!important;
  background:transparent!important;
  color:transparent!important;
  font-size:0!important;
  line-height:0!important;
  opacity:.62;
  cursor:pointer;
  transition:opacity .2s ease, transform .2s ease, border-width .2s ease;
}

.hero .slider-mini-control .hero-dot:before,
.hero .slider-mini-control .hero-dot:after{
  content:none!important;
}

.hero .slider-mini-control .hero-dot.active{
  background:transparent!important;
  border-color:#fff!important;
  border-width:2px!important;
  opacity:1;
  transform:scale(1.18);
}

.hero .slider-mini-control .hero-mini-arrow,
.hero .slider-mini-control .hero-pause{
  width:24px!important;
  height:24px!important;
  min-width:24px!important;
  min-height:24px!important;
  padding:0!important;
  border:1.5px solid rgba(255,255,255,.96)!important;
  border-radius:50%!important;
  background:transparent!important;
  color:#fff!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:0!important;
  line-height:1!important;
  cursor:pointer;
  opacity:.88;
  transition:opacity .2s ease, transform .2s ease, background .2s ease;
}

.hero .slider-mini-control .hero-mini-arrow:hover,
.hero .slider-mini-control .hero-pause:hover,
.hero .slider-mini-control .hero-dot:hover{
  opacity:1;
  transform:scale(1.08);
}

.hero .slider-mini-control .hero-mini-arrow:before,
.hero .slider-mini-control .hero-pause:before{
  display:block;
  color:#fff!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:400!important;
  background:transparent!important;
}

.hero .slider-mini-control .hero-prev:before{content:'◁'!important;}
.hero .slider-mini-control .hero-next:before{content:'▷'!important;}
.hero .slider-mini-control .hero-pause:before{content:'Ⅱ'!important;font-size:11px!important;}
.hero .slider-mini-control .hero-pause.paused:before{content:'▷'!important;font-size:13px!important;margin-left:1px;}

/* 기존 좌우 큰 화살표 스타일은 이 버전에서 사용하지 않음 */
.hero-arrow{display:none!important;}

@media (max-width:720px){
  .hero .hero-control.slider-mini-control{
    display:flex!important;
    bottom:34px;
    gap:9px;
    padding:0;
    border:0;
    background:transparent;
    box-shadow:none;
    backdrop-filter:none;
  }
  .hero .slider-mini-control .hero-dot{
    width:10px!important;
    height:10px!important;
    min-width:10px!important;
    min-height:10px!important;
  }
  .hero .slider-mini-control .hero-mini-arrow,
  .hero .slider-mini-control .hero-pause{
    width:22px!important;
    height:22px!important;
    min-width:22px!important;
    min-height:22px!important;
  }
}

/* V10 mini dots simple update: 배경/테두리 없는 작은 컨트롤 */
.hero .hero-control.slider-mini-control{
  position:absolute!important;
  left:50%!important;
  bottom:76px!important;
  transform:translateX(-50%)!important;
  z-index:7!important;
  width:auto!important;
  max-width:calc(100% - 40px)!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
}

.hero .slider-mini-control .hero-dot{
  width:8px!important;
  height:8px!important;
  min-width:8px!important;
  min-height:8px!important;
  padding:0!important;
  border:0!important;
  border-radius:50%!important;
  background:rgba(220,230,232,.82)!important;
  color:transparent!important;
  font-size:0!important;
  line-height:0!important;
  opacity:1!important;
  box-shadow:0 1px 3px rgba(0,0,0,.16)!important;
  cursor:pointer!important;
  transform:none!important;
}

.hero .slider-mini-control .hero-dot.active{
  width:8px!important;
  height:8px!important;
  min-width:8px!important;
  min-height:8px!important;
  border:0!important;
  background:#0b5eb2!important;
  opacity:1!important;
  transform:none!important;
}

.hero .slider-mini-control .hero-dot:before,
.hero .slider-mini-control .hero-dot:after{
  content:none!important;
}

.hero .slider-mini-control .hero-mini-arrow,
.hero .slider-mini-control .hero-pause{
  width:13px!important;
  height:13px!important;
  min-width:13px!important;
  min-height:13px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:rgba(255,255,255,.95)!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:0!important;
  line-height:1!important;
  cursor:pointer!important;
  opacity:.95!important;
  transform:none!important;
  text-shadow:0 1px 3px rgba(0,0,0,.25)!important;
}

.hero .slider-mini-control .hero-mini-arrow:before,
.hero .slider-mini-control .hero-pause:before{
  display:block!important;
  color:rgba(255,255,255,.95)!important;
  background:transparent!important;
  font-weight:700!important;
  line-height:1!important;
  text-shadow:0 1px 3px rgba(0,0,0,.25)!important;
}

.hero .slider-mini-control .hero-prev:before{content:'◁'!important;font-size:9px!important;}
.hero .slider-mini-control .hero-next:before{content:'▷'!important;font-size:9px!important;}
.hero .slider-mini-control .hero-pause:before{content:'Ⅱ'!important;font-size:10px!important;letter-spacing:-1px!important;}
.hero .slider-mini-control .hero-pause.paused:before{content:'▷'!important;font-size:9px!important;letter-spacing:0!important;margin-left:0!important;}

.hero .slider-mini-control .hero-mini-arrow:hover,
.hero .slider-mini-control .hero-pause:hover,
.hero .slider-mini-control .hero-dot:hover{
  opacity:1!important;
  transform:scale(1.08)!important;
}

@media (max-width:720px){
  .hero .hero-control.slider-mini-control{
    display:flex!important;
    bottom:26px!important;
    gap:7px!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    backdrop-filter:none!important;
  }
  .hero .slider-mini-control .hero-dot,
  .hero .slider-mini-control .hero-dot.active{
    width:7px!important;
    height:7px!important;
    min-width:7px!important;
    min-height:7px!important;
  }
  .hero .slider-mini-control .hero-mini-arrow,
  .hero .slider-mini-control .hero-pause{
    width:12px!important;
    height:12px!important;
    min-width:12px!important;
    min-height:12px!important;
  }
}


/* diagram block replacing 5 quick links */
.quick-layout.quick-layout-diagram{grid-template-columns:1.1fr 4.9fr;align-items:stretch}
.quick-diagram-box{display:flex;flex-direction:column;justify-content:flex-start;background:#fff;min-height:136px;padding:18px 20px;border-left:1px solid var(--line)}
.quick-diagram-head{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}
.quick-diagram-head strong{font-size:20px;color:var(--navy2);letter-spacing:-.02em}
.quick-diagram-head span{font-size:13px;color:var(--muted)}
.quick-diagram-image-wrap{flex:1;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#fbfdff,#f6f9fc);border:1px solid #e7eef5;border-radius:14px;padding:14px;overflow:hidden}
.quick-diagram-image{width:100%;max-width:100%;height:auto;display:block;border-radius:10px}
@media (max-width:1100px){
  .quick-layout.quick-layout-diagram{grid-template-columns:1fr}
  .quick-diagram-box{border-left:0;border-top:1px solid var(--line)}
}
@media (max-width:720px){
  .quick-diagram-box{padding:16px}
  .quick-diagram-head strong{font-size:18px}
  .quick-diagram-head span{font-size:12px}
  .quick-diagram-image-wrap{padding:10px;border-radius:12px}
}


/* PT explanation block and utilization card update */
.gnb .mega-menu.single-menu{
  grid-template-columns:minmax(240px, 360px);
  width:380px;
}

.quick-layout.quick-layout-explain{
  grid-template-columns:1.08fr 4.92fr;
  align-items:stretch;
  background:#fff;
  border-radius:16px;
  box-shadow:var(--shadow);
  overflow:hidden;
  border:1px solid var(--line);
}

.quick-pt-explain{
  min-height:136px;
  padding:24px 28px;
  background:linear-gradient(180deg,#ffffff,#f7fbff);
  border-left:1px solid var(--line);
}

.quick-pt-explain .quick-label{
  display:inline-flex;
  margin-bottom:8px;
  color:var(--blue);
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
}

.quick-pt-explain h2{
  margin:0 0 8px;
  color:var(--navy2);
  font-size:26px;
  line-height:1.25;
  letter-spacing:-.03em;
}

.quick-pt-explain p{
  margin:0;
  color:#44566b;
  font-size:15.5px;
  line-height:1.75;
}

.quick-pt-explain ul{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px 14px;
  margin:14px 0 0;
  padding:0;
  list-style:none;
}

.quick-pt-explain li{
  position:relative;
  padding-left:20px;
  color:#3d4e63;
  font-size:13.5px;
  line-height:1.55;
  font-weight:700;
}

.quick-pt-explain li:before{
  content:'';
  position:absolute;
  left:0;
  top:.55em;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--blue);
}

.pt-utilization-section{
  padding:34px 0 54px;
  background:#fff;
}

.pt-utilization-card{
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  gap:26px;
  align-items:center;
  padding:30px;
  border:1px solid var(--line);
  border-radius:22px;
  background:linear-gradient(180deg,#ffffff,#f8fbfd);
  box-shadow:0 10px 24px rgba(6,31,73,.06);
}

.pt-utilization-copy span{
  display:inline-flex;
  margin-bottom:10px;
  color:var(--blue);
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
}

.pt-utilization-copy h2{
  margin:0 0 12px;
  color:var(--navy2);
  font-size:38px;
  line-height:1.2;
  letter-spacing:-.045em;
}

.pt-utilization-copy p{
  margin:0;
  color:var(--muted);
  font-size:16px;
  line-height:1.85;
}

.pt-utilization-image{
  border:1px solid #e6eef5;
  border-radius:18px;
  background:#fff;
  padding:12px;
  overflow:hidden;
}

.pt-utilization-image img{
  width:100%;
  border-radius:14px;
  display:block;
}

@media (max-width:1180px){
  .quick-layout.quick-layout-explain{
    grid-template-columns:1fr;
  }
  .quick-pt-explain{
    border-left:0;
    border-top:1px solid var(--line);
  }
  .quick-pt-explain ul{
    grid-template-columns:1fr;
  }
  .pt-utilization-card{
    grid-template-columns:1fr;
  }
}

@media (max-width:720px){
  .quick-pt-explain{
    padding:20px;
  }
  .quick-pt-explain h2{
    font-size:22px;
  }
  .pt-utilization-section{
    padding:26px 0 42px;
  }
  .pt-utilization-card{
    padding:18px;
    border-radius:18px;
  }
  .pt-utilization-copy h2{
    font-size:28px;
  }
}


/* About K-PTI role and goal block */
.kpti-role-card{
  margin-top:34px;
  padding:32px;
  border:1px solid var(--line);
  border-radius:22px;
  background:linear-gradient(180deg,#ffffff,#f7fbff);
  box-shadow:0 10px 24px rgba(6,31,73,.06);
}

.kpti-role-card .role-title{
  display:grid;
  grid-template-columns:.68fr 1.32fr;
  gap:26px;
  align-items:start;
  padding-bottom:22px;
  border-bottom:1px solid #e4edf5;
}

.kpti-role-card .role-title span{
  color:var(--blue);
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
}

.kpti-role-card .role-title h3{
  margin:0 0 10px;
  color:var(--navy2);
  font-size:34px;
  line-height:1.2;
  letter-spacing:-.045em;
}

.kpti-role-card .role-title p{
  margin:0;
  color:var(--muted);
  font-size:16px;
  line-height:1.75;
}

.role-core{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:22px;
}

.role-core div{
  padding:22px;
  border-radius:16px;
  background:#fff;
  border:1px solid #e0eaf3;
}

.role-core strong{
  display:block;
  color:var(--navy2);
  font-size:20px;
  margin-bottom:8px;
  line-height:1.35;
}

.role-core p{
  margin:0;
  color:#536477;
  font-size:14.5px;
  line-height:1.75;
}

.role-table{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  margin-top:18px;
  border:1px solid #cddfeb;
  border-radius:16px;
  overflow:hidden;
}

.role-table article{
  display:grid;
  grid-template-columns:120px 1fr;
  min-height:74px;
  background:#fff;
}

.role-table article + article{
  border-left:1px solid #cddfeb;
}

.role-table b{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:14px;
  color:#0a2f6f;
  background:#eaf4ff;
  font-size:17px;
}

.role-table p{
  display:flex;
  align-items:center;
  margin:0;
  padding:14px 16px;
  color:#35485d;
  font-size:14.5px;
  line-height:1.55;
}

@media (max-width:1180px){
  .kpti-role-card .role-title,
  .role-core,
  .role-table{
    grid-template-columns:1fr;
  }
  .role-table article{
    grid-template-columns:140px 1fr;
  }
  .role-table article + article{
    border-left:0;
    border-top:1px solid #cddfeb;
  }
}

@media (max-width:720px){
  .kpti-role-card{
    padding:22px;
    margin-top:24px;
  }
  .kpti-role-card .role-title h3{
    font-size:26px;
  }
  .role-core div{
    padding:18px;
  }
  .role-table article{
    grid-template-columns:1fr;
  }
  .role-table b{
    justify-content:flex-start;
  }
}


/* Final adjustments: compact role card, smaller utilization card, certificate area */
.kpti-role-card{
  width:min(1280px,calc(100% - 44px));
  margin:24px auto 0!important;
  padding:24px!important;
  border-radius:18px!important;
}
.kpti-role-card .role-title{
  grid-template-columns:.78fr 1.22fr!important;
  gap:18px!important;
  padding-bottom:16px!important;
}
.kpti-role-card .role-title h3{
  font-size:30px!important;
  margin-bottom:6px!important;
}
.kpti-role-card .role-title p{
  font-size:14.5px!important;
  line-height:1.65!important;
}
.role-core{
  gap:12px!important;
  margin-top:16px!important;
}
.role-core div{
  padding:16px!important;
  border-radius:14px!important;
}
.role-core strong{
  font-size:17px!important;
  margin-bottom:6px!important;
}
.role-core p{
  font-size:13px!important;
  line-height:1.62!important;
}
.role-table{
  margin-top:14px!important;
  border-radius:14px!important;
}
.role-table article{
  grid-template-columns:104px 1fr!important;
  min-height:58px!important;
}
.role-table b{
  padding:10px!important;
  font-size:15px!important;
}
.role-table p{
  padding:10px 12px!important;
  font-size:13px!important;
}
.pt-utilization-section{
  padding:22px 0 40px!important;
}
.pt-utilization-card{
  width:min(1120px,calc(100% - 44px));
  margin:0 auto;
  grid-template-columns:.68fr 1.32fr!important;
  gap:20px!important;
  padding:22px!important;
  border-radius:18px!important;
}
.pt-utilization-copy h2{
  font-size:30px!important;
  margin-bottom:8px!important;
}
.pt-utilization-copy p{
  font-size:14.5px!important;
  line-height:1.7!important;
}
.pt-utilization-image{
  padding:8px!important;
  border-radius:14px!important;
}
.pt-utilization-image img{
  max-height:300px;
  object-fit:contain;
}
.certificates{
  background:#f7fafc;
  padding-top:62px;
  padding-bottom:58px;
}
.certificate-grid{
  display:grid;
  grid-template-columns:1.1fr repeat(3,1fr);
  gap:18px;
}
.certificate-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 8px 20px rgba(6,31,73,.05);
}
.certificate-card.featured{
  border-top:4px solid var(--blue);
}
.certificate-thumb{
  min-height:170px;
  padding:14px;
  background:linear-gradient(180deg,#ffffff,#f1f6fb);
  display:flex;
  align-items:center;
  justify-content:center;
  border-bottom:1px solid #e4edf5;
}
.certificate-thumb img{
  max-width:100%;
  max-height:190px;
  object-fit:contain;
  border-radius:8px;
}
.placeholder-thumb img{
  width:100%;
  max-height:160px;
}
.certificate-info{
  padding:18px;
}
.certificate-info b{
  display:block;
  color:var(--navy2);
  font-size:19px;
  margin-bottom:8px;
}
.certificate-info p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
}
.certificate-info span{
  display:inline-flex;
  margin-top:14px;
  padding:5px 10px;
  border-radius:999px;
  background:#eef5fc;
  color:var(--blue);
  font-size:12px;
  font-weight:900;
}
@media (max-width:1180px){
  .kpti-role-card .role-title,
  .role-core,
  .role-table,
  .pt-utilization-card{
    grid-template-columns:1fr!important;
  }
  .certificate-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media (max-width:720px){
  .kpti-role-card,
  .pt-utilization-card{
    width:min(100% - 28px,1280px)!important;
  }
  .kpti-role-card{
    padding:18px!important;
  }
  .kpti-role-card .role-title h3,
  .pt-utilization-copy h2{
    font-size:25px!important;
  }
  .role-table article{
    grid-template-columns:1fr!important;
  }
  .pt-utilization-image img{
    max-height:none;
  }
  .certificate-grid{
    grid-template-columns:1fr;
  }
  .certificates{
    padding-top:42px;
    padding-bottom:44px;
  }
}


/* Prevent unwanted line break in important phrase */
.nowrap{
  white-space:nowrap;
}


/* Fix: place ROLE & GOAL paragraph in the wide title column */
.kpti-role-card .role-title span{
  grid-column:1;
  grid-row:1 / span 2;
}

.kpti-role-card .role-title h3{
  grid-column:2;
  grid-row:1;
}

.kpti-role-card .role-title p{
  grid-column:2;
  grid-row:2;
  max-width:none;
}

@media (max-width:1180px){
  .kpti-role-card .role-title span,
  .kpti-role-card .role-title h3,
  .kpti-role-card .role-title p{
    grid-column:1;
    grid-row:auto;
  }
}

/* On very narrow mobile screens, prevent horizontal overflow */
@media (max-width:520px){
  .nowrap{
    white-space:normal;
  }
}


/* Fix: ROLE & GOAL area should not be placed on the right side */
.kpti-role-card .role-title{
  display:block!important;
  text-align:left!important;
  padding-bottom:18px!important;
}

.kpti-role-card .role-title span,
.kpti-role-card .role-title h3,
.kpti-role-card .role-title p{
  grid-column:auto!important;
  grid-row:auto!important;
  text-align:left!important;
}

.kpti-role-card .role-title span{
  display:inline-flex!important;
  margin-bottom:8px!important;
}

.kpti-role-card .role-title h3{
  margin:0 0 8px!important;
}

.kpti-role-card .role-title p{
  max-width:980px!important;
  margin:0!important;
}


/* Certificate carousel update: 4 cards visible on desktop */
.certificate-carousel-wrap{
  position:relative;
}
.certificate-carousel{
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  scrollbar-width:none;
  padding:2px 2px 6px;
}
.certificate-carousel::-webkit-scrollbar{display:none;}
.certificate-track{
  display:flex;
  gap:18px;
  align-items:stretch;
}
.certificate-track .certificate-card{
  flex:0 0 calc((100% - 54px) / 4);
  min-width:0;
  scroll-snap-align:start;
}
.certificate-card.featured{
  border-top:0!important;
}
.certificate-track .certificate-thumb{
  height:220px;
  min-height:220px;
}
.certificate-track .certificate-thumb img{
  max-height:196px;
}
.certificate-card-empty .certificate-thumb{
  background:linear-gradient(180deg,#ffffff,#f4f8fc);
}
.empty-certificate-thumb{
  position:relative;
}
.empty-certificate-thumb:before{
  content:'';
  position:absolute;
  inset:14px;
  border:1px dashed #b9cadb;
  border-radius:14px;
}
.empty-certificate-mark{
  position:relative;
  z-index:1;
  width:100%;
  height:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  color:#708196;
  text-align:center;
}
.empty-certificate-mark span{
  display:inline-flex;
  padding:5px 11px;
  border-radius:999px;
  background:#eef5fc;
  color:var(--blue);
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
}
.empty-certificate-mark strong{
  color:var(--navy2);
  font-size:22px;
  letter-spacing:-.02em;
}
.empty-certificate-mark small{
  font-size:13px;
  color:var(--muted);
  font-weight:800;
}
.certificate-controls{
  display:flex;
  justify-content:center;
  gap:10px;
  margin-top:18px;
}
.certificate-nav{
  width:40px;
  height:40px;
  border:1px solid var(--line);
  border-radius:50%;
  background:#fff;
  color:var(--navy2);
  font-size:28px;
  line-height:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 6px 14px rgba(6,31,73,.06);
  cursor:pointer;
  transition:.2s;
}
.certificate-nav:hover{
  background:var(--navy);
  color:#fff;
}
.certificate-nav:disabled{
  opacity:.35;
  cursor:not-allowed;
  background:#fff;
  color:#a5b1bf;
}
@media (max-width:980px){
  .certificate-track .certificate-card{
    flex-basis:calc((100% - 18px) / 2);
  }
}
@media (max-width:720px){
  .certificate-track .certificate-card{
    flex-basis:100%;
  }
  .certificate-track .certificate-thumb{
    height:210px;
    min-height:210px;
  }
}

/* Certificate carousel mini controls: hero slider style */
.certificate-controls.cert-mini-control{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  margin-top:18px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}

.cert-dots{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
}

.certificate-dot{
  width:8px!important;
  height:8px!important;
  min-width:8px!important;
  min-height:8px!important;
  padding:0!important;
  border:0!important;
  border-radius:50%!important;
  background:rgba(150,165,180,.55)!important;
  color:transparent!important;
  font-size:0!important;
  line-height:0!important;
  cursor:pointer!important;
  box-shadow:0 1px 3px rgba(0,0,0,.12)!important;
}

.certificate-dot.active{
  background:#0b5eb2!important;
}

.cert-mini-arrow{
  width:13px!important;
  height:13px!important;
  min-width:13px!important;
  min-height:13px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#0a2f6f!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:0!important;
  line-height:1!important;
  cursor:pointer!important;
  opacity:.95!important;
  text-shadow:none!important;
}

.cert-mini-arrow:hover,
.certificate-dot:hover{
  opacity:1!important;
  transform:scale(1.08)!important;
}

.cert-prev:before{
  content:'◁';
  font-size:9px;
}

.cert-next:before{
  content:'▷';
  font-size:9px;
}

.cert-mini-arrow:disabled{
  opacity:.28!important;
  cursor:not-allowed!important;
  transform:none!important;
}

@media (max-width:720px){
  .certificate-controls.cert-mini-control{
    gap:7px!important;
  }

  .certificate-dot{
    width:7px!important;
    height:7px!important;
    min-width:7px!important;
    min-height:7px!important;
  }

  .cert-mini-arrow{
    width:12px!important;
    height:12px!important;
    min-width:12px!important;
    min-height:12px!important;
  }
}

/* Certificate carousel fixed update: 버튼이 실제로 작동하도록 구조/스타일 보정 */
.certificate-carousel-wrap{
  position:relative!important;
}
.certificate-carousel{
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scroll-snap-type:x mandatory!important;
  scroll-behavior:smooth!important;
  scrollbar-width:none!important;
  padding:2px 2px 8px!important;
}
.certificate-carousel::-webkit-scrollbar{
  display:none!important;
}
.certificate-track{
  display:flex!important;
  gap:18px!important;
  align-items:stretch!important;
}
.certificate-track .certificate-card{
  flex:0 0 calc((100% - 54px) / 4)!important;
  min-width:0!important;
  scroll-snap-align:start!important;
}
.certificate-controls.cert-mini-control{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  margin-top:18px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.cert-dots{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
}
.certificate-dot{
  width:8px!important;
  height:8px!important;
  min-width:8px!important;
  min-height:8px!important;
  padding:0!important;
  border:0!important;
  border-radius:50%!important;
  background:rgba(150,165,180,.55)!important;
  color:transparent!important;
  font-size:0!important;
  line-height:0!important;
  cursor:pointer!important;
  box-shadow:0 1px 3px rgba(0,0,0,.12)!important;
}
.certificate-dot.active{
  background:#0b5eb2!important;
}
.cert-mini-arrow{
  width:13px!important;
  height:13px!important;
  min-width:13px!important;
  min-height:13px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#0a2f6f!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:0!important;
  line-height:1!important;
  cursor:pointer!important;
  opacity:.95!important;
  text-shadow:none!important;
}
.cert-prev:before{
  content:'◁'!important;
  font-size:9px!important;
}
.cert-next:before{
  content:'▷'!important;
  font-size:9px!important;
}
.cert-mini-arrow:hover,
.certificate-dot:hover{
  opacity:1!important;
  transform:scale(1.08)!important;
}
.cert-mini-arrow:disabled{
  opacity:.28!important;
  cursor:not-allowed!important;
  transform:none!important;
}
@media (max-width:980px){
  .certificate-track .certificate-card{
    flex-basis:calc((100% - 18px) / 2)!important;
  }
}
@media (max-width:720px){
  .certificate-track .certificate-card{
    flex-basis:100%!important;
  }
  .certificate-controls.cert-mini-control{
    gap:7px!important;
  }
  .certificate-dot{
    width:7px!important;
    height:7px!important;
    min-width:7px!important;
    min-height:7px!important;
  }
  .cert-mini-arrow{
    width:12px!important;
    height:12px!important;
    min-width:12px!important;
    min-height:12px!important;
  }
}


/* Certificate carousel: large side buttons */
.certificate-carousel-wrap{
  position:relative!important;
  padding:0 72px 34px!important;
}

.certificate-controls.cert-side-control{
  position:absolute!important;
  left:0!important;
  right:0!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  z-index:5!important;
  height:0!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  pointer-events:none!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}

.cert-side-arrow{
  pointer-events:auto!important;
  width:56px!important;
  height:56px!important;
  min-width:56px!important;
  min-height:56px!important;
  padding:0!important;
  border:1px solid #d8e5f1!important;
  border-radius:50%!important;
  background:#fff!important;
  box-shadow:0 12px 26px rgba(6,31,73,.16)!important;
  color:#0a2f6f!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:0!important;
  line-height:1!important;
  cursor:pointer!important;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease, opacity .2s ease!important;
}

.cert-side-arrow:hover{
  transform:scale(1.06)!important;
  box-shadow:0 16px 32px rgba(6,31,73,.22)!important;
  background:#f7fbff!important;
}

.cert-side-arrow.cert-prev:before{
  content:'◁'!important;
  font-size:24px!important;
  line-height:1!important;
  margin-left:-2px!important;
}

.cert-side-arrow.cert-next:before{
  content:'▷'!important;
  font-size:24px!important;
  line-height:1!important;
  margin-right:-2px!important;
}

.cert-side-arrow:disabled{
  opacity:.25!important;
  cursor:not-allowed!important;
  transform:none!important;
  box-shadow:0 8px 18px rgba(6,31,73,.08)!important;
}

.cert-dots.cert-side-dots{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  margin-top:18px!important;
}

@media (max-width:980px){
  .certificate-carousel-wrap{
    padding:0 58px 34px!important;
  }
  .cert-side-arrow{
    width:46px!important;
    height:46px!important;
    min-width:46px!important;
    min-height:46px!important;
  }
  .cert-side-arrow.cert-prev:before,
  .cert-side-arrow.cert-next:before{
    font-size:20px!important;
  }
}

@media (max-width:720px){
  .certificate-carousel-wrap{
    padding:0 44px 30px!important;
  }
  .cert-side-arrow{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    min-height:38px!important;
  }
  .cert-side-arrow.cert-prev:before,
  .cert-side-arrow.cert-next:before{
    font-size:17px!important;
  }
}
