/* ------------------ 캐러셀 시작------------------ */
.swiper-container {
    width: 1000px;
    height: 450px;
    max-width: 100%;
    max-height: auto;
}

.swiper-container .swiper-wrapper .swiper-slide img {
    max-width: 100%;
    max-height: auto;
}

@media (max-width: 768px) {
    .swiper-container .swiper-pagination {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 150px;

    }
}


/* ------------------ 캐러셀 끝------------------ */


@media (max-width: 991.98px) {
    .owl-carousel.major-caousel .owl-dots {
        bottom: 10px !important;
    }
}

.owl-carousel.home-slider .owl-dots {
    position: absolute;
    bottom: 100px;
    width: 100%;
}

.owl-carousel .owl-dots {
    text-align: center;
}