#contents {
	text-align: center;
	margin: 0;
	width: 100%;
}

#wrapper{
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}

#contents img{
	width:100%;
}

video{
	display: block;
	width: 100%;
}

.movieBox{
	position: relative;
}

.movieBox .movieCv,
.movieBox .movie01,
.movieBox .movie02{
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.movieBox .movie01{
	top: 24.95%;
	width: 93.4%;
}
.movieBox .movie02{
	top: 0.8%;
	width: 91%;
}

.movieBox .movieCv{
	top: 43.5%;
	width: 84%;
}
.cvBox{
	background: url("../img/cv_bg.jpg") repeat-y;
	background-size: 100%;
}
.cvBox ul.offerTxt{
	width: 85%;
	margin: 0 auto 20px;
}
.cvBox .btn{
	width: 85%;
	margin: 0 auto;
}

.movieBox .iconAni{
	position: absolute;
	margin: 0 auto;
	width: 33%;
	left: 0;
	right: 0;
	top: 65%;
}

.slideImage01{
	display: block;
	width: 100%;
	overflow: hidden;
	background: url("../img/slide01.jpg") repeat-x;
	background-size: cover;
	padding: 10.7% 0;
	animation: slide01 120s linear infinite;
}
@keyframes slide01{
	from {
		background-position: 0  0;
	}
	to {
		background-position: -1000% 0;
	}
}