@font-face {
  font-family: "Kdaeri NanumSquareNeo";
  src: url("../fonts/nanum-square-neo.woff2") format("woff2"),
    url("../fonts/nanum-square-neo.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
#callnowbutton.kdffc-call-dock,
#callnowbutton.kdffc-call-dock * { font-family: "Kdaeri NanumSquareNeo", sans-serif !important; }
#callnowbutton.kdffc-call-dock {
  position: fixed !important;
  inset: auto 12px 0 12px !important;
  width: auto !important;
  height: auto !important;
  min-height: 64px;
  max-width: none !important;
  box-sizing: border-box;
  display: flex !important;
  align-items: center;
  justify-content: flex-start !important;
  gap: 12px;
  margin: 0 !important;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom)) !important;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 10px !important;
  background: linear-gradient(135deg,#1746a2 0%,#1d63df 58%,#3b82f6 100%) !important;
  box-shadow: 0 -10px 28px rgba(15,46,112,.24),0 -2px 8px rgba(0,0,0,.12);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  z-index: 99990 !important;
  transform: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity .2s ease, visibility .2s ease;
}
#callnowbutton.kdffc-call-dock[data-kdffc-visible="true"] {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
body.kddc-modal-open #callnowbutton.kdffc-call-dock { display: none !important; }
#callnowbutton.kdffc-call-dock::before,
#callnowbutton.kdffc-call-dock::after { display: none !important; }
#callnowbutton.kdffc-call-dock .kdffc-dock-icon {
  display: flex;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  background: rgba(255,255,255,.14);
}
#callnowbutton.kdffc-call-dock svg { width: 21px; height: 21px; fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
#callnowbutton.kdffc-call-dock .kdffc-dock-copy {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  line-height: 1.2;
}
#callnowbutton.kdffc-call-dock .kdffc-dock-copy span { color: rgba(255,255,255,.78); font-size: 14px; font-weight: 700; letter-spacing: .01em; }
#callnowbutton.kdffc-call-dock .kdffc-dock-copy strong { color: #fff; margin-top: 3px; font-size: 20px; font-weight: 800; letter-spacing: .01em; }
#callnowbutton.kdffc-call-dock .kdffc-dock-arrow { margin-left: auto; color: rgba(255,255,255,.76); font-size: 28px; font-weight: 400; line-height: 1; }
#callnowbutton.kdffc-call-dock:focus-visible { outline: 3px solid #fff; outline-offset: -5px; }
@media (min-width: 768px) {
  #callnowbutton.kdffc-call-dock {
    inset: auto 20px 20px auto !important;
    min-height: 0;
    padding: 12px 18px !important;
    gap: 8px;
    border-color: transparent;
    border-radius: 999px !important;
    background: #0055ff !important;
    box-shadow: 0 6px 18px rgba(0,63,190,.24);
  }
  #callnowbutton.kdffc-call-dock .kdffc-dock-icon { flex: 0 0 20px; width: 20px; height: 20px; border: 0; background: none; }
  #callnowbutton.kdffc-call-dock svg { width: 18px; height: 18px; }
  #callnowbutton.kdffc-call-dock .kdffc-dock-copy { position: static; transform: none; flex-direction: row; }
  #callnowbutton.kdffc-call-dock .kdffc-dock-copy span,
  #callnowbutton.kdffc-call-dock .kdffc-dock-arrow { display: none; }
  #callnowbutton.kdffc-call-dock .kdffc-dock-copy strong { margin: 0; font-size: 18px; font-weight: 700; line-height: 1.25; }
  #callnowbutton.kdffc-call-dock .kdffc-dock-copy strong::before { content: 'K-대리탁송 전화접수 '; }
}
@media (prefers-reduced-motion: reduce) { #callnowbutton.kdffc-call-dock { transition: none; } }
