/*  게시판   */
		.board_wrap {width:905px; min-height:100px; margin:40px 0 50px 0; position:relative; clear:both;}
		.board_tit_wrap {width:905px; height:28px; background:#f8f9f9; padding:14px 0 0 0; font-family:'NBGothic'; color:#474645; font-size:15px; border-top:#00b8cc 2px solid; border-bottom:#e2dddd 1px solid;}
		.num_tit {width:50px; text-align:center; float:left;}
		.head_tit {width:90px; text-align:center; float:left;}
		.title_tit {width:420px; text-align:center; float:left;}
		.writer_tit {width:130px;text-align:center; float:left;}
		.date_tit {width:120px;text-align:center; float:left;}
		.view_tit {width:70px;text-align:center; float:left;}
		.board_list_wrap {width:905px; height:28px; padding:14px 0 0 0; font-family:'NBGothic'; color:#9a9999; font-size:15px; border-bottom:#e2dddd 1px solid; clear:both; cursor:pointer;}
		.num_list {width:50px; text-align:center; float:left;}
		.head_list {width:90px; color:#00b8cc; text-align:center; float:left;}
		.title_list {width:420px; text-align:left; float:left;}
		.writer_list {width:130px;text-align:center; float:left;}
		.date_list {width:120px;text-align:center; float:left;}
		.view_list {width:70px;text-align:center; float:left;}

/*  QNA 게시판   */
		.num_tit2 {width:50px; text-align:center; float:left;}
		.head_tit2 {width:90px; text-align:center; float:left;}
		.title_tit2 {width:300px; text-align:center; float:left;}
		.writer_tit2 {width:100px;text-align:center; float:left;}
		.date_tit2 {width:120px;text-align:center; float:left;}
		.view_tit2 {width:70px;text-align:center; float:left;}
		.reply_tit2 {width:100px;text-align:center; float:left;}

		.num_list2 {width:50px; text-align:center; float:left;}
		.head_list2 {width:100px; color:#00b8cc; text-align:center; float:left;}
		.title_list2 {width:420px; text-align:left; float:left;}
		.lock_on {width:12px; height:15px; background:url('/images/board/lock.jpg'); float:left;}
		.lock_off {width:12px; height:15px; background:none; float:left;}
		.writer_list2 {width:190px;text-align:center; float:left;}
		.date_list2 {width:190px;text-align:center; float:left;}
		.view_list2 {width:70px;text-align:center; float:left;}
		.reply_wrap {width:150px;text-align:center; float:left;}
		.reply_ready {width:60px; padding:5px 0 0 0; border-radius:5px; height:21px; font-size:13px; margin:-5px 0 0 45px; background:#d4d4d4; text-align:center;}
		.reply_ok {width:60px; padding:5px 0 0 0; border-radius:5px; height:21px; font-size:13px; margin:-5px 0 0 45px; color:#fff; background:#00b8cc; text-align:center;}

/* 일반 게시판 글쓰기 */
		.write_content{position:relative; width:905px; height:780px; background-repeat:no-repeat; border-style:solid; border-color:#00b8cc; border-width:2px 0 0 0;}
		#user_name{width:150px; height:25px; top:10px; left:130px; border-style:solid; border-color:#DDDDDD; border-width:1px; font-family:NGothic;}
		#user_category{width:150px; height:29px; top:164px; left:130px; border-style:solid; border-color:#DDDDDD; border-width:1px; font-family:NGothic;}
		#title{width:770px; height:25px; border-style:solid; border-color:#DDDDDD; border-width:1px; font-family:NGothic;}
		.write_c_btn{position:relative; width:905px; 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{width:785px; height:535px;}
		#board_content{width:765px; height:485px;}

		.write_head {clear:both;float:left;width:120px;height:50px;box-sizing:border-box;font-weight:bold;color:#555;background:#f7f7f7;padding-top:17px;padding-left:20px;border-bottom:1px solid #e5e5e5}
		.write_head span {color:#00b8cc}
		.write_body {float:left;width:785px;height:50px;box-sizing:border-box;padding-top:10px;padding-left:10px;border-bottom:1px solid #e5e5e5;}
		.write_head_con {clear:both;float:left;width:120px;height:580px;box-sizing:border-box;font-weight:bold;color:#555;background:#f7f7f7;padding-top:17px;padding-left:20px;border-bottom:1px solid #e5e5e5}
		.write_head_con span {color:#00b8cc}
		.write_body_con {float:left;width:785px;height:580px;box-sizing:border-box;padding-top:10px;padding-left:10px;border-bottom:1px solid #e5e5e5;}
		.write_head_con2 {clear:both;float:left;width:120px;height:80px;box-sizing:border-box;font-weight:bold;color:#555;background:#f7f7f7;padding-top:30px;padding-left:20px;border-bottom:1px solid #e5e5e5}
		.write_head_con2 span {color:#00b8cc}
		.write_body_con2 {float:left;width:785px;height:80px;box-sizing:border-box;padding-top:10px;padding-left:10px;border-bottom:1px solid #e5e5e5;}


/*	게시물 수정	*/
		#user_file_label{clear:both; float:left; width:100px; font-size:11pt;font-weight:bold;color:rgb(100,100,100); text-align:center; margin-top:25px;}
		#user_file{float:left; width:300px; height:25px; border-style:solid; border-color:#DDDDDD; border-width:1px; font-family:NGothic; margin-top:20px;}
		#user_exist_file{float:left; height:25px; font-family:NGothic; margin-top:25px; margin-left:20px;}


/*  페이징   */
		.paging_wrap {margin:0 auto; padding:0px 0 20px 0;}
		.paging_left {width:35px; height:26px; padding:9px 0 0 0; border-radius:5px; margin:3px; text-align:center; font-family:'NBGothic'; color:#9a9999; font-size:15px; border:#e5e4e4 1px solid; float:left;}
		.paging_off {width:35px; height:26px; padding:9px 0 0 0;  border-radius:5px; margin:3px; text-align:center; font-family:'NBGothic'; color:#9a9999; font-size:15px; border:#e5e4e4 1px solid; float:left;}
		.paging_on {width:35px; height:26px; padding:9px 0 0 0; border-radius:5px; margin:3px; text-align:center; font-family:'NBGothic'; background-color:#00b8cc; color:#fff; font-size:15px; border:#e5e4e4 1px solid; float:left;}
		.paging_right {width:35px; height:26px; padding:9px 0 0 0; border-radius:5px; margin:3px; text-align:center; font-family:'NBGothic'; color:#9a9999; font-size:15px; border:#e5e4e4 1px solid; float:left;}


.btn_color {width:80px; height:35px; padding:3px 0 0 0; border-radius:5px; background-color:#00b8cc; color:#fff; font-family:'NBGothic'; font-size:15px; border:#e5e4e4 1px solid; text-align:center; cursor:pointer;}
.btn_grey {width:80px; height:35px; padding:3px 0 0 0; border-radius:5px; background-color:rgb(230,230,230); color:#222; font-family:'NBGothic'; font-size:15px; border:#e5e4e4 1px solid; text-align:center; cursor:pointer;}
	#board_view_content img {max-width:100%;}