@charset "UTF-8";
/*容器基本框架*/
.wrapper {
  background-size: 150%;
  overflow: hidden;
}

/* ================= 版頭 ================= */
.header > .container {
  width: 100%;
  height: 0;
  min-height: 0;
  padding-bottom: 37.89062%;
}

.header .logo {
  width: 16.40625%;
  height: 0;
  padding-bottom: 6.40625%;
  top: 6.59794%;
  left: 15.85938%;
}

.header .logo a {
  width: 100%;
  height: 0;
  padding-bottom: 39.04762%;
  background-size: 100%;
}

.header .role {
  width: 55.85938%;
  height: 0;
  padding-bottom: 86.40625%;
  top: 0%;
  left: 62.5%;
  background-size: 100%;
}

.header .slogan {
  width: 55.78125%;
  height: 0;
  padding-bottom: 28.28125%;
  top: 16.08247%;
  left: 18.35938%;
  background-size: 100%;
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  padding-bottom: 0;
}

.nav .container {
  width: 98%;
  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 {
  width: 100%;
  margin-left: 0;
}

.nav .container .navBtn ul {
  width: 90%;
  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.navBtn1 {
  width: 930px;
}

.nav .container .navBtn ul.navBtn2 {
  width: 930px;
}

.nav .container .navBtn ul li {
  width: 20%;
  height: 0;
  padding-bottom: 11.93548%;
}

.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;
  padding-bottom: 59.67742%;
  background-size: 1000% 100%;
}

/* ================= 內容 ================= */
.content {
  position: relative;
}

.content .container {
  width: 98%;
  padding: 20px 0;
  font-size: 0.9em;
}

.content .container .ytplayer iframe {
  width: 90%;
}

.content .container > h3 img {
  width: 70%;
}

.content .container h4 {
  width: 50%;
}

.content .container .btnM {
  max-width: 173px;
  max-height: 173px;
  width: 21.625%;
  height: 0;
  padding-bottom: 18.02083%;
  background-size: 100%;
  top: 30px;
  right: 10px;
}

.content .container .btnM a {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: 100%;
}

.content .container .table th, .content .container .table td {
  font-size: 0.9em;
}

/*================= 禮包 ================= */
.slider-wra {
  width: 98%;
  background: #000;
}

.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%;
}

.slider-wra .slider ul.slider__list li img {
  width: 100%;
  height: 100%;
}

.slider-wra .slider__btn ul li a {
  color: #EBE9F3;
  background: #3C15AC;
  min-width: 120px;
  padding: 8px 16px;
  border-radius: 10px;
  font-weight: bold;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
}

.slider-wra .slider__btn ul li a:hover {
  color: #fff;
  background: #FF6001;
}

@media only screen and (orientation: portrait) and (max-width: 500px) {
  .content {
    position: relative;
  }
  .content .container {
    width: 98%;
    padding: 20px 0;
    font-size: 0.75em;
  }
  .content .container > h3 img {
    width: 70%;
  }
  .content .container .table th, .content .container .table td {
    font-size: 13px;
  }
}
