@charset "utf-8";
/* AI Section Swiper Styles */

#ai-certify {
	position: relative;
	width: 100%;
	margin: 30px auto;
}

#ai-certify .swiper-container {
}

#ai-certify .swiper-slide {
	width: 520px;
	height: 300px;
	background: #fff;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

#ai-certify .swiper-slide img {
	display: block;
	width: 100%;
	height: 300px;
	object-fit: cover;
}

#ai-certify .swiper-slide p {
	line-height: 24px;
	padding: 20px;
	text-align: left;
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	font-style: normal;
	margin: 0;
	background-color: rgb(0,0,0,0.5);
	position: absolute;
	bottom: 0;
}

#ai-certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#ai-certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#ai-certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #315DF7;
	background-color: #fff;
}

#ai-certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../../images/ai-features/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}
#ai-certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#ai-certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../../images/ai-features/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#ai-certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
