@charset "utf-8";

/* 새글 스킨 (latest) */
/*.lat_gallery {position:relative;margin-bottom:5px;background:#fff}*/
/*.lat_gallery .lat_gallery_title {display:block;line-height:45px;font-size:1.2em;color:#253dbe}*/
/*.lat_gallery .lat_gallery_title a {position:relative;color:#000;display:inline-block}*/

/*.lat_gallery ul {padding:10px 0}*/
/*.lat_gallery li {display: flex; justify-content: space-between; align-items: center; width: calc(100% / 5 - 10px); flex-direction:column;}*/
/*.lat_gallery li a {font-size: 18px;}*/
/* .lat_gallery li a:hover {color:#3a8afd} */
/*.lat_gallery li .fa-heart {color:#ff0000}*/
/*.lat_gallery li .fa-lock {display:inline-block;line-height:14px;width:16px;font-size:0.833em;color:#4f818c;background:#cbe3e8;text-align:center;border-radius:2px;font-size:12px;border:1px solid #cbe3e8;vertical-align:middle}*/
/*.lat_gallery li .new_icon {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#23db79;background:#b9ffda;text-align:center;border-radius:2px;margin-left:2px;font-weight:bold;vertical-align:middle}*/
/*.lat_gallery li .hot_icon {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#ff0000;background:#ffb9b9;text-align:center;border-radius:2px;vertical-align:middle}*/
/*.lat_gallery li .fa-caret-right {color:#bbb}*/
/*.lat_gallery li .fa-download {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#daae37;background:#ffefb9;text-align:center;border-radius:2px;vertical-align:middle}*/
/*.lat_gallery li .fa-link {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#b451fd;background:#edd3fd;text-align:center;border-radius:2px;vertical-align:middle}*/

/*.lat_gallery .profile_img img{border-radius:50%}*/


/*.lt_info .lt_nick {}*/
/*.lt_info .lt_date {color:#888}*/

/*.lat_gallery .empty_li {line-height:145px;color:#666;text-align:center;padding:0}*/
/*.lat_gallery .empty_li:before {background:none;padding:0}*/

/*.lat_gallery .lt_cmt {background:#e9eff5;color:#3a8afd;font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;vertical-align:middle}*/
/*.lat_gallery .lt_more {position:absolute;top:11px;right:0;display:block;width:40px;line-height:25px;color:#3a8afd;border-radius:3px;text-align:center}*/
/*.lat_gallery .lt_more:hover {color:#777}*/

/*.btm_container .btm_wrap .btm_img_wrap ul li img{*/
/*	width: 220px;*/
/*	aspect-ratio:10/7;*/
/*	overflow: hidden;	*/
/*}*/

/*.lat_gallery li .lt_info{*/
/*	display: block;*/
/*	margin-top: 15px;*/
/*}*/

.lat_gallery li .yt_container{
	width: 100%;
}

.lat_gallery li .yt_container lite-youtube{
	width:100%;
	height:140px;
	border-radius:5px;
}

@media screen and (max-width:460px){
	.lat_gallery li .yt_container iframe{
		height: 95px;
	}
	.btm_container .btm_wrap .btm_img_container .btm_img_wrap.btm_juil .lat_gallery li:nth-child(n+4){
		display: none;
	}
	.btm_container .btm_wrap .btm_img_container .btm_img_wrap.btm_juil .lat_gallery li{
		width: calc(100%/3 - 10px);
	}
}