@charset "UTF-8";
.wrapper {
  background-size: 150%;
  overflow: hidden;
}

.header .container {
  width: 100%;
  height: 0;
  padding-bottom: 52.8125%;
}

.header .logo {
  width: 11.875%;
  height: 0;
  padding-bottom: 7.73438%;
  top: 1.33136%;
  left: 61.71875%;
}

.header .logo a {
  width: 100%;
  height: 0;
  padding-bottom: 65.13158%;
}

.header .slogan {
  width: 39.60938%;
  height: 0;
  padding-bottom: 9.60938%;
  top: 38.7574%;
  left: 32.5%;
}

.header .slogan01 {
  width: 29.53125%;
  height: 0;
  padding-bottom: 7.89062%;
  top: 24.55621%;
  left: 35.625%;
}

.header .slogan02 {
  width: 46.64062%;
  height: 0;
  padding-bottom: 17.10938%;
  top: 56.80473%;
  left: 27.34375%;
}

.nav {
  width: 100%;
}

.nav .container {
  width: 100%;
}

.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: 25%;
  height: 0;
  padding-bottom: 10.9375%;
}

.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.navBtn7 a {
  background-position-x: -600% !important;
}

.nav .container .navBtn ul li.navBtn8 a {
  background-position-x: -700% !important;
}

.nav .container .navBtn ul li a {
  width: 99.16667%;
  height: 0;
  padding-bottom: 42.91667%;
  background-size: 800% 100%;
}

/* ================= 內容 ================= */
.content {
  padding: 0 0 30px;
  margin: 0 auto;
}

.content .container {
  width: 98%;
  padding: 20px 10px;
}

.content .container ol,
.content .container ul {
  margin-left: 1em;
}
