@charset "utf-8";

#newcust .title{
  font-weight: bold;
}
#newcust p.inform{
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}
#newcust .customer{
  margin: 30px 35% 50px;
}
#newcust .customer p{
    padding: 15px 0;
    background: #3e3e3e;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    background: url('../images/icn_next.png') no-repeat 85% 50% #3e3e3e;
  }
.stepcust li{
  width: 45%;
  float:left;
  padding: 1.5%;
  margin-top: 3%;
  margin-left: 3%;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  min-height: 253px;
  -webkit-box-sizing:content-box;
          box-sizing:content-box;
}
.stepcust li.odd{
  margin-left:0;
}
.stepcust li h2{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.stepcust li p{
  font-weight: 13px;
}

@media(max-width: 979px){
  #newcust p.inform {
    text-align: center;
    font-size: 15px;
  }
}

@media(max-width: 767px){
  #newcust p.inform{
    font-size: 11px;
    line-height: 20px;
  }
  #newcust .customer{
    margin: 0;
  }
  #newcust .customer p {
    margin: 0;
    padding: 10px 0;
    margin-top: 5px;
    text-align: center;
    width: 100%;
    font-size: 15px;
  }
  .stepcust li{
    width: auto;
    float: none;
    margin-left: 0;
    min-height: 0;
  }
}