@charset "UTF-8";
html, body {
  background-size: 150%;
}

/*容器基本框架*/
.wrapper {
  background-size: 150%;
  overflow: hidden;
}

/* ================= 版頭 ================= */
.header .container {
  width: 100%;
  height: 0;
  padding-bottom: 66.40625%;
}

.header .logo {
  width: 13.20312%;
  height: 0;
  padding-bottom: 9.21875%;
  top: 33.64706%;
  left: 73.125%;
}

.header .logo a {
  width: 100%;
  height: 0;
  padding-bottom: 69.53125%;
  background-size: 100%;
}

.header .slogan01 {
  width: 46.48438%;
  height: 0;
  padding-bottom: 10.3125%;
  top: 7.17647%;
  left: 26.71875%;
  background-size: 100%;
}

.header .slogan02 {
  width: 36.40625%;
  height: 0;
  padding-bottom: 7.57812%;
  top: 20.58824%;
  left: 31.79688%;
  background-size: 100%;
}

.header .slogan_crown {
  width: 11.01562%;
  height: 0;
  padding-bottom: 6.48438%;
  top: 0%;
  left: 44.53125%;
  background-size: 100%;
}

.header .slogan_bg {
  width: 64.60938%;
  height: 0;
  padding-bottom: 22.03125%;
  top: 0.35294%;
  left: 18.28125%;
  background-size: 100%;
}

/* ================= 頁面選單 ================= */
.nav {
  width: 95%;
  margin: 0 auto;
}

.nav .container {
  width: 100%;
}

.nav .container ul.navBtn {
  width: 100%;
}

.nav .container ul.navBtn li {
  width: 25%;
  height: 0;
  padding-bottom: 14.67742%;
}

.nav .container ul.navBtn li.navBtn1 a {
  background-position-x: 0% !important;
}

.nav .container ul.navBtn li.navBtn2 a {
  background-position-x: -100% !important;
}

.nav .container ul.navBtn li.navBtn3 a {
  background-position-x: -200% !important;
}

.nav .container ul.navBtn li.navBtn4 a {
  background-position-x: -300% !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__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__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;
  }
}
