/*
Author : 박희정
Version : 1.0
*/

/* Common */
.fontGray777 {color:#777 !important;}
.fontRed2 {color:#ff0000 !important;}

/* Player */
div.box_player .movie {position:relative;}
div.box_player .movie .border {position:absolute; height:100%; border:1px solid rgba(255, 255, 255, 0.3); }
div.box_player .movie .mainPlay {position:absolute; left:50%; top:50%; z-index:2; width:84px; height:84px; margin:-42px 0 0 -42px;}
div.box_player .movie .popup {background-position:0 -439px; position:absolute; right:10px; top:10px; z-index:2; width:40px; height:38px;}
div.box_player .movie .box_ad {position:absolute; bottom:0; left:50%; width:600px; display:block; height:70px; background:#777; margin-left:-300px}
div.box_player .movie .box_ad .btn_close {position:absolute; top:5px; right:5px}
div.box_player .box_control {zoom:1; border-bottom-left-radius:2px; border-bottom-right-radius:2px; -moz-border-bottom-left-radius:2px; -moz-border-bottom-right-radius:2px; -webkit-border-bottom-left-radius:2px; -webkit-border-bottom-right-radius:2px; border:1px solid #cecece; behavior: url(/front/js/PIE.htc); background:url(http://img.tvchosun.com/images/icon/bg_player_btn.gif) left bottom repeat-x #fff;}
div.box_player .box_control:after {content:""; clear:both; height:0; width:100%; display:block;}
div.box_player .box_control .play {background-position:0 -99px; border-left:none !important;}
div.box_player .box_control .stop {background-position:0 -142px; border-left:none !important;}
div.box_player .box_control .volume {background-position:0 -193px; width:42px; height:39px; display:block;}
div.box_player .box_control .mute {background-position:0 -244px; width:42px; height:39px; display:block;}
div.box_player .box_control .fullScreen {background-position:0 -295px; }
div.box_player .box_control .downSize {background-position:0 -339px;}
div.box_player .box_control .replay {background-position:0 -394px; border-left:none !important;}
div.box_player .box_control .play,
div.box_player .box_control .stop,
div.box_player .box_control .btn_volume,
div.box_player .box_control .fullScreen, 
div.box_player .box_control .downSize, 
div.box_player .box_control .replay {float:left; width:42px; height:39px; border-left:1px solid #cecece;}
div.box_player .box_control .btn_volume {position:relative;}
div.box_player .box_control .btn_volume .volume_control {position:absolute; z-index:2; background:#fff; border:1px solid #dedede; border-bottom:none; width:42px; height:50px; left:0; bottom:35px; padding-top:16px; margin-left:-1px; border-top-left-radius:2px; border-top-right-radius:2px; -moz-border-top-left-radius:2px; -moz-border-top-right-radius:2px; -webkit-border-top-left-radius:2px; -webkit-border-top-right-radius:2px; behavior: url(/front/js/PIE.htc);}
div.box_player .box_control .btn_volume .volume_control .volume_bar {position:relative; background:url(http://img.tvchosun.com/images/icon/bg_player_gray_s.gif) center top no-repeat; height:50px; width:40px}
div.box_player .box_control .btn_volume .volume_control .volume_bar .progress {position:absolute; background:url(http://img.tvchosun.com/images/icon/bg_player_red_s.gif) center top no-repeat; height:50px; width:40px; bottom:0;}
div.box_player .box_control .btn_volume .volume_control .volume_bar .playhead {position:absolute; left:50%; cursor:pointer; width:10px; height:5px; background:url(http://img.tvchosun.com/images/icon/bg_player_bar_s.gif) no-repeat; margin:-2px 0 0 -6px;}
div.box_player .box_control .timer {float:left; height:39px; line-height:39px; font-size:11px; color:#b2b2b2; padding-left:12px; display:inline-block; font-size:11px; border-left:1px solid #cecece;}
div.box_player .box_control .track {float:left; position:relative; height:39px; background:url(http://img.tvchosun.com/images/icon/bg_player_gray.gif) left center no-repeat; margin:0 16px 0 18px;}
div.box_player .box_control .track .progress {height:39px; background:url(http://img.tvchosun.com/images/icon/bg_player_red.gif) left center no-repeat;}
div.box_player .box_control .track .playhead {position:absolute; top:50%; cursor:pointer; width:25px; height:10px; background:url(http://img.tvchosun.com/images/icon/bg_player_bar.gif) no-repeat; margin:-5px 0 0 -13px;}
.btn_player {background:url(http://img.tvchosun.com/images/btn/btn_player.png) no-repeat; display:inline-block; text-indent:-9999px; overflow:hidden}

/* 영상 끝난 후의 안내 페이지 */
div.box_player .vod_end {position:absolute; z-index:5; background:url(http://img.tvchosun.com/images/common/bg_vod_end.png); color:#fff; text-align:center;}
div.box_player .vod_end p {font-size:14px;}
div.box_player .vod_end .title {margin:90px 0 16px;}
div.box_player .vod_end .mine {position:absolute; top:20px; left:20px; font-size:12px; color:#9f9f9f;}
div.box_player .vod_end .mine em {color:#ff0013;}
div.box_player .vod_end .info {margin-bottom:35px; line-height:1.6;}

div.box_player .vod_end .list_avi {position:relative; width:436px; margin:0 auto;}
div.box_player .vod_end .list_avi div {width:436px; height:97px; overflow:hidden; position:relative; overflow:hidden;}
div.box_player .vod_end .list_avi div ul {position:relative;}
div.box_player .vod_end .list_avi div ul:after {content:""; clear:both; height:0; width:100%; display:block;}
div.box_player .vod_end .list_avi div li {float:left; margin-left:5px;}
div.box_player .vod_end .list_avi div li:first-child {margin-left:0;}
div.box_player .vod_end .list_avi div li img {width:142px; height:80px; margin-bottom:5px;}
div.box_player .vod_end .list_avi div li a {position:relative; font-size:12px; color:#999; float:left; display:block; width:142px;}
div.box_player .vod_end .list_avi div li a .bg {position:absolute; background:url(http://img.tvchosun.com/images/common/bg_avi_list.png) no-repeat; width:142px; height:80px; display:block; left:0; top:0;}
div.box_player .vod_end .list_avi div li a:hover,
div.box_player .vod_end .list_avi div li a.on {color:#fff;}
div.box_player .vod_end .list_avi div li a:hover .bg,
div.box_player .vod_end .list_avi div li a.on .bg {background-position:0 -80px;}
div.box_player .vod_end .list_avi .prev,
div.box_player .vod_end .list_avi .next {position:absolute; top:30px;}
div.box_player .vod_end .list_avi .prev {left:0; margin-left:-36px;}
div.box_player .vod_end .list_avi .next {right:0; margin-right:-36px;}

div.box_player .vod_end .btn_pay {margin-bottom:15px;}

div.box_player .vod_end .btn_close {position:absolute; right:20px; top:20px; background:url(http://img.tvchosun.com/images/btn/btn_close03.png) no-repeat; width:23px; height:22px; display:block; text-indent:-9999px; overflow:hidden;}

div.box_player .vod_end ul.list_news {margin:110px auto; width:400px;}
div.box_player .vod_end ul.list_news li {width:398px; background:url(http://img.tvchosun.com/images/bul/bul_square_3x3_03.gif) no-repeat 0 7px; padding:0 2px 0 10px; font-size:14px; text-align:left; margin-top:15px; display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overow: ellipsis; -moz-binding:url(js/ellipsis.xml#ellipsis)undefinedundefinedundefined;} /* 20130226 by 박희정 */
div.box_player .vod_end ul.list_news li:first-child {margin:0;}
div.box_player .vod_end ul.list_news li a {color:#fff}