@charset "utf-8";
/* =========================================================
   복구천사 soft_faq — Wizard 모드 FAQ  ·  PC (≥ 641px)
   디자인: 와이드 스텝 / 신뢰감 블루(#2563eb)
   ※ 기존 구조 클래스(#bread, #faq, .q, .a, #capture, #contact) 유지
   ========================================================= */

#bread, #faq-nav, #standard {
	font-family: "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", -apple-system, BlinkMacSystemFont, sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #0f172a;
}
#bread *, #faq-nav *, #standard * { box-sizing: border-box; }

#bread .container, #faq-nav .container, #standard .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ───────── 브레드크럼 (메인 ㅣ Wizard FAQ ㅣ 현재) ───────── */
#bread { background: #f8fafc; border-bottom: 1px solid #eef2f7; height: auto; overflow: visible; }
#bread .container { padding-top: 14px; padding-bottom: 14px; display: flex; align-items: center; }
#bread ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: center; font-size: 13px; }
#bread li { color: #64748b; display: flex; align-items: center; }
#bread li a { color: #64748b; text-decoration: none; }
#bread li a:hover { color: #2563eb; }
#bread li:last-child { color: #1d4ed8; font-weight: 700; }

/* ───────── FAQ 버튼 바 (다른 페이지 바로가기) ───────── */
#faq-nav { background: #fff; border-bottom: 1px solid #eef2f7; position: sticky; top: 70px; z-index: 98; }
#faq-nav .container { padding-top: 18px; padding-bottom: 20px; }
.faq-nav-label { font-size: 11px; font-weight: 800; letter-spacing: .07em; color: #94a3b8; margin-bottom: 11px; }
.faq-nav-list { display: flex; flex-wrap: wrap; gap: 8px; }
.faq-chip {
	font-size: 13px; font-weight: 600; color: #475569;
	background: #fff; border: 1px solid #e2e8f0; padding: 8px 14px;
	border-radius: 8px; text-decoration: none; white-space: nowrap;
	transition: border-color .15s, background .15s, color .15s;
}
.faq-chip:hover { border-color: #93c5fd; background: #f5f9ff; color: #1d4ed8; }
.faq-chip.is-current { color: #fff; background: #2563eb; border-color: #2563eb; }

/* ───────── 본문 래퍼 ───────── */
#standard { background: #fff; padding: 34px 0 60px; }

/* ───────── 히어로 (질문 + 요약) ───────── */
.faq-hero { background: linear-gradient(115deg, #1e3a8a, #2563eb); border-radius: 18px; padding: 38px 44px; }
.faq-hero .q {
	margin: 0 0 16px; font-size: 30px; font-weight: 800; line-height: 1.28;
	letter-spacing: -.02em; color: #fff; display: flex; align-items: flex-start; gap: 14px;
}
.faq-hero .q::before {
	content: "Q"; flex-shrink: 0; width: 38px; height: 38px; border-radius: 10px;
	background: #fff; color: #1d4ed8; display: flex; align-items: center; justify-content: center;
	font-weight: 800; font-size: 19px; margin-top: 2px;
}
.faq-hero .a { margin: 0; padding-left: 52px; }
.faq-hero .a p { margin: 0 0 9px; font-size: 15.5px; line-height: 1.75; color: #dbeafe; }
.faq-hero .a p:last-child { margin-bottom: 0; }
.faq-hero .a strong, .faq-hero .a em { color: #fff; font-style: normal; font-weight: 700; }
.faq-hero .a .ui-btn { background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.38); color: #fff; }
.faq-hero .a .ui-tab { background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.28); color: #fff; }

/* ───────── UI 명칭 칩 (버튼/탭/메뉴 강조) ───────── */
.ui-btn, .ui-tab {
	display: inline-flex; align-items: center; border-radius: 6px;
	font-size: .92em; font-weight: 700; white-space: nowrap; line-height: 1.4;
}
.ui-btn { background: #2563eb; color: #fff; padding: 2px 10px; }
.ui-tab { background: #f1f5f9; border: 1px solid #e2e8f0; color: #334155; padding: 1px 9px; }
#faq u { text-decoration: underline; text-underline-offset: 2px; text-decoration-color: #cbd5e1; }

/* ───────── STEP 카드 (와이드, 좌우 교차) ───────── */
#capture { margin-top: 14px; }
.step { display: flex; gap: 44px; align-items: center; padding: 36px 0; border-top: 1px solid #eef2f7; }
.step:first-child { border-top: none; }
.step:nth-child(even) { flex-direction: row-reverse; }
.step-text { flex: 0 0 42%; }
.step-head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.step-num { font-size: 60px; font-weight: 900; color: #dbeafe; line-height: .8; letter-spacing: -.04em; }
.step-eyebrow { font-size: 12px; font-weight: 800; letter-spacing: .07em; color: #2563eb; border-left: 2px solid #93c5fd; padding-left: 10px; }
.step-title { margin: 0 0 12px; font-size: 21px; font-weight: 800; color: #0f172a; line-height: 1.35; }
.step-text > p { margin: 0; font-size: 15px; line-height: 1.8; color: #475569; }
.step-text > p + p { margin-top: 10px; }
.step-fig { flex: 1; min-width: 0; margin: 0; border: 1px solid #e2e8f0; border-radius: 14px; overflow: hidden; box-shadow: 0 14px 34px rgba(15,23,42,.12); }
.step-fig img { width: 100%; display: block; }
.step-cap { margin: 10px 2px 0; font-size: 12.5px; color: #94a3b8; }

/* ───────── 단일 이미지 (Check 1장짜리 페이지) ───────── */
.faq-figure { margin: 28px 0 0; border: 1px solid #e2e8f0; border-radius: 14px; overflow: hidden; box-shadow: 0 14px 34px rgba(15,23,42,.10); }
.faq-figure img { width: 100%; display: block; }
.faq-figcap { margin: 12px 2px 0 0; font-size: 13px; color: #64748b; font-weight: 600; }
.faq-figcap + .faq-figure { margin-top: 10px; }

/* ───────── 주의 / 팁 ───────── */
.faq-notes { margin-top: 36px; display: flex; flex-direction: column; gap: 14px; }
.note { display: flex; gap: 16px; align-items: flex-start; border-radius: 12px; padding: 18px 22px; }
.note-caution { background: #fffbeb; border: 1px solid #fcd34d; }
.note-tip { background: #ecfdf5; border: 1px solid #a7f3d0; }
.note-ico { flex-shrink: 0; width: 28px; height: 28px; border-radius: 8px; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 16px; }
.note-caution .note-ico { background: #f59e0b; }
.note-tip .note-ico { background: #10b981; }
.note strong { display: block; font-size: 14px; margin-bottom: 5px; }
.note-caution strong { color: #b45309; }
.note-tip strong { color: #047857; }
.note p { margin: 0; font-size: 14.5px; line-height: 1.75; }
.note p + p { margin-top: 7px; }
.note-caution p { color: #92400e; }
.note-tip p { color: #065f46; }

/* ───────── 문의 CTA ───────── */
#contact { margin-top: 40px; }
#contact dl { margin: 0; background: #0f172a; border-radius: 14px; padding: 22px 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
#contact dt { color: #e2e8f0; font-size: 15px; font-weight: 600; }
#contact dd { margin: 0; }
#contact dd a { display: inline-block; background: #2563eb; color: #fff; font-size: 14.5px; font-weight: 800; padding: 12px 26px; border-radius: 9px; text-decoration: none; white-space: nowrap; }
#contact dd a:hover { background: #1d4ed8; }

/* ───────── FAQ 인덱스 (전체 목록) ───────── */
.faq-index-hero { background: linear-gradient(115deg, #1e3a8a, #2563eb); border-radius: 18px; padding: 40px 44px; }
.faq-index-hero .eyebrow { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: .08em; color: #bfdbfe; margin-bottom: 12px; }
.faq-index-hero h2 { margin: 0 0 12px; font-size: 30px; font-weight: 800; line-height: 1.3; letter-spacing: -.02em; color: #fff; }
.faq-index-hero p { margin: 0; font-size: 15.5px; line-height: 1.7; color: #dbeafe; max-width: 760px; }
.faq-index-grid { margin-top: 26px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.faq-card { display: flex; align-items: center; gap: 16px; padding: 20px 22px; border: 1px solid #e2e8f0; border-radius: 14px; background: #fff; text-decoration: none; transition: border-color .15s, box-shadow .15s, transform .15s; }
.faq-card:hover { border-color: #93c5fd; box-shadow: 0 12px 28px rgba(37,99,235,.12); transform: translateY(-2px); }
.faq-card-no { flex-shrink: 0; width: 44px; height: 44px; border-radius: 11px; background: #eff6ff; color: #1d4ed8; display: flex; align-items: center; justify-content: center; font-size: 17px; font-weight: 800; }
.faq-card:hover .faq-card-no { background: #2563eb; color: #fff; }
.faq-card-body { flex: 1; min-width: 0; }
.faq-card-title { display: block; font-size: 16px; font-weight: 700; color: #0f172a; line-height: 1.4; margin-bottom: 3px; }
.faq-card-desc { display: block; font-size: 13px; color: #64748b; line-height: 1.5; }
.faq-card-arrow { flex-shrink: 0; color: #cbd5e1; font-size: 18px; font-weight: 800; }
.faq-card:hover .faq-card-arrow { color: #2563eb; }


/* AEO Box */
.aeo-box { margin: 20px 0 0; background: #f0f9ff; border: 1.5px solid #7dd3fc; border-radius: 14px; padding: 18px 22px; display: flex; gap: 14px; align-items: flex-start; }
.aeo-label { flex-shrink: 0; background: #0284c7; color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .06em; border-radius: 6px; padding: 4px 9px; margin-top: 2px; white-space: nowrap; }
.aeo-text { margin: 0; font-size: 15px; line-height: 1.75; color: #0c4a6e; font-weight: 500; }