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

/* 최근게시물 스킨 (latest) */
.lt_wr {margin-right:20px;}
.lt {position: relative;  border-radius:7px; overflow:hidden; background:antiquewhite; width:100%;     border: 1px solid #eee;}
.lt ul {    padding: 10px 20px 15px 20px; list-style:none; background:#fff; height:240px}
.lt .lt_title{padding: 15px 20px; color: #000;  font-size: 1.7em; font-weight: bold; border-bottom: 1px solid #f5f5f5;}
.lt li {position:relative;background:url(img/bg_mask.png) no-repeat 0 40% ;padding: 0 0 5px 10px;font-size:1.17em;margin:12px 0;    border-bottom: 1px dashed #ddd;}
.lt li:before{content: ''; width: 3px;height: 3px;background: #5166d8;position: absolute;  top: 50%;left: 0;margin-top: -1px;}

.lt li.no_bd{padding:40px 0;text-align:center;color:#999;background:none}
.lt li .lt_date1{position:absolute;top:0;right:0;color:#999; font-size:0.95em }
 
.lt .lt_more {position:absolute;top:15px;right:15px;display:block;width:30px;line-height:30px; color:indigo; font-size:1.2em; border-radius:50%;text-align:center; BACKGROUND:#fff}
.lt.lt_more:hover{color:yellow}

.lt .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold;color:#3c95d5}
.lt li.no_bd{padding:40px 0}
 @media (max-width: 969px){
	.lt_wr {float:left; }
	.lt ul { height:auto}
 }</pre></body></html>