@charset "utf-8";

.list-top { line-height:1px; }

.list-category .div-tab.tabs { margin-bottom:0px; }

.list-board { margin-bottom:15px; }
.list-board #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-board .list-more { text-align:center; margin-top:15px; }
.list-board .list-more a { color:#ddd; font-size:60px; }
.list-board .list-top { line-height:1px; }

/* 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; }
.list-board .reply-wait { width:44px; height:15px; background-image: url('../../img/reply_wait.gif'); }
.list-board .reply-end { width:44px; height:15px; background-image: url('../../img/reply_end.gif'); }

/* Width */
.list-board .wr-chk { width:40px; }
.list-board .wr-num { width:60px; }
.list-board .wr-thumb { width:60px; }
.list-board .wr-status { width:78px; }
.list-board .wr-category { width:80px; }
.list-board .wr-name { width:120px; }
.list-board .wr-date { width:80px; }
.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-star { width:80px; }
.list-board .wr-reply { width:60px; }
.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; height:34px; line-height:22px; padding:6px 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 { text-align:left; padding-left:10px; font-weight:bold; }
.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; }
.list-board .list-body .wr-reply span { font-size:11px; letter-spacing:-1px; padding:3px 5px; line-height:11px; }

@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; }
}

/* Feedback Status */
.list-board .feedback-status {
	display:inline-block;
	min-width:54px;
	padding:3px 7px;
	border-radius:12px;
	font-size:11px;
	line-height:1.2;
	font-weight:bold;
	text-align:center;
	letter-spacing:-1px;
	vertical-align:middle;
	border:1px solid transparent;
}

.list-board .status-received {
	background:#f1f5f9;
	color:#334155;
	border-color:#cbd5e1;
}

.list-board .status-review {
	background:#eff6ff;
	color:#1d4ed8;
	border-color:#bfdbfe;
}

.list-board .status-working {
	background:#fff7ed;
	color:#c2410c;
	border-color:#fed7aa;
}

.list-board .status-done {
	background:#ecfdf5;
	color:#047857;
	border-color:#a7f3d0;
}

.list-board .status-hold {
	background:#fefce8;
	color:#a16207;
	border-color:#fde68a;
}

.list-board .status-reject {
	background:#fef2f2;
	color:#b91c1c;
	border-color:#fecaca;
}

.list-board .status-duplicate {
	background:#f5f3ff;
	color:#6d28d9;
	border-color:#ddd6fe;
}

.list-board .status-notice {
	background:#111827;
	color:#ffffff;
	border-color:#111827;
}

@media all and (max-width:768px) {
	.responsive .list-board .feedback-status {
		min-width:auto;
		padding:2px 6px;
		margin-right:4px;
		font-size:10px;
		border-radius:10px;
	}
}

/* Feedback List Guide */
.list-board + .feedback-list-guide {
	margin-top:0;
}

.feedback-list-guide {
	margin:0 0 14px;
	padding:15px 16px;
	border:1px solid #d9e2ec;
	border-radius:8px;
	background:#f8fafc;
	color:#334155;
	box-sizing:border-box;
}

.feedback-guide-title {
	margin-bottom:7px;
	font-size:15px;
	font-weight:bold;
	color:#111827;
}

.feedback-guide-title i {
	color:#2563eb;
	margin-right:5px;
}

.feedback-guide-desc {
	font-size:13px;
	line-height:1.7;
	color:#475569;
}

.feedback-guide-sub {
	margin-top:7px;
	font-size:13px;
	line-height:1.6;
	color:#64748b;
}

.feedback-guide-sub i {
	color:#ef4444;
	margin-right:4px;
}

.feedback-status-help {
	margin-top:12px;
	padding-top:10px;
	border-top:1px dashed #cbd5e1;
	font-size:0;
}

.feedback-help-badge {
	display:inline-block;
	min-width:48px;
	margin:3px 4px 3px 0;
	padding:3px 7px;
	border-radius:12px;
	font-size:11px;
	line-height:1.2;
	font-weight:bold;
	text-align:center;
	letter-spacing:-1px;
	vertical-align:middle;
	border:1px solid transparent;
}

.feedback-help-text {
	display:inline-block;
	margin:3px 12px 3px 0;
	font-size:12px;
	line-height:1.3;
	color:#64748b;
	vertical-align:middle;
}

/* Guide Badge Colors */
.feedback-status-help .status-received {
	background:#f1f5f9;
	color:#334155;
	border-color:#cbd5e1;
}

.feedback-status-help .status-review {
	background:#eff6ff;
	color:#1d4ed8;
	border-color:#bfdbfe;
}

.feedback-status-help .status-working {
	background:#fff7ed;
	color:#c2410c;
	border-color:#fed7aa;
}

.feedback-status-help .status-done {
	background:#ecfdf5;
	color:#047857;
	border-color:#a7f3d0;
}

.feedback-status-help .status-hold {
	background:#fefce8;
	color:#a16207;
	border-color:#fde68a;
}

.feedback-status-help .status-reject {
	background:#fef2f2;
	color:#b91c1c;
	border-color:#fecaca;
}

.feedback-status-help .status-duplicate {
	background:#f5f3ff;
	color:#6d28d9;
	border-color:#ddd6fe;
}

@media all and (max-width:768px) {
	.responsive .feedback-list-guide {
		padding:13px 12px;
		margin-bottom:12px;
	}

	.responsive .feedback-guide-title {
		font-size:14px;
	}

	.responsive .feedback-guide-desc,
	.responsive .feedback-guide-sub {
		font-size:12px;
	}

	.responsive .feedback-status-help {
		line-height:1.8;
	}

	.responsive .feedback-help-badge {
		min-width:44px;
		font-size:10px;
		padding:2px 6px;
	}

	.responsive .feedback-help-text {
		font-size:11px;
		margin-right:8px;
	}
}