* {
  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: #222283 url("../images/kv-bg.jpg") no-repeat top/100%;
  z-index: 1;
  overflow-x: hidden;
}

.kv-title {
  width: 90%;
  max-width: 980px;
  position: relative;
  margin: 5% auto 1%;
}

.kv-light {
  width: 8%;
  position: absolute;
  top: 26%;
  left: 45%;
}

.kv-blend {
  mix-blend-mode: color-dodge;
}

.kv-title2 {
  position: relative;
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}
.kv-title2 .text {
  position: absolute;
  width: 60%;
  max-width: 620px;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}
.kv-title2 .kv-limited {
  position: absolute;
  width: 12%;
  top: -37%;
  left: 12%;
}

.kv-people {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 2% auto;
  padding-bottom: 250px;
}
.kv-people .kv-p1 {
  position: absolute;
  width: 25%;
  left: -4%;
  bottom: -10%;
}
.kv-people .kv-p2 {
  position: absolute;
  width: 25%;
  right: -2%;
  bottom: -10%;
}

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

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 70%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.img-m {
  display: none;
}

.event {
  position: relative;
  margin: 0 auto 5%;
  width: 90%;
  max-width: 1200px;
}
.event.event1 {
  margin-top: -5%;
}

.slider {
  position: absolute;
  width: 70%;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.cta {
  position: absolute;
  width: 75%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 13%;
}
.cta img {
  width: 50%;
  max-width: 500px;
  padding: 5% 0;
  animation: click 1s infinite ease-out;
}
.cta.cta2 {
  bottom: 52%;
}

@keyframes click {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.c-primary {
  color: #7B34C6;
}

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

.note-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #7B34C6;
  margin-top: 20px;
}

.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 {
  line-height: 2;
}
.collapse h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px;
  color: #7B34C6;
}

.collapse-inner {
  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: #7B34C6;
  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: #222283 url("../images/kv-bg-m.jpg") no-repeat top/100%;
  }
  .kv-title {
    margin: 10% auto 5%;
  }
  .kv-title2 {
    width: 110%;
    margin-left: -5%;
  }
  .kv-people {
    padding-bottom: 56%;
  }
  .kv-people .kv-p1 {
    width: 40%;
    left: 8%;
  }
  .kv-people .kv-p2 {
    width: 38%;
    right: 8%;
  }
  .img-d {
    display: none;
  }
  .img-m {
    display: block;
  }
  .cta img {
    width: 70%;
    max-width: 280px;
  }
  .cta.cta2 {
    bottom: 48%;
  }
  .slider {
    width: 55%;
    bottom: 5%;
  }
}
@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;
  }
  .note-title {
    font-size: 20px;
  }
}