
.classname {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#222222;
	font-family:돋움;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
/*	height:25px;
	line-height:25px;
	width:350px; */
	text-decoration:none;
	padding:5px 10px 5px 10px ;
	text-shadow:1px 1px 0px #ffffff;
}
a.classname:link {
	color:#777777;
}
.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}
.classname:active {
	position:relative;
	top:1px;
}







.board_top { clear:both; height:20px; }

.board_list { clear:both; width:910px; table-layout:fixed; margin:20px 0 0 0; }
.board_list th { font-weight:bold; font-size:13px; color:#484848;  } 
.board_list th { white-space:nowrap; height:38px; overflow:hidden; text-align:center; } 
.board_list th { border-top:2px solid #585858; border-bottom:1px solid #D7D7D7; background:#fff/*url(../img/table_bg.png)*/;} 

.board_list tr.bg1 { background-color:#ffffff; } 
.board_list tr.notice { background:#fff/*url(../img/table_bg.png)*/; } 

.board_list td { height:37px; }
.board_list td { border-bottom:1px solid #D7D7D7; } 
.board_list td.num { color:#555555; text-align:center; font-size:11px; }
.board_list td.checkbox { text-align:center; }
.board_list td.subject { overflow:hidden; }
.board_list td.name { padding:0 0 0 10px; }
.board_list td.datetime { font:normal 11px tahoma; color:#696969; text-align:center; }
.board_list td.hit { font:normal 11px tahoma; color:#696969; text-align:center; }
.board_list td.good { font:normal 11px tahoma; color:#696969; text-align:center; }
.board_list td.nogood { font:normal 11px tahoma; color:#696969; text-align:center; }

.board_list .notice { font-weight:bold;}
.board_list .current { font:bold 11px tahoma; color:#696969; }
.board_list .comment { font-family:Tahoma; font-size:10px; color:#696969; }

.board_button { clear:both; margin:10px 0 0 0; }

.board_page { clear:both; text-align:center; margin:3px 0 0 0; }
.board_page a:link { color:#777; }

.board_search { text-align:center; margin:10px 0 0 0; }
.board_search .stx { height:21px; border:1px solid #9A9A9A; border-right:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8; }




.view_head { height:35px; width:60px; text-align:center; color:#696969; font-size:11px; font-weight:bold; background-color: #f9f9f9; border-top:1px solid #d7d7d7; border-right:1px solid #d7d7d7; border-bottom:1px solid #d7d7d7; padding:3px;}
.view_body { background:#fff/*url(../img/table_bg.png)*/; border-top:1px solid #585858; border-bottom:1px solid #d7d7d7; padding:3px;}
.view_body2 { background-color: #ffffff;border-right:1px solid #d7d7d7; border-bottom:1px solid #d7d7d7; padding:3px;}
.view_contents { background-color: #ffffff; border-bottom:1px solid #d7d7d7; padding:10px;}


#write_all { margin-top:30px; margin-bottom:30px;}
.write_head { width:120px; height:35px; text-align:center; color:#696969; font-size:11px; font-weight:bold; background:#fff/*url(../img/table_bg.png)*/; border-right:1px solid #d7d7d7; border-bottom:1px solid #d7d7d7;}
.write_body { background-color: #ffffff; border-bottom:1px solid #d7d7d7; padding:10px;}
.write_contents { background-color: #ffffff; border-bottom:1px solid #d7d7d7; padding:10px;}
.field { border:1px solid #ccc; }



// 글자수 제한
var char_min = parseInt(<?=$write_min?>); // 최소
var char_max = parseInt(<?=$write_max?>); // 최대