.swiper-container {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	max-width: 900px;
	top:60px;
}

.swiper-container .swiper-slide > img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/* swiper 下方循環 */
.swiper {
	width: 100%;
}

section	.nav > li > a {
	font-size: 18px !important;
}

