.contact {
  position: relative;
  padding-top: 126px;
  box-sizing: border-box;
}
.contact .banner {
  padding: 120px 0;
  box-sizing: border-box;
  background: #fffaf9;
}
.contact .banner .banner_warp {
  display: flex;
  justify-content: center;
}
.contact .banner .banner_warp img {
  width: 757px;
  height: 505px;
}
.contact .main {
  padding-bottom: 120px;
  box-sizing: border-box;
  background: #fffaf9;
}
.contact .main .row1 .main_title,
.contact .main .row2 .main_title {
  font-family: Ubuntu-Bold;
  font-weight: bold;
  font-size: 37px;
  text-align: center;
  color: #244d4d;
  margin-bottom: 43px;
}
.contact .main .row1 .main_desc,
.contact .main .row2 .main_desc {
  font-family: Ubuntu-Bold;
  font-weight: bold;
  font-size: 12px;
  line-height: 28px;
  text-align: left;
  color: #586c6c;
}
.contact .main .row1 {
  margin-bottom: 99px;
}
.contact .make {
  width: 100%;
  background: #fffaf9;
  padding: 92px 0;
  box-sizing: border-box;
}
.contact .make .make-warp .make-title {
  font-family: Ubuntu-Bold;
  font-weight: bold;
  font-size: 37px;
  text-align: center;
  color: #4b4b4b;
}
.contact .make .make-warp .make-desc {
  font-family: Ubuntu-MediumItalic;
  font-size: 12px;
  font-weight: normal;
  color: #E3E3E3;
  margin-top: 27px;
  text-align: center;
}
.contact .make .make-warp .make-form {
  margin-top: 67px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact .make .make-warp .make-form .mak-ipt {
  width: 48.5%;
  margin-bottom: 40px;
}
.contact .make .make-warp .make-form .mak-ipt input {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 73px;
  background: #FFFFFF;
  border-radius: 4px;
  outline: 0;
  font-family: Ubuntu-Medium;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-indent: 2rem;
  border: none;
  border: 1px solid #cecece;
}
.contact .make .make-warp .make-form .mak-textare {
  width: 100%;
}
.contact .make .make-warp .make-form .mak-textare textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 175.7px;
  background: #FFFFFF;
  border-radius: 4px;
  outline: 0;
  font-family: Ubuntu-Medium;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-indent: 2rem;
  border: none;
  padding-top: 27px;
  resize: none;
  border: 1px solid #cecece;
}
.contact .make .make-warp .make-submit {
  font-family: Ubuntu-Medium;
  width: 475px;
  height: 79px;
  background: #244d4d;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 79px;
  text-align: center;
  margin: 0 auto;
  margin-top: 51px;
  cursor: pointer;
}
.contact #success,
.contact #err {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
@media only screen and (max-width: 690px) {
  .contact {
    padding-top: 57px;
  }
  .contact .banner {
    padding: 45px 0;
  }
  .contact .banner .banner_warp img {
    width: 100%;
    height: auto;
  }
  .contact .main {
    padding-bottom: 74px;
  }
  .contact .main .row1 .main_title,
  .contact .main .row2 .main_title {
    font-size: 22.5px;
    text-align: left;
    margin-bottom: 34px;
  }
  .contact .main .row1 .main_desc,
  .contact .main .row2 .main_desc {
    font-family: Ubuntu-Medium;
    font-size: 15px;
    line-height: 22.5px;
    font-weight: 500;
  }
  .contact .main .row1 {
    margin-bottom: 74px;
  }
  .contact .make {
    padding: 0 0 45px 0;
  }
  .contact .make .make-warp .make-title {
    font-size: 22.5px;
  }
  .contact .make .make-warp .make-form {
    margin-top: 30px;
    flex-direction: column;
  }
  .contact .make .make-warp .make-form .mak-ipt {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact .make .make-warp .make-form .mak-ipt input {
    height: 42px;
  }
  .contact .make .make-warp .make-form .mak-textare textarea {
    height: 74px;
    padding: 10px 28px;
    text-indent: 0;
  }
  .contact .make .make-warp .make-submit {
    width: 231px;
    height: 38px;
    border-radius: 3.5px;
    line-height: 38px;
    font-size: 12px;
    margin-top: 26.5px;
  }
  .contact #err,
  .contact #success {
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
  }
}
