@charset "UTF-8";
/*容器基本框架*/
.wrapper {
  background-size: 128%;
  overflow: hidden;
}

@media only screen and (min-aspect-ratio: 19 / 9) {
  .wrapper {
    background-size: 112.94118%;
  }
}

.js-container {
  height: 100%;
  top: 29px;
}

/* ================= 版頭 ================= */
.header .container {
  width: 100%;
  height: 0;
  padding-bottom: 41.33333%;
}

@media only screen and (min-aspect-ratio: 19 / 9) {
  .header .container {
    padding-bottom: 44.11765%;
  }
}

.header .slogan2_1 {
  width: 17.93333%;
  height: 0;
  padding-bottom: 17.86667%;
  top: 56.12903%;
  left: 14.13333%;
  background-size: 100%;
}

.header .slogan2_2 {
  width: 17.93333%;
  height: 0;
  padding-bottom: 17.86667%;
  top: 56.12903%;
  left: 31.53333%;
  background-size: 100%;
}

.header .logo {
  width: 11.2%;
  height: 0;
  padding-bottom: 7.13333%;
  position: absolute;
  top: 5%;
  left: 59.86667%;
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
}

.nav .container {
  width: 100%;
}

.nav .navBtn {
  width: 95%;
  max-width: 935px;
}

.nav .navBtn ul li {
  width: 33%;
  height: 0;
  padding-bottom: 13.40541%;
}

.nav .navBtn ul li.navBtn1 a {
  background-position-x: 0% !important;
}

.nav .navBtn ul li.navBtn2 a {
  background-position-x: -100% !important;
}

.nav .navBtn ul li.navBtn3 a {
  background-position-x: -200% !important;
}

.nav .navBtn ul li a {
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 35.02703%;
  background-size: 300% 100%;
}

/* ================= 內容 ================= */
.content .container {
  width: 95%;
}

.content p {
  margin-right: 2rem;
}

.content ol li, .content ul li {
  margin-right: 2rem;
}

.card {
  padding: 16px;
  margin: 16px 0;
}

.card ol, .card ul {
  margin-left: 2em;
}

.item__box-img img {
  max-width: 150px;
}
