.joinContainer{
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .joinContent01{
    width: 60%;
    height: auto;
    border-bottom: 1px solid rgba(213,213,213,1);
    margin-bottom: 64px;
  }
  .joinContent01:nth-child(1){
    margin-top: 71px;
  }
  .joinContent01Title{
    height: 33px;
    width: fit-content;
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color: #343434;
    letter-spacing: 0;
    line-height: 33px;
    font-weight: 600;
  }
  .joinContent01InfoText>div:nth-child(1){
    height: 33px;
    width: fit-content;
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #343434;
    letter-spacing: 0;
    line-height: 33px;
    font-weight: 600;
  }
  .joinContent01InfoText>div:nth-child(2){
    height: auto;
    width: fit-content;
    font-size: 16px;
    color: #343434;
    letter-spacing: 1px;
    line-height: 33px;
    font-weight: 400;
  }
  .joinContent01Info{
    margin-top: 66px;
  }
  .joinContent01InfoText{
    margin-bottom: 33px;
  }
  .joinContent02Text{
    height: auto;
    width: fit-content;
    font-size: 16px;
    color: #343434;
    letter-spacing: 0;
    line-height: 33px;
    font-weight: 400;
    letter-spacing: 1px;
  }
  .joinContent02{
    width: 60%;
    margin-bottom: 102px;
  }
  .joinContent02Button button{
    width: 198px;
    height: 50px;
    background: #fff;
    border:1px solid #59595C;
    font-size: 16px;
    color: #59595C;
    margin-top: 24px;
    margin-bottom: 25px;
    border-radius: 2px;
  }
  @media (max-width: 1024px) {
    .joinContent02,.joinContent01 {
      width: 70%;
    }
    
}