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

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

.main_sb22 * {
    line-height: 1;
}

/* 기본 세팅 */
.main_sb22 .sb_banner_wrap {
    position: relative;
    display: block;
}

.main_sb22 .sb_banner_wrap .content_container {
    display: flex;
    gap: 22px;
}

.main_sb22 .sb_banner_wrap .content_container .cont {
    width: calc((100% - 44px) / 3);
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.main_sb22 .sb_banner_wrap .content_container .cont img {
    display: inline-block;
    margin: 0 auto;
}

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

    /* 텍스트 설정 */
	.main_sb22 .sb_banner_wrap .swiper {
		z-index:3;
        padding-right: 15px;
	}
    .main_sb22 .sb_banner_wrap .swiper-slide {
        border-radius: 5px;
        overflow: hidden;
    }

    .main_sb22 .sb_banner_wrap .swiper-slide img {
        display: inline-block;
        margin: 0 auto;
    }
}