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

.SLBN7 .imgbox {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 130px;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.SLBN7 .text_box {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    width: 100%;
}

.SLBN7 .text_box .title {
    padding-top: 22px;
    font-size: 28px;
    color: #676663;
    font-weight: 600;
    word-break: keep-all;
    text-align: center;
}

.SLBN7 .text_box .title span {
    color: #222222;
    font-weight: 700;
}

@media (max-width:991px){
    .SLBN7 .imgbox {
        min-height: 77px;
        border-radius: 3px;
    }

    .SLBN7 .text_box .title {
        padding-top: 11px;
        font-size: 15px;
    }
}