.info_view1 {
	width: 100%;
	height: 100vh;
	min-height: 870px;
	position: relative;
	background: #ebf0fd;
}

.info_box1 {
	width: 1200px;
	height: 670px;
	background: url("../image/service/1.png") no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%,50%);
}

.info_view2 {
	width: 100%;
	height: 100vh;
	min-height: 760px;
	position: relative;
}

.info_box2 {
	width: 1200px;
	height: 560px;
	background: url("../image/service/2.png") no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%,50%);
}

.info_view3 {
	width: 100%;
	height: 100vh;
	min-height: 821px;
	position: relative;
	background: #ebf0fd;
}

.info_box3 {
	width: 1197px;
	height: 621px;
	background: url("../image/service/3.png") no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%,50%);
}

.info_view4 {
	width: 100%;
	height: 100vh;
	min-height: 717px;
	position: relative;
}

.info_box4 {
	width: 1200px;
	height: 517px;
	background: url("../image/service/4.png") no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%,50%);
}

.info_view5 {
	width: 100%;
	height: 100vh;
	min-height: 746px;
	position: relative;
	background: #ebf0fd;
}

.info_box5 {
	width: 1200px;
	height: 546px;
	background: url("../image/service/5.png") no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%,50%);
}