.business3 {width:100%; }
.business3 .contBox {float:left; width:340px; position:relative; margin-bottom:30px; }
.business3 .arrow {float:left; padding:170px 13px 0 13px;}
.business3 .step {width:100px; height:100px; background-color:#46aced; border-radius:50%; color:#fff; font-size:18px;
position:absolute; left:50%; top:0%; transform:translate(-50%,-0%); text-align:center; padding-top:35px; font-weight:500; }
.business3 .cont {border:5px solid #b8d5f8; border-radius:10px; padding:30px 30px; margin-top:50px; min-height:290px;}
.business3 .mint .step { background-color:#75a1bd;}
.business3 .mint .cont {border:5px solid #b3cbda; }
.business3 .cont .tit {font-size:25px; padding:45px 10px 30px 10px; border-bottom:1px solid #dfdfdf; font-weight:500; text-align:center;}
.business3 .cont .txt {font-size:16px; padding:35px 10px 0 10px ; text-align:center;}


/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {
.business3 .contBox { width:100%; }
.business3 .arrow {display:none;}	
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
}
@media (max-width: 320px) {
}

