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

.cvBox,
.movieBox{
	position: relative;
}

.movieBox .movie01{
	position: absolute;
	width: 49%;
	right: 0;
	top: 42%;
}
.movieBox .movie02{
	position: absolute;
	width: 25.8%;
	left: 0;
	top: 62.85%;
}
.movieBox .movie03{
	position: absolute;
	width: 50%;
	left: 0;
	top: 7.8%;
}
.movieBox .movie04{
	position: absolute;
	width: 33.5%;
	left: 33.2%;
	top: 0;
}
.movieBox .movie05{
	position: absolute;
	width: 38.9%;
	right: 26.6%;
	top: 46.1%;
}

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

.cvBox .btn01{
	width: 88%;
	margin: 0 auto;
}


.movieBox .iconAni01{
	position: absolute;
	width: 28%;
	top: -1%;
	left: 6%;
}
