@charset "utf-8";
.wrapper .contents h1 {
	font-size: 48px;
	font-weight: 500;
	line-height: 85px;
	color: #124677;
}
.wrapper .contents h1::after{
	content: '';
	width: 120px;
	height: 3px;
	background:#004FB8;
	display: block;
	margin-top: 20px;

}.wrapper .contents .box_container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 35px;
	align-items: center;
	margin-top: 35px;
	margin-bottom: 35px;
}
.wrapper .contents .text_box {
	max-width: 680px;
}
.contents .text_box p {
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	color: #4F4F4F;
}
.contents .box_container img {
	border-radius: 25px;
}
.wrapper .contents .solution_diag {
	margin-top: 200px;
}

.wrapper .contents img {
	/* [disabled]margin-top: 100px; */
}
