.history  {

}
.history .inner_1280 {
	display: block;
	width: 100%;
	max-width: 1430px;
	padding: 0 15px;
	margin: 0 auto;
}
.history .inner_1280 h4 {
	display: block;
	margin-bottom: 40px;
	text-align: center;
	font-size: 52px;
	font-weight: 900;
	font-family: "Paperlogy";
}

.history .inner_1280 .swiper .swiper-slide .img {
	display: block;
	margin: 0 auto;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.history .inner_1280 .swiper .swiper-slide .img img {
	display: block;
	margin: 0;
	width: 100%;
}

@media(max-width: 1024px) {
	.history .inner_1280 h4 {
			font-size: 32px;
		}
}