/* ========================================
   2026-07-08 메인배너 텍스트 오버레이 임시 오버라이드
   미세조정용. 작업 완료 후 이 파일 삭제 + 두 스킨에서 add_stylesheet(...,99) 제거
   ======================================== */

/* 기본 오버레이 영역 - 기존보다 선택자 우선순위 높임 */
#idx_sub_cards.idx_sub_cards_v2 .grid_item_large #main_bn .main_image_area .main_banner_owl .bn_text_overlay {
    /* 여기에 필요시 전체 공통 오버라이드 */
}

/* 텍스트 오버레이 임시 숨김 (나중에 작업 예정) - PC */
#idx_sub_cards.idx_sub_cards_v2 .grid_item_large #main_bn .main_image_area .main_banner_owl .bn_text_overlay {
    display: none;
}

/* 텍스트 오버레이 임시 숨김 (나중에 작업 예정) - 모바일
   모바일 배너 구조: #main_bn > .main_banner_owl > .item > .bn_text_overlay
   (PC와 달리 상위 #idx_sub_cards / .main_image_area 래퍼가 없어 위 선택자로는 미적용됨) */
#main_bn .main_banner_owl .item .bn_text_overlay {
    display: none;
}
