@charset "utf-8";
/* 새글 스킨 (list_subest) */

/* 모바일기기 1 */
@media only screen and (max-width: 320px) {
	.index-latest{}
	.latest-sub{
		border-bottom: 1px solid #e1e1e1;
		border-right: 1px solid #e1e1e1;
		border-left: 1px solid #e1e1e1;	
	}
}

/* 모바일기기 2 */
@media only screen and (min-width: 321px) and (max-width: 768px){
	.index-latest{}
	.latest-sub{
		border-bottom: 1px solid #e1e1e1;
		border-right: 1px solid #e1e1e1;	
		border-left: 1px solid #e1e1e1;	
	}
}
/* 태블릿 */
@media only screen and (min-width: 769px) and (max-width: 1200px){
	.latest-sub{
		height: 280px;
		border-bottom: 1px solid #e1e1e1;
		border-right: 1px solid #e1e1e1;	
		border-left: 1px solid #e1e1e1;	
	}
}
/* 데스크탑 */
@media only screen and (min-width: 1201px) {
	/* 최근게시물의 박스 조절 */
	.latest-sub{
		height: 280px;
		border-bottom: 1px solid #e1e1e1;
		border-right: 1px solid #e1e1e1;	
	}

}



.list_sub {position:relative;overflow:hidden;}
.list_sub .list_sub_title {display:block;padding:0 20px;line-height:45px;font-size:1.083em;border-bottom:1px solid #e2e2e2;color:#253dbe;background:#fcfcfc}
.list_sub .list_sub_title a{color:#253dbe;display:inline-block;position:relative}
.list_sub .list_sub_title a:after{position:absolute;bottom:-1px;left:0;width:100%;height:2px;background:#253dbe;content:''}
.list_sub ul{padding:0px 20px 10px 20px;}
.list_sub li {position:relative;line-height:2;padding:3px 0;position:relative}
.list_sub li a:hover{color:#a22121}
.list_sub li .fa-heart{color:#ff0000;}
.list_sub 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}
.list_sub 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;}
.list_sub 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;}
.list_sub li .fa-caret-right{color:#bbb}
.list_sub .lt_date{position:absolute;top:3px;right:0;color:#888}
.list_sub  .empty_li{line-height:145px ;color:#666;text-align:center;padding:0;}
.list_sub  .empty_li:before{background:none;padding:0}

.title-sub{ padding: 20px 20px 10px 20px; }

.list_sub .lt_cmt{color:#ff0000; font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;
-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);}
.list_sub .lt_more {position:absolute;top:11px;right:10px;display:block;width:25px;line-height:25px;color:#aaa;border-radius:3px;text-align:center;}
.list_sub .lt_more:hover{color:#777}

.more a {
    border-radius: 20px;
    background: #000000;
    color: #ffffff;
    padding: 5px 15px;
}
.more a:hover {
    border-radius: 20px;
    background: #286090;
    color: #ffffff;
    padding: 5px 15px;
}
.one_more{
    position: absolute;
    right: 20px;
    top: 20px;	
	
}
