#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%;
}
.cvBox,
.movieBox{
	position: relative;
}

.movieBox .movie01{
	position: absolute;
	width: 32.5%;
	right: 0;
	top: 28.3%;
}

.cvBox{
	background: url("../img/cv_bg.jpg") repeat-y;
	background-size: 100%;
	padding-bottom: 1%;
}
.cvBox ul.offerTxt{
	width: 85%;
	margin: 0 auto 20px;
}
.cvBox .btn01{
	width: 85%;
	margin: 0 auto;
}

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