
.lt_ys {font-family: 'Noto Sans KR', sans-serif; }
.lt_ys h4 {font-weight: 700;}
.lt_ys .line {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.lt_ys .nolist {display:flex; width: 100%; align-items: center; height: 229px;font-size: 0.875em;text-align: center;}
.lt_ys .li_img {position: relative; overflow: hidden; background:url(./noimg.jpg) no-repeat center/cover; padding-top: 65%; display: block; }
.lt_ys .li_img .subject {display: block; background: rgba(0,0,0,0.7); position: absolute; width: 100%; padding:5px 10px 10px; color:#fff; bottom:0; left:0; font-weight: 500; transform: translateY(100%); transition: all 0.3s;}
.lt_ys .li_img .play {height: 80px; width: auto; position: absolute; left:50%; top:50%; transform: translate(-50%, -50%); opacity: 0.7;}
.lt_ys .li_img:hover .subject {transform: translateY(0);}

@media (min-width:992px){ 
    .lt_ys .li_img {height: 229px; padding-top: 0;}
}