@charset "utf-8";
.wrapper .contents h1 {
	text-align: center;
	font-size: 48px;
	font-weight: 500;
	line-height: 85px;
	color: #124677;
}
.wrapper h1::after{
	content: '';
	width: 120px;
	height: 3px;
	background:#004FB8;
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;	
}
.contents .news_box {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 50px;
	margin-bottom: 150px;
}


 .news_box .news_piece {
	max-width: 380px;
	box-shadow: 2px 2px 20px 10px #00000029;
	-webkit-box-shadow: 3px 2px 20px 10px #00000029;
	border: thick solid  #D4D4D4;
	border-radius: 25px;
}
.news_box .news_piece img {
	width: 100%;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}
.news_box .news_piece h2 {
	text-align: left;
	margin-left: 38px;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	margin-right: 31px;
}

.white_button {

	border: 2px solid #3B62B5;
	background-color: white;
	color: #3B62B5;
	padding-left: 8px;
	padding-right: 34px;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 600;
	margin-top: 50px;
	margin-left: 38px;
	margin-bottom: 38px;
	
}
.white_button:hover {
	cursor:pointer;
	background-color: #b3b3b375;
}
