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

.main_B1_3 .container_fix {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.main_B1_3 .main_B1_3_title {
    width: 100%;
}

.main_B1_3 .main_B1_3_title .widget_froala.title {
    font-weight: 600;
    font-size: 55px;
    color: #0c0c0c;
    display: block;
}

.main_B1_3 .main_B1_3_box {
    display: flex;
    gap: 40px;
    margin-top: 54px;
}

.main_B1_3 .main_B1_3_image_box {
    border-radius: 20px;
    overflow: hidden;
}

.main_B1_3 .main_B1_3_image_box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

.main_B1_3 .main_B1_3_image_box img:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.main_B1_3 .main_B1_3_banner {
    position: relative;
}

.main_B1_3 .main_B1_3_textbox h3.widget_froala {
    font-weight: bold;
    font-size: 34px;
    line-height: 58px;
    margin: 24px 0 12px;
    position: relative;
}

.main_B1_3 .main_B1_3_textbox .widget_froala.text {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #5d5d5d;
    display: block;
    word-break: keep-all;
}

@media (max-width: 991px) {
    .main_B1_3 .container_fix {
        padding: 0 15px;
    }
    
    .main_B1_3 .main_B1_3_title .widget_froala.title {
        font-size: 31.5px;
    }

    .main_B1_3 .main_B1_3_box {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-top: 43px;
        gap: 35px;
    }

    .main_B1_3 .main_B1_3_container_box {
        width: 100%;
    }

    .main_B1_3 .main_B1_3_image_box {
        width: 100%;
        height: auto;
        border-radius: 12px;
    }

    .main_B1_3 .main_B1_3_textbox {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .main_B1_3 .main_B1_3_textbox h3.widget_froala {
        font-weight: bold;
        font-size: 20px;
        line-height: 28px;
        margin: 22px 0 14px;
        position: relative;
    }

    .main_B1_3 .main_B1_3_textbox p.widget_froala {
        font-size: 26px;
        line-height: 26px;
        font-weight: 500;
        color: #5d5d5d;
    }

    .main_B1_3 .main_B1_3_textbox .widget_froala.text {
        font-size: 15px;
        line-height: 22px;
    }
}
