@charset "utf-8";

/* 새글 스킨 (latest) */
.pic_lt {position:relative;}
.pic_lt ul { display: flex; flex-wrap: wrap; }
.pic_lt li {width:24%;margin-left: 1.333%;border: 1px solid #ddd;box-shadow: 0 4px 10px rgba(0, 0, 0, 5%);}
.pic_lt li.gallery_li:nth-child(4n+1) { margin-left: 0; }
.pic_lt li .lt_img { display:block}
.pic_lt li .lt_img img, .pic_lt li .lt_img video {width:100%;height:auto}

.lt_info { display: flex; flex-wrap: wrap; flex-direction: column; align-items: center; padding: 30px 10px; letter-spacing: -0.03em; }
.board_cate_title { margin-bottom: 15px; color: #ccc; font-weight: 700; }
.board_title { margin-bottom: 30px; text-align: center; color: #333; font-size: 22px; font-weight: 800; word-break: keep-all; }
.lt_price { margin-bottom: 40px; font-size: 20px; color:#888; font-weight: 700; }

a.lt_more { display: inline-flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 140px; height: 45px; border: 1px solid #ccc; color: #888; font-size: 14px; font-weight: 600; transition: 0.3s; }
a.lt_more:hover { background: #0072ff; border: 1px solid #0072ff; color: #fff; }

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

@media screen and (max-width: 768px) {
	
	.pic_lt li { width:49%; margin-left: 2%; }
	.pic_lt li.gallery_li:nth-child(2n+1) { margin-left: 0%; }
	.pic_lt li.gallery_li:nth-child(1), .pic_lt li.gallery_li:nth-child(2) { margin-bottom: 30px; }

}

@media screen and (max-width: 640px) {
	
	.board_title { margin-bottom: 10px; font-size: 18px; }
	.lt_price { margin-bottom: 25px; font-size: 18px; }
	a.lt_more { width: 130px; height: 40px; font-size: 13px; }

}

@media screen and (max-width: 425px) {
	
	.lt_info { padding: 20px 10px; }
	.board_cate_title { margin-bottom: 10px; }
	.board_title { font-size: 15px; }
	.lt_price { margin-bottom: 20px; font-size: 15px; }
	a.lt_more { width: 120px; font-size: 12px; }

}