/* 잇다노트 — 에디토리얼 시스템 */
:root{
  --it-primary: var(--wp--preset--color--primary, #23548C);
  --it-soft: var(--wp--preset--color--primary-soft, #E9F0F8);
  --it-ink: var(--wp--preset--color--contrast, #16233A);
  --it-sec: var(--wp--preset--color--secondary, #0F1B2E);
  --it-muted: var(--wp--preset--color--muted, #6B7688);
  --it-line: var(--wp--preset--color--line, #E4E8EE);
  --it-warn: var(--wp--preset--color--warn, #B7791F);
  --it-wash: var(--wp--preset--color--wash, #F7F9FB);
}

/* ===== 홈: 자료실 리스트형 ===== */
.wp-block-query.it-index .wp-block-post-template{ display:block; margin:0; padding:0; }
.wp-block-query.it-index .wp-block-post-template>li{
  display:grid; grid-template-columns:210px 1fr; gap:1.6rem; align-items:start;
  padding:1.8rem 0; border-bottom:1px solid var(--it-line); margin:0;
}
.wp-block-query.it-index .wp-block-post-template>li:first-child{ border-top:1px solid var(--it-line); }
.wp-block-query.it-index .wp-post-featured-image img{ border-radius:10px; }
.wp-block-query.it-index .wp-block-post-title{ margin:.1rem 0 .4rem; }
.wp-block-query.it-index .wp-block-post-excerpt__excerpt{ color:var(--it-muted); }
@media (max-width:600px){
  .wp-block-query.it-index .wp-block-post-template>li{ grid-template-columns:1fr; gap:.8rem; }
}

/* ===== 본문 실무 요소 ===== */
.it-lead{ font-size:1.25rem; line-height:1.7; font-weight:600; letter-spacing:-.02em; color:var(--it-ink); margin:0 0 1.8rem; }
.it-kicker{ display:inline-block; font-size:.8rem; font-weight:700; letter-spacing:.08em; color:var(--it-primary); margin-bottom:.3rem; }

/* 번호 체크리스트 */
.it-check{ list-style:none; counter-reset:it; margin:1.8rem 0; padding:0; display:grid; gap:.7rem; }
.it-check>li{ counter-increment:it; position:relative; background:var(--it-wash); border:1px solid var(--it-line); border-radius:12px; padding:1.1rem 1.3rem 1.1rem 3.6rem; line-height:1.65; }
.it-check>li::before{ content:counter(it); position:absolute; left:1rem; top:1.05rem; width:1.8rem; height:1.8rem; background:var(--it-primary); color:#fff; border-radius:8px; display:grid; place-items:center; font-weight:700; font-size:.95rem; }
.it-check>li b{ color:var(--it-sec); }

/* 단계(스텝) 카드 */
.it-step{ display:flex; gap:1rem; padding:1.1rem 0; border-bottom:1px dashed var(--it-line); }
.it-step:last-child{ border-bottom:0; }
.it-step__n{ flex:none; width:2.2rem; height:2.2rem; background:var(--it-primary); color:#fff; border-radius:10px; display:grid; place-items:center; font-weight:700; }
.it-step__b{ line-height:1.65; }
.it-step__b strong{ display:block; margin-bottom:.15rem; color:var(--it-ink); }

/* 정보 / 주의 콜아웃 */
.it-note{ background:var(--it-soft); border-radius:12px; padding:1.1rem 1.3rem; margin:1.8rem 0; line-height:1.65; }
.it-note .it-tag{ display:inline-block; font-size:.78rem; font-weight:700; letter-spacing:.04em; color:var(--it-primary); margin-bottom:.3rem; }
.it-warn{ border-left:4px solid var(--it-warn); background:#FBF5EA; border-radius:0 12px 12px 0; padding:1.1rem 1.3rem; margin:1.8rem 0; line-height:1.65; }
.it-warn .it-tag{ display:inline-block; font-size:.78rem; font-weight:700; letter-spacing:.04em; color:var(--it-warn); margin-bottom:.3rem; }
.it-note p, .it-warn p{ margin:0; }

/* 핵심 정리 박스 */
.it-key{ background:var(--it-sec); color:#fff; border-radius:14px; padding:1.7rem 1.8rem; margin:2.4rem 0 1rem; }
.it-key .it-key__k{ font-size:.8rem; letter-spacing:.08em; color:#9DBBE0; font-weight:700; }
.it-key p{ margin:.4rem 0 0; font-size:1.2rem; font-weight:600; line-height:1.55; letter-spacing:-.02em; }

/* ===== 자동 발행물 표준 본문 요소 (2026-07-07 T1~T3 보완) ===== */
/* 이미지 (T2) — 원본 크기 폭주 방지 */
.entry-content img{ max-width:100%; height:auto; display:block; margin:1.7rem auto; border-radius:12px; }
.entry-content figure{ margin:1.7rem 0; }
.entry-content figcaption{ margin-top:.5rem; font-size:.85rem; color:var(--it-muted); text-align:center; }
/* 표 (T1) — 괘선 복원 */
.entry-content table{ width:100%; border-collapse:collapse; margin:1.8rem 0; font-size:.98rem; line-height:1.6; }
.entry-content th, .entry-content td{ border:1px solid var(--it-line); padding:.7rem .9rem; text-align:left; vertical-align:top; }
.entry-content thead th{ background:var(--it-soft); color:var(--it-ink); font-weight:700; }
.entry-content tbody tr:nth-child(even){ background:var(--it-wash); }
@media (max-width:600px){ .entry-content table{ display:block; overflow-x:auto; } }
/* 소제목 (T3) — 좌측 액센트 바로 구분 */
.entry-content h2{ margin:2.6rem 0 1rem; padding-left:.75rem; border-left:5px solid var(--it-primary); font-weight:700; line-height:1.35; letter-spacing:-.02em; color:var(--it-ink); }
.entry-content h3{ margin:2rem 0 .7rem; font-weight:700; color:var(--it-primary); letter-spacing:-.02em; }
/* 본문 링크 — 내부링크 가시성 (CEO 방침: 링크 보존) */
.entry-content a{ color:var(--it-primary); text-decoration:underline; text-underline-offset:2px; text-decoration-thickness:1px; }
.entry-content a:hover{ text-decoration:none; }
/* 문단·인용 가독성 */
.entry-content p{ line-height:1.8; }
.entry-content blockquote{ margin:1.7rem 0; padding:.6rem 0 .6rem 1.2rem; border-left:4px solid var(--it-soft); color:var(--it-muted); }
/* featured 좌우 잘림 우회 (#1) — single 대표이미지 3/2 crop 해제, 전체 표시 */
.single .wp-block-post-featured-image img{ aspect-ratio:auto !important; height:auto !important; object-fit:contain; }
