@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: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanstc/v39/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz76Cz_Co.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanstc/v39/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz7_6y_Co.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanstc/v39/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz76Cy_Co.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanstc/v39/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz75Ky_Co.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanstc/v39/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz70e1_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/v39/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz7wm1_Co.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Serif HK';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserifhk/v12/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.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%;
  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;
  font-size: calc(100vw / 100);
  background: #ffeee1;
}
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: #785dc3;
}
.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;
  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;
}
/**************************/
@keyframes leftSpeed {
  0% {
    transform: translate(140%, 0%);
    opacity: 0;
  }
  1% {
    transform: translate(140%, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes rightSpeed {
  0% {
    transform: translate(-80%, 0%);
    opacity: 0;
  }
  1% {
    transform: translate(-80%, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes float01 {
  0% {
    transform: translate(0%, 0%) rotate(0deg);
  }
  50% {
    transform: translate(0%, 8%) rotate(0deg);
  }
  100% {
    transform: translate(0%, 0%) rotate(0deg);
  }
}
@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);
  }
}
.leftAni {
  animation: leftSpeed 1s linear forwards 0s 1;
}
.rightAni {
  animation: rightSpeed 1s linear forwards 0s 1;
}
.float01 {
  animation: float01 4s linear 0s infinite;
}
.kv {
  position: relative;
  z-index: 100;
  width: 100%;
  overflow: hidden;
  background: url("../images/kvBG_pc.jpg") center top no-repeat #ffeee1;
  background-size: 100% auto;
}
.kv .slogan {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  position: relative;
  z-index: 100;
  width: 56%;
  margin: 1% auto 26% auto;
  padding: 0 4% 0 0;
}
.kv .slogan .arrow {
  position: absolute;
  right: 0%;
  top: 26%;
  z-index: 100;
  width: 30%;
}
.kv .slogan .t3 {
  position: relative;
  z-index: 200;
  width: 82.2%;
  margin: 0 auto -9% auto;
}
.kv .slogan .band {
  position: relative;
  z-index: 300;
  width: 100%;
  margin: 0 auto;
}
/***************************************/
.title {
  position: relative;
  z-index: 800;
  width: 42%;
  margin: 0 auto 2em auto;
}
/***************************************/
.block01 {
  position: relative;
  z-index: 100;
  padding: 0 0 10vw 0;
  background: url("../images/BG01.jpg") center top no-repeat, url("../images/BG03.jpg") center top repeat-y;
  background-size: 100% auto;
}
.block01 .coin01 {
  position: absolute;
  z-index: 700;
  width: 12%;
  left: -5%;
  top: 6%;
}
.block01 .coin02 {
  position: absolute;
  z-index: 700;
  width: 14%;
  right: -7%;
  top: 6%;
}
.block01 .bg01 {
  position: absolute;
  z-index: 10;
  width: 70%;
  margin: 0 auto;
  left: 15%;
  top: -4%;
}
.block01 .bg02 {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 10%;
  margin: 0 auto;
  left: 0%;
  bottom: 0%;
  background: linear-gradient(to bottom, rgba(255, 238, 225, 0) 0%, #ffeee1 100%);
}
.block01 .boxA {
  position: relative;
  z-index: 100;
  width: 80%;
  border-radius: 1.4em;
  border: 4px solid #ffffff;
  margin: 0 auto;
  overflow: hidden;
}
.block01 .boxAIn {
  text-align: center;
  padding: 1.6em 1.2em 1.8em 1.2em;
  font-size: 2em;
  line-height: 1.4em;
  background: linear-gradient(to bottom, #ffffff 75%, #d2d3cc 99%);
}
.block01 .boxAIn > div:nth-child(1) .inline {
  display: inline-block;
}
.block01 .boxAIn > div:nth-child(1) .line {
  display: block;
  position: relative;
  margin: 0 auto 0.6em auto;
}
.block01 .boxAIn > div:nth-child(1) .line > div:nth-child(1) {
  position: relative;
  z-index: 200;
}
.block01 .boxAIn > div:nth-child(1) > div:nth-child(2) {
  display: block;
  position: absolute;
  z-index: 100;
  width: 21em;
  height: 20px;
  bottom: 0%;
  left: calc((100% - 21em) / 2);
  border-radius: 999px;
  background: #f8ff64;
}
.block01 .boxAIn > div:nth-child(2) {
  width: 70%;
  margin: 1em auto;
  text-align: left;
}
.block01 .boxAIn > div:nth-child(2) .title {
  display: inline-block;
  width: 6em;
  background: #9f79e8;
  color: #ffffff;
  text-align: center;
  border-radius: 999px;
  margin: 0 1em 0.2em 0;
  vertical-align: top;
  font-weight: bold;
}
.block01 .boxAIn > div:nth-child(2) .txt {
  display: inline-block;
  width: calc(100% - 8em);
  color: #7453c4;
  vertical-align: top;
  margin: 0 0 0.2em 0;
}
.block01 .boxAIn > div:nth-child(3) {
  width: 100%;
  margin: 0 auto;
  color: #707070;
  font-size: 0.6em;
  line-height: 1.4em;
  text-align: justify;
}
.block01 .boxB {
  position: relative;
  z-index: 200;
  width: 80%;
  border-radius: 1.4em;
  border: 4px solid #ffffff;
  margin: 3em auto 0 auto;
  overflow: hidden;
}
.block01 .boxBIn {
  position: relative;
  z-index: 600;
  text-align: center;
  padding: 1.2em 1.2em 1.8em 1.2em;
  font-size: 2em;
  line-height: 1.4em;
  background: linear-gradient(to bottom, #acaff1 0%, #a695ec 100%);
}
.block01 .boxBIn > div:nth-child(1) {
  width: 10%;
  position: absolute;
  z-index: 100;
  left: 0%;
  top: 1.4em;
}
.block01 .boxBIn > div:nth-child(2) {
  font-family: "Noto Serif HK", sans-serif;
  color: #ffffff;
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
  margin: 0.6em 0 0.6em 0;
}
.block01 .boxBIn > div:nth-child(2) > span {
  display: inline-block;
}
.block01 .boxBIn > div:nth-child(3) {
  display: inline-block;
  width: 38%;
  vertical-align: middle;
}
.block01 .boxBIn > div:nth-child(4) {
  display: inline-block;
  width: 4%;
  margin: 0 1%;
  vertical-align: middle;
}
.block01 .boxBIn > div:nth-child(5) {
  display: inline-block;
  width: 38%;
  vertical-align: middle;
}
.block01 .boxBIn > div:nth-child(5) > img {
  position: relative;
  z-index: 100;
}
.block01 .boxBIn > div:nth-child(5) .tag {
  position: absolute;
  z-index: 200;
  right: 1%;
  top: 34%;
  width: 18%;
}
.block01 .boxBIn > div:nth-child(5) .svg-img {
  /* 完美順著 SVG 邊緣與小尾巴產生純黑半透明 0.3 的陰影 */
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.4));
}
.block01 .boxC {
  position: relative;
  z-index: 500;
  width: 80%;
  margin: -2em auto 2em auto;
}
.block01 .boxC .buckle01 {
  position: absolute;
  z-index: 500;
  left: 1%;
  top: 0%;
  width: 1.4em;
}
.block01 .boxC .buckle02 {
  position: absolute;
  z-index: 500;
  right: 1%;
  top: 0%;
  width: 1.4em;
}
.block01 .btnBox {
  position: relative;
  z-index: 500;
  text-align: center;
  margin: 2em auto 0 auto;
}
.block01 .btnBox > a {
  display: inline-block;
  width: 24%;
  animation: btn 2s linear 0s infinite;
}
/***************************************/
.block02 {
  position: relative;
  z-index: 100;
  padding: 0 0 10vw 0;
  text-align: center;
  background: url("../images/BG02.jpg") center top no-repeat;
  background-size: 100% auto;
}
.block02 .bg01 {
  position: absolute;
  z-index: 10;
  width: 70%;
  margin: 0 auto;
  left: 15%;
  top: -10%;
}
.block02 .bg02 {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 10%;
  margin: 0 auto;
  left: 0%;
  bottom: 0%;
  background: linear-gradient(to bottom, rgba(255, 238, 225, 0) 0%, #ffeee1 100%);
}
.block02 .cardBox {
  position: relative;
  z-index: 100;
  display: inline-block;
  width: 24%;
  margin: 0 1%;
  vertical-align: top;
}
.block02 .btnBox {
  position: relative;
  z-index: 100;
  text-align: center;
  margin: 2em auto 0 auto;
}
.block02 .btnBox > a {
  display: inline-block;
  width: 24%;
}
.block02 .btnBox > div {
  text-align: center;
  font-size: 1.2em;
  line-height: 1.4em;
  color: #606060;
  margin: 1em 0 0 0;
}
/***************************************/
.block03 {
  position: relative;
  z-index: 100;
  padding: 0 0 10vw 0;
  text-align: center;
  background: url("../images/BG02.jpg") center top no-repeat;
  background-size: 100% auto;
}
.block03 .bg01 {
  position: absolute;
  z-index: 10;
  width: 90%;
  height: 40%;
  margin: 0 auto;
  left: 5%;
  top: 20%;
}
.block03 .bg02 {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 10%;
  margin: 0 auto;
  left: 0%;
  bottom: 0%;
  background: linear-gradient(to bottom, rgba(255, 238, 225, 0) 0%, #ffeee1 100%);
}
.block03 .cardBox {
  position: relative;
  z-index: 100;
  width: 80%;
  margin: 0 auto;
}
.block03 .cardBox .card {
  display: inline-block;
  border-radius: 1em;
  border: 1em;
  background: #ffffff;
  padding: 1.2em 1em 1.6em 1em;
  width: 32.4%;
  margin: 0 0 1% 0;
  vertical-align: top;
  min-height: 13em;
  /* 🎟️ 新增：左右下半部挖半圓遮罩 */
  -webkit-mask-image: radial-gradient(circle at left 75%, transparent 1.1em, black 1.11em), radial-gradient(circle at right 75%, transparent 1.2em, black 1.11em);
  mask-image: radial-gradient(circle at left 75%, transparent 1.1em, black 1.11em), radial-gradient(circle at right 75%, transparent 1.1em, black 1.11em);
  /* 確保兩個洞能同時被挖掉（相容性設定） */
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
  /* 🚀 2. 解決原本box-shadow陰影不見：改用真實形狀濾鏡陰影（RGBA 純黑半透明 0.3） */
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.3));
}
.block03 .cardBox .card > div:nth-child(1) {
  color: #7b34c6;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.6em;
  text-align: center;
  vertical-align: text-bottom;
  border-bottom: 2px dotted #7b34c6;
  padding: 0 0 0.6em 0;
  margin: 0 0 0.6em 0;
}
.block03 .cardBox .card > div:nth-child(1) > 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;
  font-family: "Noto Serif HK", sans-serif;
  font-size: 1.28em;
  font-weight: 900;
  line-height: 1em;
  color: #ffffff;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  letter-spacing: 0em;
  border-radius: 999px;
  background: #7b34c6;
  text-align: center;
  vertical-align: text-bottom;
  margin: 0 0 0 -0.2em;
  font-style: italic;
  padding: 0 0.2em 0 0;
}
.block03 .cardBox .card > div:nth-child(2) {
  font-size: 1.2em;
  line-height: 1.4em;
  margin: 0 auto 0.4em auto;
  width: 96%;
}
.block03 .cardBox .card > div:nth-child(2) > a {
  display: inline-block;
  width: 100%;
  margin: 2em 0 0 0;
  color: #898989;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
}
.block03 .cardBox .card:nth-child(3n+2) {
  margin: 0 1% 1% 1%;
}
.block03 .cardBox .card:nth-last-child(1) {
  width: 99.8%;
  min-height: inherit;
}
.block03 .cardBox .card:nth-last-child(1) > span {
  display: inline-block;
}
/***************************************/
.block04 {
  position: relative;
  z-index: 100;
  padding: 0 0 6vw 0;
  text-align: center;
  background: url("../images/BG02.jpg") center top no-repeat;
  background-size: 100% auto;
}
.block04 .bg01 {
  position: absolute;
  z-index: 10;
  width: 70%;
  margin: 0 auto;
  left: 15%;
  top: -10%;
}
.block04 .bg02 {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 10%;
  margin: 0 auto;
  left: 0%;
  bottom: 0%;
  background: linear-gradient(to bottom, rgba(255, 238, 225, 0) 0%, #ffeee1 100%);
}
.block04 .faqBox {
  position: relative;
  z-index: 100;
  width: 80%;
  margin: 0 auto;
}
.block04 .faq {
  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;
  background: #ffffff;
  border-radius: 0.4em;
  padding: 0.8em 1.2em;
  font-size: 1.2em;
  line-height: 1.6em;
  margin: 0 0 0.8em 0;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}
.block04 .faq .Q {
  cursor: pointer;
}
.block04 .faq .Q .num {
  display: inline-block;
  font-weight: bold;
  color: #7b34c6;
  vertical-align: text-top;
  width: 2.4em;
}
.block04 .faq .Q .txt {
  display: inline-block;
  vertical-align: text-top;
  width: calc(100% - 6em);
}
.block04 .faq .Q .btnArrow {
  display: inline-block;
  text-align: right;
  vertical-align: text-top;
  width: 3em;
  padding: 0.5em 0.8em;
}
.block04 .faq .A {
  display: none;
  padding: 0.6em 0 0 0;
  border-top: 2px dotted #b7b7b7;
  margin: 0.6em 0 0 0;
}
.block04 .faq .A > div:nth-child(1) {
  display: inline-block;
  font-weight: bold;
  vertical-align: text-top;
  width: 2.4em;
}
.block04 .faq .A > div:nth-child(2) {
  display: inline-block;
  vertical-align: text-top;
  width: calc(100% - 3em);
  padding: 0 0 0 0.3em;
}
.turn {
  transform: rotate(180deg);
  display: inline-block;
  text-align: right;
  vertical-align: text-top;
  width: 3em;
  padding: 0.5em 0.8em;
}
/***************************************/
.Open {
  width: 100%;
}
.Close {
  position: absolute;
  width: 100%;
}
.note {
  position: relative;
  z-index: 500;
  padding: 2vw 0 5vw 0;
  text-align: center;
}
.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;
}
.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.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;
}
/***************************************computer start*********************************************/
/***************************************19 inch start*********************************************/
@media screen and (min-width: 1025px) and (max-width: 1249px) {
  #stage {
    position: relative;
    overflow: hidden;
    font-size: calc(100vw / 88);
  }
}
/***************************************15 inch start*********************************************/
@media screen and (min-width: 851px) and (max-width: 1024px) {
  #stage {
    position: relative;
    overflow: hidden;
    font-size: calc(100vw / 88);
  }
}
/***************************************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;
  }
  #stage {
    position: relative;
    overflow: hidden;
    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;
  }
  /***************************************/
  .kv {
    position: relative;
    z-index: 100;
    width: 100%;
    overflow: hidden;
    background: url("../images/kvBG_ta.jpg") center top no-repeat #ffeee1;
    background-size: 100% auto;
    min-height: 130vw;
  }
  .kv .slogan {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    position: relative;
    z-index: 100;
    width: 92%;
    margin: 4.6% auto 0 auto;
    padding: 0 2% 0 0;
  }
  .kv .slogan .arrow {
    position: absolute;
    right: -2%;
    top: 30%;
    z-index: 100;
    width: 28%;
  }
  /***************************************/
  .title {
    position: relative;
    z-index: 800;
    width: 60%;
    margin: 0 auto 2em auto;
  }
  /***************************************/
  .block01 {
    position: relative;
    z-index: 100;
    padding: 0 0 20vw 0;
    background: url("../images/BG01.jpg") center top no-repeat, url("../images/BG03.jpg") center top repeat-y;
    background-size: 100% auto;
  }
  .block01 .coin01 {
    position: absolute;
    z-index: 700;
    width: 15%;
    left: -5%;
    top: 3%;
  }
  .block01 .coin02 {
    position: absolute;
    z-index: 700;
    width: 17%;
    right: -7%;
    top: 7%;
  }
  .block01 .boxA {
    position: relative;
    z-index: 100;
    width: 94%;
    border-radius: 1.4em;
    border: 4px solid #ffffff;
    margin: 0 auto;
    overflow: hidden;
  }
  .block01 .boxAIn {
    text-align: center;
    padding: 1.6em 1.2em 1.8em 1.2em;
    font-size: 1.46em;
    line-height: 1.4em;
    background: linear-gradient(to bottom, #ffffff 75%, #d2d3cc 99%);
  }
  .block01 .boxAIn > div:nth-child(2) {
    width: 88%;
    margin: 1em 0 1em 10%;
    text-align: left;
  }
  .block01 .boxAIn > div:nth-child(2) .title {
    display: inline-block;
    width: 6em;
    background: #9f79e8;
    color: #ffffff;
    text-align: center;
    border-radius: 999px;
    margin: 0 0.6em 0.2em 0;
    vertical-align: top;
    font-weight: bold;
  }
  .block01 .boxB {
    position: relative;
    z-index: 200;
    width: 94%;
    border-radius: 1.4em;
    border: 4px solid #ffffff;
    margin: 3em auto 0 auto;
    overflow: hidden;
  }
  .block01 .boxBIn {
    position: relative;
    z-index: 600;
    text-align: center;
    padding: 1.2em 1.2em 1.8em 1.2em;
    font-size: 1.46em;
    line-height: 1.4em;
    background: linear-gradient(to bottom, #acaff1 0%, #a695ec 100%);
  }
  .block01 .boxBIn > div:nth-child(1) {
    width: 11%;
    position: absolute;
    z-index: 100;
    left: 0%;
    top: 2.2em;
  }
  .block01 .boxBIn > div:nth-child(2) {
    font-family: "Noto Serif HK", sans-serif;
    color: #ffffff;
    font-size: 1.4em;
    line-height: 1.4em;
    font-weight: 700;
    text-align: center;
    margin: 0.6em 0 0.6em 0;
  }
  .block01 .boxBIn > div:nth-child(2) > span {
    display: inline-block;
  }
  .block01 .boxBIn > div:nth-child(5) {
    display: inline-block;
    width: 38%;
    vertical-align: middle;
  }
  .block01 .boxBIn > div:nth-child(5) .tag {
    position: absolute;
    z-index: 200;
    right: 1%;
    top: 38%;
    width: 18%;
  }
  .block01 .boxC {
    position: relative;
    z-index: 500;
    width: 94%;
    margin: -2em auto 2em auto;
  }
  .block01 .btnBox {
    position: relative;
    z-index: 500;
    text-align: center;
    margin: 2em auto 0 auto;
  }
  .block01 .btnBox > a {
    display: inline-block;
    width: 40%;
    animation: btn 2s linear 0s infinite;
  }
  /***************************************/
  .block02 {
    position: relative;
    z-index: 100;
    padding: 0 0 20vw 0;
    text-align: center;
    background: url("../images/BG02.jpg") center top no-repeat;
    background-size: 100% auto;
  }
  .block02 .bg01 {
    position: absolute;
    z-index: 10;
    width: 86%;
    margin: 0 auto;
    left: 7%;
    top: -10%;
  }
  .block02 .cardBox {
    position: relative;
    z-index: 100;
    display: inline-block;
    width: 32%;
    margin: 0 3%;
    vertical-align: top;
  }
  .block02 .btnBox {
    position: relative;
    z-index: 100;
    text-align: center;
    margin: 2em auto 0 auto;
  }
  .block02 .btnBox > a {
    display: inline-block;
    width: 40%;
  }
  /***************************************/
  .block03 {
    position: relative;
    z-index: 100;
    padding: 0 0 20vw 0;
    text-align: center;
    background: url("../images/BG02.jpg") center top no-repeat;
    background-size: 100% auto;
  }
  .block03 .bg01 {
    position: absolute;
    z-index: 10;
    width: 90%;
    height: 40%;
    margin: 0 auto;
    left: 5%;
    top: 20%;
  }
  .block03 .cardBox {
    position: relative;
    z-index: 100;
    width: 94%;
    margin: 0 auto;
  }
  .block03 .cardBox .card {
    display: block;
    border-radius: 1em;
    border: 1em;
    background: #ffffff;
    padding: 1.2em 1em 0.6em 1em;
    width: 100%;
    margin: 0 0 1% 0;
    vertical-align: top;
    min-height: inherit;
    text-align: left;
    /* 🎟️ 新增：左右下半部挖半圓遮罩 */
    -webkit-mask-image: none !important;
    mask-image: none !important;
    /* 確保兩個洞能同時被挖掉（相容性設定） */
    -webkit-mask-composite: none !important;
    mask-composite: none !important;
    /* 🚀 2. 解決原本box-shadow陰影不見：改用真實形狀濾鏡陰影（RGBA 純黑半透明 0.3） */
    filter: none;
  }
  .block03 .cardBox .card > div:nth-child(1) {
    color: #7b34c6;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0.32em;
    text-align: left;
    vertical-align: text-bottom;
    border-bottom: none;
    border-right: 2px dotted #7b34c6;
    padding: 0 0.6em 0em 0;
    margin: 0 0.6em 0 0;
    display: inline-block;
  }
  .block03 .cardBox .card > div:nth-child(1) > 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;
    font-family: "Noto Serif HK", sans-serif;
    font-size: 1em;
    font-weight: 900;
    line-height: 1em;
    color: #ffffff;
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    letter-spacing: 0em;
    border-radius: 999px;
    background: #7b34c6;
    text-align: center;
    vertical-align: text-bottom;
    margin: 0 0 0 0em;
    font-style: italic;
    padding: 0.1em 0.2em 0 0;
  }
  .block03 .cardBox .card > div:nth-child(2) {
    font-size: 1.2em;
    line-height: 1.6em;
    margin: 0 auto 0.4em auto;
    width: calc(100% - 8em);
    display: inline-block;
    text-align: left;
    vertical-align: top;
  }
  .block03 .cardBox .card > div:nth-child(2) > a {
    display: inline;
    width: auto;
    margin: 0em 0 0 0.6em;
    color: #898989;
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
  }
  .block03 .cardBox .card:nth-child(3n+2) {
    margin: 0 0 1% 0;
  }
  .block03 .cardBox .card:nth-last-child(1) {
    width: 100%;
    margin: 0 0 1% 0;
  }
  .block03 .cardBox .card:nth-last-child(1) > span {
    display: inherit;
  }
  /***************************************/
  .block04 {
    position: relative;
    z-index: 100;
    padding: 0 0 14vw 0;
    text-align: center;
    background: url("../images/BG02.jpg") center top no-repeat;
    background-size: 100% auto;
  }
  .block04 .bg01 {
    position: absolute;
    z-index: 10;
    width: 90%;
    margin: 0 auto;
    left: 5%;
    top: -10%;
  }
  .block04 .faqBox {
    position: relative;
    z-index: 100;
    width: 94%;
    margin: 0 auto;
  }
  /***************************************/
  .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;
  }
  .noteBtn span {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: bottom;
    margin: 0 0 0 0.5em;
  }
  .note .table th {
    font-size: 0.72em;
  }
  .note .table td {
    font-size: 0.72em;
  }
}
/***************************************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;
  }
  #stage {
    position: relative;
    overflow: hidden;
    font-size: calc(100vw / 40);
    /*
	&::after{//手機底部邊界
		.pos(a);
		content:"";
		z-index:999;
		width:100%;
		height:1px;
		background: rgba(0,0,0,1.00);
		left:0%;
		top:162.2vw;
	}*/
  }
  .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: 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;
  }
  .pc {
    display: none;
  }
  .mo {
    display: block;
  }
  /***************************************/
  .kv {
    position: relative;
    z-index: 100;
    width: 100%;
    overflow: hidden;
    background: url("../images/kvBG_mo.jpg") center top no-repeat #ffeee1;
    background-size: 100% auto;
    min-height: 140vw;
  }
  .kv .slogan {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    position: relative;
    z-index: 100;
    width: 96%;
    margin: 8% auto 0 auto;
    padding: 0 2% 0 0;
  }
  .kv .slogan .arrow {
    position: absolute;
    right: -2%;
    top: 30%;
    z-index: 100;
    width: 28%;
  }
  /***************************************/
  .title {
    position: relative;
    z-index: 800;
    width: 70%;
    margin: 0 auto 3em auto;
  }
  /***************************************/
  .block01 {
    position: relative;
    z-index: 100;
    padding: 2vw 0 30vw 0;
    background: url("../images/BG01.jpg") center top no-repeat, url("../images/BG03.jpg") center top repeat-y;
    background-size: 100% auto;
  }
  .block01 .coin01 {
    position: absolute;
    z-index: 700;
    width: 15%;
    left: -5%;
    top: 1%;
  }
  .block01 .coin02 {
    position: absolute;
    z-index: 700;
    width: 17%;
    right: -7%;
    top: 3%;
  }
  .block01 .bg01 {
    position: absolute;
    z-index: 10;
    width: 90%;
    margin: 0 auto;
    left: 5%;
    top: -4%;
  }
  .block01 .bg02 {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 20%;
    margin: 0 auto;
    left: 0%;
    bottom: 0%;
    background: linear-gradient(to bottom, rgba(255, 238, 225, 0) 0%, #ffeee1 100%);
  }
  .block01 .boxA {
    position: relative;
    z-index: 100;
    width: 94%;
    border-radius: 1.4em;
    border: 4px solid #ffffff;
    margin: 0 auto;
    overflow: hidden;
  }
  .block01 .boxAIn {
    text-align: center;
    padding: 1.6em 1.2em 1.8em 1.2em;
    font-size: 2em;
    line-height: 1.4em;
    background: linear-gradient(to bottom, #ffffff 75%, #d2d3cc 99%);
  }
  .block01 .boxAIn > div:nth-child(1) .inline {
    display: inline;
  }
  .block01 .boxAIn > div:nth-child(1) .line {
    display: inline-block;
    position: relative;
    margin: 1em auto;
    border-radius: 0.2em;
    padding: 0.2em 0.6em;
    /* 稍微縮減上下 padding，讓螢光筆更精準 */
    z-index: 1;
    /* 確保文字在最上層 */
    text-decoration: underline solid #f8ff64 10px;
    text-underline-offset: -4px;
    /* 設定負數，讓底線往上移並跟文字重疊 */
    text-decoration-skip-ink: none;
    /*強制關閉瀏覽器的跳過筆畫功能，讓數字也能完整出現底線 */
  }
  .block01 .boxAIn > div:nth-child(1) .line > div:nth-child(1) {
    position: relative;
    z-index: 200;
  }
  .block01 .boxAIn > div:nth-child(1) > div:nth-child(2) {
    display: none;
    position: absolute;
    z-index: 100;
    width: 21em;
    height: 20px;
    bottom: 0%;
    left: calc((100% - 21em) / 2);
    border-radius: 999px;
    background: #ffff94;
  }
  .block01 .boxAIn > div:nth-child(2) {
    width: 100%;
    margin: 2em 0 2em 0%;
    text-align: center;
  }
  .block01 .boxAIn > div:nth-child(2) .title {
    display: inline-block;
    width: auto;
    background: #9f79e8;
    color: #ffffff;
    text-align: center;
    border-radius: 999px;
    margin: 0 0em 0.4em 0;
    vertical-align: top;
    font-weight: bold;
    padding: 0.4em 1em 0.2em 1em;
  }
  .block01 .boxAIn > div:nth-child(2) .txt {
    display: block;
    width: 100%;
    color: #7453c4;
    vertical-align: top;
    margin: 0 0 1em 0;
  }
  .block01 .boxAIn > div:nth-child(3) {
    width: 100%;
    margin: 0 auto;
    color: #707070;
    font-size: 0.8em;
    line-height: 1.4em;
    text-align: justify;
  }
  .block01 .boxB {
    position: relative;
    z-index: 200;
    width: 94%;
    border-radius: 1.4em;
    border: 4px solid #ffffff;
    margin: 3em auto 0 auto;
    overflow: inherit;
    background: #acaff1;
  }
  .block01 .boxBIn {
    position: relative;
    z-index: 600;
    text-align: center;
    padding: 1.2em 1.2em 1.8em 1.2em;
    font-size: 2em;
    line-height: 1.4em;
    background: none;
  }
  .block01 .boxBIn > div:nth-child(1) {
    width: 24%;
    position: absolute;
    z-index: 100;
    left: 0%;
    top: 1.6em;
  }
  .block01 .boxBIn > div:nth-child(2) {
    font-family: "Noto Serif HK", sans-serif;
    color: #ffffff;
    font-size: 1.4em;
    line-height: 1.4em;
    font-weight: 700;
    text-align: center;
    margin: 0.6em 0 0.6em 0;
  }
  .block01 .boxBIn > div:nth-child(2) > span {
    display: block;
  }
  .block01 .boxBIn > div:nth-child(3) {
    display: block;
    width: 90%;
    margin: 0 auto;
    vertical-align: middle;
  }
  .block01 .boxBIn > div:nth-child(4) {
    display: block;
    width: 10%;
    margin: 1% auto 4% auto;
    vertical-align: middle;
  }
  .block01 .boxBIn > div:nth-child(5) {
    display: block;
    width: 90%;
    margin: 0 auto;
    vertical-align: middle;
  }
  .block01 .boxBIn > div:nth-child(5) .tag {
    position: absolute;
    z-index: 200;
    right: -2%;
    top: auto;
    bottom: 21.4%;
    width: 34%;
  }
  .block01 .boxC {
    position: relative;
    z-index: 500;
    width: 94%;
    margin: -2em auto 2em auto;
  }
  .block01 .boxC .buckle01 {
    position: absolute;
    z-index: 500;
    left: 3%;
    top: 0%;
    width: 1.4em;
  }
  .block01 .boxC .buckle02 {
    position: absolute;
    z-index: 500;
    right: 3%;
    top: 0%;
    width: 1.4em;
  }
  .block01 .btnBox {
    position: relative;
    z-index: 500;
    text-align: center;
    margin: 2em auto 0 auto;
  }
  .block01 .btnBox > a {
    display: inline-block;
    width: 54%;
    animation: btn 2s linear 0s infinite;
  }
  /***************************************/
  .block02 {
    position: relative;
    z-index: 100;
    padding: 0 0 30vw 0;
    text-align: center;
    background: url("../images/BG02.jpg") center top no-repeat;
    background-size: 100% auto;
  }
  .block02 .bg01 {
    position: absolute;
    z-index: 10;
    width: 86%;
    margin: 0 auto;
    left: 7%;
    top: -10%;
  }
  .block02 .cardBox {
    position: relative;
    z-index: 100;
    display: inline-block;
    width: 45%;
    margin: 0 0%;
    vertical-align: top;
  }
  .block02 .btnBox {
    position: relative;
    z-index: 100;
    text-align: center;
    margin: 2em auto 0 auto;
  }
  .block02 .btnBox > a {
    display: inline-block;
    width: 54%;
  }
  .block02 .btnBox > div {
    text-align: center;
    font-size: 1.6em;
    line-height: 1.4em;
    color: #606060;
    margin: 1em 0 0 0;
  }
  /***************************************/
  .block03 {
    position: relative;
    z-index: 100;
    padding: 0 0 30vw 0;
    text-align: center;
    background: url("../images/BG02.jpg") center top no-repeat;
    background-size: 100% auto;
  }
  .block03 .bg01 {
    position: absolute;
    z-index: 10;
    width: 90%;
    height: 40%;
    margin: 0 auto;
    left: 5%;
    top: 20%;
  }
  .block03 .cardBox {
    position: relative;
    z-index: 100;
    width: 94%;
    margin: 0 auto;
  }
  .block03 .cardBox .card {
    display: block;
    border-radius: 1em;
    border: 1em;
    background: #ffffff;
    padding: 1.2em 1em 0.6em 1em;
    width: 100%;
    margin: 0 0 2% 0;
    vertical-align: top;
    min-height: inherit;
    text-align: left;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    /* 🎟️ 新增：左右下半部挖半圓遮罩 */
    -webkit-mask-image: none !important;
    mask-image: none !important;
    /* 確保兩個洞能同時被挖掉（相容性設定） */
    -webkit-mask-composite: none !important;
    mask-composite: none !important;
    /* 🚀 2. 解決原本box-shadow陰影不見：改用真實形狀濾鏡陰影（RGBA 純黑半透明 0.3） */
    filter: none;
  }
  .block03 .cardBox .card > div:nth-child(1) {
    color: #7b34c6;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0em;
    text-align: center;
    vertical-align: text-bottom;
    border-bottom: none;
    border-right: 2px dotted #7b34c6;
    padding: 0 0.6em 0em 0;
    margin: 0 0.6em 0 0;
    display: inline-block;
    width: 3.2em;
  }
  .block03 .cardBox .card > div:nth-child(1) > 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;
    font-family: "Noto Serif HK", sans-serif;
    font-size: 1em;
    font-weight: 900;
    line-height: 1em;
    color: #ffffff;
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    letter-spacing: 0em;
    border-radius: 999px;
    background: #7b34c6;
    text-align: center;
    vertical-align: text-bottom;
    margin: 0.6em 0 0 0em;
    font-style: italic;
    padding: 0.1em 0.2em 0 0;
  }
  .block03 .cardBox .card > div:nth-child(2) {
    font-size: 1.8em;
    line-height: 1.6em;
    margin: 0 auto 0.4em auto;
    width: calc(100% - 4.1em);
    display: inline-block;
    text-align: left;
    vertical-align: top;
  }
  .block03 .cardBox .card > div:nth-child(2) > a {
    display: inline;
    width: auto;
    margin: 0em 0 0 0.6em;
    color: #898989;
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
  }
  .block03 .cardBox .card:nth-child(3n+2) {
    margin: 0 0 2% 0;
  }
  .block03 .cardBox .card:nth-last-child(1) {
    width: 100%;
    margin: 0 0 2% 0;
  }
  .block03 .cardBox .card:nth-last-child(1) > span {
    display: inherit;
  }
  /***************************************/
  .block04 {
    position: relative;
    z-index: 100;
    padding: 0 0 20vw 0;
    text-align: center;
    background: url("../images/BG02.jpg") center top no-repeat;
    background-size: 100% auto;
  }
  .block04 .bg01 {
    position: absolute;
    z-index: 10;
    width: 90%;
    margin: 0 auto;
    left: 5%;
    top: -10%;
  }
  .block04 .faqBox {
    position: relative;
    z-index: 100;
    width: 94%;
    margin: 0 auto;
  }
  .block04 .faq {
    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;
    background: #ffffff;
    border-radius: 0.4em;
    padding: 0.6em 1em;
    font-size: 1.8em;
    line-height: 1.6em;
    margin: 0 0 0.6em 0;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .block04 .faq .Q .txt {
    display: inline-block;
    vertical-align: text-top;
    width: calc(100% - 4.1em);
  }
  .block04 .faq .Q .btnArrow {
    display: inline-block;
    text-align: right;
    vertical-align: text-top;
    width: 1em;
    padding: 0.5em 0em;
  }
  /***************************************/
  .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: 2.2em;
    font-weight: bold;
    color: #825dc7;
    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.38em;
    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;
  }
}
