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

.SLBN3 .banner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.SLBN3 .text_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    white-space: nowrap;
    gap: 20px;
    padding: 110px 0;
    text-align: center;
}

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

.SLBN3 .text_box .title{
    font-size: 30px;
    color: #6b6560;
    font-weight: 600;
    word-break: keep-all;
}

.SLBN3 .text_box .subtitle{
    font-size: 17px;
    color: #6b6560;
    word-break: keep-all;
}

.SLBN3 .imgbox:nth-of-type(2) .text_box .title{
    color: #6b6560;
}

.SLBN3 .imgbox:nth-of-type(2) .text_box .subtitle{
    color: #6b6560;
}

@media (max-width:991px){

    .SLBN3 .banner {
        justify-content: flex-start;
    }

    .SLBN3 .text_box {
        padding: 55px 0;
        gap: 5px;
    }

    .SLBN3 .text_box .title{
        font-size: 23px;
        color: #6b6560;
        font-weight: 600;
        margin-bottom: 14px;
    }

    .SLBN3 .text_box .subtitle{
        font-size: 13.5px;
        color: #6b6560;
    }

    .SLBN3 .swiper {
        z-index: 2;
    }

    .SLBN3 .swiper-pagination-bullet-active {
        background: #fff;
    }
}