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

.main_B1_7 .container_fix {
    display: flex;
    max-width: 1510px;
}

.main_B1_7 .main_B1_7_box {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.main_B1_7 .main_B1_7_titlebox {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    text-align: center;
}

.main_B1_7 .main_B1_7_titlebox h2.widget_froala {
    font-weight: bold;
    font-size: 47px;
    line-height: 62px;
    color: white;
    position: relative;
    width: 100%;
}

.main_B1_7 .main_B1_7_titlebox .widget_froala.text {
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    color: white;
    display: block;
}

.main_B1_7 .link_cont {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 50px;
}

.main_B1_7 .link_cont .link_box {
    padding: 15px 10px;
    border-radius: 10px;
    width: auto;
    min-width: 120px;
    text-align: center;
}

.main_B1_7 .link_cont .link_box:hover {
    filter: brightness(1.2);
}

.main_B1_7 .link_cont .link_box p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.main_B1_7 .link_cont .link_box:nth-child(1) {
    background-color: #0c0c0c;
    color: white;
    border-radius: 6px;
}

.main_B1_7 .link_cont .link_box:nth-child(2) {
    background-color: white;
    color: var(--main-btn-font-point-color);
}

@media (max-width: 991px) {
    .main_B1_7 .main_B1_7_box {
        margin-top: 24px;
        gap: 40px;
    }

    .main_B1_7 .main_B1_7_titlebox {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 25px;
        width: 100%;
    }

    .main_B1_7 .main_B1_7_titlebox h2.widget_froala {
        font-size: 31.5px;
        line-height: 40px;
    }

    .main_B1_7 .main_B1_7_titlebox .widget_froala.text {
        font-size: 15px;
        line-height: 23px;
    }

    .main_B1_7 .link_cont .link_box {
        padding: 15px 20px;
        border-radius: 5px;
        min-width: 116.5px;
    }

    .main_B1_7 .link_cont .link_box p {
        font-size: 15px;
        font-weight: 400;
        text-align: center;
    }
}
