@charset "utf-8";

#infscr-loading { background: rgb(0, 0, 0); margin:0px; padding: 10px; border-radius: 10px; left: 50%; width: 200px; margin-left:-110px; text-align: center; bottom: 50px; color: rgb(255, 255, 255); position: fixed; z-index: 100; opacity: 0.8; -webkit-border-radius: 10px; -moz-border-radius: 10px; }
#list-more { text-align:center; background:#fafafa; border-bottom:1px solid #c3c3c3; margin-bottom:15px; padding:10px; }

.list-category .div-tab.tabs { margin-bottom:0px; }

/* Icon */
.list-board .wr-text { font-family:dotum; font-size:11px; letter-spacing:-1px; line-height:11px; font-weight:normal; }
.list-board .wr-icon { display:inline-block; padding:0px; margin:0px; overflow:hidden; vertical-align:middle; background-repeat: no-repeat; background-position: left top; }
.list-board .wr-notice { width:37px; height:19px; background-image: url('../../img/icon_notice.gif'); }
.list-board .wr-new { width:12px; height:12px; background-image: url('../../img/icon_new.gif'); }
.list-board .wr-secret { width:12px; height:12px; background-image: url('../../img/icon_secret.gif'); }
.list-board .wr-hot { width:12px; height:12px; background-image: url('../../img/icon_hot.gif'); }
.list-board .wr-video { width:12px; height:12px; background-image: url('../../img/icon_video.gif'); }
.list-board .wr-image { width:12px; height:12px; background-image: url('../../img/icon_image.gif'); }
.list-board .wr-file { width:12px; height:12px; background-image: url('../../img/icon_file.gif'); }
.list-board .wr-vicon { position:absolute; left:4px; bottom:3px; color: rgba(255,255,255,1); font-size:16px; z-index:1; }

/* Width */
.list-board { }
.list-board .chk { width:40px; }
.list-board .num { width:60px; }
.list-board .cate { width:60px; }
.list-board .name { width:100px; }
.list-board .date { width:70px; }
.list-board .point { width:90px; }
.list-board .status { width:60px; }

.list-board .list-body { list-style:none; padding:0px; margin:0px; border-bottom:1px solid #c3c3c3;}
.list-board .list-body li { border-top:1px solid #ddd; display:table; width:100%; table-layout:fixed; }
.list-board .list-body li:first { border-top:1px solid #c3c3c3; }
.list-board .list-body li:hover { color:#000; background-color:#F8F8F8; }
.list-board .list-body li > div { display:table-cell; height:34px; line-height:22px; padding:6px 0px; text-align:center; color:#666; vertical-align:middle; }
.list-board .list-body li .subj { padding-left:10px; text-align:left; }
.list-board .list-body li .subj a { display:block; word-break:break-all; }
.list-board .list-body li .name { text-align:left; padding-left:8px; }
.list-board .list-body .xs-name a,
.list-board .list-body .xs-name span { display:inline-block !important; }
.list-board .list-body .none { padding:50px 0px; }

@media all and (max-width:768px) {
	.responsive .list-board .list-body li .subj a { font-weight:bold; }
	.responsive .list-board .subj-item > span { display:inline-block; margin-right:15px; font-weight:normal; }
	.responsive .list-board .subj-item > span:last-child { margin-right:0px; }
}
