
.hr{
	margin-bottom: 20px;
}

.info_title{
	color: #444444;
	font-size: 40px;
	text-align: center;
}

.info_hr{
	margin: 20px 0px 20px 0px;
}

.info_text{
	color: #222222;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
}

.info_func{
	margin-top: 20px;
	color: #444444;
	font-size: 24px;
	text-align: center;
}

.func_hr{
	margin: 10px 0px 20px 0px;
	width: 80%;
}


.func_text{
	color: #222222;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
}

.func_text_li{
	color: #222222;
	font-size: 13px;
	font-weight: 500;
	line-height: 24px;
}

@media screen and (max-width: 550px) {
.hr{
	margin-bottom: 5px;
}

.info_title{
	color: #444444;
	font-size: 16px;
	text-align: center;
}

.info_hr{
	margin: 10px 0px 10px 0px;
}

.info_text{
	color: #222222;
	font-size: 7px;
	font-weight: 400;
	line-height: 12px;
}

.info_func{
	margin-top: 12px;
	color: #444444;
	font-size: 10px;
	text-align: center;
}

.func_hr{
	margin: 10px 0px 10px 0px;
	width: 80%;
}

.func_text{
	color: #222222;
	font-size: 8px;
	font-weight: 500;
	line-height: 18px;
}
.func_text_li{
	color: #222222;
	font-size: 6px;
	font-weight: 600;
	line-height: 18px;
}

}