@charset "UTF-8";
body {
  color: #333333;
  background: #fff;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", Verdana, Helvetica, sans-serif, "Microsoft JhengHei", "微軟正黑體" !important;
}
body.schi {
  font-family: Arial, "Noto Sans SC", "Noto Sans TC", Verdana, Helvetica, sans-serif, "Microsoft JhengHei", "微軟正黑體" !important;
}

.d-inline-block {
  display: inline-block;
}

#logo_area {
  z-index: 1;
  width: 100%;
  max-width: none;
  min-width: 425px;
}

#top_banner_area {
  height: 0;
  background-image: url(../images/banner.jpg);
  background-position: center;
  background-color: #d3d3d3;
  height: 0;
  padding-top: 32.29%;
  background-size: cover;
}
@media (max-width: 768px) {
  #top_banner_area {
    background-image: url(../images/banner_m.jpg);
    padding-top: 74.66%;
  }
}

.cus {
  display: flex;
  align-items: flex-start;
  text-align: left;
}
.cus .sym {
  font-size: 75%;
  top: -0.5em;
}

#tnc-section {
  padding: 40px 0;
  font-size: 15px;
  color: #5a5a5a;
}
@media (max-width: 768px) {
  #tnc-section {
    font-size: 12px;
  }
}
#tnc-section a {
  color: inherit;
  text-decoration: underline;
}

.inline-image {
  height: 0.79em;
  margin-top: -0.15em;
}

#app {
  min-width: 425px;
}
#app .main {
  font-size: 24px;
  text-align: center;
}
#app .main .remarks {
  font-size: 15px;
}
@media (max-width: 768px) {
  #app .main .remarks {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  #app .main {
    font-size: 16px;
  }
}
#app .main strong {
  font-size: 30px;
  color: #055541;
}
@media (max-width: 768px) {
  #app .main strong {
    font-size: 22px;
  }
}
#app .main .headline {
  font-size: 34px;
}
@media (max-width: 768px) {
  #app .main .headline {
    font-size: 22px;
  }
}
#app .main .headline strong {
  font-size: 40px;
}
@media (max-width: 768px) {
  #app .main .headline strong {
    font-size: 26px;
  }
}
#app .main .fun_centre {
  margin-top: -0.85em;
  height: 1.7em;
}
#app .main .container {
  max-width: 1440px;
  padding: 0 20px;
  margin: auto;
}
@media (min-width: 769px) {
  #app .main .md-show {
    display: none;
  }
}
@media (max-width: 768px) {
  #app .main .md-hide {
    display: none;
  }
}
#app .main section {
  padding: 50px 0;
}
#app .main .card {
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2666666667);
  background-color: #fff;
}
#app .main .title_card {
  background-image: linear-gradient(to top left, rgba(155, 190, 165, 0.6), rgba(158, 195, 125, 0.6) 40%, rgba(166, 206, 57, 0.6));
}
#app .main .title_card > img {
  width: 100%;
}
#app .main .title_card .text {
  margin-top: 20px;
}
#app .main .landing {
  margin-bottom: 40px;
}
#app .main .intro {
  background-image: linear-gradient(to top left, rgba(57, 181, 74, 0.0980392157), rgba(166, 206, 57, 0.0980392157));
}
#app .main .intro .ctn {
  margin-inline: -20px;
  padding-inline: 40px;
}
#app .main .intro .card {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  #app .main .intro .card {
    flex-direction: column;
  }
}
#app .main .intro .card .soccer-ctn {
  height: 45px;
}
#app .main .intro .card .soccer {
  margin: 0 auto;
  margin-top: -50px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  #app .main .intro .card .soccer {
    margin-top: -40px;
  }
}
#app .main .intro .card .title {
  padding: 15px;
  margin: 0 auto;
  border-bottom: 1px solid;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
#app .main .intro .card .content {
  display: flex;
  flex-direction: column;
}
#app .main .intro .card .split {
  z-index: 1;
  position: relative;
  display: block;
  overflow: hidden;
  width: 150px;
  transform: skew(-10deg);
  margin-right: -84px;
}
#app .main .intro .card .split::after {
  content: "";
  display: block;
  width: 100%;
  height: 102%;
  background-color: #055541;
}
@media (max-width: 1000px) {
  #app .main .intro .card .split {
    display: none;
  }
}
#app .main .intro .card .text {
  padding-inline: 20px;
}
#app .main .intro .card .rewards {
  padding-inline: 20px;
  margin-top: auto;
  font-size: 45px;
  font-weight: bold;
}
@media (max-width: 768px) {
  #app .main .intro .card .rewards {
    font-size: 25px;
  }
}
#app .main .intro .card .rewards.flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  line-height: 1;
}
@media (max-width: 768px) {
  #app .main .intro .card .rewards.flex {
    flex-direction: column;
  }
}
#app .main .intro .card .rewards strong {
  font-weight: bolder;
  font-size: 80px;
}
@media (max-width: 768px) {
  #app .main .intro .card .rewards strong {
    font-size: 65px;
  }
}
@media (max-width: 1000px) {
  #app .main .intro .card .rewards strong {
    display: block;
    line-height: 1;
  }
}
#app .main .intro .card .spending {
  padding-right: 40px;
  width: 45%;
  z-index: 2;
  position: relative;
  padding-bottom: 20px;
}
#app .main .intro .card .spending .title {
  color: #055541;
}
@media (max-width: 1000px) {
  #app .main .intro .card .spending {
    width: 100%;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  #app .main .intro .card .spending {
    padding-right: 0px;
    padding-bottom: 40px;
  }
  #app .main .intro .card .spending .soccer {
    width: 66px;
    max-width: 100%;
  }
}
#app .main .intro .card .spending .rewards strong {
  color: #39b54a;
}
#app .main .intro .card .new {
  position: relative;
  z-index: 2;
  width: 50%;
  background-color: #055541;
  color: #fff;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  #app .main .intro .card .new {
    padding-bottom: 26px;
  }
  #app .main .intro .card .new .soccer {
    width: 270px;
    max-width: 100%;
  }
}
@media (max-width: 1000px) {
  #app .main .intro .card .new {
    width: 100%;
  }
}
#app .main .intro .card .new .content {
  margin-left: -70px;
  height: 100%;
}
@media (max-width: 768px) {
  #app .main .intro .card .new .content {
    margin-left: 0;
  }
}
#app .main .intro .card .new .title strong {
  color: #fff;
}
#app .main .intro .card .new .text1 {
  padding: 0 60px;
}
@media (max-width: 768px) {
  #app .main .intro .card .new .text1 {
    padding: 0 60px;
  }
}
#app .main .intro .card .new .text2 {
  padding: 0 20px;
}
@media (max-width: 768px) {
  #app .main .intro .card .new .text2 {
    padding: 0 20px;
  }
}
#app .main .intro .card .new strong {
  color: #a6ce39;
}
#app .main .intro .card .new .travel_card {
  position: absolute;
  right: -26px;
  top: -15px;
  transform: rotate(10deg);
  width: 120px;
}
@media (max-width: 768px) {
  #app .main .intro .card .new .travel_card {
    width: 73px;
    right: -25px;
    top: 32px;
  }
}
#app .main .intro .card-ctn {
  background-color: #055541;
  padding: 25px;
}
#app .main .intro .card-ctn img {
  width: 100px;
}
#app .main section.offer {
  background-image: linear-gradient(to top left, rgba(57, 181, 74, 0.0705882353), rgba(255, 222, 47, 0.0705882353));
}
#app .main section.offer .offers-ctn {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #app .main section.offer .offers-ctn {
    flex-direction: column;
    text-align: left;
  }
}
#app .main section.offer .offers-ctn > .item {
  flex: 1;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
#app .main section.offer .offers-ctn > .item > img {
  width: 100%;
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  #app .main section.offer .offers-ctn > .item > img {
    width: 60px;
    height: auto;
  }
}
@media (max-width: 768px) {
  #app .main section.offer .offers-ctn > .item {
    align-items: center;
    display: flex;
    gap: 20px;
    flex-direction: row;
  }
}
#app .main section.offer .card {
  margin-top: 50px;
  padding: 30px 20px 0;
  margin-bottom: 150px;
  position: relative;
}
#app .main section.offer .card .prize-ctn {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}
#app .main section.offer .card .prize-ctn > .item {
  width: calc(50% - 10px);
  gap: 30px;
  padding: 20px;
  display: flex;
  align-items: center;
  text-align: left;
}
#app .main section.offer .card .prize-ctn > .item img {
  width: 100px;
  height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  #app .main section.offer .card .prize-ctn > .item img {
    width: 50px;
    height: auto;
  }
}
@media (max-width: 768px) {
  #app .main section.offer .card .prize-ctn > .item {
    width: 100%;
    gap: 20px;
    padding: 0;
  }
}
#app .main section.offer .card .last {
  padding: 50px 0 180px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  #app .main section.offer .card .last {
    padding: 20px 0 30px;
  }
}
@media (max-width: 768px) {
  #app .main section.offer .card {
    margin-bottom: 0;
  }
}
#app .main section.offer .card .register {
  padding: 25px 230px 25px 40px;
  background-color: #dff0e4;
  position: absolute;
  width: 1000px;
  max-width: 90%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
#app .main section.offer .card .register strong {
  line-height: 1.8;
}
@media (max-width: 768px) {
  #app .main section.offer .card .register {
    padding: 20px;
    text-align: center;
    position: relative;
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    transform: unset;
    left: unset;
    bottom: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
}
#app .main section.offer .card .register .qrcode {
  width: 217px;
  height: 216px;
  min-width: 217px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.floating-banner {
  box-shadow: 0 -7px 6px rgba(0, 0, 0, 0.1254901961);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #dff0e4;
  z-index: 5;
  font-size: 24px;
}
@media (max-width: 768px) {
  .floating-banner {
    font-size: 16px;
  }
}
.floating-banner .content {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1000px) {
  .floating-banner .content {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
.floating-banner .content .p2g-content {
  font-size: 18px;
  padding-left: 30px;
  border-left: 1px solid #0d6c28;
  line-height: 1.8;
  width: 50%;
}
@media (max-width: 1000px) {
  .floating-banner .content .p2g-content {
    padding-left: 0px;
    border-left: unset;
    width: 100%;
    padding-top: 5px;
    border-top: 1px solid #0d6c28;
  }
}
@media (max-width: 768px) {
  .floating-banner .content .p2g-content {
    font-size: 14px;
    line-height: 1.2;
  }
}
.floating-banner .content .p2g-content strong {
  font-size: 18px;
}
@media (max-width: 768px) {
  .floating-banner .content .p2g-content strong {
    font-size: 16px;
  }
}
.floating-banner.placeholder {
  position: unset;
  opacity: 0;
  margin-top: 40px;
  pointer-events: none;
}
.floating-banner .ctn {
  margin: auto;
  max-width: 1440px;
  padding: 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .floating-banner .ctn {
    padding: 5px 20px;
  }
}
.floating-banner .ctn strong {
  color: #0d6c28;
}
.floating-banner .ctn strong.yuu {
  color: #3b79d5;
}
.floating-banner .ctn .text {
  margin-right: auto;
}
.floating-banner .ctn .icon {
  width: 73px;
  margin-top: -45px;
}
@media (max-width: 1000px) {
  .floating-banner .ctn .icon {
    margin-top: 5px;
    width: 54px;
    margin-bottom: auto;
  }
}
.floating-banner .ctn a {
  overflow: hidden;
  position: relative;
  display: inline-block;
  background-color: #0d6c28;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
  padding: 10px 20px;
  min-width: -moz-max-content;
  min-width: max-content;
  min-width: 208px;
  margin: auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .floating-banner .ctn a {
    min-width: 130px;
    padding: 2px 20px;
  }
}
.floating-banner .ctn a:after {
  content: "";
  position: absolute;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0.8) 50%, rgba(0, 0, 0, 0) 75%);
  width: 200%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate(50%, 0);
  background-size: 100%;
}
.floating-banner .ctn a:hover:after {
  transition: transform 1.2s;
  transform: translate(-100%, 0);
}

body[url_view=p2g] .p2g-hide {
  display: none !important;
}
body[url_view=p2g] #app .main section.offer .card .register {
  padding: 25px 40px;
}
@media (max-width: 768px) {
  body[url_view=p2g] #app .main section.offer .card .register {
    padding: 20px;
  }
}
body[url_view=d2g] .p2g-show {
  display: none !important;
}
body[url_view=daasc] .main .p2g-hide {
  display: none !important;
}
body[url_view=daasc] .floating-banner .p2g-show {
  display: none !important;
}
body[url_view=daasc] #app .main section.offer .card .register {
  padding: 25px 40px;
}
@media (max-width: 768px) {
  body[url_view=daasc] #app .main section.offer .card .register {
    padding: 20px;
  }
}

.btn {
  overflow: hidden;
  position: relative;
  display: inline-block;
  background-color: #0d6c28;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
  padding: 10px 20px;
  min-width: -moz-max-content;
  min-width: max-content;
  min-width: 208px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 130px;
  }
}
.btn:after {
  content: "";
  position: absolute;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0.8) 50%, rgba(0, 0, 0, 0) 75%);
  width: 200%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate(50%, 0);
  background-size: 100%;
}
.btn:hover:after {
  transition: transform 1.2s;
  transform: translate(-100%, 0);
}/*# sourceMappingURL=style.css.map */