
.evaluating_tit{
	text-align: center;
	color: #222222;
	font-size: 32px;
	font-weight: 600;
	padding-bottom: 50px;
}
.evaluating_main{
	padding-top: 50px;
	padding-bottom: 80px;
}
.evaluating_on{
	width: 380px;
	height: 440px;
	border: 1px solid #eeeeee;
	border-radius: 4px;
}
.evaluating_body{
	padding: 25px;
}
.evaluating_title{
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 20px;
}
.evaluating_aa{
	padding: 10px;
	display: flex;
	margin-bottom: 10px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 20px;
	border-top-left-radius: 5px;
	color: #fff;
}
.evaluating_aa:nth-child(odd){
	background: #64bfa1;
}
.evaluating_aa:nth-child(even){
	background: #f6af27;
}
.evaluating_aa span{
	margin-right: 10px;
	font-weight: 600;
}
.evaluating_box{
	display: flex;
}
.evaluating_box>div{
	margin-right: 30px;
}
.evaluating_box>div:last-child{
	margin-right: 0;
}
.evaluating_on:last-child .evaluating_title{
	padding-bottom: 10px;
}
.ev_text{
	padding-bottom: 10px;
	color: #666666;
}
@media screen and (max-width:768px) {
	.evaluating_main{
		padding-top: 0.5rem;
padding-bottom: 0.8rem;
	}
	.evaluating_tit{
		font-size: .5rem;
		padding-bottom: .5rem;
	}
	.evaluating_box{
		flex-direction: column;
	}
}