.foundation-wrapper {
	width:100%;
	min-height:70vh;
}
.foundation-comment {
	margin-top: 2rem;
	text-align: center;
}
.foundation-comment > span {
	font-weight: 600;
	font-size: 1.13rem;
	line-height: 1.26rem;
	letter-spacing: -0.07rem;
}
.foundation-comment > span > .orange {
	font-weight: 600;
	font-size: 1.13rem;
	line-height: 1.26rem;
	letter-spacing: -0.07rem;
	color: #FF5400;
}
.foundation-banner {
	width:100%;
}
.foundation-banner > img {
	width: 100%;
	height: auto;
}

.foundation-box {
	width: 88%;
	height: 15.63rem;
	border: 1px solid #9b9b9b;
	margin: 1.25rem auto;
}
.foundation-box:first-child {
	margin-top: 2rem;
}
.box-image {
	height: 3.44rem;
    width: inherit;
}
.box-image > img {
	height: 3.44rem;
	margin-left: 1.25rem;
}
.box-title {
	margin-top: 1.25rem;
}
.box-title > p {
	font-size: 1.88rem;
	line-height: 1.88rem;
	font-weight: 600;	
	letter-spacing: -0.14rem;
	color: #0b4596;
	text-align: center;
}
.box-text{
	margin: 2.19rem auto 0 auto;
	width: 93%
}
.box-text > p {
	font-size: 0.94rem;
    line-height: 1.38rem;
    font-weight: 600;    
    letter-spacing: -1.6px;
    color: #000000;
    text-align: center;
    word-break: keep-all;
}
.box-text > p:not(:first-child) {
	
}