/* ═══════════════════════════════════════════
   인천 개인회생 — 디자인 시스템
   톤: 행정 안내서/법률 브리프 (광고 랜딩 아님)
   팔레트: 슬레이트 블루 + 쿨 그레이 + 골드
   ═══════════════════════════════════════════ */

:root {
	--deep:        #26324b;
	--deep-soft:   #394a6e;
	--ink:         #242b38;
	--ink-mid:     #576273;
	--ink-light:   #8b95a5;
	--bg:          #f8f9fb;
	--card:        #ffffff;
	--line:        #e2e5ea;
	--gold:        #a8842c;
	--gold-dark:   #8a6a1e;
	--gold-soft:   #f7f1e1;
	--ok:          #2e7d5b;
	--font: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont,
	        "Segoe UI", "Malgun Gothic", sans-serif;
}

/* ── 리셋/기본 ── */
.ic-body { margin: 0; background: var(--bg); color: var(--ink);
	font-family: var(--font); line-height: 1.75; font-size: 16.5px;
	-webkit-font-smoothing: antialiased; word-break: keep-all; }
#ic-page * { box-sizing: border-box; }
#ic-page img { max-width: 100%; height: auto; }
/* 링크 기본색은 본문(밝은 배경) 영역에만 — 다크 영역(히어로 패널/푸터/하단바)은 각자 색 유지 */
#ic-page .ic-main a { color: var(--deep-soft); }
#ic-page .ic-main a.ic-btn-primary,
#ic-page .ic-main a.ic-btn-dark { color: #fff; }

.ic-container { max-width: 860px; margin: 0 auto; padding: 0 20px; }

/* ── 상단 미니 헤더 ── */
.ic-topbar { background: var(--card); border-bottom: 1px solid var(--line); }
.ic-topbar-inner { display: flex; justify-content: flex-end; align-items: center;
	padding-top: 11px; padding-bottom: 11px; }
.ic-updated { font-size: 0.78rem; color: var(--ink-light); }

/* ── 히어로 (다크 슬레이트 + 좌측 패널) ── */
.ic-hero { position: relative; overflow: hidden;
	background: linear-gradient(200deg, var(--deep) 0%, #2d3c5b 100%);
	color: #eef1f6; padding: 62px 0 56px; text-align: left;
	border-top: 4px solid var(--gold); }
.ic-hero::before { content: ""; position: absolute; top: -160px; left: -140px;
	width: 540px; height: 540px; border-radius: 50%; pointer-events: none;
	background: radial-gradient(circle, rgba(168,132,44,0.20) 0%, rgba(168,132,44,0) 65%); }
.ic-hero::after { content: "2026"; position: absolute; left: -14px; bottom: -64px;
	font-size: 14rem; font-weight: 900; letter-spacing: -0.05em; line-height: 1;
	color: rgba(255,255,255,0.03); pointer-events: none; user-select: none; }

.ic-hero-grid { position: relative; z-index: 1; display: grid;
	grid-template-columns: 360px 1fr; gap: 46px; align-items: center; }
/* DOM에는 텍스트가 먼저 오지만, 데스크톱에서는 패널을 좌측에 배치 */
.ic-hero-left  { grid-column: 2; grid-row: 1; }
.ic-hero-panel { grid-column: 1; grid-row: 1; }

.ic-hero-eyebrow { display: inline-block; font-size: 0.8rem; letter-spacing: 0.05em;
	color: #e6cd93; margin: 0 0 16px; font-weight: 700;
	padding: 6px 14px; border: 1px solid rgba(168,132,44,0.45); border-radius: 999px;
	background: rgba(168,132,44,0.12); }
.ic-hero h1 { font-size: 3.1rem; font-weight: 900; letter-spacing: -0.035em;
	margin: 0 0 16px; color: #fff; line-height: 1.18; }
.ic-hero-sub { font-size: 1.02rem; color: #c2cddd; max-width: 560px;
	margin: 0 0 30px; line-height: 1.85; }

.ic-stats { list-style: none; display: flex; gap: 0; margin: 0 0 32px; padding: 0;
	border-top: 1px solid rgba(255,255,255,0.14);
	border-bottom: 1px solid rgba(255,255,255,0.14); max-width: 620px; }
.ic-stats li { flex: 1; padding: 18px 18px 16px; }
.ic-stats li + li { border-left: 1px solid rgba(255,255,255,0.14); }
.ic-stats strong { display: block; font-size: 1.35rem; font-weight: 800; color: #fff;
	font-variant-numeric: tabular-nums; letter-spacing: -0.02em; }
.ic-stats span { font-size: 0.78rem; color: #9daec6; }

.ic-hero-note { font-size: 0.8rem; color: #9daec6; margin: 12px 0 0; }

/* 히어로 좌측 패널 — 접수처 안내 + 도구 바로가기 */
.ic-hero-panel { background: rgba(255,255,255,0.05);
	border: 1px solid rgba(255,255,255,0.14); border-radius: 14px;
	padding: 26px 24px; backdrop-filter: blur(2px);
	box-shadow: 0 18px 44px rgba(0,0,0,0.28); }
.ic-panel-badge { display: inline-block; background: var(--gold); color: #fff;
	font-size: 0.72rem; font-weight: 800; letter-spacing: 0.05em;
	padding: 5px 12px; border-radius: 6px; margin-bottom: 14px; }
.ic-panel-title { font-size: 1.35rem; font-weight: 900; color: #fff;
	margin: 0 0 12px; letter-spacing: -0.02em; }
.ic-panel-list { list-style: none; margin: 0 0 20px; padding: 0; }
.ic-panel-list li { position: relative; padding: 7px 0 7px 18px;
	font-size: 0.88rem; color: #c2cddd; line-height: 1.6;
	border-bottom: 1px solid rgba(255,255,255,0.08); }
.ic-panel-list li:last-child { border-bottom: none; }
.ic-panel-list li::before { content: ""; position: absolute; left: 2px; top: 16px;
	width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.ic-panel-list strong { color: #fff; }

.ic-panel-links { display: flex; flex-direction: column; gap: 8px; }
.ic-panel-links a { display: flex; align-items: center; gap: 12px;
	padding: 12px 16px; border: 1px solid rgba(255,255,255,0.16); border-radius: 9px;
	color: #eef1f6; font-size: 0.9rem; font-weight: 700; text-decoration: none;
	transition: border-color 0.18s, background 0.18s; }
.ic-panel-links a:hover { border-color: var(--gold); background: rgba(168,132,44,0.12);
	color: #fff; }
.ic-panel-links a span { font-size: 0.72rem; font-weight: 800; color: var(--gold);
	font-variant-numeric: tabular-nums; }
.ic-panel-links a::after { content: "→"; margin-left: auto; color: #9daec6; }

/* ── 버튼 ── */
.ic-btn { display: inline-block; padding: 15px 34px; border-radius: 9px;
	font-weight: 700; font-size: 1rem; text-decoration: none; cursor: pointer;
	border: none; font-family: inherit; transition: background 0.18s, border-color 0.18s; }
.ic-btn-primary { background: var(--gold); color: #fff; }
.ic-btn-primary:hover { background: var(--gold-dark); color: #fff; }
.ic-btn-dark { background: var(--deep); color: #fff; }
.ic-btn-dark:hover { background: var(--deep-soft); }

/* ── 본문 공통 ── */
.ic-body { overflow-x: hidden; }
.ic-main { padding: 26px 20px 0; }
.ic-section { margin: 58px 0; }

/* 교차 배경 밴드 — 섹션 구분용 (컨테이너 밖까지 풀블리드) */
.ic-band-alt { background: #f0f2f6;
	border-top: 1px solid #e2e6ee; border-bottom: 1px solid #e2e6ee;
	margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw);
	padding: 50px calc(50vw - 50%) 56px; }

/* 마지막 섹션이 밴드면 푸터에 바로 밀착 (빈 배경 띠 제거)
   ※ :last-child 아님 — 섹션 뒤에 <script>가 붙어 있어 :last-of-type을 사용 */
.ic-main > section.ic-band-alt:last-of-type { margin-bottom: 0; border-bottom: none; }
.ic-main > section.ic-section:last-of-type:not(.ic-band-alt) { margin-bottom: 64px; }
.ic-section h2 { font-size: 1.7rem; font-weight: 800; letter-spacing: -0.02em;
	color: var(--deep); margin: 0 0 14px; padding-bottom: 12px;
	border-bottom: 2px solid var(--deep); }
.ic-section h3 { font-size: 1.13rem; font-weight: 700; color: var(--ink);
	margin: 30px 0 10px; }
.ic-section > p { margin: 0 0 16px; color: var(--ink-mid); }
.ic-section strong { color: var(--ink); }

/* 근거 캡션 (E-E-A-T 신호) */
.ic-source { font-size: 0.78rem; color: var(--ink-light); margin-top: 14px;
	padding-left: 10px; border-left: 3px solid var(--line); line-height: 1.6; }

/* ── 표 ── */
.ic-table-wrap { overflow-x: auto; margin: 12px 0 6px; border: 1px solid var(--line);
	border-radius: 10px; background: var(--card); }
.ic-table { width: 100%; border-collapse: collapse; font-size: 0.92rem; min-width: 480px; }
.ic-table th { text-align: left; font-weight: 700; color: var(--deep);
	background: #f1f3f7; padding: 12px 16px; border-bottom: 1px solid var(--line);
	font-size: 0.85rem; letter-spacing: 0.02em; }
.ic-table td { padding: 13px 16px; border-bottom: 1px solid #eceef3;
	color: var(--ink-mid); vertical-align: top; font-variant-numeric: tabular-nums; }
.ic-table tr:last-child td { border-bottom: none; }
.ic-table td strong { color: var(--deep); }

/* ── 조건 리스트 ── */
.ic-cond article { background: var(--card); border: 1px solid var(--line);
	border-radius: 10px; padding: 24px 26px; margin-bottom: 14px;
	transition: border-color 0.18s; }
.ic-cond article:hover { border-color: var(--gold); }
.ic-cond h3 { margin: 0 0 8px; display: flex; align-items: center; gap: 12px; }
.ic-cond p { margin: 0; font-size: 0.94rem; color: var(--ink-mid); }
.ic-num { display: inline-flex; align-items: center; justify-content: center;
	width: 30px; height: 30px; min-width: 30px; border-radius: 8px;
	background: var(--gold-soft); color: var(--gold-dark);
	font-size: 0.88rem; font-weight: 800; }

/* ── 머천트 카드 (상담 사무소 — 배너 이미지형 그리드)
     정사각 1080x1080 이미지 6장 기준 3열 배치 (네이버 이미지 스트립 노림) ── */
.ic-partners { display: grid;
	grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
	gap: 18px; margin-top: 18px; align-items: start; }
.ic-partner { display: flex; flex-direction: column; overflow: hidden;
	background: var(--card); border: 1px solid var(--line); border-radius: 12px;
	transition: border-color 0.18s, box-shadow 0.18s; }
.ic-partner:hover { border-color: var(--gold);
	box-shadow: 0 10px 26px rgba(38,50,75,0.08); }

.ic-partner-img { display: block; width: 100%; background: #f1f3f7;
	border-bottom: 1px solid var(--line); }
.ic-partner-img img { display: block; width: 100%; height: auto;
	max-height: 360px; object-fit: cover; object-position: center top; }
/* 정사각 카드 세트(1080x1080)는 비율 그대로 노출됨 (230~280px 폭에서 크롭 없음) */

.ic-partner-body { display: flex; flex-direction: column; gap: 3px;
	padding: 16px 18px 4px; }
.ic-partner-body strong { font-size: 1.02rem; color: var(--ink);
	letter-spacing: -0.01em; font-weight: 800; }
.ic-partner-body small { font-size: 0.82rem; color: var(--ink-light); line-height: 1.5; }

.ic-partner-btn { display: block; margin: 14px 18px 18px; margin-top: auto;
	padding: 13px 20px; font-size: 0.92rem; text-align: center; border-radius: 9px; }
.ic-partner-body + .ic-partner-btn { margin-top: 14px; }

@media (max-width: 640px) {
	.ic-partners { grid-template-columns: 1fr; }
	.ic-partner-img img { max-height: 300px; }
}

/* ── 도구 블록 (자가진단/계산기) ── */
.ic-tool-card { background: var(--card); border: 1px solid var(--line);
	border-top: 3px solid var(--gold); border-radius: 10px;
	padding: 28px; margin: 18px 0 6px; }

/* 자가진단 */
.ic-check-list { list-style: none; margin: 0; padding: 0; counter-reset: q; }
.ic-check-list li { display: flex; justify-content: space-between; align-items: center;
	gap: 16px; padding: 14px 4px; border-bottom: 1px solid #eceef3;
	font-size: 0.94rem; counter-increment: q; }
.ic-check-list li::before { content: counter(q, decimal-leading-zero);
	font-size: 0.75rem; font-weight: 700; color: var(--ink-light);
	font-variant-numeric: tabular-nums; }
.ic-check-list li > span:first-of-type { flex: 1; }
.ic-yn { display: flex; gap: 6px; }
.ic-yn button { padding: 7px 16px; border: 1px solid var(--line); background: #fff;
	border-radius: 6px; font-family: inherit; font-size: 0.85rem; font-weight: 600;
	color: var(--ink-mid); cursor: pointer; transition: all 0.15s; }
.ic-yn button:hover { border-color: var(--deep); color: var(--deep); }
.ic-yn button.on { background: var(--deep); border-color: var(--deep); color: #fff; }

.ic-check-result { margin-top: 22px; padding: 22px 24px; border-radius: 10px;
	background: var(--gold-soft); border: 1px solid #ead9b2; }
.ic-check-result h3 { margin: 0 0 8px; color: var(--gold-dark); font-size: 1.1rem; }
.ic-check-result p { margin: 0 0 16px; font-size: 0.92rem; color: var(--ink-mid); }

/* 계산기 */
.ic-calc-inputs { display: grid; grid-template-columns: repeat(3, 1fr);
	gap: 16px; margin-bottom: 20px; }
.ic-calc-inputs label span { display: block; font-size: 0.82rem; font-weight: 700;
	color: var(--ink); margin-bottom: 7px; }
.ic-calc-inputs input, .ic-calc-inputs select { width: 100%; padding: 12px 14px;
	border: 1px solid var(--line); border-radius: 8px; font-family: inherit;
	font-size: 0.98rem; background: #fff; color: var(--ink);
	font-variant-numeric: tabular-nums; }
.ic-calc-inputs input:focus, .ic-calc-inputs select:focus {
	outline: none; border-color: var(--deep); }

.ic-calc-result { margin-top: 24px; padding-top: 22px; border-top: 1px dashed var(--line); }
.ic-calc-result dl { display: grid; grid-template-columns: repeat(2, 1fr);
	gap: 12px; margin: 0 0 20px; }
.ic-calc-result dl > div { background: #f4f5f8; border-radius: 8px; padding: 14px 16px; }
.ic-calc-result dt { font-size: 0.76rem; color: var(--ink-light); margin-bottom: 3px; }
.ic-calc-result dd { margin: 0; font-size: 1.15rem; font-weight: 800; color: var(--ink);
	font-variant-numeric: tabular-nums; letter-spacing: -0.01em; }
.ic-calc-result dd.ic-em { color: var(--gold-dark); }

.ic-gauge { margin-bottom: 18px; }
.ic-gauge-bar { height: 10px; background: #e8e5dc; border-radius: 999px; overflow: hidden; }
.ic-gauge-bar span { display: block; height: 100%; width: 0;
	background: linear-gradient(90deg, var(--gold), var(--gold-dark));
	border-radius: 999px; transition: width 0.6s ease; }
.ic-gauge p { margin: 8px 0 0; font-size: 0.88rem; color: var(--ink-mid); }
.ic-gauge strong { color: var(--gold-dark); font-size: 1.05rem;
	font-variant-numeric: tabular-nums; }

.ic-calc-note { font-size: 0.85rem; color: var(--ink-mid); margin: 0 0 18px; }

/* ── 팁 리스트 ── */
.ic-tips { list-style: none; margin: 12px 0 0; padding: 0; }
.ic-tips li { position: relative; padding: 12px 0 12px 22px; font-size: 0.94rem;
	color: var(--ink-mid); border-bottom: 1px solid #eceef3; }
.ic-tips li:last-child { border-bottom: none; }
.ic-tips li::before { content: ""; position: absolute; left: 2px; top: 21px;
	width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }

/* ── 절차 5단계 ── */
.ic-steps { list-style: none; margin: 20px 0 0; padding: 0; counter-reset: step;
	position: relative; }
.ic-steps li { position: relative; padding: 0 0 30px 58px; counter-increment: step; }
.ic-steps li::before { content: counter(step); position: absolute; left: 0; top: 0;
	width: 38px; height: 38px; border-radius: 10px; background: var(--deep); color: #fff;
	font-weight: 800; font-size: 1rem; display: flex; align-items: center;
	justify-content: center; }
.ic-steps li::after { content: ""; position: absolute; left: 19px; top: 44px;
	bottom: 6px; width: 1px; background: var(--line); }
.ic-steps li:last-child::after { display: none; }
.ic-steps h3 { margin: 4px 0 6px; font-size: 1.08rem; }
.ic-steps p { margin: 0; font-size: 0.93rem; color: var(--ink-mid); }
.ic-steps em { font-style: normal; color: var(--gold-dark); font-weight: 600; }

/* ── FAQ (details/summary) ── */
.ic-faq details { background: var(--card); border: 1px solid var(--line);
	border-radius: 10px; margin-bottom: 10px; overflow: hidden; }
.ic-faq summary { list-style: none; cursor: pointer; padding: 17px 46px 17px 20px;
	font-weight: 700; font-size: 0.97rem; color: var(--ink); position: relative;
	transition: background 0.15s; }
.ic-faq summary::-webkit-details-marker { display: none; }
.ic-faq summary::after { content: "+"; position: absolute; right: 18px; top: 50%;
	transform: translateY(-50%); font-size: 1.3rem; font-weight: 400;
	color: var(--ink-light); transition: transform 0.2s; }
.ic-faq details[open] summary::after { content: "−"; }
.ic-faq summary:hover { background: #f4f5f8; }
.ic-faq .ic-q { color: var(--gold-dark); font-weight: 800; margin-right: 2px; }
.ic-faq details p { margin: 0; padding: 0 20px 18px; font-size: 0.92rem;
	color: var(--ink-mid); }

/* ── 위성 글 (single.php) ── */
.ic-topbar-post .ic-home-link { font-size: 0.85rem; font-weight: 700;
	color: var(--deep); text-decoration: none; }
.ic-topbar-post .ic-home-link:hover { color: var(--gold-dark); }
.ic-topbar-post { justify-content: space-between !important; }

.ic-post-wrap { max-width: 800px; padding-top: 34px; }
.ic-post-head { margin-bottom: 30px; padding-bottom: 22px;
	border-bottom: 2px solid var(--deep); }
.ic-post-cat { display: inline-block; background: var(--gold-soft);
	color: var(--gold-dark); border: 1px solid #ead9b2;
	font-size: 0.74rem; font-weight: 800; letter-spacing: 0.03em;
	padding: 5px 12px; border-radius: 999px; margin: 0 0 14px; }
.ic-post-head h1 { font-size: 1.9rem; font-weight: 900; letter-spacing: -0.025em;
	line-height: 1.4; color: var(--deep); margin: 0 0 12px; }
.ic-post-meta { font-size: 0.8rem; color: var(--ink-light); margin: 0; }
.ic-post-meta span { margin: 0 4px; }

.ic-post-body { font-size: 1rem; }
.ic-post-body > p { margin: 0 0 18px; color: var(--ink-mid); line-height: 1.85; }
.ic-post-body strong { color: var(--ink); }
.ic-post-body h2 { font-size: 1.35rem; font-weight: 800; letter-spacing: -0.02em;
	color: var(--deep); margin: 40px 0 14px; padding-left: 12px;
	border-left: 4px solid var(--gold); }
.ic-post-body h3 { font-size: 1.1rem; font-weight: 700; color: var(--ink);
	margin: 26px 0 10px; }
.ic-post-body table { width: 100%; border-collapse: collapse; margin: 12px 0 22px;
	font-size: 0.92rem; background: var(--card); }
.ic-post-body ul, .ic-post-body ol { margin: 0 0 18px 22px; color: var(--ink-mid); }
.ic-post-body li { margin-bottom: 6px; }
.ic-post-body a { color: var(--deep-soft); font-weight: 600;
	text-decoration: underline; text-underline-offset: 3px; }
.ic-post-body a:hover { color: var(--gold-dark); }

.ic-post-more { margin: 34px 0 20px; }
.ic-post-more a { font-size: 0.92rem; font-weight: 700; color: var(--deep);
	text-decoration: none; }
.ic-post-more a:hover { color: var(--gold-dark); }

@media (max-width: 720px) {
	.ic-post-head h1 { font-size: 1.45rem; }
	.ic-topbar-post .ic-home-link { font-size: 0.78rem; }
}

/* ── 가이드 문서 목록 (위성 글 클러스터) ── */
.ic-guides { list-style: none; margin: 16px 0 0; padding: 0;
	background: var(--card); border: 1px solid var(--line); border-radius: 10px; }
.ic-guides li { display: flex; justify-content: space-between; align-items: center;
	gap: 14px; padding: 14px 18px; border-bottom: 1px solid #eceef3; }
.ic-guides li:last-child { border-bottom: none; }
.ic-guides a { font-size: 0.95rem; font-weight: 600; text-decoration: none; }
.ic-guides a:hover { color: var(--gold-dark); }
.ic-guides time { font-size: 0.76rem; color: var(--ink-light);
	font-variant-numeric: tabular-nums; white-space: nowrap; }

/* 가이드 목록 페이지네이션 */
.ic-guides-pager { display: flex; justify-content: center; gap: 6px;
	margin-top: 18px; flex-wrap: wrap; }
.ic-guides-pager button { min-width: 36px; height: 36px; padding: 0 10px;
	border: 1px solid var(--line); border-radius: 8px; background: var(--card);
	font-family: inherit; font-size: 0.88rem; font-weight: 700; color: var(--ink-mid);
	cursor: pointer; font-variant-numeric: tabular-nums;
	transition: border-color 0.15s, color 0.15s; }
.ic-guides-pager button:hover { border-color: var(--deep); color: var(--deep); }
.ic-guides-pager button.on { background: var(--deep); border-color: var(--deep);
	color: #fff; }

/* ── 상담 섹션 ── */
.ic-consult-frame { background: var(--card); border: 1px solid var(--line);
	border-radius: 10px; padding: 18px; }

/* ── 푸터 ── */
.ic-footer { background: var(--deep); color: #94a1b8; padding: 40px 0 90px;
	font-size: 0.8rem; line-height: 1.8; }
.ic-footer p { margin: 0 0 10px; }
.ic-footer a { color: #c2cddd; }
.ic-footer-links { padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,0.12);
	margin-bottom: 16px !important; }

/* ── 모바일 고정 CTA ── */
.ic-sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 100;
	background: rgba(38, 50, 75, 0.97); backdrop-filter: blur(4px);
	padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
	border-top: 1px solid rgba(255,255,255,0.15); }
.ic-sticky-cta a { display: block; max-width: 480px; margin: 0 auto; text-align: center;
	background: var(--gold); color: #fff; font-weight: 700; font-size: 0.98rem;
	padding: 13px; border-radius: 8px; text-decoration: none; }
.ic-sticky-cta a:hover { background: var(--gold-dark); }

/* ── 반응형 ── */
@media (max-width: 960px) {
	.ic-hero-grid { grid-template-columns: 1fr; gap: 34px; }
	/* 모바일에서는 DOM 순서(텍스트 → 패널)대로 표시 */
	.ic-hero-left  { grid-column: 1; grid-row: 1; }
	.ic-hero-panel { grid-column: 1; grid-row: 2; max-width: 520px; }
	.ic-hero::after { font-size: 9rem; }
}

@media (max-width: 720px) {
	.ic-body { font-size: 15.5px; }
	.ic-hero { padding: 46px 0 42px; }
	.ic-hero h1 { font-size: 2.15rem; }
	.ic-hero::after { display: none; }
	.ic-hero-panel { padding: 20px 18px; }
	.ic-stats { flex-direction: row; }
	.ic-stats li { padding: 13px 10px 11px; }
	.ic-stats strong { font-size: 1.02rem; }
	.ic-stats span { font-size: 0.7rem; }
	/* ※ margin 단축 사용 금지 — .ic-band-alt의 좌우 음수 마진(풀블리드)이 리셋됨 */
	.ic-section { margin-top: 44px; margin-bottom: 44px; }
	.ic-band-alt { padding-top: 38px; padding-bottom: 42px; }
	.ic-section h2 { font-size: 1.4rem; }
	.ic-calc-inputs { grid-template-columns: 1fr; }
	.ic-calc-result dl { grid-template-columns: 1fr 1fr; }
	.ic-check-list li { flex-wrap: wrap; }
	.ic-check-list li > span:first-of-type { flex-basis: calc(100% - 30px); }
	.ic-yn { margin-left: 30px; }
	.ic-tool-card { padding: 20px 16px; }
	.ic-topbar-inner { flex-direction: column; gap: 2px; align-items: flex-start; }
}
