@charset "UTF-8";

table caption{
	display: none;
}


/* =================================================================================================================== Table style */
table col.auto {
	width: auto;
}
table col.w5per {
	width: 5%;
}
table col.w8per {
	width: 8%;
}
table col.w10per {
	width: 10%;
}
table col.w13per {
	width: 13%;
}
table col.w15per {
	width: 15%;
}
table col.w18per {
	width: 18%;
}
table col.w20per {
	width: 20%;
}
table col.w25per {
	width: 25%;
}
table col.w30per {
	width: 30%;
}
table col.w35per {
	width: 35%;
}
table col.w40per {
	width: 40%;
}
table col.w50per {
	width: 50%;
}
table col.w60per {
	width: 60%;
}
table col.w70per {
	width: 70%;
}
table col.w80per {
	width: 80%;
}
table col.w90per {
	width: 90%;
}


#board_list {
	border-top: 2px solid #353e4d;
}
/****************************************************** Board_List */
#board_list .list table {
	width: 100%;
	border-collapse: collapse;
	border-left-color: transparent !important;
	border-top-color: transparent !important;
}
#board_list .list table td,
#board_list .list table th {
	border-width: 0 0 1px 0 !important;
	border-color: #cfcfd1 !important;
	border-style: solid;
	padding: 23px 15px;
}
#board_list .list table td {
	position: relative;
	overflow: hidden;
}
#board_list .list table td.notice {
	text-align: center;
	color: #6d7072;
	vertical-align: top;
	background: url("../images/board_bar.gif") right 29px no-repeat;
}
#board_list .list table td.notice input {
	margin-right: 5px;
}
#board_list .list table td .title {
	float :left;
	width: 70%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
}
#board_list .list table td .title a {
	font-size: 16px;
	color: #2f3336;
}
#board_list .list table td .name {
	float: right;
	margin-right: 55px;
	overflow: hidden;
	position: relative;
}
#board_list .list table td .name li {
	float: left;
	margin-top: 0;
}
#board_list .list table td .name li:first-child {
	background: url("../images/board_bar.gif") right 5px no-repeat;
	margin-right: 10px;
	padding-right: 10px;
}
#board_list .list table td .file {
	position: absolute;
	top: 18px;
	right: 20px;
	text-indent: -5000px;
	width: 25px;
	height: 32px;
	background: url("../images/board_file.png") left top no-repeat;
}

#board_list .list table td, #board_list .list table th {
    border-style: solid;
}

/************************************************************************* board paging **/
.paging {
	overflow: hidden;
	text-align: center;
	margin: 40px 0 30px 0;
}
.paging span {
	display: inline-block;
	vertical-align: middle;
}
.paging span a {
	display: block;
	width: 21px;
	height: 17px;
	text-indent: -5000px;
	background: url('../images/board_paging.png') left top no-repeat;
}
.paging span.btnPrev a {
	background-position: left top;
	margin: 0 5px;
	width: 10px;
}
.paging span.btnNext a {
	background-position: -21px top;
	margin: 0 5px;
	width: 10px;
}
.paging span.btnEnd a {
	background-position: right top;
}
.paging span.btnFirst {
	background: url("../images/board_bar.gif") right center no-repeat;
	margin-right: 10px;
	padding-right: 15px;
}
.paging span.btnEnd {
	background: url("../images/board_bar.gif") left center no-repeat;
	margin-left: 10px;
	padding-left: 15px;
}
.paging ul {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.paging ul li {
	float: left;
	width: 28px;
	height: 30px;
	line-height: 30px;
	margin: 0 5px !important;
}
.paging ul li a {
	background-color: #FFF;
	color: #6f6f6f;
	display: block;
	font-size: 16px;
}
.paging ul li.on {
	background-color: #444;
	border-radius: 0.2em;
	color: #FFF;
	font-weight: bold;
}

/************************************************************************* board search **/
.board_search {
	overflow: hidden;
	text-align: center;
}
.board_search select {
	border: 1px solid #d7d7d7;
	border-right: 0;
	color: #777;
	font-size: 16px;
	padding: 5px 10px;
	height: 40px;
	vertical-align: middle;
}
.board_search input {
	font-size: 16px;
	padding: 5px 10px;
}
.board_search input.search_box {
	border: 1px solid #d7d7d7;
	color: #777;
	margin-left: -5px;
	min-width: 230px;
}
.board_search input.search_btn {
	background-color: #444;
	color: #FFF;
	margin-left: 5px;
	border: 0;
	height: 40px;
}

input.w10per {
	width: 10%;
}
input.w20per {
	width: 20%;
}
input.w25per {
	width: 25%;
}
input.w30per {
	width: 30%;
}
input.w40per {
	width: 40%;
}
input.w50per {
	width: 50%;
}
input.w60per {
	width: 60%;
}
input.w70per {
	width: 70%;
}
input.w80per {
	width: 80%;
}
input.w90per {
	width: 90%;
}
input.w100per {
	width: 100%;
}
