#contents h2 {
	margin: 0 0 40px;
	padding: 0 0px 20px;
	font-size: 2.5rem;
	text-align: center;
}
#contents h2 {
	position: relative;
}
#contents h2:after {
	content: "";
	width: 100px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -50px;
	border-top: 2px #d6000f solid !important;
}



/* CORONA
========================================== */
#corona {
	width: 100%;
	background: #0081cc;
	margin-bottom: 0 !important;
}
#corona .inner {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	text-align: left;
	padding: 50px 0;
}
#corona .inner .leadTxt {
	width: 30%;
}
#corona .inner .leadTxt h2 {
	margin-bottom: 1rem;
}
#corona .inner .leadTxt h2:after {
	content: none;
}
#corona .inner .leadTxt p {
	color: #fff;
}
#corona .inner .coronaWrap {
	width: 67%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#corona .inner .coronaWrap .coronaBlock {
	width: 32%;
	margin-bottom: 2rem;
}
#corona .inner .coronaWrap .coronaBlock h3 {
	color: #fff;
	display: flex;
	font-weight: 700;
	line-height: 1.5;
	align-items: center;
	margin-bottom: 1rem;
}
#corona .inner .coronaWrap .coronaBlock h3 img {
	width: 50px;
	height: 50px;
	margin-right: 1rem;
}
#corona .inner .coronaWrap .coronaBlock p {
	font-size: 90%;
	color: #fff;
}
