/* 링크점선없애기*/
a,img,input,textarea {selector-dummy: expression(this.hideFocus=true);}
img{border=0}

/* CSS Document */
A:link {font-family:"돋움", "돋움체", "Tahoma", "Verdana", "Arial"; color:#595b62; font-size:9pt; text-decoration:none;}
A:visited {font-family:"돋움", "돋움체", "Tahoma", "Verdana", "Arial"; color:#595b62; font-size:9pt;text-decoration:none;}
A:active {font-family:"돋움", "돋움체", "Tahoma", "Verdana", "Arial"; color:#595b62; font-size:9pt; text-decoration:none;}
A:hover {font-family:"돋움", "돋움체", "Tahoma", "Verdana", "Arial"; color:#008ccc; font-size:9pt; text-decoration:none;}


/* body 태그 margin 때문에 margin 값 추가 합니다. - 이정연 추가 */
body, p, tr, td, div, table, input, textarea{
	font-family:"돋움", "돋움체", "Tahoma", "Verdana", "Arial";
	color:#808080; font-size:9pt;  word-spacing:-0.2em;
	margin:0px;
}

select{font-family: "돋움"; color:#808080; font-size:8pt;}

BODY, TD {
	scrollbar-face-color:#ffffff;
	scrollbar-shadow-color:#666666;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-color:#efefef;
	scrollbar-track-color:#ffffff;
	scrollbar-arrow-color:#000000;
}
/* board 영역 */

/* 공통영역 */
#board{ margin:0 auto}

/* board TXT */
.board_blue_text{color:#4980b8;}

/* board_page 페이지 */
.board_page {float:left; position:relative; width:100%; height:24px; margin:25px 0 0 0; line-height:24px;}
.board_page ul.page_list {padding-left:40%;}
.board_page ul.page_list li {float:left; vertical-align:top; padding:0 1px 0 0; margin:0; font-size:11px; line-height:14px; color:#8e8e8e; }
.board_page ul.page_list li img {height:18px; width:18px; line-height:18px; vertical-align:top; }
.board_page ul.page_list li.page {margin:0; padding: 2px 7px 0 3px;}
.board_page ul.btn_write{position:absolute; width:59px; height:24px; top:0; right:1%;}

/* search form */
#board_search{width:100%; height:40px;}
#board_searchform {padding:0 10px 0 0; text-align:right; height:22px; line-height:22px;}
#board_searchform select {width:65px; height:18px; font-size:11px; vertical-align:top; background-color:#fff; border:1px solid #ddd;}
#board_searchform input {line-height:40px;}
#board_searchform input#board_searchtxt {vertical-align:top; border:1px solid #ddd; padding:0; width:150px; height:16px; line-height:14px;}
#board_searchform input#board_searchbtn {padding:0; vertical-align:top;}

/* board_search*/
#board_search select{color:#898888; font-size:11px;}
#board_search{width:100%; height:40px; line-height:40px; font-size:11px; color:#a0a0a0; font-family:Verdana, Dotum, "돋움";}
#search_left_bg{float:left; width:2%; height:40px; background:url(/img/board/search01_left_bg.jpg) right no-repeat;}
#search_body_bg{float:left; width:95%; height:40px; line-height:40px; background:url(/img/board/search01_body_bg.jpg) 0 0 repeat-x;}
#search_right_bg{float:left; width:2%; height:40px; background:url(/img/board/search01_right_bg.jpg) left no-repeat;}

#search_body_bg dl.total_page {float:left; margin-left:10px;}
#search_body_bg dl.total_page dd.total{float:left; width:80px;}
#search_body_bg dl.total_page dd.page{float:left; width:80px;}
#search_body_bg dl.search_form{float:right; line-height:40px;}
#search_body_bg dl.search_form dd{margin-top:10px;}

#search_left_bg01{float:left; width:2%; height:40px; background:url(/img/board/search_left_bg.jpg) right no-repeat;}
#search_body_bg01{float:left; width:95%; height:40px; line-height:40px; background:url(/img/board/search_body_bg.jpg) 0 0 repeat-x;}
#search_right_bg01{float:left; width:2%; height:40px; background:url(/img/board/search_right_bg.jpg) left no-repeat;}

#search_body_bg01 dl.total_page {float:left; margin-left:10px;}
#search_body_bg01 dl.total_page dd.total{float:left; width:80px;}
#search_body_bg01 dl.total_page dd.page{float:left; width:80px;}
#search_body_bg01 dl.search_form{float:right; line-height:40px;}
#search_body_bg01 dl.search_form dd{margin-top:10px;}


/* Report_list 영역 */
.report_list_wrap{width:100%; height:auto; margin:0 auto; float:left;}
.report_list{position:relative; float:left; width:97%; height:115px; background:url(/img/board/report_box_bg.jpg) no-repeat 0 0; margin:17px 1% 8px 1%;}
.report_list ul.report_img{position:absolute; width:25%; height:96px; top:7px; margin-left:0px; padding-left:11px;}
.report_list ul.report_info{position:absolute; width:72%; height:111px; top:4px; left:176px; background:url(/img/board/report_line_bg.jpg) repeat-x 0 0; margin-left:0px;}
.report_list ul.report_info li.title{float:left; width:69%; height:34px; line-height:34px; font-weight:bold; color:#808080;}
.report_list ul.report_info li.day{float:left; width:30%; height:34px; line-height:34px; font-size:10px; font-family:Verdana, "Verdana", sans-serif; text-align:right; color:#858585; padding:0 2px 0 0;}
.report_list ul.report_info li.info{clear:both; width:100%; height:60px; line-height:16px; color:#808080; padding:10px 0 0 0; word-spacing:-1px;}

.report_line{clear:both; width:97%; height:1px; font-size:0; background:url(/img/board/report_line_bg01.jpg) repeat-x 0 0; margin:0 0 0 1%;}

.report_info li.title a:link{color:#808080;}
.report_info li.title a:active{color:#808080;}
.report_info li.title a:visited {color:#808080;}
.report_info li.title a:hover{color:#4980b8; text-decoration:none;}

.report_info li.info a:link{color:#808080;}
.report_info li.info a:active{color:#808080;}
.report_info li.info a:visited {color:#808080;}
.report_info li.info a:hover{color:#4980b8; text-decoration:none;}


/* character_list 영역 */
.character_list_wrap{width:100%; height:auto; margin:0 auto; float:left;}

.character_list_01{position:relative; float:left; width:323px; height:115px; background:url(/img/board/character_box_bg.jpg) no-repeat 0 0; margin:20px 0 21px 1%;}
.character_list_01 ul.character_img{position:absolute; width:134px; height:93px; top:7px; left:8px;}
.character_list_01 ul.character_info{position:absolute; width:141px; height:83px; top:17px; left:165px; text-align:left;}
.character_list_01 ul.character_info li.title{width:141px; height:23px; font-size:12px; color:#686767; line-height:23px; font-weight:bold; word-spacing:-1px; letter-spacing:-1px;}
.character_list_01 ul.character_info li.info{width:141px; height:30px; font-size:11px; color:#858585; line-height:14px; word-spacing:-1px;}
.character_list_01 ul.character_info li.day{width:141px; height:25px; font-size:11px; color:#858585; line-height:25px;}

.character_list_02{position:relative; float:right; width:323px; height:115px; background:url(/img/board/character_box_bg.jpg) no-repeat 0 0; margin:20px 1% 21px 0;}
.character_list_02 ul.character_img{position:absolute; width:134px; height:93px; top:7px; left:8px;}
.character_list_02 ul.character_info{position:absolute; width:141px; height:83px; top:17px; left:165px; text-align:left;}
.character_list_02 ul.character_info li.title{width:141px; height:23px; font-size:12px; color:#686767; line-height:23px; font-weight:bold; word-spacing:-1px; letter-spacing:-1px;}
.character_list_02 ul.character_info li.info{width:141px; height:30px; font-size:11px; color:#858585; line-height:14px; word-spacing:-1px;}
.character_list_02 ul.character_info li.day{width:141px; height:25px; font-size:11px; color:#858585; line-height:25px;}

.character_line{clear:both; width:100%; height:1px; background:url(/img/board/character_line.jpg) no-repeat 50% 0;}

.character_info li.title a:link{color:#686767;}
.character_info li.title a:active{color:#686767;}
.character_info li.title a:visited {color:#686767;}
.character_info li.title a:hover{color:#4980b8; text-decoration:none;}

.character_info li.info a:link{color:#858585;}
.character_info li.info a:active{color:#858585;}
.character_info li.info a:visited {color:#858585;}
.character_info li.info a:hover{color:#4980b8; text-decoration:none;}


/* gallery_list 영역 */
#gallery_list_wrap{width:100%; height:auto; margin:0 auto; float:left;}
.gallery_list{width:656px; height:155px; margin:0 auto; padding:20px 0 21px 0;}
.gallery_list ul.gallery_list_bg{float:left; position:relative; width:155px; height:155px; background:url(/img/board/gall_list_bg.jpg) no-repeat 0 0; margin:0 4px 0 4px;}
.gallery_list ul.gallery_list_bg li.gallery_list_img{position:absolute; width:136px; height:96px; top:7px; left:7px;}
.gallery_list ul.gallery_list_bg li.gallery_list_txt{position:absolute; width:136px; height:36px; top:103px; left:7px; font-size:12px; line-height:36px; font-weight:bold; color:#808080; text-align:center;}

.gallery_list ul.gallery_list_bg li.gallery_list_txt a:link{color:#808080;}
.gallery_list ul.gallery_list_bg li.gallery_list_txt a:active{color:#808080;}
.gallery_list ul.gallery_list_bg li.gallery_list_txt a:visited {color:#808080;}
.gallery_list ul.gallery_list_bg li.gallery_list_txt a:hover{color:#4980b8; text-decoration:none;}

/* 겔러리 view 영역 */
#board_title01{width:100%; height:40px; line-height:40px;}
#title01_left_bg{float:left; width:2%; height:40px; background:url(/img/board/search01_left_bg.jpg) right no-repeat;}
#title01_right_bg{float:left; width:2%; height:40px; background:url(/img/board/search01_right_bg.jpg) left no-repeat;}
#title01_body_bg{float:left; width:95%; height:40px; line-height:40px; background:url(/img/board/search01_body_bg.jpg) 0 0 repeat-x;}
#title01_body_bg ul.title{float:left; width:78%; height:40px; margin:0 0 0 1%;  font-size:12px; color:#696868;}
#title01_body_bg ul.title li.title_bul{font-size:12px; font-weight:bold; background:url(/img/board/title_bar_bul.jpg) no-repeat 0 17px; padding:0 0 0 10px;}
#title01_body_bg ul.hit{float:right; width:17%; height:40px; margin:0 1% 0 0;}
#title01_body_bg ul.hit li{text-align:right; padding:0 5px 0 0;}


#board_title02{width:100%; height:31px; line-height:31px; font-size:11px; color:#a0a0a0; margin:0 0 20px 0;}
#title02_left_bg{float:left; width:2%; height:31px; background:url(/img/board/bar_left_bg.jpg) right no-repeat;}
#title02_right_bg{float:left; width:2%; height:31px; background:url(/img/board/bar_right_bg.jpg) left no-repeat;}
#title02_body_bg{float:left; width:95%; height:31px; line-height:31px; background:url(/img/board/bar_body_bg.jpg) 0 0 repeat-x;}

#title02_body_bg ul.title02_wrap{width:100%; height:31px; margin:0 0 20px 0;}
#title02_body_bg ul li.day_title{float:left; width:9%; height:31px; color:#777; font-weight:bold; font-size:12px; text-align:center; margin:0 0 0 3px; background:url(/img/board/bar_bg.jpg) no-repeat right 8px;}
#title02_body_bg ul li.daty_info{float:left; width:28%; height:31px; color:#777; font-size:11px; background:url(/img/board/bar_bg.jpg) no-repeat right 8px; padding:0 0 0 7px;}
#title02_body_bg ul li.file_title{float:left; width:11%; height:31px; color:#777; font-weight:bold; font-size:12px; text-align:center; background:url(/img/board/bar_bg.jpg) no-repeat right 8px;}
#title02_body_bg ul li.file_name{float:left; width:30%; height:31px; color:#777; font-size:12px; background:url(/img/board/bar_bg.jpg) no-repeat right 8px; padding:0 0 0 7px;}
#title02_body_bg ul li.write_title{float:left; width:9%; height:31px; color:#777; font-weight:bold; font-size:12px; text-align:center; background:url(/img/board/bar_bg.jpg) no-repeat right 8px;}
#title02_body_bg ul li.write_name{float:left; width:8%; height:31px; color:#777; margin:0 3px 0 0; font-size:12px; text-align:center;}

#title02_body_bg ul li.file_name a:link{color:#858585;}
#title02_body_bg ul li.file_name a:active{color:#858585;}
#title02_body_bg ul li.file_name a:visited {color:#858585;}
#title02_body_bg ul li.file_name a:hover{color:#4980b8;}

#gall_view_wrap{width:100%; height:auto; margin:0 auto;}
#gall_view_wrap ul.view_img_bg{position:relative; width:571px; height:355px; margin:0 auto; background:url(/img/board/gall_view_bg.jpg) no-repeat 0 0;}
#gall_view_wrap ul.view_img_bg li.view_img{position:absolute; width:550px; height:334px; top:6px; left:6px;}
#gall_view_wrap ul.view_txt{width:520px; min-height:100px; margin:0 auto; padding:10px 0 30px 0;}
#gall_view_wrap ul.view_txt li.view_txt_info{color:#808080;}

#view_list_wrap{width:657px; height:120px; margin:0 auto; background-color:#f3f3f3; }
#view_list_wrap ul.btn_arr_01{float:left; width:23px; height:96px; padding:12px 0 0 25px;}
#view_list_wrap ul.view_list_bg{float:left; position:relative; width:139px; height:96px; background:url(/img/board/view_list_bg.jpg) no-repeat 0 0; margin:12px 0 0 3px;}
#view_list_wrap ul.view_list_bg li.view_list_img{position:absolute; width:116px; height:76px; top:7px; left:9px;}
#view_list_wrap ul.btn_arr_02{float:left; width:23px; height:96px; padding:12px 0 0 3px;}


/* board_fee 영역 */

/* fee_list 영역 */
#free_title_wrap{width:100%; height:40px; line-height:40px; margin:0;}
#free_left_bg{float:left; width:2%; height:40px; background:url(/img/board/search01_left_bg.jpg) right no-repeat;}
#free_right_bg{float:left; width:2%; height:40px; background:url(/img/board/search01_right_bg.jpg) left no-repeat;}
#free_body_bg{float:left; width:95%; height:40px; line-height:31px; background:url(/img/board/search01_body_bg.jpg) 0 0 repeat-x;}

#free_body_bg ul.title_wrap{width:100%; height:40px; margin:0;}
#free_body_bg ul li.num{float:left; width:8%; height:40px; color:#5f5f5f; font-weight:bold; font-size:12px; text-align:center; line-height:40px; background:url(/img/board/bar_bg.jpg) no-repeat right 13px;}
#free_body_bg ul li.title{float:left; width:54%; height:40px; color:#5f5f5f; font-weight:bold; font-size:12px; text-align:center; line-height:40px; background:url(/img/board/bar_bg.jpg) no-repeat right 13px;}
#free_body_bg ul li.write{float:left; width:13%; height:40px; color:#5f5f5f; font-weight:bold; font-size:12px; line-height:40px; text-align:center; background:url(/img/board/bar_bg.jpg) no-repeat right 13px;}
#free_body_bg ul li.day{float:left; width:16%; height:40px; color:#5f5f5f; font-weight:bold; font-size:12px; line-height:40px; text-align:center; background:url(/img/board/bar_bg.jpg) no-repeat right 13px;}
#free_body_bg ul li.hit{float:left; width:7%; height:40px; color:#5f5f5f; margin:0 0 0 8px; font-weight:bold; font-size:12px; line-height:40px; text-align:center;}

#free_list_wrap{clear:both; width:100%; height:auto; margin:0; }
#free_list_wrap ul.list_wrap{position:relative; float:left; width:100%; height:30px; margin:0 auto;}

#free_list_wrap ul.list_wrap li.left{float:left; width:2%; height:30px;}
#free_list_wrap ul.list_wrap li.right{float:left; width:2%; height:30px;}
#free_list_wrap .img_noti{position:absolute; top:8px; left:5%;}
#free_list_wrap ul.list_wrap li.num_info{float:left; width:8%; height:30px; color:#808080; font-size:12px; text-align:center; border-bottom:1px solid #e0e0e0; line-height:30px;}
#free_list_wrap ul.list_wrap li.title_info{float:left; width:50%; height:30px; color:#808080; font-size:12px; line-height:30px; padding:0 0 0 8px; border-bottom:1px solid #e0e0e0;}
#free_list_wrap ul.list_wrap li.title_re{float:left; width:46%; height:30px; color:#808080; font-size:12px; line-height:30px; padding:0 0 0 36px; border-bottom:1px solid #e0e0e0; background:url(/img/board/icon_re.jpg) no-repeat 8px 9px;}
#free_list_wrap ul.list_wrap li.write_info{float:left; width:12%; height:30px; color:#808080; font-size:12px; line-height:30px; text-align:center; border-bottom:1px solid #e0e0e0;}
#free_list_wrap ul.list_wrap li.day_info{float:left; width:15%; height:30px; color:#808080; font-size:12px; line-height:30px; text-align:center; border-bottom:1px solid #e0e0e0;}
#free_list_wrap ul.list_wrap li.hit_info{float:left; width:8%; height:30px; color:#808080; padding:0 0 0 8px; font-size:12px; line-height:30px; text-align:center; border-bottom:1px solid #e0e0e0;}

#free_list_wrap ul.list_wrap li a:link{color:#808080;}
#free_list_wrap ul.list_wrap li a:active{color:#808080;}
#free_list_wrap ul.list_wrap li a:visited {color:#808080;}
#free_list_wrap ul.list_wrap li a:hover{color:#4980b8; text-decoration:none;}

/* qna_list 영역 */
#qna_list_wrap{clear:both; width:100%; height:auto; margin:0 auto; }
#qna_list_wrap ul.qna_wrap{width:96%; margin:0 auto;}

#qna_list_wrap ul.qna_wrap li.list_q{float:left; width:88%; height:auto;  background:url(/img/board/icon_q.jpg) no-repeat 18px 7px;padding:8px 16px 8px 50px;}
#qna_list_wrap ul.qna_wrap li.list_a{float:left; width:85%; height:auto;  background:url(/img/board/icon_a.jpg) no-repeat 35px 7px; background-color:#fbfbfb; padding:8px 16px 8px 75px;}
#qna_list_wrap ul.qna_wrap li.list_line{float:left; width:99%; height:1px; background:url(/img/board/report_line_bg01.jpg) repeat-x 0 0; font-size:0;}

#qna_list_wrap ul.qna_wrap li a:link{color:#808080;}
#qna_list_wrap ul.qna_wrap li a:active{color:#808080;}
#qna_list_wrap ul.qna_wrap li a:visited {color:#808080;}
#qna_list_wrap ul.qna_wrap li a:hover{color:#4980b8; text-decoration:none;}

/* health_list 영역 */
#health_title_wrap{width:100%; height:40px; line-height:40px; margin:0;}

#health_left_bg{float:left; width:2%; height:40px; background:url(/img/board/search01_left_bg.jpg) right no-repeat;}
#health_right_bg{float:left; width:2%; height:40px; background:url(/img/board/search01_right_bg.jpg) left no-repeat;}
#health_body_bg{float:left; width:95%; height:40px; line-height:31px; background:url(/img/board/search01_body_bg.jpg) 0 0 repeat-x;}

#health_body_bg ul.title_wrap{width:100%; height:40px; margin:0;}
#health_body_bg ul li.num{float:left; width:6%; height:40px; color:#5f5f5f; font-weight:bold; font-size:12px; text-align:center; line-height:40px; background:url(/img/board/bar_bg.jpg) no-repeat right 13px;}
#health_body_bg ul li.part{float:left; width:10%; height:40px; color:#5f5f5f; font-weight:bold; font-size:12px; text-align:center; line-height:40px; background:url(/img/board/bar_bg.jpg) no-repeat right 13px;}
#health_body_bg ul li.title{float:left; width:47%; height:40px; color:#5f5f5f; font-weight:bold; font-size:12px; text-align:center; line-height:40px; background:url(/img/board/bar_bg.jpg) no-repeat right 13px;}
#health_body_bg ul li.write{float:left; width:12%; height:40px; color:#5f5f5f; font-weight:bold; font-size:12px; line-height:40px; text-align:center; background:url(/img/board/bar_bg.jpg) no-repeat right 13px;}
#health_body_bg ul li.day{float:left; width:14%; height:40px; color:#5f5f5f; font-weight:bold; font-size:12px; line-height:40px; text-align:center; background:url(/img/board/bar_bg.jpg) no-repeat right 13px;}
#health_body_bg ul li.reply{float:left; width:9%; height:40px; color:#5f5f5f; margin:0 0 0 8px; font-weight:bold; font-size:12px; line-height:40px; text-align:center;}

#health_list_wrap{clear:both; width:100%; height:auto; margin:0; }
#health_list_wrap ul.list_wrap{position:relative; float:left; width:100%; height:30px; margin:0 auto;}

#health_list_wrap ul.list_wrap li.left{float:left; width:2%; height:30px;}
#health_list_wrap ul.list_wrap li.right{float:left; width:2%; height:30px;}
#health_list_wrap .img_noti{position:absolute; top:8px; left:4%;}
#health_list_wrap ul.list_wrap li.num_info{float:left; width:6%; height:30px; color:#808080; font-size:12px; text-align:center; border-bottom:1px solid #e0e0e0; line-height:30px;}

#health_list_wrap ul.list_wrap li.part_info{float:left; width:9%; height:30px; color:#808080; font-size:12px; text-align:center; border-bottom:1px solid #e0e0e0; line-height:30px; font-weight:bold;}
#health_list_wrap ul.list_wrap li.part_info_01{float:left; width:9%; height:30px; color:#808080; font-size:12px; text-align:center; border-bottom:1px solid #e0e0e0; line-height:30px; font-weight:bold; color:#3f91c5;}
#health_list_wrap ul.list_wrap li.part_info_02{float:left; width:9%; height:30px; color:#808080; font-size:12px; text-align:center; border-bottom:1px solid #e0e0e0; line-height:30px; font-weight:bold; color:#4db79a;}
#health_list_wrap ul.list_wrap li.part_info_03{float:left; width:9%; height:30px; color:#808080; font-size:12px; text-align:center; border-bottom:1px solid #e0e0e0; line-height:30px; font-weight:bold; color:#83bb16;}

#health_list_wrap ul.list_wrap li.title_info{float:left; width:44%; height:30px; color:#808080; font-size:12px; line-height:30px; padding:0 0 0 8px; border-bottom:1px solid #e0e0e0;}
#health_list_wrap ul.list_wrap li.title_re{float:left; width:40%; height:30px; color:#808080; font-size:12px; line-height:30px; padding:0 0 0 35px; border-bottom:1px solid #e0e0e0; background:url(/img/board/icon_re.jpg) no-repeat 8px 9px;}
#health_list_wrap ul.list_wrap li.write_info{float:left; width:11%; height:30px; color:#808080; font-size:12px; line-height:30px; text-align:center; border-bottom:1px solid #e0e0e0;}
#health_list_wrap ul.list_wrap li.day_info{float:left; width:13%; height:30px; color:#808080; font-size:12px; line-height:30px; text-align:center; border-bottom:1px solid #e0e0e0;}
#health_list_wrap ul.list_wrap li.reply_info{position:relative; float:left; width:9%; height:30px; color:#808080; padding:0 0 0 8px; font-size:12px; line-height:30px; text-align:center; border-bottom:1px solid #e0e0e0;}
#health_list_wrap ul.list_wrap li.reply_info img{position:absolute; width:48px; height:16pxpx; top:8px; left:25%;}

#health_list_wrap ul.list_wrap li a:link{color:#808080;}
#health_list_wrap ul.list_wrap li a:active{color:#808080;}
#health_list_wrap ul.list_wrap li a:visited {color:#808080;}
#health_list_wrap ul.list_wrap li a:hover{color:#4980b8; text-decoration:none;}

/* write 영역*/
#board_write_list{clear:both;width:100%; height:40px; line-height:30px; font-size:12px; color:#696868; font-family:Verdana, Dotum, "돋움";}
#board_write_list_leftbg{float:left; width:2%; height:40px; background:url(/img/board/search_left_bg.jpg) right no-repeat;}
#board_write_list_bodybg{float:left; width:95%; height:40px; background:url(/img/board/search_body_bg.jpg) 0 0 repeat-x;}
#board_write_list_rightbg{float:left; width:2%; height:40px; background:url(/img/board/search_right_bg.jpg) left no-repeat;}

#board_write_title{width:100%; height:40px; line-height:40px; font-size:12px; color:#696868; font-family:Verdana, Dotum, "돋움"; }
#board_write_title_leftbg{float:left; width:2%; height:40px; background:url(/img/board/search01_left_bg.jpg) right no-repeat;}
#board_write_title_bodybg{float:left; width:95%; height:40px; background:url(/img/board/search01_body_bg.jpg) 0 0 repeat-x;}
#board_write_title_rightbg{float:left; width:2%; height:40px; background:url(/img/board/search01_right_bg.jpg) left no-repeat;}

#board_write_title_bodybg dd.board_writing_title{float:left; width:9%; text-align:center; font-weight:bold; background:url(/img/board/board_top_line.jpg) right no-repeat;}
#board_write_title_bodybg dd.board_writing {float:left; padding-left:2%;line-height:10px; margin-top:11px;}
#board_writing_date{border:1px solid #ddd; padding:0; line-height:14px; width:490px;}

#board_write_list_bodybg ul.board_write_data_writing{width:100%; text-align:center; line-height:40px; font-family:Dotum, "돋움";}

#board_write_list_bodybg ul.board_write_data_writing li.writer{float:left; width:9%; font-weight:bold; text-align:center; background:url(/img/board/bar_bg.jpg) right 12px no-repeat;}
#board_write_list_bodybg ul.board_write_data_writing li.writer_name{float:left; width:27%; text-align:left; padding-left:2%; line-height:10px; margin-top:9px;}
#board_writer_name{height:14px;border:1px solid #ddd; padding:0; line-height:14px;}
#board_write_list_bodybg ul.board_write_data_writing li.password{float:left; width:10%; background:url(/img/board/bar_bg.jpg) 0 12px no-repeat; font-weight:bold;}
#board_write_list_bodybg ul.board_write_data_writing li.password_data{float:left; width:27%; text-align:left; padding-left:2%; background:url(/img/board/bar_bg.jpg) 0 12px no-repeat; line-height:14px;}
#board_password_data { height:14px;border:1px solid #ddd; padding:0; line-height:14px; margin-top:9px;}
#board_write_list_bodybg ul.board_write_data_writing li.option_title{float:left; width:9%; background:url(/img/board/bar_bg.jpg) 0 12px no-repeat; font-weight:bold;}
#board_write_list_bodybg ul.board_write_data_writing li.option_date{float:left; width:14%; background:url(/img/board/bar_bg.jpg) 0 12px no-repeat; line-height:14px; text-align:center;}
#board_write_list_bodybg ul.board_write_data_writing li .board_option {border:1px solid #ddd; padding:0; height:18px; font-size:11px; color:#777; line-height:14px; margin-top:9px;}
		
/* 내용 영역 */
#write_data_wrap{width:91%;margin:20px 5% 20px 4%;}
#write_data_wrap ul li{margin:0 auto; text-align:center;}
#write_data_wrap ul li .write_data{width:550px; height:251px; font-size:11px; color:#777; background-color:#fff; border:1px solid #ddd;}

#write_data_wrap p{margin:0 0 15px 0;}

/* 첨부파일 */
#write_file_leftbg{float:left; width:2%; height:85px; background:url(/img/board/search_left_bg.jpg) right bottom no-repeat}
#write_file_bodybg{float:left; width:95%; height:85px; background:url(/img/board/search_body_bg.jpg) bottom repeat-x;}
#write_file_rightbg{float:left; width:2%; height:85px; background:url(/img/board/search_right_bg.jpg) left bottom no-repeat;}

#reply_file_bodybg{float:left; width:95%; height:85px; background:url(/img/board/search_body_bg.jpg) bottom repeat-x;}
#reply_file_bodybg ul.board_view_bt{width:115px;}
#reply_file_bodybg ul.board_view_bt li{float:left; margin-left:5px;}
#reply_file_bodybg ul.board_view_bt img{margin-top:50px;}

#file {background-color:#f3f3f3; width:97%; height:60px; padding-top:10px; margin:0 auto;}
#file ul.file_list{clear:both; height:30px; font-size:11px; font-weight:bold; line-height:20px; }
#file ul.file_list li{float:left; margin-left:5px;}
#board_writing_file01{width:450px; height:16px; border:1px solid #ddd;}
#board_writing_file02{width:450px; height:16px; border:1px solid #ddd;}


/* 버튼 */
#button_box {clear:both; width:100%; margin:0 auto; height:40px;}
#button_box ul.button_box_wrap { clear:both; width:auto; float:right; padding:0 2% 0 0;}
#button_box ul.button_box_wrap li{float:left; margin:10px 0px 0px 4px;}


#reply_box{width:95%; margin:0 auto; background-color:#f3f3f3; height:60px; }
#reply_box ul.reply_box01{width:14%; float:left; margin-left:1%;}
#reply_box ul.reply_box02{width:83%; float:left;}

#reply_box ul.reply_box01 li.board_idtxt{float:left; width:14%; height:25px;}
#reply_box ul.reply_box01 li.board_idtxt input {height:14px; border:1px solid #d7d7d7; padding:0px; width:69px; line-height:16px; font-size:11px; color:#a1a1a1; margin-top:10px;}
#reply_box ul.reply_box01 li.board_passtxt{clear:both; float:left; width:14%; height:25px;}
#reply_box ul.reply_box01 li.board_passtxt input {height:14px; border:1px solid #d7d7d7; padding:0px; width:69px; line-height:16px; font-size:11px; color:#a1a1a1; margin-top:5px;}

#reply_box ul.reply_box02 li.comment{float:left; width:89%; margin-top:10px;}
#reply_box ul.reply_box02 li.comment textarea {width:98%; height:36px; border:1px solid #d7d7d7; padding:0px; line-height:16px; font-size:11px; color:#a1a1a1;}
#reply_box ul.reply_box02 li.reply_registration{float:left; width:10%;}
#reply_box ul.reply_box02 li.reply_registration img {margin-top:10px;}


#reply_wrap{width:100%; height:auto; margin:0 auto;}
.reply_text{clear:both; width:95%; height:32px; line-height:32px; margin:0 auto; border-bottom:1px #e3e3e3 solid;}
.reply_text li.name_man{float:left; width:10%; text-align:left; background:url(/img/board/ico_man.gif) 5px 10px no-repeat; padding-left:4%; font-size:11px; font-weight:bold; color:#5c8bbb}
.reply_text li.date{float:left; width:69%; margin-left:1%; font-size:11px;}

.reply_text_end{clear:both; width:95%; height:32px; line-height:32px; margin:0 auto;}
.reply_text_end li.name_man{float:left; width:10%; text-align:left; background:url(/img/board/ico_man.gif) 5px 10px no-repeat; padding-left:4%; font-size:11px; font-weight:bold; color:#5c8bbb}
.reply_text_end li.date{float:left; width:69%; margin-left:1%; font-size:11px;}