@charset "UTF-8";
/*容器基本框架*/
.wrapper {
  background-size: 120%;
  overflow: hidden;
}

/* ================= 版頭 ================= */
.header {
  background-size: 150%;
  /*.slogan01 {
        width:percentage(557 / $baseWidth);
        height: 0;
        padding-bottom: percentage(115 / $baseWidth);
        top:percentage(39 / $baseHeight);
        left: percentage(430 / $baseWidth);
        background-size: 100%;
    }*/
}

.header .container {
  width: 100%;
  height: 0;
  padding-bottom: 35.4375%;
}

.header .logo {
  width: 14.125%;
  height: 0;
  padding-bottom: 9.875%;
  top: 1.41093%;
  left: 61.25%;
  background-size: 100%;
}

.header .logo a {
  width: 100%;
  height: 0;
  padding-bottom: 69.9115%;
}

.header .notice {
  width: 12.5%;
  height: 0;
  padding-bottom: 12.1875%;
  top: 196.64903%;
  right: 6.25%;
  background-size: 100%;
}

.header .notice a {
  width: 100%;
  height: 0;
  padding-bottom: 97.5%;
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
}

.nav .container {
  width: 100%;
}

.nav .navBtn {
  width: 95%;
  max-width: 951.5px;
}

.nav .navBtn ul li {
  width: 33%;
  height: 0;
  padding-bottom: 13.87283%;
}

.nav .navBtn ul li.navBtn1 a {
  background-position-x: 0% !important;
}

.nav .navBtn ul li.navBtn2 a {
  background-position-x: -100% !important;
}

.nav .navBtn ul li.navBtn3 a {
  background-position-x: -200% !important;
}

.nav .navBtn ul li.navBtn4 a {
  background-position-x: -300% !important;
}

.nav .navBtn ul li.navBtn5 a {
  background-position-x: -400% !important;
}

.nav .navBtn ul li.navBtn6 a {
  background-position-x: -500% !important;
}

.nav .navBtn ul li a {
  width: 97.47767%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 39.72675%;
  background-size: 600% 100%;
}

/* ================= 內容 ================= */
.content {
  margin: 0 auto;
}

.content .container {
  width: calc(98% - 10px);
  padding: 14px 2.5em 30px 2.5em;
}
