@charset "utf-8";
/*------------------------------------------------------------
	maps
------------------------------------------------------------*/
#container {
	background: #fff;
}
#main {
	padding-top: 18.7rem;
}
#main .head {
	font-size: 4.167rem;
	text-align: center;
	color: #0E2395;
	position: relative;
	z-index: 1;
}
#main .infoBox .photo {
	margin: -8.8rem auto 3.2rem;
	width: 70.2rem;
}
#main .infoBox .photo img {
	width: 100%;
}
#main .infoBox {
	margin-bottom: 8.8rem;
	max-width: 89.2rem;
}
#main .infoBox p {
	font-size: 2.5rem;
	line-height: 1.75;
}
#main .infoBox .comBtn a {
	margin: 4.5rem auto 0;
	padding: 0.8rem 1rem;
	font-size: 1.928rem;
	width: auto;
	max-width: 74.8rem;
	color: #282722;
	background: #F7F7F7
}
#main .resources {
	margin-bottom: 13.5rem;
	padding: 6.2rem 3.8rem 0;
	width: calc(100% - 0.9rem);
	max-width: 140.3rem;
	background: #F7F3EB;
	border-radius: 1.03rem;
}
#main .resources .head {
	margin-bottom: 1.7rem;
	color: #282722;
	font-weight: 500;
}
#main .resources .ttlList {
	margin: 0 auto 3.7rem;
	max-width: 90.8rem;
}
#main .resources .ttlList li {
	padding: 0.8rem 3.8rem 0.9rem;
	min-width: 42.3rem;
	font-size: 2.478rem;
	border-radius: 5rem;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #DA4319;
}
#main .resources .infoList {
	gap: 2.59rem;
}
#main .resources .infoList > li {
	padding: 4rem 2.6rem 0;
	width: calc((100% - 5.2rem) / 3);
	background: #fff;
	border-radius: 2.4rem 2.4rem 0 0;
	position: relative;
	font-size: 1.928rem;
	line-height: 1.75;
	font-weight: 500;
}
#main .resources .infoList .subBox {
	margin-bottom: 2.3rem;
}
#main .resources .infoList .subUl li {
	padding-left: 1.5rem;
	text-indent: -1.9rem;
}
#main .resources .infoList .ico {
	width: 6.3rem;
	position: absolute;
	right: 3.6rem;
	top: 2.4rem;
}
#main .resources .infoList .title {
	margin-bottom: 2.4rem;
	font-size: 2.642rem;
	font-weight: 500;
}
#main .resources .infoList a {
	margin: 0 auto;
	padding: 0 0.5rem 0.2rem;
	width: fit-content;
	min-width: 20rem;
	text-align: center;
	font-size: 2.403rem;
	font-weight: 500;
	line-height: 1.9;
	display: block;
	border-radius: 5rem;
	background: #F7F3EB;
}
@media all and (min-width: 897px) {
	#main .resources .infoList a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main {
		padding-top: 10rem;
	}
	#main .head {
		margin-bottom: 2rem;
		font-size: 2.4rem;
	}
	#main .infoBox .photo {
		margin-top: -5.2rem;
		width: auto;
	}
	#main .infoBox p {
		font-size: 1.8rem;
	}
	#main .infoBox .comBtn a {
		margin-top: 2.5rem;
	}
	#main .resources {
		margin-bottom: 8rem;
		padding: 4rem 2rem;
		max-width: inherit;
		width: calc(100% - 1.6rem);
	}
	#main .resources .ttlList {
		max-width: inherit;
		display: block;
	}
	#main .resources .ttlList li {
		padding: 0.8rem 1rem;
		min-width: 100%;
		font-size: 1.8rem;
	}
	#main .resources .ttlList li + li {
		margin-top: 1.5rem;
	}
	#main .resources .infoList {
		display: block;
	}
	#main .resources .infoList > li {
		padding: 2.5rem 2rem;
		width: 100%;
		font-size: 1.6rem;
		border-radius: 2rem;
	}
	#main .resources .infoList > li + li {
		margin-top: 2rem;
	}
	#main .resources .infoList .title {
		margin-bottom: 1.8rem;
		font-size: 2.2rem;
	}
	#main .resources .infoList a {
		font-size: 1.8rem;
	}
	#main .resources .infoList .ico {
		width: 4rem;
		right: 2rem;
		top: 2rem;
	}
}