@charset "UTF-8";

.sec-1 {
	margin-top: 57px;
	padding-bottom: 100px;
}

.sec-1 .heading {
	font-size: 28px;
	font-weight: 500;
	letter-spacing: .1em;
}

.sec-1 table {
	margin-top: 62px;
	font-size: 14px;
}

.sec-1 th {
	font-weight: normal;
}

.sec-1 th:first-child,
.sec-1 td:first-child {
	padding: 14px 10px;
	text-align: center;
}

.sec-1 th:not(:first-child),
.sec-1 td:not(:first-child) {
	padding: 14px;
}

.sec-1 thead {
	background-color: #E4ECF5;
}

.sec-1 thead th:first-child {
	width: 18.6%;
	min-width: 109px;
	color: #fff;
	background-color: #004EA1;
}

.sec-1 thead th:not(:first-child) {
	text-align: left;
}

.sec-1 tbody {
	background-color: #FAFAFA;
}

.sec-1 tbody tr:nth-child(2n) {
	background-color: #F2F2F2;
}

.sec-1 .text-1 {
	margin-top: 63px;
	font-size: 23px;
	letter-spacing: .1em;
	text-align: center;
}

.sec-1 .link-btn {
	max-width: 312px;
	margin-inline: auto;
	margin-top: 55px;
}

@media screen and (min-width: 768px) {}

@media screen and (min-width: 1024px) {
	.sec-1 {
		margin-top: 75px;
	}

	.sec-1 .heading {
		font-size: 32px;
	}

	.sec-1 table {
		font-size: 16px;
	}

	.sec-1 table:first-of-type {
		margin-top: 117px;
	}

	.sec-1 .text-1 {
		font-size: 20px;
	}
}