/*business_01*/
@media (min-width:769px){
	.business_01 .sec01 .txtbox {
		padding: 30px;
	}
}
@media (max-width:768px){
	.business_01 .sec01 .txtbox {
		padding: 20px 0;
	}
}
/*business_02*/
.business_02 ul li {
	margin-bottom: 30px;
	position: relative;
}
.business_02 .m_wrp {
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 30px 20px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1)
}
.business_02 .m_wrp .txtbox h3 {
	color: #0d1233;
	font-weight: 700;
}
.business_02 .m_wrp .iconbox img {
	width: 70px;
}
@media (min-width:991px){
	.business_02 ul li:nth-child(3):after,
	.business_02 ul li:nth-child(6):after {
		display: none;
	}
}
@media (min-width:769px){
	.business_02 ul li:after {
		content: "";
		position: absolute;
		right: -15px;
		top: 0;
		height: 100%;
		width: 30px;
		background: url(../img/arr_ri.png) center center no-repeat;
		background-size: 100%;
		z-index: 3;
	}
}
@media (max-width:992px) and (min-width:769px){
	.business_02 ul li:nth-child(2):after,
	.business_02 ul li:nth-child(4):after,
	.business_02 ul li:nth-child(6):after {
		display: none;
	}
}
@media (max-width:768px){
	.business_02 ul li:after {
		content: "";
		position: absolute;
		bottom: -15px;
		left: 0;
		height: 30px;
		width: 100%;
		background: url(../img/arr_ri.png) center center no-repeat;
		background-size: contain;
		z-index: 3;
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}