@charset "utf-8";
.tkp_con_live{ width:640px; height:360px; margin:30px auto 20px;}
.tkp_con_live .live_pc{ width:640px; height:360px; background:#000;}
.tkp_con_live .live_mobile{ width:100%; height:232px; background:#000; margin:10px auto; display:none;}
@media screen and (max-width:767px){
.tkp_con_live{ width:100%; height:auto; margin:10px 0;}
.tkp_con_live .live_pc{ display:none;}
.tkp_con_live .live_mobile{ display:block;}
.mejs-container .mejs-controls .mejs-quality{ display:none;}
.mejs-container .mejs-controls .mejs-time.mejs-duration-container{ display:none;}
.mejs-duration{ display:none;}
.mejs-overlay-error{ display:none;}
}
@media screen and (max-width:375px){
.tkp_con_live .live_mobile{ height:211px;}
}
@media screen and (max-width:360px){
.tkp_con_live .live_mobile{ height:202px;}
}
@media screen and (max-width:320px){
.tkp_con_live .live_mobile{ height:180px;}
}