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

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

/* 기본 세팅 */
.main_sb17 .banner_wrap {
    position: relative;
    display: block;
}
.main_sb17 .banner_wrap img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
    overflow: hidden;
}
.main_sb17 h2.title {
    line-height: 1.33;
    font-weight: 700;
    font-size: 40px;
	margin-bottom:38px;
}

/* 슬라이드 세팅 */
.main_sb17 .banner_wrap .swiper {
    margin: 0 13px;
}
.main_sb17 .banner_wrap .swiper .swiper-slide {
    transform: scale(0.87);
    transition: .3s;
}
.main_sb17 .banner_wrap .swiper .swiper-slide-active {
    transform: scale(1);
    transition: .3s;
}

/* 슬라이드 네비게이션 */
.main_sb17 .banner_wrap .swiper_btn {
    width: 63px;
    height: 63px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15);
	transform:translateY(-11px);
}
.main_sb17 .banner_wrap .swiper_btn::after {
    display: none;
}
.main_sb17 .banner_wrap .swiper_btn > img {
    width: auto;
    height: auto;
	user-select: none;
}
.main_sb17 .banner_wrap .swiper-button-prev {
    left:29.7%;
}
.main_sb17 .banner_wrap .swiper-button-next {
    right:29.7%;
}

.main_sb17 .banner_wrap .swiper-pagination {
	bottom:29px;
}
.main_sb17 .banner_wrap .swiper-pagination-bullet {
	width:10px;
	height:10px;
	margin:0 10px !important;
	background:#cccccc;
	opacity:1;
}
.main_sb17 .banner_wrap .swiper-pagination-bullet-active {
	/*background: #235cf5*/
	background: #4a367b
}

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

/* 타이틀 */
.main_sb17 .banner_wrap .banner_text_container .title,
.main_sb17 .banner_wrap .banner_text_container .title p {
    color: #1b1b1b;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}
.main_sb17 .banner_wrap .banner_text_container .title {
    margin: 20px 0 10px;
}

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

/* 링크 */
.main_sb17 .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_sb17 .banner_wrap .banner_text_container .more_link:hover {
    background-color: #010101;
    color: #fff;
    transition: .3s;
}

@media (max-width: 991px) {
	.main_sb17 h2.title {
		font-size:26px;
		margin-bottom:20px;
	}
    /* 슬라이드 세팅 */
    .main_sb17 .banner_wrap .swiper {
        margin: 0;
    }
    .main_sb17 .banner_wrap .swiper .swiper-slide {
        transform: scale(1);
    }
    .main_sb17 .banner_wrap .swiper .swiper-slide-active {
        transform: scale(1);
    }

    /* 슬라이드 페이지네이션 */
    .main_sb17 .banner_wrap .swiper-pagination {
        bottom: 10px;
        left: 50%;
        display: flex;
        gap: 0;
        transform: translateX(-50%);
		justify-content:center;
    }
    .main_sb17 .banner_wrap .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background-color: #666;
        opacity: 0.5;
		margin:0 6px !important;
    }
    .main_sb17 .banner_wrap .swiper-pagination-bullet-active {
        background-color: #4a367b;
        opacity: 1;
    }

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

    /* 타이틀 */
    .main_sb17 .banner_wrap .banner_text_container .title,
    .main_sb17 .banner_wrap .banner_text_container .title p {
        font-size: 14px;
        line-height: 22px;
    }
    .main_sb17 .banner_wrap .banner_text_container .title {
        margin: 15px 0 12px;
    }

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

    /* 링크 */
    .main_sb17 .banner_wrap .banner_text_container .more_link {
        padding: 9px 27px;
        font-size: 12px;
        border-radius: 19px;
    }
}