@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
    margin: 0px;
    padding: 0px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Roboto", "Droid Sans", PingFang TC, "黑體-繁", Heiti TC, "蘋果儷中黑", Apple LiGothic Medium, Arial, "微軟正黑體", "Microsoft JhengHei", "Microsoft Yahei";
    height: 100%;
    font-size: 20px;
}
.wrapper {
  text-align: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto
}
a img {
  border: 0
}
@keyframes kv {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.img-m {
  display: none;
  max-width:100%;
}
.visible-xs {
  display: none;
}
/**************************/
header {
  position: relative;
  background: #FFFFFF;
  height: 3vw;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  text-align: left;
  z-index: 800;
  /*box-shadow: rgba(0, 0, 0, 0.1) 0px 7px 7px;*/
}
header img {
  height: 100%;
  width: auto;
  display: block;
}
header a {
  height: 2vw;
  width: auto;
  margin: 0.5vw 0 0 2vw;
  display: inline-block;
  cursor: pointer;
}
/**************************/
.kv {
  background: #F8F5FE;
  position: relative;
}
.kv .inner {
  position: relative;
  opacity: 0;
  transform: scale(0);
  animation: kvin 1s 0.5s forwards;
  max-width: 1400px;
  width: 100%;
  transform-origin: bottom center;
}
.kv .f2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: kv 2s 0s infinite
}
.kv .img {}
.kv:before {
  display: block;
  content: '';
  width: 100%;
  height: 63px;
  background: url(images/curve.jpg) no-repeat top center;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
}
.kv:after {
  display: block;
  content: '';
  width: 100%;
  height: 67px;
  background: url(images/curve2.png) no-repeat bottom center;
  background-size: 100% 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
.inner {
  max-width: 1000px;
  margin: 0 auto;
  min-height: 300px;
}
@keyframes kvin {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes kv {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.txt1 {
  width:50%;
  margin:8% auto 0% auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.event {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.event > .col {
  width: 40%;
  margin: 0 auto;
}
.ctabgTwo{
  text-align: center;
  position: relative;
  width:100%;
  margin: 0 auto 4% auto;
}
.ctaoTwo {
  display: inline-block;
  width: 40%;
  margin:0 auto;
  animation:cta .8s 0s infinite;
}
@keyframes cta {
  0% {
    transform: translate(0%, 0)
  }
  20% {
    transform: translate(0%, 2px)
  }
  30% {
    transform: translate(0%, 10px)
  }
  80% {
    transform: translate(0%, 10px)
  }
  100% {
    transform: translate(0%, 0)
  }
}
/********************************/
.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;
}

/***************************************/
.Open {
  width: 100%;
}
.Close {
  position: absolute;
  width: 100%;
}
.note {
  position: relative;
  z-index: 500;
  padding: 2vw 0 5vw 0;
  text-align: center;
  background: #E6E2F3;
}
.note::after {
  clear: both;
  display: block;
  content: "";
}
.note .title01 {
  font-size: 1.4em;
  font-weight: bold;
  color: #825dc7;
  text-align: center;
  margin: 1em auto;
}
.noteBtn {
  position: relative;
  display: inline-block;
  font-size: 1.4em;
  font-weight: bold;
  color: #825dc7;
  border-radius: 900px;
  padding: 0.5em 1em;
  cursor: pointer;
  border: 2px solid #825dc7;
  clear: both;
  background: #ffffff;
  vertical-align:middle;
}
.noteBtn span {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align:middle;
  margin: 0 0 0 0.5em;
}
.noteBox {
  display: none;
  font-size: 1.2em;
  line-height: 1.6em;
  margin: 2em auto 0 auto;
  width: 94%;
  font-weight: normal;
  background: #ffffff;
  color: #000000;
  text-align: left;
  border-radius: 1.5vw;
  box-sizing: border-box;
  padding: 1.5em 1em 1.5em 1.5em;
}
.noteBox li {
  padding: 1em 1em 0.5em 0;
}
.noteBox a {
  text-decoration: underline;
  color: #522ac3;
}
.noteNone {
  list-style: none;
  padding: 0 0 0 2em;
}
.noteNum {
  list-style: decimal;
  padding: 0 0 0 2em;
}
.noteDot {
  list-style: disc;
  padding: 0 0 0 2em;
}
.noteAlpha {
  list-style: upper-alpha;
  padding: 0 0 0 2em;
}
.noteCircle {
  list-style: circle;
  padding: 0 0 0 2em;
}
.note .table {
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  width: 100%;
}
.note .table th {
  background: #7b34c6;
  color: #ffffff;
  padding: 0.5em 0.4em;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  text-align: center;
  vertical-align: middle;
}
.note .table td {
  background: #ffffff;
  padding: 0.5em 0.4em;
  border-left: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  text-align: center;
  vertical-align: middle;
}

/***************************************pad01  start*********************************************/
@media screen and (min-width: 451px) and (max-width: 850px) {
  html,
  body {
    margin: 0px;
    padding: 0px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Roboto", "Droid Sans", PingFang TC, "黑體-繁", Heiti TC, "蘋果儷中黑", Apple LiGothic Medium, Arial, "微軟正黑體", "Microsoft JhengHei", "Microsoft Yahei";
    height: 100%;
    font-size: 20px;
  }
  header {
    background: #FFFFFF;
    height:4vw;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    text-align: left;
  }
  header a {
    height: 4.5vw;
    width: auto;
    margin: 1.5vw 0 0 3vw;
    display: inline-block;
    cursor: pointer;
  }
	
/*******************/
.img-m {
    display: inline-block;
  }
  .img {
    display: none;
  }
  .kv:before, .kv:after {
    display: none;
  }
  .kv {
    background: #fff;
  }
  .kv .inner {
    animation: fadein 1s 0.5s forwards;
    transform: scale(1);
  }
/********/
.txt1 {
  width:100%;
  margin:8% auto 0% auto;
}
.event > .col {
  width:49%;
  margin: 0 auto;
}
.ctabgTwo{
  text-align: center;
  position: relative;
  width:100%;
  margin: 0 auto 8% auto;
}
.ctaoTwo {
  display: inline-block;
  width:60%;
  margin:0 auto;
  animation:cta .8s 0s infinite;
}
  /***************************************/
  .Open {
    width: 100%;
  }
  .Close {
    position: absolute;
    width: 100%;
  }
  .note {
    padding: 5vw 0 5vw 0;
    text-align: center;
  }
  .note .title01 {
    font-size: 1.5em;
    line-height: 1.6em;
    font-weight: bold;
    padding: 0.5em 0;
    margin: 0 0 0.8em 0;
    text-align: center;
    color: #6e4ab1;
  }
  .note .title01 b {
    display: block;
  }
  .noteBtn {
    position: relative;
    display: inline-block;
    font-size: 1.4em;
    font-weight: bold;
    color: #825dc7;
    border-radius: 900px;
    padding: 0.5em 1em;
    cursor: pointer;
    border: 2px solid #825dc7;
    clear: both;
    background: #ffffff;
	vertical-align:text-top;
  }
  .noteBtn span {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align:text-top;
    margin: 0 0 0 0.5em;
  }
}
/***************************************mobile start*********************************************/
@media screen and (max-width: 450px) {
  html,
  body {
    margin: 0px;
    padding: 0px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Roboto", "Droid Sans", PingFang TC, "黑體-繁", Heiti TC, "蘋果儷中黑", Apple LiGothic Medium, Arial, "微軟正黑體", "Microsoft JhengHei", "Microsoft Yahei";
    height: 100%;
    font-size: 20px;
  }
  header {
    background: #FFFFFF;
    height: 12vw;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    text-align: left;
  }
  header a {
    height: 7vw;
    width: auto;
    margin: 2.5vw 0 0 3vw;
    display: inline-block;
    cursor: pointer;
  }
  /***************************************/

.img-m {
    display: inline-block;
  }
  .img {
    display: none;
  }
  .kv:before, .kv:after {
    display: none;
  }
  .kv {
    background: #fff;
  }
  .kv .inner {
    animation: fadein 1s 0.5s forwards;
    transform: scale(1);
  }
/********/
.txt1 {
  width:94%;
  margin:8% auto 0% auto;
}
.event > .col {
  width:94%;
  margin: 0 auto;
}
.ctabgTwo{
  text-align: center;
  position: relative;
  width:100%;
  margin: 0 auto 8% auto;
}
.ctaoTwo {
  display: inline-block;
  width:80%;
  margin:0 auto;
  animation:cta .8s 0s infinite;
}
/*******************/	
  .Open {
    width: 100%;
  }
  .Close {
    position: absolute;
    width: 100%;
  }
  .note {
    padding: 5vw 0 16vw 0;
    text-align: center;
  }
  .note .title01 {
    font-size: 1.6em;
    font-weight: bold;
    color: #825dc7;
    text-align: center;
    margin: 2em auto 0.6em auto;
  }
  .note .title01 span {
    display: inline-block;
  }
  .noteBtn {
    position: relative;
    display: inline-block;
    font-size:1.4em;
    font-weight: bold;
    color: #825dc7;
    border-radius: 900px;
    padding: 0.5em 1em;
    cursor: pointer;
    border: 1px solid #825dc7;
    clear: both;
	vertical-align:text-top;
  }
  .noteBtn span {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align:text-top;
    margin: 0 0 0 0.5em;
  }
  .noteBox {
    display: none;
    font-size:1em;
    line-height: 1.8em;
    padding: 1.6em 0.5em 1.5em 0em;
    margin: 2em auto 0 auto;
    width: 96%;
    font-weight: normal;
    color: #000000;
    text-align: left;
    border-radius: 1.5vw;
  }
  .noteBox li {
    padding: 0 0 1em 0;
  }
  .noteBox a {
    text-decoration: underline;
    color: #522ac3;
  }
}