.banner {
  width: 94%;
  height: 500px;
  margin: auto;
  background: url("/public/home/img/joinUs/banner.png");
  margin-bottom: 90px;
}
.banner .banner-text {
  width: auto;
}
.banner .banner-text .banner-text1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
}
.banner .banner-text .banner-text2 {
  font-size: 20px;
  margin: 0;
  line-height: 32px;
}

.joinus .joinus-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.joinus .joinus-content .first-element, .joinus .joinus-content .job-title {
  margin-bottom: 40px;
  width: 480px;
  height: 240px;
}
.joinus .joinus-content .first-element > div:first-child {
  font-size: 40px;
  font-weight: bold;
}
.joinus .joinus-content .first-element > div:nth-child(2) {
  font-size: 32px;
  line-height: 72px;
}
.joinus .joinus-content .job-title {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F1F1F3;
}
.joinus .joinus-content .job-title .blur-bar {
  margin: 10px auto 30px;
}
.joinus .joinus-content .job-title .btn {
  background-color: unset;
}
.joinus .joinus-content .job-title .btn:hover {
  background-color: #0061FE;
}

.contactus {
  margin: 0 10% 128px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contactus-left {
  width: 520px;
}
.contactus-title {
  font-size: 80px;
  font-weight: bold;
}
.contactus-subtitle {
  font-size: 40px;
  margin-bottom: 60px;
}
.contactus .tel-mail-addr img {
  vertical-align: text-bottom;
  margin-right: 5px;
}
.contactus .tel-mail-addr .tel, .contactus .tel-mail-addr .mail, .contactus .tel-mail-addr .addr {
  padding: 40px 0;
  border-top: 1px solid #19152A;
}
.contactus .tel-mail-addr .addr {
  border-bottom: 1px solid #19152A;
}
.contactus .tel-mail-addr .key {
  font-size: 28px;
}
.contactus .tel-mail-addr .value {
  font-size: 18px;
}
.contactus-right {
  width: 680px;
}

@-webkit-keyframes warn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  0% {
    transform: scale(1);
  }
}

@keyframes warn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  0% {
    transform: scale(1);
  }
}
.modal {
  display: none;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
}
.modal .info {
  width: 80%;
  height: 80vh;
  margin: 0 auto;
  min-height: 80%;
  color: white;
  position: relative;
  background: url("/public/home/img/joinUs/mode-info-bg.png");
  overflow-y: auto;
}
.modal .info::-webkit-scrollbar {
  width: 5px;
}
.modal .info::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #707070;
}
.modal .info::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #555;
}
.modal .info .close-btn {
  position: absolute;
  top: 9%;
  right: 6%;
  cursor: pointer;
  -webkit-animation: 2s ease-out infinite warn;
          animation: 2s ease-out infinite warn;
}
.modal .info .btn-group {
  margin-top: 10%;
  display: flex;
  justify-content: center;
}
.modal .info .btn-group .btn-1 {
  border: 0;
  background-color: #0061FE;
  margin-right: 10px;
}
.modal .info .btn-group .btn-2 {
  background-color: unset;
}
.modal .info .btn-group .btn-2:hover {
  background-color: unset;
  border: 1px solid #707070;
}
.modal .info .job-wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.modal .info .top-title-wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.modal .info .top-title-wrapper > div {
  width: 441px;
}
.modal .info .top-title {
  font-size: 40px;
  margin: 9% 0 5%;
}
.modal .info .info-text-1 {
  font-size: 28px;
}
.modal .info .info-text-2 {
  line-height: 26px;
}

@media screen and (max-width: 480px) {
  .banner {
    height: 64vw;
    background-size: 235vw;
  }
}/*# sourceMappingURL=joinUs.css.map */<!--9.7990036010742E-5-->