@charset "utf-8";

.sample-slider{
	width: 90%;
	padding-bottom: 30px;
}
.sample-slider img{
    width: 100%;
}
.sample-slider [class^="swiper-button-"]::after{
	font-size: 40px;
	color: #0068B7;
}
.sample-slider [class^="swiper-button-"]{
    width: 30px;
}
.sample-slider .swiper-pagination-bullet{
	width: 20px;
	height: 20px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 10px !important;
	margin-bottom: 0;
	margin-left: 10px !important;
}
