@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 13px;
  font-family: "Microsoft Jhenghei", sans-serif;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

p,
li {
  margin-bottom: 5px;
  line-height: 1.5;
}

.wrapper {
  text-align: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}

.text-right {
  text-align: right;
}

.fw-bold {
  font-weight: bold;
}

.logo-bg-outer {
  background: #fff;
  text-align: left;
}

.logo-bg {
  width: 100%;
}

.logo-bg img {
  display: inline;
}

.logo1 {
  float: left;
}

.kv {
  position: relative;
  background: #7ecfe1 url("../images/kv-bg.jpg") no-repeat top/100%;
  padding-bottom: 18%;
  background-attachment: fixed;
  overflow-x: hidden;
}

.kv-title {
  width: 42%;
  margin-left: 28%;
  margin-top: 2%;
  min-height: 50vh;
}
.kv-title .tag{
	position:absolute;
	width:18%;
	z-index:99;
	right:-8.6%;
	top:2%;
}
.kv-title .title2 {
  width:100%;
  margin-top: -6%;
  margin-left:2.8%;
}

.kv-left {
  width: 15%;
  position: absolute;
  bottom: 5%;
  left: 8%;
}
.kv-left .kv-coin {
  position: absolute;
  animation: fadeoutTop 2s ease-in infinite;
}
.kv-left .kv-coin.coin1 {
  width: 22%;
  left: 85%;
  top: -20%;
}
.kv-left .kv-coin.coin2 {
  width: 23%;
  left: 60%;
  top: -32%;
  animation-delay: 0.4s;
}
.kv-left .kv-coin.coin3 {
  width: 24%;
  left: 87%;
  top: -43%;
  animation-delay: 0.6s;
}

.kv-right {
  width: 25%;
  position: absolute;
  bottom: 2%;
  right: 5%;
}
.kv-right .kv-bill {
  width: 27%;
  position: absolute;
  animation: fadeoutLeft 1.5s ease-in infinite;
}
.kv-right .kv-bill.bill1 {
  left: -39%;
  top: 27%;
}
.kv-right .kv-bill.bill2 {
  left: -68%;
  top: 34%;
  animation-delay: 0.3s;
}
.kv-right .kv-bill.bill3 {
  left: -79%;
  top: 45%;
  animation-delay: 0.6s;
}
.kv-right .kv-bill.bill4 {
  left: -111%;
  top: 43%;
  animation-delay: 0.8s;
}
.kv-right .kv-bill.bill5 {
  left: -146%;
  top: 42%;
  animation-delay: 1.2s;
}

.w-100 {
  width: 100%;
}

.kv-cta {
  display: block;
  margin: 0 auto 2%;
  width: 25%;
  animation: vibrate 1.3s ease-in-out infinite;
}

:root {
  --animate-delay: 0.5s;
}

@keyframes vibrate {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(1, 1, 1) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.05, 1.05, 1.05) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.05, 1.05, 1.05) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes fadeoutLeft {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  20% {
    opacity: 1;
    transform: translate(-10px, 0);
  }
  80% {
    opacity: 1;
    transform: translate(-18px, 0);
  }
  100% {
    opacity: 0;
    transform: translate(-20px, 0);
  }
}
@keyframes fadeoutTop {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  20% {
    opacity: 1;
    transform: translate(0, -10px);
  }
  80% {
    opacity: 1;
    transform: translate(0, -18px);
  }
  100% {
    opacity: 0;
    transform: translate(0, -20px);
  }
}
.img-m {
  display: none;
}

.sec {
  padding: 0 10% 240px;
  margin-top: -1px;
}
.sec.sec1 {
  background: url("../images/sec1-bg-bottom.png") bottom/100% no-repeat, url("../images/sec1-bg.png") top/100% no-repeat;
  margin-top: -10%;
  padding-top: 12%;
  position: relative;
  z-index: 99;
}
.sec.sec1 .event-img {
  width: 90%;
  max-width: 1500px;
  margin: auto;
}
.sec.sec1 .example {
  margin-top: 10%;
}
.sec.sec2 {
  background: url("../images/sec2-bg.jpg") bottom/100% no-repeat;
}
.sec.sec3 {
  background: url("../images/sec3-bg.jpg") bottom/100% no-repeat;
}
.sec.sec4 {
  background: url("../images/sec4-bg.jpg") bottom/100% no-repeat;
}
.sec .sec-title {
  margin: 0 auto 5%;
  max-width: 1000px;
}
.sec .QRcode {
  margin-top: 5%;
}
.sec .step {
  margin: 5% auto;
}
.sec .step-note {
  font-size: 24px;
  margin: 2% auto 0;
}

/* 步驟說明 */
.slider {
  width: 90%;
  margin: auto;
  padding: 60px 0 0;
}
.slider img {
  width: 80%;
}

.slick-dots {
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  bottom: -5%;
}

.slick-next, .slick-prev {
  top: 45%;
}
.slick-next:before, .slick-prev:before {
  width: 40px;
}

.cta img {
  width: 40%;
  max-width: 500px;
  padding: 3% 0 10%;
  animation: vibrate 1.3s ease-in-out infinite;
}

.note-outer {
  position: relative;
}

.notebg {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.btn-app img {
  padding-bottom: 20px;
  width: 40%;
  max-width: 200px;
}

.btn-collapse {
  display: block;
  padding: 20px 25px;
  background: #fff;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  font-weight: bold;
}
.btn-collapse > span:nth-child(1) {
  display: inline-flex;
  align-items: center;
}
.btn-collapse .icon {
  font-size: 30px;
  margin-left: 4px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  text-align: center;
}
.btn-collapse .minus {
  display: none;
}
.btn-collapse.open .plus {
  display: none;
}
.btn-collapse.open .minus {
  display: inline-block;
}

.collapse {
  display: none;
  width: 100%;
  text-align: left;
  color: #333;
  padding: 10px 30px 30px;
  font-size: 16.5px;
  opacity: 0;
  transition: 500ms all;
  background: #fff;
}
.collapse.in {
  display: block;
  opacity: 1;
}
.collapse a {
  color: #7B34C6;
  text-decoration: underline;
  word-break: break-all;
}
.collapse li {
  line-height: 1.8;
}
.collapse p {
  font-size: 16.5px;
  line-height: 2;
}
.collapse h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px;
  color: #7B34C6;
}

.collapse-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 2% 5%;
  border-radius: 40px;
  position: relative;
  z-index: 1;
}

.btn-border {
  padding: 15px 40px;
  color: #7B34C6;
  background-color: #fff;
  border-radius: 100px;
}

.note_DotList {
  list-style: disc;
  padding: 0 0 0 2em;
  margin: 0;
}

.note_NumList {
  list-style: decimal;
  padding: 0 0 0 2em;
  margin: 0;
}

.note_NumList2 {
  counter-reset: list;
  list-style: none;
}
.note_NumList2 > li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.note_NumList2 > li::before {
  content: "(" counter(list) ") ";
  counter-increment: list;
}

@media screen and (max-width: 768px) {
  .kv {
    background: #7ecfe1 url("../images/kv-bg-m.jpg") no-repeat top/100%;
    padding-bottom: 30%;
  }
  .kv-title {
    width: 90%;
    margin-left: 5%;
    margin-top: 18%;
    min-height: 50vh;
    position: relative;
    z-index: 99;
  }
.kv-title .tag{
	position:absolute;
	width:18%;
	z-index:99;
	right:6%;
	top:-14%;
}
  .kv-left {
    width: 28%;
    left: 3%;
    bottom: -1%;
  }
  .kv-left .kv-coin {
    z-index: 1;
  }
  .kv-left .kv-coin.coin1 {
    top: -15%;
  }
  .kv-left .kv-coin.coin3 {
    display: none;
  }
  .kv-right {
    width: 43%;
    right: 3%;
    bottom: 0;
  }
  .kv-right .kv-bill {
    width: 24%;
  }
  .kv-right .kv-bill.bill1 {
    left: -21%;
    top: 15%;
  }
  .kv-right .kv-bill.bill2 {
    left: -26%;
    top: 3%;
  }
  .kv-right .kv-bill.bill3, .kv-right .kv-bill.bill4, .kv-right .kv-bill.bill5 {
    display: none;
  }
  .sec {
    padding: 30px 5% 60px;
  }
  .sec.sec1 {
    background: url("../images/sec1-bg-bottom.png") bottom/100% no-repeat, url("../images/sec1-bg-m.png") top/100% no-repeat;
    padding: 100px 5%;
    margin-top: -15%;
  }
  .sec.sec1 .event-img {
    width: 100%;
  }
  .sec.sec2 .step-note {
    margin-top: 0;
  }
  .sec .sec-title {
    width: 100%;
  }
  .sec .step-note {
    font-size: 16px;
    margin-top: 40px;
  }
  .slider {
    padding: 0;
  }
  .slick-dots {
    left: 48%;
    bottom: -10px;
  }
  .img-d {
    display: none;
  }
  .img-m {
    display: block;
  }
  .cta img {
    width: 70%;
    max-width: 280px;
    padding: 10% 0;
  }
}
@media screen and (max-width: 600px) {
  .logo-bg img {
    height: 35px;
  }
  .btn-collapse,
  .btn-collapse .icon {
    font-size: 20px;
  }
  .collapse {
    padding: 10px 10px 30px;
  }
  .collapse-inner {
    border-radius: 20px;
  }
  .btn-collapse {
    padding: 20px 25px;
  }
}
@keyframes fadeoutLeft {
  0% {
    opacity: 0;
    transform: translate(0, 0) rotate(15deg);
  }
  20% {
    opacity: 1;
    transform: translate(-8px, 0) rotate(15deg);
  }
  80% {
    opacity: 1;
    transform: translate(-13px, 0) rotate(15deg);
  }
  100% {
    opacity: 0;
    transform: translate(-15px, 0) rotate(15deg);
  }
}
@keyframes fadeoutTop {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  20% {
    opacity: 1;
    transform: translate(0, -4px);
  }
  80% {
    opacity: 1;
    transform: translate(0, -8px);
  }
  100% {
    opacity: 0;
    transform: translate(0, -10px);
  }
}