@charset "UTF-8";
.wrapper {
  background-size: 150%;
  overflow: hidden;
}

.header .container {
  width: 100%;
  height: 0;
  padding-bottom: 63.67188%;
}

.header .logo {
  width: 16.01562%;
  height: 0;
  padding-bottom: 10.625%;
  top: 1.34969%;
  left: 24.92188%;
}

.header .logo a {
  width: 100%;
  height: 0;
  padding-bottom: 68.75%;
  background-size: 100%;
}

.header .role {
  width: 56.64062%;
  height: 0;
  padding-bottom: 79.21875%;
  left: 49.76562%;
  top: 0%;
  background-size: 100%;
}

.header .slogan {
  width: 100%;
  top: 0px;
  left: 0px;
}

.header .slogan-main {
  width: 52.1875%;
  height: 0;
  padding-bottom: 19.375%;
  top: 8.58896%;
  left: 7.89062%;
  background-size: 100%;
}

.header .slogan-sub {
  width: 61.5625%;
  height: 0;
  padding-bottom: 24.29688%;
  top: 28.95706%;
  left: 2.8125%;
  background-size: 100%;
}

.header .slogan-prize {
  width: 32.65625%;
  height: 0;
  padding-bottom: 18.125%;
  top: 64.78528%;
  left: 17.5%;
  background-size: 100%;
}

.nav {
  width: 100%;
  padding-bottom: 0;
}

.nav .container {
  width: 98%;
}

@media only screen and (max-width: 560px) {
  .nav .container {
    width: 80%;
  }
}

.nav .container .navBtn {
  width: 100%;
  margin-left: 0;
}

.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;
}

@media only screen and (max-width: 560px) {
  .nav .container .navBtn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.nav .container .navBtn ul li {
  width: 33%;
  height: 0;
  padding-bottom: 8.6649%;
}

@media only screen and (max-width: 560px) {
  .nav .container .navBtn ul li {
    width: 50%;
    padding-bottom: 12.99735%;
  }
}

.nav .container .navBtn ul li.navBtn1 a {
  background-position-x: 0% !important;
}

.nav .container .navBtn ul li.navBtn2 a {
  background-position-x: -100% !important;
}

.nav .container .navBtn ul li.navBtn3 a {
  background-position-x: -200% !important;
}

.nav .container .navBtn ul li a {
  width: 100%;
  height: 0;
  padding-bottom: 25.99469%;
  background-size: 300% 100%;
}

/* ================= 內容 ================= */
.content {
  padding: 0 0 30px;
  margin: 0 auto;
}

.content .container {
  width: 98%;
  padding: 20px 10px;
}

.content .container ol,
.content .container ul {
  margin-left: 2em;
}
