@charset "utf-8";
/* SIR 지운아빠 */

/* 새글 스킨 (latest) */
.best {
    border:0px solid red;
    margin-top:10px;
    text-align:left;;
}

.best h2 {
    height:32px;
    line-height:32px;
    background:#336bc0;
    margin:10px 0 0px 0;
    padding:0;
}

.best h2 span {
    color:#fff;
    font-size:13px;
    line-height:30px;
    height:30px;
    padding-left:10px;
}

.best h2 a:before {
    font-family:FontAwesome;
    content:"\f0f6";
    margin-right:10px;
    font-weight:normal;
}

.best .top_subject {
	clear:both;
	height:20px;
	padding-top:5px;
	text-overflow: ellipsis; white-space: nowrap; overflow:hidden;
	border:0px solid blue;
}

.best .th_imd {
	float:left;
    margin:0;
    padding:0;
	width:100px;
	height:80px;
	border:0px solid red;
	overflow:hidden;
}

.best .th_imd img {
	width:100%; height:100%;
}

.best ul {
    list-style:none;
	float:right;
    margin:0;
    padding:0;
	width:120px;
	height:80px;
	border:0px solid blue;
}
.best ul li {
    font-size:1em;
    line-height:20px;
    position:relative;
	overflow:hidden;
}

.best ul li.new:before {
    color:#e74c3c;
}

.best ul li.secret:before {
    content:"\f023";
}

.best a:hover {
    text-decoration:none;
}

.best .comment {
    position:absolute;
    right:0;
    font-size:.8em;
    color:#FF6600;
    background-color:#fff;
    padding:0 5px 0 5px;
} 
.best .blank_dummy {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
	border:0px solid red;
}

