@charset "utf-8";
/* 새글 스킨 (latest) */
/*
#subpage__group section.sub__items {
	position:relative;
	width:49%;
	margin-bottom:2%;
    padding: 4em;
    background: #DCE1EE;
    border-radius: 1.8em;
}
#subpage__group section.sub__items h3 {
	margin-bottom: 2em;
    color: #222;
}
#subpage__group section.sub__items h3 strong {
    display: block;
    margin-bottom: 0.2em;
    color: #222;
    font-size: 2.2em;
    font-weight: 700;
}
#subpage__group section.sub__items h3 strong:before {
    color: #373DF8;
}
#subpage__group section.sub__items ul li {
	align-items:center;
	margin-bottom:0.5em;
	font-size:1.5em;
	background:#fff;
	border-radius:0.5em;
}
#subpage__group section.sub__items ul li > a {
	display:block;
	padding:1em;
	width:calc(100% - 7em);
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
#subpage__group section.sub__items ul li > small {
	padding-right:1em;
	color:#666;
}
#subpage__group section.sub__items ul li:hover {
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);	
}
#subpage__group section.sub__items .lt_more {
	position:absolute;
	bottom:0;
	right:0;
	display:inline-block;
	padding:0.5em 1em;
	font-size:1.6em;
	color:#fff;
	background:#373DF8;
	border-radius:1em 0 1em 0;
}
@media screen and (max-width:767px) {
	#subpage__group {
		flex-flow:column;
	}
	#subpage__group section.sub__items {
		width:100%;
	}
}
*/

.sub__items {width:calc(50% - 10px);  margin:0 0 30px; position:relative;}
.sub__items h3 {padding:10px; font-size:1rem; font-weight:600; }
.sub__items .lt_more {position:absolute; right:10px; top:12px; font-size:13px; vertical-align:middle; color:#999; font-weight:600;}
.sub__items ul {padding:1.5rem; border:1px solid #e8e9f3; border-radius:0.76rem; background:#f5f8ff; }
.sub__items:nth-of-type(4) ul { background-color: #fff8f1; }
.sub__items:nth-of-type(5) ul { background-color: #faf7ff; }
.sub__items:nth-of-type(8) ul { background-color: #fef6ff; }
.sub__items:nth-of-type(6) ul { background-color: #f3feff; }
.sub__items:nth-of-type(2) ul { background-color: #f0fdf0; }
.sub__items:nth-of-type(7) ul { background-color: #fff9eb; }
.sub__items:nth-of-type(3) ul { background-color: #fbffeb; }


.sub__items ul li {margin:0 0 10px; align-items:center; height:20px;}
.sub__items ul li.empty_li {text-align:center; font-size:16px;}
.sub__items ul li:last-of-type {margin:0;}
.sub__items ul li a {font-size:0.94rem; display:block; flex:1; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; padding-right:15px; vertical-align:middle; font-weight:500; color:#333; filter:grayscale(1); }
.sub__items .new_icon {display:flex; flex-wrap:wrap; align-items:center; justify-content:center; width:14px; height:15px; margin:0 5px 0 0; font-size:10px; border-radius:100%; font-weight:bold; vertical-align:middle; background:var(--blue-color); }
.sub__items .lt_date {font-size:13px; color:#999;}
.sub__items .lt_cmt {background:transparent; font-size:13px; color:var(--orange-color); font-weight:600; margin:0 10px; }
.sub__items .lt_cmt i {font-size:11px; margin-right:3px;}
@media (max-width:991px){
.sub__items {width:100%;}
}


/*
.lats {position:relative;margin-bottom:20px;overflow:hidden; }
.lats ul{padding:15px; border:1px solid #ddd; border-top:0px; height:200px; overflow:hidden; background-color:#fff; }
.lats li {position:relative;line-height:18px;padding:3px 0;padding-right:50px;padding-left:10px; clear:both; }
.lats li:before{position: absolute;top: 12px;left: 0px;width: 4px;height: 4px;background: #aaa;content: '';border-radius: 50%;}
.lats li a:hover{color:#a22121}
.lats li .fa-heart{color:#ff0000;}
.lats 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}
.lats 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;}
.lats 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;}
.lats li .fa-caret-right{color:#bbb}
.lats .lt_date{position:absolute;top:3px;right:0;color:#888}
.lats  .empty_li{line-height:145px ;color:#666;text-align:center;padding:0; width:100%; clear:both; }
.lats  .empty_li:before{background:none;padding:0}

.lats .lt_cmt{background:#5c85c1;color:#fff; 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);}
.lats .lt_more {position:absolute;top:-30px;right:10px; line-height:25px;color:#aaa;border-radius:3px;text-align:center;}
.lats .lt_more:hover{color:#777}
*/

.txt__impact {padding-left:10px; font-weight:600;}
.txt__impact:before {font-size:2rem; left:-10px; top:-11px; color:var(--blue-color); }