@charset "UTF-8";
/*容器基本框架*/
.wrapper {
  background-size: 150%;
  overflow: hidden;
}

/* ================= 版頭 ================= */
.header {
  /*    .role{
        width: percentage(522 / $baseWidth);
        height: 0;
        padding-bottom: percentage(755 / $baseWidth);
        top:0;
        left: percentage(432 / $baseWidth);
        background-size: 100%;
    }*/
  /*  .slogan02{
      width:percentage(964 / $baseWidth);
      height: 0;
      padding-bottom: percentage(204 / $baseWidth);
      top:percentage(629 / $baseHeight);
      left: percentage(159 / $baseWidth);
      background-size: 100%;
  }*/
}

.header .container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.header .slogan01 {
  width: 65%;
  height: 0;
  padding-bottom: 24.29688%;
  top: 17.77778%;
  left: 31.25%;
  background-size: 100%;
}

.header .logo {
  width: 20.85938%;
  height: 0;
  padding-bottom: 6.875%;
}

.header .logo {
  top: 4.16667%;
  left: 55.70312%;
  background-size: 100%;
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
}

.nav .container {
  width: 100%;
}

.nav .navBtn {
  width: 68.75%;
  max-width: 880px;
}

.nav .navBtn ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nav .navBtn ul li {
  width: 25%;
  height: 0;
  padding-bottom: 11.36364%;
}

.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.navBtn7 a {
  background-position-x: -600% !important;
}

.nav .navBtn ul li.navBtn8 a {
  background-position-x: -700% !important;
}

.nav .navBtn ul li a {
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 45.45455%;
  background-size: 800% 100%;
}

/* ================= 內容 ================= */
.content .container {
  width: 90%;
}

.content p {
  font-size: 0.8em;
}

/*================= tableNote =================*/
@media only screen and (max-width: 500px) {
  .tableNote_label {
    top: -30px;
    right: 20px;
  }
}

/* ================= 內容區塊 ================= */
@media only screen and (max-width: 500px) {
  .box {
    margin-top: 35px;
    padding: 30px 25px;
  }
}

.slider-wra {
  width: 98%;
}

.slider-wra .slider {
  width: 100%;
  height: 0;
  padding-bottom: 65.85366%;
}

.slider-wra .slider ul.slider__list {
  width: 200%;
}

.slider-wra .slider ul.slider__list li {
  width: 50%;
  height: 100%;
  font-size: 1em;
}

.slider-wra .slider ul.slider__list li img {
  width: 100%;
  height: 100%;
}
