@charset "UTF-8";
/*容器基本框架*/
.wrapper {
  background-size: 150%;
  overflow: hidden;
}

/* ================= 版頭 ================= */
.header {
  /*  .roleB{
        width:percentage(903 / $baseWidth);
        height: 0;
        padding-bottom: percentage(1224 / $baseWidth);
        top:percentage(0 / $baseHeight);
        right: percentage(-350 / $baseWidth);
        background-size: 100%;
    } */
}

.header .container {
  width: 100%;
  height: 0;
  padding-bottom: 42.1875%;
}

.header .logo {
  width: 18.51562%;
  height: 0;
  padding-bottom: 8.28125%;
  top: 2.22222%;
  left: 37.5%;
  background-size: 100%;
}

.header .logo a {
  width: 100%;
  height: 0;
  padding-bottom: 44.72574%;
}

.header .roleA {
  width: 56.32812%;
  height: 0;
  padding-bottom: 72.34375%;
  top: 0%;
  right: -6.25%;
  background-size: 100%;
}

.header .slogan {
  width: 55.39063%;
  height: 0;
  padding-bottom: 32.10938%;
  top: 18.51852%;
  left: 6.25%;
  background-size: 100%;
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
}

.nav .container {
  width: 100%;
  padding-left: 1em;
}

.nav .navBtn {
  width: 96%;
  max-width: 728px;
}

.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: 15.38462%;
}

.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.navBtn8 a {
  background-position-x: -700% !important;
}

.nav .navBtn ul li a {
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 61.53846%;
  background-size: 800% 100%;
}

/* ================= 內容 ================= */
.content .container {
  width: 95%;
  padding: 1em;
}

@media only screen and (max-width: 812px) {
  .content .btnM {
    width: 22.29064%;
    height: 0;
    padding-bottom: 21.79803%;
    right: 0;
    margin-top: 3%;
  }
  .content .btnM a {
    padding-bottom: 97.79006%;
    background-size: 100% !important;
  }
}

.content h4 {
  font-size: 1.25rem;
}

.content h4:before {
  width: 1.2em;
  height: 1.2em;
}

.content ol.list {
  margin-left: 2em;
}
