@charset "utf-8";
/* 새글 스킨 (latest)*/
.lt_gallery {position:relative; }
.lt_gallery .lt_title {font-size:40px; margin-bottom:40px;}
.lt_gallery .lt_title a {color:#111;}

.lt_gallery ul {display:flex; justify-content:space-between;}
.lt_gallery ul li {width:32%;background:#fff;border-radius: 30px; border:1px solid #ddd}
.lt_gallery ul li a.lt_img {display:inline-block; width:100%; overflow:hidden;}
.lt_gallery ul li a.lt_img img {    width: 100%;border-top-left-radius: 30px; border-top-right-radius: 30px;-webkit-transform: scale(1);transform: scale(1); transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s;}
.lt_gallery ul li a.lt_img:hover img {opacity: 0.6;}
.lt_gallery ul li .lt_txt_wr { padding: 30px ;}
.lt_gallery ul li .lt_txt_wr .lt_sbj {width:100%; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; word-wrap:break-word; height:28px; line-height:28px;}
.lt_gallery ul li .lt_txt_wr .lt_sbj a {font-size:20px; color:#111; font-weight:600;}
.lt_gallery ul li .lt_txt_wr .lt_sbj .new_icon {font-size:0.8em; color:#00b8fe; font-weight:bold;}
.lt_gallery ul li .lt_txt_wr .lt_content {margin-top:15px; font-size:16px; color:#777;
overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; word-wrap:break-word; height:50px; line-height:25px;}
.lt_gallery ul li.empty_li {display:block; width:100%; padding:0; border-bottom:0; text-align:center; background:none; color:#999;}

.lt_gallery .lt_more {text-align: center;}
.lt_gallery .lt_more a {font-size:18px; color:#777; font-weight:600; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
.lt_gallery .lt_more a:hover {color:#113a96;}

.lt_gallery .title {margin:  0 auto;display: flex; justify-content: center;}
.lt_gallery .title .more{background: #fff; ;}

@media (max-width: 969px){
	.lt_gallery {}
	.lt_gallery .lt_title {font-size:35px; margin-bottom:25px;}
	.lt_gallery ul li .lt_txt_wr {margin-top:15px;}
	.lt_gallery ul li .lt_txt_wr .lt_sbj a {font-size:18px;}
	.lt_gallery ul li .lt_txt_wr .lt_content {margin-top:12px; font-size:15px; line-height:22px; height:44px;}	
	.lt_gallery .lt_more {top:15px;}
	.lt_gallery .lt_more a {font-size:17px;}
		
 }

@media (max-width:639px){
	.lt_gallery {}
	.lt_gallery .lt_title {font-size:25px;}
	.lt_gallery ul li {width:49%;border-radius: 15px;}
	.lt_gallery ul li a.lt_img img {border-top-left-radius: 15px; border-top-right-radius: 15px;}
	.lt_gallery ul li:nth-child(3) {display:none;}
	.lt_gallery ul li .lt_txt_wr {margin-top:10px; padding: 20px;}
	.lt_gallery ul li .lt_txt_wr .lt_sbj a {font-size:16px;}
	.lt_gallery ul li .lt_txt_wr .lt_content {margin-top:6px; font-size:14px; line-height:18px; height:36px;}	
	.lt_gallery .lt_more {top:5px;}
	.lt_gallery .lt_more a {font-size:15px;}
	
 }

@media (max-width:399px){
	.lt_gallery {}
	.lt_gallery .lt_title {font-size:23px;}
	.lt_gallery ul li .lt_txt_wr {margin-top:8px;padding: 10px;}
	.lt_gallery ul li .lt_txt_wr .lt_sbj a {font-size:15px;}
	.lt_gallery ul li .lt_txt_wr .lt_content {margin-top:5px;}	
	
 } 