@charset "UTF-8";
body{
    font-size:1em;
}
/* ================= 內容 ================= */
.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%;
}

/*容器基本框架*/
#wrapper {
  background-size: 240%;
  overflow: hidden;
}

/* ================= 版頭 ================= */
.header .container {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}
.banner .b01{
   position: absolute;
    top: 45px!important;
    width: 50%;
    margin: 0 auto;
    left: 25%;
    right: 25%;
}
.header .container .slogan {
    width: 60%;
    height: 0;
    padding-bottom: 40%;
    top: 20%;
    left: 20%;
    background-size: 100%;
}

.header .container .watch {
  width: 77.44141%;
  height: 0;
  padding-bottom: 41.89453%;
  top: 47.98535%;
  left: -3.02734%;
  background-size: 100%;
}
/* ================= 頁面選單 ================= */
.nav .container {
  width: 100% !important;
}

.nav .container .navBtn {
  width: 90%;
}

.nav .container .navBtn ul li {
  width: 25%;
  height: 0;
  padding-bottom: 12.89062%;
}

.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: 100%;
  padding-bottom: 50%;
  background-position-y: 100%;
  background-size: 400% 200%;
}

@media only screen and (max-width: 415px) {
  .nav .container .navBtn ul li {
    width: 50%;
    padding-bottom: 25%;
  }
}


