/* °Ô½ÃÆÇ ¸ñ·Ï */
table caption { display: none; text-align: left; font-weight: bold; font-size: 1em; letter-spacing: 0; padding: 0.8em 0 0.4em 14px; margin: 0; } /* caption ÅÂ±×´Â ¼û±è */

table.board_list {border-collapse: collapse; border-top: 2px solid #969696; border-bottom: 1px solid #66747e; table-layout: fixed;}
table.board_list tr {  } /* colgroup À¸·Î td ½ºÅ¸ÀÏÁ¦¾îÇÏ·Á¸é tr¿¡ Á¤ÀÇ  */
table.board_list tbody tr:hover {background: #f9f9f9;}
table.board_list th, table.board_list td {padding: 7px 6px; border-width: 0;}
table.board_list thead, table.board_list tfoot {}
table.board_list thead th {color: #444444; padding: 7px 6px; font-weight: bold; text-align: center; vertical-align: middle; background: url(../make_img/board/bg_thead.gif) no-repeat right bottom} 
table.board_list thead th.none {background: transparent;} 
table.board_list tfoot th {color: #444444; font-weight: bold; text-align: center; vertical-align: middle; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;}
table.board_list tfoot td {color: #444444; font-weight: bold; text-align: center; vertical-align: middle; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;}
table.board_list th {border: none; border-bottom: 1px solid #66747e; text-align:center; font-weight: bold; color: #636363}
table.board_list td {border-bottom: 1px solid #e7e7e7; color: #636363; font-size: 12px; text-align: center;}
table.board_list td a {display: inline-block; vertical-align: middle; max-width: 85%; overflow: hidden; color: #636363; text-overflow: ellipsis; white-space:nowrap;}
table.board_list td img {display: inline-block; vertical-align: middle;}
table.board_list tbody td.left {text-align:left; }
table.board_list tbody td.center {text-align:center; }
table.board_list tbody td.right {text-align:right; }
table.board_list td.date {color: #aeaeae; line-height: 14px;}



/* °Ô½ÃÆÇ º¸±â */
.board_view {
text-align:left;
	border: 0px solid red;
}

.board_view h2 {
	padding: 10px 5px 12px 5px;
	color: #444444;
	font-weight: bold; 
	font-size: 15px;
	border-top: 2px solid #66747e;
	border-bottom: 1px solid #66747e;
}

.board_view .title_area02 {
	border-top: 3px solid #969696;
	border-bottom: 1px solid #dfdfe3;
	overflow: hidden;
}

.board_view .title_area02 h2 {
	padding: 20px 0;
	color: #444444;
	font-weight: bold; 
	font-size: 15px;
	
}


.board_view .board_view_info {
	overflow: hidden;
	padding: 10px 0; 
	border-bottom: 1px solid #dfdfe3;
}

.board_view .board_view_info dl {
	float: left;
	font-size: 13px;
	color: #858585;
}
.board_view .board_view_info dl dt {
	float: left;
	margin-right: 4px;
}

.board_view .board_view_info dl dd {
	float: left;
}

.board_view .board_view_info dl.number {
	width: 45%;
}

.board_view .board_view_info dl.writeer {
	width: 20%;
}

.board_view .board_view_info dl.date {
	width: 20%;
}

.board_view .board_view_info dl.hit {
	float: right;
	width: 15%;
}
.board_view .board_view_info dl.hit dd {
	text-align: right;
}

.board_view .add_file {
	border-bottom: 1px solid #dfdfe3;
}

.board_view .add_file dl {
	position: relative;
	padding-left: 65px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	color: #858585;
}
.board_view .add_file dl dt {
	position: absolute;
	top: 8px;
	left: 0;
}

.board_view .add_file dl dd {
	border: 0px solid red;
}
.board_view .add_file dl dd a {
	display: block;
	margin-bottom: 6px;
	padding-left: 15px;
	line-height: 14px;
	background: url(../make_img/board/icon_file.gif) no-repeat left center;
	border: 0px solid red;
}

.board_view .add_file dl dd a:hover {
	text-decoration: underline;
}

.board_view .photo_info {
	position: relative;
	padding: 21px 29px 21px 280px;
	min-height: 132px;
	border-bottom: 1px solid #dfdfe3;
	background: #f4f5f6;
}

.board_view .photo_info .img_photo {
	position: absolute;
	top: 21px;
	left: 29px;
	width: 213px;
	height: 130px;
	border: 1px solid #e4e6e8;
}

.board_view .photo_info ul {
	margin: 0;
	padding: 0;
}

.board_view .photo_info ul li {
	padding-left: 14px;
	background: url(../make_img/board/icon_bullet01.png) no-repeat left center;
	line-height: 14px;
	font-size: 13px;
	margin-bottom: 18px;
	color: #858585;
}

.board_view .photo_info ul li strong {
	display: inline-block;
	width: 89px;
	color: #545454;
	
}


.board_view .board_contents {
/*
	font-size: 13px;
*/
	/*color: #858585;*/
	min-height: 150px;
	padding: 20px; 
}

.board_view .board_contents img {
/*
	display: block;
	vertical-align: bottom;
	max-width: 100%;
	margin: 0 auto 20px auto;
*/

}

.preview_next_area {
	border-top: 1px solid #969696;
	border-bottom: 1px solid #969696;
}

.preview_next_area .preview {
	border-bottom: 1px solid #dfdfe3;
}

.preview_next_area li {
	margin: 0;
	padding: 0;
}
.preview_next_area li a {
	position: relative;
	display: block;
	padding-left: 108px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #858585;
	font-size: 13px;
	background: url(../make_img/board/icon_bar01.gif) no-repeat 83px center;
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space:nowrap;
}

.preview_next_area li a:hover {
	background: #f9f9f9 url(../make_img/board/icon_bar01.gif) no-repeat 83px center;
}


.preview_next_area li a span.icon_prev {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 108px;
	padding: 10px 0;
	color: #444;
	font-weight: bold;
	background: url(../make_img/board/icon_up.gif) no-repeat 53px center;
}

.preview_next_area li a span.icon_next{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 108px;
	padding: 10px 0;
	color: #444;
	font-weight: bold;
	background: url(../make_img/board/icon_down.gif) no-repeat 53px center;
}

.preview_next_area li a span.preview_next_title {
	color: #444;
	font-size: 13px;
	font-weight: bold;
	margin-right: 29px;
	border: 0px solid red;
}

.preview_next_area li a span.preview_next_contents {
	color: #858585;
	font-size: 13px;
}



/* °Ô½ÃÆÇ ¾²±â */
.board_write {
	margin: 0; 
	padding: 0;
	border: 0px solid red;
}

.board_write_area {
	padding-top: 6px;
	border-top: 3px solid #969696;
}

.board_write_area dl {
	overflow: hidden;
	padding: 6px 0;
}

.board_write_area dl dt {
	float: left;
	width: 100px;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	color: #444;
	font-size: 13px;
}

.board_write_area dl dd {
	position: relative;
	float: left;
	width: 590px;
	border: 0px solid red;
}

.board_write_area dl dd input[type="text"], 
.board_write_area dl dd input[type="password"] {
	display: inline-block;
	vertical-align: middle;
	width: 588px;
	height: 28px;
	padding: 0 5px;
	line-height: 28px;
	background: #f9f9f9;
	border: 1px solid #b8b9bb;
	border-top: 1px solid #8d8e90;
	border-left: 1px solid #8d8e90;
	font-family: 'NanumGothic', "µ¸¿ò", Dotum, sans-serif;
}
.board_write_area dl dd input[type="text"]:focus 
, .board_write_area dl dd input[type="password"]:focus {
	background: #fff;
}


.board_write_area dl dd input[type="file"] {
	display: inline-block;
	vertical-align: middle;
	width: 458px;
	height: 28px;
	line-height: 28px;
	border: 0px solid #b8b9bb;
	margin-bottom: 6px;
	font-family: 'NanumGothic', "µ¸¿ò", Dotum, sans-serif;
}

.board_write_area dl dd .btn_add_input_file {
	position: absolute;
	top: 0;
	right: 61px;
}

.board_write_area dl dd .btn_minus_input_file {
	position: absolute;
	top: 0;
	right: 0;
}

.edit_area {
	/*height: 360px;*/
	padding-bottom: 33px;
	border-bottom: 1px solid #dfdfe3;
}

/* ÆäÀÌÂ¡ ³×ºñ°ÔÀÌ¼Ç */
.paging_navigation {
	clear: both; 
	padding-top: 50px; 
	text-align: center; 
	border: 0px solid red;
}
.paging_navigation a {
	display: inline-block; 
	line-height: 30px; 
	min-width: 22px; 
	height: 28px; 
	padding: 0 3px;
	margin: 0 5px;
	color: #4c4c50;
	border: 1px solid #c5c7cc; 
	vertical-align: middle; 
	font-family: Verdana, "µ¸¿ò", Dotum, sans-serif;
}
.paging_navigation a:hover {
	border: 1px solid #8d8e8f; 
	background: #8d8e8f;
	color: #fff; 
	font-weight: bold; 
	letter-spacing: -1px;
}
.paging_navigation strong {
	display: inline-block; 
	line-height: 30px; 
	min-width: 22px; 
	height: 28px; 
	padding: 0 3px; 
	border: 1px solid #8d8e8f; 
	color: #fff; 
	background: #8d8e8f;
	font-weight: bold; 
	letter-spacing: -1px; 
	vertical-align: middle;
}
.paging_navigation a.btn_first {
	text-indent: -5000em; 
	background: url(../make_img/board/btn_first.gif) no-repeat center center;
}
.paging_navigation a.btn_preview {
	text-indent: -5000em; 
	background: url(../make_img/board/btn_preview.gif) no-repeat center center;
}
.paging_navigation a.btn_next {
	text-indent: -5000em; 
	background: url(../make_img/board/btn_next.gif) no-repeat center center;
}
.paging_navigation a.btn_last {
	text-indent: -5000em; 
	background: url(../make_img/board/btn_last.gif) no-repeat center center;
}


/* °Ë»ö */
.search_area {
	overflow: hidden;
	margin-bottom: 11px;
}

.search_area .select_box, .search_area .total {
	float: left;
}
.search_area .select_box, .search_area .total strong {
	font-weight: normal;
}

.search_area .select_box select {
	display: inline-block;
	vertical-align: middle;
}

.search_area .search_box {
	float: right;
}

.search_area .search_box select {
	display: inline-block;
	vertical-align: middle;
	height: 24px;
	line-height: 24px;
}

.search_area .search_box input[type="text"] {
	display: inline-block;
	vertical-align: middle;
	background: #e7e7e7;
	border: 1px solid #c4c4c4;
	width: 220px;
	height: 22px;
	padding: 0 5px;
	line-height: 22px;
	font-family: 'NanumGothic', "µ¸¿ò", Dotum, sans-serif;
}
.search_area .search_box input[type="text"]:focus {
	background: #fff;
}	

.search_area .search_box .btn_search {
	display: inline-block;
	vertical-align: middle;
	height: 24px;
	width: 60px;
	text-align: center;
	line-height: 24px;
	font-family: 'NanumGothic', "µ¸¿ò", Dotum, sans-serif;
	background: #545861;
	color: #fff;
	border: none;
	margin-left: -4px;
}


/* ¹öÆ° ¸ðÀ½ */
.btn_right {
	padding-top: 12px;
	text-align: right;
}

.btn_right .btns {
	display: inline-block;
	vertical-align: middle;
	min-width: 35px;
	height: 35px;
	padding: 0 19px;
	line-height: 35px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	border: 0;
}

.btn_right .btn_color01 {
	background: #3B5297
}

.btn_right .btn_color02 {
	background: #585858
}

.btn_right .btn_color03 {
	background: #f53d3d
}

.btn_right input[type="submit"] {
	display: inline-block;
	vertical-align: middle;
	width: 73px;
	height: 35px;
	padding: 0 19px;
	line-height: 40px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	border: 0;
}

.btn_right a {
	display: inline-block;
	vertical-align: bottom;
}

.btn_center {
	text-align: center;
}

.btn_center img {
	display: inline-block;
	vertical-align: middle;
}
