/* pc.css(원본 디자인 시스템 파일)는 그대로 두고, 이 페이지에서만 필요한 커스텀 스타일을 여기에 모아둔다 */

/* pc 화면 최소 지원 폭 1340px (pc.css의 .container-doc min-width:1920px를 오버라이드) */
.container-doc{min-width:1340px;}

/* 스켈레톤 로딩 (API 응답 도착 전 더미) */
.box_bnr .skeleton_bnr,.box_board .skeleton_thumb,.box_board .skeleton_line{display:block;background:linear-gradient(90deg,#e6e6e6 25%,#f2f2f2 37%,#e6e6e6 63%);background-size:400% 100%;animation:skeleton-shimmer 1.4s ease infinite;}
.box_bnr .skeleton_bnr{width:100%;height:336px;}
.box_board .skeleton_thumb{width:100%;height:262px;}
.box_board .skeleton_line{height:16px;border-radius:4px;}
.box_board .tit_sub .skeleton_line{width:70%;}
.box_board .desc_sub .skeleton_line{width:100%;}
.box_board .desc_sub .skeleton_line + .skeleton_line{margin-top:8px;width:55%;}
@keyframes skeleton-shimmer{0%{background-position:100% 50%;}100%{background-position:0 50%;}}

/* 배너 슬라이드 */
.box_bnr .list_slide{transition:transform .4s ease;}
.box_bnr .list_slide li{height:336px;overflow:hidden;}
.box_bnr .list_slide .link_slide{display:block;width:100%;height:100%;}
.box_bnr .list_slide .wrap_thumb{display:block;height:100%;}
.box_bnr .list_slide .img_g{height:100%;object-fit:cover;}
