/* 메인의 모든 브라우저 사이즈 페이지 적용 CSS */


.mainItem03 .banner {
    width: 94%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
}

.mainItem03 .banner .swiper {
    overflow: hidden;
}

.mainItem03 .banner .sw_item {
    width: 100%;
    height: 220px;
    cursor: pointer;
}

.mainItem03 .banner .sw_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
    overflow: hidden;
}

.mainItem03 .banner .swi_btn_wrap {
    position: absolute;
    width: 40px;
    bottom: -19px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mainItem03 .banner .swi_btn_wrap .swi_page {
    display: flex;
}

.mainItem03 .banner .swi_btn_wrap .swi_page .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 28px;
    background: rgb(0 0 0 / 100%);
    height: 10px;
    border-radius: 6px;
    margin-right: 10px;
    cursor: pointer;
}

.mainItem03 .banner .swi_btn_wrap .swi_page .swiper-pagination-bullet {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background: rgb(0 0 0 / 20%);
    margin-right: 10px;
    cursor: pointer;
    border: none;
}

.mainItem04 .m-tit .pagination .more {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainItem04 .m_tit_wrap {
    width: 100%;
}

.mainItem04 .itemArea .item .area02 {
    margin-top: 0;
}

.mainItem04 .itemArea .item {
    top: 90px;
}


.mainBanner .visual .inner {
    width: 94%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    color: var(--white);
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.mainBanner .visual .inner::after {
    display: block;
    content: '';
    clear: both;
}

.mainBanner .visual .inner .copy {
    width: 100%;
    font-weight: 600;
    font-size: 40px;
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
    line-height: 1.2;
    letter-spacing: -0.6px;
    word-break: keep-all;
    /* max-height: 152px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
}

.mainBanner .visual .inner .copy .copy_sub {
    font-size: 22px;
    font-weight: 400;
    margin-top: 10px;
    letter-spacing: 0;
}


@media screen and (max-width: 1320px) {
    .page.page_main .theme .of_x {
        padding: 0 20px;
        box-sizing: border-box;
    }

    .mainItem04 .itemArea .item {
        top: 0;
    }

    .mainItem04 .itemArea .item .area01 {
        margin-bottom: 20px;
    }

    .mainItem04 .itemArea .item .area02 .itemArea {
        margin-top: 40px;
    }
    
}

@media screen and (max-width: 1023px) {
    .mainBanner .visual .inner .copy {
        font-size: 33px;
    }

    .mainBanner .visual .inner .copy .copy_sub {
        font-size: 20px;
        font-weight: 300;
    }
    
}