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

.main_lbn6 .main_lbn6_textbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 147px 20px 158px; 
}
.main_lbn6 .main_lbn6_textbox .title {
    display: inline-block;
    width: auto;
    font-size: 64px; 
    font-weight: 700; 
    color: #fff; 
    margin-bottom: 47px; 
    word-break: keep-all;
}
.main_lbn6 .main_lbn6_textbox .more_box {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: auto;
}
.main_lbn6 .main_lbn6_textbox .more_box .btn_moreview {
    display: inline-flex; 
    justify-content: center; 
    align-items: center; 
    gap: 13px;
    width: 210px; 
    border: 1px solid #fff; 
    border-radius: 28px; 
    font-size: 16px; 
    font-weight: 600; 
    text-align: center; 
    line-height: 54px; 
    color: #fff; 
    transition: .3s;
}
.main_lbn6 .main_lbn6_textbox .more_box .btn_moreview:hover {
    background-color: #fff; 
    color: #0c0c0c;
}
.main_lbn6 .main_lbn6_textbox .more_box .btn_moreview::after {
    content: ""; 
    display: inline-block; 
    width: 20px; 
    height: 20px; 
    background: url(img/arrow2_white.png) no-repeat center / 100%; 
    transition: .3s;
}
.main_lbn6 .main_lbn6_textbox .more_box .btn_moreview:hover::after {
    background-image: url(img/arrow2.png);
}

@media(max-width: 991px) {
    .main_lbn6 .main_lbn6_textbox .title {
        margin-bottom: 33px;
        font-size: 31.5px; 
        text-align: center;
		line-height:40px;
    }
    .main_lbn6 .main_lbn6_textbox .more_box .btn_moreview {
        width: 168px; 
        font-size: 14px; 
        line-height: 42px;
    }
    .main_lbn6 .main_lbn6_textbox .more_box .btn_moreview {
        gap: 5px;
    }
    .main_lbn6 .main_lbn6_textbox .more_box .btn_moreview::after {
        width: 15px; 
        height: 15px;
    }
}

