@charset "utf-8";
/*
(주)파이브센스_FIVESENSES.Corp.

본 라이브러리(라이브러리 소스코드)는 (주)파이브센스의 자산입니다.
무단으로 외부로 유출 및 일시 반출을 할 경우 손해배상 책임 및 민사/형사적 책임이 있습니다.
*/

.main_sb16 * {
    line-height: 1;
}

/* 기본 세팅 */
.main_sb16 .sb_banner_wrap {
    position: relative;
    display: block;
}
.main_sb16 .sb_banner_wrap .title_container {
    margin-bottom: 40px;
}

.main_sb16 .sb_banner_wrap .title_container .bannertitle {
    color: #222222;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
}
.main_sb16 .sb_banner_wrap .cont_container {
    display: flex;
    gap: 25px;
    background-color: #fff;
}
.main_sb16 .sb_banner_wrap .cont_container > div,
.main_sb16 .sb_banner_wrap .cont_container > a {
    position: relative;
    display: block;
    width: calc((100% - 75px) / 4);
    border-radius: 5px;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
.main_sb16 .sb_banner_wrap img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* 텍스트 설정 */
.main_sb16 .sb_banner_wrap .banner_text_container {
    padding: 35px 30px 30px;
}

/* 서브타이틀 */
.main_sb16 .sb_banner_wrap .banner_text_container .subtitle,
.main_sb16 .sb_banner_wrap .banner_text_container .subtitle p {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}
.main_sb16 .sb_banner_wrap .banner_text_container .subtitle {
    margin-bottom: 15px;
}

/* 타이틀 */
.main_sb16 .sb_banner_wrap .banner_text_container .title,
.main_sb16 .sb_banner_wrap .banner_text_container .title p {
    color: #676663;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
}

.main_sb16 .sb_banner_wrap .banner_text_container .title span {
    color: #222;
    font-weight: 700;
}

@media (max-width: 991px) {
    /* 기본 설정 */
    .main_sb16 .sb_banner_wrap {
        padding-left: 15px;
    }

    .main_sb16 .sb_banner_wrap .title_container {
        margin-bottom: 25px;
    }

    .main_sb16 .sb_banner_wrap .title_container .bannertitle {
        font-size: 20px;
    }

    /* 텍스트 설정 */
    .main_sb16 .sb_banner_wrap .swiper {
        padding: 15px 15px 15px 0;
    }
    .main_sb16 .sb_banner_wrap .swiper-slide {
        display: block;
        border-radius: 5px;
        box-shadow: 0 0 11px rgba(0, 0, 0, 0.05);
        overflow: hidden;
    }

    .main_sb16 .sb_banner_wrap .banner_text_container {
        padding: 15px 15px 25px;
    }

    /* 서브타이틀 */
    .main_sb16 .sb_banner_wrap .banner_text_container .subtitle,
    .main_sb16 .sb_banner_wrap .banner_text_container .subtitle p {
        font-size: 14px;
    }

    /* 타이틀 */
    .main_sb16 .sb_banner_wrap .banner_text_container .title,
    .main_sb16 .sb_banner_wrap .banner_text_container .title p {
        font-size: 17px;
        line-height: 25px;
    }
}