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

.main_B1_2 .container_fix {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.main_B1_2 .main_B1_2_image {
    width: auto;    
	position: absolute;
	left:-58px;
	top:-14px;
}

.main_B1_2 .main_B1_2_image.active {
}

.main_B1_2 .main_B1_2_image_box {
    overflow: hidden;
    width: 100%;
    height: 424px;
}

.main_B1_2 .main_B1_2_image_box img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

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

.main_B1_2 .main_B1_2_banner {
    position: relative;
    width: 41.8%;
    order: 2;
    padding-bottom: 10px;
    margin-left: auto;
}

.main_B1_2 .main_B1_2_banner.active {
}

.main_B1_2 .main_B1_2_textbox .widget_froala.category {
    font-weight: bold;
    font-size: 24px;
    color: #0c0c0c;
    display: block;
}

.main_B1_2 .main_B1_2_textbox h3.widget_froala {
    font-weight: bold;
    font-size: 60px;
    line-height: 58px;
    color: #0c0c0c;
    margin: 29px 0 46px;
    position: relative;
	word-spacing: -1px;
}

.main_B1_2 .main_B1_2_textbox .widget_froala.text {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #5d5d5d;
    display: block;
}

.main_B1_2 .main_B1_2_textbox .widget_froala.more_box {
    width: auto;
    font-size: 20px;
    font-weight: 600;
    color: #0c0c0c;
}

.main_B1_2 .main_B1_2_textbox a {
    display: flex;
    align-items: center;
    margin-top: 58px;
    gap: 10px;
}

.main_B1_2 .main_B1_2_textbox .btn_moreview_arrow {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #e60012;
    cursor: pointer;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.main_B1_2 .main_B1_2_textbox .btn_moreview_arrow:hover {
    background-color: #bb0816;
}

@media (max-width: 991px) {
	.main_B1_2 .container_fix {
		padding-right:0;
	}

    .main_B1_2 .main_B1_2_image {
        width: 100%;
        margin: -4px 0 38px;
        top:0;
		left:-15px;
		position:relative;
    }

    .main_B1_2 .main_B1_2_image_box {
        width: 100%;
        height: auto;
    }

    .main_B1_2 .main_B1_2_banner {
        width: 100%;
        display: flex;
        align-content: center;
    }

    .main_B1_2 .main_B1_2_textbox .widget_froala.category {
        font-size: 20px;
        font-weight: bold;
        display: block;
    }

    .main_B1_2 .main_B1_2_textbox h3.widget_froala {
        font-size: 31.5px;
        line-height: 45.5px;
        margin: 13px 0 21px;
        font-weight: bold;
    }

    .main_B1_2 .main_B1_2_textbox .widget_froala.text {
        font-size: 15px;
        line-height: 23px;
        margin-top: 10px;
        width: 100%;
    }

    .main_B1_2 .main_B1_2_textbox .widget_froala.more_box {
        font-size: 15px;
    }

    .main_B1_2 .main_B1_2_textbox a {
        margin-top: 35px;
        gap: 12px;
    }

    .main_B1_2 .main_B1_2_textbox .btn_moreview_arrow {
        width: 20px;
        height: 20px;
    }

    .main_B1_2 .main_B1_2_textbox .btn_moreview_arrow img {
        width: 6px;
    }
}
