@charset "UTF-8";
/*容器基本框架*/
.wrapper {
  background-size: 150%;
  overflow: hidden;
}

/* ================= 版頭 ================= */
.header .container {
  width: 100%;
  height: 0;
  padding-bottom: 59.29688%;
}

.header .container .logo {
  width: 29.14062%;
  height: 0;
  padding-bottom: 9.375%;
  top: 43.47826%;
  left: 33.20312%;
  background-size: 100%;
}

.header .container .logo img {
  width: 100%;
}

.header .container .slogan {
  width: 75.78125%;
  height: 0;
  padding-bottom: 23.04688%;
  top: 59.9473%;
  left: 11.32812%;
  background-size: 100%;
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  margin: 10px 0;
  margin: 1% auto;
  padding-bottom: 0;
  padding-right: 0;
}

.nav .container {
  width: 100% !important;
}

.nav .container .navBtn {
  width: 90%;
}

.nav .container .navBtn ul {
  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 ul li {
  width: 31%;
  height: 0;
  padding-bottom: 10.90909%;
}

.nav .container .navBtn ul li.btn01 a {
  background-position-x: 0% !important;
}

.nav .container .navBtn ul li.btn02 a {
  background-position-x: -100% !important;
}

.nav .container .navBtn ul li.btn03 a {
  background-position-x: -200% !important;
}

.nav .container .navBtn ul li a {
  width: 100%;
  height: 0;
  padding-bottom: 32.72727%;
  background-position-y: 100%;
  background-size: 300% 100%;
}

/* ================= 內容 ================= */
.content h3 img {
  width: 80%;
}

.content .container {
  width: 95%;
}

.content .container > h5 {
  font-size: 1.4em;
}

.times {
  width: 50%;
  top: 85.639%;
  left: 25.78125%;
}

/* =================分頁按鈕樣式================= */
.content__btn li {
  width: 120px;
}

/* ================= 內容區塊 ================= */
@media only screen and (max-width: 415px) {
  .box {
    margin-top: 35px;
    padding: 30px 25px;
  }
}

@media only screen and (max-width: 415px) {
  .col-3 {
    width: 43%;
  }
}

@media only screen and (max-width: 415px) {
  .table tr td .btn_get {
    width: 70%;
  }
}
