@charset "utf-8";

.basic-post-main .post-list { list-style:none; padding:0px; margin:-2px 0px; line-height:35px; }
.basic-post-main .post-list li { padding:0px; margin:0px;height:35px;line-height:35px;font-size:16px;font-weight:bold;font-family:'Noto Sans KR', sans-serif}
.basic-post-main .post-list li b { letter-spacing:-1px; padding-right:1px; }
.basic-post-main .post-list li .name { letter-spacing:-1px; color:#888; padding-left:4px; padding-right:1px;}
.basic-post-main .post-list .txt-normal { letter-spacing:0; }
.basic-post-main .post-none { padding:10px 10px; text-align:center; color:#888; }
.basic-post-main .wr-text { font-family:dotum; font-size:11px; letter-spacing:-1px; line-height:11px; font-weight:normal; }
.basic-post-main .wr-icon { display:inline-block; padding:0px; margin:0px; line-height:12px; vertical-align:middle; background-repeat: no-repeat; background-position: 0px 0px; }
.basic-post-main .wr-new { width:12px; height:12px; background-image: url('./img/icon_new.gif'); }
.basic-post-main .wr-secret { width:12px; height:12px; background-image: url('./img/icon_secret.gif'); }
.basic-post-main .wr-video { width:12px; height:12px; background-image: url('./img/icon_video.gif'); }
.basic-post-main .wr-image { width:12px; height:12px; background-image: url('./img/icon_image.gif'); }
.basic-post-main .wr-file { width:12px; height:12px; background-image: url('./img/icon_file.gif'); }

.basic-post-main .rank_img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}


@media all and (max-width:991px) {
	.basic-post-main .post-list li {
		font-size: 14px;
	}
}

.basic-post-main .post-list li a {
	display:block;
}