.page {
	background: #EEF1F3;
}

.banner {
	height: 31.25rem;
}

.content {
	padding: 7.5rem 0;

}

.content .title {
	font-size: 3.5rem;
	line-height: 4rem;
	color: #CA0100;
}

.content .nav {
	margin-top: 2.5rem;
	font-size: 1.875rem;
	line-height: 2.625rem;
}

.content .redline {
	margin-top: 1.25rem;
	width: 2.5rem;
	height: 0.375rem;
	background: #CA0100;
}

.content .text {
	margin: 2.5rem 0;
	font-size: 1.25rem;
	line-height: 2rem;
	text-align: left;
}

.content img {
	width: 100%;
	height: 60rem;
	margin: 5rem 0 0;
}

.content .lr {
	margin-top: 2.5rem;
	height: 47.5rem;

}

.content .lr .l_img {
	width: 50%;
	height: 100%;
	margin: 0;
}

.content .lr .r_text {
	width: 50%;
	height: 100%;
	text-align: left;
	padding: 10rem 5rem 0;
}