@charset "UTF-8";
/*容器基本框架*/
.wrapper {
  background-size: 105.46875%;
  overflow: hidden;
}

/* ================= 版頭 ================= */
.header .container {
  width: 100%;
  height: 0;
  padding-bottom: 53.125%;
}

.header .logo {
  width: 20.70312%;
  height: 0;
  padding-bottom: 14.14063%;
  top: 9.11765%;
  left: 13.67188%;
  background-size: 100% !important;
}

.header .logo a {
  width: 100%;
  height: 0;
  padding-bottom: 68.30189%;
}

.header .slogan {
  width: 54.29688%;
  height: 0;
  padding-bottom: 11.79688%;
  top: 51.91176%;
  left: 22.96875%;
  background-size: 100%;
}

.header .sub {
  width: 65.70312%;
  height: 0;
  padding-bottom: 10.625%;
  top: 71.17647%;
  left: 16.40625%;
  background-size: 100%;
}

/* ================= 內容 ================= */
.content .container {
  width: 95%;
  padding: 20px;
}

@media only screen and (max-width: 380px) {
  .content .container p {
    margin-left: 0;
  }
  .content .container ul, .content .container ol {
    margin-left: 1em;
  }
}

/*================= 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;
  }
}
