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

.main_bf2_6 .bf2_6_cont {
    display: flex;
    justify-content: center;
    align-items: center; 
    gap: 0 90px;
}

/* 왼쪽 박스 */
.main_bf2_6 .bf2_6_cont .left_box {
   z-index: 10;
 /*    flex: 1; */
 width:50%;
}

.main_bf2_6 .bf2_6_cont .left_box img {
    width: 100%;
}

/* 오른쪽 박스 */
.main_bf2_6 .bf2_6_cont .right_box {
    display: flex;
    flex-direction: column;
    z-index: 1;
    flex: 1;
	margin-top:68px;
}

/* 오른쪽 박스 스와이퍼 영역 */
.main_bf2_6 .bf2_6_cont .right_box .cont_box {
    width: 100%;
    max-width: 646px;
}

/* 카테고리 텍스트 */
.main_bf2_6 .bf2_6_cont .right_box .category_text {
    font-size: 24px;
    font-weight: bold;
    color: /*var(--main-point-line-color)*/#003669;
    margin-bottom: 18px;
}

/* 타이틀 텍스트 */
.main_bf2_6 .bf2_6_cont .right_box .title_text {
    font-size: 64px;
    font-weight: bold;
    color: #0c0c0c;
    margin-bottom: 45px;
}

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

.main_bf2_6 .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
    border: 2px solid white;
    border-radius: 20px;
    padding: 54px 0 34px;
    transition: all 1s ease;
}

.main_bf2_6 .swiper-slide-active {
    border: 2px solid #eeeeee;
}

.main_bf2_6 .swiper-slide .swiper_title h2 {
    font-size: 20px;
    font-weight: bold;
    color: #666666;
    transition: all 1s ease;
    margin-top: 35px;
}

.main_bf2_6 .swiper-slide-active .swiper_title h2 {
     color: #0c0c0c;
}

/* 스와이프 화살표 */
.main_bf2_6 .swiper_arr {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 38px;
}

.main_bf2_6 .swiper_arr > div {
    position: static;
    width: 50px;
    height: 50px;
    font-size: 30px;
    color: #d5d5d5;
    border: 1px solid #d5d5d5;
    border-radius: 50%;
    margin-top: 0;
    margin-right: 15px;
    transition: all 0.3s ease;
}

.main_bf2_6 .swiper_arr > div:hover {
    background: var(--main-point-bg-color-hover);
    color: #fff;
}

.main_bf2_6 .swiper_arr > div::after {
    display: none;
}

@media (max-width: 991px) {

    /* 스와이프 */
    .main_bf2_6 .swiper-slide {
        display: block;
    }
    
    .main_bf2_6 .bf2_6_cont {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; 
        gap: 40px;
    }

	.main_bf2_6 .bf2_6_cont .left_box {
		width:100%;
	}

    /* 오른쪽 박스 */
    .main_bf2_6 .bf2_6_cont .right_box {
        display: flex;
        flex-direction: column;
        z-index: 1;
        flex: 1;
		margin:0;
		padding-bottom:48px;
    }

    /* 오른쪽 박스 스와이퍼 영역 */
    .main_bf2_6 .bf2_6_cont .right_box .cont_box {
        width: 100%;
        max-width: 368px;
        text-align: center;
    }

    /* 카테고리 텍스트 */
    .main_bf2_6 .bf2_6_cont .right_box .category_text {
        font-size: 20px;
        margin-bottom: 16px;
    }

    /* 타이틀 텍스트 */
    .main_bf2_6 .bf2_6_cont .right_box .title_text {
        font-size: 31.5px;
        margin-bottom: 28px;
    }

    /* 스와이프 */
    .main_bf2_6 .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        flex-direction: column;
        border: 2px solid white;
        border-radius: 14px;
        padding: 20px 0;
    }

    .main_bf2_6 .swiper-slide-active {
        border: none;
    }

    .main_bf2_6 .swiper-slide img {
        max-width: 247px;
    }

    .main_bf2_6 .swiper-slide .swiper_title h2 {
        font-size: 14px;
        margin-top: 20px;
    }

    /* 스와이프 화살표 */
    .main_bf2_6 .swiper_arr {
        margin-top: 13px;
        justify-content: center;
        gap: 14px;
    }

    .main_bf2_6 .swiper_arr > div {
        position: static;
        width: 42px;
        height: 42px;
        font-size: 20px;
        color: #d5d5d5;
        border: 1px solid #d5d5d5;
        border-radius: 50%;
        margin: 0;
    }

    .main_bf2_6 .swiper_arr > div:hover {
        background: var(--main-point-bg-color-hover);
        color: #fff;
    }

    .main_bf2_6 .swiper_arr > div::after {
        display: none;
    }

}