@charset "UTF-8";
/*容器基本框架*/
.wrapper {
  background-size: 150%;
  overflow: hidden;
}

/* ================= 版頭 ================= */
.header .container {
  width: 100%;
  height: 0;
  padding-bottom: 38.28125%;
}

.header .role {
  width: 73.28125%;
  height: 0;
  padding-bottom: 73.90625%;
  top: 0;
  left: -14.0625%;
  background-size: 100%;
}

.header .slogan {
  width: 50.15625%;
  height: 0;
  padding-bottom: 34.84375%;
  top: 7.14286%;
  left: 45.3125%;
  background-size: 100%;
}

.header .logo {
  width: 17.65625%;
  height: 0;
  padding-bottom: 7.96875%;
  top: 0.61224%;
  left: 14.53125%;
  background-size: 100%;
}

.header .logo a {
  width: 100%;
  height: 0;
  padding-bottom: 45.13274%;
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
}

.nav .container {
  width: 100%;
}

.nav .navBtn {
  width: 78.75%;
  max-width: 1008px;
}

.nav .navBtn ul {
  width: 100%;
  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 .navBtn ul li {
  width: 25%;
  height: 0;
  padding-bottom: 19.44444%;
}

.nav .navBtn ul li.navBtn1 a {
  background-position-x: 0% !important;
}

.nav .navBtn ul li.navBtn2 a {
  background-position-x: -100% !important;
}

.nav .navBtn ul li.navBtn3 a {
  background-position-x: -200% !important;
}

.nav .navBtn ul li.navBtn4 a {
  background-position-x: -300% !important;
}

.nav .navBtn ul li.navBtn5 a {
  background-position-x: -400% !important;
}

.nav .navBtn ul li.navBtn6 a {
  background-position-x: -500% !important;
}

.nav .navBtn ul li.navBtn7 a {
  background-position-x: -600% !important;
}

.nav .navBtn ul li a {
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 77.77778%;
  background-size: 700% 100%;
}

/* ================= 內容 ================= */
.content .container {
  width: 95%;
  padding: 30px 16px;
  border: 8px solid #E08158;
  border-radius: 25px;
  background: #fff;
}

.content h3 img {
  width: calc(103.125% + 46px);
  margin-left: calc(-1.5625% - 23px);
}

@media only screen and (max-width: 812px) {
  .content .btnM {
    width: 19.53125%;
    height: 0;
    padding-bottom: 19.53125%;
    right: 16px;
  }
  .content .btnM a {
    padding-bottom: 100%;
    background-size: 100% !important;
  }
}
