header{
	background-image : url("/images/header-bg-business.jpg");
}
header > nav{
	background-color : rgba( 228, 108, 64, .5 );
}
header > nav > a.ON{
	color : #F60;
}

.ERP > hr{
	padding : 0;
	margin : 64px 0;
	border-style : solid;
	border-width : 1px 0 0 0;
	border-color : #CCC;
}
.ERP > section{
	margin : 64px 0;
}
.ERP > section > h2{
	height : 32px;
	padding : 0 0 0 12px;
	margin : 0 0 32px 0;
	border-left : solid 3px #F40;
	font-family : 'Noto Sans KR';
	font-weight : 400;
	font-size : 23px;
	line-height : 40px;
}
.ERP > section > dl{
	padding : 0;
	margin : 4px 0;
}
.ERP > section > dl > dt{
	height : 48px;
	padding : 0;
	margin : 0 0 4px 0;
	background-color : #FFDED2;
	color : #E20;
	text-align : center;
	font-family : 'Noto Sans KR';
	font-weight : 400;
	font-size : 17px;
	line-height : 48px;
}
.ERP > section > dl > dd{
	padding : 32px 48px;
	margin : 0;
	border : solid 1px #DDD;
}
.ERP > section > dl > dd > ul{
	padding : 0;
	margin : 0;
}
.ERP > section > dl > dd > ul > li{
	list-style : none;
	line-height : 32px;
	font-family : 'Noto Sans KR';
	font-weight : 300;
	font-size : 15px;
}
.ERP > section > dl > dd > ul > li:before{
	content : '-';
	margin-right : 8px;
}

.ERP > .ERP-BOX{
	height : 70px;
	padding : 85px 0;
	background-image : url("/images/business-erp-item-1.jpg");
	background-repeat : no-repeat;
	background-position : center;
	background-size : cover;
}
.ERP > .ERP-BOX > p{
	padding : 0;
	margin : 0;
	color : #FFF;
	text-align : center;
	font-family : 'Noto Sans KR';
	font-weight : 300;
	font-size : 23px;
	line-height : 35px;
}
.ERP > .ERP-SUMMARIZE{
	position : relative;
	text-align : center;
}
.ERP > .ERP-SUMMARIZE:before{
	content : '';
	position : absolute;
	top : -112px;
	left : 50%;
	width : 2px;
	height : 96px;
	background-color : #F60;
}
.ERP > .ERP-SUMMARIZE > p{
	padding : 0;
	margin : 0;
	font-family : 'Noto Sans KR';
	font-weight : 400;
	font-size : 15px;
	line-height : 30px;
}
