@charset "UTF-8";
/*容器基本框架*/
.wrapper {
  background-size: 150%;
  overflow: hidden;
}

/* ================= 版頭 ================= */
.header .container {
  width: 100%;
  height: 0;
  padding-bottom: 67.1875%;
}

.header .logo {
  width: 14.84375%;
  height: 0;
  padding-bottom: 10.46875%;
  top: 0%;
  left: 75%;
}

.header .logo a {
  width: 100%;
  height: 0;
  padding-bottom: 71.48438%;
  background-size: 100%;
}

.header .slogan01 {
  width: 72.96875%;
  height: 0;
  padding-bottom: 20.15625%;
  top: 46.51163%;
  left: 12.34375%;
  background-size: 100%;
}

.header .slogan02 {
  width: 69.45312%;
  height: 0;
  padding-bottom: 12.65625%;
  top: 77.32558%;
  left: 14.60938%;
  background-size: 100%;
}

.header .role01 {
  width: 44.92188%;
  height: 0;
  padding-bottom: 71.95312%;
  top: 0%;
  left: 27.89063%;
  background-size: 100%;
}

.header .role02 {
  width: 27.65625%;
  height: 0;
  padding-bottom: 67.89062%;
  top: 6.97674%;
  left: 13.125%;
  background-size: 100%;
}

.header .role03 {
  width: 35.54688%;
  height: 0;
  padding-bottom: 67.8125%;
  top: 5%;
  left: 54.0625%;
  background-size: 100%;
}

/* ================= 頁面選單 ================= */
.nav {
  width: 95%;
  margin: 0 auto 1% auto;
}

.nav .container {
  width: 100%;
}

.nav .container ul.navBtn {
  width: 100%;
}

.nav .container ul.navBtn li {
  width: 49%;
  height: 0;
  padding-bottom: 17.74194%;
}

.nav .container ul.navBtn li.navBtn1 a {
  background-position-x: 0% !important;
}

.nav .container ul.navBtn li.navBtn2 a {
  background-position-x: -100% !important;
}

/* ================= 內容 ================= */
.content .container {
  width: 98%;
  padding: 20px 10px;
}

.content .container > h3 {
  padding: 0;
}

.content .container > h3 img {
  width: 100%;
}

@media screen and (max-width: 665px) {
  .content .container .ImgStyleA {
    width: 20%;
  }
  .content__btn div {
    font-size: 0.9em;
  }
  .content__btn div a {
    padding: 5px;
    line-height: 22px;
    border-radius: 12px;
  }
  .item__box-img-450 {
    height: 310px;
  }
  .item__box-img-450 img {
    max-height: 310px;
  }
  .box--size {
    width: 87%;
  }
  .box-tit {
    width: 100%;
  }
  .box--img {
    width: 55%;
  }
}

@media screen and (max-width: 414px) {
  .content {
    padding-bottom: 1%;
  }
  .content .container .ImgStyleA {
    width: 30%;
  }
  .content__btn div {
    width: 49%;
    font-size: 0.75em;
  }
  .content__btn div a {
    line-height: 21px;
  }
  .box > img {
    width: 65%;
  }
  .item__box-img-450 {
    height: 195px;
  }
  .item__box-img-450 img {
    max-height: 195px;
  }
}
