

/*///////////////////////////////////////////////////////////////////////////////////
//
//	tr bg
//
///////////////////////////////////////////////////////////////////////////////////*/
.now_row {background-color:#efefef}
.normal_row {background-color:#fff}
.normal_row2 {background-color:#fff}



/*///////////////////////////////////////////////////////////////////////////////////
//
//	¸®½ºÆ®
//
///////////////////////////////////////////////////////////////////////////////////*/
#board_list {overflow:hidden;}
#board_list .board_list_ul {clear:both; width:100%;padding:10px 0; text-align:center;}
#board_list .board_list_ul li {width:100%; padding:10px 0 5px 0; border-bottom:1px solid #f1f1f1; text-align:left;}
#board_list .board_list_ul li p.title {padding-left:10px; font-size:14px; color:#444444; font-weight:bold;}
#board_list .board_list_ul li p.title .cate {color:#fd939d;}
#board_list .board_list_ul li p.title a {font-size:14px; color:#444444; font-weight:bold;}
#board_list .board_list_ul li p.board_info {padding:5px 0 5px 10px;}
#board_list .board_list_ul li p.board_info span {padding-right:5px;}
#board_list .btn {position:relative;}
#board_list .btn input {vertical-align:middle;}
#board_list .btn .write {text-align:right;}
#board_list .b_search {clear:both; width:100%; padding:20px 0 15px 0; text-align:center; margin:0 auto; }
#board_list .b_search .input_t {width:70%; height:24px; padding:0 5px; border:1px solid #8a8a8a; border-right:none; vertical-align:top;}
#board_list .b_search .input_s {height:26px; border:1px solid #8a8a8a; vertical-align:top; background:#fff; border-radius:0;}
#board_list .b_search .ibtns {display:inline-block; width:24px; height:26px; border:1px solid #8a8a8a; border-left:none; background:url('image/icon_search.gif') no-repeat 5px; cursor:pointer; font-size:0; vertical-align:top;}

/* Ä«Å×°í¸® */
#board_list .catelist {margin:0 auto; width:100%; padding-top:20px; text-align:center;}
#board_list .catelist ul {clear:both;}
#board_list .catelist ul li {display:inline-block; padding:0 11px; background:url('image/icon_bar.gif') no-repeat left center;}
#board_list .catelist ul li:first-child {padding-left:0; background:none;}
#board_list .catelist ul li a {font-size:13px; color:#725d59;}
#board_list .catelist ul li.over a {font-weight:bold;}

/*///////////////////////////////////////////////////////////////////////////////////
//
//	¿­¶÷
//
///////////////////////////////////////////////////////////////////////////////////*/
#board_view {width:100%;}
#board_view table {width:100%; margin:0 auto; }
#board_view table caption {display:none;}
#board_view table td {padding:10px 10px; border-bottom:1px solid #e8e8e8; text-align:left; }
#board_view table td.subject {font-size:13px; color:#725d58; font-weight:bold;}
#board_view table td.subject span.cate {font-size:13px; color:#fd939d; font-weight:bold;}
#board_view table td .b_info {width:100%; padding-top:5px;}
#board_view table td .b_info li {display:inline-block; padding:0 5px 0 0; color:#898989; font-size:12px;}
#board_view table td .b_info li span {line-height:17px;}
#board_view .viewbox { padding:40px 50px; word-break:break-all; border-bottom:1px solid #b5928c; line-height:25px;}
#board_view .btn {padding:10px 0; text-align:right;}

/*///////////////////////////////////////////////////////////////////////////////////
//
//	±Û¾²±â
//
///////////////////////////////////////////////////////////////////////////////////*/
#board_write {width:100%;}
#board_write .write_table {width:100%; margin:30px auto 0 auto;}
#board_write .write_table caption {display:none;}
#board_write .write_table th {padding:10px 0; border-bottom:1px solid #f1f1f1; color:#000; font-size:14px; text-align:center; background:#f0f0f0;}
#board_write .write_table td {padding:7px 10px; border-bottom:1px solid #f1f1f1; color:#000; font-size:13px; text-align:left;}
#board_write .write_table td input {vertical-align:middle; height:20px;}
#board_write .filebox .file #upfile_list {width:100%;}
#board_write .filebox .btn_file {padding:10px; text-align:right; border-left:1px solid #ccc; border-right:1px solid #ccc; border-bottom:1px solid #ccc;}
#board_write .filebox .btn_file li {display:inline;}
#board_write .filebox .btn_file li .abtn0,#board_write .filebox .btn_file li .abtn1  {padding-top:10px;}
#board_write .btn {padding-top:20px; text-align:center;}

/*///////////////////////////////////////////////////////////////////////////////////
//
//	ºñÈ¸¿ø ±Û ¼öÁ¤, ±Û »èÁ¦, ºñ¹Ð±Û ¿­¶÷
//
///////////////////////////////////////////////////////////////////////////////////*/
#editdel_box {padding:20px; margin:40px auto; border:1px solid #f0f0f0; text-align:center;}
#editdel_box p,#editdel_box div {padding:5px 0; font-size:14px; color:#725d58;}

/*///////////////////////////////////////////////////////////////////////////////////
//
//	ÆÄÀÏ ¾÷·Îµå °ü·Ã 
//
///////////////////////////////////////////////////////////////////////////////////*/
.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}