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


.widget-wrap .main_lbn4 .more_box.widget_froala {
    width: auto;
}
.main_lbn4 .main_lbn4_textbox {
    text-align: center;
}
.main_lbn4 .main_lbn4_textbox .title {
    display: inline-block;
    width: auto;
    margin-bottom: 52px;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.625;
    color: #fff;
}
.main_lbn4 .main_lbn4_textbox .link-box {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    gap: 12px;
}
.main_lbn4 .main_lbn4_textbox .more_box {
    display: inline-flex;
    align-items: center;
    justify-content: center; 
    width: auto;
    min-width: 200px;
    height: 58px;
    padding: 0 30px;
    border: 1px solid #fff; 
    border-radius: 10px; 
    font-size: 18px; 
    font-weight: 600; 
    color: #fff; 
    transition: .3s;
}
.main_lbn4 .main_lbn4_textbox .more_box:hover {
    color: #fff; 
    border-color: #0855c7; 
    background-color: #0855c7;
}

@media (max-width:1480) {
    .main_lbn4 .main_lbn4_textbox .title {
        margin-bottom: 40px;
        font-size: 36px;
    }
}

@media (max-width:1280px) {
    .main_lbn4 .main_lbn4_textbox .title {
        margin-bottom: 30px;
        font-size: 30px;
    }

    .main_lbn4 .main_lbn4_textbox .more_box{
        min-width: 160px;
        height: 50px;
        padding: 0 20px;
        font-size: 16px;
    }
}

@media(max-width: 991px) {
    .main_lbn4 .main_lbn4_textbox .title {
        font-size: 30px; 
        line-height: 1.43;
        margin-bottom: 24px;
    }
    .main_lbn4 .main_lbn4_textbox .link-box {
        gap: 11px;
    }
    .main_lbn4 .main_lbn4_textbox .more_box {
        min-width: unset;
        height: 44px;
        padding: 0 15px;
		border-radius:3px;
        font-size: 14px; 
        line-height: 41px;
    }
}

