@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;700;900&family=Noto+Serif+TC:wght@400;700&display=swap');

body {
  overflow-y: scroll;
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif, Arial;
  background: #141821;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.gotop {
  background: transparent;
  border: 1px solid #dabf9c;
  bottom: 20px;
  cursor: pointer;
  height: 50px;
  margin: 0;
  opacity: 0;
  position: fixed;
  right: 20px;
  width: 50px;
  z-index: 999;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.gotop:hover {
  background: #dabf9c;
}

.gotop.in {
  opacity: 1;
}

.gotop .arrow {
  border: solid #dabf9c;
  border-width: 0 1px 1px 0;
  display: inline-block;
  margin-top: 5px;
  padding: 4px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.gotop:hover .arrow {
  border: solid #242121;
  border-width: 0 1px 1px 0;
  display: inline-block;
}

@media (min-width: 1200px) {
  .custom-container {
    max-width: 1080px;
  }
}


.modal-backdrop.show {
  opacity: 0.85;
}

.modal-content {
  border: none;
  background: transparent;
  border-radius: 0;
}

.modal-content .modal-header {
  border: none;
  border-radius: 0;
}

.modal-content .modal-header .modal-title {
  font-size: 24px;
}

.modal-content .modal-header .close {
  font-size: 30px;
  font-weight: 300;
  line-height: 22px;
  color: #ddd9cd;
  border: 1px solid #ddd9cd;
  text-shadow: none;
  margin-bottom: 0;
}

.modal-content .modal-body {
  padding: 0;
  color: #fff;
  line-height: 1.8;
}

.modal-content .modal-body ul.dots {
  margin: 0 0 20px;
  padding: 0 0 0 30px;
}

.modal-content .modal-body ul li {
  padding: 5px 0;
  list-style: disc;
}

#effect_liquid {
  touch-action: none !important;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 926px;
  transform: translateX(-50%);
  background-size: cover;
  z-index: -3;
}

@media only screen and (max-width: 1199px) {
  #effect_liquid {
    display: none;
  }
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 926px;
  top: 0;
  left: 0;
  z-index: 999;
  pointer-events: none;
  z-index: -1;
}

.wrapper {
  overflow: hidden;
  padding: 80px 0 0;
  width: 100%;
  margin: 0 auto;
  background: #141821;
}

@media only screen and (max-width: 1199px) {
  .wrapper {
    padding-top: 60px;
  }
}

.head {
  height: 1878px;
  max-width: 100%;
  background: url(../images/header_bg.png) no-repeat 50% 0;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.head .title {
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  left: 53%;
  top: 3%;
  gap: 0.8vw;
}

.head .title .mainTitle {
  position: relative;
}

.head .title .mainTitle::before {
  position: absolute;
  content: '';
  background: url(../images/text-effect.png) center center no-repeat;
  width: 425px;
  height: 239px;
  left: -45px;
  top: 106px;
  opacity: 0;
  animation: flash 8s ease 1s infinite alternate;
  mix-blend-mode: plus-lighter;
}

.head .title .mainTitle::after {
  position: absolute;
  content: '';
  background: url(../images/text-effect-02.png) center center no-repeat;
  width: 279px;
  height: 255px;
  opacity: 0;
  right: 165px;
  bottom: 42px;
  mix-blend-mode: plus-lighter;
  animation: flash 6s linear infinite alternate;
}

@keyframes flash {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@media only screen and (max-width: 1440px) {
  .head {
    background-position-x: 40%;
  }
}

@media only screen and (max-width: 991px) {
  .head {
    background-position-x: 0%;
    height: 1000px;
  }

  .head .title {
    width: 400px;
    max-width: 95%;
    top: inherit;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
  }

  .head .title::before {
    content: '';
    position: absolute;
    background: #0000004d;
    width: 100%;
    height: 100%;
    transform-origin: center center;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    filter: blur(40px);
  }

  .head .title .mainTitle::before, .head .title .mainTitle::after {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .head {
    height: 1000px;
    background-position-x: 11%;
  }
}

@media only screen and (max-width: 390px) {
  .head {
    height: 880px;
  }
}



.link-btn {
  position: fixed;
  right: 20px;
  top: 90px;
  z-index: 1050;
  transition: all 0.3s ease-in-out;
  display: none;
}

.link-btn:hover {
  filter: brightness(125%);
}



@media only screen and (max-width: 1199px) {
  /* .head .head-bg {
    background: url(../images/header_bg_mobile.png) no-repeat 50% 0;
    padding-top: 186%;
    height: 0;
    background-size: cover;
  } */
}

.head .tit {
  text-indent: -99999em;
  top: 188px;
}

.head .preview-wrap {
  width: 440px;
  cursor: pointer;
  padding: 0px;
  position: relative;
}

.head .preview-wrap .preview {
  padding-top: 56.25%;
  height: 0;
  position: relative;
}

.head .preview-wrap .preview video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.head .preview-wrap .preview::after {
  display: block;
  background: url(../images/bt_play.png) no-repeat 0 0px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 94px;
  height: 121px;
  transition: .3s all;
  z-index: 40;
}

.head .preview-wrap .preview:hover::after {
  filter: brightness(1.2);
}

@media only screen and (max-width: 1199px) {
  .head .title .menu a:last-child {
    display: none;
  }
}

.head .title .menu {
  display: flex;
  margin-top: 8px;
}

.head .title .menu a {
  position: relative;
  display: block;
  width: 276px;
  height: 81px;
  background: url(../images/head_btn-sign.png) no-repeat 0 0;
  font-size: 0;
  transition: .3s all;
}

.head .title .menu a:hover {
  filter: brightness(1.2);
}

.head .title .menu a:nth-child(2) {
  background: url(../images/head_btn.png) no-repeat 0 0;

}

.s1 {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  margin-bottom: -800px;
  transform: translateY(-800px);
  background: url(../images/wrapper_bg.png) no-repeat center bottom;
  background-size: contain;
  z-index: 2;
  padding: 100px 0;
  position: relative;
}

.s1 .custom-container {
  position: relative;
  text-align: start;
}

.s1 .custom-container>img {
  position: relative;
  z-index: 10;
}

.s1::after {
  position: absolute;
  content: '';
  background: url(../images/s2-deco.png) no-repeat top center;
  background-size: contain;
  width: 1005px;
  height: 1318px;
  left: 49%;
  bottom: -8%;
  z-index: 9;
}

.s1 .tit {
  position: relative;
  max-width: 100%;
  width: 643px;
  left: 50%;
  transform: translateX(-50%);
}


@media only screen and (max-width: 991px) {
  .s1 .tit {
    width: 100%;
  }

  .s1 {
    padding: 60px 0;
    margin-top: 0;
    margin-bottom: 0px;
    transform: translateY(0px);
  }

  .s1 .tit::before {
    width: 150px;
    left: -160px;
    top: -80px;
  }

  .s1::after {
    display: none;
  }

  .s1 .custom-container {
    text-align: center;
  }
}

.s1 .tit span {
  padding-top: 35.2686567164%;
  height: 0;
  font-size: 0;
  display: block;
  background: url(../images/s1-tit.png) no-repeat 0 0;
  background-size: contain;
}

.s1 .date {
  display: none;
}

@media only screen and (max-width: 991px) {
  .s1 .date {
    text-align: center;
  }
}

.s1 .date span {
  color: #7472c8;
  background: #151a2a;
  padding: 4px 20px;
  line-height: 24px;
  text-align: center;
  margin-right: 12px;
  border-radius: 25px;
  font-size: 18px;
  display: inline-block;
}

@media only screen and (max-width: 480px) {
  .s1 .date span {
    display: block;
    margin: 0 auto 12px;
  }
}

.s1 .sign-wrap {
  margin: 0px 0 240px;
  padding: 60px;
  background: url(../images/s1-container.png) no-repeat 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  outline: 2px solid #7f2424;
  outline-offset: -10px;
}

.s1 .sign-wrap::after {
  position: absolute;
  content: '';
  background: url(../images/s1-deco.png) no-repeat top center;
  background-size: contain;
  width: 704px;
  height: 859px;
  left: -45%;
  bottom: -48%;
}

@media only screen and (max-width: 1200px) {
  .s1 .sign-wrap::after {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .s1 .sign-wrap {
    padding: 24px;
    margin-bottom: 80px;
  }
}

.s1 .signup .signup-wrap .form-group {
  color: #7472c8;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif, Arial;
}

.s1 .signup .signup-wrap .form-group label {
  font-size: 18px;
  line-height: 64px;
  position: relative;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .s1 .signup .signup-wrap .form-group label {
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
  }

  .head .preview-wrap {
    width: 100%;
  }

  .s1 .custom-container>img {
    margin-left: 0;
  }
}

@media only screen and (max-width: 480px) {
  .s1 .signup .signup-wrap .form-group label {
    font-size: 14px;
  }
}

.s1 .signup .signup-wrap .form-group label::before {
  content: "";
  background: url(../images/dots.png) no-repeat 0 0;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  margin: -5px 5px 0 0;
  display: inline-block;
}

.s1 .signup .signup-wrap .form-group input {
  border: 1px solid #31314c;
  background: transparent;
  height: 64px;
  color: #7472c8;
  font-size: 18px;
  width: 100%;
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  .s1 .signup .signup-wrap .form-group input {
    height: 45px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .s1 .signup .signup-wrap .form-group input {
    font-size: 14px;
  }
}

.s1 .signup .signup-wrap .form-group input:focus-visible,
.s1 .signup .signup-wrap .form-group input:focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(135, 132, 233, 0.75);
}

.s1 .signup {
  width: 100%;
}

.s1 .signup .row {
  justify-content: center;
}

.s1 .signup .signup-wrap .btn-submit {
  transition: all 0.3s ease-in-out;
  background: url(../images/btn.png) no-repeat center center;
  width: 442px;
  height: 80px;
  background-size: contain;
}

.s1 .signup .logout-wrap .btn-submit {
  transition: all 0.3s ease-in-out;
  background: url(../images/btn.png) no-repeat center center;
  width: 442px;
  height: 80px;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .s1 .signup .signup-wrap .btn-submit {
    font-size: 18px;
    width: 100%;
  }
}

.s1 .signup .signup-wrap .btn-submit:hover {
  filter: brightness(1.2);
}

.s1 .signup .signup-wrap .logout-wrap .offset-lg-3 {
  margin-left: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.s1 .logout-info {
  color: #ffffff;
  margin-bottom: 8px;
  line-height: 1.6;
  font-size: 24px;
}

.s1 .logout-info span {
  color: #ffd75f;
}

.s1 .signup .signup-wrap .form_signup {
  display: block;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  font-family: "Noto Sans TC", Arial;
  font-weight: 700;
  margin: 0px 0 8px;
  transition: .3s all;
}

.s1 .signup .signup-wrap .form_signup:hover {
  color: #ffd75f;
  text-decoration: none;

}

.s1 .sign-wrap>.row {
  position: relative;
  justify-content: center;
  margin-bottom: 32px;
  margin-left: 80px;
  margin-right: 80px;
}

.s1 .sign-wrap .row .col-lg-6:nth-of-type(1) {
  display: flex;
  justify-content: center;
}

.s1 .sign-wrap .row .col-lg-6:nth-of-type(2) {
  display: none;
}

@media (max-width:1200px) {
  .s1 .sign-wrap .row .col-lg-6:nth-of-type(2) {
    display: block;
    min-width: 100%;


  }

  .s1 .sign-wrap>.row {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .s1 .gift {
    position: relative;
    text-align: center;
  }
}

.s1 .notice {
  color: #ffffff;
  padding: 0;
  line-height: 1.8;
  font-size: 16px;
  padding: 0 60px;
}

.s1 .notice ul li {
  font-weight: 500;
  text-align: left;
}

.s1 .notice ul li span {
  vertical-align: baseline;
  color: #ffd75f;
}

@media only screen and (max-width: 991px) {
  .s1 .notice {
    padding-left: 30px;
    padding-right: 30px;
    padding: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .s1 .gift {
    position: relative;
    width: 100%;
    bottom: auto;
    text-align: center;
  }
}

.s2 {
  background: url(../images/s2_bg.jpg) no-repeat 50% 0;
  height: 1291px;
  padding: 135px 0 0;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .s2 {
    padding: 80px 0;
    height: 100%;
    background-size: cover;
  }
}

.s2 .tit {
  max-width: 605px;
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .s2 .tit {
    margin: 0 auto;
  }
}

.s2 .tit span {
  padding-top: 14.5454545455%;
  height: 0;
  font-size: 0;
  display: block;
  background: url(../images/s2-tit.png) no-repeat 0 0;
  background-size: contain;
}

.s2 .date {
  color: #ae9dd0;
  margin: 25px 0 0;
  font-size: 16px;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif, Arial;
}

@media only screen and (max-width: 1199px) {
  .s2 .date {
    text-align: center;
  }
}

.s2 .date span {
  color: #855d9c;
  background: #000000;
  width: 100px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  margin-right: 12px;
  border-radius: 25px;
  font-size: 18px;
  display: inline-block;
}

@media only screen and (max-width: 480px) {
  .s2 .date span {
    display: block;
    margin: 0 auto 12px;
  }
}

.s2 .breadcrumb-wrap {
  border: 1px solid #543569;
  margin: 45px 0 0;
  display: inline-block;
}

@media only screen and (max-width: 991px) {
  .s2 .breadcrumb-wrap {
    text-align: center;
  }
}

.s2 .breadcrumb-wrap .breadcrumb-tit {
  display: none;
  color: #ae9dd0;
  font-size: 16px;
  padding-top: 25px;
  margin: 0;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif, Arial;
}

@media only screen and (max-width: 991px) {
  .s2 .breadcrumb-wrap .breadcrumb-tit {
    display: inline-block;
  }
}

.s2 .breadcrumb-wrap .breadcrumb-tit::before,
.s2 .breadcrumb-wrap .breadcrumb-tit::after {
  content: "";
  background: url(../images/list-style.png) no-repeat 0 0;
  width: 14px;
  height: 14px;
  margin-top: 2px;
}

.s2 .breadcrumb-wrap .breadcrumb-tit::before {
  float: left;
  margin-right: 5px;
}

.s2 .breadcrumb-wrap .breadcrumb-tit::after {
  float: right;
  margin-left: 5px;
}

.s2 .breadcrumb-wrap .breadcrumb {
  background-color: transparent;
  color: #ae9dd0;
  font-size: 16px;
  padding: 25px;
  margin: 0;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif, Arial;
}

@media only screen and (max-width: 991px) {
  .s2 .breadcrumb-wrap .breadcrumb .breadcrumb-item {
    margin: 6px 0;
  }
}

@media only screen and (max-width: 991px) {
  .s2 .breadcrumb-wrap .breadcrumb .breadcrumb-item:nth-of-type(1) {
    display: none;
  }
}

.s2 .breadcrumb-wrap .breadcrumb .breadcrumb-item:nth-of-type(1)::before,
.s2 .breadcrumb-wrap .breadcrumb .breadcrumb-item:nth-of-type(1)::after {
  content: "";
  background: url(../images/list-style.png) no-repeat 0 0;
  width: 14px;
  height: 14px;
}

.s2 .breadcrumb-wrap .breadcrumb .breadcrumb-item:nth-of-type(1)::before {
  float: left;
  margin-right: 5px;
}

.s2 .breadcrumb-wrap .breadcrumb .breadcrumb-item:nth-of-type(1)::after {
  float: right;
  margin-left: 5px;
}

.s2 .breadcrumb-wrap .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: "";
  background: url(../images/list-style.png) no-repeat 0 -14px;
  width: 14px;
  height: 9px;
  padding: 0;
  margin: 4px 8px 0 0;
}

.s2 .breadcrumb-wrap .breadcrumb .breadcrumb-item:nth-of-type(2)::before {
  background: transparent;
  width: auto;
  height: auto;
  margin: 0;
}

.gift-container {
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .s2 .gift {
    position: relative;
    margin: 15px auto;
  }
}

.s2 .fb-wrap {
  background: rgba(14, 10, 23, 0.65);
  margin: 60px 0 0;
  padding: 35px 0;
}

@media only screen and (max-width: 767px) {
  .s2 .fb-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.s2 .fb-wrap .wm {
  max-width: 489px;
  width: 100%;
  margin: 0 0 0 83px;
}

@media only screen and (max-width: 1199px) {
  .s2 .fb-wrap .wm {
    margin: 0 auto;
  }
}

.s2 .fb-wrap .notice {
  background: url(../images/notice_btn.png) no-repeat 0 0;
  width: 192px;
  height: 31px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 0;
  bottom: 0;
  display: block;
}

.s2 .fb-wrap .notice:hover {
  background-position-y: -31px;
}

.s2 .fb-wrap .fb_box {
  max-width: 534px;
  width: 100%;
  background: rgba(40, 51, 84, 0.65);
  border: 1px solid #8784e9;
  padding: 17px;
}

@media only screen and (max-width: 1199px) {
  .s2 .fb-wrap .fb_box {
    margin: 60px auto 0;
  }
}

@media only screen and (max-width: 991px) {
  .s2 .fb-wrap .fb_box {
    padding: 10px;
  }
}

.s2 .fb-wrap .fb_box iframe {
  width: 100%;
}

.s3 {
  display: none !important;
}

#aside_tab {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  right: 20px;
  top: 0;
  width: 228px;
  height: 100%;
  min-height: 600px;
  z-index: 9;
}

@media only screen and (max-width: 1199px) {
  #aside_tab {
    display: none;
  }
}

#aside_tab ul li {
  width: 228px;
  height: 65px;
  margin: 8px 0 0;
}

#aside_tab ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0;
}

#aside_tab ul li a::before,
#aside_tab ul li a::after {
  transition: opacity 0.2s;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: url(../images/aside_btn.png) no-repeat 0 0;
}

#aside_tab ul li a::before {
  opacity: 0.4;
}

#aside_tab ul li a:hover::before {
  opacity: 1;
}

#aside_tab ul li a.active::before {
  background-position: -228px 0;
  opacity: 1;
}

#aside_tab ul li:nth-child(2) a::before,
#aside_tab ul li:nth-child(2) a::after {
  background-position: 0 -65px;
}

#aside_tab ul li:nth-child(3) a::before,
#aside_tab ul li:nth-child(3) a::after {
  background-position: 0 -130px;
}

#aside_tab ul li:nth-child(2) a.active::before {
  background-position: -228px -65px;
  opacity: 1;
}

#aside_tab ul li:nth-child(3) a.active::before {
  background-position: -228px -130px;
  opacity: 1;
}