/* EzLogis 3.0 — 피그마 7:909 (헤더·서브비주얼·LNB·푸터 제외) */

body:has(#ctt.kl-ezlogis-page) #ctt_himg {
  display: none !important;
}

#ctt.kl-ezlogis-page {
  font-family: "Pretendard", sans-serif;
}

#ctt.kl-ezlogis-page .reveal-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 1s cubic-bezier(0.2, 0.8, 0.2, 1);
}

#ctt.kl-ezlogis-page .reveal-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1024px) {
  #ctt.kl-ezlogis-page .rev-delay-100 {
    transition-delay: 100ms;
  }
}

@media (max-width: 1023px) {
  #ctt.kl-ezlogis-page .reveal-up {
    transform: translateY(20px);
    transition-duration: 0.8s;
  }
}

/* Swiper: 기본 화살표 숨김 (커스텀 버튼 사용) */
#ctt.kl-ezlogis-page .kl-ezlogis-swiper-controls .swiper-button-prev::after,
#ctt.kl-ezlogis-page .kl-ezlogis-swiper-controls .swiper-button-next::after {
  display: none;
}

/* 네비·페이지네이션 한 줄: Swiper 기본 absolute 초기화 */
#ctt.kl-ezlogis-page .kl-ezlogis-swiper-controls .swiper-button-prev,
#ctt.kl-ezlogis-page .kl-ezlogis-swiper-controls .swiper-button-next {
  position: relative;
  margin-top: 0;
}

#ctt.kl-ezlogis-page .kl-ezlogis-swiper-controls .kl-ezlogis-swiper-pagination.swiper-pagination {
  position: static !important;
  inset: auto !important;
  width: auto !important;
  max-width: none;
  transform: none !important;
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}

#ctt.kl-ezlogis-page .kl-ezlogis-swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 12px !important;
  background: transparent;
  opacity: 1;
  border: 1.5px solid #fff;
  box-sizing: border-box;
  transition: width 0.25s ease, border-radius 0.25s ease, background 0.25s ease,
    border-color 0.25s ease;
}

#ctt.kl-ezlogis-page .kl-ezlogis-swiper-pagination .swiper-pagination-bullet-active {
  width: 25px;
  height: 8px;
  border-radius: 4px;
  background: #ed1c2a;
  border-color: #ed1c2a;
}

@media (max-width: 1023px) {
  #ctt.kl-ezlogis-page .kl-ezlogis-swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px !important;
  }
}
