.show {
    display: block;
}

.hide {
    display: none !important;
}

.player_body {
    position: absolute;
    width: 100%;
    top: 55px;
    bottom: 55px;

}

.video_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    overflow: hidden;
    background: #000;
    visibility: hidden;
}

.video_container.visible {
    visibility: visible;
}

.video_container video {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    position: absolute;
}

.video_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    visibility: visible;
    opacity: 1;
    background-color: #000;
}

.visible .video_overlay {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s linear, visibility 0s linear 0.3s;
}


video::-internal-media-controls-download-button,
video::-internal-media-controls-cast-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    width: calc(100% + 32px);
    margin-left: auto;
}

.live video::-webkit-media-controls-enclosure {
    width: 100%;
    margin: 0;
}

.hide_default_control video::-webkit-media-controls {
    display: none !important;
    overflow:hidden !important;
}

#spinnerContainer, #errorView, #adController {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
}

#adContainer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    height: 100%;
}

#adContainer.hidden {
    z-index: 1;
}

#adContainer div {
    position: absolute;
    overflow: hidden;
    width:100%;
    height:100%;
}

.box_player * {
    outline: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.controller_container {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.visible {
    display: block;
    opacity: 1;
    visibility: visible;
    width:100%;
    height:100%;
}

.pc .visible,
#adController .visible{
    transition:visibility 0s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.4s,opacity 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition-delay:0s;
}

.hidden {
    cursor: none;
    display: block;
    opacity: 0;
    visibility: hidden;
    width:100%;
    height:100%;
}

.pc .hidden,
#adController .hidden {
    transition:visibility 0s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.2s,opacity 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.fullscreen .controller,
.fullscreen .layer_comm,
.fullscreen .modal_content {
    z-index: 2147483647;
}

.ended.fullscreen .layer_comm,
.ended.fullscreen .modal_content {
    height: 90%
}

.fullscreen .hidden {
    z-index: 1 !important;
}

.controller {
    position: absolute;
    overflow: hidden;
    z-index: 999;
    width: 100%;
    height: 100%;
    bottom:0;
    left: 0;
}

.ended .controller {
    z-index: 1001;
    height: 50px;
    overflow: visible;
}

.ended.fullscreen .controller,
.fullscreen #adController,
.fullscreen #playerBlind {
    z-index: 2147483647;
}

.custom_cover {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.cover_image_wrap {
    text-align: center;
    width: 100%;
    height: 100%;
}

.cover_image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
}

/* custom */
.indicator {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #000;
}

.indicator canvas {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

.debug_tooltip {
    position: absolute;
    font-size: 12px;
    top: 30px;
    margin-left: 20px;
    margin-right: 20px;
    width: auto !important;
    height: auto !important;
    padding: 2px 5px;
    background-color: white;
    z-index: 99999;
}

.force-select {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: all;
}
@charset "utf-8";
/* font */
@font-face {
    font-family: 'Noto Sans';
    src: url(//t1.daumcdn.net/kakaotv/fonts/NotoSans-DemiLight.woff) format('woff');
    font-style: normal;
    font-weight: normal
}
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button,figure,figcaption {
    margin: 0;
    padding: 0
}

fieldset,img {
    border: 0 none
}

dl,ul,ol,menu,li {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after,q:before, q:after {
    content: '';
    content: none
}

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #000;
}

a {
    color: #000;
    text-decoration: none
}

address,caption,cite,code,dfn,em,var {
    font-style: normal;
    font-weight: normal
}

header, main, aside, article, footer, figure, figcaption {
    margin: 0;
    padding: 0;
    display: block
}

input,select,textarea,button {
    vertical-align: middle;
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    -webkit-text-size-adjust: none
}

input:checked[type='checkbox'] {
    background-color: #666;
    -webkit-appearance: checkbox
}

input[type='text'],input[type='password'],input[type='submit'],input[type='search'],input[type='tel'],input[type='email'],html input[type='button'],input[type='reset'] {
    -webkit-appearance: none;
    border-radius: 0
}

input[type='search']::-webkit-search-cancel-button {
    -webkit-appearance: none
}

a:active, a:hover {
    text-decoration: underline
}

body,th,td,input,select,textarea,button {
    font-size: 14px;
    line-height: 1.5;
    font-family: Noto Sans,HelveticaNeue,Helvetica,Arial,AppleSDGothicNeo,'Malgun Gothic','맑은 고딕',sans-serif;
    color: #000
}

img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top
}

.hide_default_control video {
    cursor: none;
}

/* global */
#kakaoIndex {
    display: none;
    overflow: hidden;
    position: absolute;
    left: -9999px;
    width: 0;
    height: 1px;
    margin: 0;
    padding: 0
}

.ir_pm {
    display: block;
    overflow: hidden;
    font-size: 0px;
    line-height: 0;
    text-indent: -9999px
}

.ir_wa {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: -1;
    width: 100%;
    height: 100%
}

.screen_out {
    overflow: hidden;
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    text-indent: -9999px
}

.img_player {
    display: block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    background: url(//t1.daumcdn.net/kakaotv/2016/player/web/pc/img_pcplayer.png) no-repeat
}

/* 로고 */
.tit_kakaotv {
    position: absolute;
    bottom: 11px;
    right: 10px;
    width: 150px;
    height: 40px
}

.tit_kakaotv .img_player {
    display: block;
    width: 150px;
    height: 40px
}

.tit_kakaotv .img_player:hover {
    background-position: 0 -50px
}

/* 전체 10% dimmed */
.bg_dimmed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    transition: all .3s linear
}

.bg_dimmed.hide {
    background: rgba(0,0,0,0);
    transition: all .3s linear
}
/* 상단 정보 */
.player_head {
    position: absolute;
    transition: top .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    z-index: 999;
    padding: 18px 110px 0 19px;
    box-sizing: border-box;
    background: url(//t1.daumcdn.net/kakaotv/2016/player/web/pc/bar_bg_top.png) repeat-x 0 0;
}

.ico_live {
    float: left;
    width: 52px;
    height: 52px;
    margin-right: 8px;
    background-position: -120px -410px
}

.tit_player {
    display: block;
    overflow: hidden;
    margin-top: 2px;
    color: #fff;
    font-size: 19px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-word
}

.tit_player .link_title {
    font-weight: normal;
    line-height: 30px;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.25)
}

.num_viewer {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-family: HelveticaNeue,Helvetica,Arial,AppleSDGothicNeo,'Malgun Gothic','맑은 고딕',sans-serif;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.25)
}

.num_viewer .ico_dott {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 8px 8px 0 0;
    border-radius: 6px;
    background: #FF3C00;
    vertical-align: top
}

.num_viewer .ico_dott.ico_off {
    background: #696969
}

.live_re {
    display: block;
    height: 20px;
    margin-top: 5px;
    font-size: 16px;
    line-height: 18px;
    color: #FAE100;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.25)
}

.live_re .ico_dott {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 6px 6px 0 0;
    border-radius: 6px;
    background: #FAE100;
    vertical-align: top
}
/* 하단정보 */
.player_foot {
    position: absolute;
    bottom: 1px;
    left: 0;
    z-index: 1001;
    width: 100%;
    padding-top: 70px;
    height: 110px;
    box-sizing: border-box;
    background: url(//t1.daumcdn.net/kakaotv/2016/player/web/pc/bar_bg_bottom.png) repeat-x 0 100%;
}

/* 다시보기 */
.vod_replay .player_head {
    height: initial;
    padding-top: 0;
    background: none
}

.vod_replay .player_foot {
    height: 40px;
    padding-top: 0;
    background: none
}

.vod_replay .layer_comm {
    background: #333
}

/* 공유하기 */
.btn_share {
    display: inline-block;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    background-position: 0 -250px
}

.btn_share:hover {
    background-position: -50px -250px
}

.extensions {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
}

/* 중앙 플레이 버튼 */
.link_play {
    overflow: hidden;
    position: absolute;
    z-index: 1003;
    top: 50%;
    left: 50%;
    width: 110px;
    height: 110px;
    margin: -55px 0 0 -55px;
    border-radius: 110px;
    background: rgba(255,255,255,0.35)
}

.link_play:hover {
    background: rgba(250,225,0,0.9)
}

.link_play .img_player {
    width: 41px;
    height: 49px;
    margin: 32px 0 0 39px;
    background-position: -120px -350px
}

/* 중앙 일시정지 버튼 */
.link_pause {
    overflow: hidden;
    position: absolute;
    z-index: 1003;
    top: 50%;
    left: 50%;
    width: 110px;
    height: 110px;
    margin: -55px 0 0 -55px;
    border-radius: 110px;
    background: rgba(255,255,255,0.35)
}

.link_pause:hover {
    background: #FAE100
}

.link_pause .img_player {
    width: 29px;
    height: 48px;
    margin: 31px auto 0;
    background-position: -180px -410px
}

/* 광고 - 카운트 , 광고 - skip */
.ad_box {
    position: absolute;
    bottom: 64px;
    right: 0;
    z-index: 9999;
    height: 42px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -1.1px;
    padding-right: 15px;
    line-height: 44px;
    color: #fff;
    background: rgba(51,51,51,0.4);
    text-align: right;
}

.ad_box .num_ad {
    letter-spacing: 0.4px;
    color: #4ee0e1;
    font-weight: bold;
    padding-right: 2px;
    padding-left: 13px;
    display: inline-block;

    font-size: 22px;
    font-family: HelveticaNeue,Helvetica,Arial,AppleSDGothicNeo,'Malgun Gothic','맑은 고딕',sans-serif;
    vertical-align: top
}

/* 하당 기능바 */
.player_function {
    height: 40px;
    padding: 0 17px 0 18px
}

/* 일시 정지 */
.btn_pause {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 4px;
    background-position: -100px -100px
}

.btn_pause:hover {
    background-position: -150px -100px
}

/* 다시 보기 */
.btn_replay {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 4px;
    background-position: -200px -100px
}

.btn_replay:hover {
    background-position: -250px -100px
}

/* 재생 */
.btn_play {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 4px;
    background-position: 0 -100px
}

.btn_play:hover {
    background-position: -50px -100px
}

/* 재생시간 */
.play_time {
    float: left;
    margin-left: 8px;
    line-height: 40px;
    color: #fff;
    font-family: HelveticaNeue,Helvetica,Arial,AppleSDGothicNeo,'Malgun Gothic','맑은 고딕',sans-serif;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.25)
}

.play_time .current_time {
    color: #FAE100
}

.live_player .play_time .current_time {
    color: #4EE0E1
}

/* 전체화면 */
.btn_full {
    float: right;
    width: 40px;
    height: 40px;
    margin-right: 4px;
    background-position: 0 -200px
}

.btn_full:hover {
    background-position: -50px -200px
}

/* 후원 */
.btn_support {
    position: absolute;
    top: 14px;
    right: 70px;
    width: 40px;
    height: 40px;
    background-position: -100px -300px
}

.btn_support:hover {
    background-position: -150px -300px
}

/* 관련영상 */
.btn_other {
    display: inline-block;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    background-position: -200px -250px
}

.btn_other:hover {
    background-position: -250px -250px
}

/* 담기 */
.btn_include {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-position: -100px -250px
}

.btn_include:hover {
    background-position: -150px -250px
}

/* 팝업뷰 */
.btn_popup {
    float: right;
    width: 40px;
    height: 40px;
    margin-right: 4px;
    background-position: -200px -200px
}

.btn_popup:hover {
    background-position: -250px -200px
}

/* 시네마 모드 */
.btn_cinema {
    float: right;
    width: 40px;
    height: 40px;
    margin-right: 4px;
    background-position: -200px -300px
}

.btn_cinema:hover {
    background-position: -250px -300px
}

/* 설정 */
.btn_setting {
    float: right;
    width: 40px;
    height: 40px;
    margin-right: 4px;
    background-position: 0 -150px
}

.btn_setting.on,.btn_setting:hover {
    background-position: -50px -150px
}

/* 작은로고 */
.link_slogo {
    float: right;
    width: 114px;
    height: 40px;
    margin-right: 3px;
    background-position: -160px 0
}

.link_slogo:hover {
    background-position: -160px -50px
}

/* 프로그래스 바 */
.progress_bar {
    position: absolute;
    bottom: 40px;
    height: 5px;
    left: 16px;
    right: 16px;
    z-index: 97;
    cursor: pointer;
    padding-top: 8px;
}

.progress_bar .total_bar {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3);
    -ms-transform: scaleY(0.6);
    -webkit-transform: scaleY(0.6);
    transform: scaleY(0.6);
    transition: transform .1s cubic-bezier(0.4,0.0,1,1)
}

.progress_bar .loading_bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
    font-size: 0;
    line-height: 0;
    background: rgba(255, 255, 255, 0.9);
    text-indent: -9999px;
    -webkit-transform-origin: 0;
    transform-origin: 0;
}

.progress_bar .play_bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    font-size: 0;
    line-height: 0;
    background: #FAE100;
    text-indent: -9999px
}

.live_player .progress_bar .play_bar {
    background: #37CACB
}

.link_point {
    position: absolute;
    top: -7px;
    right: -14px;
    z-index: 99;
    width: 18px;
    height: 18px;
    margin-left: -9px;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    text-indent: -9999px;
    opacity: 1;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .07s cubic-bezier(0.4,0.0,1,1)
}

.link_point.on {
    top: -8px;
    width: 19px;
    height: 19px;
    background: #FAE100;
    transition: all .07s cubic-bezier(0.4, 0.0, 1, 1);
}

.on .total_bar {
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transition: transform .1s cubic-bezier(0.4,0.0,1,1)
}

.on .link_point {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all .1s cubic-bezier(0.4,0.0,1,1)
}

.on .check_time {
    display: block
}

/* 시간표시 */
.check_time {
    display: none;
    position: absolute;
    top: 2px;
    width: 2px;
    height: 16px;
    margin-left: -1px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15)
}

.time_play {
    position: absolute;
    top: -22px;
    width: 60px;
    margin-left: -30px;
    color: #fff;
    font-family: HelveticaNeue,Helvetica,Arial,AppleSDGothicNeo,'Malgun Gothic','맑은 고딕',sans-serif;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.25);
    text-align: center
}

/* 광고 - 스킵 */
.link_skip {
    position: absolute;
    bottom: 64px;
    right: 0;
    z-index: 9999;
    width: 94px;
    height: 42px;
    font-size: 22px;
    line-height: 44px;
    color: #4EE0E1;;
    background: rgba(51,51,51,0.4);
    text-align: center
}


/* 음량 조절 */
.sound_control {
    float: left;
    position: relative;
    top: 7px;
    width: 40px;
    height: 33px;
}

.vol_panel {
    position: absolute;
    bottom: -112px;
    left: 0;
    z-index: 98;
    width: 40px;
    height: 107px;
    padding-top: 5px;
    padding-bottom: 35px;
    background: rgba(0,0,0,0.4);
    opacity: 0
}

.vol_panel .vol_g {
    display: block;
    width: 14px;
    height: 8px;
    margin: 0 auto;
    border-bottom: 2px solid #D1D1D1;
    cursor: pointer
}

.vol_panel .vol_g:hover ~ span {
    border-color: #FAE100
}

.vol_panel .vol_g.on {
    border-color: #FAE100
}

.btn_sound {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 40px;
    height: 33px;
    background-position: -100px -157px;
    line-height: 20px
}

.btn_sound:hover {
    background-position: -150px -157px
}

.sound_control.open .vol_panel {
    bottom: 0;
    opacity: 1;
    transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.btn_soundoff {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 40px;
    height: 40px;
    background-position: -200px -157px
}

.btn_soundoff:hover {
    background-position: -250px -157px
}

/* 화질 */
.dp_quality {
    float: right;
    position: relative;
    width: 58px;
    height: 32px;
    margin-top: 8px;
    font-family: HelveticaNeue,Helvetica,Arial,AppleSDGothicNeo,'Malgun Gothic','맑은 고딕',sans-serif
}

.dp_quality .link_dp {
    display: block;
    width: 58px;
    height: 40px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.25)
}

.dp_quality .link_dp .dp_hd {
    display: inline-block;
    margin: -1px 0 0 1px;
    font-size: 9px;
    vertical-align: top
}

.dp_quality .link_dp:hover {
    color: #FAE100;
    text-decoration: none
}

.dp_quality .link_dp:hover .dp_hd {
    color: #fff
}

.dp_quality.open {
    z-index: 99
}

.dp_quality .link_current {
    position: absolute;
    z-index: 99;
    left: 0;
    height: 32px;
    line-height: 15px;
    padding-bottom: 8px;
}

.dp_quality.open .link_current {
    color: #FAE100
}

.dp_quality.open .link_current .dp_hd {
    color: #fff
}

.list_quality {
    position: absolute;
    z-index: 98;
    bottom: -162px;
    left: 0;
    width: 58px;
    padding-top: 5px;
    padding-bottom: 40px;
    background: rgba(0,0,0,0.4);
    opacity: 0
}

.list_quality li {
    height: 30px
}

.list_quality li .link_dp {
    height: 30px;
    line-height: 32px
}

.dp_quality.open .list_quality {
    bottom: 0;
    opacity: 1;
    transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1)
}

/* 설정 상자 */
.box_setting {
    display: block;
    z-index: 99;
    position: absolute;
    bottom: 44px;
    right: 16px;
    width: 131px;
    padding: 4px 0 4px 11px;
    background: rgba(0,0,0,0.4)
}

.box_setting .link_set {
    display: block;
    line-height: 40px;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.25);
    clear: both
}

.box_setting .link_set:hover {
    color: #F4D631;
    text-decoration: none
}

.desc_toggle {
    position: relative;
    line-height: 40px;
    color: #FFF
}

.desc_toggle .lab_toggle {
    display: inline-block;
    width: 68px;
    cursor: pointer
}

.desc_toggle .inp_toggle {
    position: absolute;
    top: 7px;
    right: 24px;
    width: 46px;
    height: 21px;
    vertical-align: top;
    -webkit-appearance: none;
    border: 0 none;
    opacity: 0.01;
    cursor: pointer
}

.desc_toggle .img_toggle {
    display: inline-block;
    position: relative;
    width: 46px;
    height: 21px;
    margin-top: 7px;
    border-radius: 21px;
    vertical-align: top;
    background-color: #2D2D2D;
    -webkit-transition: background .4s;
    -moz-transition: background .4s;
    transition: background .4s;
    pointer-events: none
}

.desc_toggle .inp_toggle + .img_toggle:after {
    content: "";
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    width: 19px;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,.1);
    background-color: #fff;
    -webkit-transition: right .4s,background .4s;
    -moz-transition: right .4s,background .4s;
    transition: right .4s,background .4s
}

.desc_toggle .inp_toggle:checked + .img_toggle {
    background-color: #F4D631
}

.desc_toggle .inp_toggle:checked + .img_toggle:after {
    right: 0;
    border-color: #DBC02C;
    background-color: #fff
}

.desc_toggle .inp_toggle:focus + .img_toggle {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px
}

.desc_toggle.toggle_on .img_toggle {
    background-color: #F4D631
}

.desc_toggle.toggle_on .img_toggle:after {
    right: 0;
    border-color: #DBC02C;
    background-color: #fff
}

.modal_content {
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8)
}

/* 공유하기 레이어 */
.layer_comm {
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.8)
}

.share_cont {
    display: table-cell;
    width: 100%;
    vertical-align: middle
}

.list_tab {
    overflow: hidden;
    width: 100%;
    padding: 21px 0 0 43px;
    box-sizing: border-box
}

.list_tab li {
    float: left;
    margin-right: 27px
}

.list_tab .link_share {
    display: block;
    font-size: 16px;
    line-height: 33px;
    color: #fff
}

.list_tab .on .link_share {
    font-weight: bold;
    border-bottom: 2px solid #FAE100
}

.list_sns {
    overflow: hidden;
    width: 100%;
    font-size: 0;
    text-align: center
}

.list_sns li {
    display: inline-block;
    width: 60px;
    height: 109px;
    padding: 0 15px;
    vertical-align: top
}

.list_sns .link_sns {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center
}

.list_sns .link_sns .img_sns {
    display: block;
    overflow: hidden;
    width: 60px;
    height: 60px;
    margin-bottom: 8px;
    border-radius: 60px;
    background: rgba(255,255,255,0.94)
}

.list_sns .link_sns .img_sns:hover {
    background: #FAE100
}

.list_sns .link_sns .ico_story {
    width: 14px;
    height: 25px;
    margin: 18px auto 0;
    background-position: -300px -410px
}

.list_sns .link_sns .ico_face {
    width: 13px;
    height: 28px;
    margin: 16px auto 0;
    background-position: -300px -380px
}

.list_sns .link_sns .ico_twi {
    width: 27px;
    height: 22px;
    margin: 20px auto 0;
    background-position: -290px -350px
}

.list_sns .link_sns .ico_cafe {
    width: 30px;
    height: 27px;
    margin: 17px auto 0;
    background-position: -250px -370px
}

.list_sns .link_sns .ico_blog {
    width: 35px;
    height: 14px;
    margin: 24px auto 0;
    background-position: -250px -350px
}

.copy_url {
    overflow: hidden;
    width: 428px;
    margin: 0 auto
}

.txt_inputbox {
    display: block;
    overflow: hidden;
    width: 386px;
    height: 46px;
    padding: 0 21px;
    border: 0 none;
    line-height: 46px;
    color: #fff;
    background: #444;
    text-overflow: ellipsis;
    white-space: nowrap
}

.copy_url .txt_g,.output_copy .txt_g {
    padding: 11px 0 0 4px;
    color: #fff;
    font-size: 14px
}

.btn_close {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-position: -280px 0
}
/* 소스 퍼가기 레이어 */
.source_cont {
    display: table-cell;
    width: 100%;
    vertical-align: middle
}

.output_function {
    width: 430px;
    height: 52px;
    margin: 0 auto
}

.output_function .choice_radiobox {
    margin-top: 6px
}

.source_cont .tit_source {
    display: inline-block;
    margin-top: 6px;
    font-weight: bold;
    line-height: 28px;
    color: #fff;
    vertical-align: top
}

.screen_size {
    float: right
}

.screen_size .tit_size {
    float: left;
    width: 67px;
    line-height: 40px;
    color: #fff
}

.screen_size .opt_comm {
    float: left;
    width: 116px
}

.output_copy {
    width: 430px;
    margin: 0 auto
}

.output_copy .txt_url {
    display: block;
    width: 100%;
    border: 0 none;
    box-sizing: border-box;
    min-height: 86px;
    padding: 10px 16px;
    line-height: 17px;
    color: #fff;
    background: #444;
    word-break: break-all;
    resize: none
}

.btn_yellowbox {
    display: block;
    height: 40px;
    margin: 21px auto 0;
    border-radius: 2px;
    line-height: 42px;
    background: #FAE100;
    text-align: center
}

.btn_edit {
    width: 140px
}

.output_copy .btn_yellowbox {
    width: 140px
}

.link_option {
    float: right;
    position: relative;
    margin: 9px 18px 0 0;
    border-bottom: 1px solid #BEBEBE;
    line-height: 20px;
    color: #fff
}

.link_option:hover {
    text-decoration: none
}

.link_option .img_player {
    position: absolute;
    top: 4px;
    right: -18px;
    width: 16px;
    height: 14px;
    background-position: -170px -380px
}

.btn_function {
    display: inline-block;
    width: 80px;
    height: 40px;
    margin: 0 3px;
    border-radius: 2px;
    line-height: 38px;
    color: #404040;
    text-align: center
}

.btn_cancel {
    background: rgba(255,255,255,0.9)
}

.btn_finish {
    background: #FAE100
}
/* 상세설정 */
.set_detail {
    text-align: center
}

.list_detail {
    width: 100%;
    font-weight: bold;
    font-size: 0;
    color: #fff;
    text-align: left
}

.list_detail dt {
    display: inline-block;
    width: 73px;
    height: 46px;
    font-size: 14px;
    line-height: 38px;
    clear: both
}

.list_detail dd {
    display: inline-block;
    height: 46px;
    font-size: 14px;
    line-height: 38px
}

.list_detail .choice_comm {
    margin-top: 6px;
    padding-right: 18px;
    line-height: 28px
}

.list_detail .screen_size {
    padding-left: 13px
}

.list_detail .choice_comm:nth-of-type(3) {
    padding-right: 6px
}

.list_detail .choice_comm:nth-of-type(3) .lab_comm {
    width: 28px;
    height: 28px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px
}

.input_time {
    display: inline-block
}

.input_time .inp_text {
    display: inline-block;
    width: 50px;
    height: 40px;
    border: 0 none;
    border-radius: 2px;
    font-weight: bold;
    color: #fff;
    background: #444;
    box-sizing: border-box;
    vertical-align: top;
    text-align: center
}

.input_time .txt_bar {
    padding: 0 6px 0 7px
}

/* 셀렉트 박스 공통 */
.opt_comm {
    position: relative;
    height: 40px;
    font-family: HelveticaNeue,Helvetica,Arial,AppleSDGothicNeo,'Malgun Gothic','맑은 고딕',sans-serif
}

.link_selected {
    display: block;
    height: 40px;
    padding: 0 30px 0 13px;
    border-radius: 2px;
    font-weight: normal;
    line-height: 44px;
    color: #fff;
    background: #444
}

.link_selected:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 0;
    height: 0;
    border-bottom: 0 none;
    border-top: 8px solid #C8C8C8;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    content: ''
}

.opt_open .link_selected:after {
    border-top-color: #FAE100;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.list_opt {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 99;
    width: 100%;
    background: #444
}

.list_opt .link_select {
    display: block;
    padding-left: 13px;
    font-weight: normal;
    line-height: 40px;
    color: #fff
}

.list_opt .link_select:hover {
    background: #373737;
    text-decoration: none
}

.opt_open .list_opt {
    display: block
}

/* 디자인 input[type=radio], input[type=checkbox] 공통 */
.choice_comm {
    display: inline-block;
    position: relative;
    padding-right: 12px;
    vertical-align: top
}

.choice_comm .img_player {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none
}

.choice_radiobox .inp_comm:focus + .lab_comm .img_player {
    outline: 1px dotted #fff;
    outline: -webkit-focus-ring-color auto 5px
}

.choice_comm .inp_comm {
    vertical-align: top;
    -webkit-appearance: none
}

/* 디자인 input[type=checkbox] */
.choice_radiobox .lab_comm {
    display: inline-block;
    padding-left: 35px;
    font-weight: bold;
    line-height: 28px;
    color: #fff;
    vertical-align: top;
    cursor: pointer
}

.choice_radiobox .lab_comm:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    background: url(//t1.daumcdn.net/kakaotv/2016/player/web/pc/img_pcplayer.png) no-repeat -170px -350px;
    content: ''
}

.choice_radiobox .img_player {
    width: 28px;
    height: 28px;
    background-position: -170px -350px
}

.choice_radiobox .inp_comm {
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}

.choice_radiobox .inp_comm:checked + .lab_comm .img_player {
    background-position: -200px -350px;
    opacity: 1;
    -webkit-animation-name: cbox;
    -webkit-animation-duration: 0.2s;
    -webkit-animation-timing-function: ease-out
}

.choice_radiobox .lab_comm.checked .img_player {
    background-position: -200px -350px
}

@-webkit-keyframes cbox {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

/* 비밀번호 입력 */
.pass_cont {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: #222
}

.box_pass {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 280px;
    padding: 37px 20px 31px;
    margin: -70px 0 0 -160px;
    background: #333
}

.box_pass .tit_pass {
    display: block;
    font-weight: normal;
    line-height: 20px;
    color: #fff;
    text-align: center
}

.box_pass .tit_pass.color_g {
    color: #FAE100
}

.box_pass .btn_yellowbox {
    width: 120px
}

.pass_input {
    padding: 27px 20px 20px
}

.pass_input .pass_box {
    position: relative;
    width: 240px;
    margin: 0 auto;
    border-bottom: 2px solid #E6E6E6
}

.pass_input .lbl_pass {
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #9B9B9B;
    text-indent: 10px
}

.pass_input .inp_pass {
    display: block;
    width: 220px;
    height: 40px;
    padding: 0 10px;
    border: 0 none;
    font-size: 14px;
    line-height: 40px;
    color: #FFF;
    background: transparent
}

.btn_yellowbox.btn_disabled {
    color: #9B9B9B;
    background: rgba(255,255,255,0.2);
    cursor: default
}

.list_sns .link_sns:hover,.list_tab .link_share:hover,.link_selected:hover,.link_skip:hover {
    text-decoration: none
}

/* 관련영상 */
.item_other {
    height: 100%;
    padding: 0 8.3%
}

.box_item {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.list_item {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.list_item li {
    display: block;
    position: relative;
    float: left;
    text-align: left;
    width: 33.33%;
}

.list_item li .link_item {
    display: block;
    background-size: cover;
    background-position: 50%
}

.list_item li .tit_item {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 56px;
    padding: 17px 13px 0 14px;
    box-sizing: border-box;
    line-height: 20px;
    color: #fff;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all
}

.list_item li .txt_count {
    display: none;
    position: absolute;
    bottom: 15px;
    left: 14px;
    font-size: 13px;
    line-height: 20px;
    color: #fff
}

.list_item .link_item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,0.55);
    content: '';
}

.set_coverinfo .list_item .link_item:before {
    border: 3px solid #FAE100;
    box-sizing: border-box;
    background: none
}

.list_item .link_item:hover:before {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.list_item .link_item:hover .txt_count {
    display: block;
}

.list_item .link_item:hover .tit_item {
    display: block;
    display: -webkit-box;
    text-decoration: underline
}

.paging_item {
    position: absolute;
    left: 0;
    bottom: 17.2%;
    width: 100%;
    height: 8px;
    font-size: 0;
    line-height: 0;
    text-align: center
}

.paging_item .paging_num {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    border-radius: 8px;
    background: #E5E5E5
}

.paging_item .paging_num.on {
    background: #FAE100
}

.btn_prev {
    position: absolute;
    top: 50%;
    left: 1.9%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background-position: 0 -350px
}

.btn_next {
    position: absolute;
    top: 50%;
    right: 1.9%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background-position: 0 -410px
}

.set_coverinfo .btn_prev, .set_coverinfo .btn_next {
    margin-top: -36px
}

.set_coverinfo .btn_prev {
    left: 10%
}

.set_coverinfo .btn_next {
    right: 10%
}

.btn_prev:hover {
    background-position: -60px -350px
}

.btn_next:hover {
    background-position: -60px -410px
}

/* 커버 이미지 리스트 */
.list_cover {
    display: table-cell;
    width: 100%;
    padding-top: 42px;
    vertical-align: middle
}

.list_cover li {
    position: relative;
    float: left;
    width: 33.33%
}

.list_cover .link_cover:before {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #FAE100;
    box-sizing: border-box;
    content: ''
}

.list_cover .link_cover:hover:before,.list_cover .on .link_cover:before {
    display: block
}

/* 구간이동 썸네일 */
.section_thumb {
    position: absolute;
    bottom: 54px;
    left: 0;
    width: 100%;
    padding: 0 13px;
    box-sizing: border-box;
}

.overlay .section_thumb {
    display: none;
}

.list_section {
    width: 100%;
    max-width: 852px;
    margin: 0 auto;
    font-size: 0;
    text-align: center
}

.list_section li {
    display: inline-block;
    position: relative;
    top: 0;
    width: 16.66%;
    padding: 0 3px;
    box-sizing: border-box;
    transition-delay: .8s
}

.list_section .link_section {
    display: block;
    visibility: hidden;
    position: relative;
    top: 15px;
    background: #2D2D2D;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1)
}

.list_section .link_section:hover:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #FAE100;
    box-sizing: border-box;
    content: ''
}

.list_section .time_num {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 26px;
    padding: 0 6px;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    font-family: HelveticaNeue,Helvetica,Arial,AppleSDGothicNeo,'Malgun Gothic','맑은 고딕',sans-serif;
    text-align: center;
    background: rgba(0,0,0,0.5)
}

.on .list_section li {
    top: 0;
    transition-delay: initial
}

.on .list_section .link_section {
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1)
}

.on .list_section li:nth-of-type(1) .link_section {
    transition-delay: .01s
}

.on .list_section li:nth-of-type(2) .link_section {
    transition-delay: .05s
}

.on .list_section li:nth-of-type(3) .link_section {
    transition-delay: .1s
}

.on .list_section li:nth-of-type(4) .link_section {
    transition-delay: .15s
}

.on .list_section li:nth-of-type(5) .link_section {
    transition-delay: .2s
}

.on .list_section li:nth-of-type(6) .link_section {
    transition-delay: .25s
}

.list_section li:nth-of-type(6) .link_section {
    transition-delay: .01s
}

.list_section li:nth-of-type(5) .link_section {
    transition-delay: .05s
}

.list_section li:nth-of-type(4) .link_section {
    transition-delay: .1s
}

.list_section li:nth-of-type(3) .link_section {
    transition-delay: .15s
}

.list_section li:nth-of-type(2) .link_section {
    transition-delay: .2s
}

.list_section li:nth-of-type(1) .link_section {
    transition-delay: .25s
}

/* 인코딩,배포 */
.loading_info {
    position: absolute;
    top: 50%;
    left: 65px;
    margin-top: -82px;
    color: #fff
}

.loading_info .loading_num {
    font-weight: bold;
    font-size: 80px;
    line-height: 1.28
}

.loading_info .loading_g {
    font-size: 40px
}

.loading_info .txt_info {
    font-family: Noto Sans, Arial, sans-serif
}

.img_loading {
    position: absolute;
    bottom: 53px;
    right: 57px;
    width: 120px;
    height: 120px
}

/* 광고 프로그래스 바 */
.progress_ad {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: rgba(255,255,255,0.3)
}

.progress_ad .loading_bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: rgba(255,255,255,0.9)
}

.progress_ad .play_bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #37CACB
}

/* 로딩중 */
.ball_loading {
    display: block;
    position: absolute;
    z-index: 9999;
    bottom: 43px;
    right: 43px;
    width: 34px;
    height: 70px
}

.loading_center {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333
}

.loading_center .ico_ballani {
    bottom: 50%;
    left: 50%;
    margin: 0 0 -33px -20px
}

/* 종료 문구 */
.end_cont {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: url(//t1.daumcdn.net/kakaotv/2016/player/web/pc/thumb_ing.jpg) repeat 50%
}

.inner_comment {
    display: table;
    width: 100%;
    height: 100%
}

.txt_comment {
    display: table-cell;
    padding: 0 50px;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    vertical-align: middle
}

/*  */
.cont_setting {
    display: table;
    width: 100%;
    height: 100%;
    margin-top: -56px
}

.setting_comm {
    display: table-cell;
    width: 100%;
    vertical-align: middle
}

.set_vodinfo .txt_inputbox {
    width: 338px;
    margin: 0 auto 13px
}

.set_vodinfo .list_detail {
    width: 340px;
    margin: 0 auto
}

.set_vodinfo .list_detail dt {
    width: 146px;
    text-align: center
}

.set_coverinfo {
    padding: 0 19.1%
}

.set_detail .list_detail {
    width: 400px;
    margin: 0 auto;
    padding-bottom: 16px
}

.set_detail .btn_function {
    margin-top: 8px
}

/* 안내문구 */
.alert_popup {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: #333
}

.ico_alert {
    display: block;
    overflow: hidden;
    background: url(//t1.daumcdn.net/kakaotv/2016/player/web/pc/ico_alert_170426.png) no-repeat
}

.type_nineteen .ico_alert {
    width: 66px;
    height: 66px
}

.type_tough .ico_alert {
    width: 66px;
    height: 66px;
    background-position: 0 -70px
}

.type_adult .ico_alert {
    width: 66px;
    height: 66px;
    background-position: 0 -140px
}

.type_icon1 .ico_alert {
    width: 83px;
    height: 93px;
    background-position: 0 -420px
}

.type_icon2 .ico_alert {
    width: 80px;
    height: 88px;
    background-position: 0 -330px
}

.alert_message {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 350px;
    margin: 0 auto
}

.message_cont {
    display: table-cell;
    overflow: hidden;
    width: 100%;
    max-width: 284px;
    margin: 0 auto;
    vertical-align: middle
}

.message_cont.end_more {
    max-width: 100%
}
/* 인증문구 */
.noti_image {
    display: table-cell;
    margin-top: 1px;
    vertical-align: middle
}

.warning_words {
    display: table-cell;
    padding-left: 14px;
    line-height: 21px;
    color: #B3B3B3;
    letter-spacing: -1px;
    text-align: left;
    vertical-align: middle
}

.warning_words .txt_message {
    line-height: 21px;
    text-align: left
}

.message_popup .function_btn {
    padding: 12px 0 0;
    text-align: center;
    font-size: 0;
    line-height: 0
}

.message_popup .function_btn .link_box {
    display: inline-block;
    width: 110px;
    height: 40px;
    margin: 0 5px;
    border-radius: 2px;
    font-size: 15px;
    line-height: 40px;
    color: #fff;
    background: rgba(255, 255, 255, 0.4)
}

.message_popup .function_btn .link_box:last-of-type {
    background: #4DBEFA
}

.link_age {
    display: inline-block;
    margin: 11px 0 0 80px;
    border-bottom: 1px solid #fff;
    font-size: 15px;
    line-height: 22px;
    color: #fff
}

.link_alert {
    display: inline-block;
    margin: 11px 0 0 80px;
    border-bottom: 1px solid #fff;
    font-size: 15px;
    line-height: 22px;
    color: #fff
}

.link_alert:hover,.link_alert:active {
    text-decoration: none
}

.link_alert button {
    color: #fff;
}

.alert_message .outlink_none .link_alert {
    display: none
}
/* 안내문구 */
.message_info .noti_image {
    display: block;
    margin: 0 auto
}

.message_info.type_icon1 .noti_image {
    width: 83px;
    height: 93px;
}

.message_info.type_icon2 .noti_image {
    width: 80px;
    height: 88px
}

.message_info .warning_words {
    display: block;
    padding: 15px 0 0 0;
    font-size: 16px;
    text-align: center
}

.message_info .link_alert {
    margin-left: 0
}

.link_alert.link_refresh {
    display: block;
    width: 110px;
    height: 30px;
    margin: 25px auto 0;
    border-bottom: 0 none;
    font-size: 16px;
    line-height: 30px;
    color: #FFF;
    text-align: center
}

.link_alert.link_refresh .img_player {
    display: inline-block;
    width: 31px;
    height: 31px;
    margin-right: 8px;
    background-position: -220px -410px;
    vertical-align: top
}

.message_info {
    text-align: center
}

.message_info .txt_message {
    padding: 34px 0 8px;
    font-size: 15px;
    line-height: 20px;
    color: #fff
}


/* 다음 동영상 */
.message_cont .tit_next {
    display: block;
    margin-bottom: 14px;
    font-weight: normal;
    font-size: 13px;
    color: #fff
}

.message_cont .link_next {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 17px;
    line-height: 21px;
    color: #fff
}

.message_cont .link_next .txt_g {
    font-size: 13px
}

.message_cont .link_cancel {
    display: inline-block;
    font-size: 13px;
    color: #B4B4B4
}

.link_waiting {
    display: block;
    position: relative;
    width: 88px;
    height: 88px;
    margin: 0 auto 14px;
    border-radius: 88px;
    background: #4B4B4B;
    cursor: pointer;
}

.link_waiting .box_circle {
    overflow: hidden;
    position: absolute;
    width: 88px;
    height: 88px;
    top:0;
    left:0;
}

.link_waiting .ico_kakaotv {
    position: absolute;
    top: 13px;
    left: 15px;
    z-index: 10;
    width: 16px;
    height: 18px;
    background-position: -270px -30px
}

.link_waiting .ico_waiting {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 82px;
    height: 82px;
    border-radius: 82px;
    background: #222
}

.link_waiting .ico_waiting .img_player {
    width: 31px;
    height: 37px;
    margin: 23px 0 0 29px;
    background-position: -260px -410px
}
/* 재생차단 */
.block_cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222
}

.svg_logo {
    width: 100%;
    height: 100%;
    padding: 26.3%;
    box-sizing: border-box
}

.list_item .svg_logo {
    position: absolute;
    top: 0;
    left: 0;
    padding: 23.3%;
    background: #222
}

#adController {
    cursor: pointer;
}

/* 알럿메시지 */
.box_message {
    display: -webkit-box;
    -webkit-box-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1002;
}

.box_message .message_g {
    width: 300px;
    margin: 0 auto;
    padding: 12px 10px;
    border-radius: 2px;
    font-size: 15px;
    line-height: 18px;
    color: #404040;
    text-align: center;
    background: rgba(245, 245, 245, 0.94);
    vertical-align: middle
}

/*.controller.type_ad { display:block;visibility:visible;opacity:1;background:none; }*/
.controller.type_ad .player_head,
.controller.type_ad .player_body,
.controller.type_ad .section_thumb,
.controller.type_ad .player_function {
    display: none;
}

.controller.type_ad .progress_bar {
    height: 4px;
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.controller.type_ad .progress_bar .total_bar {
    height: 4px;
    transform: initial;
    transition: initial;
}

.controller.type_ad .progress_bar .loading_bar {
    display: none;
}

.controller.type_ad .progress_bar .play_bar {
    bottom: 0;
    height: 4px;
}

.controller.type_ad .progress_bar .play_bar .play_progress_bar_bg {
    margin-top: 0;
    bottom: 0;
}

.controller.type_ad .progress_bar .link_point {
    display: none;
}

.controller.type_ad .progress_bar .time_container {
    display: none;
}

.controller.type_ad .progress_bar .play_progress_bg {
    width: 100%;
    height: 4px;
    left: 0;
    position: absolute;
    background-color: #f7da10;
}

/* 가로뷰 */
/* 1024 해상도 이상 */
@media all and (min-width: 1024px) {

    .item_other {
        padding: 0 14.3%
    }
}

/* 1024 해상도 미만  */
@media all and (max-width: 1023px) {
    .item_other {
        padding: 0 18.4%
    }
}

/* 850 해상도 미만  */
@media all and (max-width:849px) {
    .item_other {
        padding: 0 18.4%
    }

    .btn_prev {
        left: 9.5%
    }

    .btn_next {
        right: 9.5%
    }

    .list_item li {
        width: 50%
    }

    .setting_comm,.share_cont,.source_cont {
        padding-top: 40px
    }

    .set_coverinfo {
        padding-top: 0
    }

    .link_play,.link_pause {
        -webkit-transform: scale(0.78);
        -ms-transform: scale(0.78);
        transform: scale(0.78)
    }
}

/* 639 해상도 미만  */
@media all and (max-width:639px) {
    .list_item li {
        width: 50%
    }

    .btn_prev {
        left: 2.5%
    }

    .btn_next {
        right: 2.5%
    }

    .set_coverinfo .btn_prev {
        left: 3%
    }

    .set_coverinfo .btn_next {
        right: 3%
    }

    .item_other {
        padding: 0 13.8%
    }

    .setting_comm,.share_cont,.source_cont {
        padding-top: 40px
    }

    .set_coverinfo {
        padding-top: 0
    }

    .link_play,.link_pause {
        -webkit-transform: scale(0.78);
        -ms-transform: scale(0.78);
        transform: scale(0.78)
    }

    .section_thumb {
        display: none
    }
}

/* 너비 작을 떄 공통 */
@media all and (max-width:540px) {
    .list_sns li {
        padding: 0 6px
    }

    .copy_url,.output_copy,.output_function {
        width: 380px
    }

    .txt_inputbox {
        width: 338px
    }

    .copy_url .txt_g,.output_copy .txt_g {
        letter-spacing: -1px
    }
}

@media all and (max-width:560px) {
    .box_pass {
        margin-top: -55px
    }

    .set_vodinfo .txt_inputbox {
        margin-bottom: 8px
    }

    .set_vodinfo .list_detail dd,.set_vodinfo .list_detail dt {
        height: 40px
    }

    .set_vodinfo .btn_yellowbox {
        margin-top: 15px
    }

    .set_detail .list_detail {
        padding-bottom: 6px
    }
}

/* 세로뷰 */
@media all and (orientation:portrait) {
    /* 너비가 560 해상도 미만  */
    @media all and (max-width:560px) {
        .set_vodinfo .txt_inputbox {
            margin-bottom: 13px
        }

        .set_vodinfo .list_detail dd,.set_vodinfo .list_detail dt {
            height: 46px
        }

        .set_vodinfo .btn_yellowbox {
            margin-top: 21px
        }

        .set_detail .list_detail {
            padding-bottom: 16px
        }

        .list_item li {
            width: 100%
        }

        .item_other {
            padding: 0 21.2%
        }

        .btn_prev {
            left: 5.6%
        }

        .btn_next {
            right: 5.6%
        }

        .set_coverinfo {
            padding: 0 7%
        }

        .list_cover li {
            width: 50%
        }
    }
    /* 너비가 460 해상도 미만  */
    @media all and (max-width:460px) {
        .set_detail .list_detail {
            width: 240px
        }

        .set_detail .list_detail dt {
            vertical-align: top
        }

        .set_detail .list_detail dd {
            width: 167px;
            height: auto
        }

        .set_detail .list_detail .choice_comm {
            margin-bottom: 22px
        }

        .set_vodinfo .txt_inputbox {
            width: 278px
        }
    }
}

@media all and (max-height: 640px) {

}

/* 광고 282X157 사이즈 대응 */
@media all and (max-width:380px) {
    .player_head, .btn_full, .btn_share, .btn_popup, .btn_setting, .dp_quality, .btn_cinema, .link_slogo, .vol_panel, .on .check_time {
        display: none
    }

    .link_play, .link_pause {
        transform: scale(0.48);
    }

    .progress_bar {
        left: 10px;
        right: 15px;
        bottom: 38px
    }

    .player_function {
        padding: 0 5px
    }

    .btn_pause,.btn_play {
        margin-right: -3px
    }
}