/* 배너 텍스트 색상 */
.main-banner__text-item{
    color: #FFFFFF;
}

.page-title-box{
 color: #FFFFFF;   
}
.page-title-line {
    width: 10%;
    margin: 0;
    height: 3px;
    opacity: 1;
    background-color: #fff;
}

.display-4 {
    font-size: calc(1.025rem + 1.1vw);
    }

@media (min-width: 1200px) {
    .display-3 {
        font-size: 2.7rem;
    }
}
.fs-4 {font-size: 1.1rem !important;}   

.gm_fontL {font-size:30px !important;}
.gm_fontM {font-size: 65px  !important; line-height: 70px !important;}
.gm_fontMB {font-size: 65px  !important; line-height: 70px !important; font-weight: 700 !important;}


.swiper-button-next, .swiper-button-prev {
    width: 40px;
    height: 40px;
}

.swiper-pagination-bullet {
    background: #ddd; /* 기본 도트 색상 */
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    opacity: 0.7;
    transition: opacity 0.3s, transform 0.3s;
}

.swiper-pagination-bullet-active {
    background: #fff; /* 활성화된 도트 색상 */
    opacity: 1;
    transform: scale(1.2); /* 활성화된 도트 크기 */
}

/* #swiper-wrapper-9d1ae574b5a5c8cd > div.swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active > div */
#main-banner-swiper > .swiper-wrapper > .swiper-slide > .main-banner-container::nth-child(1) {
    grid-template-columns: 4fr 1fr !important;
}

.movie_div{
    float:none;
    width:255px;
}

@media (max-width: 768px) {
    .movie_div{
        margin:0 auto;
        width:175px;
    }
}