@charset "utf-8";

/* Category */
.list-category .div-tab.tabs { margin-bottom:0; }

/* Board */
.list-board {
	margin-bottom:24px;
	background:#fff;
	border:1px solid #eee;
	border-radius:16px;
	overflow:hidden;
	box-shadow:0 8px 28px rgba(0,0,0,.05);
}

/* Icon */
.list-board .wr-text {
	font-size:12px;
	font-weight:700;
	color:#b0885a;
}

.list-board .wr-icon {
	display:inline-block;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-position:center;
}

.list-board .wr-notice {
	width:auto;
	height:auto;
	padding:4px 9px;
	border-radius:999px;
	background:#111 !important;
	color:#fff;
	font-size:11px;
	font-weight:700;
}

.list-board .wr-notice:before { content:"공지"; }

.list-board .wr-new,
.list-board .wr-hot,
.list-board .wr-secret,
.list-board .wr-video,
.list-board .wr-image,
.list-board .wr-file {
	width:auto;
	height:auto;
	margin-left:5px;
	padding:2px 6px;
	border-radius:999px;
	background:none !important;
	font-size:10px;
	font-weight:700;
	color:#fff;
}

.list-board .wr-new { background:#b0885a !important; }
.list-board .wr-new:before { content:"NEW"; }

.list-board .wr-hot { background:#e85b42 !important; }
.list-board .wr-hot:before { content:"HOT"; }

.list-board .wr-secret { background:#555 !important; }
.list-board .wr-secret:before { content:"LOCK"; }

.list-board .wr-image,
.list-board .wr-file,
.list-board .wr-video {
	background:#999 !important;
}

/* Width */
.list-board .wr-chk { width:44px; }
.list-board .wr-num { width:70px; }
.list-board .wr-thumb { width:70px; }
.list-board .wr-category { width:90px; }
.list-board .wr-name { width:120px; }
.list-board .wr-date { width:95px; }
.list-board .wr-hit { width:70px; }
.list-board .wr-down,
.list-board .wr-visit,
.list-board .wr-good,
.list-board .wr-nogood { width:55px; }

.list-board .wr-none {
	padding:60px 0;
	text-align:center;
	color:#aaa;
	font-size:14px;
}

.list-board .wr-comment {
	margin-left:8px;
	color:#b0885a !important;
	font-weight:700;
}

.list-board .wr-hidden { display:none; }

/* Header */
.list-board .div-head {
	display:table;
	width:100%;
	table-layout:fixed;
	background:#fafafa;
	border-bottom:1px solid #e5e5e5;
}

.list-board .div-head > span {
	display:table-cell;
	height:48px;
	line-height:48px;
	text-align:center;
	color:#111;
	font-size:13px;
	font-weight:700;
	vertical-align:middle;
}

.list-board .div-head .wr-subject {
	text-align:left;
	padding-left:18px;
}

/* List */
.list-board .list-body {
	list-style:none;
	padding:0;
	margin:0;
}

.list-board .list-body li {
	display:table;
	width:100%;
	table-layout:fixed;
	border-bottom:1px solid #f0f0f0;
	background:#fff;
	transition:all .18s ease;
}

.list-board .list-body li:last-child { border-bottom:0; }

.list-board .list-body li:hover {
	background:#fffaf4;
}

.list-board .list-body li > div {
	display:table-cell;
	height:58px;
	line-height:22px;
	padding:12px 0;
	text-align:center;
	color:#777;
	font-size:13px;
	vertical-align:middle;
}

.list-board .list-body .wr-subject {
	padding-left:18px;
	padding-right:15px;
	text-align:left;
}

.list-board .list-body .wr-subject .item-subject {
	display:block;
	color:#111;
	font-size:15px;
	font-weight:700;
	letter-spacing:-0.3px;
	text-decoration:none;
	word-break:break-all;
}

.list-board .list-body .wr-subject .item-subject:hover {
	color:#b0885a;
}

.list-board .list-body .wr-name {
	text-align:left;
	padding-left:10px;
	font-weight:600;
	color:#555;
}

.list-board .list-body .wr-name a {
	display:block;
	color:#555;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}

.list-board .list-body .wr-date,
.list-board .list-body .wr-hit,
.list-board .list-body .wr-num {
	color:#999;
	font-size:12px;
}

/* Notice / Current Row */
.list-board .list-body li.bg-light {
	background:#fff7ef !important;
}

.list-board .list-body li.bg-light:hover {
	background:#fff1e3 !important;
}

/* Thumb */
.list-board .list-body .thumb-img,
.list-board .list-body .thumb-icon {
	position:relative;
	width:46px;
	height:46px;
	margin:0 auto;
	border-radius:12px;
	overflow:hidden;
	background:#f3f3f3;
}

.list-board .list-body .thumb-icon { display:table; }

.list-board .list-body .thumb-icon a {
	display:table-cell;
	width:1%;
	background:#f3f3f3;
	color:#bbb;
	vertical-align:middle;
	font-size:24px;
}

.list-board .list-body .thumb-icon img,
.list-board .list-body .thumb-img img {
	width:46px;
	height:46px;
	object-fit:cover;
}

/* Mobile */
@media all and (max-width:768px) {
	.responsive .list-board {
		border-radius:14px;
	}

	.responsive .list-board .div-head {
		display:none;
	}

	.responsive .list-board .list-body li {
		display:block;
		position:relative;
		padding:15px 14px;
	}

	.responsive .list-board .list-body li > div {
		display:block;
		width:auto;
		height:auto;
		padding:0;
		text-align:left;
	}

	.responsive .list-board .wr-num,
	.responsive .list-board .wr-chk {
		display:none !important;
	}

	.responsive .list-board .wr-subject {
		padding:0 !important;
	}

	.responsive .list-board .item-subject {
		font-size:15px;
		white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
	}

	.responsive .list-board .wr-hidden {
		display:inline-block !important;
	}

	.responsive .list-board .item-details {
		margin-top:7px;
		margin-right:0;
		color:#999;
	}

	.responsive .list-board .item-details > span {
		margin-right:12px;
		font-weight:normal;
	}
}