main .vis-head .ht-content {
  background-image: url(../img/recruit/jobs/title-bg@2x.jpg);
}

main .sec h3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  color: #275D91;
  margin-bottom: 50px;
}

.img-map1 {
  text-align: center;
  margin: 0 auto 78px;
}
.img-map1 img {
  max-width: 728px;
}
.sec .w-box {
  background-color: #fff;
  box-shadow:0 3px 6px rgb(0 0 0 / 16%);
  display: flex;
  align-items: center;
  padding: 40px;
  margin-bottom: 100px;
  position: relative;
}
.sec .w-box:before {
  content: " ";
  width: 35%;
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  margin: auto;
  height: 3px;
  background-color: #275D91;
}
.w-box .inner {
  max-width: 700px;
  margin: 0 auto;
}
.w-box .inner .t {
  font-weight: bold;
  font-size: 20px;
  color: #275D91;
  margin-bottom: 28px;
}
.w-box .inner p {
  margin-bottom: 0;
  text-align: justify;
}
.jt-box h3 .small {
  font-size: 80%;
}

@media (max-width: 767px) {
  main .sec h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 36px;
  }
  .img-map1 img {
    max-width: 100%;
  }
  .sec .w-box {
    padding: 28px;
  }
}