.top-event-arrows .slick-prev::after, .top-event-arrows .slick-next::after {
    content: none;
}

.mainvisual .mv-img img {
    width: 100%;
    height: 100%;
}

.mainvisual .mv-img {
    width: 450px;
    height: 295.5px;
}

@media (max-width: 450px) {
    .swiper-slide-custom {
        max-width: calc(100% - 95px)!important;
    }
    .mainvisual .mv-img {
        width: 100%;
        height: auto;
        aspect-ratio: 450/295.5;
    }
}

.next-prev-img {
    justify-content: center;
    padding-top: 50px;
}

.swiper-slide-custom {
    max-width: 450px;
}

.swiper-pagination-bullet-active {
    background-color: #000000!important;
}

.swiper-button-arrow {
    top: calc((100% - 50px)/2)!important;
    width: 44px!important;
    height: 44px!important;
    color: #ffffff!important;
    border: 1px solid rgba(255, 255, 255, 70%);
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 20%);
}

.swiper-button-arrow::after {
    font-size: 18px!important;
}
