body{
	background: #F5F6F8;
}
header{
	/* background: rgba(47, 48, 56, 1); */
	position: relative;
}
.main{
	padding:30px 0 150px;
}
.con_box{
	background: #fff;
	padding: 30px 40px;
	box-sizing: border-box;
}
.con_box .pub_tit{
	font-size: 24px;
	font-weight: 900;
	color: #323232;
	line-height: 30px;
	margin-bottom: 20px;
	text-align: center;
}
.con{
	font-size: 14px;
	line-height: 1.6;
}
h5{
	font-weight: 600;
	font-size: 14px;
	line-height: 2;
	margin: 0;
}
/* .con p{
	text-indent: 2em;
} */