@charset "utf-8";

body, html
{
	height: 100%;
}

body
{
	min-width: 1080px;
}

#movieSection
{
	max-width: none;
	height: 902px;
	box-sizing: border-box;
	overflow: hidden;
	background: none;
}

#movieSection div.container
{
	/* Offset */
	margin-left: 0;
	padding-top: 0;
	background-color: #fff;
	transition: none;
	-webkit-transition: none;
	
	height: 100%;
	position: relative;
	background: url(../img/contents/img_movie.jpg) 50% 50% no-repeat ;
	background-size: cover;
}

#movieSection div.container div.backgroundMovie
{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

#movieSection div.container div.backgroundMovie video
{
	position: absolute;
}





.bannerDl
{
	top: 88px;
}

.bannerDl.fix
{
	position: fixed;
	top: 56px;
}
