@charset "UTF-8";
/*容器基本框架*/
.wrapper {
  background-size: 150%;
  overflow: hidden;
}

/* ================= 版頭 ================= */
.header .container {
  width: 100%;
  height: 0;
  min-height: 0;
  padding-bottom: 81.875%;
}

.header .logo {
  width: 18.90625%;
  height: 0;
  padding-bottom: 8.82812%;
  top: 37.5%;
  left: 40.625%;
}

.header .logo a {
  width: 100%;
  height: 0;
  padding-bottom: 46.69421%;
  background-size: 100%;
}

.header .role1 {
  width: 47.42188%;
  height: 0;
  padding-bottom: 79.92188%;
  top: 5.91603%;
  left: 17.73438%;
  background-size: 100%;
}

.header .role2 {
  width: 39.60938%;
  height: 0;
  padding-bottom: 81.17188%;
  top: 1.71756%;
  left: 41.48438%;
  background-size: 100%;
}

.header .sloganbg {
  width: 53.4375%;
  height: 0;
  padding-bottom: 28.59375%;
  top: 40.07634%;
  left: 23.28125%;
  background-size: 100%;
}

.header .slogan {
  width: 47.1875%;
  height: 0;
  padding-bottom: 24.53125%;
  top: 41.12595%;
  left: 24.14062%;
  background-size: 100%;
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  padding-bottom: 0;
}

.nav .container {
  width: 100%;
  margin: 0;
}

.nav .container .navBtn {
  width: 100%;
}

@media only screen and (max-width: 500px) {
  .nav .container .navBtn {
    width: 100%;
    margin-left: 0;
    margin: 0 auto;
  }
}

.nav .container .navBtn ul {
  width: 100%;
  height: 0;
  min-height: 0;
  padding-bottom: 81.875%;
  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 .container .navBtn ul li {
  position: absolute;
  display: block;
  list-style: none;
  text-indent: -99999px;
  width: 17%;
  height: 0;
  padding-bottom: 109.47368%;
}

.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.navBtn4 a {
  background-position-x: -300% !important;
}

.nav .container .navBtn ul li.navBtn5 a {
  background-position-x: -400% !important;
}

.nav .container .navBtn ul li.navBtn6 a {
  background-position-x: -500% !important;
}

.nav .container .navBtn ul li.navBtn7 a {
  background-position-x: -600% !important;
}

.nav .container .navBtn ul li.navBtn8 a {
  background-position-x: -700% !important;
}

.nav .container .navBtn ul li.navBtn9 a {
  background-position-x: -800% !important;
}

.nav .container .navBtn ul li.navBtn10 a {
  background-position-x: -900% !important;
}

.nav .container .navBtn ul li a {
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 108.94737%;
  background-size: 1000% 100%;
}

.pd1 {
  left: 14.76562% !important;
  top: 6.67939% !important;
}

.pd2 {
  left: 8.20312% !important;
  top: 25.9542% !important;
}

.pd3 {
  left: 8.35938% !important;
  top: 47.99618% !important;
}

.pd4 {
  left: 16.5625% !important;
  top: 67.17557% !important;
}

.pd5 {
  left: 33.28125% !important;
  top: 74.61832% !important;
}

.pd6 {
  left: 51.48438% !important;
  top: 74.61832% !important;
}

.pd7 {
  left: 68.28125% !important;
  top: 67.17557% !important;
}

.pd8 {
  left: 75.9375% !important;
  top: 47.90076% !important;
}

.pd9 {
  left: 76.01562% !important;
  top: 25.9542% !important;
}

.pd10 {
  left: 69.375% !important;
  top: 6.67939% !important;
}

/* ================= 內容 ================= */
.content .container {
  width: 98%;
  padding: 20px 0;
}

.content .container .btnM {
  max-width: 184px;
  max-height: 184px;
  width: 23%;
  height: 0;
  padding-bottom: 23%;
  background-size: 100%;
  top: 25px;
  left: calc(7% + 70%);
}

.content .container .btnM a {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: 100%;
}

.content .container > h3 img {
  width: 70%;
  margin: 0 auto;
}

.slider-wra {
  width: 98%;
  background: #feccd5;
}

.slider-wra .slider {
  width: 100%;
  height: 0;
  padding-bottom: 65.85365%;
}

.slider-wra .slider ul.slider__list {
  width: 600%;
}

.slider-wra .slider ul.slider__list li {
  width: 16.66667%;
  height: 100%;
  font-size: 1em;
}

.slider-wra .slider ul.slider__list li img {
  width: 100%;
  height: 100%;
}

.slider-wra .slider__btn ul li a {
  color: #fde0e6;
  background: #797ac5;
  border: 3px solid #f493b5;
  border-radius: 25px;
  padding: 8px 10px;
  font-size: 1rem;
}

.slider-wra .slider__btn ul li a:hover {
  color: #fde0e6;
  background: #d76198;
  border: 3px solid #797ac5;
}

@media only screen and (orientation: portrait) and (max-width: 960px) {
  .content {
    position: relative;
  }
  .content .container {
    width: 98%;
    padding: 8px;
    font-size: 0.9em;
  }
  .content .container > h3 {
    top: -5px;
  }
  .content .container > h3 > img {
    max-width: 100%;
  }
  .content .container .table th,
  .content .container .table td {
    font-size: 1em;
    color: #000;
  }
  .content .container > h4 {
    width: 100%;
    position: relative;
    display: block;
    color: #da70ff;
    font-weight: bold;
    font-size: 1.25em;
  }
}
