.home__statistical_wrapper {
/*	position: relative;*/
/*	top: -20px;*/
	padding-top: 60px;
	padding-bottom: 40px;
/*	margin-bottom: 52px;*/
	height: auto;
	box-shadow: 0px 2px 48px 0px rgba(0, 0, 0, 0.08);
	background: radial-gradient(50.19% 324.99% at 43.56% 77.38%, rgba(0, 115, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;

}
.home__statistical_wrapper .aggregateData_wrapper{
	background: #FFFFFF;
	border: 1px solid #DDE1E6;
	padding:16px;
	margin-bottom: 32px;
}
.home__statistical_wrapper .aggregateData_number_wrapper{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.home__statistical_wrapper .aggregateData_title{
	color: #697077;
	font-size:16px;
	line-height: 22.4px;
}
.home__statistical_wrapper .aggregateData_number{
	color: #21272A;
	font-size: 24px;
	line-height: 26.4px;
	font-weight: 700;
}
.home__statistical_wrapper .aggregateData_percent{
	color: #697077;
	font-size: 14px;
	line-height: 19.6px;
	background: #F2F4F8;
	padding: 2px 12px;
	border-radius: 12px;
}
.home__statistical_chart {
	border-radius: 6px;
	border:1px solid #274D994D;
	padding: 10px 15px;
	height: 100%
}
.statistical_chart_wrapper{
	height: 345px;
	border-radius: 6px;
	padding:20px;
	box-shadow: 0px 2px 48px 0px #00000014;
	background: #FFFFFF;
	height:100%;
}
.statistical_chartDonut_detail{
	margin-top: 35px;
	margin-bottom: 20px;
	align-items: center;
}
.statistical_chart_title{
	flex-wrap: wrap;
	padding-bottom:12px;
	border-bottom: 1px solid rgba(237, 237, 237, 1);
}
.statistical_chart_target,
.statistical_chart_achieved {
	display:flex;
	align-items: center;
}
.statistical_chart_target,
.statistical_chart_achieved :last-child{
	color: #000000;
	font-weight: 500;
	line-height: 22px;
}
.statistical_chartDonut_detail .statistical_chart_achieved {
	margin-top:24px;
}
.statistical_chart_achieved .circle{
	border-radius: 50%;
	background: #AEBFFF;
	width: 20px;
	height:20px;
	display: inline-block;
}
.statistical_chart_target .circle{
	border-radius: 50%;
	background: #16B7FA;
	width: 20px;
	height:20px;
	 display: inline-block;
}
.statistical_chartBar_detail {
	height:100%;
}
@media(max-width : 992px) {
	.home__statistical_wrapper {
		padding: 40px 0;
	}
	.statistical_chartBar_wrapper {
		margin-top: 20px;
	}
}
@media(max-width: 540px) {
	.home__statistical_wrapper .aggregateData_wrapper {
		margin-bottom: 16px;
	}
}