section#main{
	width: 84%;
	max-width: 1380px;
	margin: 50px auto 0;
}
section#main div.swiper-slide img{
	width: 100%;
	/*box-shadow: 0px 0px 15px -5px #777777;*/
	border-radius: 10px;
}
section#contents{
	padding: 50px 0;
}
section#contents ul{
	width: 94%;
	max-width: 1080px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
section#contents ul li{
 	padding: 5px;
    background-color: #0079bd;
    background-image: linear-gradient(180deg, #0079bd 0%, #00d2c7 100%);
	border-radisu: 100%;
	width: 23%;
	text-align: center;
	border-radius: 15px;
}
section#contents ul li img{
	width: 55%;	
}
section#contents ul li:hover{
	background-color: #0079bd;
    background-image: linear-gradient(90deg, #0079bd 0%, #00d2c7 100%);
}
section#contents ul li a{
	display: block;
	border: dashed 1px #fff;
	padding: 10px;
	border-radius: 13px;
}
section#contents ul li a span{
	display: block;
	background: rgba(255,255,255,.8);
	margin: 10px 0 5px;
	border-radius: 5px;
	padding: 5px 0;
	font-size: 1.1rem;
}
main{
	min-height: 400px;
	padding: 60px 0 100px;
}
footer {
	width: 100%;
	position: fixed;
	bottom: 0;
}