body {
  background: #f5f5f5;
}

a {
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

hr {
  display: block;
  border-top: 1px solid #e0e0e0;
  margin: 15px 0;
}

.wrap {
  position: relative;
  min-height: 100%;
}

.step01,
.step02,
.step03 {
  display: none;
}

.join_wrap {
  width: 450px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 80px;
}
.join_wrap .logo {
  display: block;
  width: 297px;
  height: 33px;
  margin: auto;
  background: url("../img/payco_element_img.png") 0 0 no-repeat;
}
.join_wrap .join_noti {
  margin-top: 50px;
  text-align: center;
  font-size: 15px;
  color: #808080;
}
.join_wrap .step_wrap {
  width: 100%;
  margin-top: 30px;
}
.join_wrap .step_wrap .step_box {
  display: inline-block;
  width: 90px;
  text-align: center;
  cursor: default;
}
.join_wrap .step_wrap .step_box .num {
  width: 40px;
  height: 40px;
  line-height: 37px;
  margin: 0 auto 5px;
  border-radius: 100%;
  background-color: #fff;
  border: 2px solid #e0e0e0;
  color: #808080;
  vertical-align: middle;
}
.join_wrap .step_wrap .step_box .text {
  color: #808080;
  font-size: 13px;
}
.join_wrap .step_wrap .step_box.on .num {
  background-color: #5a5a5a;
  border-color: #5a5a5a;
  color: #fff;
}
.join_wrap .step_wrap .step_line {
  display: inline-block;
  width: 64px;
  height: 2px;
  margin: -60px 10px 0;
  background-color: #e0e0e0;
  vertical-align: middle;
}
.join_wrap .input_wrap {
  margin-top: 30px;
}
.join_wrap .input_wrap ul li {
  margin-top: 10px;
}
.join_wrap .input_wrap ul li .f_title {
  position: absolute;
  left: 15px;
  top: 15px;
  color: #808080;
  font-size: 12px;
  cursor: default;
}
.join_wrap .input_wrap ul li .f_title .required {
  color: #fa1414;
  font-style: normal;
}
.join_wrap .input_wrap ul li .f_title .required span {
  display: none;
}
.join_wrap .input_wrap ul li input, .join_wrap .input_wrap ul li select {
  width: 100%;
  height: 50px;
  line-height: 51px;
  padding-right: 15px;
  font-size: 15px;
  letter-spacing: 0;
  border: 1px solid #e0e0e0;
  background-position: 13px;
  background-repeat: no-repeat;
  z-index: 100;
}
.join_wrap .input_wrap ul li input:focus,
.join_wrap .input_wrap ul li select:focus {
  border-color: #5a5a5a;
  background-image: none;
}
.join_wrap .input_wrap ul li select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.join_wrap .input_wrap .hint {
  position: absolute;
  left: 15px;
  top: 0;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  z-index: 90;
  cursor: text;
  color: #bbb;
}
.join_wrap .input_wrap .hint.l_100 {
  left: 100px;
}
.join_wrap .input_wrap .input_1 {
  position: relative;
}
.join_wrap .input_wrap .input_1 input {
  background-color: #fff;
  background-repeat: no-repeat;
  padding-left: 15px;
}
.join_wrap .input_wrap .input_2 {
  position: relative;
}
.join_wrap .input_wrap .input_2 input, .join_wrap .input_wrap .input_2 select {
  padding-left: 100px;
}
.join_wrap .input_wrap .input_2 select {
  padding: 10px 0 10px 100px\9;
}
.join_wrap .input_wrap .input_2 .arrow {
  position: absolute;
  right: 15px;
  top: 15px;
  float: right;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/payco_element_img.png") -46px bottom no-repeat;
}
.join_wrap .input_wrap .input_2 .btn_right {
  position: absolute;
  top: 9px;
  right: 15px;
  float: right;
  color: #808080;
  font-size: 13px;
  border: 1px solid #e0e0e0;
}
.join_wrap .input_wrap .input_2 .btn_right:after {
  content: '';
  display: block;
  clear: both;
}
.join_wrap .input_wrap .input_2 .btn_right:hover {
  background-color: #f5f5f5;
  color: #0d0d0d;
}
.join_wrap .input_wrap .input_2.address input {
  padding-right: 80px;
}
.join_wrap .input_wrap .input_2.phone_num input {
  padding-right: 60px;
}
.join_wrap .terms_wrap ul.agree li {
  margin-top: 20px;
}
.join_wrap .terms_wrap ul.terms {
  margin-top: 20px;
  background-color: #e6e6e6;
  border: 1px solid #e0e0e0;
  padding: 10px 20px;
}
.join_wrap .terms_wrap ul.terms li {
  margin: 10px 0;
  color: #4d4d4d;
}
.join_wrap .terms_wrap label {
  position: relative;
  cursor: pointer;
}
.join_wrap .terms_wrap label span.ch_all {
  font-weight: 500;
}
.join_wrap .terms_wrap label .terms_check {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.join_wrap .terms_wrap label .terms_check .checking_img {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/payco_element_img.png") no-repeat;
  background-position: left bottom;
}
.join_wrap .terms_wrap label .terms_check input[type="checkbox"] {
  position: absolute;
  top: 5px;
  left: -999999px;
}
.join_wrap .terms_wrap .terms_check.active .checking_img {
  background-position: -22px bottom;
}
.join_wrap .terms_wrap .terms_view {
  float: right;
  display: inline-block;
  text-decoration: underline;
  color: #a6a6a6;
  font-size: 13px;
}
.join_wrap .terms_wrap .terms_view:after {
  content: '';
  display: block;
  clear: both;
}
.join_wrap .terms_wrap .terms_view:hover {
  color: #4d4d4d;
}
.join_wrap .btn_wrap {
  margin-top: 20px;
  font-size: 0;
}
.join_wrap .btn_wrap a {
  font-size: 15px;
  text-align: center;
}
.join_wrap .btn_wrap .btn_col_1 a {
  width: 100%;
}
.join_wrap .btn_wrap .btn_col_2 a {
  width: 49%;
}
.join_wrap .btn_wrap .btn_col_2 a.btnRed {
  float: right;
}
.join_wrap .btn_wrap .btn_col_2 a.btnRed:after {
  content: '';
  display: block;
  clear: both;
}
.join_wrap:after {
  content: '';
  display: block;
  clear: both;
}

.wrap footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  margin-top: 20px;
  text-align: center;
  font-size: 13px;
  color: #5a5a5a;
}
.wrap footer a {
  display: inline-block;
  padding: 0 5px;
  text-align: center;
  color: #5a5a5a;
}
.wrap footer a:hover {
  color: #fa1414;
}

.modal {
  display: none;
}
.modal .modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 998;
}
.modal .inner_400 {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  margin-top: -200px;
  margin-left: -200px;
  background: #fff;
  z-index: 999;
}
.modal .title {
  height: 40px;
  line-height: 40px;
  background-color: #fa1414;
  color: #fff;
}
.modal .title .text {
  float: left;
  width: 360px;
  padding: 0 15px;
  font-size: 15px;
}
.modal .title .text:after {
  content: '';
  display: block;
  clear: both;
}
.modal .title .close {
  float: left;
  width: 40px;
  height: 100%;
  text-align: center;
  background: url("../img/payco_element_img.png") no-repeat;
  background-position: -83px -22px;
  cursor: pointer;
}
.modal .title .close:after {
  content: '';
  display: block;
  clear: both;
}
.modal .contents {
  height: 310px;
  padding: 25px;
  background-color: #f5f5f5;
  overflow-y: scroll;
  overflow-x: hidden;
  color: #5a5a5a;
}
.modal .bottom {
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-top: 1px solid #e0e0e0;
}

@media screen and (max-width: 440px) {
  .join_wrap {
    width: 100%;
    padding-top: 40px;
  }
  .join_wrap .logo {
    width: 180px;
    height: 20px;
    background-size: 100%;
  }
  .join_wrap .join_noti {
    margin-top: 20px;
    font-size: 13px;
  }
  .join_wrap .step_wrap {
    margin-top: 20px;
    text-align: center;
  }
  .join_wrap .step_wrap .step_box {
    width: 19%;
  }
  .join_wrap .step_wrap .step_line {
    width: 6%;
  }
  .join_wrap .input_wrap {
    margin-top: 20px;
    padding: 0 15px;
  }
  .join_wrap .terms_wrap ul.agree li {
    margin-top: 15px;
    padding: 0 15px;
  }
  .join_wrap .terms_wrap ul.terms {
    margin: 15px 15px 0;
    padding: 5px 12px;
  }
  .join_wrap .btn_wrap {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 900;
  }
  .join_wrap .btn_wrap .btn_col_2 a {
    width: 50%;
  }
  .join_wrap .btn_wrap .btnB {
    height: 45px;
    line-height: 45px;
  }

  .modal .inner_400 {
    width: 90%;
    margin-left: -45%;
  }
  .modal .title .text {
    width: 88%;
  }
  .modal .title .close {
    width: 12%;
  }
  .modal .contents {
    padding: 15px;
  }

  .wrap footer {
    position: absolute;
    bottom: 50px;
    height: auto;
    margin-top: 0;
    font-size: 12px;
    color: #a6a6a6;
  }
}
