@charset "UTF-8";


.benefit {
	font-size: 0;
}
.benefit li {
	display: inline-block;
	/* display: inline; */
	zoom: 1;
	vertical-align: top;
	width: 22%;
	margin: 0 0 0 3.9%;
	box-sizing: border-box;
	height: 175px;
	padding: 105px 0 0 0;
}
.benefit li:first-child {
	margin: 0;
	background: url('/_skin/tpl_skin/basic_maegyung_new/images/exam/img1.jpg') left top no-repeat;
}
.benefit li:nth-child(2) {
	background: url('/_skin/tpl_skin/basic_maegyung_new/images/exam/img1.jpg') -267px top no-repeat;
}
.benefit li:nth-child(3) {
	background: url('/_skin/tpl_skin/basic_maegyung_new/images/exam/img1.jpg') -525px top no-repeat;
}
.benefit li:nth-child(4) {
	background: url('/_skin/tpl_skin/basic_maegyung_new/images/exam/img1.jpg') right top no-repeat;
}
.benefit p {
	font-size: 15px;
	font-family: 'noto5';
}
.benefit span {
	font-family: 'spoqa3';
	font-size: 14px;
	line-height: 140%;
	margin: 5px 0 0 0;
	display: block;
}


.charcter {
	background: url('/_skin/tpl_skin/basic_maegyung_new/images/exam/img2.jpg') right top no-repeat;
	padding: 23px 0 25px 370px;
	font-size: 16px;
	color: #fff;
	margin: 10px 0 25px 0;
	line-height: 150%;
}
.charcter b {
	font-family: 'spoqa4';
	padding: 0;
	font-size: 16px;
	line-height: 150%;
}

.arrow_list{
	display:grid;
	grid-template-columns: repeat(5, 1fr);
	gap:2.4%;
}
.arrow_list > li{
	display:flex;
	justify-content: center;
	align-items: center;
	height:160px;
	border:1px solid #000000;
}
.arrow_list > li:nth-child(2) {
	background: #bac4df;
	border: 0;
	font-family: 'spoqa3';
	font-size: 16px;
	color: #000;
	font-weight: 100;
}
.arrow_list > li:before {
	content: '';
	position: absolute;
	width: 32px;
	left: -30px;
	height: 100%;
	background: url('/_skin/tpl_skin/basic_maegyung_new/images/exam/arrow.jpg') center center no-repeat;
}
.arrow_list > li:last-child {
	border: 2px #000000 solid;
}
.arrow_list > li:first-child::before{
	display:none;
}
.arrow_list li p{
	font-size:14px;
	font-family: "noto4";
	text-align: center;
	color: #000000;
}
.arrow_list > li:last-child p {
	color: #000;
	font-size: 17px;
	line-height: 130%;
	font-family: 'spoqa4';
}

.arrow_list > li:nth-child(2) p{
	font-size:17px;
	font-family:'noto6';
}