@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/v39/-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/v39/-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%;
  font-size: 20px;
  background: url("../images/kv_pointBG.png") center top no-repeat #2b1045;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
.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);
}
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: "";
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
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 btn {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.1);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  30% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes float {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slideTop {
  0% {
    transform: translate(0%, -100%);
    opacity: 0;
  }
  10% {
    transform: translate(0%, -100%);
    opacity: 1;
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
.webBG {
  position: absolute;
  z-index: 10;
  width: 100%;
  left: 0;
  top: 0;
}
.webBG .kv {
  position: absolute;
  z-index: 10;
  width: 84%;
  left: 8%;
  top: -15.4vw;
}
.webBG .coin01 {
  position: absolute;
  z-index: 100;
  left: 23.2%;
  top: 1vw;
  width: 6%;
}
.webBG .coin02 {
  position: absolute;
  z-index: 100;
  left: 2%;
  top: 18vw;
  width: 6%;
}
.webBG .coin03 {
  position: absolute;
  z-index: 100;
  left: -3%;
  top: 36vw;
  width: 12%;
}
.webBG .coin04 {
  position: absolute;
  z-index: 100;
  right: -3.2%;
  top: 6vw;
  width: 16%;
}
.webBG .coin05 {
  position: absolute;
  z-index: 100;
  right: -2%;
  top: 44.8vw;
  width: 8%;
}
.webBG .coin06 {
  position: absolute;
  z-index: 100;
  left: -4.8%;
  top: 100vw;
  width: 12%;
}
.webBG .coin07 {
  position: absolute;
  z-index: 100;
  right: -2.8%;
  top: 120vw;
  width: 9.2%;
}
.slideTop {
  animation: slideTop 1s linear forwards 0s 1;
}
.kv {
  position: relative;
  z-index: 100;
  text-align: center;
}
.kv .slogan {
  position: relative;
  z-index: 400;
  width: 50%;
  margin: 1.8% auto 0 auto;
  opacity: 0;
}
.kv .btn {
  position: relative;
  z-index: 400;
  width: 34%;
  margin: 1% auto 0 auto;
}
.kv .btn > div:nth-child(1) {
  position: absolute;
  z-index: 200;
  width: 20%;
  left: -14%;
  top: -36%;
}
.kv .btn > div:nth-child(2) {
  position: absolute;
  z-index: 200;
  width: 14%;
  right: -6%;
  bottom: -50%;
}
.kv .btn > a {
  display: inline-block;
  position: relative;
  z-index: 100;
  animation: btn 2s linear 0s infinite;
}
.kv .eA {
  position: absolute;
  z-index: 100;
  left: 6.8%;
  top: 9.2%;
  width: 22.6%;
}
.kv .eA > div {
  position: absolute;
  z-index: 200;
  left: 9.6%;
  top: 39.6%;
  width: 42%;
  animation: btn 3s linear 0.5s infinite;
}
.kv .eA > img {
  position: relative;
  z-index: 100;
  display: block;
}
.kv .eB {
  position: absolute;
  z-index: 100;
  right: 6.8%;
  bottom: 6%;
  width: 22.6%;
}
.kv .eB > div {
  position: absolute;
  z-index: 200;
  right: 18.2%;
  top: 27.2%;
  width: 42%;
  animation: btn 3s linear 0s infinite;
}
.kv .eB > img {
  position: relative;
  z-index: 100;
  display: block;
}
/***************************************/
.block02 {
  position: relative;
  z-index: 100;
  margin: 10vw 0 4vw 0;
}
.box {
  width: 80%;
  font-size: 1.4em;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: normal;
}
.box > div:nth-child(1) {
  position: relative;
  z-index: 200;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  display: block;
  width: 12.8em;
  padding: 1em 2em;
  background: #7b34c6;
  border-radius: 999px;
  margin: 0 auto -1.8em auto;
  border: 1px solid #000000;
}
.box > div:nth-child(1) > img {
  display: block;
}
.box > div:nth-child(2) {
  position: relative;
  z-index: 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;
  padding: 3em 2em 3em 2em;
  background: #ffffff;
  border-radius: 1em;
  line-height: 1.6em;
  border: 1px solid #000000;
}
.box .sp {
  display: block;
}
.box dl dt {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  display: inline-block;
  background: #5fa800;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 500;
  padding: 0.4em 0.8em 0.4em 1em;
  border-radius: 0.4em;
  margin: 0 1em 0em 0;
  letter-spacing: 0.2em;
  vertical-align: text-top;
}
.box dl dd {
  display: inline-block;
  width: calc(100% - 9.8em);
  vertical-align: text-top;
  padding: 0.4em 0 1.6em 0;
}
.box01 {
  position: relative;
  z-index: 100;
  margin: 0 auto;
}
.box01 > div:nth-child(2) {
  text-align: center;
}
.box02 {
  position: relative;
  z-index: 200;
  margin: -0.8em auto 0 auto;
}
.box02 > div:nth-child(2) {
  text-align: center;
}
.box03 {
  position: relative;
  z-index: 300;
  margin: -0.8em auto 0 auto;
}
.box03 > div:nth-child(2) {
  text-align: left;
  padding: 3em 2em 2em 2em;
}
/***************************************/
.Open {
  width: 100%;
}
.Close {
  position: absolute;
  width: 100%;
}
.note {
  padding: 2vw 0 5vw 0;
  text-align: center;
  background: #2b1045;
}
.note::after {
  clear: both;
  display: block;
  content: "";
}
.note .title01 {
  color: #7b34c6;
  text-align: left;
  margin: 1em auto 0 auto;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
}
.note .title01 .wrap {
  display: inline-block;
}
.note .title01 .stxt {
  display: block;
  font-size: 0.5em;
  line-height: 1em;
  font: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Roboto", "Droid Sans", PingFang TC, "黑體-繁", Heiti TC, "蘋果儷中黑", Apple LiGothic Medium, Arial, "微軟正黑體", "Microsoft JhengHei", "Microsoft Yahei";
  padding: 0.6em 0 2em 0;
}
.noteBtn {
  position: relative;
  display: inline-block;
  font-size: 1.6em;
  font-weight: bold;
  color: #7b34c6;
  border-radius: 900px;
  padding: 0.5em 1em;
  cursor: pointer;
  border: 2px solid #7b34c6;
  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.1em;
  line-height: 1.6em;
  margin: 2em auto 0 auto;
  width: 96%;
  font-weight: normal;
  background: #ffffff;
  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 2em;
}
.noteNum {
  list-style: decimal;
  padding: 0 0 0 2em;
}
.noteDot {
  list-style: disc;
  padding: 0 0 0 2em;
}
.noteCircle {
  list-style: circle;
  padding: 0 0 0 2em;
}
.note .table01 {
  width: 100%;
  border-top: 1px solid #7b34c6;
  border-left: 1px solid #7b34c6;
}
.note .table01 th {
  border-right: 1px solid #b47bff;
  border-bottom: 1px solid #7b34c6;
  background: #7b34c6;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 0.34em;
  white-space: nowrap;
  vertical-align: middle;
}
.note .table01 td {
  border-right: 1px solid #7b34c6;
  border-bottom: 1px solid #7b34c6;
  text-align: left;
  padding: 0.5em 0.34em;
}
/***************************************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) {
  #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;
  }
  .webBG {
    position: absolute;
    z-index: 10;
    width: 100%;
    left: 0;
    top: 0;
  }
  .webBG .kv {
    position: absolute;
    z-index: 10;
    width: 134%;
    left: -17%;
    top: -18vw;
  }
  .webBG .coin01 {
    position: absolute;
    z-index: 100;
    left: 9.2%;
    top: 7vw;
    width: 9.2%;
  }
  .webBG .coin02 {
    position: absolute;
    z-index: 100;
    left: 0%;
    top: 34vw;
    width: 10%;
  }
  .webBG .coin03 {
    position: absolute;
    z-index: 100;
    left: -4%;
    top: 82vw;
    width: 16%;
  }
  .webBG .coin04 {
    position: absolute;
    z-index: 100;
    right: -4%;
    top: 66vw;
    width: 20%;
  }
  .webBG .coin05 {
    position: absolute;
    z-index: 100;
    right: -2%;
    top: 118vw;
    width: 12.4%;
  }
  .webBG .coin06 {
    position: absolute;
    z-index: 100;
    left: -4.8%;
    top: 290vw;
    width: 16%;
  }
  .webBG .coin07 {
    position: absolute;
    z-index: 100;
    right: -2.8%;
    top: 196vw;
    width: 14%;
  }
  .slideTop {
    animation: slideTop 1s linear forwards 0s 1;
  }
  .kv {
    position: relative;
    z-index: 100;
    text-align: center;
  }
  .kv .slogan {
    position: relative;
    z-index: 400;
    width: 88%;
    margin: 5vw auto 0 auto;
    opacity: 1;
  }
  .kv .btn {
    position: relative;
    z-index: 400;
    width: 56%;
    margin: 38vw auto 0 auto;
  }
  .kv .eA {
    position: absolute;
    z-index: 100;
    left: 16%;
    top: auto;
    bottom: 10%;
    width: 40%;
  }
  .kv .eB {
    position: absolute;
    z-index: 100;
    right: 14%;
    bottom: 11%;
    width: 40%;
  }
  /***************************************/
  .block02 {
    position: relative;
    z-index: 100;
    margin: 20vw 0 8vw 0;
  }
  .box {
    width: 90%;
    font-size: 1.6em;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: normal;
  }
  .box > div:nth-child(1) {
    position: relative;
    z-index: 200;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: block;
    width: 11em;
    padding: 1em 2em;
    background: #7b34c6;
    border-radius: 999px;
    margin: 2em auto -1.8em auto;
    border: 1px solid #000000;
  }
  .box .sp {
    display: inline-block;
    margin: 0 0 0 0.6em;
  }
  .box dl dt {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: inline-block;
    background: #5fa800;
    color: #ffffff;
    font-size: 1.1em;
    font-weight: 500;
    padding: 0.2em 0.4em 0.2em 0.6em;
    border-radius: 0.4em;
    margin: 0 0em 0.4em 0;
    letter-spacing: 0.2em;
    vertical-align: text-top;
  }
  .box dl dd {
    display: block;
    width: 100%;
    vertical-align: text-top;
    padding: 0em;
    margin: 0 0 1.4em 0;
  }
  /***************************************/
  .Open {
    width: 100%;
  }
  .Close {
    position: absolute;
    width: 100%;
  }
  .note {
    padding: 5vw 0 5vw 0;
    text-align: center;
  }
  .note .title01 {
    font-size: 1.2em;
    line-height: 1.2em;
    padding: 0.5em 0;
    margin: 0 0 0em 0;
    text-align: center;
    color: #6e4ab1;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
  }
  .noteBtn {
    position: relative;
    display: inline-block;
    font-size: 1.6em;
    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;
  }
}
/***************************************mobile start*********************************************/
@media screen and (max-width: 450px) {
  #stage {
    position: relative;
    overflow: hidden;
    font-size: calc(100vw / 40);
    /*
	&::after{//手機底部邊界
		.pos(f);
		content:"";
		z-index:999;
		width:100%;
		height:1px;
		background:rgba(241,0,4,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;
  }
  /***************************************/
  .webBG {
    position: absolute;
    z-index: 10;
    width: 100%;
    left: 0;
    top: 0;
  }
  .webBG .kv {
    position: absolute;
    z-index: 10;
    width: 148%;
    left: -24%;
    top: -14vw;
  }
  .webBG .coin01 {
    position: absolute;
    z-index: 100;
    left: 9.2%;
    top: 11vw;
    width: 9.2%;
  }
  .webBG .coin02 {
    position: absolute;
    z-index: 100;
    left: 0%;
    top: 40vw;
    width: 10%;
  }
  .webBG .coin03 {
    position: absolute;
    z-index: 100;
    left: -4%;
    top: 150vw;
    width: 18%;
  }
  .webBG .coin04 {
    position: absolute;
    z-index: 100;
    right: -4%;
    top: 80vw;
    width: 20%;
  }
  .webBG .coin05 {
    position: absolute;
    z-index: 100;
    right: -2%;
    top: 164vw;
    width: 12.4%;
  }
  .webBG .coin06 {
    position: absolute;
    z-index: 100;
    left: -4.8%;
    top: 400vw;
    width: 16%;
  }
  .webBG .coin07 {
    position: absolute;
    z-index: 100;
    right: -2.8%;
    top: 296vw;
    width: 14%;
  }
  .slideTop {
    animation: slideTop 1s linear forwards 0s 1;
  }
  .kv {
    position: relative;
    z-index: 100;
    text-align: center;
  }
  .kv .slogan {
    position: relative;
    z-index: 400;
    width: 96%;
    margin: 10vw auto 0 auto;
    opacity: 1;
  }
  .kv .btn {
    position: relative;
    z-index: 400;
    width: 70%;
    margin: 46vw auto 0 auto;
  }
  .kv .eA {
    position: absolute;
    z-index: 100;
    left: 12%;
    top: auto;
    bottom: 12%;
    width: 44%;
  }
  .kv .eB {
    position: absolute;
    z-index: 100;
    right: 12%;
    bottom: 14%;
    width: 44%;
  }
  /***************************************/
  .block02 {
    position: relative;
    z-index: 100;
    margin: 32vw 0 8vw 0;
  }
  .box {
    width: 90%;
    font-size: 1.8em;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: normal;
  }
  .box > div:nth-child(1) {
    position: relative;
    z-index: 200;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: block;
    width: 9em;
    padding: 0.6em 1.4em;
    background: #7b34c6;
    border-radius: 999px;
    margin: 0 auto -1em auto;
    border: 1px solid #000000;
  }
  .box > div:nth-child(2) {
    position: relative;
    z-index: 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;
    padding: 2em 1.4em 2em 1.4em;
    background: #ffffff;
    border-radius: 1em;
    line-height: 1.6em;
    border: 1px solid #000000;
  }
  .box .sp {
    display: inline-block;
    margin: 0 0 0 0.6em;
  }
  .box dl dt {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: inline-block;
    background: #5fa800;
    color: #ffffff;
    font-size: 1.1em;
    font-weight: 500;
    padding: 0.2em 0.4em 0.2em 0.6em;
    border-radius: 0.4em;
    margin: 0 0em 0.2em 0;
    letter-spacing: 0.2em;
    vertical-align: text-top;
  }
  .box dl dd {
    display: block;
    width: 100%;
    vertical-align: text-top;
    padding: 0em;
    margin: 0 0 1.4em 0;
  }
  /***************************************/
  .Open {
    width: 100%;
  }
  .Close {
    position: absolute;
    width: 100%;
  }
  .note {
    padding: 5vw 0 16vw 0;
    text-align: center;
  }
  .note .title01 {
    font-size: 1.2em;
    line-height: 1.2em;
    color: #825dc7;
    text-align: center;
    margin: 2em auto 0.6em auto;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
  }
  .noteBtn {
    position: relative;
    display: inline-block;
    font-size: 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.8em;
    line-height: 1.6em;
    padding: 1.6em 0.5em 1.5em 0em;
    margin: 2em auto 0 auto;
    width: 96%;
    font-weight: normal;
    background: #ffffff;
    color: #000000;
    text-align: left;
    border-radius: 1.5vw;
  }
  .noteBox li {
    padding: 0 0 1em 0;
  }
  .noteBox a {
    text-decoration: underline;
    color: #522ac3;
  }
}
