@charset "utf-8";

/*reset*/
html, body {width:100%; -webkit-text-size-adjust:none; }
body {font-size:13px; line-height:normal; font-family:'Apple SD Gothic Neo','Malgun Gothic','맑은 고딕','Dotum','돋움','Arial','sans-serif'; letter-spacing:-1px; background-color:#fff;}
iframe {display:block;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {margin:0; padding:0}
table {border-collapse:collapse; border-spacing:0; empty-cells:show; table-layout:fixed;}
li {list-style:none;}
fieldset {position:relative; margin:0; padding:0; border:0; background:none;}
legend, caption {position:absolute; top:-99999px; left:-99999px;}
label {cursor:text;}
input:checked[type="checkbox"] {-webkit-appearance:checkbox; background-color:#fff;}
input[type="button"], input[type="text"], input[type="image"] {-webkit-appearance:none;-webkit-border-radius:0;}
input, textarea, select {font-family:inherit; font-size:inherit; font-weight:inherit;}
textarea, input {outline-color:-moz-use-text-color; outline-style:none; outline-width:medium;}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0 1000px white inset; background:#fff !important;}
textarea {resize:none;-webkit-appearance:none; -webkit-border-radius:0;}
address, caption, cite, code, dfn, em, strong, th, var {font-style:normal; font-weight:normal;}
abbr, acronym {border:0; font-variant:normal;}
strong {font-weight:bold;}
img {border:0;}
em, i {font-style:normal;}
a {text-decoration:none; cursor:pointer;}
a:hover {text-decoration:underline;}
a:active,a:link,a:visited {text-decoration:none;}
button {margin:0; padding:0; border:none; cursor:pointer; background:none;}
button::-moz-focus-inner {padding:0; border:0;}

button:focus {
    outline: none;
}
/* 버튼영역의 탭하이라이트 기본배경색 제어
#sbs-html-player *:focus {-webkit-tap-highlight-color:rgba(0,0,0,0) !important;}
*/

/*common*/
.hide {z-index:-1; position:absolute; top:-999999em; left:-999999em; display:inline-block; width:1px; height:1px; font-size:1px; line-height:1px;}
.ir {z-index:-1; position:relative; display:block; width:100%; font-size:9px; text-align:center; white-space:nowrap; overflow:hidden; text-indent:-99999px;color:transparent;}
.icn_player {position:relative;display:inline-block; font:0/0 arial; overflow:hidden; background-repeat:no-repeat; background-color:transparent; background-image:url('../res/img/set_player.png'); background-size:420px auto;}

[id^="sbs-html-player"] {position:relative; width:100%; height:100%; background-color:#000; overflow:hidden; display:table; font-family:'Apple SD Gothic Neo','Malgun Gothic','맑은 고딕','Dotum','돋움','Arial','sans-serif';}
[id^="sbs-html-player"].full_screen_w {position:fixed; top:0; left:0; width:100%; height:100%; z-index:255555;}
    [id^="sbs-html-player"] .video_inner {position:relative; width:100%; height:100%; text-align:center; overflow:hidden; background-color:#000;display:table; z-index:1; font-family:'Apple SD Gothic Neo','Malgun Gothic','맑은 고딕','Dotum','돋움','Arial','sans-serif';}
        [id^="sbs-html-player"] .video_inner #player-video-area {position:relative; z-index:1; width:100%; height:100%;}
        [id^="sbs-html-player"] video {max-width:100%; max-height:100%;}
        [id^="sbs-html-player"] .video_area {position:relative; z-index:1; width:100%; display:table-cell;vertical-align: middle;}
            [id^="sbs-html-player"] .btn_replay_w {display:none; position:absolute; z-index:20; top:50%; left:50%; height:110px; width:108px; margin:-54px 0 0 -55px;}
            [id^="sbs-html-player"] .btn_play_w {display:none; position:absolute; z-index:20; top:50%; left:50%; height:112px; width:342px; padding:0 132px; box-sizing:border-box; margin:-56px 0 0 -171px;}
            [id^="sbs-html-player"] .video_playing .btn_play_w {display:none;}
            [id^="sbs-html-player"] .video_ended .btn_replay_w {display:none;}
            [id^="sbs-html-player"] .video_playing .btn_play_w.view_btn,[id^="sbs-html-player"] .video_ended .btn_replay_w.view_btn {display:block;}
                [id^="sbs-html-player"] .btn_replay {position:absolute; top:0; left:0; height:110px; width:108px;}
                [id^="sbs-html-player"] .btn_pause {display:none; position:absolute; top:1px; left:50%; margin:0 0 0 -32px; width:64px; height:110px;}
                [id^="sbs-html-player"] .btn_play {position:absolute; z-index:30; top:0; left:50%; margin:0 0 0 -39px; width:78px; height:112px;}
                [id^="sbs-html-player"] .btn_prev,.btn_next {position:absolute; top:31px; width:66px; height:50px;}
                [id^="sbs-html-player"] .current_pause .btn_play {display:none;}
                [id^="sbs-html-player"] .current_pause .btn_pause,[id^="sbs-html-player"] .current_pause .btn_prev,[id^="sbs-html-player"] .current_pause .btn_next  {display:block;}
                [id^="sbs-html-player"] .btn_prev {left:0; display:none;}
                [id^="sbs-html-player"] .btn_next {right:0; display:none;}
                    [id^="sbs-html-player"] .player_icon_replay {width:108px; height:110px; background-position:-150px 0;}
                    [id^="sbs-html-player"] .player_icon_pause {width:64px; height:110px; background-position:-80px 0;}
                    [id^="sbs-html-player"] .player_icon_play {width:78px; height:112px; background-position:0 0;}
                    [id^="sbs-html-player"] .player_icon_prev {width:66px; height:50px; background-position:-260px 0;}
                    [id^="sbs-html-player"] .player_icon_next {width:66px; height:50px; background-position:-260px -50px;}
        [id^="sbs-html-player"] .video_controler_w {position:absolute; z-index:2; bottom:0; left:0; width:100%; min-height:80px; display:none; overflow:hidden;}
        [id^="sbs-html-player"] .video_controler_w.vc_open {display:block;}
        [id^="sbs-html-player"] .bg_gra {position:absolute; bottom:0; left:0; width:100%; height:80px; z-index:1; display:none;
            background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */  }
        [id^="sbs-html-player"] .video_controler_w.vc_open .bg_gra {display:block;}
            [id^="sbs-html-player"] .vc_inner {position:absolute;z-index:11; bottom:0; left:0; width:100%; height:40px;}
                [id^="sbs-html-player"] .open_layer_quality .vc_controlbar_w,[id^="sbs-html-player"] .open_layer_quality .vccb_info,[id^="sbs-html-player"] .open_layer_quality .vcob_volume_w,[id^="sbs-html-player"] .open_layer_quality .vcob_quality_w,[id^="sbs-html-player"] .open_layer_quality .video_screen_w,[id^="sbs-html-player"] .open_layer_quality .video_play_notice  {display:none;}
                [id^="sbs-html-player"] .vc_controlbar_w {position:absolute; left:0; top:0; padding:0 102px 0 20px; box-sizing:border-box; width: calc(100% - 205px); }
                [id^="sbs-html-player"] .vc_controlbar_w.full_vod {padding:0 132px 0 20px;width: calc(100% - 211px);}/* fullvod 00:00:00 케이스  */
                    [id^="sbs-html-player"] .vccb_all {position:relative; width:100%; height:40px; cursor:pointer;}
                        [id^="player-seek-progress"] {position:absolute; top:18px; left:0; z-index:5; height:4px; background-color:#fff; cursor:pointer;} /* jqeury-ui.min 추가하면서 삽입 */
                        [id^="sbs-html-player"] .vccb_now {position:absolute; top:18px; left:0; z-index:3; height:4px; background-color:#fff; cursor:pointer;}
                        [id^="sbs-html-player"] .vccb_loading {position:absolute; top:18px; left:0; z-index:2; height:4px; background-color:rgba(255,255,255,.5); cursor:pointer;}
                        [id^="sbs-html-player"] .vccb_bg {position:absolute; top:18px; left:0; z-index:1; width:100%; height:4px; background-color:rgba(255,255,255,0.3); cursor:pointer;}
                [id^="sbs-html-player"] .vccb_info {position:absolute; top:0; right:0; width:90px; overflow:hidden; font-size:14px; padding-left:10px; letter-spacing:0; text-align:left;}
                [id^="sbs-html-player"] .full_vod .vccb_info {width:122px;}
                    [id^="sbs-html-player"] .vc_controlbar_w.full_vod [class^="vccb_info_"] {width:auto !important;}
                    [id^="sbs-html-player"] [class^="vccb_info_"] {display:block; height:40px; width:37px; text-align:center; line-height:40px;}
                    [id^="sbs-html-player"] .vccb_info_bar {float:left; color:#999; padding:0 4px; width:auto !important;}
                    [id^="sbs-html-player"] .vccb_info_now {float:left; color:#fff;}
                    [id^="sbs-html-player"] .vccb_info_all {float:left; color:#999;}
                [id^="sbs-html-player"] .vcob_volume_w {position:absolute; right:111px; bottom:0; padding:0 7px 0 33px; height:40px; width:100px; box-sizing:border-box;}
                    [id^="sbs-html-player"] .vcob_volume_play {display:none; position:absolute; top:0; left:6px; width:27px; height:40px;}
                        [id^="sbs-html-player"] .player_icon_volume {position:absolute; top:10px; left:2px; width:24px; height:20px;}
                        [id^="sbs-html-player"] .vcob_volume_play .player_icon_volume {background-position:-290px -100px;}
                        [id^="sbs-html-player"] .vcob_volume_mute .player_icon_volume {background-position:-260px -100px;}
                    [id^="sbs-html-player"] .vcob_volume_mute {display:none; position:absolute; top:0; left:6px; width:27px; height:40px;}
                    [id^="sbs-html-player"] .volume_on .vcob_volume_play {display:block;}
                    [id^="sbs-html-player"] .volume_off .vcob_volume_mute {display:block;}
                    [id^="sbs-html-player"] .vcobv_bar_all {position:relative; width:60px; height:40px; cursor:pointer;}
                        [id^="sbs-html-player"] .vcobv_bar_now {position:absolute; top:19px; left:0; height:2px; background-color:#fff; cursor:pointer;}
                        [id^="sbs-html-player"] .vcobv_bar_bg {position:absolute; top:19px; left:0; width:100%; height:2px; background-color:rgba(255,255,255,0.5); cursor:pointer;}
                [id^="sbs-html-player"] .vcob_quality_w {position:absolute; bottom:0; right:47px; width:64px; height:40px; line-height:40px;text-align:center;}
                    [id^="sbs-html-player"] .vcobp_select {width:64px; height:40px; line-height:40px; letter-spacing:-1px; color:#fff; height:40px; line-height:40px; font-size:14px; }
                [id^="sbs-html-player"] .open_layer_quality .vcobp_btn_w {display:block;}
                [id^="sbs-html-player"] .vcobp_btn_w {display:none; position:absolute; bottom:0; left:0; padding-bottom:20px; min-height:40px; z-index:20; width:100%; height:100%; color:#fff; text-align:center;}
                [id^="sbs-html-player"].player_pc .app_intro_btns {display:none;}
                [id^="sbs-html-player"] .app_intro_btns {position:absolute; top:0; left:0; width:100%; height:100%; background-color:rgba(0,0,0,.7); z-index:10;}
                [id^="sbs-html-player"] .app_intro_btns .btn_play_w {display:block; opacity:1;}
                [id^="sbs-html-player"] .app_intro_btns .video_title_w {top:0; display:block;}
                [id^="sbs-html-player"] .app_intro_btns .vcobp_btn_w {top:89%; display:block; padding-top:0; margin-top:-28px;}
                [id^="sbs-html-player"] .video_sbsapp_btn_w {position:absolute; top:0; right:0; z-index:21;}
                    [id^="sbs-html-player"] .video_sbsapp_btn {display:block; width:70px; height:53px; color:#fff;}
                        [id^="sbs-html-player"] .video_sbsapp_btn_inner {position:absolute; top:13px; right:15px; height:27px; padding:0 6px 0 27px; border-radius:6px; box-sizing:border-box; border:1px solid #fff; background-color:rgba(255,255,255,0.9); box-shadow:0px 0px 1px 1px rgba(0,0,0,.3);}
                            [id^="sbs-html-player"] .logo_sbs {position:absolute; top:8px; left:6px; width:20px; height:8px; background-position:-190px -50px;}
                            [id^="sbs-html-player"] .video_sbsapp_text {position:relative; top:1px; display:block; height:25px; line-height:25px; font-size:9px; font-weight:bold; color:#222;}
                    [id^="sbs-html-player"] .vcobp_btn_w [class^="vcobp_btn_"] {position:relative; z-index:21; display:inline-block; margin:0 3px; width:110px; height:40px; line-height:40px; text-align:center; border:1px solid #fff; color:#fff; font-size:13px; background-color:rgba(0,0,0,.7); opacity:0.3;}
                    [id^="sbs-html-player"] .vcobp_btn_w [class^="vcobp_btn_"].current {opacity:1;}
                    [id^="sbs-html-player"] .vcobp_btn_w .bg_gra {position:absolute; bottom:0; left:0; z-index:20;}
                [id^="sbs-html-player"] .video_screen_w {position:absolute; bottom:0; right:13px; width:34px; height:40px;}
                    [id^="sbs-html-player"] .fullscreen_on .vcob_fullscreen {display:block;}
                    [id^="sbs-html-player"] .fullscreen_on .vcob_normalscreen {display:none;}
                    [id^="sbs-html-player"] .video_screen_w button {position:relative; width:34px; height:40px;}
                    [id^="sbs-html-player"] .vcob_fullscreen {display:none;}
                        [id^="sbs-html-player"] .video_screen_w button .icn_player {position:absolute; top:8px; left:5px; width:24px; height:24px; }
                        [id^="sbs-html-player"] .player_icon_fullscreen {background-position:-330px -30px;}
                        [id^="sbs-html-player"] .player_icon_normalscreen {background-position:-330px 0;}
                /*
                 [id^="sbs-html-player"] .video_play_notice {position:absolute; bottom:60px; right:20px; z-index:20; display:block; max-width:90%; height:36px;}
                     [id^="sbs-html-player"] .vpn_text {opacity:0; display:inline-block; overflow:hidden; padding:0 20px; border-radius:20px; height:36px; line-height:35px; font-size:16px; color:#fff; background-color:rgba(0,0,0,.5); transition: all 0.3s ease 0.2s;}
                 [id^="sbs-html-player"] .video_play_notice.view_notice .vpn_text {opacity:1;}
                 */
                [id^="sbs-html-player"] .video_play_notice {position:absolute; bottom:60px; right:20px; z-index:20; display:none; max-width:90%; height:36px;}
                    [id^="sbs-html-player"] .vpn_text {display:inline-block; overflow:hidden; padding:0 20px; border-radius:20px; height:36px; line-height:35px; font-size:16px; color:#fff; background-color:rgba(0,0,0,.5); transition: all 0.3s ease 0.2s;}
                [id^="sbs-html-player"] .video_play_notice.view_notice {display:block;}
        [id^="sbs-html-player"] .video_title_w {position:absolute; top:0; left:0; z-index:21; width:100%; height:50px; padding:0 20px; box-sizing:border-box; display:none;}
        [id^="sbs-html-player"] .video_title_w.view_title {display:block;}
            [id^="sbs-html-player"] .vt_text {position:relative; z-index:22; display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:100%; line-height:50px; font-weight:normal; font-size:20px; color:#fff; text-align:left;}
            [id^="sbs-html-player"] .video_title_w .bg_gra {position:absolute; top:0; left:0; z-index:2; width:100%; height:50px; display:block; opacity:0.7;
                background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
                background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */}
        [id^="sbs-html-player"] .video_3minute_w {position:absolute; display:none; top:0; left:0; z-index:21; width:100%; height:50px; padding:0 20px; box-sizing:border-box;background-color:rgba(0,0,0,.5);}
        [id^="sbs-html-player"] .video_3minute_w.current {display:block;}
            [id^="sbs-html-player"] .v3m_text {position:relative; z-index:22; display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:100%; line-height:50px; font-weight:normal; font-size:14px; color:#fff; text-align:left;}
        [id^="sbs-html-player"].player_mobile .video_3minute_w {height:40px; padding:0 10px;}
        [id^="sbs-html-player"].player_mobile .v3m_text {line-height:40px; font-size:13px;}

    /* 광고 재생 */
[id^="sbs-html-player"] .ad_playing {}
    [id^="sbs-html-player"] .ad_playing .video_title_w,
    [id^="sbs-html-player"] .ad_playing .video_area .btn_prev,
    [id^="sbs-html-player"] .ad_playing .video_area .btn_next,
    [id^="sbs-html-player"] .ad_playing .btn_replay_w,
    [id^="sbs-html-player"] .ad_playing .vc_inner .vcob_quality_w
    {display:none !important;}
    [id^="sbs-html-player"] .ad_playing .vcob_volume_w {right:47px;}
    [id^="sbs-html-player"] .ad_playing .vc_controlbar_w {padding:0 100px 0 20px; width:calc(100% - 145px);}
    [id^="sbs-html-player"] .ad_playing .vccb_info {width:90px;}
        [id^="sbs-html-player"] .ad_playing .vccb_info_now {color:#ffea00;}
        [id^="sbs-html-player"] .ad_playing .vccb_now {background-color:#ffea00;}
    [id^="sbs-html-player"] .ad_playing .btn_admore_w {display:inline-block;}
    [id^="sbs-html-player"] .btn_admore_w {display:none; position:absolute; bottom:40px; height:45px;  left:20px; z-index:11;}
        [id^="sbs-html-player"] .btn_admore {position:relative; display:inline-block; height:45px; padding:0 40px 0 16px; line-height:45px; color:#fefefe; background-color:rgba(0,0,0,.5);}
            [id^="sbs-html-player"] .admore_txt {font-weight:normal;font-size:18px; }
            [id^="sbs-html-player"] .ad_more {position:absolute; top:15px; right:15px; width:15px; height:15px; background-position:-380px -50px;}
    [id^="sbs-html-player"] .ad_playing .adskip_area_w {display:block;}
    [id^="sbs-html-player"] .adskip_area_w {display:none; position:absolute; z-index:10; height:98px; bottom:40px; right:20px;}
        [id^="sbs-html-player"] .adskip_round {display:none; position:absolute; z-index:10; bottom:20px; right:0; width:75px; height:75px; border:3px solid #fff; background-color:rgba(0,0,0,.2); border-radius:75px; text-align:center;font-size:18px; color:#ffea00;line-height:20px;}
            [id^="sbs-html-player"] .current .adskip_round {display:block;}
            [id^="sbs-html-player"] .adskip_text {padding-top:17px; font-weight:normal; display:block;}
        [id^="sbs-html-player"] .adskip_btn {position:absolute; z-index:10; bottom:20px; right:0;width:81px; height:81px; border:3px solid #fff; border-radius:75px; text-align:center;font-size:18px; color:#ffea00;}
        [id^="sbs-html-player"] .adlist_num_w {position:absolute; bottom:0; right:0; display:block; width:75px; height:12px; color:#fff; letter-spacing:0; text-align:center; font-size:12px;}
            [id^="sbs-html-player"] .nowplay_adnum {height:12px; display:inline-block; color:#ebd804;}
            [id^="sbs-html-player"] .allad_adnum {height:12px; display:inline-block;}

/* 모바일 케이스 처리 */
[id^="sbs-html-player"].player_mobile .bg_gra {height:60px;}
[id^="sbs-html-player"].player_mobile .video_controler_w {min-height:70px;}
[id^="sbs-html-player"].player_mobile .icn_player {background-size:210px auto}
[id^="sbs-html-player"].player_mobile .vcob_volume_w {display:none;}
[id^="sbs-html-player"].player_mobile .vc_controlbar_w {padding:0 82px 0 10px; width: calc(100% - 98px);}
[id^="sbs-html-player"].player_mobile .vc_controlbar_w.full_vod {padding:0 120px 0 10px; width: calc(100% - 100px);}
[id^="sbs-html-player"].player_mobile .vccb_info {padding-left:0; font-size:12px; width:75px;}
[id^="sbs-html-player"].player_mobile .full_vod .vccb_info {width:110px;}
[id^="sbs-html-player"].player_mobile [class^="vccb_info_"] {line-height:42px; width:33px;}
[id^="sbs-html-player"].player_mobile .vccb_info_bar {padding:0 1px;}
[id^="sbs-html-player"].player_mobile .vcob_quality_w {width:57px;right:43px;}
    [id^="sbs-html-player"].player_mobile .vcobp_select {font-size:13px; width:53px;}
[id^="sbs-html-player"].player_mobile .video_title_w {padding:0 10px; height:30px;}
    [id^="sbs-html-player"].player_mobile .vt_text {height:40px; line-height:40px; font-size:14px;}
[id^="sbs-html-player"].player_mobile .vcobp_btn_w [class^="vcobp_btn_"] {width:75px; height:28px; line-height:28px; font-size:13px;}
[id^="sbs-html-player"].player_mobile .video_play_notice {height:20px;}
    [id^="sbs-html-player"].player_mobile .vpn_text {padding:0 10px; height:20px; line-height:20px; font-size:10px; letter-spacing:0;}
[id^="sbs-html-player"].player_mobile .btn_play_w  {height:56px; width:171px; padding:0 66px; margin:-40px 0 0 -85px;}
[id^="sbs-html-player"].player_mobile .btn_replay_w {width:55px; height:54px; margin:-40px 0 0 -27px;}
    [id^="sbs-html-player"].player_mobile .btn_replay {width:55px; height:54px;}
        [id^="sbs-html-player"].player_mobile .player_icon_replay {width:55px; height:54px; background-position:-75px 0;}
    [id^="sbs-html-player"].player_mobile .btn_play {width:39px; height:56px; margin:0 0 0 -19px;}
        [id^="sbs-html-player"].player_mobile .player_icon_play {width:39px; height:56px;}
    [id^="sbs-html-player"].player_mobile .btn_pause {width:32px; height:55px; margin:0 0 0 -16px;}
        [id^="sbs-html-player"].player_mobile .player_icon_pause {width:32px; height:55px; background-position:-40px 0;}
    [id^="sbs-html-player"].player_mobile .btn_prev {top:15px; width:33px; height:25px;}
        [id^="sbs-html-player"].player_mobile .player_icon_prev {width:33px; height:25px; background-position:-130px 0;}
    [id^="sbs-html-player"].player_mobile .btn_next {top:15px; width:33px; height:25px;}
        [id^="sbs-html-player"].player_mobile .player_icon_next {width:33px; height:25px; background-position:-130px -25px;}
[id^="sbs-html-player"].player_mobile .video_screen_w {right:0; width:40px;}
    [id^="sbs-html-player"].player_mobile .video_screen_w button {width:40px;}
        [id^="sbs-html-player"].player_mobile .video_screen_w button .icn_player {top:9px; left:9px; width:22px; height:22px;}
        [id^="sbs-html-player"].player_mobile .player_icon_fullscreen {background-position:-180px 0;}
        [id^="sbs-html-player"].player_mobile .player_icon_normalscreen {background-position:-165px -30px;}

/*모바일 광고*/
[id^="sbs-html-player"].player_mobile .ad_playing .vc_controlbar_w  {padding:0 83px 0 10px; width: calc(100% - 40px);}
[id^="sbs-html-player"].player_mobile .ad_playing .vccb_info {width:75px;}
[id^="sbs-html-player"].player_mobile .btn_admore_w {height:25px;}
    [id^="sbs-html-player"].player_mobile .btn_admore {height:25px; line-height:25px; padding:0 25px 0 8px;}
        [id^="sbs-html-player"].player_mobile .admore_txt {font-size:12px;}
        [id^="sbs-html-player"].player_mobile .ad_more {top:7px; right:8px; width:11px; height:11px;background-position:-190px -35px;}
        [id^="sbs-html-player"].player_mobile .adskip_area_w {height:51px; right:10px;}
            [id^="sbs-html-player"].player_mobile .adskip_round {bottom:12px; height:37px; width:37px; border:1px solid #fff; letter-spacing:0; font-size:9px; line-height:12px;}
                [id^="sbs-html-player"].player_mobile .adskip_num {font-size:11px;}
                [id^="sbs-html-player"].player_mobile .adskip_text {padding-top:8px;}
            [id^="sbs-html-player"].player_mobile .adskip_btn {bottom:12px; height:39px; width:39px; border:1px solid #fff; font-size:9px;}
            [id^="sbs-html-player"].player_mobile .adlist_num_w {width:39px; font-size:8px;}

/* PC width 400 미만 케이스 처리 */
@media screen and (max-width: 400px) {
    [id^="sbs-html-player"] .player_pc .vccb_info {display:none;}
    [id^="sbs-html-player"] .player_pc .vc_controlbar_w {padding:0 10px 0 20px;}
}
@media screen and (max-width: 430px) {
    [id^="sbs-html-player"] .player_pc .btn_prev {left: 25px;}
    [id^="sbs-html-player"] .player_pc .btn_next {right: 25px;}
}
@media screen and (max-width: 300px) {
    [id^="sbs-html-player"] .player_pc .vcob_quality_w {display:none;}
    [id^="sbs-html-player"] .player_pc .vcob_volume_w {right:58px;}
    [id^="sbs-html-player"] .player_pc .vc_controlbar_w {width:calc(100% - 159px);}
}
@media screen and (max-width: 200px) {
    [id^="sbs-html-player"] .player_pc .video_controler_w,[id^="sbs-html-player"] .player_pc .btn_prev,[id^="sbs-html-player"] .player_pc .btn_next {display:none !important;}
    [id^="sbs-html-player"].player_mobile .video_controler_w {display:none !important;}
}
@media screen and (max-width: 320px) {
    [id^="sbs-html-player"].player_mobile .vcobp_btn_w {padding-bottom:20px; height:auto; min-height:30px;}
}
/* 로딩바 */
[id^="sbs-html-player"] .loader,[id^="sbs-html-player"] .loader:after {border-radius: 30px; width: 30px; height: 30px;}
[id^="sbs-html-player"] .loader {position:absolute; top:50%; left:50%; margin:-35px 0 0 -19px; font-size:10px; text-indent:-9999em; /* -15px에서 -35px로 변경 jisobkim */
    -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    border-right: 0.4em solid rgba(0, 0, 0, 0.4);
    border-bottom: 0.4em solid rgba(0, 0, 0, 0.4);
    border-left: 0.4em solid #ffffff;
    border-top: 0.4em solid #ffffff;}
@-webkit-keyframes load8 {
    0% {-webkit-transform: rotate(0deg); transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}

@keyframes load8 {
    0% {-webkit-transform: rotate(0deg); transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}

:-webkit-full-screen {z-index:25125125151; width:100%; height:100%;}