@charset "UTF-8";
/* ==================================================================
   footer.css — 푸터 전용 스타일 (2026 개편)
   경로 : /css/footer.css   호출 : common/link.php

   ※ 모든 규칙이 .ft-redesign 안에서만 적용되므로 다른 영역에는
     영향을 주지 않습니다.
   ※ 색·글꼴은 knowhow.css 의 --kh-* 체계와 같습니다. 변수가 없는
     환경에서도 깨지지 않도록 fallback 값을 함께 적었습니다.
   ※ 이 파일을 고친 뒤에는 link.php 의 ?v= 값을 바꿔 주세요.
================================================================== */

.ft-redesign{
	--ft-bg:var(--kh-navy-900,#081a3a);
	--ft-bg-2:var(--kh-navy-800,#0d2450);
	--ft-line:rgba(255,255,255,.11);
	--ft-line-2:rgba(255,255,255,.07);
	--ft-head:#ffffff;
	--ft-body:#b9cbe4;
	--ft-dim:#8ea3c1;
	--ft-accent:var(--kh-blue-400,#4b91e6);
	--ft-btn:var(--kh-blue-500,#2a72cf);

	background:var(--ft-bg);
	color:var(--ft-body);
	/* 내부 페이지는 <div class="page text-center"> 안에 푸터가 들어간다.
	   그대로 두면 모든 글이 가운데로 몰리므로 여기서 끊는다. */
	text-align:left;
	font-family:var(--kh-font,"Paperozi","Pretendard","Noto Sans KR",sans-serif);
	font-size:16px;
	line-height:1.7;
	word-break:keep-all;
}
.ft-redesign *{box-sizing:border-box}
/* theme.css 의 `body p` 가 <p> 를 직접 잡으므로 위 font-family 가 문단까지
   내려오지 않는다. 푸터가 바깥에 기대지 않도록 여기서 끊어 준다. */
.ft-redesign p{font-family:inherit}
.ft-redesign a{color:inherit;text-decoration:none;transition:color .18s}
.ft-redesign a:hover{color:#fff}
.ft-redesign svg.kh-i{width:1em;height:1em;display:block;fill:none;stroke:currentColor;
	stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

.ft-inner{max-width:1220px;margin:0 auto;padding:0 32px}

/* ── 1. 상담 유도 띠 ───────────────────────────── */
.ft-cta{
	background:linear-gradient(135deg,var(--kh-blue-600,#1f5aa8) 0%,var(--ft-bg-2) 100%);
	border-bottom:1px solid var(--ft-line);
}
.ft-cta-in{
	display:flex;align-items:center;justify-content:space-between;
	gap:32px;flex-wrap:wrap;padding-top:34px;padding-bottom:34px;
}
.ft-cta-txt strong{display:block;font-size:22px;font-weight:700;color:#fff;letter-spacing:-.02em}
.ft-cta-txt span{display:block;margin-top:7px;font-size:16px;color:#cfdcee;max-width:640px}
.ft-cta-act{display:flex;gap:10px;flex-wrap:wrap}
.ft-btn{
	display:inline-flex;align-items:center;gap:9px;
	background:#fff;color:var(--kh-navy-800,#0d2450);
	font-size:17px;font-weight:700;letter-spacing:-.01em;
	padding:13px 22px;border-radius:10px;white-space:nowrap;
}
.ft-btn:hover{background:#eaf1fb;color:var(--kh-navy-900,#081a3a)}
.ft-btn svg.kh-i{width:17px;height:17px;color:var(--kh-blue-600,#1f5aa8)}
.ft-btn-ghost{background:transparent;color:#e3ecf8;border:1px solid rgba(255,255,255,.3)}
.ft-btn-ghost:hover{background:rgba(255,255,255,.1);color:#fff}
.ft-btn-ghost svg.kh-i{color:var(--ft-accent)}

/* ── 2. 브랜드 + 바로가기 ──────────────────────
   하위 페이지 링크는 상단 내비 드롭다운에 이미 전부 있어 푸터에서는
   반복하지 않는다. 대메뉴로 가는 바로가기만 남겨 높이를 줄였다. */
.ft-main{
	display:grid;grid-template-columns:1.15fr 1fr;
	gap:56px;padding-top:52px;padding-bottom:44px;align-items:start;
}
.ft-logo{display:inline-block}
.ft-logo img{height:34px;width:auto;display:block}
.ft-tag{margin-top:18px;font-size:16px;color:var(--ft-dim);line-height:1.8;max-width:460px}

.ft-badges{margin:22px 0 0;padding:0;list-style:none;
	display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.ft-badges li{
	display:flex;align-items:center;gap:11px;
	background:rgba(255,255,255,.05);border:1px solid var(--ft-line-2);
	border-radius:9px;padding:10px 13px;
}
.ft-badges svg.kh-i{width:16px;height:16px;color:var(--ft-accent);flex:none}
.ft-badges span{display:flex;flex-direction:column;line-height:1.45;min-width:0;
	font-size:13.5px;color:var(--ft-dim)}
.ft-badges b{font-size:14.5px;color:#dbe6f6;font-weight:600}

/* 바로가기 — 대메뉴 5개 + 제품 홈페이지 */
.ft-quick{display:grid;grid-template-columns:1fr 1fr;gap:10px;align-content:start}
.ft-quick a{
	display:flex;align-items:center;gap:11px;
	background:rgba(255,255,255,.045);border:1px solid var(--ft-line-2);
	border-radius:10px;padding:15px 17px;
	font-size:16px;font-weight:600;color:#cddaea;transition:.18s;
}
.ft-quick a:hover{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.22);color:#fff}
.ft-quick svg.kh-i{width:17px;height:17px;color:var(--ft-accent);flex:none}

/* ── 3. 회사 정보 ─────────────────────────────── */
.ft-info{
	display:flex;align-items:flex-start;justify-content:space-between;gap:34px;
	flex-wrap:wrap;padding-top:26px;padding-bottom:26px;
	border-top:1px solid var(--ft-line);
}
.ft-dl{
	flex:1 1 640px;margin:0;
	display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 34px;
}
.ft-dl > div{display:flex;gap:10px;font-size:15.5px}
.ft-dl dt{flex:none;width:116px;color:var(--ft-dim);font-weight:500}
.ft-dl dd{margin:0;color:#cddaea}

.ft-ftc{
	flex:none;display:flex;flex-direction:column;position:relative;
	background:rgba(255,255,255,.05);border:1px solid var(--ft-line-2);
	border-radius:11px;padding:14px 46px 14px 18px;min-width:210px;
}
.ft-ftc:hover{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.2)}
.ft-ftc span{font-size:13.5px;color:var(--ft-dim)}
.ft-ftc strong{font-size:17px;font-weight:700;color:#fff;letter-spacing:-.01em}
.ft-ftc svg.kh-i{position:absolute;right:16px;top:50%;transform:translateY(-50%);
	width:17px;height:17px;color:var(--ft-accent)}

/* ── 4. 하단 ──────────────────────────────────── */
.ft-bottom{background:rgba(0,0,0,.22);border-top:1px solid var(--ft-line-2)}
.ft-bottom-in{
	display:flex;align-items:center;justify-content:space-between;gap:16px;
	flex-wrap:wrap;padding-top:18px;padding-bottom:18px;
}
.ft-bottom p{margin:0;font-size:14.5px;color:#8398b4}
.ft-top{
	display:inline-flex;align-items:center;gap:7px;cursor:pointer;
	background:transparent;border:1px solid var(--ft-line);border-radius:8px;
	color:var(--ft-dim);font-family:inherit;font-size:14.5px;font-weight:600;
	padding:9px 15px;transition:.18s;
}
.ft-top:hover{background:rgba(255,255,255,.08);color:#fff;border-color:rgba(255,255,255,.25)}
.ft-top svg.kh-i{width:15px;height:15px}

/* ── 반응형 ───────────────────────────────────── */
@media (max-width:1080px){
	.ft-main{grid-template-columns:1fr;gap:34px}
	.ft-tag{max-width:none}
}
@media (max-width:760px){
	.ft-inner{padding:0 20px}
	.ft-cta-txt strong{font-size:19px}
	.ft-main{grid-template-columns:1fr;gap:26px;padding-top:42px}
	.ft-badges{grid-template-columns:1fr}
	.ft-quick{grid-template-columns:1fr}
	.ft-dl{grid-template-columns:1fr}
	.ft-dl-wide{grid-column:auto}
	.ft-ftc{width:100%}
}
