/*
(주)파이브센스_FIVESENSES.Corp.
파이브프로_FIVEPro_웹솔루션.
본 라이브러리(소스코드 및 디자인 포함)는 (주)파이브센스의 자산이며, 저작권법 및 부정경쟁방지법에 의해 보호됩니다.
무단 사용, 외부 유출, 복제, 배포, 변형을 금지합니다.
위반 시 민·형사상 법적 책임 및 손해배상 청구 대상이 됩니다.
작성일: 2025-03-18 | 저작권자: (주)파이브센스(520-86-01244) | All Rights Reserved.
*/




.main_bf2_8 .left_box {
    margin-bottom: 60px;
}

.main_bf2_8 .left_box h3 {
    margin-bottom: 19px;
    font-size: 43px;
    font-weight: 700;
    color: #fff;
}

.main_bf2_8 .left_box h3 .point_color { 
    color: #228aff !important;
}

/* 스와이프 */
.main_bf2_8 .swiper {
    /* widget-wrap before보다 위로 올라오게 결정 */
    z-index: 2;
    overflow: visible;
}

.main_bf2_8 .swiper-slide {
    height: auto;
}

.main_bf2_8 .swiper_inner {
    position: relative;
    height: 100%;
    padding: 18px;
    border: 1px solid ;
    border-radius: 23px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.15);
    background: rgba(255, 255, 255, 0.10);
    transform: translateY(0);
    transition: all .3s ease-in-out;
}

.main_bf2_8 .swiper_img {
    margin-bottom: 21px;
    border-radius: 18px;
    aspect-ratio: 31/28;
    overflow: hidden;
    box-shadow: -4px 3px 45px 0px rgba(25, 15, 15, 0.26);
}

.main_bf2_8 .swiper_inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_bf2_8 .swiper_info_container {
    padding: 7px 7px 17px;
}

.main_bf2_8 .swiper_info_container .item_title {
    margin-bottom: 16px;
    font-size: 23px;
    /* font-weight: 800; */
    font-weight: 600;
    line-height: 1.3;
    color: #ffffff;
    transition: all .3s ease-in-out;
}

.main_bf2_8 .swiper_info_container .item_subtitle {
    font-size: 17px;
    /* font-weight: 500; */
    font-weight: 300;
    line-height: 1.47;
    color:#fff;
    opacity: 0.6;
    transition: all .3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
    .main_bf2_8 .swiper-slide:hover .swiper_inner {
        border: 1px solid rgba(255,255,255,1);
        background: rgba(255, 255, 255, 1);
        transform: translateY(-20px);
    }
    
    .main_bf2_8 .swiper-slide:hover .item_title {
        color: #0c0c0c;
    }
    
    .main_bf2_8 .swiper-slide:hover .item_subtitle {
        color: #5d5d5d;
        opacity: 1;
    }
}

.main_bf2_8 .swiper_bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 25px;
    margin-top: 40px;
}

.main_bf2_8 .swiper-pagination-progressbar {
    position: static;
    width: 79%;
    height: 2px;
    background: rgba(230,228,222,0.15);
}

.main_bf2_8 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: rgba(255,255,255,0.4);
}

.main_bf2_8 .swiper_btn_box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
}

.main_bf2_8 .swiper_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.main_bf2_8 .swiper_btn:hover {
    background: rgba(255,255,255,0.8);
}

.main_bf2_8 .swiper_btn svg {
    width: 9px;
    height: 14px;
    stroke:#91969f;
}

@media (max-width:1480px) {
    .main_bf2_8 .left_box {
        margin-bottom: 50px;
    }

    .main_bf2_8 .left_box h3 {
        font-size: 38px;
    }
}

@media (max-width:1280px) {
    .main_bf2_8 .left_box {
        margin-bottom: 45px;
    }

    .main_bf2_8 .left_box h3 {
        font-size: 35px;
    }    

    .main_bf2_8 .swiper_info_container .item_title {
        font-size: 20px;
    }

    .main_bf2_8 .swiper_info_container .item_subtitle {
        font-size: 15px;
    }
}


@media (max-width: 991px) {

    .main_bf2_8 .left_box {
        margin-bottom: 47px;
    }
    .main_bf2_8 .left_box h3 {
        margin-bottom: 0;
        font-size: 31px;
        text-align: center;
        line-height: 1.28;
        letter-spacing: -0.01em;
    }

    .main_bf2_8 .swiper_inner {
        padding: 10px;
        border-radius: 15px;    
    }

    .main_bf2_8 .swiper-slide:hover .swiper_inner {
        transform: translateY(0);
    }

    .main_bf2_8 .swiper_img {
        margin-bottom: 25px;
        border-radius: 15px;
        aspect-ratio: 410/345;
    }


    .main_bf2_8 .swiper_info_container {
        padding: 7px 0 17px 14px;
    }

    .main_bf2_8 .swiper_info_container .item_title {
        margin-bottom: 17px;
        font-size: 16px;
    }

    .main_bf2_8 .swiper_info_container .item_subtitle {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.43;
    }   

    .main_bf2_8 .swiper-pagination-progressbar {
        width: 100%;
        height: 1px;
        margin-top: 37px;
    }

    .main_bf2_8 .mob_more {
        margin-top: 38px;
    }

    .main_bf2_8 .more_text-box {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0 12px;
    }

    .main_bf2_8 .more_text-box span {
        font-size: 15px;
        font-weight: 600;
        color: #fff;
    }

    .main_bf2_8 .more_text-box img {
        width: 13px;
        height: 13px;
    }

}