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

.QU5 .background_box {
    position: relative;
    width: 100%; 
    height: 520px;
    padding: 112px 0;  
    color: #fff; 
    text-align: center; 
    border-radius: 20px; 
    z-index: 2;
}

.QU5 .title_box {
    display: inline-flex;
    flex-direction: column;
}

.QU5 h2.title {
    width: auto;
    display: inline-block;
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 18px;
}

.QU5 h3.subtitle {
    width: auto;
    display: inline-block;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 6px;
}

.QU5 .link_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 47px;
}
.QU5 a.btn_link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 38px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 28px;
}
.QU5 a.btn_link:hover {
    background-color: #fff;
    color: #7f7065;
}
.QU5 .link {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:991px) {
    .QU5 .background_box {
        border-radius: 23px;
    }
    .QU5 h2.title {
        font-size: 32px;
    }
    .QU5 h3.subtitle {
        margin-bottom: 0;
        font-size: 15px;
    }

    .QU5 .link_box {
        margin-top: 40px;
    }

    .QU5 a.btn_link {
        font-size: 15px;
        padding: 12px 30px;
    }
}