.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;}

.btn_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 30%;
  margin: 0 auto;
}
.btn_wrap a{
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  border: 1px solid #ffffff;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s;
}
/*---------------------------------------
  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) {
}

#contentWrap #content{
  max-width: 100% !important;
}
section.cont {
  text-align: center;
  padding: 100px 0;
}

section.start {
  background-color: #fff;
  background-image: url(../img/system_bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.bg1 {
  background-image: url(../img/system_bg2.png);
  background-repeat: no-repeat;
  width: 100%;
  margin: 0;
  overflow: hidden;
  background-size: cover;
}

section.end {
  background-image: url(../img/system_bg3.png);
  background-repeat: no-repeat;
  width: 100%;
  margin: 0;
  overflow: hidden;
  background-size: cover;
}

section.end .tit-text,
section.end .text {
  color: #fff;
}

section.end .text {
  margin-bottom: 0;
}

section.end a {
  margin-bottom: 0;
}

section.start .tit-text,
section.start .tit {

  color: #fff;
}

.tit {
  font-size: 15px;
  color: #828282;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 23px;
}

.tit-t {
  font-size: 40px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 23px;
}

.tit-text {
  font-size: 28px;
  color: #000;
  font-weight: 800;
  margin-bottom: 23px;
}

.text {
  font-size: 18px;
  color: #000;
  font-weight: 300;
  margin-bottom: 40px;
  line-height: 25px;
}

a.btn_bus {
  color: #fff;
  display: block;
  margin: 0 auto;
  width: 190px;
  text-decoration: none;
  padding: 15px 30px;
  border: 1px solid #fff;
  margin-bottom: 80px;
  margin-top: 50px;
  transition: all 0.5s;
}

a.btn_bus:hover {
  background-color: #ffffff33;

}

section.start img {
  width: 700px;
  margin-bottom: -5px;
}

section.flex {
  background-color: #EDF3F9;
}

section.flex {
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

section.flex .text {
  width: 400px;
  margin-bottom: 0;

}

section.flex .text,
section.flex .tit,
section.flex .tit-text {
  color: #1465B4;
}

section.flex.gray {
  background-color: #fff;
}

section.flex.gray .text,
section.flex.gray .tit,
section.flex.gray .tit-text {
  color: #000;
}

@media screen and (max-width: 768px) {
  .content {
      width: 100%;
  }

  section {
      text-align: center;
      padding: 60px 0;
  }

  section.start img {
      width: 80%;
  }

  section img {
      width: 80%;
  }

  .tit-t {
      font-size: 20px;
  }

  .tit {
      font-size: 13px;
      margin-bottom: 10px;
  }

  a.btn_bus {
      margin-bottom: 50px;
      margin-top: 10px;
      padding: 10px 15px;
      font-size: 15px;
  }

  .tit-text {
      font-size: 20px;
  }

  .text{
      font-size: 14px;
      width: 70%;
      margin: 0 auto;
      line-height: 20px;
      margin-bottom: 20px;
  }
  section.flex .text{
      font-size: 14px;
      width: 80%;
      margin: 0 auto;
      line-height: 20px;
  }
  .text br {
      display: none;
  }
  section.flex{
      flex-direction: column;
      gap: 40px;
  }
  section.flex .text{
      text-align: center;
  }
  section.flex.gray{
      flex-direction: column-reverse;
  }
}