@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/v37/-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/v37/-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/BG_PC02.jpg") repeat-y center top;
  -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);
  background: url("../images/BG_PC01.jpg") no-repeat center top;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
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 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;
  }
}
@keyframes float {
  0% {
    transform: translate(0%, 0%);
  }
  50% {
    transform: translate(0%, -20%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@keyframes light01 {
  0% {
    transform: scale(1, 1);
  }
  20% {
    transform: scale(0.6, 0.6);
  }
  40% {
    transform: scale(1.3, 1.3);
  }
  60% {
    transform: scale(0.6, 0.6);
  }
  80% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes light02 {
  0% {
    transform: scale(1, 1);
  }
  20% {
    transform: scale(1.3, 1.3);
  }
  40% {
    transform: scale(0.7, 0.7);
  }
  60% {
    transform: scale(1.2, 1.2);
  }
  80% {
    transform: scale(0.6, 0.6);
  }
  100% {
    transform: scale(1, 1);
  }
}
.slideLeft {
  opacity: 1;
  animation: slideLeft 1s linear forwards 0s 1;
}
.slideRight {
  opacity: 1;
  animation: slideRight 1s linear forwards 0s 1;
}
.BGCircle01 {
  position: absolute;
  z-index: 20;
  width: 90%;
  left: 5%;
  top: 70vw;
}
.BGCircle02 {
  position: absolute;
  z-index: 10;
  width: 90%;
  left: 5%;
  top: 120vw;
}
.kv {
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  z-index: 500;
  padding: 0 0 0 0;
}
.kv .sloganBox {
  position: relative;
  z-index: 500;
  width: 54%;
  margin: 0 auto 12vw auto;
  padding: 4% 0 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.kv .sloganBox .slogan02 {
  position: relative;
  z-index: 200;
  width: 77.2%;
  margin: 0 auto -6% auto;
  opacity: 0;
}
.kv .sloganBox .slogan03 {
  position: relative;
  z-index: 300;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
}
.kv .sloganBox .slogan03 > img {
  position: relative;
  z-index: 100;
}
.kv .sloganBox .slogan03 .light01 {
  position: absolute;
  z-index: 300;
  width: 32%;
  left: 11%;
  top: 10%;
  animation: light01 4s linear 0s infinite;
}
.kv .sloganBox .slogan03 .light02 {
  position: absolute;
  z-index: 300;
  width: 26%;
  right: -3.6%;
  bottom: 13.2%;
  animation: light02 5s linear 0s infinite;
}
.kv .sloganBox .card01 {
  position: absolute;
  z-index: 400;
  width: 24%;
  right: -6%;
  top: 32%;
  animation: float 4s linear 0s infinite;
}
.kv .sloganBox .card02 {
  display: none;
}
/***************************************/
.block02 {
  position: relative;
  text-align: center;
  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: 4vw 0 0 0;
}
.block02 .stepBox {
  width: 94%;
  margin: 0 auto;
}
.block02 .stepBox > div {
  display: inline-block;
  width: 20%;
  vertical-align: bottom;
  margin: 0 1.8em;
}
.block02 .stepBox > div:nth-child(1) {
  animation: float 4s linear 0s infinite;
}
.block02 .stepBox > div:nth-child(2) {
  animation: float 4s linear 1s infinite;
}
.block02 .stepBox > div:nth-child(3) {
  animation: float 4s linear 2s infinite;
}
.block02 .band01 {
  position: absolute;
  z-index: 100;
  width: 14%;
  left: -2%;
  top: 0%;
}
.block02 .band02 {
  position: absolute;
  z-index: 100;
  width: 14%;
  right: -2%;
  top: -8%;
}
/***************************************/
.block03 {
  position: relative;
  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: 10vw 0 4vw 0;
}
.block03 .title {
  width: 34%;
  margin: 0 auto 2em auto;
}
.block03 .txt {
  font-size: 2em;
  line-height: 1.5em;
  color: #ffffff;
  text-align: center;
  margin: 1em auto;
}
.block03 .txt > span {
  display: block;
}
.block03 .table {
  position: relative;
  width: 60%;
  margin: 0 auto 3em auto;
}
.block03 .btnBox {
  text-align: center;
}
.block03 .btnBox > a {
  display: inline-block;
  width: 22%;
  cursor: pointer;
  animation: btn 2s linear 0s infinite;
}
/***************************************/
.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.1em;
  line-height: 1.6em;
  margin: 2em auto 0 auto;
  width: 90%;
  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;
}
.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;
    background: url("../images/BG_TB02.jpg") repeat-y center top;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
  }
  #stage {
    position: relative;
    overflow: hidden;
    font-size: calc(100vw / 50);
    background: url("../images/BG_TB01.jpg") no-repeat center top;
    -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: 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: block;
  }
  .mo {
    display: none;
  }
  /***************************************/
  .BGCircle01 {
    position: absolute;
    z-index: 20;
    width: 90%;
    left: 5%;
    top: 180vw;
  }
  .BGCircle02 {
    position: absolute;
    z-index: 10;
    width: 90%;
    left: 5%;
    top: 270vw;
  }
  .kv {
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    z-index: 500;
    padding: 0 0 0 0;
  }
  .kv .sloganBox {
    position: relative;
    z-index: 500;
    width: 88%;
    margin: 0 auto;
    padding: 6% 0 60vw 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  .kv .sloganBox .card01 {
    position: absolute;
    z-index: 500;
    width: 40%;
    right: 16%;
    top: 58%;
    animation: float 4s linear 0s infinite;
  }
  .kv .sloganBox .card02 {
    display: block;
    position: absolute;
    z-index: 400;
    width: 30%;
    left: 16%;
    top: 58%;
    animation: float 4s linear 2s infinite;
  }
  /***************************************/
  .block02 {
    position: relative;
    text-align: center;
    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: 14vw  0 14vw 0;
  }
  .block02 .stepBox {
    width: 100%;
    margin: 0 auto;
  }
  .block02 .stepBox > div {
    display: inline-block;
    width: 26%;
    vertical-align: bottom;
    margin: 0 0.6em;
  }
  .block02 .stepBox > div:nth-child(1) {
    animation: float 4s linear 0s infinite;
  }
  .block02 .stepBox > div:nth-child(2) {
    animation: float 4s linear 1s infinite;
  }
  .block02 .stepBox > div:nth-child(3) {
    animation: float 4s linear 2s infinite;
  }
  .block02 .band01 {
    position: absolute;
    z-index: 100;
    width: 20%;
    left: -2%;
    top: 0;
  }
  .block02 .band02 {
    position: absolute;
    z-index: 100;
    width: 20%;
    right: -2%;
    top: 0%;
  }
  /***************************************/
  .block03 {
    position: relative;
    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: 14vw 0 10vw 0;
  }
  .block03 .title {
    width: 60%;
    margin: 0 auto 2em auto;
  }
  .block03 .txt {
    font-size: 2em;
    line-height: 1.5em;
    color: #ffffff;
    text-align: center;
    margin: 1em auto;
  }
  .block03 .txt > span {
    display: block;
  }
  .block03 .table {
    position: relative;
    width: 86%;
    margin: 0 auto 3em auto;
  }
  .block03 .btnBox {
    text-align: center;
  }
  .block03 .btnBox > a {
    display: inline-block;
    width: 40%;
    cursor: pointer;
    animation: btn 2s linear 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;
  }
  .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) {
  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/BG_MO02.jpg") repeat-y center top;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
  }
  #stage {
    position: relative;
    overflow: hidden;
    font-size: calc(100vw / 40);
    background: url("../images/BG_MO01.jpg") no-repeat center top;
    -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: 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;
  }
  /***************************************/
  .BGCircle01 {
    position: absolute;
    z-index: 20;
    width: 100%;
    left: 0%;
    top: 140vw;
  }
  .BGCircle02 {
    position: absolute;
    z-index: 10;
    width: 100%;
    left: 0%;
    top: 270vw;
  }
  .kv {
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    z-index: 500;
    padding: 0 0 0 0;
    /*
	&::before{//短手機界線
		.pos(r);
		z-index:900;
		display:block;
		content: "";
		width: 100%;
		height:1px;
		left: 0;
		top:162.22vw;
		background: rgba(255,0,4,1.00);
	}*/
  }
  .kv .sloganBox {
    position: relative;
    z-index: 500;
    width: 100%;
    margin: 0 auto;
    padding: 10% 0 80vw 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  .kv .sloganBox .card01 {
    position: absolute;
    z-index: 500;
    width: 46%;
    right: 9.2%;
    top: 58%;
    animation: float 4s linear 0s infinite;
  }
  .kv .sloganBox .card02 {
    display: block;
    position: absolute;
    z-index: 400;
    width: 36%;
    left: 10%;
    top: 58%;
    animation: float 4s linear 2s infinite;
  }
  /***************************************/
  .block02 {
    position: relative;
    text-align: center;
    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: 20vw  0vw 0;
  }
  .block02 .stepBox {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .block02 .stepBox > div {
    display: inline-block;
    width: 38%;
    vertical-align: bottom;
    margin: 0 0.8em;
  }
  .block02 .stepBox > div:nth-child(1) {
    animation: float 0s linear 0s infinite;
  }
  .block02 .stepBox > div:nth-child(2) {
    animation: float 0s linear 1s infinite;
  }
  .block02 .stepBox > div:nth-child(3) {
    animation: float 0s linear 2s infinite;
  }
  .block02 .band01 {
    position: absolute;
    z-index: 100;
    width: 26%;
    left: -10%;
    top: 6%;
  }
  .block02 .band02 {
    position: absolute;
    z-index: 100;
    width: 26%;
    right: -10%;
    top: 0%;
  }
  /***************************************/
  .block03 {
    position: relative;
    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: 22vw 0 15vw 0;
  }
  .block03 .title {
    width: 88%;
    margin: 0 auto 2em auto;
  }
  .block03 .txt {
    font-size: 2.2em;
    line-height: 1.5em;
    color: #ffffff;
    text-align: center;
    margin: 1em auto;
  }
  .block03 .txt > span {
    display: block;
  }
  .block03 .table {
    position: relative;
    width: 50%;
    margin: 0 auto 4em auto;
  }
  .block03 .btnBox {
    text-align: center;
  }
  .block03 .btnBox > a {
    display: inline-block;
    width: 70%;
    cursor: pointer;
    animation: btn 2s linear 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: 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.2em;
    line-height: 1.6em;
    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;
  }
}
