@charset "UTF-8";
/*容器基本框架*/
.wrapper {
  background-size: 150%;
  overflow: hidden;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
  position: relative;
}

.header .container {
  width: 100%;
  height: 0;
  padding-bottom: 36.71875%;
  position: relative;
}

.header .logo {
  width: 18.75%;
  height: 0;
  padding-bottom: 9.0625%;
  top: 20.6383%;
  left: 40.625%;
}

.header .logo a {
  width: 100%;
  height: 0;
  padding-bottom: 48.33333%;
  background-size: 100%;
}

.header .role {
  width: 58.98438%;
  height: 0;
  padding-bottom: 98.98438%;
  top: 0%;
  left: -6.25%;
  background-size: 100%;
}

.header .slogan01 {
  width: 57.1875%;
  height: 0;
  padding-bottom: 27.03125%;
  top: 7.23404%;
  left: 37.03125%;
  background-size: 100%;
}

.header .slogan02 {
  width: 35.85938%;
  height: 0;
  padding-bottom: 12.42188%;
  top: 67.02128%;
  left: 46.32812%;
  background-size: 100%;
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  z-index: 1;
  position: relative;
}

.nav .container {
  width: 100%;
  position: relative;
}

.nav .container .navBtn {
  width: 66.25%;
  position: relative;
  margin-left: 31.25%;
}

.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;
}

.nav .container .navBtn ul li {
  width: 33%;
  height: 0;
  padding-bottom: 32.54717%;
}

.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 a {
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 97.64151%;
  background-size: 600% 100%;
}

/* ================= 內容 ================= */
.content .container {
  width: 98%;
  padding: 20px 0;
  border: 4px;
  border-radius: 25px;
}

.content .container .btnM {
  max-width: 233px;
  max-height: 177px;
  width: 29.125%;
  height: 0;
  padding-bottom: 22.125%;
  background-size: 100%;
  top: 25px;
  left: calc(7% + 60%);
}

.content .container .btnM a {
  width: 100%;
  height: 0;
  padding-bottom: 75.96567%;
  background-size: 100%;
}

.content .container > h3 img {
  width: 70%;
  margin-left: 5%;
}

.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: 20px 0;
    font-size: 1em;
  }
  .content .container > h3 {
    top: -5px;
  }
  .content .container > h3 > img {
    max-width: 100%;
  }
  .content .container .table th,
  .content .container .table td {
    font-size: 0.9em;
    color: #000;
  }
  .content .container > h4 {
    position: relative;
    display: block;
    color: #FF879D;
    font-weight: bold;
    font-size: 1.25em;
  }
  .content .container > h4:before {
    width: 1.6em;
    height: 1.6em;
    display: inline-block;
    margin: 0px 6px;
  }
}
