@charset "UTF-8";
@media screen and (max-width: 670px) {
  body {
    line-height: 1.5em;
    font-size: 16px;
    /*中文字適合19PX字級*/
  }
}

/*容器基本框架*/
.wrapper {
  background-size: 150%, 100%, 100%;
  overflow: hidden;
}

/* ================= 版頭 ================= */
.header .container {
  width: 100%;
  height: 0;
  padding-bottom: 57.42188%;
}

.header .slogan {
  width: 70.54688%;
  height: 0;
  padding-bottom: 10.23438%;
  top: 0%;
  left: 14.60938%;
  background-size: 100%;
}

.header .slogan02 {
  width: 100%;
  height: 0;
  padding-bottom: 22.42188%;
  top: 58.77551%;
  left: 0%;
  background-size: 100%;
}

.header .logo {
  width: 16.48438%;
  height: 0;
  padding-bottom: 10.625%;
  top: 48.97959%;
  left: 1.17188%;
  background-size: 100%;
}

.header .logo a {
  width: 100%;
  height: 0;
  padding-bottom: 64.45498%;
}

.header .btn_gold {
  width: 14.76562%;
  height: 0;
  padding-bottom: 17.8125%;
  top: 20.40816%;
  left: 81.48438%;
  background-size: 100%;
}

.header .btn_gold a {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  display: block !important;
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
}

.nav .container {
  width: 100%;
}

.nav .navBtn {
  width: 95%;
  max-width: 1120px;
}

.nav .navBtn ul li {
  width: 25%;
  height: 0;
  padding-bottom: 7.76786%;
}

.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: 97.85714%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 28.92857%;
  background-size: 800% 100%;
}

/* ================= 內容 ================= */
.content .container {
  width: 80%;
  padding: 5px 0;
}

@media screen and (max-width: 670px) {
  .content .container h3 img {
    max-width: 65%;
  }
}

.content .container .page_notice {
  width: 17.39796%;
  height: 0;
  padding-bottom: 10.77551%;
  right: 1%;
}

@media screen and (max-width: 768px) {
  .content .container .page_notice {
    right: -2%;
  }
}

@media screen and (max-width: 560px) {
  .content .container .page_notice {
    right: -2%;
  }
}

@media screen and (max-width: 960px) {
  .content .container h4:before {
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    left: -2.25rem;
  }
}

@media screen and (min-width: 900px) {
  body {
    line-height: 1.8em;
    font-size: 19px;
    /*中文字適合19PX字級*/
  }
  .content .container h4 {
    font-size: 24px;
  }
  .content .container p, .content .container ol, .content .container ul, .content .container li {
    font-size: 19px;
  }
  .content .container table, .content .container td, .content .container th {
    font-size: 17px;
  }
  .content .container ol, .content .container ul {
    margin: 0 8px 0 24px;
  }
}

@media screen and (max-width: 900px) {
  body {
    line-height: 1.8em;
    font-size: 17px;
  }
  .content .container h4 {
    font-size: 20px;
  }
  .content .container p, .content .container ol, .content .container ul, .content .container li {
    font-size: 17px;
  }
  .content .container table, .content .container td, .content .container th {
    font-size: 15px;
  }
  .content .container ol, .content .container ul {
    margin: 0 8px 0 24px;
  }
}

@media screen and (max-width: 700px) {
  body {
    line-height: 1.8em;
    font-size: 16px;
  }
  .content .container h4 {
    font-size: 18px;
  }
  .content .container p, .content .container ol, .content .container ul, .content .container li {
    font-size: 16px;
  }
  .content .container table, .content .container td, .content .container th {
    font-size: 14px;
  }
  .content .container ol, .content .container ul {
    margin: 0 8px 0 24px;
  }
}
