/* right_watch */
.right_watch_wrap{
    width: 100%;border: 1px solid #ccd1d6;margin-bottom: 20px;
    padding: 16px; box-sizing: border-box;
}
.right_watch_inner{
    
}

.right_watch_header{
    display: flex;justify-content: space-between;
}

.right_watch_header .watch{
    font-size: 11px;
    font-weight: 700;
    color: #4451a4;
    line-height: 120%;
}

.right_watch_header .tv_schedule{
    font-size: 11px;
    font-weight: 300;
    line-height: 120%;
}
.right_watch_header .tv_schedule a{
    text-decoration: none;
    color: #4451a4;
}

.right_watch_thumb{
    margin-top: 10px;
    width: 100%;height: 0;padding-top: 56.25%;position: relative;
}
.right_watch_thumb a img{
    position: absolute;top: 0;left: 0;
    width: 100%;height: 100%;
}

@media (max-width: 961px) {
    .right_watch_wrap{
        margin-bottom: 7px;
    }
    .right_watch_header .watch{
        font-size: 16px;
    }
    .right_watch_header .tv_schedule{
        font-size: 16px; 
    }
}


/* right_youtube_banner */

.right_youtube_banners{
    position: relative;
    background: #fff;
    width: 100%;
    margin-bottom: 50px;
}
.right_youtube_banners img{
    width: 100%; height: 100%;
}



.right_youtube_banners .slick-dots{
    position:absolute;
    display: inline-block !important;
    width:auto;
    bottom: -23px;
    right: 0;
}
.right_youtube_banners .slick-dots li{
    width: 15px;
}
.right_youtube_banners .slick-dots li button{
    width: 15px;
}

.right_youtube_banners .slick-dots li button:before {
	font-size: 10px;
	line-height: 0;
	content: '○';
	text-align: center;
	color:#0088cf;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align:middle;
}
.right_youtube_banners .slick-dots li.slick-active button:before {
	content: '●';
	color:#0088cf;
}
.right_youtube_banners .right_youtube_arrow_prev{
    position: absolute;
    top: 50%;transform: translateY(-50%);
    left: 0;
    width: 30px;
    height: 30px;
    background: url(https://world.kbs.co.kr/service/common/images/btn_program_prev_w.png) no-repeat center;
    background-size: 8px auto;
    z-index: 100;
    text-indent: -9999px;
    overflow: hidden;
}
.right_youtube_banners .right_youtube_arrow_prev:hover{
    background-color: rgba(0, 0, 0, 0.3);
}

.right_youtube_banners .right_youtube_arrow_next{
    position: absolute;
    top: 50%;transform: translateY(-50%);
    right: 0;
    width: 30px;
    height: 30px;
    background: url(https://world.kbs.co.kr/service/common/images/btn_program_next_w.png) no-repeat center;
    background-size: 8px auto;
    z-index: 100;
    text-indent: -9999px;
    overflow: hidden;
}

.right_youtube_banners .right_youtube_arrow_next:hover{
    background-color: rgba(0, 0, 0, 0.3);
}

.right_youtube_banner{
    width: 100%;
}
.right_youtube_banner a{
    display: block;
    width: 100%;
    height: 70px;
}
.right_youtube_banner .yt_banner_radio{
    background: url(https://world.kbs.co.kr/service/common/images/youtube_banner_pc_r.jpg) no-repeat center;
    background-size: cover;
}
.right_youtube_banner .yt_banner_tv{
    background: url(https://world.kbs.co.kr/service/common/images/youtube_banner_pc_t.jpg) no-repeat center;
    background-size: cover;
}
.right_youtube_banner .yt_banner_a{
    background: url(https://world.kbs.co.kr/service/common/images/youtube_banner_pc_a.jpg) no-repeat center;
    background-size: cover;
}
.right_youtube_banner .yt_banner_i{
    background: url(https://world.kbs.co.kr/service/common/images/youtube_banner_pc_i.jpg) no-repeat center;
    background-size: cover;
}
.right_youtube_banner .yt_banner_s{
    background: url(https://world.kbs.co.kr/service/common/images/youtube_banner_pc_s.jpg) no-repeat center;
    background-size: cover;
}
.right_youtube_banner .yt_banner_v{
    background: url(https://world.kbs.co.kr/service/common/images/youtube_banner_pc_v.jpg) no-repeat center;
    background-size: cover;
}

@media all and (max-width:961px){ /* Mobile 최대 */
    
    .right_youtube_banners .right_youtube_arrow_prev{
        left: 5px;
        width: 40px;
        height: 40px;
        background-size: 12px auto;
    }
    .right_youtube_banners .right_youtube_arrow_next{
        right: 5px;
        width: 40px;
        height: 40px;
        background-size: 12px auto;
    }
}
@media all and (max-width:767px){ 
    .right_youtube_banners .right_youtube_arrow_prev{
        top: 45%;
    }
    .right_youtube_banners .right_youtube_arrow_next{
        top: 45%;
    }
}
@media all and (max-width:961px){ 
    .right_youtube_banner a{
        height: 120px;
    }
    .right_youtube_banner .yt_banner_radio{
        background: url(https://world.kbs.co.kr/service/common/images/youtube_banner_m_r.jpg) no-repeat center;
        background-size: cover;
    }
    .right_youtube_banner .yt_banner_tv{
        background: url(https://world.kbs.co.kr/service/common/images/youtube_banner_m_t.jpg) no-repeat center;
        background-size: cover;
    }
    .right_youtube_banner .yt_banner_a{
        background: url(https://world.kbs.co.kr/service/common/images/youtube_banner_m_a.jpg) no-repeat center;
        background-size: cover;
    }
    .right_youtube_banner .yt_banner_i{
        background: url(https://world.kbs.co.kr/service/common/images/youtube_banner_m_i.jpg) no-repeat center;
        background-size: cover;
    }
    .right_youtube_banner .yt_banner_s{
        background: url(https://world.kbs.co.kr/service/common/images/youtube_banner_m_s.jpg) no-repeat center;
        background-size: cover;
    }
    .right_youtube_banner .yt_banner_v{
        background: url(https://world.kbs.co.kr/service/common/images/youtube_banner_m_v.jpg) no-repeat center;
        background-size: cover;
    }
}
@media all and (max-width:767px){ 
    .right_youtube_banners{
        padding: 13px 13px 26px;
        box-sizing: border-box;
        margin-bottom: 7px;
    }
}

@media all and (max-width:680px){ 
    .right_youtube_banner a{
        height: 100px;
    }
}

@media all and (max-width:519px){
    .right_youtube_banner a{
        height: 70px;
    }
}

/* Right News Today */
.right_newstoday_banner{
    width: 100%;
    margin-bottom: 15px;
}
.right_newstoday_banner a{
    display: inline-block;
    width: 100%;
    height: 116px;
    background: url(https://world.kbs.co.kr/service/common/images/newstoday_banner.jpg) no-repeat center;
}


@media all and (max-width:961px){ /* tablet 최대 */
    .right_newstoday_banner{
        margin-bottom: 7px;
    }
    .right_newstoday_banner a{
        background: url(https://world.kbs.co.kr/service/common/images/newstoday_banner_t.jpg) no-repeat center;
        background-size: cover;
    }
}

@media all and (max-width:767px){ /*mobile 최대*/
    .right_newstoday_banner{
        padding: 0 13px;
        box-sizing: border-box;
        margin-bottom: 7px;
    }
    .right_newstoday_banner a{
        height: 100px;
    }
  
}
@media all and (max-width:540px){ 
    .right_newstoday_banner a{
        height: 70px;
    }
}