@charset "utf-8";

.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; 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 .wr-chk { width:40px; }
.list-board .wr-num { width:60px; }
.list-board .wr-thumb { width:60px; }
.list-board .wr-category { width:80px; }
.list-board .wr-name { width:120px; }
.list-board .wr-date { width:90px; }
.list-board .wr-hit { width:60px; }
.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;font-size:14px;}
.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 {font-family:"Nanum Gothic", sans-serif;font-size:15px;line-height:18px;font-weight:400;border-bottom:1px solid #ddd; display:table; width:100%; table-layout:fixed; }
.list-board .list_name{text-align: center !important;}
/*.list-board .list-body li:hover { color:#000; background-color:#F8F8F8; }*/
.list-board .list-body li > div { display:table-cell; height:34px; line-height:18px; padding:12px 0px; text-align:center; color:#000; vertical-align:middle; }
.list-board .list-body .wr-subject { padding-left:10px; text-align:left !important; }
	.list-board .list-body .wr-subject b{margin-right:5px;}
	.list-board .list-body .wr-subject a{color:#000;}
.list-board .list-body .wr-subject .item-subject { display:block; word-break:break-all; }
.list-board .list-body .wr-name { text-align:center; padding-left:10px; font-weight:400; }
.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: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:-15px }
	.responsive .list-board .item-details > span { margin-right:15px; font-weight:normal; }
	.responsive .list-board .item-details > span:last-child { margin-right:0px; }
}


/* Ãß°¡ */
.div-head{background:#fff;border-color:#333;border-bottom-color:#ddd;}
.div-head > span{font-family:"Nanum Gothic", sans-serif;font-size:15px;font-weight:bold;}
.list-body .bg-light{background:none;}
	.list-body .bg-light a{color:#059eda !important;font-weight:bold !important;}
.list-body li.bg-light > div{color:#059eda !important;font-weight:bold !important;}

/* ºÎÆ®½ºÆ®·¦ ±âº» ÅÇcss º¯°æ */
.nav-tabs{border-bottom: 0 !important;}
	.nav-tabs > li > a{font-size: 18px;line-height: 20px !important;color: #333 !important;background: #fff !important;border-radius:0 !important;margin: 0px !important;padding: 20px 5px 19px !important;text-align: center;border: 0 !important;border-bottom: 5px solid #ddd !important;}
	.nav-tabs li{margin-bottom: 0px !important;width: 33.333%;border: none !important;}
		.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{border: 0 !important;border-bottom: 5px solid #267d37 !important;background-color: #fff !important;color: #333 !important;font-weight: 700;}
		.nav-tabs > li.active a{font-weight: 800;}

@media all and (max-width:768px) {
.list-board .list-body li {font-size:12px;line-height:14px;}
.list-board .list-body li > div {height:auto;padding:8px 0px;}

.div-head > span{font-size:13px;}

.list-board .wr-category { width:auto !important; }
.list-board .wr-name { width:auto !important; }
.list-board .wr-subject { width:auto !important; }
.list-board .list_name{text-align: left !important;}

}


.temp_img{text-align: center;}
	.temp_img img{max-width: 1000px;}