@charset "UTF-8";
/*
	@description: 라이브러리 스타일 오버라이드
*/


/*
swipe
*/
/*slide-swipe*/
.swiper-wrapper .swiper-slide {
	width: auto;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: top;
	-webkit-align-items: top;
	align-items: top;
}

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

/*페이지네이션 컨텐츠 밖으로*/
.pagin-bottom .swiper-wrapper {
	padding-bottom: 2rem;
}

.pagin-bottom.swiper-container-horizontal>.swiper-pagination-bullets,
.pagin-bottom .swiper-pagination-custom,
.pagin-bottom .swiper-pagination-fraction {
	bottom: 0;
}

/*패딩값*/
.basic-swiper.swiper-container,
.basic-swiper2.swiper-container {
	padding: 1rem !important;
}

.fastEventSwiper {
	position: relative;
	margin-bottom: 25px;
}

.fastEventSwiper .swiper-wrapper .swiper-slide {
	align-items: center;
}

.fastEventSwiper .swiper-wrapper .swiper-slide .img {
	position: relative;
	overflow: hidden;
	padding-top: 111%;
	width: 100%;
}

.fastEventSwiper .swiper-wrapper .swiper-slide img {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.fastEventSwiper .swiper-pagination-bullet {
	background-color: #d1d1d1;
	opacity: 1;
}

.fastEventSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #9d9d9d;
}

.fastEventSwiper .swiper-pagination {
	bottom: 15px !important;
}

.fastEventSwiper .swiper-notification {
	display: none;
}


