@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;
}
@keyframes man01{
	0%{transform:translate(0%,0%);}
	50%{transform:translate(0%,4%);}
	100%{transform:translate(0%,0%);}
}
@keyframes man02{
	0%{transform:translate(0%,0%);}
	50%{transform:translate(0%,-4%);}
	100%{transform:translate(0%,0%);}
}
.pc{
	display: block;
}
.mo{
	display:none;
}
.logo-bg-outer {
  position: relative;
  z-index:10;
  background: #fff;
  text-align: left;
}
.logo-bg {
  width: 100%;
}
.logo-bg img {
  display: inline;
}
.logo1 {
  float: left;
}
.kv {
  position: relative;
  background: #b09bea url("../images/kv-bg.jpg") no-repeat top/100%;
  padding-bottom: 18%;
  background-attachment: fixed;
  overflow-x: hidden;
}
.kv-title {
  position: relative;
  z-index:10;
  width:48%;
  margin:-2.2% auto 0 auto;
}
.kv-left {
  position: absolute;
  width:25%;
  top:9.2%;
  left:-1%;
  animation:man01 4s linear 0s infinite;
}
.kv-right {
  position: absolute;
  width:20.8%;
  top:18%;
  right:3%;
  animation:man02 4s linear 0s infinite;
}
.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:22px;
  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 {
  width:100%;
  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) {
.pc{
	display:none;
}
.mo{
	display: block;
}
  .kv {
    background: #b09bea url("../images/kv-bg-m.jpg") no-repeat top/100%;
    padding-bottom: 30%;
  }
  .kv-title {
    width:96%;
    margin:6% auto 0 auto;
    min-height:144vw;
    position: relative;
  }
  .kv-left {
    position: absolute;
    width:44%;
    top:auto;
    left:2%;
	bottom:14%;
	animation:man01 4s linear 0s infinite;
  }
  .kv-right {
    position: absolute;
    width:40%;
    top:auto;
    right:4%;
	bottom:14%;
	animation:man02 4s linear 0s infinite;
  }
  .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 (min-width:450px) and (max-width:768px){
.pc{
	display:none;
}
.mo{
	display: block;
}
  .kv {
    background: #b09bea url("../images/kv-bg-t.jpg") no-repeat top/100%;
    padding-bottom: 30%;
  }
  .kv-title {
    width:78%;
    margin:-2% auto 0 auto;
    min-height:90vw;
    position: relative;
  }
  .kv-left {
    position: absolute;
    width:30%;
    top:auto;
    left:6%;
	bottom:10%;
	animation:man01 4s linear 0s infinite;
  }
  .kv-right {
    position: absolute;
    width:27%;
    top:auto;
    right:8%;
	bottom:8%;
	animation:man02 4s linear 0s infinite;
  }	
}
@media screen and (max-width: 600px) {
  .logo-bg img {
    height: 40px;
    padding:8px 0 0 0;
  }
  .btn-collapse, .btn-collapse .icon {
    font-size:26px;
  }
  .collapse {
    padding: 10px 10px 30px;
	  font-size:20px;
  }
  .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);
  }
}