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

.main_B1_4 .container_fix {
    display: flex;
    flex-wrap: wrap;
	max-width: 1230px !important;
}

.main_B1_4 .main_B1_4_box {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
}
.main_B1_4 .main_B1_4_container_box {
    width: calc(50% - 7px);
    border-radius: 20px;
    overflow: hidden;
}
.main_B1_4 .main_B1_4_main_box {
    width: 100%;
    height: 148px;
    padding: 20px 33px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	display: flex;
    align-items: center;
}

.main_B1_4 .main_B1_4_main_box .p-box {
	width:100%;
}

.main_B1_4 .main_B1_4_titlebox h3.widget_froala {
    position: relative;
    width: 85%;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.46;
    color: #0c0c0c;
    word-break: keep-all;
}

.main_B1_4 .btn_moreview {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: auto;
    min-width: 110px;
    height: 42px;
    border-radius: 26px;
    background-color: #fff;
}

.main_B1_4 .linkbox {
    width: auto;
    font-size: 16px;
    font-weight: 600;
    color: #0c0c0c;
}

@media (max-width:1480px) {
    .main_B1_4 .main_B1_4_titlebox h3.widget_froala {
        font-size: 22px;
    }

    .main_B1_4 .btn_moreview {
        height: 45px;
    }

    .main_B1_4 .linkbox {
        font-size: 14px;
    }
}

@media (max-width:1280px) {
    .main_B1_4 .main_B1_4_titlebox h3.widget_froala {
        font-size: 20px;
    }    
}

@media (max-width: 991px) {
    .main_B1_4 .main_B1_4_box {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-top: 0;
        gap: 14px;
    }

    .main_B1_4 .main_B1_4_container_box {
        width: 100%;
        border-radius: 15px;
    }

    .main_B1_4 .main_B1_4_main_box {
        width: 100%;
        height: auto;
        padding: 0;
        aspect-ratio: 660 / 290;
        background-size: cover;
        background-position: right center;
    }

    .main_B1_4 .main_B1_4_main_box .p-box {
        padding: 40px 21px 30px;
    }

    .main_B1_4 .main_B1_4_titlebox h3.widget_froala {
        position: relative;
        width: auto;
        font-size: 16px;
        line-height: 1.44;
    }    

    .main_B1_4 .main_B1_4_titlebox {
        margin-bottom: 18px;
    }
    
    .main_B1_4 .btn_moreview {
        min-width: 93px;
        height: 34px;
    }

    .main_B1_4 .linkbox {
        font-size: 12px;
    }


}
