/* Apostille Korea - common site footer CSS (푸터 스타일 단일 기준 — 전 페이지 공통 로드). */
.site-footer { background: #f5f8fc; border-top: 1px solid #e3e9f2; color: #1a2e4a; }
.footer-utility {
    display: flex; flex-wrap: wrap; justify-content: center;
    padding: 15px 24px; border-bottom: 1px solid #e8edf4;
  }
.footer-utility a {
    position: relative; padding: 2px 18px;
    font-size: 13px; font-weight: 600; color: #5a6b82; text-decoration: none;
    transition: color 0.15s ease;
  }
.footer-utility a + a::before {
    content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
    width: 1px; height: 12px; background: #d6deea;
  }
.footer-utility a.strong { color: #0A2A5E; font-weight: 800; }
.footer-utility a:hover { color: #1E5BBA; }
.footer-inner { max-width: 1200px; margin: 0 auto; padding: 26px 24px 30px; }
.fc-name { font-size: 15px; font-weight: 800; color: #0A2A5E; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.fc-name .fc-old { font-size: 12.5px; font-weight: 600; color: #8b9bb3; }
.fc-meta { font-size: 12.5px; color: #5a6b82; line-height: 1.95; margin-top: 9px; }
.fc-meta .sep { color: #c4d0e0; margin: 0 9px; }
.footer-contacts {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px 24px;
    margin-top: 22px; padding-top: 22px; border-top: 1px dashed #d6deea;
  }
.fct-dept { font-size: 13px; font-weight: 700; color: #1a2e4a; margin-bottom: 5px; }
.fct-tel {
    display: block; font-size: 17px; font-weight: 800; color: #1E5BBA;
    letter-spacing: 0.3px; text-decoration: none;
  }
.fct-tel:hover { color: #0A3A8C; }
.fct-mail { display: block; font-size: 12.5px; color: #8b9bb3; text-decoration: none; margin-top: 3px; }
.fct-mail:hover { color: #1E5BBA; }
.footer-bottom { border-top: 1px solid #e8edf4; padding: 16px 24px; text-align: center; }
.fb-note { font-size: 13px; font-weight: 700; color: #0A2A5E; margin-bottom: 4px; }
.fb-copy { font-size: 11.5px; color: #9aa7b8; }
@media (max-width: 900px){
.footer-contacts { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width:720px){
.footer-contacts{grid-template-columns:1fr 1fr;}
.footer-inner{padding:22px 18px;}
}
@media (max-width:480px){
.footer-contacts{grid-template-columns:1fr;}
.footer-utility a{padding:2px 11px;}
}
.gov-badge{position:relative;display:inline-flex;align-items:center;gap:7px;margin-left:12px;padding:5px 13px;border-radius:8px;
    font-size:12.5px;font-weight:800;color:#0A2A5E;background:linear-gradient(110deg,#f7faff,#e9f0fb);
    border:1px solid #cdd9ec;overflow:hidden;vertical-align:middle;cursor:pointer;
    transition:transform .16s ease,box-shadow .18s ease,border-color .18s;}
.gov-badge:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(20,80,180,.25);border-color:#9ec0ef;}
.gov-badge .gb-mark{width:17px;height:17px;flex-shrink:0;object-fit:contain;filter:drop-shadow(0 1px 2px rgba(0,0,0,.15));}
.gov-badge::after{content:"";position:absolute;top:-60%;bottom:-60%;width:46px;left:-80px;transform:rotate(18deg);
    background:linear-gradient(90deg,transparent,rgba(120,180,255,.18) 18%,rgba(255,255,255,.9) 45%,rgba(255,170,220,.3) 62%,rgba(120,255,210,.22) 78%,transparent);
    animation:gbShine 2.8s ease-in-out infinite;pointer-events:none;}
.gb-finger{position:absolute;right:-16px;bottom:-58px;width:89px;opacity:0;pointer-events:none;z-index:3;}
.gov-wrap{position:relative;display:inline-block;margin-left:12px;vertical-align:middle;}
.gov-wrap .gov-badge{margin-left:0;}
.gov-wrap.tap .gb-finger{animation:gbTap 2.1s ease-in-out 3;}
@keyframes gbTap{0%{opacity:0;transform:translate(20px,26px) rotate(-16deg);}
    22%{opacity:1;transform:translate(3px,5px) rotate(-9deg);}
    38%{transform:translate(0,0) rotate(-6deg);}
    52%{transform:translate(5px,7px) rotate(-12deg);}
    82%{opacity:1;}100%{opacity:0;transform:translate(16px,22px) rotate(-16deg);}}
/* 맥락부(국가/카테고리 문서 링크) */
.footer-context{background:#f5f8fc;border-top:1px solid #e3e9f2;padding:22px 24px 4px}
.footer-context .fx-in{max-width:1200px;margin:0 auto}
.footer-context h3{font-size:13px;font-weight:800;color:#0A2A5E;margin:0 0 10px}
.footer-context .fx-links{display:flex;flex-wrap:wrap;gap:6px 18px}
.footer-context .fx-links a{font-size:13px;color:#37507e;text-decoration:none;padding:4px 0;min-height:22px;display:inline-block}
.footer-context .fx-links a:hover{color:#1E5BBA;text-decoration:underline;text-underline-offset:2px}
.site-footer .kosub{font-size:.82em;color:#8b9bb3;font-weight:600;margin-top:1px}
/* 회사명 한글부(구명칭 병기) — 한국어 문맥(enko 원본·ko판)에서만 노출 */
.fc-old .ko-only{display:none}
html[lang="ko"] .fc-old .ko-only{display:inline}
