* {
  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;
}

html {
  scroll-behavior: smooth;
}

.kv {
  position: relative;
  background: #7B34C6 url("../images/kv-bg.jpg") no-repeat top/100%;
  z-index: 1;
  overflow-x: hidden;
}

.kv-title-group {
  width: 46%;
  position: relative;
  margin-left: 27%;
  margin-top: -1%;
  transform: translateX(-50%);
}
.kv-title-group .kv-start {
  position: absolute;
  width: 14%;
  left: 46%;
  top: 80%;
}

.kv-coin {
  position: absolute;
  animation: float 2s infinite ease-in-out;
}
.kv-coin.coin1 {
  width: 8%;
  left: 11%;
  top: 7.5%;
}
.kv-coin.coin2 {
  width: 6%;
  left: 30%;
  top: 5%;
  animation-delay: 0.5s;
}
.kv-coin.coin3 {
  width: 5%;
  left: 66%;
  top: 6%;
  animation-delay: 0.8s;
}
.kv-coin.coin4 {
  width: 8%;
  left: 78%;
  top: 9%;
  animation-delay: 0.2s;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}
.img-m {
  display: none;
}

.txt {
  width: 85%;
  max-width: 1200px;
  margin: 5% auto;
}

.btn-group {
  display: flex;
  justify-content: center;
  margin: 6% 0;
}

.cta img {
  width: 90%;
  max-width: 500px;
  animation: click 1s infinite ease-out;
}

@keyframes click {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.notebg {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.btn-collapse {
  display: block;
  padding: 20px 25px;
  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: 90%;
  text-align: left;
  color: #333;
  padding: 10px 30px 30px;
  margin: auto;
  font-size: 16.5px;
  opacity: 0;
  transition: 500ms all;
  background: #fff;
  border-radius: 40px 40px 0 0;
}
.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: #fff;
  background-color: transparent;
  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: #7B34C6 url("../images/kv-bg-m.jpg") no-repeat top/100%;
  }
  .kv-title-group {
    width: 105%;
    margin-left: -2.5%;
    margin-top: -12%;
  }
  .kv-title-group .kv-start {
    width: 15%;
    left: 44%;
    top: 84%;
  }
  .kv-coin.coin2 {
    width: 17%;
    left: 8%;
    top: 9.5%;
  }
  .kv-coin.coin3 {
    width: 13%;
    left: 82%;
    top: 8%;
  }
  .txt {
    width: 95%;
    margin-bottom: 30px;
  }
  .img-d {
    display: none;
  }
  .img-m {
    display: block;
  }
  .btn-group {
    flex-direction: column;
    gap: 30px;
    margin: 12% 0 0;
  }
  .cta img {
    width: 90%;
    max-width: 250px;
  }
}
@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;
  }
}