@charset "utf-8";
@font-face {
  font-family: Flama;
  src: url(../font/FlamaSemicondensed-Ultralight.woff);
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanstc/v36/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz75Ky_Co.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanstc/v36/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz7wm1_Co.ttf) format('truetype');
}
/****************************/
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%;
  background: #ffffff;
  font-size: 20px;
}
.loading {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 999;
  left: 0px;
  top: 0px;
  text-align: center;
}
.loading > div {
  position: fixed;
  display: inline-block;
  width: 13%;
  left: 43.5%;
  top: 26vh;
}
#stage {
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
  font-size: calc(100vw / 100);
}
a {
  cursor: pointer;
  outline: none;
  hlbr: expression(this.onFocus=this.blur());
}
img {
  border: 0;
  width: 100%;
  height: auto;
  display: block;
}
.borderWidth {
  position: relative;
  width: 100%;
  padding: 0px 0%;
  margin: 0px auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.borderWidth::after {
  clear: both;
  display: block;
  content: "";
}
section,
div,
span {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.textPurple {
  color: #7b34c6;
}
.textGreen {
  color: #349100;
}
.textRed {
  color: #FF0004;
}
.mo {
  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;
}
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;
}
/**************************/
@keyframes btn {
  0% {
    transform: rotate(-4deg);
  }
  5% {
    transform: rotate(4deg);
  }
  10% {
    transform: rotate(-4deg);
  }
  15% {
    transform: rotate(4deg);
  }
  20% {
    transform: rotate(-4deg);
  }
  25% {
    transform: rotate(4deg);
  }
  26% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes slideRight {
  0% {
    transform: translate(100%, 0%);
    opacity: 0;
  }
  1% {
    transform: translate(100%, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    transform: translate(-100%, 0%);
    opacity: 0;
  }
  1% {
    transform: translate(-100%, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
.slideLeft {
  opacity: 1;
  animation: slideLeft 1s linear forwards 0s 1;
}
.slideRight {
  opacity: 1;
  animation: slideRight 1s linear forwards 0s 1;
}
.lineline {
  display: none;
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 1px;
  content: "";
  background: #ff0004;
  left: 0;
  top: 162vw;
}
.kv25Q2 {
  position: relative;
  overflow: hidden;
}
.kv25Q2 .tag {
  position: absolute;
  z-index: 200;
  width: 30%;
  top: -4.8%;
  left: 35%;
}
.kv25Q2 .man {
  position: absolute;
  z-index: 250;
  width: 36%;
  left: 32.8%;
  bottom: 0%;
}
.kv25Q2 .coinB01 {
  position: absolute;
  z-index: 220;
  width: 60%;
  left: -10%;
  bottom: 0%;
}
.kv25Q2 .coinB02 {
  position: absolute;
  z-index: 220;
  width: 60%;
  left: 50%;
  bottom: 0%;
}
.kv25Q2 .coin01 {
  position: absolute;
  z-index: 300;
  width: 48%;
  left: -2%;
  bottom: -4%;
}
.kv25Q2 .coin02 {
  position: absolute;
  z-index: 300;
  width: 47%;
  right: -2%;
  bottom: -4%;
}
.kv25Q2 .sloganBox {
  position: relative;
  z-index: 100;
}
.kv25Q2 .sloganBox .left {
  width: 50%;
  display: inline-block;
  background: #7b34c6;
  margin: 0 -6px 0 0;
}
.kv25Q2 .sloganBox .left .img01 {
  display: block;
  width: 50%;
  margin: 7vw 16vw 17vw auto;
}
.kv25Q2 .sloganBox .right {
  width: 50%;
  display: inline-block;
  background: #79c416;
}
.kv25Q2 .sloganBox .right .img02 {
  display: block;
  width: 50%;
  margin: 7vw auto 17vw 16vw;
}
/***************************************/
.block02 {
  position: relative;
  padding: 10vw 0;
  text-align: center;
}
.block02 .txt {
  width: 90%;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  font-size: 3em;
  line-height: 1.6em;
  margin: 0 auto 1.5em auto;
}
.block02 .txt b {
  color: #7b34c6;
  font-size: 1.5em;
  font-weight: 900;
}
.block02 .txt span {
  display: inline-block;
  width: 100%;
}
.block02 .txt u {
  text-decoration: none;
  color: #7b34c6;
}
.block02 .txt i {
  font-style: normal;
  display: none;
}
.block02 .btnBox {
  text-align: center;
  margin: 0 auto;
}
.block02 .btnBox > a {
  display: inline-block;
  width: 24%;
  cursor: pointer;
  animation: btn 2s linear 0s infinite;
}
.block02 .btnBox .txt {
  font-size: 1.2em;
  text-align: center;
  line-height: 1.6em;
  margin: 0.5em auto 0 auto;
  color: #323232;
}
.block02 .arrow {
  position: absolute;
  z-index: 700;
  width: 12%;
  left: 44%;
  bottom: -9%;
}
.block02 .newTag {
  font-size: 2em;
  padding: 0.4em 0.8em;
  display: inline-block;
  background: #c19624;
  border-radius: 20px;
  color: #ffffff;
  font-weight: bold;
  margin: 0 0 1em 0;
}
/***************************************/
.block05 {
  position: relative;
  padding: 10vw 0;
  text-align: center;
  background: #f2f2f2;
  margin: 0 0 0 0;
}
.block05 .txt {
  width: 90%;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  font-size: 3em;
  line-height: 1.6em;
  margin: 0 auto 1.5em auto;
}
.block05 .txt b {
  color: #7b34c6;
  font-size: 1.5em;
  font-weight: 900;
}
.block05 .txt .sp01 {
  width: 90%;
  font-size: 0.5em;
  text-align: center;
  line-height: 1.6em;
  margin: 1em auto 0 auto;
  color: #5ba000;
}
.block05 .arrow {
  position: absolute;
  z-index: 700;
  width: 12%;
  left: 44%;
  bottom: -10.4%;
}
.block05 .newTag {
  font-size: 2em;
  padding: 0.4em 0.8em;
  display: inline-block;
  background: #c19624;
  border-radius: 20px;
  color: #ffffff;
  font-weight: bold;
  margin: 0 0 1em 0;
}
.slideTitle {
  width: 36%;
  margin: 10vw auto 4vw auto;
}
.slider {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.b4Slide {
  margin: 0 auto;
  text-align: left;
  cursor: all-scroll;
  text-align: center;
}
.b4Group {
  position: relative;
  display: inline-block;
  text-align: center;
}
.b4Pic {
  display: inline-block;
  width: 80%;
  vertical-align: middle;
}
.b4Arrow {
  position: absolute;
  width: 8%;
  right: -4%;
  top: 46%;
}
.b4Btn {
  text-align: center;
  padding: 0 0 2em 0;
}
.b4Btn > a {
  display: inline-block;
  width: 26%;
  margin: 5vw auto 0 auto;
  animation: btn 2s linear 0s infinite;
}
/***************************************/
.block06 {
  position: relative;
  padding: 10vw 0;
  text-align: center;
  background: #ffffff;
  margin: 0 0 0 0;
}
.block06 .txt {
  width: 90%;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  font-size: 3em;
  line-height: 1.6em;
  margin: 0 auto 1.5em auto;
}
.block06 .txt b {
  color: #7b34c6;
  font-size: 1.5em;
  font-weight: 900;
}
.block06 .arrow {
  position: absolute;
  z-index: 700;
  width: 12%;
  left: 44%;
  bottom: -10.4%;
}
.block06 .newTag {
  font-size: 2em;
  padding: 0.4em 0.8em;
  display: inline-block;
  background: #c19624;
  border-radius: 20px;
  color: #ffffff;
  font-weight: bold;
  margin: 0 0 1em 0;
}
.block06 .btnBx {
  text-align: center;
}
.block06 .btnBx > a {
  display: inline-block;
  width: 14em;
  animation: float3 1.6s linear 0s infinite;
}
.block06 .tableBox {
  width: 90%;
  margin: 0 auto 2em auto;
  font-size: 1.6em;
}
.block06 .tableTitle {
  text-align: right;
  margin: 0 0 0.4em 0;
}
.block06 .sptable {
  width: 100%;
  text-align: center;
  border-left: 1px solid #290052;
  border-top: 1px solid #290052;
}
.block06 .sptable th {
  border-right: 1px solid #290052;
  border-bottom: 1px solid #290052;
  padding: 0.4em;
  background: #7b34c6;
  color: #ffffff;
  font-weight: normal;
}
.block06 .sptable th span {
  display: inline-block;
}
.block06 .sptable td {
  border-right: 1px solid #290052;
  border-bottom: 1px solid #290052;
  padding: 0.4em;
  color: #000000;
}
.block06 .sptable td span {
  display: inline-block;
}
/***************************************/
.block03 {
  position: relative;
  padding: 10vw 0;
  text-align: center;
  background: #ffffff;
  margin: 0 0 8vw 0;
}
.block03 .arrow {
  position: absolute;
  z-index: 700;
  width: 12%;
  left: 44%;
  bottom: -10.4%;
}
.leftBox {
  width: 50%;
  display: inline-block;
  text-align: left;
  margin: 0 5% 0 0;
}
.leftBox .title {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  font-size: 3.6em;
  line-height: 1.6em;
  color: #7b34c6;
  margin: 0 0 0.5em 0;
}
.leftBox .txt {
  font-size: 2.2em;
  line-height: 1.6em;
  margin: 0 0 1em 0;
}
.leftBox .btnBx {
  text-align: left;
}
.leftBox .btnBx > a {
  display: inline-block;
  width: 14em;
  animation: float3 1.6s linear 0s infinite;
}
.rightBox {
  display: inline-block;
  width: 20%;
}
/***************************************/
.Open {
  width: 100%;
}
.Close {
  position: absolute;
  width: 100%;
}
.note {
  padding: 2vw 0 8vw 0;
  text-align: center;
}
.note::after {
  clear: both;
  display: block;
  content: "";
}
.note .title {
  font-size: 1.4em;
  font-weight: bold;
  color: #825dc7;
  text-align: center;
  margin: 1em auto;
}
.noteBtn {
  position: relative;
  display: inline-block;
  font-size: 1.8em;
  font-weight: bold;
  color: #825dc7;
  border: 1em 2em;
  border-radius: 900px;
  padding: 0.5em 1em;
  cursor: pointer;
  border: 3px solid #825dc7;
  clear: both;
}
.noteBtn span {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: bottom;
  margin: 0 0 0 0.5em;
}
.noteBox {
  display: none;
  font-size: 1.1em;
  line-height: 1.6em;
  margin: 2em auto 0 auto;
  width: 90%;
  font-weight: normal;
  background: rgba(0, 0, 0, 0.02);
  color: #000000;
  text-align: left;
  border-radius: 1.5vw;
  box-sizing: border-box;
  padding: 1.5em 2em 1.5em 2em;
}
.noteBox li {
  padding: 1em 1em 0.5em 0;
}
.noteBox a {
  text-decoration: underline;
  color: #522ac3;
}
.noteNone {
  list-style: none;
  padding: 0 0 0 1.4em;
}
.noteNum {
  list-style: decimal;
  padding: 0 0 0 1.4em;
}
.noteDot {
  list-style: disc;
  padding: 0 0 0 1.4em;
}
.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 span {
  display: inline-block;
}
.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;
}
/***************************************computer start*********************************************/
/***************************************19 inch start*********************************************/
@media screen and (min-width: 1025px) and (max-width: 1249px) {
  #stage {
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
    font-size: calc(100vw / 88);
  }
}
/***************************************15 inch start*********************************************/
@media screen and (min-width: 851px) and (max-width: 1024px) {
  #stage {
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
    font-size: calc(100vw / 88);
  }
}
/***************************************pad01  start*********************************************/
@media screen and (min-width: 450px) and (max-width: 850px) {
  #stage {
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
    font-size: calc(100vw / 50);
  }
  .loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 997;
    left: 0px;
    top: 0px;
    text-align: center;
  }
  .loading > div {
    position: fixed;
    display: inline-block;
    width: 30%;
    left: calc((100% - 30%) / 2);
    top: 25vh;
  }
  header {
    background: #FFFFFF;
    height: 8vw;
    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;
  }
  .pc {
    display: none;
  }
  .mo {
    display: block;
  }
  /***************************************/
  .kv25Q2 {
    position: relative;
    overflow: hidden;
  }
  .kv25Q2 .tag {
    position: absolute;
    z-index: 200;
    width: 54%;
    top: -1%;
    left: 23%;
  }
  .kv25Q2 .man {
    position: absolute;
    z-index: 250;
    width: 60%;
    left: 20%;
    bottom: 0%;
  }
  .kv25Q2 .coinB01 {
    position: absolute;
    z-index: 220;
    width: 90%;
    left: -40%;
    bottom: 0%;
  }
  .kv25Q2 .coinB02 {
    position: absolute;
    z-index: 220;
    width: 90%;
    left: 50%;
    bottom: 0%;
  }
  .kv25Q2 .coin01 {
    position: absolute;
    z-index: 300;
    width: 66%;
    left: -18%;
    bottom: -2.4%;
  }
  .kv25Q2 .coin02 {
    position: absolute;
    z-index: 300;
    width: 67%;
    right: -20%;
    bottom: -2.4%;
  }
  .kv25Q2 .sloganBox {
    position: relative;
    z-index: 100;
  }
  .kv25Q2 .sloganBox .left {
    width: 50%;
    display: inline-block;
    background: #7b34c6;
    margin: 0 -6px 0 0;
  }
  .kv25Q2 .sloganBox .left .img01 {
    display: block;
    width: 84%;
    margin: 28vw auto 49.2vw auto;
  }
  .kv25Q2 .sloganBox .right {
    width: 50%;
    display: inline-block;
    background: #79c416;
  }
  .kv25Q2 .sloganBox .right .img02 {
    display: block;
    width: 84%;
    margin: 28vw auto 49.2vw auto;
  }
  /***************************************/
  .block02 {
    position: relative;
    padding: 18vw 0;
    text-align: center;
  }
  .block02 .txt {
    width: 90%;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 2.4em;
    line-height: 1.6em;
    margin: 0 auto 2.4em auto;
  }
  .block02 .txt b {
    color: #7b34c6;
    font-size: 1.5em;
    font-weight: 900;
  }
  .block02 .txt span {
    display: inline-block;
    width: 100%;
  }
  .block02 .txt u {
    text-decoration: none;
    color: #7b34c6;
  }
  .block02 .btnBox {
    text-align: center;
    margin: 0 auto;
  }
  .block02 .btnBox > a {
    display: inline-block;
    width: 46%;
    cursor: pointer;
    animation: btn 2s linear 0s infinite;
  }
  .block02 .arrow {
    position: absolute;
    z-index: 700;
    width: 16%;
    left: 40%;
    bottom: -8%;
  }
  /***************************************/
  .block05 {
    position: relative;
    padding: 10vw 0;
    text-align: center;
    background: #f2f2f2;
    margin: 0 0 0 0;
  }
  .block05 .txt {
    width: 90%;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 2.4em;
    line-height: 1.6em;
    margin: 0 auto 1.5em auto;
  }
  .block05 .txt b {
    color: #7b34c6;
    font-size: 1.5em;
    font-weight: 900;
  }
  .block05 .arrow {
    position: absolute;
    z-index: 700;
    width: 12%;
    left: 44%;
    bottom: -10.4%;
  }
  .block05 .newTag {
    font-size: 2em;
    padding: 0.4em 0.8em;
    display: inline-block;
    background: #c19624;
    border-radius: 20px;
    color: #ffffff;
    font-weight: bold;
    margin: 0 0 1em 0;
  }
  .slideTitle {
    width: 70%;
    margin: 10vw auto 4vw auto;
  }
  .slider {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .b4Slide {
    margin: 0 auto;
    text-align: left;
    cursor: all-scroll;
    text-align: center;
  }
  .b4Group {
    position: relative;
    display: inline-block;
    text-align: center;
  }
  .b4Pic {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
  }
  .b4Arrow {
    position: absolute;
    width: 8%;
    right: 0%;
    top: 46%;
  }
  .b4Btn {
    text-align: center;
    padding: 0 0 2em 0;
  }
  .b4Btn > a {
    display: inline-block;
    width: 40%;
    margin: 5vw auto 0 auto;
    animation: btn 2s linear 0s infinite;
  }
  /***************************************/
  .block06 {
    position: relative;
    padding: 10vw 0;
    text-align: center;
    background: #ffffff;
    margin: 0 0 0 0;
  }
  .block06 .txt {
    width: 90%;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 2.4em;
    line-height: 1.6em;
    margin: 0 auto 1.5em auto;
  }
  .block06 .txt b {
    color: #7b34c6;
    font-size: 1.5em;
    font-weight: 900;
  }
  .block06 .arrow {
    position: absolute;
    z-index: 700;
    width: 12%;
    left: 44%;
    bottom: -10.4%;
  }
  .block06 .newTag {
    font-size: 2em;
    padding: 0.4em 0.8em;
    display: inline-block;
    background: #c19624;
    border-radius: 20px;
    color: #ffffff;
    font-weight: bold;
    margin: 0 0 1em 0;
  }
  .block06 .btnBx {
    text-align: center;
  }
  .block06 .btnBx > a {
    display: inline-block;
    width: 36%;
    animation: float3 1.6s linear 0s infinite;
  }
  /***************************************/
  .block03 {
    position: relative;
    padding: 18vw 0;
    text-align: center;
    background: #f5f5f5;
    margin: 0 0 8vw 0;
  }
  .block03 .arrow {
    position: absolute;
    z-index: 700;
    width: 16%;
    left: 40%;
    bottom: -5.4%;
  }
  .leftBox {
    width: 90%;
    display: block;
    text-align: center;
    margin: 0 auto 10% auto;
  }
  .leftBox .title {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 3.6em;
    line-height: 1.6em;
    color: #7b34c6;
    margin: 0 0 0.5em 0;
  }
  .leftBox .txt {
    font-size: 2.2em;
    line-height: 1.6em;
    margin: 0 0 1em 0;
  }
  .leftBox .btnBx {
    text-align: center;
  }
  .leftBox .btnBx > a {
    display: inline-block;
    width: 36%;
    animation: float3 1.6s linear 0s infinite;
  }
  .rightBox {
    display: block;
    width: 36%;
    margin: 0 auto;
  }
  /***************************************/
  .Open {
    width: 100%;
  }
  .Close {
    position: absolute;
    width: 100%;
  }
  .note {
    padding: 5vw 0 14vw 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;
  }
}
/***************************************mobile start*********************************************/
@media screen and (max-width: 450px) {
  #stage {
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
    font-size: calc(100vw / 40);
  }
  .loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 998;
    left: 0px;
    top: 0px;
    text-align: center;
  }
  .loading > div {
    position: fixed;
    display: inline-block;
    width: 46%;
    left: calc((100% - 46%) / 2);
    top: 25vh;
  }
  header {
    background: #FFFFFF;
    height: 14vw;
    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: 8vw;
    width: auto;
    margin: 3vw 0 0 3vw;
    display: inline-block;
    cursor: pointer;
  }
  .pc {
    display: none;
  }
  .mo {
    display: block;
  }
  /***************************************/
  .kv25Q2 {
    position: relative;
    overflow: hidden;
  }
  .kv25Q2 .tag {
    position: absolute;
    z-index: 200;
    width: 70%;
    top: 2%;
    left: 15%;
  }
  .kv25Q2 .man {
    position: absolute;
    z-index: 250;
    width: 80%;
    left: 10%;
    bottom: 0%;
  }
  .kv25Q2 .coinB01 {
    position: absolute;
    z-index: 220;
    width: 90%;
    left: -40%;
    bottom: 0%;
  }
  .kv25Q2 .coinB02 {
    position: absolute;
    z-index: 220;
    width: 90%;
    left: 50%;
    bottom: 0%;
  }
  .kv25Q2 .coin01 {
    position: absolute;
    z-index: 300;
    width: 66%;
    left: -18%;
    bottom: -2.4%;
  }
  .kv25Q2 .coin02 {
    position: absolute;
    z-index: 300;
    width: 67%;
    right: -20%;
    bottom: -2.4%;
  }
  .kv25Q2 .sloganBox {
    position: relative;
    z-index: 100;
  }
  .kv25Q2 .sloganBox .left {
    width: 50%;
    display: inline-block;
    background: #7b34c6;
    margin: 0 -6px 0 0;
  }
  .kv25Q2 .sloganBox .left .img01 {
    display: block;
    width: 92%;
    margin: 40vw auto 68.6vw auto;
  }
  .kv25Q2 .sloganBox .right {
    width: 50%;
    display: inline-block;
    background: #79c416;
  }
  .kv25Q2 .sloganBox .right .img02 {
    display: block;
    width: 92%;
    margin: 40vw auto 68.6vw auto;
  }
  /***************************************/
  .block02 {
    position: relative;
    padding: 16vw 0 26vw 0;
    text-align: center;
  }
  .block02 .txt {
    width: 82%;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 2.6em;
    line-height: 1.6em;
    margin: 0 auto 2.4em auto;
    text-align: center;
  }
  .block02 .txt b {
    color: #7b34c6;
    font-size: 1.3em;
    font-weight: 900;
  }
  .block02 .txt span {
    display: inline;
    width: 100%;
  }
  .block02 .txt u {
    text-decoration: none;
    color: #7b34c6;
  }
  .block02 .txt i {
    font-style: normal;
    display: inline-block;
  }
  .block02 .btnBox {
    text-align: center;
    margin: 0 auto;
  }
  .block02 .btnBox > a {
    display: inline-block;
    width: 60%;
    cursor: pointer;
    animation: btn 2s linear 0s infinite;
  }
  .block02 .arrow {
    position: absolute;
    z-index: 700;
    width: 20%;
    left: 40%;
    bottom: -6.6%;
  }
  /***************************************/
  .block05 {
    position: relative;
    padding: 20vw 0;
    text-align: center;
    background: #f2f2f2;
    margin: 0 0 0 0;
  }
  .block05 .txt {
    width: 90%;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 2.4em;
    line-height: 1.6em;
    margin: 0 auto 1.5em auto;
  }
  .block05 .txt b {
    color: #7b34c6;
    font-size: 1.5em;
    font-weight: 900;
  }
  .block05 .arrow {
    position: absolute;
    z-index: 700;
    width: 12%;
    left: 44%;
    bottom: -10.4%;
  }
  .block05 .newTag {
    font-size: 2em;
    padding: 0.4em 0.8em;
    display: inline-block;
    background: #c19624;
    border-radius: 20px;
    color: #ffffff;
    font-weight: bold;
    margin: 0 0 1em 0;
  }
  .slideTitle {
    width: 70%;
    margin: 10vw auto 4vw auto;
  }
  .slider {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .b4Slide {
    margin: 0 auto;
    text-align: left;
    cursor: all-scroll;
    text-align: center;
  }
  .b4Group {
    position: relative;
    display: inline-block;
    text-align: center;
  }
  .b4Pic {
    display: inline-block;
    width: 60%;
    vertical-align: middle;
  }
  .b4Arrow {
    position: absolute;
    width: 8%;
    right: 2%;
    top: 46%;
  }
  .b4Btn {
    text-align: center;
    padding: 0 0 2em 0;
  }
  .b4Btn > a {
    display: inline-block;
    width: 60%;
    margin: 5vw auto 0 auto;
    animation: btn 2s linear 0s infinite;
  }
  /***************************************/
  .block06 {
    position: relative;
    padding: 10vw 0;
    text-align: center;
    background: #ffffff;
    margin: 0 0 0 0;
  }
  .block06 .txt {
    width: 90%;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 2.4em;
    line-height: 1.6em;
    margin: 0 auto 1.5em auto;
  }
  .block06 .txt b {
    color: #7b34c6;
    font-size: 1.5em;
    font-weight: 900;
  }
  .block06 .arrow {
    position: absolute;
    z-index: 700;
    width: 12%;
    left: 44%;
    bottom: -10.4%;
  }
  .block06 .newTag {
    font-size: 2em;
    padding: 0.4em 0.8em;
    display: inline-block;
    background: #c19624;
    border-radius: 20px;
    color: #ffffff;
    font-weight: bold;
    margin: 0 0 1em 0;
  }
  /***************************************/
  .block03 {
    position: relative;
    padding: 26vw 0;
    text-align: center;
    background: #f5f5f5;
    margin: 0 0 18vw 0;
  }
  .block03 .arrow {
    position: absolute;
    z-index: 700;
    width: 20%;
    left: 40%;
    bottom: -4.8%;
  }
  .leftBox {
    width: 90%;
    display: block;
    text-align: center;
    margin: 0 auto 10% auto;
  }
  .leftBox .title {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 3.6em;
    line-height: 1.6em;
    color: #7b34c6;
    margin: 0 0 0.5em 0;
  }
  .leftBox .txt {
    font-size: 2.2em;
    line-height: 1.6em;
    margin: 0 0 1em 0;
  }
  .leftBox .btnBx {
    text-align: center;
  }
  .leftBox .btnBx > a {
    display: inline-block;
    width: 48%;
    animation: float3 1.6s linear 0s infinite;
  }
  .rightBox {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
  /***************************************/
  .Open {
    width: 100%;
  }
  .Close {
    position: absolute;
    width: 100%;
  }
  .note {
    padding: 5vw 0 25vw 0;
    text-align: center;
  }
  .note .title {
    font-size: 1.1em;
    font-weight: normal;
    color: #825dc7;
    text-align: center;
    margin: 2em auto 0.6em auto;
  }
  .note .title span {
    display: inline-block;
  }
  .noteBtn {
    position: relative;
    display: inline-block;
    font-size: 2.28em;
    font-weight: bold;
    color: #825dc7;
    border: 1em 2em;
    border-radius: 900px;
    padding: 0.5em 1em;
    cursor: pointer;
    border: 1px solid #825dc7;
    clear: both;
  }
  .noteBtn span {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: bottom;
    margin: 0 0 0 0.5em;
  }
  .noteBox {
    display: none;
    font-size: 1.4em;
    line-height: 1.8em;
    padding: 1.6em 0.5em 1.5em 0em;
    margin: 2em auto 0 auto;
    width: 96%;
    font-weight: normal;
    background: rgba(0, 0, 0, 0.02);
    color: #000000;
    text-align: left;
    border-radius: 1.5vw;
  }
  .noteBox li {
    padding: 0 0 0.6em 0;
  }
  .noteBox a {
    text-decoration: underline;
    color: #522ac3;
  }
}
