/* 운임조회 — 피그마 node 7:951 (헤더·서브비주얼·LNB·푸터 제외) */

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

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

#ctt.kl-freight-page .kl-freight-input:focus {
  outline: 2px solid rgba(0, 102, 157, 0.35);
  outline-offset: 2px;
}

#ctt.kl-freight-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-freight-page .reveal-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

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