@charset "UTF-8";
/*容器基本框架*/
.wrapper {
  background-size: 150%;
  overflow: hidden;
}

/* ================= 版頭 ================= */
.header {
  /*  .role2{
      width:percentage(315 / $baseWidth);
      height: 0;
      padding-bottom: percentage(354 / $baseWidth);
      top:percentage(36 / $baseHeight);
      left: percentage(80 / $baseWidth);
      background-size: 100%;
  }*/
}

.header .container {
  width: 100%;
  height: 0;
  padding-bottom: 57.8125%;
}

.header .role {
  width: 20.9375%;
  height: 0;
  padding-bottom: 34.0625%;
  top: 36.21622%;
  right: 6.25%;
  background-size: 100%;
}

.header .role3 {
  width: 16.25%;
  height: 0;
  padding-bottom: 16.25%;
  top: 58.10811%;
  left: 3.125%;
  background-size: 100%;
}

.header .slogan {
  width: 65.39062%;
  height: 0;
  padding-bottom: 30.23438%;
  top: 48.10811%;
  left: 18.35938%;
  background-size: 100%;
}

.header .logo {
  width: 17.8125%;
  height: 0;
  padding-bottom: 8.90625%;
  top: 10.81081%;
  right: 3.90625%;
  background-size: 100%;
}

.header .logo a {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
}

.nav .container {
  width: 100%;
}

.nav .navBtn {
  width: 95%;
  max-width: 960px;
}

.nav .navBtn ul li {
  width: 33%;
  height: 0;
  padding-bottom: 10.52083%;
}

.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 a {
  width: 96.875%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 28.4375%;
  background-size: 500% 100%;
}

/* ================= 內容 ================= */
.content {
  margin-top: 2em;
}

.content .container {
  width: 94%;
}

@media only screen and (max-width: 560px) {
  .content .container {
    padding: 4.5em 0.5em 0.5em 0.5em;
    width: 98%;
  }
  .content .container h3 {
    padding-bottom: 12.5%;
    pointer-events: none;
  }
  .content .container h3 img {
    max-width: 90%;
  }
  .content .container table img {
    max-width: 100%;
  }
}

.content .container .btn_Notice {
  width: 19.89796%;
  height: 0;
  padding-bottom: 6.73469%;
  margin-top: 2%;
  right: 5%;
}
