/* footer.css — 전역 푸터 (원본 common.css 푸터 블록 재작성) */
.footer { margin-top: auto; padding: 96px 0 40px; background: #111; color: #fff; z-index: 9; position: relative; }
.footer .inner { display: flex; flex-direction: column; max-width: 1720px; }
.footer a { color: #fff; }
.footer .content-top { display: flex; padding-bottom: 80px; border-bottom: 1px solid rgba(255,255,255,0.15); }
.footer .sitemap { display: flex; }
.footer .sitemap article { width: 20%; }
.footer .sitemap dl { display: flex; flex-wrap: wrap; }
.footer .sitemap dt { width: 100%; margin-bottom: 26px; font-size: 19px; }
.footer .sitemap dt a { font-weight: 600; display: block; }
.footer .sitemap dd { width: 100%; margin-bottom: 24px; line-height: normal; }
.footer .sitemap dd:last-child { margin-bottom: 0; }
.footer .sitemap dd a { font-size: 16px; color: #fff; }
.footer .con-right { flex-shrink: 0; margin-left: auto; display: flex; flex-direction: column; }
.footer .footer-link { margin-bottom: 45px; }
.footer .footer-link li { margin-bottom: 20px; }
.footer .footer-link li a { color: #fff; display: flex; align-items: center; justify-content: flex-end; }
.footer-link .ico-contact { width: 22px; height: 22px; background: url(/assets/img/ico-contact.svg) no-repeat center/auto 100%; display: inline-block; margin-left: 10px; }
.site-wrap { margin-top: auto; position: relative; width: 230px; height: 52px; cursor: pointer; padding: 13px 30px; border: 1px solid rgba(255,255,255,0.15); display: flex; background: rgba(255,255,255,0.06); align-items: center; margin-left: auto; border-radius: 35px; }
.site-wrap .btn-site { color: #fff; font-weight: 400; letter-spacing: -0.5px; }
.site-wrap .ico { margin-left: auto; transform: rotate(0deg); transition: transform 0.25s; width: 24px; height: 24px; background: url(/assets/img/ico-drop-white.svg) no-repeat center/auto 100%; }
.site-wrap .familyLink { width: 100%; position: absolute; display: none; top: 120%; left: 50%; transform: translateX(-50%); border: 1px solid rgba(160, 160, 160, 0.5); background: #fff; border-radius: 20px; z-index: 5; }
.site-wrap .familyLink li a { font-size: 14px; line-height: 25px; letter-spacing: 0; color: #999; padding: 10px 20px; display: block; }
.site-wrap.active .familyLink { display: block; }
.site-wrap.active .ico { transform: rotate(180deg); }

.footer .content-bottom { margin-top: auto; align-items: center; padding-top: 40px; }
.footer .content-bottom .flex-box { align-items: flex-end; justify-content: space-between; gap: 30px 0; flex-wrap: wrap; }
.footer .logo-box { margin-bottom: 30px; }
.footer .logo-box img { height: 40px; }
.footer .company-info span, .footer .company-info a { color: rgba(255,255,255,.7); vertical-align: baseline; }
.footer .company-info .label { margin-right: 26px; position: relative; }
.footer .company-info .label::after { content: ''; display: block; position: absolute; top: 50%; transform: translateY(-50%); right: -13px; width: 2px; height: 12px; background: rgba(255,255,255,.7); }
.footer .info-wrap { display: flex; gap: 10px 60px; flex-wrap: wrap; margin-bottom: 16px; }
.footer .info-item { display: flex; }
.footer .address { display: flex; }
.footer .copyright { font-size: 16px; color: rgba(255,255,255,.7); }

/* 플로팅 버튼 (푸터 상단 기준 absolute) */
.floating-container { position: absolute; top: -100px; right: 2.5%; z-index: 8; }
.floating-container .btn-top { display: block; width: 70px; height: 70px; background: url(/assets/img/scroll-top.svg) no-repeat center/auto 100%; cursor: pointer; }

@media (pointer: fine) {
  .footer dd a:hover { text-decoration: underline; text-underline-offset: 5px; }
  .footer .footer-link li a:hover { text-decoration: underline; text-underline-offset: 5px; }
  .site-wrap:hover { border-color: #fff; }
  .site-wrap .familyLink li a:hover { color: #000; }
}
@media screen and (max-width: 1024px) {
  .footer { padding: 40px 0; }
  .footer .content-top { padding-bottom: 20px; }
  .footer .content-bottom { padding-top: 20px; }
  .footer .sitemap { display: none; }
  .footer .con-right { margin: 0; flex-direction: row-reverse; justify-content: space-between; flex: 1; }
  .site-wrap { margin: 0; }
  .footer .footer-link { margin: 0; }
}
@media screen and (max-width: 767px) {
  .footer { padding: 20px 0; }
  .site-wrap { width: 180px; height: 48px; padding: 13px 20px; }
  .site-wrap .btn-site { font-size: 14px; }
  .footer .footer-link li { margin-bottom: 10px; }
  .footer .footer-link li a { font-size: 14px; }
  .footer .content-bottom .flex-box { font-size: 14px; }
  .footer .copyright { font-size: 14px; }
  .footer .info-wrap { flex-direction: column; gap: 6px; margin-bottom: 6px; }
  .footer .company-info .label { flex: 0 0 12vw; }
  .footer .company-info .label::after { top: 4px; transform: none; }
  .footer .logo-box img { width: 100px; height: auto; }
  .floating-container { top: -60px; }
  .floating-container .btn-top { width: 40px; height: 40px; }
}
