#Business {
	padding-top: 9%; /* 상단 여백 설정 */
	padding-bottom: 20%;
}

.Business_header {
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	font-family : 'Nanum Gothic';
	background-color : red;
	color: white; /* 글씨 색상 설정 */
	padding-top: 0; /* 상단 여백 설정 */
}

.Business_header h2 {
	font-size: 65%; /* 글씨 크기 설정 */
	text-transform: uppercase; /* 대소문자 변환 */
	padding : 20px 10% 25px 17%;
	padding-bottom: 3%; /* h2의 아래 여백 설정 */
    padding-right: 1%;
	font-family : 'Nanum Gothic';
	font-weight: bolder;
}

#Business .Business_item {
	padding-top: 30px;
 	padding-left : 3%;
	text-align: center;
}
/* 원형 동그라미 설정 */
.Business_icon-1 {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #C4C4C4;
	transition: .7s;
}

.Business_icon-2 {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #C4C4C4;
	transition: .7s;
}

.Business_icon-3 {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #C4C4C4;
	transition: .7s;
}

.Business_icon-1 i {
	margin-top: 25%;
	font-size: 50px;
	transition: .250s;
}

.Business_icon-2 i {
	margin-top: 25%;
	font-size: 50px;
	transition: .250s;
}

.Business_icon-3 i {
	margin-top: 25%;
	font-size: 50px;
	transition: .250s;
}

.Business_icon-1 {
	background: url(../img/img10.jpg) no-repeat scroll top center/cover;
}

.Business_icon-2 {
	background: url(../img/img11.jpg) no-repeat scroll top center/cover;
}

.Business_icon-3 {
	background: url(../img/img12.jpg) no-repeat scroll top center/cover;
}

#Business .Business_list h2 {
	padding: 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	color: #393939;
	transition: 0.7s;
	font-family : 'Nanum Gothic';
}

#Business .Business_list h3 {
	padding: 20px;
	font-weight: 700;
	font-size: 16px;
	color: #393939;
	transition: 0.7s;
	font-family : 'Nanum Gothic';
}

#Business .Business_list p {
	font-size: 12px;
	text-align : left;
	color: #393939;
	font-weight: 600;
	font-family : 'Nanum Gothic';
}

#Business .Business_list:hover .Business_icon i {
	color: #fff;
}

#Business .Business_list:hover h2 {
	color: #F2D729;
	cursor: pointer;
}