/* ── 공통 푸터: 블랙 배경 · 큰 문장형 CTA + 가벼운 링크 줄 + 사업자 정보 (박스 없이 여백·글자 크기로 위계) ── */
.kft {
   position: relative; overflow: hidden;
   padding: 112px 0 40px; background: #111; color: rgba(255,255,255,.72);
}
/* 오른쪽 위 은은한 주황 빛 (둥근 형태) */
.kft::before {
   content: ""; position: absolute; top: -260px; right: -180px; width: 640px; height: 640px; border-radius: 50%;
   background: radial-gradient(circle, rgba(249,100,0,.28) 0%, rgba(249,100,0,0) 65%);
   pointer-events: none;
}
.kft .container { position: relative; }
.kft a { color: inherit; transition: color .2s; }
.kft a:hover { color: #fff; }

/* 상단: 큰 문장 + CTA */
.kft-hero { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; flex-wrap: wrap; }
.kft-title {
   margin: 0; font-family: var(--title-font); font-size: 64px; font-weight: 700; line-height: 1.12; letter-spacing: -2px; color: #fff;
}
.kft-title span { color: #F96400; }
.kft-side { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; min-width: 300px; }
.kft-btn {
   display: inline-flex; align-items: center; gap: 12px; padding: 16px 28px; border-radius: 999px;
   background: #F96400; color: #fff !important; font-size: 16px; font-weight: 700;
   transition: background .2s, transform .2s;
}
.kft-btn:hover { background: #E04F00; transform: translateY(-2px); }
.kft-btn i { transition: transform .2s; }
.kft-btn:hover i { transform: translateX(4px); }
.kft-contact { display: flex; flex-direction: column; gap: 6px; font-size: 16px; }
.kft-contact a, .kft-hours { display: inline-flex; align-items: center; gap: 10px; }
.kft-contact a { color: #fff; font-weight: 600; }
.kft-contact a:hover { color: #F96400; }
.kft-contact i { width: 16px; font-size: 14px; text-align: center; color: #F96400; }
.kft-hours { font-size: 14px; color: rgba(255,255,255,.6); }

/* 소식 받기 (둥근 입력창) — kaidim-footer-subscribe.js / main.js 가 id·클래스를 사용 */
.kft-subscribe { width: 100%; max-width: 360px; }
.kft-subscribe-label { margin: 0 0 8px; font-size: 13px; color: rgba(255,255,255,.55); }
.kft .email-input-container {
   display: flex; align-items: center; padding: 4px 4px 4px 20px; border-radius: 999px;
   background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14);
}
/* main.css 의 #email / #submitButton (고정 폭·큰 패딩·absolute 배치) 을 덮어써서 세로 가운데 정렬 */
.kft .email-input-container { position: static; gap: 8px; }
.kft .email-input-container #email {
   flex: 1; width: auto; min-width: 0; height: 40px; margin: 0; padding: 0; border: 0; border-radius: 0;
   background: transparent; color: #fff; font-size: 14px; line-height: 40px; outline: none;
}
.kft .email-input-container #email::placeholder { color: rgba(255,255,255,.45) !important; }
.kft .email-input-container #submitButton {
   position: static; flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center;
   width: 40px; height: 40px; margin: 0; padding: 0; border: 0; border-radius: 50%;
   background: #fff; color: #111; font-size: 15px; line-height: 1; cursor: pointer;
   transition: background .2s, opacity .2s;
}
.kft .email-input-container #submitButton:hover:not(:disabled) { background: #F96400; color: #fff; }
.kft .email-input-container #submitButton:disabled { opacity: .35; cursor: not-allowed; }
.kft-agree { display: flex; align-items: center; gap: 8px; margin: 10px 0 0 4px; font-size: 12px; color: rgba(255,255,255,.55); cursor: pointer; }
.kft-agree input { width: 14px; height: 14px; accent-color: #F96400; }
.kft-agree a { text-decoration: underline; text-underline-offset: 2px; }

/* 구분선 아래: 로고 + 링크 */
.kft-bottom { margin-top: 88px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,.14); }
.kft-row { display: flex; align-items: center; justify-content: space-between; gap: 16px 40px; flex-wrap: wrap; }
.kft-logo img { display: block; height: 22px; width: auto; }
.kft-links, .kft-policy { display: flex; flex-wrap: wrap; gap: 8px 28px; margin: 0; padding: 0; list-style: none; }
.kft-links a { font-size: 15px; font-weight: 600; color: #fff; }
.kft-links a:hover { color: #F96400; }
/* 다른 제품 (가공견적 프로그램) */
.kft-family { display: flex; align-items: center; flex-wrap: wrap; gap: 6px 14px; margin: 24px 0 0; font-size: 13px; color: rgba(255,255,255,.5); }
.kft-family a {
   display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; border-radius: 999px;
   border: 1px solid rgba(255,255,255,.22); color: #fff; font-size: 13px; font-weight: 600;
   transition: border-color .2s, color .2s;
}
.kft-family a:hover { border-color: #F96400; color: #F96400; }
.kft-family i { font-size: 11px; }
.kft-policy { margin-top: 20px; gap: 6px 20px; }
.kft-policy a { font-size: 13px; }

.kft-legal { margin: 28px 0 0; font-size: 12px; line-height: 1.9; color: rgba(255,255,255,.45); }
.kft-legal a { text-decoration: underline; text-underline-offset: 2px; }
.kft-legal .sep { margin: 0 8px; opacity: .5; }
.kft-copy { margin: 12px 0 0; font-size: 11px; color: rgba(255,255,255,.4); }

@media (max-width: 991px) {
   .kft { padding: 80px 0 32px; }
   .kft-title { font-size: 44px; letter-spacing: -1px; }
   .kft-hero { align-items: flex-start; gap: 32px; }
   .kft-side { min-width: 0; width: 100%; }
   .kft-bottom { margin-top: 64px; }
}
@media (max-width: 575px) {
   .kft-title { font-size: 36px; }
   .kft::before { width: 420px; height: 420px; top: -200px; right: -220px; }
   .kft-links { gap: 8px 20px; }
   .kft-legal .sep { display: none; }
   .kft-legal .ln { display: block; }
}
