@charset "utf-8";

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

.archiving_list02 .lt_more {position:absolute;top:11px;right:10px;display:block;width:25px;line-height:25px;color:#aaa;border-radius:3px;text-align:center;}
.archiving_list02 .lt_more:hover {color:#777}
.archiving_list02 ul:after {display:block;visibility:hidden;clear:both;content:""}
.archiving_list02 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
    width: 100%;
}

.archiving_list02 li {
    float: left;
    width: 19%;
	margin-left: 1.25%;
	margin-bottom: 15px;
}

.archiving_list02 li.gallery_li:nth-child(5n+1) { margin-left: 0%; }

.archiving_list02 li .lt_img {
    display: flex;
    margin-bottom: 10px;
    height: 280px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    align-content: center;
}
.archiving_list02 li .lt_img img, .archiving_list02 li .lt_img video {width:100%;height:auto}
.archiving_list02 li a { display: block; text-align: center; font-weight: 600; }
.archiving_list02 li:hover a, .archiving_list02 li a:hover {
    color: #461fff;
}
.archiving_list02 li .fa-heart {color:#ff0000}
.archiving_list02 li .fa-lock {display:inline-block;line-height:14px;width:16px;color:#4f818c;background:#cbe3e8;text-align:center;border-radius:2px;font-size:12px;border:1px solid #cbe3e8;vertical-align:middle}
.archiving_list02 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}
.archiving_list02 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}
.archiving_list02 li .fa-caret-right {color:#bbb}
.archiving_list02 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}
.archiving_list02 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}

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

.lt_info {padding:10px 0}
.lt_info .lt_nick {}
.lt_info .lt_date {color:#888}

.archiving_list02 .empty_li {
    line-height: 145px;
    color: #aaa;
    text-align: center;
    padding: 0;
    width: 100%;
    margin: 0px;
}

.archiving_list02 .empty_li:before { background:none; padding:0 }

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

@media screen and (max-width: 768px) {
	
	.archiving_list02 li {
		width: 24%;
		margin-left: 1.333%;
		margin-bottom: 10px;
	}

	.archiving_list02 li.gallery_li:nth-child(5n+1) { margin-left: 1.333%; }
	.archiving_list02 li.gallery_li:nth-child(4n+1) { margin-left: 0%; }

}

@media screen and (max-width: 680px) {
	
	.archiving_list02 li {
		width: 32%;
		margin-left: 2%;
	}

	.archiving_list02 li.gallery_li:nth-child(5n+1) { margin-left: 2%; }
	.archiving_list02 li.gallery_li:nth-child(4n+1) { margin-left: 2%; }
	.archiving_list02 li.gallery_li:nth-child(3n+1) { margin-left: 0%; }

	.archiving_list02 li .lt_img { height: 210px; }

}

@media screen and (max-width: 375px) {
	
	.archiving_list02 li {
		width: 49%;
		margin-left: 2%;
	}

	.archiving_list02 li.gallery_li:nth-child(3n+1) { margin-left: 2%; }
	.archiving_list02 li.gallery_li:nth-child(2n+1) { margin-left: 0%; }

}