@charset "UTF-8";
/*容器基本框架*/
.wrapper {
  background-size: 187.5%;
  overflow: hidden;
}

/* ================= 版頭 ================= */
.header .container {
  width: 100%;
  height: 0;
  padding-bottom: 76.17188%;
}

.header .container .slogan {
  width: 73.63281%;
  height: 0;
  padding-bottom: 66.60156%;
  top: 3.58974%;
  left: 0%;
  background-size: 100%;
}

/* ================= 頁面選單 ================= */
.nav .container {
  width: 100% !important;
}

.nav .container .navBtn {
  width: 90%;
}

.nav .container .navBtn ul li {
  width: 18%;
  height: 0;
  padding-bottom: 25.5102%;
}

.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.navBtn05 a {
  background-position-x: -400% !important;
}

.nav .container .navBtn ul li a {
  width: 100%;
  height: 0;
  padding-bottom: 135.86957%;
  background-position-y: 100%;
  background-size: 500% 200%;
}

@media only screen and (max-width: 415px) {
  .nav .container .navBtn ul li {
    width: 30%;
    padding-bottom: 40%;
  }
}

@media only screen and (max-width: 376px) {
  .nav .container .navBtn ul li {
    width: 29%;
  }
}

/* ================= 內容 ================= */
.content .container {
  width: 90%;
}

.picEight img {
  width: 80%;
}

.page01 {
  left: 24%;
  width: 30%;
}

@media only screen and (max-width: 415px) {
  .page01 {
    width: 50%;
    left: 0;
  }
}

/* ================= 內容區塊 ================= */
@media only screen and (max-width: 415px) {
  .box {
    margin-top: 35px;
    padding: 30px 25px;
  }
}

/* =================圖片控制================= */
.half {
  width: 80%;
}
