@charset "utf-8";

/*-----------------------------------------------
	loan
-----------------------------------------------*/
/* secTop */
.secTop {
  text-align: center;
  margin-top: 70px;
}
.secTop .titTop {
  font-size: 35px;
  letter-spacing: 6px;
}
.secTop .titSub {
  font-size: 20px;
  letter-spacing: 2px;
  margin-top: 22px;
}
.secTop .txtTop {
  font-size: 15px;
  line-height: 2;
  color: #3d3d3d;
  letter-spacing: 2px;
  margin-top: 44px;
}
@media only screen and (max-width: 767px) {
  .secTop {
    text-align: center;
    margin-top: 25px;
  }
  .secTop .titTop {
    font-size: 20px;
    letter-spacing: 3px;
  }
  .secTop .titSub {
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 15px;
  }
  .secTop .txtTop {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 1px;
    margin-top: 25px;
  }
}
/* secLoan */
.secLoan {
  width: 1160px;
  margin: 90px auto 100px;
}
.secLoan .titLoan {
  background: #2c6ecf;
  text-align: center;
  color: #fff;
  font-size: 25px;
  line-height: 70px;
  letter-spacing: 2px;
}
.secLoan .tableBox {
  border: #2c6ecf solid 1px;
  border-top: none;
  display: table;
  width: 100%;
}
.secLoan .tableBox .leftBox {
  width: 450px;
  display: table-cell;
  vertical-align: top;
  background: #fafafa;
  border-right: #2c6ecf solid 1px;
  padding: 37px 34px 49px;
}
.secLoan .tableBox .leftBox .txtLeft {
  font-size: 14px;
  line-height: 1.5;
  color: #3d3d3d;
  letter-spacing: 1px;
  margin-bottom: 35px;
}
.secLoan .tableBox .simulateBox {
  font-size: 0;
  margin-top: 15px;
}
.secLoan .tableBox .simulateBox .box {
  font-size: 25px;
  letter-spacing: 2px;
  display: inline-block;
  vertical-align: bottom;
}
.secLoan .tableBox .simulateBox .numBox1 {
  border: #af434d solid 1px;
  background: #fff;
  width: 165px;
  height: 50px;
  text-align: right;
  font-weight: 800;
  font-size: 32px;
  margin: 0 14px 0 20px;
  padding: 0 10px;
}
.secLoan .tableBox .btnSimulate {
  display: block;
  width: 350px;
  background: #af434d;
  color: #fff;
  text-align: center;
  line-height: 70px;
  font-size: 20px;
  letter-spacing: 1px;
  text-decoration: none;
  margin-top: 43px;
  position: relative;
}
.secLoan .tableBox .btnSimulate::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 30px solid #af434d;
}
.secLoan .tableBox .btnClear {
  display: block;
  width: 350px;
  background: #706d6d;
  color: #fff;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  margin-top: 20px;
  cursor: pointer;
}
.secLoan .tableBox .btnClear .inner {
  display: inline-block;
  background: url(../img/icon/iconClose.png) no-repeat left center / 16px;
  padding-left: 26px;
}
.secLoan .tableBox .rightBox {
  display: table-cell;
  vertical-align: top;
  padding: 39px 54px 47px;
}
.secLoan .tableBox .rightBox .titResult {
  text-align: center;
  background: #ff9f0f;
  color: #fff;
  line-height: 75px;
  font-size: 35px;
  letter-spacing: 2px;
}
.secLoan .tableBox .rightBox .conBox {
  margin: 35px auto 40px;
}
.secLoan .tableBox .rightBox .txtResult {
  font-size: 31px;
  letter-spacing: 2px;
}
.secLoan .tableBox .rightBox .resultBox {
  margin-top: 14px;
}
.secLoan .tableBox .rightBox .resultBox {
  font-size: 0;
  margin-top: 15px;
}
.secLoan .tableBox .rightBox .resultBox .numBox {
  border: #ff9900 solid 1px;
  width: 450px;
  height: 145px;
  line-height: 145px;
  font-size: 90px;
  text-align: right;
  padding-right: 25px;
  color: #ff9900;
  display: inline-block;
  vertical-align: bottom;
}
.secLoan .tableBox .rightBox .resultBox .txtResult {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 15px;
}
.secLoan .tableBox .rightBox .txtResult2 {
  line-height: 1.8;
  letter-spacing: 0.5px;
  color: #3d3d3d;
}
.secLoan .txtUnder {
  text-align: center;
  font-size: 25px;
  line-height: 1.8;
  letter-spacing: 1px;
  margin-top: 97px;
}
.secLoan .btnContact {
  width: 460px;
  line-height: 150px;
  background: #af434d;
  color: #fff;
  font-size: 22px;
  letter-spacing: 1.5px;
  margin: 75px auto 0;
  display: block;
  text-decoration: none;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .secLoan {
    width: 100%;
    margin: 50px auto 60px;
  }
  .secLoan .titLoan {
    font-size: 20px;
    line-height: 50px;
    letter-spacing: 1px;
  }
  .secLoan .tableBox {
    display: block;
    width: 100%;
  }
  .secLoan .tableBox .leftBox {
    width: 100%;
    display: block;
    border-right: none;
    padding: 20px 15px 20px;
  }
  .secLoan .tableBox .leftBox .txtLeft {
    font-size: 12px;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
  .secLoan .tableBox .simulateBox {
    font-size: 0;
    margin-top: 15px;
  }
  .secLoan .tableBox .simulateBox .box {
    font-size: 17px;
    letter-spacing: 1px;
    vertical-align: 0;
  }
  .secLoan .tableBox .simulateBox .numBox1 {
    width: 130px;
    height: 45px;
    font-size: 24px;
    margin: 0 7px 0 15px;
  }
  .secLoan .tableBox .btnSimulate {
    width: 90%;
    line-height: 52px;
    font-size: 17px;
    margin: 30px auto 0;
  }
  .secLoan .tableBox .btnSimulate::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 20px solid #af434d;
  }
  .secLoan .tableBox .btnClear {
    width: 90%;
    line-height: 38px;
    font-size: 15px;
    margin: 15px auto 0;
  }
  .secLoan .tableBox .btnClear .inner {
    background: url(../img/icon/iconClose.png) no-repeat left center / 15px;
    padding-left: 24px;
  }
  .secLoan .tableBox .rightBox {
    display: block;
    padding: 20px 15px 20px;
  }
  .secLoan .tableBox .rightBox .titResult {
    line-height: 55px;
    font-size: 20px;
    letter-spacing: 1px;
  }
  .secLoan .tableBox .rightBox .conBox {
    margin: 20px auto 20px;
  }
  .secLoan .tableBox .rightBox .txtResult {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .secLoan .tableBox .rightBox .resultBox {
    margin-top: 10px;
  }
  .secLoan .tableBox .rightBox .resultBox {
    font-size: 0;
    margin-top: 10px;
  }
  .secLoan .tableBox .rightBox .resultBox .numBox {
    width: 200px;
    line-height: 60px;
    font-size: 40px;
    padding-right: 10px;
    height: auto;
    min-height: 62px;
  }
  .secLoan .tableBox .rightBox .resultBox .txtResult {
    margin-left: 10px;
    padding-bottom: 10px;
  }
  .secLoan .tableBox .rightBox .txtResult2 {
    line-height: 1.6;
    letter-spacing: 0.5px;
    color: #3d3d3d;
  }
  .secLoan .txtUnder {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0px;
    margin: 40px auto 0;
    width: 90%;
    font-weight: 700;
  }
  .secLoan .btnContact {
    width: 90%;
    line-height: 90px;
    font-size: 20px;
    letter-spacing: 1px;
    margin: 30px auto 0;
  }
}
.secCmnList {
  margin-bottom: 93px;
}

.errorBox {
  margin-bottom: 20px;
}
.errorBox .txtError {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 8px;
  color: #f00;
}
@media only screen and (max-width: 767px) {
  .errorBox {
    margin: 0 auto 15px;
    width: 93.75%;
  }
  .errorBox .txtError {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
