.topBanner .textBox {
    font-weight: bold;
}
.topBanner .textBox .desc {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 50px;
    font-weight: normal;
}
.section01 {
    padding: 120px 0 70px;
}
.comTitle {
    font-weight: bold;
}
.cardList {
    margin: 25px 0 0;
}
.cardList .item {
    width: calc(50% - 10px);
    height: 370px;
    background: url(../../images/contact/bg.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    padding: 35px 0 0;
}
.cardList .item .photo {
    height: 200px;
    margin: 25px auto 0;
}
.cardList .item .photo img {
    width: auto;
    height: 100%;
}

.section02 {
    background: #fff;
    padding: 120px 0 ;
}

.formBox {
    margin: 15px 0 -10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .formBox .formItem {
    padding: 10px;
    width: 33.33%;
  }
  .formBox .wideFormItem {
    flex: 1;
  }
  .formBox .item {
    background: #F5F6F7;
    border-radius: 8px;
    padding: 0 16px;
  }
  .formBox .icon {
    width: 16px;
    margin-right: 12px;
  }
  .formBox input,
  .formBox textarea {
    border: none;
    background: none;
    height: 48px;
    color: #141E28;
    font-size: 16px;
    width: 100%;
  }
  .formBox textarea {
    height: 80px;
    resize: none;
    padding: 10px 0;
  }
  .formBox input::placeholder,
  .formBox textarea::placeholder {
    color: #B4BEC8;
  }
  .applyBtn {
    font-size: 24px;
    background: #0043D5;
    color: #fff;
    height: 80px;
  }

  @media all and (max-width: 1239px) {
    .topBanner .textBox {
        width: 90%;
    }
    .topBanner .textBox .desc {
        font-size: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .section01 {
        padding: 30px 0 20px;
    }
    .section01 .comTitle {
        text-align: left;
        background-position: left top;
    }

    
    
    .section02 {
        background: #fff;
        padding: 30px 0;
    }
    .formBox {
        margin: 10px 0 0;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 10px;
      }
      .formBox .formItem {
        width: 100%;
      }
      .formBox .item {
        border-radius: 4px;
        padding: 0 10px;
      }
      .formBox .icon {
        width: 14px;
        margin-right: 10px;
      }
      .formBox input,
      .formBox textarea {
        height: 40px;
        font-size: 14px;
      }
      .formBox textarea {
        height: 80px;
      }
      .applyBtn {
        margin: 10px auto 0;
        width: 50vw;
        font-size: 12px;
        height: 40px;
      }

  }

  
@media all and (min-width: 1240px) {   
}
@media all and (min-width: 0) and (max-width: 749px) {
  .cardList {
      margin: 10px 0 0;
      display: block;
  }
  .cardList .item {
      margin-bottom: 10px;
      width: 100%;
      height: 185px;
      padding: 15px 0 0;
      font-size: 16px;
  }
  .cardList .item .photo {
      height: 100px;
      margin: 15px auto 0;
  }
}
@media all and (min-width: 750px) and (max-width: 1239px) {
  .cardList {
      margin: 10px 0 0;
  }
  .cardList .item {
      width: calc(50% - 10px);
      height: 250px;
      font-size: 20px;
      padding: 30px 0 0;
  }
  .cardList .item .photo {
      height: 150px;
      margin: 15px auto 0;
  }
}