/* 그누보드 레이아웃 조정 - 2026-03-05 */

/* wrapper 상단 여백 제거 */
#wrapper {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* 컨텐츠 영역 상단 여백 조정 (default.css의 90px 오버라이드) */
#container #ctt {
  margin-top: 20px !important;
}

#container_wr {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* hr 태그 숨김 */
#hd + hr {
  display: none;
}
