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

.main_lbn1 .main_lbn1_textbox {
    display: inline-flex;
    flex-direction: column;
}

.main_lbn1 .main_lbn1_textbox .title {
    display: inline-block;
    width: auto;
    margin-bottom: 27px;
    font-size: 32px; 
    font-weight: 700; 
    color: #fff; 
	line-height: 47px;
    letter-spacing: -0.2px;
	font-family: "Montserrat", sans-serif;
}
.main_lbn1 .main_lbn1_textbox .text {
    display: inline-block;
    width: auto;
    font-size: 18px; 
    font-weight: 400; 
    color: #fff;
	line-height:30px;
}

@media(max-width: 991px) {
	.main_lbn1 .main_lbn1_banner .bg_banner {
		aspect-ratio:385 / 554;
		width:100%;
		height:auto;
	}
    .main_lbn1 .main_lbn1_textbox .title {
        font-size: 20px; 
        margin-bottom: 13px;
		line-height:29px;
    }
    .main_lbn1 .main_lbn1_textbox .text {
        font-size: 15px;
		line-height:23px;
    }
}

