@charset "UTF-8";
.wrapper {
  background-size: 150%;
  overflow: hidden;
}

.header .container {
  width: 100%;
  height: 0;
  padding-bottom: 61.71875%;
}

.header .slogan {
  width: 83.28125%;
  height: 0;
  padding-bottom: 19.45312%;
  top: 65.18987%;
  left: 8.35938%;
}

.header .slogan__main {
  width: 100%;
  height: 0;
  padding-bottom: 15.75985%;
  background-size: 100%;
}

.header .slogan__sub {
  width: 78.42402%;
  height: 0;
  padding-bottom: 8.53659%;
  top: 63.45382%;
  left: 10.78799%;
  background-size: 100%;
}

.nav {
  width: 100%;
  margin-bottom: 7%;
}

.nav .container {
  width: 80%;
}

.nav .container .navBtn {
  width: 100%;
  margin-left: 0;
}

.nav .container .navBtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 560px) {
  .nav .container .navBtn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.nav .container .navBtn ul li {
  width: 33%;
  height: 0;
  padding-bottom: 9.09091%;
}

.nav .container .navBtn ul li.navBtn1 a {
  background-position-x: 0% !important;
}

.nav .container .navBtn ul li.navBtn2 a {
  background-position-x: -100% !important;
}

.nav .container .navBtn ul li.navBtn3 a {
  background-position-x: -200% !important;
}

.nav .container .navBtn ul li.navBtn4 a {
  background-position-x: -300% !important;
}

.nav .container .navBtn ul li.navBtn5 a {
  background-position-x: -400% !important;
}

.nav .container .navBtn ul li.navBtn6 a {
  background-position-x: -500% !important;
}

.nav .container .navBtn ul li a {
  width: 96.9697%;
  height: 0;
  padding-bottom: 24.84848%;
  background-size: 600% 100%;
}

/* ================= 內容 ================= */
.content {
  padding: 0 0 30px;
  margin: 0 auto;
}

.content .container {
  width: 98%;
  padding: 20px 10px;
}

.content .container ol,
.content .container ul {
  margin-left: 2em;
}
