﻿@media(max-width:1400px) {
    .event_banner_sec {
        overflow-x: hidden;
        padding: 20px 15px;
        box-sizing: border-box;
    }
    .header_right_wrap .gamestart_gnb_wrap {
        display: none;
    }
    .event_banner_item:hover {
        transform: translate3d(0px, 0px, 0px);
    }
    .event_banner_item.swiper-slide-active {
        transform: translate3d(0px, 0px, 0px) !important;
    }

    .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 0;
    }
    .header_right_wrap {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
    }
    .header_none {
        display:none !important;
    }
}
