html,body {
	height: 100%;
}


* html .layer_board_bg,
* html .layer_board {
	position: absolute;
}

.layer_board_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	
	z-index: 1000;
	
	top: 0;
	left: 0;
	
	display: none;
	cursor: pointer;
	background: #000;
}

.layer_board {
	display: none;
	width:600px;
	position: fixed;
	left: 50%;
	top:10%;
	margin: 10px 0px 0px -300px;
	text-align: center;
	z-index: 2000;
}

.layer_board .top_movie {
	min-width:600px;
}

.layer_board .top_movie img {
width: 100%;
}


a.btn_close  {
    position: absolute;
    right: -17px;
    top: -17px;
    cursor: pointer;
    transition: opacity 0.25s linear;
				z-index: 2001;
				width: 35px;
				height: 35px;
				display: block;
}

a.btn_close:hover{ opacity: 0.7; }

/*@media only screen and (min-width: 375px) and (max-width: 1050px) {
.layer_board {
	display: none;
	width:365px;
	position: fixed;
	left: 50%;
	top:15%;
	margin: 50px 0px 0px -182px;
	text-align: center;
	z-index: 2000;
}


.layer_board .top_movie {
	min-width: inherit;
}

.layer_board img {
	width:100%;
}


}*/


@media screen and (max-width: 768px) {
.layer_board {
	display: none;
	width:300px;
	position: fixed;
	left: 50%;
	top:15%;
	margin: 50px 0px 0px -150px;
	text-align: center;
	z-index: 2000;
}

.layer_board .top_movie {
	min-width: inherit;
}



.layer_board img {
	width:100%;
}


a.btn_close  {
    position: absolute;
    right: 5px;
    top: -17px;
    cursor: pointer;
    transition: opacity 0.25s linear;
				z-index: 2001;
				width: 30px;
				height:30px;
				display: block;
}
}



