@charset "utf-8";

.list-category .div-tab.tabs { margin-bottom:0px; }

.list-board { margin-bottom:15px; }

/* 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; overflow:hidden; background-repeat: no-repeat; background-position: center; margin-left:5px; vertical-align: middle; }
.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:14px; height:16px; background-image: url('/thema/Basic/img/icon_secret.png'); }
.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:14px; height:13px; background-image: url('/thema/Basic/img/icon_file.png'); }
.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 .wr-chk { width:40px; }
.list-board .wr-num { width:80px; }
.list-board .wr-thumb { width:60px; }
.list-board .wr-category { width:80px; }
.list-board .wr-name { width:120px; }
.list-board .wr-date { width:120px; }
.list-board .wr-hit { width:100px; }
.list-board .wr-down { width:50px; }
.list-board .wr-visit { width:50px; }
.list-board .wr-good { width:50px; }
.list-board .wr-nogood { width:50px; }
.list-board .wr-none { padding:50px 0px; text-align:center; color:#888; }
.list-board .wr-comment { margin:0px 10px; }
.list-board .wr-hidden { display:none; }

/* List */
.list-board .list-body { list-style:none; padding:0px; margin:0px; }
.list-board .list-body li { border-bottom:1px solid #ddd; display:table; width:100%; table-layout:fixed; }
.list-board .list-body li:hover { color:#000; background-color:#F8F8F8; }
.list-board .list-body li > div { display:table-cell; text-align:center; vertical-align:middle; }
.list-board .list-body .wr-subject { padding:10px; text-align:left; }
.list-board .list-body .wr-subject a { display:block; word-break:break-all;transition:all 0.3s;}
.list-board .list-body .wr-subject a:hover,
.list-board .list-body .wr-subject a:focus{text-decoration:underline;text-underline-position:under;color:#349105;}
.list-board .list-body li.bg-light .wr-subject a{color:#333;}
.list-board .list-body li.bg-light .wr-subject a:hover,
.list-board .list-body li.bg-light .wr-subject a:focus{text-decoration:none;}
.list-board .list-body .wr-name a { display:block; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; }
.list-board .list-body .thumb-img { position:relative; width:46px; height:46px; margin:0px auto; }
.list-board .list-body .thumb-icon { position:relative; width:46px; height:46px; display:table; margin:0px auto; }
.list-board .list-body .thumb-icon a { display:table-cell; width:1%; background:#eee; color:#fff; vertical-align:middle; font-size:30px; }
.list-board .list-body .thumb-icon img { width:46px; height:46px; margin:0px auto; }

@media all and (max-width:1024px) {
	/* Width */
	.list-board .wr-num { width:60px; }
	.list-board .wr-name { width:90px; }
	.list-board .wr-date { width:90px; }
	.list-board .wr-hit { width:60px; }
}
@media all and (max-width:768px) {
	.responsive .list-board .wr-hidden { display:inline-block !important; }
	.responsive .list-board .item-subject { text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; }
	.responsive .list-board .item-details { margin-right:-10px; margin-top:5px; }
	.responsive .list-board .item-details > span { margin-right:10px; font-weight:normal; }
	.responsive .list-board .item-details > span:last-child { margin-right:0px; }
}


/*************** 기본 end ***************************************************************************************************************************************************************************************/

.list_notice{display:block;width:55px;height:30px;line-height:32px;text-align:center;background:#349105;color:#fff;font-size:16px;font-weight:500;margin:0 auto;}
.div-head{padding:20px 0;border-bottom:1px solid #333;}
.div-head > span{border-right:0;font-size:16px;font-weight:500;}
.list-board .list-body li{background:#fff;transition:all 0.3s;}
.list-board .list-body li:hover{background:#f5f5f5;}
.list-board .list-body li > div{font-size:16px;line-height:1.4;padding:10px 0;height:55px;}

@media all and (max-width:1024px){
	.list_notice{width:45px;height:26px;line-height:28px;font-size:14px;}
	.div-head{padding:15px 0;}
	.div-head > span{font-size:14px;}
	.list-board .list-body li > div{font-size:14px;height:45px;}
}
@media all and (max-width:768px){
	.list-board .list-body li > div{height:auto;}
}