.cont-text {
	font-size: 12px;
	margin-top: 20px;
}

.cont_wrap {
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 20px;
	margin-bottom: 50px;
}

table.board_list {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	display: table;
	font-size: 14px;
	color: #363636;
	margin-top: 10px;
	table-layout: fixed;
}

table.board_list tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}

table.board_list td {
	width: 70%;
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

table.board_list td a:link {
	color: #363636;
	text-decoration: none;
}

table.board_list td a:visited {
	color: #363636;
	text-decoration: none;
}

.icon_new {
	width: 10px;
	margin-left: 4px;
	vertical-align: 0px;
}

.icon_empty {
	width: 10px;
	margin-left: 4px;
	vertical-align: 0px;
	display:none;
}

table.board_list thead  tr:first-child {
	border-top: 2px solid #529aa5;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	height: 40px;
	text-align: center;
	background-color: #f7fafb;
}

table.board_list tr {
	width: 20%;
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

table.board_list th {
	border: none;
}

.pagigation {
    color: #9a9a9a;
    margin-top: 20px;
    text-align: center;
}

.pagigation:after {
	clear: both;
	content: '';
	display: block;
}

.pagigation li {
	display: inline;
}

.page_number {
	color: #9a9a9a;
	margin-top: 20px;
	text-align: center;
}

.btn_number,.btn_back,.btn_next,.btn_number_blue {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 7px;
	text-decoration: none;
	line-height: 20px;
	border: 1px solid #ddd;
	color:#529aa5;
}

.btn_number_blue {
	background-color: #529aa5;
	color: #fff;
	border: 1px solid #529aa5;
}

.btn_number,.btn_back a:visited {
	color: #9a9a9a;
	text-decoration: none;
}

.btn_number,.btn_back a:link {
	color: #9a9a9a;
	text-decoration: none;
}

.btn_number_blue a:link {
	color: #fff;
	text-decoration: none;
}

.btn_number_blue a:visited {
	color: #fff;
	text-decoration: none;
}

.area_select {
	float: left;
	height: 30px;
	margin-top: 12px;
}

.area_select select {
	width: 100%;
	margin-right: 14px;
	padding-right: 0;
	font-size: 12px;
}

.search_area {
	margin-bottom: 100px;
	margin-top: 20px;
}

.search_wrap {
	width: 280px;
	height: 50px;
	margin: 0 auto;
}

.search_area input {
	width: 150px;
	height: 30px;
	float: left;
	margin: 12px 14px;
	padding: 0 6px;
    border: 1px solid #cdcdcd;
}

.btn_search {
	width: 30px;
	height: 30px;
	border-radius: 5px;
	background-color: #26333b;
	margin-top: 12px;
	float: left;
}