﻿.black_box{
	position: fixed;
	width:100%;
	height: 200%;
	z-index: 9999999;
	background-color: rgba(0,0,0,0.90);
	display: none;
}

.movie_wrap{
	position:relative;
	width:90%;
	padding-top:10%;
	color:#fff;
	margin:0 auto;
}

.big_title{
	text-align: center;
	margin-bottom:2em;
}

.big_title p{
	font-size:1.6em;
	
}

.big_title span{
	font-size:0.625em;
}

.moviebox{
	position: relative;
	width:90%;
	margin:0 auto;
}

.tab_bar{
	width:100%;
	height:1.4em;
}


.tab_bar li{
	box-sizing: border-box;
	border:1px solid #be8d62;
	width:50%;
	float:left;

}

.tab_bar li a{
	color: #fff;
	text-align: center;
	display:block;
	font-size:0.628em;
	padding:0.525em;
}

.vd_btn_on{
	background-color: #be8d62;
}

#tabBox{
	position: relative;
	margin-top: 2em;
	height:100%;
	background-color: #666;

}

#youTubePlayer2{
	display:none;
}


.close_btn{
	width:90%;
	margin:0 auto;
	margin-top:2em;
	background-color: #be8d62;
	text-align: center;
	font-size:1em;
	padding:0.5em;
	cursor: pointer;
	
}