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

.main_b4_1 .main_cont_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 105px;
}

.main_b4_1 .main_cont_container .slide_area {
    width: 55%;
}

.main_b4_1 .main_cont_container .swiper_info_container {
	display:flex;
	justify-content:center;
	flex-direction:column;
    width: calc(45% - 105px);
    padding-top: 60px;
}

/* 타이틀 */
.main_b4_1 .main_cont_title {
    margin-bottom: 52px;
}

.main_b4_1 .main_cont_title h2 {
    font-size: 58px;
    font-weight: 700;
    color: #0c0c0c;
}

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

.main_b4_1 .b4_1_tab_list {
    z-index: 2;
}

.main_b4_1 .swiper-slide {
    position: relative;
}

/* 스와이프 이미지 */
.main_b4_1 .img_container {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.main_b4_1 .img_container img {
    width: 100%;
}

/* 탭 (구 pagination 자리) */
.main_b4_1 .swiper_info_container .b4_1_tab_list_pc {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 35px;
    width: auto;
    margin-bottom: 75px;
}

.main_b4_1 .b4_1_tab_item {
    width: auto;
    height: auto;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #5d5d5d;
    word-break: keep-all;
    cursor: pointer;
}

.main_b4_1 .b4_1_tab_item.is-active {
    font-weight: 700;
    color: var(--main-btn-font-point-color);
    border-bottom: 2px solid var(--main-btn-font-point-color);
}

/* 스와이프 타이틀 */
.main_b4_1 .swiper_title {
    margin-bottom: 33px;
}

.main_b4_1 .swiper_title h2 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
    color: #0c0c0c;
}

/* 스와이프 설명 */
.main_b4_1 .swiper_desc {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 52px;
}

.main_b4_1 .swiper_desc .detailtext {
    font-size: 18px;
    font-weight: 500;
    color: #5d5d5d;
	line-height:28px;
}

/* 스와이프 버튼 */
.main_b4_1 .swiper_btn {
    display: flex;
    gap: 8px;
    align-items: center;
}

.main_b4_1 .swiper_btn span {
    width: auto;
    font-size: 20px;
    font-weight: 600;
    color: #0c0c0c;
}

@media (max-width: 991px) {
    .main_b4_1 .b4_1_m_tab_swiper {
        margin-bottom: 30px;
        overflow: visible;
    }

    .main_b4_1 .main_cont_container {
        flex-direction: column;
        gap: 22px;
    }

    .main_b4_1 .main_cont_container .slide_area {
        width: 100%;
    }
    
    .main_b4_1 .main_cont_container .swiper_info_container {
        width: 100%;
        padding-top: 0;
    }
    
    /* 타이틀 */
    .main_b4_1 .main_cont_title {
        margin-bottom: 38px;
        text-align: center;
    }
    
    .main_b4_1 .main_cont_title h2 {
        font-size: 31.5px;
    }
    
    /* 모바일 탭 (슬라이드 상단, Swiper 가로 스크롤) */
    .main_b4_1 .m_container .b4_1_m_tab_slide {
        width: auto;
        height: auto;
    }

    .main_b4_1 .m_container .b4_1_tab_item {
        padding-bottom: 0;
        font-size: 16.5px;
    }

    .main_b4_1 .img_container {
        aspect-ratio: 660 / 500;
    }

    .main_b4_1 .img_container img {
        height: 100%;
        object-fit: cover;
    }

    /* 스와이프 타이틀 */
    .main_b4_1 .swiper_title {
        margin-bottom: 15px;
    }
    .main_b4_1 .swiper_title h2 {
        font-size: 30px;
        line-height: 49px;
    }
    
    /* 스와이프 설명 */
    .main_b4_1 .swiper_desc {
        gap: 3px;
        margin-bottom: 45px;
    }
    .main_b4_1 .swiper_desc .detailtext {
        font-size: 15px;
        line-height: 23px;
    }

    /* 스와이프 버튼 */
    .main_b4_1 .swiper_btn {
		gap: 12px;
    }
    .main_b4_1 .swiper_btn span {
        font-size: 16px;
    }
}