@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css');

/* IDC 2026-09-03 : 폰트 통일 · 타이포 정리 */
body, h1, h2, h3, h4, h5, h6, p, li, dt, dd, td, th, blockquote,
button, input, select, textarea, label,
.kboard-default-main, .kboard-document-content {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, "Malgun Gothic", "맑은 고딕", sans-serif !important;
}
body { letter-spacing: -0.01em; }
h1, h2, h3, h4 { letter-spacing: -0.022em; font-weight: 700; }
p, li { line-height: 1.75; }

/* IDC 2026-09-03 : 공통 푸터 */
#idc-common-footer {
  background:#22242a; color:#c9ccd3; padding:44px 24px 30px; margin-top:40px;
  font-size:14px; line-height:1.85;
}
#idc-common-footer .idc-footer-inner {
  max-width:1080px; margin:0 auto; display:flex; flex-wrap:wrap; gap:32px 56px;
}
#idc-common-footer p { margin:0; flex:1 1 320px; }
#idc-common-footer strong { color:#fff; font-size:14.5px; letter-spacing:.01em; }
#idc-common-footer .idc-footer-copy {
  flex-basis:100%; margin-top:18px; padding-top:16px;
  border-top:1px solid rgba(255,255,255,.12); color:#8b8f99; font-size:12.5px;
}
@media (max-width: 680px) {
  #idc-common-footer .idc-footer-inner { flex-direction:column; gap:22px; }
}

/* IDC 2026-09-03 : 메인 순차 액션 */
.home .elementor-top-section.idc-reveal {
  opacity:0; transform:translateY(28px);
  transition:opacity .7s cubic-bezier(.22,.68,.36,1), transform .7s cubic-bezier(.22,.68,.36,1);
}
.home .elementor-top-section.idc-reveal.idc-in { opacity:1; transform:translateY(0); }
.home .idc-reveal-item {
  opacity:0; transform:translateY(18px);
  transition:opacity .55s ease, transform .55s ease;
}
.home .idc-reveal.idc-in .idc-reveal-item { opacity:1; transform:translateY(0); }

/* IDC 2026-09-04 : 미투/영광여성의전화/세계여성의날 설명 텍스트 중앙정렬+확대 */
.elementor-element-5dab6f3 .elementor-widget-text-editor .elementor-text-editor,
.elementor-element-5dab6f3 .elementor-widget-text-editor p {
  text-align: center !important;
  font-size: 16px !important;
}

/* IDC 2026-09-04 : 후원안내 섹션 고정높이(435px) 제거 - 콘텐츠만큼만 차지하게 */
.elementor-element-461e019 {
  height: auto !important;
  min-height: 0 !important;
}

/* IDC 2026-09-04 : 상담안내 배너 - 게시판 탭 좌우 높이 정렬 (배너 컬럼 513px 기준) */
.elementor-element-e21839d .elementor-tab-content {
  min-height: 396px;
  box-sizing: border-box;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}

/* IDC 2026-09-04 : 홈 하단 - 후원안내/파트너로고 이후 푸터까지 여백 축소 (기존 100px -> 40px, 홈 한정) */
.page-id-16461 #main {
  padding-bottom: 20px;
}
.page-id-16461 #idc-common-footer {
  margin-top: 20px;
}