@charset "utf-8";

/* 새글 스킨 (latest) */
.lat {position:relative;margin-bottom:5px;background:#fff; height: 100%;}
.lat .lat_title {display:block;line-height:45px;font-size:1.2em;color:#253dbe}
.lat .lat_title a {position:relative;color:#000;display:inline-block}

.lat ul {padding:10px 0; height: 100%;}
.lat li {display: flex; justify-content: space-between; align-items: center; width: 100%; height:calc(100%/4);}
.lat li a {font-size: 18px;}
.lat li a:hover {color:#3a8afd}
.lat li .fa-heart {color:#ff0000}
.lat 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 #cbe3e8;vertical-align:middle}
.lat li .new_icon {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#23db79;background:#b9ffda;text-align:center;border-radius:2px;margin-left:2px;font-weight:bold;vertical-align:middle}
.lat li .hot_icon {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#ff0000;background:#ffb9b9;text-align:center;border-radius:2px;vertical-align:middle}
.lat li .fa-caret-right {color:#bbb}
.lat li .fa-download {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#daae37;background:#ffefb9;text-align:center;border-radius:2px;vertical-align:middle}
.lat li .fa-link {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#b451fd;background:#edd3fd;text-align:center;border-radius:2px;vertical-align:middle}

.lat .profile_img img{border-radius:50%}


.lt_info .lt_nick {}
.lt_info .lt_date {color:#888; letter-spacing: -0.02em;}

.lat .empty_li {line-height:145px;color:#666;text-align:center;padding:0;justify-content:center; height:100%;}
.lat .empty_li:before {background:none;padding:0}

.lat .lt_cmt {background:#e9eff5;color:#3a8afd;font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;vertical-align:middle}
.lat .lt_more {position:absolute;top:11px;right:0;display:block;width:40px;line-height:25px;color:#3a8afd;border-radius:3px;text-align:center}
.lat .lt_more:hover {color:#777}

.sr_container .history_sr_wrap{
	display: flex;
	flex-wrap:wrap;
}

.sr_container .history_sr_wrap .sr_wrap{
	margin: 30px 10px;
}

.sr_container .history_sr_wrap .sr_wrap:first-child,
.sr_container .history_sr_wrap .sr_wrap:nth-child(2){
	display: flex;
	justify-content:space-between;
	align-items: center;
	background-color: #2651a61f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 30px 50px;
	width: 100%;
}

.sr_container .history_sr_wrap .sr_wrap:first-child .sr_small_wrap,
.sr_container .history_sr_wrap .sr_wrap:nth-child(2) .sr_small_wrap{
	width: 100%;
}

.sr_container .history_sr_wrap .sr_wrap:first-child .sr_small_wrap .sr_box,
.sr_container .history_sr_wrap .sr_wrap:nth-child(2) .sr_small_wrap .sr_box{
	display: flex;
	width: 100%;
	justify-content: space-between;
    align-items: center;

}

.sr_container .history_sr_wrap .sr_wrap:first-child .sr_img,
.sr_container .history_sr_wrap .sr_wrap:nth-child(2) .sr_img{
	background-size: contain;
	width: 170px;
	aspect-ratio: 17/21;
}


.sr_container .history_sr_wrap .sr_wrap:first-child .sr_box .sr_desc,
.sr_container .history_sr_wrap .sr_wrap:nth-child(2) .sr_box .sr_desc{
	width: 75%;
}

.sr_container .history_sr_wrap .sr_wrap:first-child .sr_box .sr_desc .sr_name,
.sr_container .history_sr_wrap .sr_wrap:nth-child(2) .sr_box .sr_desc .sr_name{
	font-size: 1.5rem;
	line-height: 3rem;
	font-weight: bold;
}

.sr_container .history_sr_wrap .sr_wrap:first-child .sr_box .sr_desc .sr_sub_name,
.sr_container .history_sr_wrap .sr_wrap:nth-child(2) .sr_box .sr_desc .sr_sub_name{
	color: #001f79;
}

.sr_container .history_sr_wrap .sr_wrap:first-child .sr_box .sr_desc .sr_position,
.sr_container .history_sr_wrap .sr_wrap:nth-child(2) .sr_box .sr_desc .sr_position{
	font-size: 1.2rem;
	line-height: 2rem;
}
.sr_container .history_sr_wrap .sr_wrap:first-child .sr_box .sr_desc .sr_date,
.sr_container .history_sr_wrap .sr_wrap:nth-child(2) .sr_box .sr_desc .sr_date{
	font-size: 1rem;
	line-height: 2rem;
}

.sr_container .history_sr_wrap .sr_wrap:nth-child(n+3){
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(50% - 20px);
	border: 2px solid #ddd;
	margin-bottom: 0;
	padding: 20px;
}

.sr_container .history_sr_wrap .sr_wrap:nth-child(n+3) .sr_small_wrap,
.sr_container .history_sr_wrap .sr_wrap:nth-child(n+3) .sr_small_wrap .sr_box{
	width: 100%;
	display: flex;
	justify-content:space-between;
	align-items:center;
}

.sr_container .history_sr_wrap .sr_wrap:nth-child(n+3) .sr_box .sr_desc{
	width: 60%;
}

.sr_container .history_sr_wrap .sr_wrap:nth-child(n+3) .sr_box .sr_desc .sr_name{
	font-size: 1.2rem;
	line-height: 2rem;
	font-weight: 600;
}

.sr_container .history_sr_wrap .sr_wrap:nth-child(n+3) .sr_box .sr_desc .sr_sub_name{
	color: #001f79;
}

.sr_container .history_sr_wrap .sr_wrap:nth-child(n+3) .sr_box .sr_desc .sr_position{
	font-size: 1.1rem;
	line-height: 1.5rem;
	letter-spacing: -0.05em;
}

.sr_container .history_sr_wrap .sr_wrap:nth-child(n+3) .sr_box .sr_desc .sr_date{
	font-size: 1rem;
	line-height: 1.6rem;
}

.sr_container .history_sr_wrap .sr_wrap:nth-child(n+3) .sr_img{
	width: 30%;
}


