@charset "UTF-8";
/*容器基本框架*/
.wrapper {
  background-size: 187.5%;
  overflow: hidden;
}

/* ================= 版頭 ================= */
.header .container {
  width: 100%;
  height: 0;
  padding-bottom: 79.98047%;
}

.header .container .slogan {
  width: 93.94531%;
  height: 0;
  padding-bottom: 26.75781%;
  top: 64.71306%;
  left: 2.92969%;
  background-size: 100%;
}

.header .container .time {
  width: 20%;
  right: 30px;
  background-size: 100%;
}

/* ================= 頁面選單 ================= */
.nav .container {
  width: 100% !important;
}

.nav .container .navBtn {
  width: 90%;
}

.nav .container .navBtn ul li {
  width: 25%;
  height: 0;
  padding-bottom: 10.15625%;
}

.nav .container .navBtn ul li.navBtn01 a {
  background-position-x: 0% !important;
}

.nav .container .navBtn ul li.navBtn02 a {
  background-position-x: -100% !important;
}

.nav .container .navBtn ul li.navBtn03 a {
  background-position-x: -200% !important;
}

.nav .container .navBtn ul li.navBtn04 a {
  background-position-x: -300% !important;
}

.nav .container .navBtn ul li a {
  width: 100%;
  height: 0;
  padding-bottom: 43.88186%;
  background-position-y: 100%;
  background-size: 400% 200%;
}

@media only screen and (max-width: 415px) {
  .nav .container .navBtn ul li {
    width: 50%;
    padding-bottom: 21%;
  }
}

/* ================= 內容 ================= */
.content .container {
  width: 90%;
}

.picEight img {
  width: 80%;
}

@media only screen and (max-width: 415px) {
  .page01 {
    top: -10px;
  }
}

@media only screen and (max-width: 415px) {
  .page02 {
    top: -10px;
  }
}

/* ================= 內容區塊 ================= */
@media only screen and (max-width: 415px) {
  .box {
    margin-top: 35px;
    padding: 30px 25px;
  }
}

/* =================圖片控制================= */
.half {
  width: 80%;
}
