@charset "utf-8";
/* 새글 스킨 (latest) */
.lt_gal{position:relative;}
.lt_gal .lat_title {display:block; font-size: 2.2em; margin-bottom: 10px;}
.lt_gal .lat_title a{display:inline-block; position:relative; font-weight: 500; letter-spacing: -1px;}
.lt_gal .lt_more {position:absolute; top:12px; right:0; display:block; width:30px; line-height:30px;}
.lt_gal .lt_more img{width: 30px;}

.youtube{display: flex; justify-content: space-between;}
.youtube_list{position: relative; width: 31.33%; }
.youtube_list .item { position: relative; width: 100%; padding-bottom: 56%; }
.youtube_list .item iframe { position: absolute; width: 100%; height: 100%; }
.youtube .text_area{font-size: 1.2em; line-height: 140%; margin-top: 15px;}

@media screen and (max-width:640px){ 
    .lt_gal .lat_title {font-size: 1.8em; margin-bottom: 10px;}
    .lt_gal .lt_more {top:5px; right: 8px; width:20px; line-height:20px;}
    .lt_gal .lt_more img{width: 20px;}
    
    .youtube{display: block;}
    .youtube_list{ width: 100%; margin-bottom: 25px; }
    .youtube .text_area{font-size: 1.16em; margin-top: 10px;}

}