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

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

.main_sb16 * {
    line-height: 1;
}

/* 기본 세팅 */
.main_sb16 .banner_wrap {
    position: relative;
    display: block;
}
.main_sb16 .banner_wrap .container_fix {
    display: flex;
    gap: 30px;
}
.main_sb16 .banner_wrap .container_fix > div,
.main_sb16 .banner_wrap .container_fix > a {
    position: relative;
    display: block;
    width: calc((100% - 60px) / 3);
}
.main_sb16 .banner_wrap img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    object-fit: cover;
    overflow: hidden;
}

/* 텍스트 설정 */
/* 서브타이틀(사용X) */
.main_sb16 .banner_wrap .banner_text_container .subtitle,
.main_sb16 .banner_wrap .banner_text_container .subtitle p {
    color: #1b1b1b;
    font-size: 18px;
    font-weight: 300;
}
.main_sb16 .banner_wrap .banner_text_container .subtitle {
    margin-bottom: 20px;
}

/* 타이틀 */
.main_sb16 .banner_wrap .banner_text_container .title,
.main_sb16 .banner_wrap .banner_text_container .title p {
    color: #1b1b1b;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}
.main_sb16 .banner_wrap .banner_text_container .title {
    margin: 13px 0 -2px;
}

/* 텍스트 */
.main_sb16 .banner_wrap .banner_text_container .text,
.main_sb16 .banner_wrap .banner_text_container .text p {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
/* .main_sb16 .banner_wrap .banner_text_container .text {
    margin-bottom: 50px;
} */

/* 링크(사용X) */
.main_sb16 .banner_wrap .banner_text_container .more_link {
    display: inline-block;
    padding: 20px 50px;
    background-color: #fff;
    color: #010101;
    font-size: 16px;
    font-weight: 500;
    border-radius: 28px;
    transition: .3s;
}
.main_sb16 .banner_wrap .banner_text_container .more_link:hover {
    background-color: #010101;
    color: #fff;
    transition: .3s;
}

@media (max-width: 991px) {
    /* 기본 설정 */
    .main_sb16 .banner_wrap {
        padding-left: 15px;
    }
    .main_sb16 .banner_wrap .container_fix {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        z-index: 3;
    }

    /* 텍스트 설정 */
    .main_sb16 .banner_wrap .swiper-slide {
        display: block;
    }
    .main_sb16 .banner_wrap .container_fix > div.banner_text_container {
        position: static;
        transform: none;
    }

    /* 서브타이틀(사용X) */
    .main_sb16 .banner_wrap .banner_text_container .subtitle,
    .main_sb16 .banner_wrap .banner_text_container .subtitle p {
        font-size: 12px;
    }
    .main_sb16 .banner_wrap .banner_text_container .subtitle {
        margin-bottom: 10px;
    }

    /* 타이틀 */
    .main_sb16 .banner_wrap .banner_text_container .title,
    .main_sb16 .banner_wrap .banner_text_container .title p {
        font-size: 16px;
        line-height: 22px;
		font-weight:500;
    }
    .main_sb16 .banner_wrap .banner_text_container .title {
        margin: 14px 0 7px;
    }

    /* 텍스트 */
    .main_sb16 .banner_wrap .banner_text_container .text,
    .main_sb16 .banner_wrap .banner_text_container .text p {
        font-size: 14px;
        line-height: 19px;
    }
    /* .main_sb16 .banner_wrap .banner_text_container .text {
        margin-bottom: 35px;
    } */

    .main_sb16 .banner_wrap img {
        border-radius: 9px;
    }

    /* 링크(사용X) */
    .main_sb16 .banner_wrap .banner_text_container .more_link {
        padding: 9px 27px;
        font-size: 12px;
        border-radius: 19px;
    }
}