@charset "UTF-8";
/* CSS Document */
/* movieArea */
.movieArea {
	background-image: url("../img/process/move.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: all 0.3s;
	text-align: center;
}
.movieArea a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #FFF;
	text-align: center;
}
.movieArea:hover {
	background-image: url("../img/process/move02.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.movieArea a .move_btn {
	width: 180px;
	margin: 0 auto;
	padding: 15vh 0;
}
.modal-video {
	background-color: rgba(0,0,0,0.85);
}

@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 767px) {
/*movieArea*/
	.movieArea {
		height: 360px;
	}	
}
@media screen and (max-width: 600px) {
/*movieArea*/
	.movieArea {
		height: 300px;
	}	
	.movieArea a .move_btn {
		width: 120px;
	}
}
@media screen and (max-width: 500px) {
	.privacyArea01 .inner {
		padding: 50px 20px 0;
	}
}
@media screen and (max-width: 400px) {
/*movieArea*/
	.movieArea {
		height: 260px;
	}	
}