/* 일반 게시판 리스트 */
#board_title{width:1000px;height:42px;background-image:url('/images/board/list_title_bg.jpg'); background-repeat:no-repeat; border-style:solid;border-color:#35698e;border-width:2px 0 0 0;border-bottom-color:#E2DDDD;border-bottom-width:1px;}

.list_wrap{width:1000px;height:40px; cursor:pointer;}

.board_no{width:83px;height:20px;color:#898989;margin-top:20px;text-align:center;float:left;}
.board_category{width:65px;height:20px;color:#35698e;margin-top:20px;text-align:center;float:left;}
.board_subject{width:540px;height:20px;color:#898989;margin-top:20px;margin-left:22px;text-align:left;float:left;}
.board_writer{width:130px;height:20px;color:#898989;margin-top:20px;text-align:center;float:left;}
.board_date{width:90px;height:20px;color:#898989;margin-top:20px;text-align:center;float:left;}
.board_cnt{width:70px;height:20px;color:#898989;margin-top:20px;text-align:center;float:left;}

.board_list_bottom{width:1000px;height:15px;border-style:solid;border-color:#E2DDDD;border-width:0 0 1px 0;float:left;}
.list_btn_wrap{width:85px;height:50px;margin-top:27px;float:left;}
.paging_wrap{width:765px;height:50px;margin-top:27px;position:relative;float:left;}
.list_btn_wrap2{width:150px;height:50px;margin-top:27px;text-align:right;float:left;}
.page_btn{width:35px;height:27px;background-image:url('/images/btn/page_btn_bg.jpg');padding-top:8px;margin-left:4px;text-align:center;color:#727272;display:inline-block;cursor:pointer;}
.page_btn a{color:#AEAEAE;}
.search_wrap{width:1000px;height:115px;background-color:#f5f5f5;margin-top:20px;position:relative;float:left;}
.search_select{width:131px;height:28px;background-color:#ffffff;border-style:solid;border-color:#BDBDBD;border-width:1px;position:absolute;top:42px;left:250px;}
.search_input{width:250px;height:25px;background-color:#ffffff;border-style:solid;border-color:#BDBDBD;border-width:1px;position:absolute;top:42px;left:389px;}
.search_btn{position:absolute;top:42px;left:650px;cursor:pointer;}


/* 일반 게시판 글쓰기 */
.write_content{position:relative; width:1000px; height:780px; margin-top:16px; background-image:url('/images/board/write_board_bg.jpg'); background-repeat:no-repeat; border-style:solid; border-color:#35698e; border-width:2px 0 0 0;}
#user_name{position:absolute; width:150px; height:25px; top:10px; left:130px; border-style:solid; border-color:#DDDDDD; border-width:1px; font-family:NGothic;}
#user_category{position:absolute; width:150px; height:29px; top:62px; left:130px; border-style:solid; border-color:#DDDDDD; border-width:1px; font-family:NGothic;}
#title{position:absolute; width:855px; height:25px; top:113px; left:130px; border-style:solid; border-color:#DDDDDD; border-width:1px; font-family:NGothic;}
.write_c_btn{position:relative; width:1000px; height:50px; margin-top:30px; margin-bottom:50px; text-align:center;}
#user_file{position:absolute; width:300px; height:25px; top:735px; left:130px; border-style:solid; border-color:#DDDDDD; border-width:1px; font-family:NGothic;}
#user_exist_file{position:absolute; height:25px; top:738px; left:440px; font-family:NGothic;}
#board_content_wrap{position:absolute; width:870px; height:535px; top:167px; left:130px;}
#board_content{width:850px; height:485px; top:320px; left:130px;}

/* 일반 게시판 글보기 */
.board_view_title_wrap{width:1000px; height:47px; border-style:solid; border-color:#35698e; border-width:2px 0 0 0; margin-top:16px;}
	#board_view_title{font-family:NGothic; font-size:11pt; font-weight:bold; color:#464644; float:left; margin-top:15px; margin-left:10px;}
	#board_view_category{font-family:NGothic; font-size:11pt; font-weight:bold; color:#35698e; float:left; margin-top:14px; margin-left:5px;}
.board_view_desc_wrap{width:1000px; height:35px; background-image:url('/images/board/view_top_bg.jpg'); margin-top:0px;}
	#board_view_writer{font-family:NGothic; font-size:10pt; font-weight:normal; color:#A2A0A1; float:left; margin-top:10px; margin-left:10px; float:left;}
	#board_view_datetime{font-family:NGothic; font-size:10pt; font-weight:normal; color:#A2A0A1; float:left; margin-top:10px; margin-right:10px; float:right;}
	#board_view_counter{font-family:NGothic; font-size:10pt; font-weight:bold; color:#A2A0A1; float:left; margin-top:10px; margin-right:30px; float:right;}
	#board_view_comment{font-family:NGothic; font-size:10pt; font-weight:bold; color:#A2A0A1; float:left; margin-top:10px; margin-right:30px; float:right;}
.board_view_content_wrap{width:1000px; min-height:200px; padding-top:10px; padding-bottom:10px; border-style:solid; border-color:#DDDDDD; border-width:0 0 1px 0;}
	#board_view_content{margin-top:10px; margin-left:10px; margin-bottom:10px; line-height:20px;}
.board_view_btn_wrap{width:1000px; height:70px; margin-top:20px;}
.board_view_btn_wrap img{float:right; margin-left:5px;}
.board_view_comment_wrap{width:1000px; overflow-y:auto; border-style:dotted; border-color:#35698e; border-width:1px 0 1px 0; border-bottom-style:solid; border-bottom-color:#DDDDDD; padding-top:20px; padding-bottom:20px; margin-bottom:50px;}
	.comment_line{width:950px; overflow-y:auto; padding-top:10px; padding-bottom:10px; position:relative; margin-bottom:10px;}
		.comment_line_name{width:160px; float:left;}
			.comment_writer{ font-family:NGothic; font-size:10.5pt; font-weight:bold; color:#454545; margin-left:10px;}
			.comment_datetime{font-family:NGothic; font-size:9.5pt; font-weight:normal; color:#AAAAAA; margin-top:5px; margin-left:10px;}
		.comment_line_content{width:790px; float:left;}
	.comment_line_blank{width:950px; height:20px;}

.board_view_comment_write_wrap{width:1000px; height:200px; background-color:#EFEFEF; margin-bottom:50px; position:relative;}
	#comment_name{width:120px; height:25px; position:absolute; top:20px; left:20px;}
	#comment_content{width:800px; height:120px; position:absolute; top:20px; left:170px; overflow-y:auto;}
		#comment_btn{position:absolute; bottom:15px; right:25px;}
#board_view_file{font-family:NGothic; font-size:10pt; font-weight:normal; color:#A2A0A1; float:left; margin-top:10px; margin-left:10px;}
.board_view_desc_info_wrap{width:1000px; height:35px; margin-top:0px; border-style:solid; border-color:#DDDDDD; border-width:0 0 1px 0;}