/* 모든 페이지 상단 자동 제목 숨김: Home, 설교, 주보 등 */
#content.widget-page > h1:first-child,
.widget-page > h1:first-child,
#content > h1:first-child {
  display: none !important;
}

/* WideIn 제목/슬라이더/인트로 숨김 */
#widein_title,
#widein_slider,
#widein_intro,
.page_title,
.page-title,
.h1,
.eg.hd .h1 {
  display: none !important;
}

/* 하단 '이 게시물을' 숨김 */
.document_popup_menu {
  display: none !important;
}

/* 메뉴바와 첫 배너 사이 여백 제거 */
#contents,
#content,
.widget-page,
#page,
.dk-home {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* 헤더 아래 여백 제거 */
#header,
.lo_head,
.eg.hd {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* 배너 자체 위 여백 제거 */
.dk-hero-image {
  margin-top: 0 !important;
}