@charset "UTF-8";
/*容器基本框架*/
.wrapper {
  background-image: url(/Action/79_TMD/20190423M/images/indexBg.jpg);
  background-size: 150%;
  overflow: hidden;
}

/* ================= 版頭 ================= */
.header .container {
  width: 100%;
  height: 0;
  padding-bottom: 55%;
}

.header .logo {
  width: 20%;
  height: 0;
  padding-bottom: 13.5%;
  top: 2%;
  /*--高度定位除父層高度--*/
  left: 0%;
  background-size: 100%;
}

@media only screen and (max-width: 812px) {
  .header .logo {
    top: 2%;
  }
}

.header .slogan {
  width: 42.73%;
  height: 0;
  padding-bottom: 19.76%;
  top: 34.328%;
  left: 27.34%;
  background-size: 100%;
}

.header .sub {
  width: 75%;
  height: 0;
  padding-bottom: 8%;
  top: 80%;
  left: 12%;
  background-size: 100%;
}

@media only screen and (max-width: 812px) {
  .header .sub {
    top: 82%;
  }
}

/* ================= 頁面選單 ================= */
.nav .container {
  width: 100%;
  padding-bottom: 0%;
}

.nav .container .navBtn {
  width: 90%;
  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 .container .navBtn li {
  width: 30%;
  /*--PC寬度除父層寬度--*/
  height: 0;
  padding-bottom: 18%;
  /*--PC高度除父層寬度--*/
}

.nav .container .navBtn li.navBtn1 a {
  background-position-x: 0% !important;
}

.nav .container .navBtn li.navBtn2 a {
  background-position-x: -100% !important;
}

.nav .container .navBtn li.navBtn3 a {
  background-position-x: -200% !important;
}

.nav .container .navBtn li.navBtn4 a {
  background-position-x: -300% !important;
}

.nav .container .navBtn li.navBtn5 a {
  background-position-x: -400% !important;
}

.nav .container .navBtn li a {
  width: 100%;
  height: 0;
  padding-bottom: 59.5%;
  /*--高度除父層寬度--*/
  background-size: 500%;
}

.nav .container .navBtn li a:hover {
  background-size: 500%;
}

.nav .container .navBtn li.action a {
  background-size: 500%;
}

/* ================= 內容 ================= */
.content .container {
  width: 95%;
}

.content .container h5 {
  background: #fff56e;
}

@media only screen and (max-width: 500px) {
  .content .container h5 {
    font-size: .8em;
  }
}

.content .container p {
  padding: 0em 3em;
}

@media only screen and (max-width: 500px) {
  .content .container {
    padding: 10px 0 10px 0;
  }
}

.content .container ol, .content .container ul {
  margin: 0 1em 0 4.5em;
}

/*================= 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;
  }
}
