@charset "utf-8";

.list-category .div-tab.tabs { margin-bottom:0px; }

.list-board { margin-bottom:40px; }

/* 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:70px; }
.list-board .wr-thumb { width:60px; }
.list-board .wr-category { width:80px; }
.list-board .wr-name { width:170px; }
.list-board .wr-date { width:170px; }
.list-board .wr-hit { width:170px; }
.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:#00addc; }
.list-board .list-body li > div { display:table-cell; height:54px; line-height:22px; padding:15px 0px; text-align:center; color:#666; vertical-align:middle; }
.list-board .list-body .wr-subject { padding-left:10px; text-align:left; }
.list-board .list-body .wr-subject .item-subject { display:block; word-break:break-all; }
.list-board .list-body .wr-name {  }
.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; }

.div-head {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 20px 0;
    border-top-width: 2px;
    border-top-style: solid;
    border-bottom: 1px solid #ddd;
    border-collapse: separate;
}
.div-head > span {
    font-size: 18px;
    font-weight: 400;
    border-right: 0px;
    color: #333;
    letter-spacing: 0;
}

@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; }

	.list-board *, .div-head > span { font-size:14px; }
	.list-board .wr-num  { width:50px; }
	.list-board .wr-name { width:100px; }
	.list-board .wr-date { width:100px; }
}


/*
.custom-border, i.custom-border, img.custom-border {
    border-top: 3px solid #00addc;
}


.list-wrap .pagination a, .view-wrap .pagination a {
    color: #666 !important;
}
.list-wrap .pagination .active a, .view-wrap .pagination .active a {
    color: #00addc !important;
	background: #fff !important;
	border-color: #fff !important;
}
.list-wrap .pagination a, .view-wrap .pagination a {
    color: #666 !important;
	background: #fff !important;
	border-color: #fff !important;
}

.pagination > li > a, .pagination > li > span { margin-right: 10px; }
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #666;
    cursor: not-allowed;
    background-color: #f8f8f8;
    border-color: #ddd;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 0;
    margin-left: 0;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
	width: 50px;
	height: 50px;
	line-height: 50px;

}

.pagination > li:nth-of-type(1) > a, 
.pagination > li:nth-of-type(2) > a,
.pagination > li:nth-last-child(1) > a,
.pagination > li:nth-last-child(2) > a {
    color: #666;
    background-color: #f8f8f8 !important;
    border-color: #ddd !important;
}
.pagination > li:nth-of-type(2) > a,
.pagination > li:nth-last-child(3) > a { margin-right:60px; }

@media all and (max-width:480px) {
	.list-page {
		position: relative;
		text-align: center;
	}
	.pagination > li > a, .pagination > li > span {
		position: relative;
		float: left;
		padding: 0;
		margin-left: 0;
		color: #428bca;
		text-decoration: none;
		background-color: #fff;
		border: 1px solid #ddd;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align:center;

	}
	.pagination > li > a, .pagination > li > span { margin-right: 0px; }
	.pagination > li:nth-of-type(2) > a,
	.pagination > li:nth-last-child(3) > a { margin-right:10px; }
}


.list-page { position: relative; }
.list-page > .list-btn { position: absolute; top: 0; right: 0; }*/