@charset "UTF-8";
/*容器基本框架*/
.wrapper, .content {
  background-size: 150%;
  overflow: hidden;
}

/* ================= 版頭 ================= */
.header .container {
  width: 100%;
  height: 0;
  padding-bottom: 56.875%;
}

.header .container .circle {
  width: 75.85938%;
  height: 0;
  padding-bottom: 58.67187%;
  top: 0%;
  left: 14.84375%;
  background-size: 100%;
}

.header .container .tree {
  width: 95%;
  height: 0;
  padding-bottom: 30.39062%;
  top: 0%;
  left: 4.53125%;
  background-size: 100%;
}

.header .container .man {
  width: 50.39062%;
  height: 0;
  padding-bottom: 49.0625%;
  top: 10.98901%;
  left: 26.5625%;
  background-size: 100%;
}

.header .container .main {
  width: 87.5%;
  height: 0;
  padding-bottom: 22.96875%;
  top: 59.06593%;
  left: 5.9375%;
  background-size: 100%;
}

.header .container .logo {
  width: 21.71875%;
  height: 0;
  padding-bottom: 8.75%;
  top: 0.13736%;
  left: 40.07812%;
  background-size: 100%;
}

/* ================= 頁面選單 ================= */
.nav .container {
  width: 100% !important;
}

.nav .container .navBtn {
  width: 90%;
}

.nav .container .navBtn ul li {
  width: 25%;
  height: 0;
  padding-bottom: 25.56561%;
}

.nav .container .navBtn ul li.navBtn01 a {
  background-position-x: 0% !important;
}

.nav .container .navBtn ul li.navBtn02 a {
  background-position-x: -100% !important;
}

.nav .container .navBtn ul li.navBtn03 a {
  background-position-x: -200% !important;
}

.nav .container .navBtn ul li.navBtn04 a {
  background-position-x: -300% !important;
}

.nav .container .navBtn ul li a {
  width: 100%;
  height: 0;
  padding-bottom: 102.26244%;
  background-position-y: 100%;
  background-size: 400% 200%;
}

/* ================= 內容 ================= */
.content .container {
  width: 90%;
}

.iconbox .icon_tit01 {
  width: 71.95312%;
  height: 0;
  padding-bottom: 38.82812%;
  background-size: 100%;
}

.iconbox .icon_tit01 {
  width: 29.375%;
  padding-bottom: 15.625%;
  margin-left: -8%;
}

@media only screen and (max-width: 415px) {
  .iconbox .icon_tit01 {
    width: 60%;
    padding-bottom: 33%;
  }
}

/*一排兩顆*/
.content__main__rankBtnB {
  font-size: 90%;
}

@media only screen and (max-width: 415px) {
  .content__main__rankBtnB a {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 569px) {
  .content__btn li {
    width: 150px;
  }
}

/* ================= 內容區塊 ================= */
@media only screen and (max-width: 415px) {
  .box {
    margin-top: 35px;
    padding: 30px 25px;
  }
}

@media only screen and (max-width: 376px) {
  .btnBox a {
    width: 110px;
    margin: 0;
  }
}

/*加碼文字*/
@media only screen and (max-width: 376px) {
  span.burst {
    left: -12%;
    top: 7%;
  }
}

/*完成icon*/
@media only screen and (max-width: 376px) {
  .finish_img {
    width: 50px;
    top: 11%;
    left: -8%;
  }
}

/* =================圖片控制================= */
.half {
  width: 80%;
}
