<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* SIR 지운아빠 */

/* 최근게시물 스킨 (latest) */
.lt {
	float:right;
	width:308px;
	height:180px;
	margin-left:0;
	margin-right:15px;
	padding:0 30px;
	border-bottom:0;
	background:#f5f5f5;
}

.lt ul {
	margin:0;
	padding:0;
	list-style:none;
}

.lt ul li {
	display:block;
	padding:0;
	border-bottom:1px solid #bebebe;
}

.lt ul li:last-child {
	border-bottom:0;
}

.lt ul li a {
	padding:8px 0;
	font-size:14px;
	color:#7d7d7d;
	text-overflow:ellipsis; 
	white-space:nowrap;
	overflow:hidden;
	display:block;
}

.lt ul li a:hover {
	color:#269ba9;
}

.lt a {
	display:inline-block;
	padding:3px 0;
	font-size:13px;
	color:#3d3d3d;
	text-decoration:none;
}

.lt .date {
	float:right;
}

.lt .date:hover {
	color:#3d3d3d;
}

.lt .lt_title {
	display:none;
	width:100%;
	margin:0 0 30px;
	padding:0 0 10px;
	font-size:25px;
	letter-spacing:-2px;
	color:#333;
}


.lt .lt_more {
	display:none;
	position:absolute;
	top:35px;
	right:30px;
	font-weight:bold;
	font-size:16px;
}

.lt .lt_more:after {
	font-family: 'fontawesome';
    content: "\f055";
    margin-left: 5px;
    font-size: 16px;
}

.lt .lt_more a {
	display:inline-block;
	font-weight:500;
	font-size:16px;
}

.lt .cnt_cmt {
	display:inline-block;
	margin:0 0 0 3px;
	font-weight:bold;
}



/* lg */ 
@media (min-width:1200px) and (max-width:1399px) {

	.lt .lt_title {
		margin:0 0 20px;
	}

}


/* md */
@media (min-width:992px) and (max-width:1199px) {

	.lt {
		width:84.3%;
		margin:0;
	}

	.lt .lt_title {
		margin:0 0 12px;
	}

	.lt ul li a {
		font-size:14px;
	}


}


/* sm */
@media (min-width:768px) and (max-width:991px) {

	.lt {
		position:relative;
		background:#f5f5f5;
		width:275px;
		margin-bottom:28px;
		margin-right:0;
		padding:0 20px;
	}

	.lt ul li a {
		
	}

}


/* xs */
@media (max-width:767px) {

	.lt {
		float:none;
		position:relative;
		background:#f5f5f5;
		margin:0 0 28px;
		width:100%;
		height:auto;
	}

	.lt ul li {
		font-size: 14px;
		padding: 3px 0;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	.lt ul li a {
		font-size:14px;
		padding:10px 0;
		text-overflow:ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	
	.lt a {
		padding:0;
	}

	.lt .lt_title {
		margin:0 0 20px;
		font-size:18px;
	}

	.lt .lt_more {
		top:30px;
		font-size:14px;
	}

	.lt .date {
		display:none;
	}

	.lt .lt_more a {
		font-size: 14px;
	}


}
</pre></body></html>