@charset "UTF-8";
@-webkit-keyframes boxTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes boxTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes boxRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes boxRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes boxBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes boxBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes boxLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes boxLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
  }
  25% {
    -webkit-transform: translate(-1px, 0);
            transform: translate(-1px, 0);
  }
  50% {
    -webkit-transform: translate(0, -1px);
            transform: translate(0, -1px);
  }
  75% {
    -webkit-transform: translate(1px, -1px);
            transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
  }
  25% {
    -webkit-transform: translate(-1px, 0);
            transform: translate(-1px, 0);
  }
  50% {
    -webkit-transform: translate(0, -1px);
            transform: translate(0, -1px);
  }
  75% {
    -webkit-transform: translate(1px, -1px);
            transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/* Btn Anime End*/
@-webkit-keyframes spoon {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 10px) rotate(-30deg);
            transform: translate(0, 10px) rotate(-30deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(-30deg);
            transform: translate(0, 0) rotate(-30deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}
@keyframes spoon {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 10px) rotate(-30deg);
            transform: translate(0, 10px) rotate(-30deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(-30deg);
            transform: translate(0, 0) rotate(-30deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}
@-webkit-keyframes spoonPhone {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 10px) rotate(-10deg);
            transform: translate(0, 10px) rotate(-10deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(-10deg);
            transform: translate(0, 0) rotate(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}
@keyframes spoonPhone {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 10px) rotate(-10deg);
            transform: translate(0, 10px) rotate(-10deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(-10deg);
            transform: translate(0, 0) rotate(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}
/* 重複播放動畫預留 */
/*  Gobal  */
* {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans TC", sans-serif;
}

body {
  overflow: hidden;
}

h1, h2, h3, h4, p {
  margin: 0;
  font-weight: inherit;
  line-height: normal;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

/*  mixin  */
/*  compent  */
.mainArea {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .mainArea {
    padding-bottom: env(safe-area-inset-bottom);
  }
}

/* 按鈕共用樣式 */
@media (min-width: 1024px) {
  .btn:hover {
    -webkit-animation: move 0.2s infinite;
            animation: move 0.2s infinite;
  }
}
.btn span {
  display: block;
}
.btn .box-top {
  width: 10px;
  height: 10px;
  position: absolute;
  top: -23%;
  left: 24%;
  -webkit-animation: boxTop 3s infinite linear;
          animation: boxTop 3s infinite linear;
}
@media (max-width: 1024px) {
  .btn .box-top {
    width: 6px;
    height: 6px;
  }
}
.btn .box-rightS {
  width: 5px;
  height: 5px;
  position: absolute;
  top: 19%;
  right: -3%;
  -webkit-animation: boxRight 1s infinite linear;
          animation: boxRight 1s infinite linear;
}
@media (max-width: 1024px) {
  .btn .box-rightS {
    width: 3px;
    height: 3px;
  }
}
.btn .box-rightL {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 30%;
  right: -10%;
  -webkit-animation: boxRight 2s infinite linear;
          animation: boxRight 2s infinite linear;
}
@media (max-width: 1024px) {
  .btn .box-rightL {
    width: 6px;
    height: 6px;
  }
}
.btn .box-bottomS {
  width: 5px;
  height: 5px;
  position: absolute;
  bottom: -43%;
  right: 43%;
  -webkit-animation: boxBottom 1.5s infinite linear;
          animation: boxBottom 1.5s infinite linear;
}
@media (max-width: 1024px) {
  .btn .box-bottomS {
    width: 3px;
    height: 3px;
  }
}
.btn .box-bottomL {
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -31%;
  right: 35%;
  -webkit-animation: boxBottom 1.8s infinite linear;
          animation: boxBottom 1.8s infinite linear;
}
@media (max-width: 1024px) {
  .btn .box-bottomL {
    width: 6px;
    height: 6px;
  }
}
.btn .box-leftS {
  width: 5px;
  height: 5px;
  position: absolute;
  bottom: 31%;
  left: -4%;
  -webkit-animation: boxLeft 1.5s infinite linear;
          animation: boxLeft 1.5s infinite linear;
}
@media (max-width: 1024px) {
  .btn .box-leftS {
    width: 3px;
    height: 3px;
  }
}
.btn .box-leftL {
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 8%;
  left: -10%;
  -webkit-animation: boxLeft 1.6s infinite linear;
          animation: boxLeft 1.6s infinite linear;
}
@media (max-width: 1024px) {
  .btn .box-leftL {
    width: 6px;
    height: 6px;
  }
}

.startArea {
  background-color: #7D46E0;
  height: 100%;
  /* Anime */
}
.startArea.load .mainPic .img-top {
  -webkit-animation: spoon 1s linear forwards;
          animation: spoon 1s linear forwards;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .startArea.load .mainPic .img-top {
    -webkit-animation: spoonPhone 1s linear forwards;
            animation: spoonPhone 1s linear forwards;
  }
}
.startArea.load .mainPic .img-bottom::after {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.startArea.load .mainPic .img-left::after {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.startArea.load .top {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.startArea.load .titleBox .title-top, .startArea.load .titleBox .title-bottom, .startArea.load .titleBox .btn {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.startArea .mainPic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.startArea .mainPic img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.startArea .mainPic .img-top {
  position: absolute;
  width: 70%;
  height: 50%;
  top: 0;
  right: 0;
  z-index: 2;
}
.startArea .mainPic .img-top img {
  -o-object-position: bottom left;
     object-position: bottom left;
}
.startArea .mainPic .img-top .phone {
  display: none;
}
.startArea .mainPic .img-top {
  /* Anime */
  opacity: 0;
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .startArea .mainPic .img-top {
    width: 100%;
    height: 65%;
  }
  .startArea .mainPic .img-top img {
    -o-object-position: bottom left;
       object-position: bottom left;
  }
  .startArea .mainPic .img-top .pc {
    display: none;
  }
  .startArea .mainPic .img-top .phone {
    display: block;
  }
}
.startArea .mainPic .img-bottom {
  position: absolute;
  width: 70%;
  height: 50%;
  bottom: 0;
  right: 0;
}
.startArea .mainPic .img-bottom img {
  -o-object-position: top left;
     object-position: top left;
}
.startArea .mainPic .img-bottom .phone {
  display: none;
}
.startArea .mainPic .img-bottom::after {
  content: "";
  width: 100%;
  height: 110%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(5%, rgba(125, 70, 224, 0.5)), color-stop(10%, #7D46E0), to(#7D46E0));
  background: linear-gradient(to bottom, transparent 0%, rgba(125, 70, 224, 0.5) 5%, #7D46E0 10%, #7D46E0 100%);
  background-position: 0 0%;
  pointer-events: none;
  -webkit-transition: all 1.5s 1s linear;
  transition: all 1.5s 1s linear;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .startArea .mainPic .img-bottom {
    width: 100%;
    height: 35%;
  }
  .startArea .mainPic .img-bottom .pc {
    display: none;
  }
  .startArea .mainPic .img-bottom .phone {
    display: block;
  }
}
.startArea .mainPic .img-left {
  position: absolute;
  width: 33%;
  height: 21%;
  bottom: 0;
  left: 0;
}
.startArea .mainPic .img-left::after {
  content: "";
  width: 110%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(5%, rgba(125, 70, 224, 0.5)), color-stop(10%, #7D46E0), to(#7D46E0));
  background: linear-gradient(to left, transparent 0%, rgba(125, 70, 224, 0.5) 5%, #7D46E0 10%, #7D46E0 100%);
  background-position: 0 0%;
  pointer-events: none;
  -webkit-transition: all 1s 2s;
  transition: all 1s 2s;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.startArea .mainPic .img-left img {
  -o-object-position: top right;
     object-position: top right;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .startArea .mainPic .img-left {
    display: none;
  }
}
.startArea .top {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
  /* Anime */
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.5s 2.5s;
  transition: all 0.5s 2.5s;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .startArea .top {
    padding: 30px 15px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .startArea .top::before {
    content: "";
    width: 22%;
    height: 100%;
    background-image: url("../images/topright_ph.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 480px) {
  .startArea .top {
    padding: 15px 10px 0;
  }
}
.startArea .top .left {
  width: 915px;
}
.startArea .top .left .phone {
  display: none;
}
@media (max-width: 1600px) {
  .startArea .top .left {
    width: 840px;
  }
}
@media (max-width: 1400px) {
  .startArea .top .left {
    width: 720px;
  }
}
@media (max-width: 1180px) {
  .startArea .top .left {
    width: 640px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  .startArea .top .left {
    width: 50%;
  }
  .startArea .top .left .phone {
    display: block;
  }
  .startArea .top .left .pc {
    display: none;
  }
}
@media (max-width: 540px) and (orientation: portrait) {
  .startArea .top .left {
    width: 70%;
  }
}
.startArea .top .right {
  width: 250px;
}
@media (max-width: 1600px) {
  .startArea .top .right {
    width: 200px;
  }
}
@media (max-width: 1400px) {
  .startArea .top .right {
    width: 160px;
  }
}
@media (max-width: 1180px) {
  .startArea .top .right {
    width: 120px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  .startArea .top .right {
    width: 25%;
    min-width: 80px;
  }
}
@media (max-width: 540px) and (orientation: portrait) {
  .startArea .top .right {
    width: 30%;
  }
}
.startArea .titleBox {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 4;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .startArea .titleBox {
    padding: 0 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 480px) and (orientation: portrait) {
  .startArea .titleBox {
    padding-top: 22%;
  }
}
.startArea .titleBox .title {
  width: 55%;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .startArea .titleBox .title {
    width: 100%;
  }
}
.startArea .titleBox .title-top {
  margin-bottom: 5%;
  /* Anime */
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.5s 3s;
  transition: all 0.5s 3s;
}
.startArea .titleBox .title-bottom {
  /* Anime */
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.5s 3.3s;
  transition: all 0.5s 3.3s;
}
.startArea .titleBox .btn {
  width: 9%;
  min-width: 150px;
  margin-top: 52px;
  cursor: pointer;
}
.startArea .titleBox .btn span {
  background-color: #FF9F37;
}
.startArea .titleBox .btn {
  /* Anime */
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.5s 3.6s;
  transition: all 0.5s 3.6s;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .startArea .titleBox .btn {
    width: 20%;
    min-width: 120px;
    margin: 14% 0 0 4%;
  }
}
@media (max-width: 960px) and (orientation: landscape) {
  .startArea .titleBox .btn {
    width: 12%;
    min-width: 120px;
    margin-top: 30px;
  }
}
@media (max-width: 480px) and (orientation: portrait) {
  .startArea .titleBox .btn {
    min-width: 105px;
    margin: 16% 0 0 9%;
  }
}

.introArea {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #FF9F37;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  z-index: 20;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.8s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.8s cubic-bezier(0.2, 0, 0.3, 1);
}
.introArea.show {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.introArea.show .bg-top img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.introArea.show .bg-bottom img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.introArea.show .top, .introArea.show .textBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.introArea.show .bottom .btnBox, .introArea.show .bottom .phTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.introArea .wrap {
  padding: 0 100px;
  max-width: 1660px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .introArea .wrap {
    padding: 0 50px;
  }
}
@media (max-width: 960px) {
  .introArea .wrap {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  .introArea .wrap {
    padding: 0 30px;
  }
}
.introArea .top {
  padding-left: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1%;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.5s 1.4s;
  transition: all 0.5s 1.4s;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .introArea .top {
    padding-left: 60px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) and (orientation: landscape) {
  .introArea .top {
    padding-left: 35px;
  }
}
@media (max-width: 960px) {
  .introArea .top {
    padding-left: 20px;
  }
}
.introArea .top .left {
  width: 59%;
  margin-right: 10px;
}
.introArea .top .left .phone {
  display: none;
}
@media (max-width: 1400px) {
  .introArea .top .left {
    width: 56%;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  .introArea .top .left {
    width: 60%;
  }
  .introArea .top .left .pc {
    display: none;
  }
  .introArea .top .left .phone {
    display: block;
  }
}
@media (max-width: 1024px) and (orientation: landscape) {
  .introArea .top .left {
    width: 68%;
  }
}
@media (max-width: 480px) and (orientation: portrait) {
  .introArea .top .left {
    width: 68%;
  }
}
.introArea .top .right {
  width: 24%;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .introArea .top .right {
    display: none;
  }
}
.introArea .textBox {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 65px 35px;
  border-radius: 80px;
  color: #582828;
  /* Anime */
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.6s 1.7s linear;
  transition: all 0.6s 1.7s linear;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .introArea .textBox {
    padding: 50px 25px;
  }
}
@media (max-width: 1024px) and (orientation: landscape) {
  .introArea .textBox {
    padding: 40px 20px;
    border-radius: 60px;
  }
}
@media (max-width: 960px) {
  .introArea .textBox {
    padding: 35px 15px;
    border-radius: 50px;
  }
}
@media (max-width: 400px) {
  .introArea .textBox {
    padding: 25px 10px;
  }
}
.introArea .textBox .textWrap {
  overflow-y: auto;
  padding: 0 45px;
  font-size: 20px;
  max-height: calc(56dvh - 130px);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 1024px) {
  .introArea .textBox .textWrap {
    padding: 0 25px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  .introArea .textBox .textWrap {
    max-height: calc(56dvh - 80px);
  }
}
@media (max-width: 960px) {
  .introArea .textBox .textWrap {
    font-size: 16px;
    padding: 0 15px;
    max-height: calc(56dvh - 70px);
  }
}
@media (max-width: 480px) {
  .introArea .textBox .textWrap {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .introArea .textBox .textWrap {
    max-height: calc(54dvh - 70px);
    font-size: 12px;
    padding: 0 10px;
  }
}
.introArea .textBox .textWrap::-webkit-scrollbar {
  width: 6px;
}
@media (max-width: 480px) {
  .introArea .textBox .textWrap::-webkit-scrollbar {
    width: 4px;
  }
}
.introArea .textBox .textWrap::-webkit-scrollbar-track {
  background: transparent;
}
.introArea .textBox .textWrap::-webkit-scrollbar-thumb {
  background: #FFF;
  border-radius: 50px;
}
.introArea .textBox .text {
  margin-bottom: 35px;
  color: #582828;
  font-weight: 500;
}
@media (max-width: 960px) {
  .introArea .textBox .text {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .introArea .textBox .text {
    margin-bottom: 25px;
  }
}
.introArea .textBox .text.textEn {
  font-family: "Noto Sans", sans-serif;
}
.introArea .bottom {
  width: 100%;
  min-height: 18dvh;
  max-height: 22dvh;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .introArea .bottom {
    min-height: auto;
    max-height: none;
    height: 22dvh;
    padding: 25px 15px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 540px) and (orientation: portrait) {
  .introArea .bottom {
    padding: 15px 15px 25px;
  }
}
@media (max-width: 400px) {
  .introArea .bottom {
    padding: 15px 15px;
  }
}
.introArea .bottom .btnBox {
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.5s 2s;
  transition: all 0.5s 2s;
}
.introArea .bottom .btn {
  display: inline-block;
  width: 9%;
  min-width: 150px;
}
.introArea .bottom .btn span {
  background-color: #FFF;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .introArea .bottom .btn {
    width: calc((100dvw - 60px) * 0.2);
    min-width: 120px;
  }
}
@media (max-width: 960px) and (orientation: landscape) {
  .introArea .bottom .btn {
    width: 12%;
    min-width: 120px;
  }
}
@media (max-width: 480px) and (orientation: portrait) {
  .introArea .bottom .btn {
    min-width: 105px;
  }
}
@media (max-width: 400px) {
  .introArea .bottom .btn {
    min-width: 95px;
  }
}
.introArea .bottom .phTitle {
  display: none;
  width: 45dvw;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.5s 1.4s;
  transition: all 0.5s 1.4s;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .introArea .bottom .phTitle {
    display: block;
  }
}
.introArea {
  /* 背景方塊 */
}
.introArea .bg-top {
  position: static;
}
.introArea .bg-top img {
  position: absolute;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.introArea .bg-top .img1 {
  width: 35%;
  top: -7%;
  right: 0%;
  -webkit-transition: all 0.5s 0.5s;
  transition: all 0.5s 0.5s;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .introArea .bg-top .img1 {
    width: 57%;
    top: 0%;
    right: 6%;
  }
}
.introArea .bg-top .img2 {
  width: 26%;
  top: -6.5%;
  right: -3.8%;
  -webkit-transition: all 0.5s 0.8s;
  transition: all 0.5s 0.8s;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .introArea .bg-top .img2 {
    width: 43%;
    top: 0%;
    right: 0%;
  }
}
.introArea .bg-top .img3 {
  width: 31%;
  top: -4.5%;
  right: -2%;
  -webkit-transition: all 0.5s 1.1s;
  transition: all 0.5s 1.1s;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .introArea .bg-top .img3 {
    width: 50.5%;
    top: 1.5%;
    right: 3%;
  }
}
.introArea .bg-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .introArea .bg-bottom {
    width: 53%;
  }
}
.introArea .bg-bottom img {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.introArea .bg-bottom .img1 {
  -webkit-transition: all 0.5s 0.5s;
  transition: all 0.5s 0.5s;
}
.introArea .bg-bottom .img2 {
  -webkit-transition: all 0.5s 0.8s;
  transition: all 0.5s 0.8s;
}
.introArea .bg-bottom .img3 {
  -webkit-transition: all 0.5s 1.1s;
  transition: all 0.5s 1.1s;
}