@charset "UTF-8";
/*容器基本框架*/
.wrapper {
  background-size: 187.5%;
  overflow: hidden;
  background-position: top center, 0 -18%;
}

@media only screen and (max-width: 415px) {
  .wrapper {
    background-color: #8f5e1b;
  }
}

/* ================= 版頭 ================= */
.header > .container {
  width: 100%;
  height: 0;
  padding-bottom: 66.69922%;
}

.header > .container .slogan {
  width: 80.95703%;
  height: 0;
  padding-bottom: 18.06641%;
  top: 68.52123%;
  left: 12.69531%;
  background-size: 100%;
}

.header > .container .main {
  width: 45.50781%;
  height: 0;
  padding-bottom: 39.25781%;
  top: 9.51684%;
  left: 27.34375%;
  background-size: 100%;
}

/* ================= 頁面選單 ================= */
.nav .container {
  width: 100% !important;
}

.nav .container .navBtn {
  width: 90%;
}

.nav .container .navBtn ul li {
  width: 25%;
  height: 0;
  padding-bottom: 9.38735%;
}

@media only screen and (max-width: 415px) {
  .nav .container .navBtn ul li {
    width: 50%;
    padding-bottom: 22%;
  }
}

.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 a {
  width: 100%;
  height: 0;
  padding-bottom: 37.54941%;
  background-position-y: 100%;
  background-size: 400% 200%;
}

/* ================= 內容 ================= */
.content {
  background-size: 187.5%;
}

.content > .container {
  width: 90%;
}

@media only screen and (max-width: 569px) {
  .content__btn li {
    width: 150px;
  }
}
