@charset "UTF-8";
/*容器基本框架*/
.wrapper {
  background-size: 150%;
  overflow: hidden;
}

/* ================= 版頭 ================= */
.header .container {
  width: 100%;
  height: 0;
  padding-bottom: 54.6875%;
}

.header .container .logo {
  width: 30.23438%;
  height: 0;
  padding-bottom: 7.73438%;
  top: 4.85714%;
  left: 20.3125%;
  background-size: 100%;
}

.header .container .logo img {
  width: 100%;
}

.header .container .slogan {
  width: 50.15625%;
  height: 0;
  padding-bottom: 14.6875%;
  top: 14.71429%;
  left: 14.6875%;
  background-size: 100%;
}

.header .container .slogan02 {
  width: 45.39062%;
  height: 0;
  padding-bottom: 6.09375%;
  top: 38.42857%;
  left: 17.03125%;
  background-size: 100%;
}

.header .container .slogan03 {
  width: 45.39062%;
  height: 0;
  padding-bottom: 21.875%;
  top: 51.42857%;
  left: 23.20312%;
  background-size: 100%;
}

.header .container .role {
  width: 50.78125%;
  height: 0;
  padding-bottom: 61.71875%;
  top: 0%;
  left: 48.04688%;
  background-size: 100%;
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  margin: 10px 0;
  margin: 1% auto;
  padding-bottom: 0;
  padding-right: 0;
}

.nav .container {
  width: 100% !important;
}

.nav .container .navBtn {
  width: 90%;
}

.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: 31%;
  height: 0;
  padding-bottom: 12.78119%;
}

.nav .container .navBtn ul li.btn01 a {
  background-position-x: 0% !important;
}

.nav .container .navBtn ul li.btn02 a {
  background-position-x: -100% !important;
}

.nav .container .navBtn ul li.btn03 a {
  background-position-x: -200% !important;
}

.nav .container .navBtn ul li.btn04 a {
  background-position-x: -300% !important;
}

.nav .container .navBtn ul li.btn05 a {
  background-position-x: -400% !important;
}

.nav .container .navBtn ul li.btn06 a {
  background-position-x: -500% !important;
}

.nav .container .navBtn ul li a {
  width: 100%;
  height: 0;
  padding-bottom: 38.34356%;
  background-position-y: 100%;
  background-size: 600% 100%;
}

@media only screen and (max-width: 415px) {
  .nav .container .navBtn ul li {
    width: 39%;
  }
}

/* ================= 內容 ================= */
.content h3 img {
  width: 80%;
}

.content .container {
  width: 95%;
}

.content .container > h5 {
  font-size: 1.4em;
}

/* =================分頁按鈕樣式================= */
.content__btn li {
  width: 120px;
}

/* ================= 內容區塊 ================= */
@media only screen and (max-width: 415px) {
  .box {
    margin-top: 35px;
    padding: 30px 25px;
  }
}

@media only screen and (max-width: 415px) {
  .col-3 {
    width: 43%;
  }
}

/*===================排行榜按鈕===================*/
@media only screen and (max-width: 569px) {
  .content__main__rankBtnB a, .content__main__rankBtnC a {
    width: 95%;
  }
}
