@charset "utf-8";

.layer_overlay {display:block; position:fixed; top:0; left:0; width:100%; height:100%; z-index:1600; background:rgba(0,0,0,.75);}

.player_layer {position:fixed; top:0; left:0; width:100%; height:100%; z-index:1602;}
.player_layer .main_layer_youtube_wrap {position:absolute; z-index:1602; background:#000; border-left:5px solid #000; border:5px solid #000; border-top:40px solid #000;width:1280px; top:50%; margin-left:-640px; margin-top:-380px; left:50%}
.player_layer .main_layer_youtube_wrap > .bg_img {width:100%; height:auto}
.player_layer .main_layer_youtube_wrap .notice {position:absolute; top:-40px; left:15px; color:#fff; font-size:20px; font-weight:bold; line-height:40px;}
.player_layer .main_layer_youtube_wrap .notice:before {display:inline; vertical-align:middle; padding-right:10px; content:"\25B6"; color:#fff; font-size:16px; font-weight:bold;}
.player_layer .main_layer_youtube_wrap .notice a:hover,
.player_layer .main_layer_youtube_wrap .notice a:active,
.player_layer .main_layer_youtube_wrap .notice a,
.player_layer .main_layer_youtube_wrap .notice a:visited {color:#fff;}
.player_layer .main_layer_youtube_wrap .notice a {font-size:20px; font-weight:bold; line-height:40px;}
.player_layer .player_wrap {width:100%; height:100%; position:absolute; top:0}
.player_layer .player_wrap iframe {display:block; width:100%; height:100%;}
.player_layer .player_wrap object {width:100%; height:100%;}
.player_layer .main_layer_close {position:absolute; width:20px; height:20px; background:url(btn_x.png) no-repeat; background-size:100% 100%; text-indent:-9999px; top:-30px; font-size:0;right:10px;}

@media(max-width:1320px) {
  .player_layer .main_layer_youtube_wrap {width:90%; margin-left:-45%;}
}
@media (max-width:980px){
  .player_layer .main_layer_youtube_wrap {border:3px solid #000; border-top:25px solid #000}
  .player_layer  .main_layer_close {width:15px; height:15px; top:-20px; right:5px}
  .player_layer .main_layer_youtube_wrap .notice {font-size:15px; line-height:25px; top:-25px;}
  .player_layer .main_layer_youtube_wrap .notice:before {font-size:12px; padding-right:7px;}
  .player_layer .main_layer_youtube_wrap .notice a {font-size:15px; line-height:25px;}
}
@media(max-width:480px) {
  .player_layer .main_layer_youtube_wrap .notice {left:7px; font-size:13px;}
  .player_layer .main_layer_youtube_wrap .notice a {font-size:13px;}
  .player_layer .main_layer_youtube_wrap .notice:before {font-size:10px; padding-right:7px;}

}