html,
body{margin:0; height:100%; background:#000;}
video{ width:85%;}
.popWin{border:0px solid #f00;}
.pop_wrap{position:relative; border:0px solid #000;width:100%;}
.pop_wrap section{text-align:center;}

/**************  동영상 페이지 좌우 버튼  *************/
.btn_mov{position:absolute; top:50%; z-index:9999;}
.btn_mov a{font-size:42px; color:rgba(255,255,255,.4);}
.btn_mov a:hover{color:rgba(255,255,255,1);}
.btn_left{top:40%; left:2%;}
.btn_right{top:40%; right:2%;}
.btn_home{position:absolute; z-index:100; top:20px; left:10%;}
.btn_home img{width:80%;}
.btn_home a{opacity: .7;}
.btn_home a:hover{opacity: 1;}