@charset "utf-8";

/* ================================
   LIST TOP
================================ */
.list-top { line-height: 1px; }

.div-head {
	border-top-width: 0px;
	border-bottom: 1px solid #484848;
}

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

/* ================================
   LIST BOARD
================================ */
.list-board {
	margin-bottom: 10px;
	border: 1px solid #484848;
	background: #343538;
}
.list-board #infscr-loading {
	background: rgba(0, 0, 0, 0.85);
	margin: 0px;
	padding: 10px;
	border-radius: 10px;
	left: 50%;
	width: 200px;
	margin-left: -110px;
	text-align: center;
	bottom: 50px;
	color: #fff;
	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: #97979d; font-size: 60px; }
.list-board .list-more a:hover { color: #E49C12; }
.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-top: -4px;
	overflow: hidden;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: left top;
}
.list-board .wr-notice  { width: 16px; height: 16px; background-image: url('../../img/icon_notice.gif'); }
.list-board .wr-new     { width: 16px; height: 16px; margin-right: 3px; background-image: url('../../img/icon_new.gif'); }
.list-board .wr-secret  { width: 16px; height: 16px; margin-right: 3px; background-image: url('../../img/icon_secret.gif'); }
.list-board .wr-hot     { width: 16px; height: 16px; margin-right: 3px; background-image: url('../../img/icon_hot.gif'); }
.list-board .wr-video   { width: 16px; height: 16px; margin-right: 3px; background-image: url('../../img/icon_video.gif'); }
.list-board .wr-image   { width: 16px; height: 16px; margin-right: 3px; background-image: url('../../img/icon_image.gif'); }
.list-board .wr-file    { width: 16px; height: 16px; margin-right: 3px; 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'); }

/* ================================
   COLUMN 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: 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: #97979d; }
.list-board .wr-comment  { margin: 0px 10px; }
.list-board .wr-hidden   { display: none; }

/* ================================
   LIST BODY
================================ */
.list-board .list-body {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.list-board .list-body li {
	border-bottom: 1px solid #484848;
	display: table;
	width: 100%;
	table-layout: fixed;
}
.list-board .list-body li:last-child { border-bottom: none; }

.list-board .list-body li a { color: #97979d; }
.list-board .list-body li a:hover { color: #E49C12; }

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

.list-board .list-body li > div {
	display: table-cell;
	height: 50px;
	line-height: 22px;
	padding: 6px 0px;
	text-align: center;
	color: #97979d;
	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;
	color: #f1f1f2;
}
.list-board .list-body .wr-subject a {
	color: #f1f1f2;
}
.list-board .list-body .wr-subject a:hover {
	color: #E49C12;
}

/* 작성자 */
.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;
	color: #c5c5c9;
}
.list-board .list-body .wr-name a:hover { color: #E49C12; }

/* 썸네일 */
.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: #2a2a37;
	color: #97979d;
	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;
	background: #2a2a37;
	color: #E49C12;
	border-radius: 3px;
}

/* ================================
   RESPONSIVE
================================ */
@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;
		color: #97979d;
	}
	.responsive .list-board .item-details > span:last-child { margin-right: 0px; }
}