@charset "utf-8";
/* 새글 스킨 (latest) */
.pic_lt{position:relative;overflow:hidden; width: 100%; float: left}
.pic_lt .lat_title {display:block;background:#fcfcfc;padding:0 20px;line-height:45px;font-size:1.083em;border-bottom:1px solid #e2e2e2;color:#253dbe;}
.pic_lt .lat_title a{color:#253dbe;display:inline-block;position:relative}
.pic_lt .lat_title a:after{position:absolute;bottom:-1px;left:0;width:100%;height:2px;background:#253dbe;content:''}
.pic_lt .lt_more {position:absolute;top:11px;right:10px;display:block;width:25px;line-height:25px;color:#aaa;border-radius:3px;text-align:center;}
.pic_lt .lt_more:hover{color:#777}
.pic_lt ul:after {display:block;visibility:hidden;clear:both;content:""}
/**** pc ****/
@media only all and (min-width:1025px) {
	.pic_lt ul{padding:20px 15px }
.pic_lt li{float:left;width:20%;padding:0 10px}
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:1025px) {
}
/**** 모바일 ****/
@media only all and (max-width:1024px) {
.pic_lt ul{padding:0px 0px; display: grid; grid-template-columns: repeat(2, 1fr); gap:1%; }
.pic_lt li{float:left;width:100%;padding:0 10px; }
}


.pic_lt li .lt_img{margin:5px 0;display:block}
.pic_lt li .lt_img img{width:100%;height:auto}
.pic_lt li a:hover{color:#a22121}
.pic_lt li .fa-heart{color:#ff0000;}
.pic_lt 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 #a2c6ce}
.pic_lt li .new_icon{display:inline-block;width: 16px;line-height:16px ;font-size:0.833em;color:#ffff00;background:#6db142;text-align:center;border-radius: 2px;}
.pic_lt li .hot_icon{display:inline-block;width: 16px;line-height:16px ;font-size:0.833em;color:#fff;background:#e52955;text-align:center;border-radius: 2px;}
.pic_lt li .fa-caret-right{color:#bbb}
.pic_lt .lt_cmt{background:#5c85c1;color:#fff; font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;white-space: nowrap;
-webkit-box-shadow: inset 0 2px 5px  rgba(255,255,255,0.4);
-moz-box-shadow: inset 0 2px 5px  rgba(255,255,255,0.4);
box-shadow: inset 0 2px 5px  rgba(255,255,255,0.4);}
.pic_lt .lt_date{display:block;margin-top:5px;color: #888;}
.post-image { position:relative; overflow:hidden; }
.img-wrap { display:block; position:relative; height:0;overflow:hidden;padding-bottom:56.25%; }
.img-wrap.img-fix {margin-bottom:-1px;}
.img-wrap .img-item { display:block; position:absolute; top:0; left:0; width:100%; height:100%;overflow:hidden;}
.img-wrap .img-item.img-fix { margin-top:-1px -1px 0px;}
.img-wrap .img-item img { display:block;border:0;width:100.5%;height:auto;margin:0px auto;}
.img-wrap .img-item.img-full img { width:100%; height:100%;}
.img-wrap .img-item.img-height img { width:auto;height:100%;}
.img-wrap .img-item.img-auto img { width:auto;height:auto;}
/**** pc ****/
@media only all and (min-width:1025px) {.post-image{width: 100%; float: left; border-radius: 30px; overflow: hidden}
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:1025px) {
}
/**** 모바일 ****/
@media only all and (max-width:1024px) {.post-image{width: 100%; float: left; border-radius: 15px; overflow: hidden}

}


.post-image img{width:100%;     object-fit: cover;
    width: 100%;
    height: 100%;}

.iimg-wrap {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 100%; border-radius: 30px
}
.img_ratio .img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

 .post-subject { overflow:hidden; letter-spacing:-1px; padding-right:1px;width:100%; float: left; font-size: 18px;  color: #212121 ;  margin-bottom: 20px }

.lt_cate{float: left;  font-size: 15px; color: #fff ; font-weight: 500; padding:5px 15px; background-color: var(--div-color1); border-radius: 30px; margin-bottom: 30px; letter-spacing:-1px}
.lt_cate2{float: left;  font-size: 15px; color: #fff ; font-weight: 500; padding:5px 15px!important; background-color: #a0b1cb!important; border-radius: 30px; margin-bottom: 30px; letter-spacing:-1px; }


/**** pc ****/
@media only all and (min-width:1025px) {
	div.txbox{ width:100%; float: left;  margin-top: 30px;} 	
div .date{ width:100%; float: left; font-size: 17px; color: #999 ; margin-bottom: 20px; letter-spacing:-1px;  } 	
div .date em{ font-size: 44px;  color: #000 ;    padding-right:10px; }       
 .notice_title{width:100%; float: left; font-size: 17px; color: #212121 !important;  margin-bottom: 20px ; font-weight: 600!important;}


}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:1025px) {
}
/**** 모바일 ****/
@media only all and (max-width:1024px) {
	div.txbox{ width:100%; float: left;  margin-top: 20px; margin-bottom: 30px} 	
div .date{ width:100%; float: left; font-size: 15px; color: #999 ; margin-bottom: 5px; letter-spacing:-1px } 	
div .date em{ font-size: 20px; font-weight: 800; letter-spacing:-1px;  color: #000; padding-right:5px }       
 .notice_title{width:100%; float: left; font-size:13px; color: #212121 ;  margin-bottom: 5px }


	
}
}
