@charset "utf-8";
/* =========================================================
   복구천사 soft_faq — Wizard 모드 FAQ  ·  Mobile (≤ 640px)
   모바일 단독 적용 스타일 (style.pc.css 미로드 구간)
   ========================================================= */

#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 { width: 100%; margin: 0 auto; padding: 0 16px; }

/* ───────── 브레드크럼 ───────── */
#bread { background: #f8fafc; border-bottom: 1px solid #eef2f7; height: auto; overflow: visible; }
#bread .container { padding-top: 11px; padding-bottom: 11px; display: flex; align-items: center; }
#bread ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: center; font-size: 12px; }
#bread li { color: #64748b; display: flex; align-items: center; }
#bread li a { color: #64748b; text-decoration: none; }
#bread li:last-child { color: #1d4ed8; font-weight: 700; }

/* ───────── FAQ 버튼 바 (가로 스크롤) ───────── */
#faq-nav { background: #fff; border-bottom: 1px solid #eef2f7; position: sticky; top: 60px; z-index: 98; }
#faq-nav .container { padding-top: 14px; padding-bottom: 14px; }
.faq-nav-label { font-size: 11px; font-weight: 800; letter-spacing: .06em; color: #94a3b8; margin-bottom: 10px; }
.faq-nav-list {
	display: flex; gap: 8px; flex-wrap: nowrap; overflow-x: auto;
	-webkit-overflow-scrolling: touch; padding-bottom: 4px;
	scrollbar-width: none;
}
.faq-nav-list::-webkit-scrollbar { display: none; }
.faq-chip {
	flex: 0 0 auto; font-size: 13px; font-weight: 600; color: #475569;
	background: #fff; border: 1px solid #e2e8f0; padding: 10px 14px;
	border-radius: 9px; text-decoration: none; white-space: nowrap; min-height: 44px;
	display: inline-flex; align-items: center;
}
.faq-chip.is-current { color: #fff; background: #2563eb; border-color: #2563eb; }

/* ───────── 본문 ───────── */
#standard { background: #fff; padding: 22px 0 44px; }

/* ───────── 히어로 ───────── */
.faq-hero { background: linear-gradient(150deg, #1e3a8a, #2563eb); border-radius: 14px; padding: 24px 20px; }
.faq-hero .q { margin: 0 0 14px; font-size: 21px; font-weight: 800; line-height: 1.35; letter-spacing: -.02em; color: #fff; display: flex; align-items: flex-start; gap: 10px; }
.faq-hero .q::before {
	content: "Q"; flex-shrink: 0; width: 30px; height: 30px; border-radius: 8px;
	background: #fff; color: #1d4ed8; display: flex; align-items: center; justify-content: center;
	font-weight: 800; font-size: 16px; margin-top: 1px;
}
.faq-hero .a { margin: 0; padding-left: 0; }
.faq-hero .a p { margin: 0 0 8px; font-size: 14.5px; line-height: 1.7; 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: .94em; font-weight: 700; white-space: nowrap; line-height: 1.4; }
.ui-btn { background: #2563eb; color: #fff; padding: 2px 9px; }
.ui-tab { background: #f1f5f9; border: 1px solid #e2e8f0; color: #334155; padding: 1px 8px; }
#faq u { text-decoration: underline; text-underline-offset: 2px; text-decoration-color: #cbd5e1; }

/* ───────── STEP 카드 (세로 스택) ───────── */
#capture { margin-top: 8px; }
.step { display: flex; flex-direction: column; gap: 16px; padding: 26px 0; border-top: 1px solid #eef2f7; }
.step:first-child { border-top: none; }
.step-text { width: 100%; }
.step-head { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.step-num { font-size: 46px; font-weight: 900; color: #dbeafe; line-height: .8; letter-spacing: -.04em; }
.step-eyebrow { font-size: 11.5px; font-weight: 800; letter-spacing: .06em; color: #2563eb; border-left: 2px solid #93c5fd; padding-left: 9px; }
.step-title { margin: 0 0 10px; font-size: 18px; font-weight: 800; color: #0f172a; line-height: 1.4; }
.step-text > p { margin: 0; font-size: 15px; line-height: 1.75; color: #475569; }
.step-text > p + p { margin-top: 9px; }
.step-fig { width: 100%; margin: 0; border: 1px solid #e2e8f0; border-radius: 12px; overflow: hidden; box-shadow: 0 8px 22px rgba(15,23,42,.10); }
.step-fig img { width: 100%; display: block; }

/* ───────── 단일 이미지 ───────── */
.faq-figure { margin: 22px 0 0; border: 1px solid #e2e8f0; border-radius: 12px; overflow: hidden; box-shadow: 0 8px 22px rgba(15,23,42,.08); }
.faq-figure img { width: 100%; display: block; }
.faq-figcap { margin: 12px 0 0; font-size: 13px; color: #64748b; font-weight: 600; }

/* ───────── 주의 / 팁 ───────── */
.faq-notes { margin-top: 28px; display: flex; flex-direction: column; gap: 12px; }
.note { display: flex; gap: 13px; align-items: flex-start; border-radius: 12px; padding: 16px 16px; }
.note-caution { background: #fffbeb; border: 1px solid #fcd34d; }
.note-tip { background: #ecfdf5; border: 1px solid #a7f3d0; }
.note-ico { flex-shrink: 0; width: 26px; height: 26px; border-radius: 7px; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 15px; }
.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.7; }
.note p + p { margin-top: 7px; }
.note-caution p { color: #92400e; }
.note-tip p { color: #065f46; }

/* ───────── 문의 CTA ───────── */
#contact { margin-top: 30px; }
#contact dl { margin: 0; background: #0f172a; border-radius: 14px; padding: 20px 20px; display: flex; flex-direction: column; align-items: stretch; gap: 14px; }
#contact dt { color: #e2e8f0; font-size: 14.5px; font-weight: 600; line-height: 1.5; text-align: center; }
#contact dd { margin: 0; }
#contact dd a { display: block; background: #2563eb; color: #fff; font-size: 15px; font-weight: 800; padding: 14px 20px; border-radius: 10px; text-decoration: none; text-align: center; min-height: 48px; }

/* ───────── FAQ 인덱스 (전체 목록) ───────── */
.faq-index-hero { background: linear-gradient(150deg, #1e3a8a, #2563eb); border-radius: 14px; padding: 26px 20px; }
.faq-index-hero .eyebrow { display: inline-block; font-size: 11.5px; font-weight: 800; letter-spacing: .07em; color: #bfdbfe; margin-bottom: 10px; }
.faq-index-hero h2 { margin: 0 0 10px; font-size: 22px; font-weight: 800; line-height: 1.35; letter-spacing: -.02em; color: #fff; }
.faq-index-hero p { margin: 0; font-size: 14.5px; line-height: 1.65; color: #dbeafe; }
.faq-index-grid { margin-top: 18px; display: flex; flex-direction: column; gap: 10px; }
.faq-card { display: flex; align-items: center; gap: 13px; padding: 16px 16px; border: 1px solid #e2e8f0; border-radius: 13px; background: #fff; text-decoration: none; }
.faq-card-no { flex-shrink: 0; width: 40px; height: 40px; border-radius: 10px; background: #eff6ff; color: #1d4ed8; display: flex; align-items: center; justify-content: center; font-size: 15.5px; font-weight: 800; }
.faq-card-body { flex: 1; min-width: 0; }
.faq-card-title { display: block; font-size: 15px; font-weight: 700; color: #0f172a; line-height: 1.4; margin-bottom: 2px; }
.faq-card-desc { display: block; font-size: 12.5px; color: #64748b; line-height: 1.5; }
.faq-card-arrow { flex-shrink: 0; color: #cbd5e1; font-size: 17px; font-weight: 800; }


/* AEO Box */
.aeo-box { margin: 16px 0 0; background: #f0f9ff; border: 1.5px solid #7dd3fc; border-radius: 12px; padding: 14px 16px; display: flex; gap: 10px; 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: 3px 8px; margin-top: 2px; white-space: nowrap; }
.aeo-text { margin: 0; font-size: 14.5px; line-height: 1.7; color: #0c4a6e; }