@CHARSET "UTF-8";

.nav_bottom{
	width: 100%;
	height: 5px;
	background: url("/images/pattern.png");
}

.sub_detail{
	margin-top: 75px;
}

.sub_cont{
	overflow: hidden;
	padding-top: 65px;
}

.side_menu{
	width: 240px;
	float: left;
	background: #EF6326;
	border-radius:10px;
}

.side_menu h1{
	color: #fff;
	padding: 10px 25px;
	display: block;
	font-weight: bold;
	font-size: 20px;
	
	
}

.side_menu ul{
	background: #fff;
	margin-bottom: 10px;
}

.side_menu ul li{
	height: 60px;
	line-height: 60px;
	padding: 0px 25px;
	border-bottom: 1px solid #ddd;
}

.side_menu ul li a{
	font-size: 14px;
	line-height: 60px;
	display: block;

}

.side_menu ul li a span{
	display: inline-block;
	height: 60px;
	line-height: 60px;
	float: right;
	
}

.side_menu ul li a:hover{
	color: #EA5514;
	font-weight: 500;
}

.active{
	color: #ea5514;
	font-weight: 500;
}

.main_cont{
	width: 855px;
	float: right;
}

.main_cont p.sub_sitemap{
	text-align: right;
	font-weight: 500;
}


.main_cont>h2{
	font-size: 23px;
	display: inline-block;
	font-weight: 600;
	border-bottom: 2px solid #EA5514;
	padding-bottom: 15px;
	line-height: 39px;
	float: left;
	color: #EA5514
}

.main_cont h3{
	line-height: 54px;
	border-bottom: 2px solid #aaa;
	text-indent: -9999px
}

.main_cont .main_inner{
	min-height: 700px;
	margin-top: 30px;
}

.board_title{
	margin: 20px 0px;
	padding: 0px 20px;
	font-weight: 500;
	font-size: 20px;
}

.board_info{
	border-top: 1px dotted #eee;
	border-bottom: 1px dotted #eee;
	overflow: hidden;
	padding: 0px 20px;
}

.board_info p{
	margin-top: 0px !important;
	line-height: 44px;
}

.board_info p.board_user{
	float: left;
	font-weight: bold;
}

.board_info p.board_hit{
	float: right;
}

.board_info p.board_date{
	float: right;
}

.board_cont{
	padding: 0px 20px;
	margin: 20px 0px;
}

.board_cont p{
	margin-top: 0px !important;
	text-align: justify !important;
	white-space: pre-line;
	line-height: 28px;
	font-size: 16px;
}
.board_file{
	border-top: 1px dotted #eee;
	border-bottom: 1px dotted #eee;
	padding: 0px 20px;
	margin: 20px 0px;
	overflow: hidden;
}
.board_btn {
	overflow: hidden;
	margin-bottom: 30px;
	padding-top: 20px;
}
.board_btn p, .board_file p{
	margin-top: 0px !important;
}

.board_file p.file_form{
	line-height: 44px;
	text-align: left !important;
	font-size: 14px;
	font-weight: bold;
	display: inline;
	margin-right: 20px;
}

.board_btn p{
	line-height: 44px;
}

.board_btn p.update_p{
	float: left;
	margin-right: 10px
}
.board_btn p.delete_p{
	float: left;
}
.board_btn p.list_p{
	float: right;
}

.board_info .label1{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	display: block;
}

.pad textarea{
	width: 100%;
	height: 300px;
	border: 1px solid #ccc;
	border-radius:5px;
}

.custom_span{
	color: #EF6326;
	font-weight: bold;
	cursor: default;
}

.login_box{
	width: 600px;
	height: auto;
	min-height: 300px;
	margin: 0 auto;
	margin-bottom: 300px;
	margin-top: 100px;
	border: 1px solid #F68523;
	border-radius:10px;
}

.login_box li h2{
	display: block;
	text-align: center;
	color: #fff;
	background: #F68523;
	font-size: 24px;
	line-height: 60px;
	border-radius: 10px 10px 0 0;
}


.login_box li p{
	text-align: center;
	display: block;
	width: 100%;
	height: 50px;
	margin: 10px 0px;
}

.login_box li p input{
	width: 400px;
	border: 1px solid #ddd;
	height: 40px;
	border-radius:5px;
	padding: 10px;
}

.error_page{
	width: 600px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 100px;
}
.error_top{
	overflow: hidden;
}
.error_top p.img_p{
	display: inline-block;
	width: 200px;
	float: left;
}

.error_top p.img_p img{
	width: 100%;
}

.error_top p.text_p{
	display: inline-block;
	width: 380px;
	float: right;
	margin-top: 65px;
	margin-left: 20px;
	font-size: 22px;
	line-height: 50px;
}
.error_top p.txt_p{
	margin-top: 35px;
}

.error_top p.text_p span{
	font-size: 22px;
	color: #EA5514;
	font-weight: 600;
}

.error_bottom{
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 30px;
}

.error_bottom p.text_01{
	font-size: 14px;
	line-height: 30px;
}

.error_bottom p.text_01 span{
	font-size: 14px;
	line-height: 30px;
	font-weight: 600;
}

.error_bottom p.text_02{
	margin-top: 30px;
	text-align: center;
}