/* ========================================
   LAYOUT FIX
   헤더와 콘텐츠 간격 조정
======================================== */

/* Fixed 헤더로 인한 콘텐츠 가림 방지 */
#wrap {
  padding-top: var(--header-height);
}

/* 모바일 */
@media (max-width: 1024px) {
  #wrap {
    padding-top: var(--header-height-mobile);
  }
}

/* 서브 비주얼 영역 조정 */
.sub_visual {
  margin-top: 0 !important;
}

/* 메인 캐러셀 영역 조정 */
.main-carousel,
.visual_slider {
  margin-top: 0 !important;
}
