@import url(/include/css/ibulgyo.css);

.hidden { display: none; }
.input_box { border: 1px solid #999; }
label { cursor: pointer; }

/* ---------------------------------------------------------------------------------------------------------------------------------------------
list
--------------------------------------------------------------------------------------------------------------------------------------------- */

/* ---[ list header ]--------------------- */
#board_header .no {
	width: 50px; 
	text-align: center; 
	background: url(/images/board/bg_slash.gif) no-repeat right center;
	}
#board_header .subject {
	text-align: center; 
	background: url(/images/board/bg_slash.gif) no-repeat right center;
	}
#board_header .writer_name {
	width: 80px; 
	text-align: center; 
	background: url(/images/board/bg_slash.gif) no-repeat right center;
	}
#board_header .reg_date {
	width: 110px; 
	text-align: center; 
	background: url(/images/board/bg_slash.gif) no-repeat right center;
	}
#board_header .file_cnt {
	width: 35px; 
	text-align: center; 
	background: url(/images/board/bg_slash.gif) no-repeat right center;
	}
#board_header .read_cnt {
	width: 35px; 
	text-align: center; 
	}


/* ---------------------------------------------------------------------------------------------------------------------------------------------
regist
--------------------------------------------------------------------------------------------------------------------------------------------- */
#frm_attach_file {
	position: relative;
	}
#article_file_info {
	border: 1px solid #E7E7E7; 
	padding: 10px; 
	margin-bottom: 5px; 
	background: #fff;
	}
#article_file_info legend {
	font-size: 90%;
	color: #000;
	background: #eee;
	border: 1px solid #ccc;
	border-bottom-color: #999;
	border-right-color: #999;
	padding: 4px 8px; 
	margin-bottom: 10px;
	}
#article_file_info p {
	padding: 0;
	margin: 0;
	}
#article_file_info #file_path {
	width: 560px;
	}
#article_file_info #file_list {
	width: 560px;
	}