@charset "euc-kr";
/* CSS Document */

#boardGroup{font-family:"±¼¸²","±¼¸²Ã¼"; font-size:12px; line-height:130%; color:#666666; width:660px;}
	#boardGroup a{color:#777777; text-decoration:none;}
	#boardGroup a:hover{color:#000000; text-decoration:none;}

#boardDistrict{width:660px; height:55px; background:url(../images/table_bg.gif) no-repeat; margin:10px 0 10px 0; padding:15px; line-height:200%; color:#CCCCCC;}
	#boardDistrict a{color:#777777; font-weight:bold; text-decoration:none;}
	#boardDistrict a:hover{color:#000000; font-weight:bold; text-decoration:none;}

#boardTable{width:660px;}
	#boardTable th{height:37px; background:url(../images/thead_bg.gif) repeat-x; color:#333333;}
	#boardTable td{height:27px; border-bottom:1px solid #CCCCCC;}
	#boardTable a{color:#000000; text-decoration:none;}
	#boardTable a:hover{color:#000000; font-weight:bold; letter-spacing:-1px;}
	
#boardRead{width:660px;}
	#boardRead th{height:37px; background:url(../images/thead_bg.gif) repeat-x; color:#333333; padding:0 20px 0 20px;}
	#boardRead td{padding:10px 20px 10px 20px;}
	#boardRead a{color:#000000; text-decoration:none;}
	#boardRead a:hover{color:#000000; font-weight:bold; letter-spacing:-1px;}
	
#boardReply{width:660px;border:solid 1px #CCCCCC;}
	#boardReply th{height:37px; background:url(../images/thead_bg.gif) repeat-x; color:#333333; padding:0 20px 0 20px; font-weight:normal;}
	#boardReply td{padding:10px 20px 10px 20px;}
	#boardReply a{color:#000000; text-decoration:none;}
	#boardReply a:hover{color:#000000; font-weight:bold; letter-spacing:-1px;}

#boardWrite{width:660px; border-top:2px solid #ff7400;}
	#boardWrite th{width:100px; background-color:#fff6ef;}
	#boardWrite td{padding:10px 20px 10px 20px;}
	#boardWrite a{color:#000000; text-decoration:none;}
	#boardWrite a:hover{color:#000000; font-weight:bold; letter-spacing:-1px;}

#boardPhotoList{width:650px; border-top:2px solid #ff7400;}
	#boardPhotoList a{color:#000000; text-decoration:none; letter-spacing:-1px;}
	#boardPhotoList a:hover{color:#a0410d; font-weight:bold;}
	#boardPhotoList .gallery_box{	width:650px;	padding-left:10px;}
	#boardPhotoList .gallery_list{float:left;width:320px;height:135px;overflow:hidden;padding-top:15px; border-bottom:1px solid #eeeeee;}
	#boardPhotoList .gallery_title{float:left;width:160px;padding-left:0; letter-spacing:-0.5px;}
		#boardPhotoList .gallery_title ul {margin:5px 0 0 0;padding:0;}
		#boardPhotoList .gallery_title li{ list-style:none;width:155px;padding-bottom:10px;margin:0;}
	#boardPhotoList .gallery_photo{float:left;display:inline;margin-right:20px;width:130px;height:110px;}
	#boardPhotoList .gallery_photo img{	border:1px solid #dddddd;}
	#boardPhotoList .gallery_table {border:0px;	width:100%;	border-top:2px solid #D47932;	border-bottom:2px solid #eeeeee;}
	#boardPhotoList .gallery_table th {	padding:7px 7px 7px 7px;	border-bottom:1px solid #dddddd; color:#999999;	font-size:9pt;    background:#F7F7F7;}
	#boardPhotoList .gallery_table td {	border-bottom:1px solid #eeeeee; padding:7px 7px 7px 7px; font-size:9pt; line-height: 190%;}
	#boardPhotoList .gallery_img{width:100%;	margin-bottom:10px;	}
	#boardPhotoList .gallery_img img{	margin-bottom:10px;	}


/* common usual */
.boardDotborderBottom{border-bottom:dotted 1px #CCCCCC;}
.boardSolidborderBottom{border-bottom:solid 1px #CCCCCC;}