@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: url("../images/kv-bottom.png") no-repeat bottom/100%, url("../images/kv-bg.jpg") no-repeat top/100%, #C15ADB;
  overflow: hidden;
  padding-bottom: 5%;
}

.kv-888 {
  position: relative;
  width: 21%;
  margin-top: 4%;
  margin-left: 42%;
}

.kv-main {
  width: 17%;
  margin-top: 4%;
  margin-left: 42%;
}

.kv-light1 {
  position: absolute;
  width: 8%;
  left: 15%;
}

.kv-light2 {
  position: absolute;
  width: 10%;
  left: 21%;
}

.kv-light3 {
  position: absolute;
  width: 8%;
  left: 62%;
}

.kv-light4 {
  position: absolute;
  width: 10%;
  left: 69%;
}

.kv-limited {
  position: absolute;
  width: 15%;
  left: 22%;
  top: 1%;
}

:root {
  --animate-delay: 0.2s;
  --animate-duration: 1.4s;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.img-m {
  display: none;
}

.title {
  width: 90%;
  max-width: 1100px;
  padding-top: 7%;
}

.event {
  display: flex;
  gap: 60px;
  margin: 60px auto;
  max-width: 1200px;
  width: calc(100% - 40px);
  position: relative;
  z-index: 1;
}
.event img {
  width: 100%;
}

.sec1 {
  width: 100%;
  margin: -1px auto;
  padding: 2% 0 5%;
  position: relative;
  background: #E6E2F3;
}
.sec1 .step-title {
  width: 65%;
  max-width: 700px;
  margin: 5% auto 2%;
}

/* 步驟說明 */
.slider {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding: 60px 0 0;
}
.slider img {
  width: 95%;
}

.slide {
  position: relative;
}
.slide.next::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url("../images/next.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 55%;
  right: -35px;
}

.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: 80%;
  max-width: 400px;
  padding: 40px 0 60px;
}

.animate__animated.animate__shakeY {
  --animate-duration: 4s;
}

.c-green {
  color: #00AD97;
}

.note-outer {
  position: relative;
}

.notebg {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.btn-app img {
  padding-bottom: 20px;
  width: 40%;
  max-width: 200px;
}

.btn-collapse {
  display: block;
  padding: 20px 25px;
  background: #E6E2F3;
  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: #E6E2F3;
}
.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 {
  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: #fff;
  background-color: #805DBE;
  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;
}

.note-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #7B34C6;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .kv {
    background: #C15ADB url("../images/kv-bg-m.jpg") no-repeat top/100%;
  }
  .kv-888 {
    width: 61%;
    margin-top: 55%;
    margin-left: 26%;
  }
  .kv-main {
    width: 58%;
    margin-top: 9%;
    margin-left: 23%;
  }
  .kv-light1 {
    width: 18%;
    left: 3%;
  }
  .kv-light2 {
    width: 21%;
    left: 14%;
    top: -1.5%;
  }
  .kv-light3 {
    width: 20%;
    left: 55%;
    top: 1%;
  }
  .kv-light4 {
    width: 25%;
  }
  .kv-limited {
    width: 30%;
    top: 12%;
    left: 10%;
  }
  .event {
    flex-direction: column;
    width: 80%;
    gap: 30px;
    margin: 30px auto;
  }
  .sec1 .step-title {
    width: 80%;
    margin: 10% auto 5%;
  }
  .slider {
    padding: 0;
  }
  .slide.next::after {
    display: none;
  }
  .slick-dots {
    left: 48%;
    bottom: -10px;
  }
  .slick-dots li button:before {
    background: #b9b9b9;
  }
  .img-d {
    display: none;
  }
  .img-m {
    display: block;
  }
  .cta img {
    width: 60%;
    max-width: 280px;
    padding: 15% 0 20%;
  }
  .note-outer::before {
    width: 20%;
    padding-bottom: 18%;
  }
}
@media screen and (max-width: 600px) {
  .logo-bg img {
    height: 35px;
  }
  .btn-collapse,
  .btn-collapse .icon {
    font-size: 20px;
  }
  .collapse {
    padding: 10px 20px 30px;
  }
  .collapse-inner {
    border-radius: 20px;
  }
  .btn-collapse {
    padding: 20px 25px;
  }
}