/*
(주)파이브센스_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 100px;
}

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

.main_bf2_6 .bf2_6_cont .left_box img {
    width: 100%;
    border-radius: 10px;
}

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

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

/* 카테고리 텍스트 */
.main_bf2_6 .bf2_6_cont .right_box .category_text {
    font-size: 24px;
    font-weight: bold;
    color: var(--main-font-point-color);
    margin-bottom: 28px;
    letter-spacing: 6px !important;
}

/* 타이틀 텍스트 */
.main_bf2_6 .bf2_6_cont .right_box .title_text {
    font-size: 65px;
    font-weight: bold;
    color: #231815;
    margin-bottom: 45px;
    font-family: 'GmarketSans';
}

.main_bf2_6 .bf2_61_cont .right_box .title_text p {
    font-family: 'GmarketSans';
}

.main_bf2_6 .bf2_6_cont .right_box .title_text .point-color {
    font-family: 'GmarketSans';
    color: var(--main-font-point-color);
}

.main_bf2_6 .bf2_6_cont .right_box .category_tab_wrap {
    margin-bottom: 40px;
    display:flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.main_bf2_6 .bf2_6_cont .right_box .category_tab_wrap::-webkit-scrollbar {
    display: none;
}

.main_bf2_6 .bf2_6_cont .right_box .category_tab_wrap button {
    font-size:19px;
    color:#b7aa90;
    font-weight: 600;
    background:#fff;
    border-radius: 26px;
    padding:15px 24px;
    margin-right: 10px;
}

.main_bf2_6 .bf2_6_cont .right_box .category_tab_wrap button.active {
    background:#231815;
    color:var(--main-font-point-color);
}

/* 스와이프 */
.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;
    background:#fff;
    border-radius: 26px;
    padding: 10px 10px;
    transition:0s;
    height:380px;
    gap:10px;
    transition:0.2s;
}

.main_bf2_6 .swiper-slide:hover {
    background:#f39800;
}

.main_bf2_6 .swiper-slide .swiper_txt_container {
    width:100%;
    text-align: center;
}

.main_bf2_6 .swiper-slide .swiper_title h2 {
    font-size: 20px;
    font-weight: bold;
    color: #231815;
    transition: all 1s ease;
    background:#f7eec7;
    border-radius: 26px;
    width: 100%;
    padding:13px 0;
}

.main_bf2_6 .swiper-slide img {
    height:100%;
    object-fit: contain;
    border-radius: 18px;
}

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

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

.main_bf2_6 .swiper_arr > div:hover {
    color: #231815;
    border-color:#231815;
}

.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: 30px;
    }

	.main_bf2_6 .bf2_6_cont .left_box {
		width:100%;
        padding: 0;
	}
    .main_bf2_6 .bf2_6_cont .left_box img {
        border-radius: 0;;
    }

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

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

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

    .main_bf2_6 .bf2_6_cont .right_box .category_tab_wrap {
        margin-bottom: 20px;
    }

    .main_bf2_6 .bf2_6_cont .right_box .category_tab_wrap button {
        font-size: 16px;
        border-radius: 17px;
        padding:8px 19px;
        margin-right: 8px;
    }

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

    /* 스와이프 */
    .main_bf2_6 .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        flex-direction: column;
        border-radius: 12px;
        padding: 8px;
    }

    .main_bf2_6 .swiper-slide .swiper_title h2 {
        padding:12px 0;
    }

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

    .main_bf2_6 .swiper_arr > div {
        position: static;
        width: 52px;
        height: 52px;
        font-size: 28px;
        border-radius: 50%;
        margin: 0;
        font-weight: 200;
    }

}