/*********************** contact us ***********************/
.contact_txt {
	font-size:18px;
	line-height:28px;
}
.contact_txt1 {
	float:left;
	width:690px;
	font-size:14px;
	line-height:24px;
}
.contact_bg {
	background:url(../images/sub/contact.gif) no-repeat 620px bottom;
}


/*********************** 리스트 게시판 ***********************/
.board_tit {
	font-size:14px;
	font-weight:bold;
	color:#323232;
	background:#fafafa;
	text-align:center;
	padding:15px 0;
	border-top:solid 2px #646464;
}
.board_txt {
	font-size:13px;
	color:#646464;
	background:#ffffff;
	text-align:center;
	padding:13px 0;
	border-top:solid 1px #e6e6e6;
}
.board_txt1 {
	font-size:13px;
	color:#787878;
	background:#ffffff;
	padding:13px 20px;
	border-top:solid 1px #e6e6e6;
	line-height:18px;
}
.board_txt1 a {
	color:#646464;
}
.board_txt1 a:hover {
	text-decoration:underline;
}


/*********************** 글쓰기 게시판 ***********************/
.write_tit {
	font-size:13px;
	font-weight:bold;
	color:#323232;
	background:#f4f4f4;
	text-align:right;
	padding:13px 30px 13px 0;
	border-top:solid 1px #e6e6e6;
}
.write_txt {
	font-size:13px;
	color:#323232;
	padding:13px 0 13px 30px;
	border-top:solid 1px #e6e6e6;
}


/*********************** 뷰어 게시판 ***********************/
.board_v_tit {
	font-size:13px;
	font-weight:bold;
	background:#fafafa;
	padding:15px 0 15px 30px;
	border-top:solid 2px #646464;
}
.board_v_tit1 {
	font-size:13px;
	background:#fafafa;
	text-align:right;
	padding:15px 30px 15px 0;
	border-top:solid 2px #646464;
}
.board_v_con {
	color:#646464;
	padding:30px 30px 60px;
	line-height:24px;
	border-top:solid 1px #e6e6e6;
	font-size:13px;
}
.board_v_txt {
	font-size:13px;
	color:#646464;
	background:#ffffff;
	text-align:center;
	padding:13px 0; 
	background:url(../images/sub/bar.gif) no-repeat right center;
	border-top:solid 1px #e6e6e6;
}
.board_v_txt1 {
	font-size:13px;
	color:#646464;
	background:#ffffff;
	padding:13px 0 13px 28px;
	border-top:solid 1px #e6e6e6;
}
.board_v_txt2 {
	font-size:11px;
	color:#646464;
	background:#ffffff;
	padding:13px 0 13px 28px;
	border-top:solid 1px #e6e6e6;
}





.page a {
	display:inline-block;
	width:28px;
	height:27px;
	line-height:26px;
	border:solid 1px #dcdcdc;
	vertical-align:top;
}
.page a.on {
	background:#ed2024;
	color:#fff;
	font-weight:bold;
}


.btn_box {
	width:100%;
	text-align:right;
}
.btn_box1 {
	width:100%;
	text-align:left;
}
.btn_box2 {
	width:100%;
	text-align:center;
}
.btn_box a, .btn_box1 a , .btn_box2 a {
	display:inline-block;
	width:80px;
	border:solid 1px #3954a5;
	color:#3954a5;
	font-size:14px;
	font-weight:bold;
	padding:10px 0;
	text-align:center;
}