*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /* link 滑順 */
  scroll-behavior: smooth;
  font-family: "Noto Sans TC", serif;
}

.container{
  width: 100%;
  display: flex;
  justify-content: center;
}

.box {
  width: 100%;
  max-width: 1440px;
  padding: 130px 20px;
}

.title {
  font-size: 40px;
}

.description {
  font-size: 20px;
}

.computerShowF {
  display: flex !important;
}

.mobileShowF {
  display: none !important;
}

.computerShow {
  display: block !important;
}

.mobileShow {
  display: none !important;
}

.titleContainer {
  width: 100%;
  display: flex;
  justify-content: center;
}

.titleBox {
  border-bottom: 3px solid #000;
  text-decoration: 600px;
  margin-bottom: 80px;
}

@media (max-width:768px) {

  .box {
    padding: 60px 20px;
  }

  .computerShowF {
    display: none !important;
  }

  .mobileShowF {
    display: flex !important;
  }

  .computerShow {
    display: none !important;
  }

  .mobileShow {
    display: block !important;
  }
}
