



/* 게시판 보기 페이지 */

#bbs_view_subject {
	padding:20px 0;
	color:#ffa400;  font-size:15px; letter-spacing: -0.02em; font-weight: bold;  line-height: 1.2em; margin-bottom:15px;
	border-bottom: 1px #eee9e0 dashed;
	text-align:left;
}

#bbs_view_caption {
	padding:0 0 10px 0;
	color:#c1c1c1;  font-size:11px; letter-spacing: -0.02em;  line-height: 1.2em; margin-bottom:15px;
	text-align:left;
}

#bbs_view_caption span {color:#000;  font-size:12px; font-weight: bold; }
#bbs_view_caption a { color:#474747;  font-size:11px; letter-spacing: -0.02em;  line-height: 1.2em; margin-bottom:15px; }
#bbs_view_caption a:link, #bbs_view_caption  a:visited {	color:#474747;		}
#bbs_view_caption  a:hover {	color:#ffa400;		}



#bbs_view_content {
	padding:30px 0 50px 0;
	color:#474747;  font-size:12px; letter-spacing: -0.02em;  line-height: 120%; 
	border-bottom: 1px #eee9e0 dashed;
	text-align:left;
}


#bbs_view_link {
	padding:10px 3px;
	background:#fff;
	border-bottom: 1px #eee9e0 dashed;
	text-align:left;
}
#bbs_view_link img {margin:3px  4px 0 0; vertical-align:middle; }
#bbs_view_link a { color:#333;  font-size:11px; letter-spacing: -0.02em;  }
#bbs_view_link a:link, #bbs_view_link  a:visited {	color:#474747;		}
#bbs_view_link  a:hover {	color:#ffa400;		}



#bbs_view_file {
	padding:10px 3px;
	background:#fff;
	border-bottom: 1px #eee9e0 dashed;
	text-align:left;
}
#bbs_view_file img {margin:3px  4px 0 0; vertical-align:middle; }
#bbs_view_file a { color:#333;  font-size:11px; letter-spacing: -0.02em;  }
#bbs_view_file a:link, #bbs_view_file  a:visited {	color:#474747;		}
#bbs_view_file  a:hover {	color:#ffa400;		}


#bbs_view_btn { width:100%; height:50px; margin:15px 0 ; text-align:center; text-align:-moz-center; }








/***************** 댓글 부분 **********************/

#event_cham_reply {
	width:100%;
	border-top:1px #e7e7e7 solid;
	border-bottom:1px #e7e7e7 dashed;
	background:#f9f9f9;
	margin-top:50px;	
	padding:15px 0; 
}

#event_cham_reply .ev_reply_tit { display:block; color:#000;  font-size:14px; letter-spacing: -0.02em;  font-weight: bold;   }
#event_cham_reply .ev_reply_tit span { color:#ff6600;  font-size:12px;  padding-left:15px; }
#event_cham_reply .ev_reply_write { margin:0 20px; }
#event_cham_reply .ev_reply_btn {  margin:6px 20px 0 0 ; color:#666; }
#event_cham_reply .ev_reply_file { display:block; padding:10px 0; margin:0 20px;  }
#event_cham_reply .ev_reply_guide { clear:both; display:block; color:#666;  font-size:11px; letter-spacing: -0.02em;  margin:0 20px;    }
#event_cham_reply .ev_reply_guide p {  padding:2px 0; }

.ev_reply_btn .pp { font-weight: bold; color:#ff6600; margin-left:20px; }
.ev_reply_btn .re_btn {float:right; }


#ev_textarea_box { 
	margin:0 0; 
	width:100%;
	height:60px; 
	border:1px #d4d4d4 solid;
	background:#fff;
	color:#626262;  font-size:11px; letter-spacing: -0.02em; line-height: 1.4em; 
}






/* 댓글 리스트 테이블 형 구성*/
#event_re table{ 
    border-collapse: collapse;
	width:100%;
	 font-size:12px; letter-spacing: -0.02em;line-height: 1.3em;
    margin: 0px 0 0px 0;
	padding: 0;
}

.ev_re_list th, .ev_re_list  td {
    border-bottom: 1px #e7e7e7 dashed;
    padding: 25px 0;
	
}

.ev_re_list  thead th, .ev_re_list  head td, .ev_re_list  tfoot th, .ev_re_list  tfoot td {
    background-color: #cc9;
    font-size: 1.1em;
    vertical-align:middle;
}

.ev_re_list  thead td {
    background:#cc9 url(pix1.gif) 0 100%  no-repeat;
}


.ev_re_list  thead th, .ev_re_list  thead td {
    border-top:black solid 3px;
}

.ev_re_list  tbody td {
    background:white url(pix1.gif) 0 50%  no-repeat;
}



/*마우스 온오버*/
.ev_re_list tbody th, .ev_re_list td        { background-color:#FFF;}
.ev_re_list tbody tr:hover td, .ev_re_list tbody tr:hover th {background-color: #fffbf3;}


/* 댓글 리스트 항목별  */

#event_re .number { color:#f666; padding:0 0 0 0px;  text-align:center; font-size:14px; font-family:Tahoma, Helvetica, "돋움", Dotum, AppleGothic, Sans-serif;  } 
#event_re .ev_name { color:#000; font-weight: bold;  text-align:left;  } 
#event_re .ev_name span { color:#777;  font-size:11px; font-weight:normal; } 
#event_re .ev_text { color:#666;  font-size:11px; letter-spacing: -0.02em; } 
#event_re .ev_date{ color:#c1c1c1; text-align:right;  font-size:11px; padding:0 20px 0 0; } 



#p_number_box {margin-top:20px; }

