@charset "UTF-8";
/*容器基本框架*/
.wrapper {
  background-size: 150%;
  overflow: hidden;
}

/* ================= 版頭 ================= */
.header > .container {
  width: 100%;
  height: 0;
  padding-bottom: 62.5%;
}

.header > .container .slogan {
  width: 56.64062%;
  height: 0;
  padding-bottom: 23.125%;
  top: 26.375%;
  left: 13.28125%;
  background-size: 100%;
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  padding-bottom: 0;
}

.nav .container {
  width: 100% !important;
}

.nav .container .navBtn {
  width: 90%;
}

.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;
}

.nav .container .navBtn ul li {
  width: 30%;
  height: 0;
  padding-bottom: 8.13288%;
}

.nav .container .navBtn ul li.btn01 a {
  background-position-x: 0% !important;
}

.nav .container .navBtn ul li.btn02 a {
  background-position-x: -100% !important;
}

.nav .container .navBtn ul li.btn03 a {
  background-position-x: -200% !important;
}

.nav .container .navBtn ul li.btn04 a {
  background-position-x: -300% !important;
}

.nav .container .navBtn ul li.btn05 a {
  background-position-x: -400% !important;
}

.nav .container .navBtn ul li.btn06 a {
  background-position-x: -500% !important;
}

.nav .container .navBtn ul li a {
  width: 100%;
  height: 0;
  padding-bottom: 24.39863%;
  background-position-y: 100%;
  background-size: 600% 100%;
}

/* ================= 內容 ================= */
.content > .container {
  width: 90%;
}

@media only screen and (max-width: 569px) {
  .content__btn li {
    width: 150px;
  }
}
