<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{position:relative;float:left;width:100%;margin-bottom:0px;min-height: 130px;border: 0px solid #e9e9e9; background:#fff;}
.lt:nth-of-type(odd){margin-right:1%}

/*783px*/
@media screen and (max-width: 48.938em){
    .lt{width:100%}
}

.lt ul {margin:0;padding:0;list-style:none;border-top:0px solid #e3e3e3}
.lt ul li{border-bottom:0px solid #dbdbdb;}
.lt li a {display:block;padding:4px 10px;color:#000;text-decoration:none;border-top:1px solid #e3e3e3; }
.nav-tabs&gt;li.active&gt;a{background-color:#fff;}
.lt li:hover a{background:#F9F9F9}
.lt li:first-child a{border-top:0}
.lt .lt_title {display:inline-block;padding:10px;}
.lt .lt_more {border:none; margin-top:20px;}
.lt .lt_more i{color:#708090;}
.lt .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}
.lt .empty_list{text-align:center}
</pre></body></html>