@charset "utf-8";

/* 디바이스 해상도별로 최신글 글자수 자르기 */
@media only screen and (min-width: 1200px) and (max-width: 2000px) { .gc_latest_vod_03_subject {/* width:210px;*/ height:150px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } } 
@media only screen and (min-width: 1018px) and (max-width: 1199px) { .gc_latest_vod_03_subject {/* width: 10em;*/ height:150px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }  }  
@media only screen and (min-width: 992px) and (max-width: 1017px) { .gc_latest_vod_03_subject { /* width: 10em;*/ height:150px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }  }
@media only screen and (min-width: 769px) and (max-width: 991px) { .gc_latest_vod_03_subject {  /* width: 5em;*/  height:150px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }  }
@media only screen and (max-width: 460px) { .gc_latest_vod_03_subject { width:190px; } }

.gc_latest_vod_03 {position:relative}
.gc_latest_vod_03 .msg_sound_only, .gc_latest_vod_03 .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}

.gc_latest_vod_03 ul {margin:0 0 10px;padding:0;list-style:none; max-width: none !important;}
.gc_latest_vod_03 li {padding:1px 0 7px 0; border-bottom:0px solid #DEDDDD; color: #fff;}
.gc_latest_vod_03 li a { font-size:24px; font-weight:600;} 
.gc_latest_vod_03 li img{display:inline;vertical-align:middle;margin:0;margin-left:3px; margin-right:10px;}
.gc_latest_vod_03 .lt_title {display:none}
.gc_latest_vod_03 .lt_more {position:absolute;top:-20px;right:0}
.gc_latest_vod_03 .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}
.gc_latest_vod_03 .s_datetime { color: #999898; font-size: 13px; margin-top: -1px;}

.thumb { border:1px solid #E5E5E5; padding:3px !important; } 