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

.main_lbn3 .main_lbn3_textbox {
    display: inline-flex;
    flex-direction: column;
}
.main_lbn3 .main_lbn3_textbox .title {
    display: inline-block;
    font-family: "Manrope", "Pretendard", sans-serif;
    font-size: 42px; 
    font-weight: 700; 
    line-height: 1.43;
    color: #0c0c0c; 
    margin-bottom: 33px; 
    width: auto; 
    word-break: keep-all;
}
.main_lbn3 .main_lbn3_textbox .textbox_link {
    position: relative;
    z-index: 2;
}
.main_lbn3 .main_lbn3_textbox .more_box {
    display: inline-block;
    width: auto;
}
.main_lbn3 .main_lbn3_textbox .more_box .btn_moreview {
    display: inline-flex; 
    justify-content: center; 
    align-items: center; 
    gap: 13px;
    border-radius: 28px; 
    min-width: 210px; 
    text-align: center; 
    font-size: 16px; 
    color: #0c0c0c; 
    border: 1px solid #0c0c0c; 
    line-height: 54px; 
    font-weight: 600; 
    transition: .3s;
}
.main_lbn3 .main_lbn3_textbox .more_box .btn_moreview:hover {
    border-color: #fff; 
    background-color: #fff;
}
.main_lbn3 .main_lbn3_textbox .more_box .btn_moreview::after {
    content: ""; 
    display: inline-block; 
    width: 14px; 
    height: 14px; 
    background: url(img/arrow1.png) no-repeat center / 100%;
}

@media (max-width:1480px) {
    .main_lbn3 .main_lbn3_textbox .title {
        font-size: 38px;
        line-height: 1.3;   
    }
}

@media(max-width: 991px) {
    .main_lbn3 .main_lbn3_textbox .title {
        margin-bottom: 25px; 
        width: 100%;
        font-size: 24.5px;
		line-height:31.5px;
    }
    .main_lbn3 .main_lbn3_textbox .more_box .btn_moreview {
        min-width: 175px; 
        font-size: 14px; 
        line-height: 41px;
    }
    .main_lbn3 .main_lbn3_textbox .more_box .btn_moreview {
        gap: 5px;
    }
    .main_lbn3 .main_lbn3_textbox .more_box .btn_moreview::after {
        width: 10px; 
        height: 10px;
    }
}