@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
body {
  font-family: "Noto Sans TC", sans-serif;
  margin: 0;
}

.container {
  padding: 0 !important;
  max-width: 1200px;
}

section {
  overflow: hidden;
}

.t1 {
  fill: #FFFFFF;
  stroke: #000000;
  stroke-width: 0.956;
  stroke-miterlimit: 10;
}

.t2_a {
  fill: #C62828;
}

.t2_b {
  fill: #EA3118;
}

.t3_a {
  fill: #B54F33;
}

.t3_b {
  fill: #F75D28;
}

.t4_a {
  fill: #D3B433;
}

.t4_b {
  fill: #F4CD2A;
}

.t4_c {
  fill: none;
}

.title text {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 2.375rem;
  letter-spacing: 1;
  text-align: center;
  font-weight: 400;
}
.title svg {
  height: 100%;
  width: 225spx;
}
@media screen and (min-width: 768px) {
  .title svg {
    width: 280px;
    height: 60px;
  }
}

.left,
.right {
  padding: 0;
}

#topbanner {
  padding-top: 50px;
}
#topbanner .banner img {
  width: 100%;
}
#topbanner .banner .desktop {
  position: relative;
}
#topbanner .banner .desktop .text {
  position: absolute;
  top: 10%;
  left: 5%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 90%;
}
#topbanner .banner .mobile {
  display: none;
  position: relative;
}
#topbanner .banner .mobile .text {
  position: absolute;
  top: 6%;
  left: 5%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 90%;
}
@media screen and (max-width: 767px) {
  #topbanner .banner .mobile {
    display: block;
  }
  #topbanner .banner .desktop {
    display: none;
  }
}
#topbanner .title {
  display: flex;
  position: relative;
}
#topbanner .title div {
  height: 57px;
  margin: auto;
  background-position: center center;
  background-size: auto 100%;
}
#topbanner .description {
  padding: 0 20px;
  padding-bottom: 40px;
  display: flex;
  font-size: 1.5625rem;
  max-width: 745px;
  margin: auto;
  text-align: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #topbanner .description {
    font-size: 22px;
  }
}
#topbanner .description p {
  margin: 0;
  padding: 10px;
}

#mission .container .description {
  padding: 10px 40px;
}
@media screen and (min-width: 768px) {
  #mission .container .description {
    padding: 40px 40px 30px 40px;
  }
}
#mission .container:after {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 3px;
  content: "";
  background: url(../img/dash.svg);
  margin-top: 20px;
  margin-bottom: 20px;
}
#mission .container .title {
  padding-top: 30px;
  display: flex;
  position: relative;
  /*
   &:before {
        border: 3px #EA3118 dashed;
        content: "";
        position: absolute;
        top:62%;
        right: 49.5%;
        transform:  translate(-50%, -50%);
        width: 20%;
   }
   &:after {
       border: 3px #EA3118 dashed;
       content: "";
       position: absolute;
       top:62%;
       left: 70%;
       transform:  translate(-50%, -50%);
       width: 20%;
  }*/
}
#mission .container .title > .line {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 3px;
  content: "";
  background: url(../img/dash.svg);
}
#mission .container .title div.bg {
  background: #fff;
  height: 57px;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#mission .container .title div.bg span {
  position: relative;
  z-index: 11;
  color: #fff;
}
#mission .container .title div.bg:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-position: center center;
  background-size: auto 100%;
  padding: 10px 55px;
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  margin: auto;
}

#mission-bullet {
  margin-top: 50px;
}
#mission-bullet .description {
  color: #EA3118;
  font-weight: 600;
  font-size: 1.4375rem;
  text-align: center;
}
#mission-bullet ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
#mission-bullet ul li {
  list-style: none;
  text-align: center;
}
#mission-bullet ul li img {
  padding: 0px 20px;
  height: 110px;
}
@media screen and (max-width: 767px) {
  #mission-bullet ul li img {
    height: 170px;
  }
}
#mission-bullet ul li div {
  padding: 10px;
  font-size: 1.125rem;
}

#how-to-earn svg {
  height: 74px;
}
#how-to-earn .title {
  padding-top: 30px;
  display: flex;
  position: relative;
  /*&:before {
        border: 3px #EA3118 dashed;
        content: "";
        position: absolute;
        top:62%;
        right: 49.5%;
        transform:  translate(-50%, -50%);
        width: 20%;
   }
   &:after {
       border: 3px #EA3118 dashed;
       content: "";
       position: absolute;
       top:62%;
       left: 70%;
       transform:  translate(-50%, -50%);
       width: 20%;
  }*/
}
#how-to-earn .title .row {
  margin: 0;
}
#how-to-earn .title div {
  background: #fff;
  height: 80px;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#how-to-earn .title div span {
  position: relative;
  z-index: 11;
  color: #fff;
}
#how-to-earn .title div:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-position: center center;
  background-size: auto 100%;
  padding: 10px 55px;
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  margin: auto;
}

#earn-bullet {
  justify-content: center;
  margin: 50px 50px;
}
@media screen and (max-width: 767px) {
  #earn-bullet {
    margin: 50px 10px;
  }
}
#earn-bullet > .row {
  list-style: none;
  padding: 0;
  counter-reset: my-awesome-counter;
  position: relative;
}
#earn-bullet > .row li {
  counter-increment: my-awesome-counter;
  position: relative;
}
#earn-bullet > .row > li:after {
  top: 0;
  left: 5px;
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  border: 3px solid #F75D28;
  border-radius: 60%;
  background: #fff;
  z-index: 9;
}
#earn-bullet > .row > li:before {
  position: absolute;
  z-index: 10;
  line-height: 0;
  font-weight: 600;
  font-size: 55px;
  content: counter(my-awesome-counter);
  color: red;
  font-weight: bold;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  left: 36px;
  top: 43px;
}
#earn-bullet .card {
  display: flex;
  flex-direction: column;
  background: #FFF1E3;
  border-radius: 30px;
  padding: 30px;
  margin: 20px;
}
#earn-bullet .card > div {
  display: flex;
  justify-content: center;
}
#earn-bullet .card > div img {
  height: 275px;
}
@media screen and (max-width: 767px) {
  #earn-bullet .card > div img {
    height: auto;
    width: 100%;
  }
}
#earn-bullet .card > .row > div {
  text-align: center;
}
#earn-bullet .card .messagebox {
  position: relative;
  color: #F57A33;
  font-size: 1.25rem;
  background: #FFFFFF;
  border-radius: 30px;
}
#earn-bullet .card .messagebox:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/talk.png) no-repeat;
  width: 80px;
  height: 80px;
  margin-top: 158px;
  margin-left: -74px;
}
@media screen and (max-width: 767px) {
  #earn-bullet .card .messagebox {
    margin-top: 80px;
  }
  #earn-bullet .card .messagebox:before {
    margin-left: -160px;
    transform: rotate(90deg) translate(-228px, -244px);
  }
}
#earn-bullet .card .messagebox p {
  padding: 50px;
  line-height: 35px;
}
@media screen and (max-width: 767px) {
  #earn-bullet .card .messagebox p {
    padding: 20px;
  }
}

#how-to-reward #mobile {
  position: relative;
  width: 80%;
}
#how-to-reward #mobile img {
  width: 100%;
}
#how-to-reward #mobile .ufun {
  position: absolute;
  z-index: 10;
  width: 30%;
}
#how-to-reward #mobile .ufunclick {
  position: absolute;
  z-index: 11;
  bottom: 7%;
  left: 48%;
  width: 30%;
}
#how-to-reward .description {
  max-width: 377px;
  display: flex;
  align-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #how-to-reward .description {
    max-width: 300px;
    text-align: center;
  }
}
#how-to-reward .bg {
  background: url(../img/reward_bg_m.svg) no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 767px) {
  #how-to-reward .bg {
    background: url(../img/reward_bg_d.svg) no-repeat;
  }
}
#how-to-reward .bg > div.right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#how-to-reward .bg > div.left {
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  #how-to-reward .bg > div.left {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  #how-to-reward .bg > div.right,
#how-to-reward .bg > div.left {
    justify-content: center;
  }
}
#how-to-reward .first {
  font-size: 1.25rem;
  line-height: 30px;
}
#how-to-reward .step {
  font-size: 1.5rem;
  line-height: 30px;
  color: #D4B533;
  font-weight: 600;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
#how-to-reward .step:after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/step.png) no-repeat;
  z-index: 9;
  width: 30px;
  height: 30px;
  bottom: -60px;
  left: 50%;
  transform: translate(-50%, -50%);
}
#how-to-reward .step:last-child:after {
  display: none;
}
#how-to-reward .title {
  padding-top: 80px;
  display: flex;
  position: relative;
  /*&:before {
        border: 2px #D4B533 solid;
        content: "";
        position: absolute;
        top:62%;
        right: 55%;
        transform:  translate(-50%, -50%);
        width: 20%;
   }
   &:after {
       border: 2px #D4B533 solid;
       content: "";
       position: absolute;
       top:62%;
       left: 76%;
       transform:  translate(-50%, -50%);
       width: 20%;
  }*/
}
#how-to-reward .title > .line {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 3px;
  content: "";
  background: #D4B533;
  z-index: 1;
}
#how-to-reward .title div {
  background: #fff;
  height: 80px;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#how-to-reward .title div span {
  position: relative;
  z-index: 11;
  color: #fff;
  padding: 5px 10px;
}
#how-to-reward .title div:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-position: center center;
  background-size: auto 100%;
  padding: 10px 55px;
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  margin: auto;
}

#how-to-download {
  position: relative;
  margin-top: -10px;
}
#how-to-download .download_lower {
  font-weight: 600;
  color: #ea3118;
  font-size: 4.25rem;
  fill: #ea3118;
}
#how-to-download .container {
  position: relative;
}
#how-to-download:before {
  display: block;
  content: "";
  position: absolute;
  top: 100px;
  width: 100%;
  height: 90%;
  background: #FFF9F5;
}
#how-to-download .qrcode {
  text-align: center;
  display: flex;
  justify-content: center;
}
#how-to-download .qrcode img {
  margin: auto;
}
@media screen and (min-width: 768px) {
  #how-to-download .qrcode .desktop {
    display: block;
  }
  #how-to-download .qrcode .mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #how-to-download .qrcode .desktop {
    display: none;
  }
  #how-to-download .qrcode .mobile {
    width: 80vw;
    max-width: 300px;
    display: block;
  }
}
#how-to-download .description {
  max-width: 500px;
  margin: auto;
}
#how-to-download .description p {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  padding: 20px;
}
#how-to-download .title {
  padding-top: 100px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  margin: auto;
  justify-content: center;
  /*&:before {
        border: 3px #EA3118 dashed;
        content: "";
        position: absolute;
        top:62%;
        right: 49.5%;
        transform:  translate(-50%, -50%);
        width: 20%;
   }
   &:after {
       border: 3px #EA3118 dashed;
       content: "";
       position: absolute;
       top:62%;
       left: 70%;
       transform:  translate(-50%, -50%);
       width: 20%;
  }*/
}
#how-to-download .title img {
  width: 90%;
}
@media screen and (min-width: 768px) {
  #how-to-download .title svg {
    width: 592px;
    height: 184px;
  }
}
#how-to-download .title div {
  height: 200px;
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translate(-50%, -50%);
  /*&:before {
      top: 50%;
      left: 50%;
      transform:  translate(-50%, -50%);
      content: "";
      //background: url(../img/T3.png) no-repeat;
      background-position: center center;
      background-size: auto 100%;
      padding: 10px 55px;
      position: absolute;
      z-index: 9;
      width: 100%;
      height: 100%;
      margin: auto;  
  }   */
}
@media screen and (max-width: 767px) {
  #how-to-download .title div {
    height: auto;
    width: 90%;
    margin-left: -10px;
  }
}
#how-to-download .title div span {
  position: relative;
  z-index: 11;
  color: #fff;
  padding: 5px 10px;
}

#copyright {
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
  color: #A3A3A3;
}

#copyright a {
  color: #A3A3A3;
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0;
  }
}/*# sourceMappingURL=style.css.map */

/* btn-download */
.download-image-wrapper {
  position: relative;
}
.download-image-wrapper .btn-download {
  position: absolute;
}

/* top button */
.download-image-wrapper .btn-download.btn-download-ios-top {
  width: 40%;
  height: 14%;
  top: 65%;
  left: 3%;
}
.download-image-wrapper .btn-download.btn-download-android-top {
  width: 46%;
  height: 14%;
  top: 65%;
  left: 49%;
}
@media screen and (min-width: 768px) {
  .download-image-wrapper .btn-download.btn-download-ios-top {
    width: 40%;
    height: 14%;
    top: 65%;
    left: 3%;
  }
  .download-image-wrapper .btn-download.btn-download-android-top {
    width: 47%;
    height: 14%;
    top: 65%;
    left: 49%;
  }
}

/* bottom button */
.download-image-wrapper .btn-download-ios-bottom {
  width: 43.5%;
  height: 43%;
  top: 54%;
  left: -0.5%;
}
.download-image-wrapper .btn-download-android-bottom {
  width: 50.5%;
  height: 43%;
  top: 54%;
  left: 48.5%;
}
.download-image-wrapper .btn-download-qr {
  display: none;
}
@media screen and (min-width: 768px) {
  .download-image-wrapper .btn-download-ios-bottom {
    width: 20.5%;
    height: 19.5%;
    top: 52%;
    left: 0%;
  }
  .download-image-wrapper .btn-download-android-bottom {
    width: 24.5%;
    height: 19.5%;
    top: 52%;
    left: 23.5%;
  }  
  .download-image-wrapper .btn-download-qr {
    display: block;
    width: 27.2%;
    height: 75%;
    top: 8%;
    left: 72.5%;
  }
}