@charset "UTF-8";
.wrapper {
  background-size: 150%;
  overflow: hidden;
}

.header .container {
  width: 100%;
  height: 0;
  padding-bottom: 56.64062%;
}

.header .logo {
  width: 20.9375%;
  height: 0;
  padding-bottom: 13.59375%;
  top: 0;
  left: 40.15625%;
  background-size: 100%;
}

.header .logo a {
  width: 100%;
  height: 0;
  padding-bottom: 64.92537%;
  background-size: 100%;
}

.header .slogan {
  width: 59.0625%;
  height: 0;
  padding-top: 32.34375%;
  top: 21.10345%;
  left: 22.89062%;
  background-size: 100%;
}

.header .btnlink {
  width: 28.75%;
  height: 0;
  padding-top: 20%;
  top: 63.44828%;
  left: 58.98438%;
  background-size: 100%;
}

.nav {
  width: 100%;
}

.nav .container {
  width: 98%;
  margin: 0 auto;
}

.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.70588%;
}

.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: 97.64706%;
  height: 0;
  padding-bottom: 29.11765%;
  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;
}
