@charset "UTF-8";

/*------------------------------------------
    Movie Detail
-------------------------------------------*/
#header,
#footer,
div.cautionTitle,
p.caution,
body {
	display: none;
}
body {
	background: #000;
}
#wrapper {
	width: 1120px;
	margin: 0 auto;
}

div.movie-vr-detail {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	height: -webkit-fill-available;
	z-index: 1000;
}
div.movie-vr-detail iframe {
	width: 100%;
	height: 100%;
}
