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

.SLBN1 .container_fix > a {
    display: block;
    border-radius: 5px;
    overflow: hidden;
}

.SLBN1 .container_fix > a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width:991px) {
    .SLBN1 .container_fix {
        padding: 0;
        display: block;
    }

    .SLBN1 .container_fix  img {
        width: 100%;
    }
}

/*
.SLBN1 .text_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    white-space: nowrap;
    gap: 5px;
    padding: 50px 0 50px 150px;
}

.SLBN1 .link_box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.SLBN1 .text_box .title{
    font-size: 32px;
    color: #1b1b1b;
    font-weight: 500;
    word-break: keep-all;
}

.SLBN1 .text_box .subtitle{
    font-size: 20px;
    color: #1b1b1b;
    word-break: keep-all;
}

@media (max-width:991px){

    .SLBN1 .text_box {
        padding: 30px 0 30px 130px;
    }

    .SLBN1 .text_box .title{
        font-size: 18px;
        color: #1b1b1b;
        font-weight: 500;
    }

    .SLBN1 .text_box .subtitle{
        font-size: 14px;
        color: #1b1b1b;
    }
}
    */