.banner {
	background-color: #f2f7ff;
	height: 546px;
	letter-spacing: 1px
}

.banner h1 {
	font-size: 44px;
	color: #041234
}

.banner h1 .admate-x {
	position: relative;
	margin-right: 15px
}

.banner h1 .admate-x:after {
	position: absolute;
	right: -17px;
	content: "X";
	font-size: 25px;
	top: -4px
}

.banner p {
	font-size: 20px;
	color: #464a5f;
	margin: 0
}

.banner p:first-of-type {
	margin-bottom: 5px
}

.banner .btn {
	width: 166px;
	height: 52px;
	color: #fff;
	font-size: 18px;
	background-color: #fe0101;
	font-weight: 700;
	border-radius: 6px;
	text-decoration: none;
	margin-top: 32px
}

.banner .banner-inner,
.banner .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.banner .banner-inner {
	width: 1280px;
	height: 100%;
	margin: 0 auto
}

.banner .info {
	margin-right: 2.6087vw
}

.banner .img-wrap {
	position: relative;
	width: 50%;
	height: 100%
}

.banner .img-wrap div {
	width: 190px;
	position: absolute
}

.banner .img-wrap div img {
	display: block;
	width: 100%;
	height: auto
}

.banner .img-wrap div:first-of-type {
	top: 64px;
	left: 245px
}

.banner .img-wrap div:nth-of-type(2) {
	top: 192px;
	left: 378px
}

.banner .img-wrap div:nth-of-type(3) {
	top: 328px;
	left: 245px
}

.banner .img-wrap div:nth-of-type(4) {
	top: 192px;
	left: 116px
}

.content-item:nth-of-type(odd) {
	background-color: #f2f7ff
}

.content-item h1 {
	margin: 0;
	font-size: 40px;
	color: #041234;
	text-align: center
}

.content-item h1 .admate-x {
	position: relative;
	margin-right: 15px
}

.content-item h1 .admate-x:after {
	position: absolute;
	right: -17px;
	content: "X";
	font-size: 25px;
	top: -4px
}

.content-1 {
	padding-bottom: 60px
}

.content-1 h1 {
	padding: 60px
}

.content-1 img {
	width: 1063px;
	display: block;
	height: auto;
	margin: 0 auto
}

.content-1 h3 {
	font-size: 24.35px;
	color: #0687ff;
	margin-top: 0
}

.content-1 h3,
.content-1 p {
	text-align: center
}

.content-2 {
	padding-bottom: 60px
}

.content-2 h1 {
	padding: 60px 0
}

.content-2 .img-wrap {
	display: grid;
	width: 1139px;
	margin: 0 auto;
	grid-template: 1fr 1fr/1fr 1fr;
	-webkit-box-align: top;
	-ms-flex-align: top;
	align-items: top;
	justify-items: top;
	place-items: top;
	justify-items: center;
	grid-gap: 50px 0;
	gap: 50px 0
}

.content-2 .img-wrap img {
	width: 326px
}

.content-2 .img-wrap .gs_reveal:nth-of-type(4) {
	width: 330px
}

.content-2 .img-wrap .gs_reveal:nth-of-type(4) img {
	margin-top: 69px
}

.content-3,
.content-4,
.content-5 {
	padding-bottom: 60px
}

.content-3 h1,
.content-4 h1,
.content-5 h1 {
	padding: 60px;
	margin: 0
}

.content-3 img,
.content-4 img,
.content-5 img {
	display: block;
	margin: 0 auto
}

.content-3 .last-img,
.content-4 .last-img,
.content-5 .last-img {
	position: relative;
	left: -18px
}

.content-3 .tranform-left,
.content-4 .tranform-left,
.content-5 .tranform-left {
	position: relative;
	left: -40px
}

.content-3 img:not(:last-of-type) {
	margin-bottom: 0
}

.content-4 img:first-of-type {
	margin-bottom: 30px
}