/* CSS Document */

/*=========================== °Ô½ÃÆÇ ¸®½ºÆ® ===========================*/
.con-contents .board-list {
	clear:both;
	width:100%;
	color:#858585;
}
.con-contents .board-list td {
	padding:7px 0;
	text-align:center;
	border-bottom:1px solid #bbbbbb;
	word-wrap: break-word; /* Internet Explorer 5.5+ */ 
	white-space: pre-wrap; /* css-3 */ 
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ 
	white-space: -pre-wrap; /* Opera 4-6 */ 
	white-space: -o-pre-wrap; /* Opera 7 */ 
	word-break:break-all;
}
.con-contents .board-list a {
	color:#858585;
	text-decoration:none;
}

.con-contents .board-list th {
	color:#fd9400;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	border:solid 4px #fd9400;
	border-left:none;
	border-right:none;
	height:30px;
}
.con-contents .board-list .start {
	border-left:solid 4px #fd9400;
}
.con-contents .board-list .end {
	border-right:solid 4px #fd9400;
}
.con-contents .board-list .title {
	text-align:left;
	padding:0 16px;
}
.con-contents .board-list .title a.myqalist_new {
	color:#0b88e9;
	font-weight:bold;
	text-decoration:none;
}
.no {
	width:50px;
}
.date {
	width:80px;
}
.hit {
	width:70px;
}
.con-contents .pageListSearch {
	width:100%;
	margin:0 auto;
	text-align:center;
	padding:20px 0;
}
.con-contents .pageListSearch img {
	vertical-align:middle;
}
.con-contents .pageListSearch .pageList a {
	margin:1px 0;
	padding:2px;
	color:#999999;
	text-decoration:none;
	font-weight:bold;
}
.con-contents .pageListSearch .pageList a:hover {
	color:#f04700;
}
.con-contents .pageListSearch .search {
	margin-top:30px;
}
.con-contents .pageListSearch .search select, .con-contents .pageListSearch .search input {
	color:#9c6041;
	vertical-align:baseline;
}
.con-contents .pageListSearch .search img {
	vertical-align:top;
}
/*=========================== °Ô½ÃÆÇ º¸±â ===========================*/
.con-contents .board-view {
	width:670px;
	color:#858585;
}
.con-contents a {
	color:#858585;
	text-decoration:none;
}
.con-contents .board-view ul {
	float:left;
	width:642px;
	list-style:none;
	color:#fd9400;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	border:4px solid #fd9400;
	padding:5px 10px;
}
.con-contents .board-view .view-title {
	float:left;
}
.con-contents .board-view .view-date {
	float:right;
}
.con-contents .board-view .board-contents {
	clear:both;
	padding:20px 20px 30px;
	text-align:left;
	vertical-align:top;
	min-height:100px;
	border-bottom:solid 1px #c2c2c2;
	word-wrap: break-word; /* Internet Explorer 5.5+ */ 
	white-space: pre-wrap; /* css-3 */ 
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ 
	white-space: -pre-wrap; /* Opera 4-6 */ 
	white-space: -o-pre-wrap; /* Opera 7 */ 
	word-break:break-all;
}
.con-contents .view-previous {
	float:left;
	clear:both;
	width:542px;
	color:#fd9400;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	border:4px solid #dfdfdf;
	background:url(../images/common/board/view_prev.gif) no-repeat left center;
	padding:3px 0 3px 120px;
	margin-top:10px;
	display:inline;
}
.con-contents .view-next {
	float:left;
	width:542px;
	color:#fd9400;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	border:4px solid #dfdfdf;
	background:url(../images/common/board/view_next.gif) no-repeat left center;
	padding:3px 0 3px 120px;
	margin-top:5px;
	display:inline;
}
.btn-p {
	width:666px;
	text-align:right;
}
