@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');
}
@font-face {
  font-family: 'Shippori Mincho';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/shipporimincho/v15/VdGGAZweH5EbgHY6YExcZfDoj0BA2w.ttf) format('truetype');
}
@font-face {
  font-family: 'Shippori Mincho';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/shipporimincho/v15/VdGDAZweH5EbgHY6YExcZfDoj0B4L9am5A.ttf) format('truetype');
}
@font-face {
  font-family: 'Shippori Mincho';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/shipporimincho/v15/VdGDAZweH5EbgHY6YExcZfDoj0B4A9Gm5A.ttf) format('truetype');
}
@font-face {
  font-family: 'Shippori Mincho';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/shipporimincho/v15/VdGDAZweH5EbgHY6YExcZfDoj0B4Z9Cm5A.ttf) format('truetype');
}
@font-face {
  font-family: 'Shippori Mincho';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/shipporimincho/v15/VdGDAZweH5EbgHY6YExcZfDoj0B4e9Om5A.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 #d1c0ff;
  -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: 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 float {
  0% {
    transform: translate(0%, 0%);
  }
  50% {
    transform: translate(0%, -20%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@keyframes float02 {
  0% {
    transform: translate(0%, 0%);
  }
  50% {
    transform: translate(0%, 20%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@keyframes slideLeft {
  0% {
    transform: translate(-100%, 0%);
    opacity: 0;
  }
  10% {
    transform: translate(-100%, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    transform: translate(100%, 0%);
    opacity: 0;
  }
  10% {
    transform: translate(100%, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
.kv {
  position: relative;
  background: #c3b0ff;
}
.kvBG {
  position: absolute;
  z-index: 100;
  opacity: 0.25;
  width: 64%;
  top: 0%;
  left: 18%;
}
.kvBG img {
  height: auto;
  width: 100%;
}
.kvArrow {
  position: absolute;
  z-index: 600;
  width: 100%;
  left: 0%;
  bottom: 0%;
}
.kvMan {
  position: relative;
  z-index: 600;
  width: 36%;
  margin: 10% 8% 0 auto;
  opacity: 0;
  animation: slideRight 2s forwards 1s 1;
}
.kvSlogan {
  position: absolute;
  z-index: 500;
  width: 50%;
  left: 8%;
  top: 18%;
  opacity: 0;
  animation: slideLeft 2s forwards 1s 1;
}
.kvTxt {
  position: absolute;
  z-index: 500;
  width: 38%;
  left: 8%;
  top: 58%;
  opacity: 0;
  animation: slideLeft 2s forwards 1.5s 1;
}
.kvTxt > img {
  position: relative;
  z-index: 200;
}
.kvTxt > div {
  position: absolute;
  z-index: 100;
  width: 16%;
  right: -12%;
  top: 24%;
}
/***************************************/
.titleBox {
  text-align: center;
  margin: 0% 0 2% 0;
}
.titleBox .title {
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1em;
  color: #ffffff;
  font-size: 3em;
  padding: 0.4em 0.8em;
  border-radius: 300px;
  background: #6d2aba;
}
.newline {
  display: inline-block;
}
.titleTxt {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8em;
  line-height: 1.4em;
  color: #6d2aba;
  margin: 0 0 0.4em 0;
}
.arrow {
  position: absolute;
  width: 10%;
  left: 45%;
  top: 0%;
}
/***************************************/
.block02 {
  position: relative;
  background: #d2caff;
  padding: 6% 0 0.1% 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;
}
.block02 .txtBox {
  position: relative;
  z-index: 400;
  width: 70%;
  border-radius: 0em 0em 3em 3em;
  overflow: hidden;
  margin: 0 auto;
}
.block02 .frame {
  background: linear-gradient(#d4caff, #e1daff);
  padding: 3em 0 7em 0;
}
.block02 .txt {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2em;
  line-height: 1.6em;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  color: #000000;
}
.block02 .txt b {
  font-size: 1.4em;
  color: #7b34c6;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 900;
}
.block02 .txt span {
  display: inline-block;
}
.block02 .btnBox {
  position: relative;
  z-index: 500;
  text-align: center;
  margin: -3em 0 10% 0;
}
.block02 .btnBox > a {
  display: inline-block;
  width: 25%;
  cursor: pointer;
  animation: btn 2s linear 0s infinite;
}
.block02 .manFrame {
  position: relative;
  z-index: 400;
  width: 54%;
  margin: 0 auto;
}
.block02 .manBox {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  white-space: normal;
  overflow-y: visible;
}
.block02 .manBox .pic {
  display: inline-block;
  width: 100%;
}
.block02 .btnBox02 {
  position: relative;
  z-index: 500;
  text-align: center;
  margin: -2% 0 10% 0;
}
.block02 .btnBox02 > a {
  display: inline-block;
  width: 25%;
  cursor: pointer;
  animation: btn 2s linear 0s infinite;
}
/***************************************/
.over {
  display: none;
  position: fixed;
  z-index: 990;
  overflow-x: hidden;
  overflow-y: auto;
  left: 0;
  top: 0;
  padding: 6% 0 10% 0;
  background: rgba(0, 0, 0, 0.85);
  height: 100vh;
}
.over .close01 {
  position: absolute;
  right: 4%;
  top: 4%;
  background: #000000;
  border-radius: 300px;
  border: 2px solid #ffffff;
  width: 2.6em;
  height: 2.6em;
  padding: 0.5em;
  box-sizing: border-box;
  cursor: pointer;
}
.over .close02 {
  display: inline-block;
  font-size: 2em;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 999px;
  padding: 0.4em 0.8em;
  cursor: pointer;
}
.over .btnBox03 {
  margin: 4% auto 0 auto;
  text-align: center;
}
.over .title {
  font-size: 2em;
  text-align: center;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0 auto 1em auto;
  color: #FFFFFF;
}
.over .frame {
  position: relative;
  text-align: center;
}
.over .box01 {
  position: relative;
  z-index: 400;
  display: inline-block;
  width: 70%;
  margin: 0 1% 0 0;
  border-top: 3px solid #7b34c6;
  border-left: 3px solid #7b34c6;
  border-bottom: 3px solid #7b34c6;
  border-right: 2px solid #7b34c6;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  vertical-align: top;
  background: #ffffff;
}
dl {
  font-size: 1.4em;
  line-height: 1.4em;
  width: 100%;
}
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;
  border-right: 1px solid #7b34c6;
  border-bottom: 1px solid #7b34c6;
  background: #6d2aba;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  width: 50%;
  padding: 0.4em 0;
  vertical-align: top;
}
dl > dd {
  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;
  border-right: 1px solid #7b34c6;
  border-bottom: 1px solid #7b34c6;
  background: #ffffff;
  color: #000000;
  text-align: center;
  width: 50%;
  padding: 0.4em 0;
  vertical-align: top;
}
/***************************************/
/***************************************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;
  }
  .kv {
    position: relative;
    background: #c3b0ff;
  }
  .kvBG {
    position: absolute;
    z-index: 100;
    opacity: 0.25;
    width: 130%;
    top: auto;
    left: -30%;
    bottom: 5%;
  }
  .kvMan {
    position: relative;
    z-index: 600;
    width: 58%;
    margin: 0 auto 0 auto;
  }
  .kvSlogan {
    position: relative;
    z-index: 500;
    width: 90%;
    left: auto;
    top: auto;
    margin: 6% auto 0 auto;
  }
  .kvTxt {
    position: relative;
    z-index: 500;
    width: 66%;
    left: auto;
    top: auto;
    margin: 0 auto 2% auto;
  }
  .kvTxt > div {
    position: absolute;
    z-index: 100;
    width: 16%;
    right: auto;
    top: auto;
    left: 20%;
    bottom: -20%;
    transform: rotate(90deg);
  }
  /***************************************/
  .titleBox {
    text-align: center;
    margin: 0% 0 8% 0;
  }
  .titleBox .title {
    display: inline-block;
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    font-style: normal;
    line-height: 1.4em;
    color: #ffffff;
    font-size: 3em;
    padding: 0.4em 0.8em;
    border-radius: 999px;
    background: #6d2aba;
  }
  .newline {
    display: inline-block;
  }
  .titleTxt {
    text-align: center;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.8em;
    line-height: 1.4em;
    color: #6d2aba;
    margin: 0 0 0.4em 0;
  }
  .arrow {
    position: absolute;
    width: 14%;
    left: 43%;
    top: 0%;
  }
  .block02 .titleBox .title {
    width: 72%;
  }
  /***************************************/
  .block02 {
    position: relative;
    background: #d2caff;
    padding: 6% 0 0.1% 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;
  }
  .block02 .txtBox {
    position: relative;
    z-index: 400;
    width: 90%;
    border-radius: 0em 0em 3em 3em;
    overflow: hidden;
    margin: 0 auto;
  }
  .block02 .frame {
    background: linear-gradient(#d4caff, #e1daff);
    padding: 3em 0 7em 0;
  }
  .block02 .txt {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2em;
    line-height: 1.6em;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    color: #000000;
  }
  .block02 .btnBox {
    position: relative;
    z-index: 500;
    text-align: center;
    margin: -2.6em 0 24% 0;
  }
  .block02 .btnBox > a {
    display: inline-block;
    width: 46%;
    cursor: pointer;
    animation: btn 2s linear 0s infinite;
  }
  .block02 .manFrame {
    position: relative;
    z-index: 400;
    width: 80%;
    margin: 0 auto;
  }
  .block02 .manFrame::before {
    position: absolute;
    content: url("../images/picArrow.svg");
    clear: both;
    display: block;
    z-index: 600;
    width: 2.8em;
    height: 2.8em;
    left: -3.2em;
    top: 46%;
    transform: rotate(180deg);
    background: #a9a3e8;
    border-radius: 900px;
  }
  .block02 .manFrame::after {
    position: absolute;
    content: url("../images/picArrow.svg");
    clear: both;
    display: block;
    z-index: 600;
    width: 2.8em;
    height: 2.8em;
    right: -3.2em;
    top: 46%;
    background: #a9a3e8;
    border-radius: 900px;
  }
  .block02 .manBox {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    white-space: nowrap;
    overflow-y: hidden;
  }
  .block02 .manBox .pic {
    display: inline-block;
    width: 130%;
  }
  .block02 .btnBox02 {
    position: relative;
    z-index: 500;
    text-align: center;
    margin: -3% 0 10% 0;
  }
  .block02 .btnBox02 > a {
    display: inline-block;
    width: 44%;
    cursor: pointer;
    animation: btn 2s linear 0s infinite;
  }
  /***************************************/
  .over .box01 {
    position: relative;
    z-index: 400;
    display: inline-block;
    width: 90%;
    margin: 0 1% 0 0;
    border-top: 3px solid #7b34c6;
    border-left: 3px solid #7b34c6;
    border-bottom: 3px solid #7b34c6;
    border-right: 2px solid #7b34c6;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    vertical-align: top;
    background: #ffffff;
  }
  /***************************************/
}
/***************************************mobile start*********************************************/
@media screen and (max-width: 450px) {
  #stage {
    position: relative;
    overflow: hidden;
    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: 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;
    background: #c3b0ff;
  }
  .kvBG {
    position: absolute;
    z-index: 100;
    opacity: 0.25;
    width: 140%;
    top: auto;
    left: -40%;
    bottom: 5%;
  }
  .kvMan {
    position: relative;
    z-index: 600;
    width: 80%;
    margin: 0 auto 0 auto;
    padding: 0 0 0 4%;
  }
  .kvSlogan {
    position: relative;
    z-index: 500;
    width: 96%;
    left: auto;
    top: auto;
    margin: 6% auto 0 auto;
  }
  .kvTxt {
    position: relative;
    z-index: 500;
    width: 88%;
    left: auto;
    top: auto;
    margin: 0 auto 4% auto;
  }
  .kvTxt > div {
    position: absolute;
    z-index: 100;
    width: 16%;
    right: auto;
    top: auto;
    left: 20%;
    bottom: -20%;
    transform: rotate(90deg);
  }
  /***************************************/
  .titleBox {
    text-align: center;
    margin: 0% 0 8% 0;
  }
  .titleBox .title {
    display: inline-block;
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    font-style: normal;
    line-height: 1.4em;
    color: #ffffff;
    font-size: 3.4em;
    padding: 0.4em 0.8em;
    border-radius: 999px;
    background: #6d2aba;
  }
  .newline {
    display: inline-block;
  }
  .titleTxt {
    text-align: center;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.2em;
    line-height: 1.3em;
    color: #6d2aba;
    margin: 0 0 0.4em 0;
  }
  .arrow {
    position: absolute;
    width: 20%;
    left: 40%;
    top: 0%;
  }
  .block02 .titleBox .title {
    width: 90%;
  }
  .block04 .titleBox .title {
    width: 90%;
  }
  /***************************************/
  .block02 {
    position: relative;
    background: #d2caff;
    padding: 6% 0 0.1% 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;
  }
  .block02 .txtBox {
    position: relative;
    z-index: 400;
    width: 90%;
    border-radius: 0em 0em 3em 3em;
    overflow: hidden;
    margin: 0 auto;
  }
  .block02 .frame {
    background: linear-gradient(#d4caff, #e1daff);
    padding: 3em 0 7em 0;
  }
  .block02 .txt {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2em;
    line-height: 1.6em;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    color: #000000;
  }
  .block02 .btnBox {
    position: relative;
    z-index: 500;
    text-align: center;
    margin: -2.6em 0 24% 0;
  }
  .block02 .btnBox > a {
    display: inline-block;
    width: 54%;
    cursor: pointer;
    animation: btn 2s linear 0s infinite;
  }
  .block02 .manFrame {
    position: relative;
    z-index: 400;
    width: 80%;
    margin: 0 auto;
  }
  .block02 .manFrame::before {
    position: absolute;
    content: url("../images/picArrow.svg");
    clear: both;
    display: block;
    z-index: 600;
    width: 2.8em;
    height: 2.8em;
    left: -3.2em;
    top: 46%;
    transform: rotate(180deg);
    background: #a9a3e8;
    border-radius: 900px;
  }
  .block02 .manFrame::after {
    position: absolute;
    content: url("../images/picArrow.svg");
    clear: both;
    display: block;
    z-index: 600;
    width: 2.8em;
    height: 2.8em;
    right: -3.2em;
    top: 46%;
    background: #a9a3e8;
    border-radius: 900px;
  }
  .block02 .manBox {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    white-space: nowrap;
    overflow-y: hidden;
  }
  .block02 .manBox .pic {
    display: inline-block;
    width: 150%;
  }
  .block02 .btnBox02 {
    position: relative;
    z-index: 500;
    text-align: center;
    margin: -3% 0 10% 0;
  }
  .block02 .btnBox02 > a {
    display: inline-block;
    width: 54%;
    cursor: pointer;
    animation: btn 2s linear 0s infinite;
  }
  /***************************************/
  .over {
    display: none;
    position: fixed;
    z-index: 990;
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    top: 0;
    padding: 20% 0 12% 0;
    background: rgba(0, 0, 0, 0.85);
    height: 100vh;
  }
  .over .close01 {
    position: absolute;
    right: 4%;
    top: 4%;
    background: #000000;
    border-radius: 300px;
    border: 2px solid #ffffff;
    width: 3.6em;
    height: 3.6em;
    padding: 0.5em;
    box-sizing: border-box;
    cursor: pointer;
  }
  .over .close02 {
    display: inline-block;
    font-size: 2.2em;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 999px;
    padding: 0.4em 0.8em;
    cursor: pointer;
  }
  .over .btnBox03 {
    margin: 8% auto 0 auto;
    text-align: center;
  }
  .over .title {
    font-size: 2.2em;
    text-align: center;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 0 auto 1em auto;
    color: #FFFFFF;
  }
  .over .box01 {
    position: relative;
    z-index: 400;
    display: inline-block;
    width: 94%;
    margin: 0 1% 0 0;
    border-top: 3px solid #7b34c6;
    border-left: 3px solid #7b34c6;
    border-bottom: 3px solid #7b34c6;
    border-right: 2px solid #7b34c6;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    vertical-align: top;
    background: #ffffff;
  }
  dl {
    font-size: 1.4em;
    line-height: 1.4em;
    width: 100%;
  }
  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;
    border-right: 1px solid #7b34c6;
    border-bottom: 1px solid #7b34c6;
    background: #6d2aba;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    width: 50%;
    padding: 0.4em 0;
    vertical-align: middle;
  }
  dl > dd {
    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;
    border-right: 1px solid #7b34c6;
    border-bottom: 1px solid #7b34c6;
    background: #ffffff;
    color: #000000;
    text-align: center;
    width: 50%;
    padding: 0.4em 0;
    vertical-align: middle;
    min-height: 3.8em;
  }
  /***************************************/
}
