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

.main_B1_1 .container_fix {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	max-width: 1430px !important;
}

.main_B1_1 .main_B1_1_image {
    width: auto;
    margin: 150px 0;
    padding-left: 0%;
	position: absolute;
    right: 15px;
}

.main_B1_1 .main_B1_1_image_box {
    border-radius:0;
    overflow: hidden;
    width: 100%;
    height: 400px;
}

.main_B1_1 .main_B1_1_image_box img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

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

.main_B1_1 .main_B1_1_banner {
    position: relative;
    width: 50%;
    padding-bottom: 10px;
}

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

.main_B1_1 .main_B1_1_textbox h3.widget_froala {
    font-weight: bold;
    font-size: 62px;
    line-height: 58px;
    color: #0c0c0c;
    margin: 30px 0 48px;
    position: relative;
	word-spacing: -2.5px;
}

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

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

.main_B1_1 .main_B1_1_textbox a {
    display: flex;
    align-items: center;
    margin-top: 56px;
    gap: 10px;
}

.main_B1_1 .main_B1_1_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_1 .main_B1_1_textbox .btn_moreview_arrow:hover {
    background-color: #bb0816;
}

@media (max-width: 991px) {
    .main_B1_1 .main_B1_1_image {
        width: 100%;
        order: 2;
        display: flex;
        align-content: center;
        justify-content: center;
        margin: 24px 0;
        padding-left: 1.6%;
		position:relative;
		right:0;
    }

    .main_B1_1 .main_B1_1_image_box {
        max-width: 100%;
        height: auto;
    }

    .main_B1_1 .main_B1_1_banner {
        width: 100%;
        padding: 25px 0 0;
        order: 1;
        display: flex;
        align-content: center;
        justify-content: center;
    }

    .main_B1_1 .main_B1_1_textbox {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        text-align: left;
    }

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

    .main_B1_1 .main_B1_1_textbox h3.widget_froala {
        font-size: 31.5px;
        line-height: 45.5px;
        margin: 13px 0 11px;
        font-weight: bold;
    }

    .main_B1_1 .main_B1_1_textbox .widget_froala.text {
        font-size: 15px;
        line-height: 23px;
        margin-top: 10px;
        width: 100%;
		word-break:keep-all;
		text-wrap:balance;
		color:#666666;
    }

	.main_B1_1 .main_B1_1_textbox .widget_froala.text br {
		display:none;
	}

    .main_B1_1 .main_B1_1_textbox .widget_froala.more_box {
        font-size: 15px;
    }

    .main_B1_1 .main_B1_1_textbox a {
        margin-top: 35px;
    }

    .main_B1_1 .main_B1_1_textbox .btn_moreview_arrow {
        width: 20px;
        height: 20px;
    }

    .main_B1_1 .main_B1_1_textbox .btn_moreview_arrow img {
        width: 6px;
    }
}
