/* list */

#board {
	display: block;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 0 10px 20px 10px;
	background: #fff;
}

#board>ul {
	display: block;
	width: 100%;
	height: auto;
}

#board>ul>li {
	display: block;
	width: 20%;
	float: left;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 12px;
	color: #666;
	font-weight: 600;
	text-align: center;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-overflow:ellipsis;
	white-space:nowrap;
	word-wrap:normal;
	overflow:hidden;
}

#board>ul>li.dateLi {
	width: 30%;
	text-align: center;
}

#board>ul>li.titleLi {
	width: 50%;
	text-align: center;
}

#board>ul.board_head {
	background: #F9F9F9 url(../img/ie/bg_f_f9.gif) repeat-x;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#FFF),to(#F9F9F9));
    background: linear-gradient(to bottom,#FFF 0%,#F9F9F9 100%);
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #BBB;
	box-sizing: border-box;
}

#board>ul.board_head>li {
	font-size: 13px;
}

#board>ul.board_body {
	border-bottom: 1px solid #eeeeee;
	box-sizing: border-box;
}

#board>ul.board_body:last-child {
	border-bottom: 1px solid #BBB;
}

#board>ul.board_body>li.titleLi {
	cursor: pointer;
}

#board>ul.board_body>li.titleLi:hover {
	text-decoration: underline;
}

#paging {
	display: block;
	width: 100%;
	height: auto;
	padding: 20px 0;
	text-align: center;
	font-size: 0;
}

#paging>span.pagingSpan {
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	color: #666;
	cursor: pointer;
	padding: 6px 8px;
	background: #fff;
}

#paging>span.pagingSpan:hover {
	font-weight: 700;
	background: #ffa09b;
	color: #fff;
}

#paging>span.pagingSpan2 {
	font-weight: bold !important;
}

#paging>span.pagingSpan.active {
	background: #ffa09b;
	color: #fff;
}

/* list end */

#boardView {
	padding: 0 10px 20px 10px;
	box-sizing: border-box;
	background: #fff;
	
}

ul.viewTop01{
	display: block;
	width: 100%;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #ccc;
    background: #FCFCFC;
	font-size: 12px;
	color: #666;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
}

ul.viewTop01 a:hover{
	text-decoration: underline;
}

ul.viewTop02{
	display: block;
	width: 100%;
	height: 90px;
	background: #fff;
	padding: 0 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
}

ul.viewTop02>li.viewTitle {
	float: left;
	padding-top: 20px;
	padding-bottom: 10px;
	display: block;
	width: 100%;
	font-size: 18px;
	color: #333;
	font-weight: 700;
	letter-spacing: 1px;
	text-overflow:ellipsis;
	white-space:nowrap;
	word-wrap:normal;
	overflow:hidden;
}

ul.viewTop02>li.writerLi {
	float: left;
	font-size: 12px;
	font-weight: 700;
	color: #333;
	width: 10%;
}

ul.viewTop02>li.dateLi {
	float: left;
	font-size: 12px;
	font-weight: 700;
	color: #333;
	width: 15%;
	text-align: center;
}

ul.viewTop02>li.viewsLi {
	float: left;
	font-size: 12px;
	font-weight: 700;
	color: #999;
	width: 15%;
	text-align: center;
}

ul.viewTop02>li.viewsLi>span {
	color: #333;
}

.viewBody {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	background: #fff;
	min-height: 100px;
	box-sizing: border-box;
	margin-top: 20px;
	padding: 10px 3px;
	border-bottom: 1px solid #eee;
	line-height: 16px;
	font-size :12px;	
}

.viewBody>div {
	white-space: pre-line;
	position: relative;
	display: block;
	width: 100%;
}

.goList {
	float: right;
	cursor: pointer;
	text-align: center;
	background: #FCFCFC;
	border: 1px solid #ccc;
	box-sizing: border-box;
	color: #333;
	padding: 7px 14px 7px 14px;
    font-size: 12px;
}

.goList:hover {
	text-decoration: underline;
}


.write {
	float: right;
	cursor: pointer;
	text-align: center;
	background: #FCFCFC;
	border: 1px solid #ccc;
	box-sizing: border-box;
	color: #333;
	padding: 7px 14px 7px 14px;
    font-size: 12px;
}



