@charset "UTF-8";

/* 홈 레이아웃: 배너·헤더·메인 접합부 미세 여백 제거 */
html,
body,
#container,
header,
main,
footer {
    margin: 0;
}

.top_banner {
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 0;
}

.top_banner .swiper_wrap,
.top_banner .swiper,
.top_banner .swiper-wrapper,
.top_banner .swiper-slide {
    margin: 0;
    padding: 0;
}

.top_banner .swiper-slide img {
    display: block;
    vertical-align: top;
}

main {
    display: block;
}

/* 운영 레이아웃 전용: 하단 배너 슬롯 고정 */
.bottom_bnr > .cont_inner > .thumb_img {
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
}

.bottom_bnr .bottom_bnr_placeholder {
    visibility: hidden;
    pointer-events: none;
}

@media screen and (max-width: 1279px) {
    .bottom_bnr > .cont_inner > .thumb_img {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .bottom_bnr .bottom_bnr_placeholder {
        display: none;
    }
}
