@charset "UTF-8";
body {
  font-size: 18px;
}

@media only screen and (max-width: 798px) {
  body {
    font-size: 16px;
  }
}

@media only screen and (max-width: 560px) {
  body {
    font-size: 15px;
  }
}

/*容器基本框架*/
.wrapper {
  background-size: 150%;
  overflow: hidden;
}

/* ================= 版頭 ================= */
.header .container {
  width: 100%;
  height: 0;
  padding-bottom: 42.57812%;
}

.header .slogan01 {
  width: 53.59375%;
  height: 0;
  padding-bottom: 23.98438%;
  top: 8.99083%;
  left: 25.625%;
  background-size: 100%;
}

.header .slogan02 {
  width: 67.1875%;
  height: 0;
  padding-bottom: 13.51562%;
  top: 65.50459%;
  left: 17.5%;
  background-size: 100%;
}

.header .slogan03 {
  width: 10.625%;
  height: 0;
  padding-bottom: 11.5625%;
  top: 23.11927%;
  left: 85.15625%;
  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: 96%;
  padding: 25px;
}

/*================= tableNote =================*/
@media only screen and (max-width: 560px) {
  .tableNote_label {
    top: -30px;
    right: 20px;
  }
}

/* ================= 內容區塊 ================= */
@media only screen and (max-width: 560px) {
  .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%;
}
