@import 'reset.css';
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
.cookie-confirm {
  background-color: #D8D8D8;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.cookie-confirm .cc-btn-close {
  position: absolute;
  top: 5px;
  right: 20px;
}
.cookie-confirm .cc-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 20px;
}
.cookie-confirm .cc-wrap .cc-txt {
  color: #454545;
}
.cookie-confirm .cc-wrap .cc-txt .cc-link {
  font-size: inherit;
  color: #004DA1;
  text-decoration: underline;
  display: block;
}
.cookie-confirm .cc-wrap .cc-btn {
  width: 80px;
  text-align: center;
  height: 40px;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  margin-right: 30px;
  background-color: #a56ecc;
  border-radius: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 769px) {
  .cookie-confirm .cc-wrap .cc-txt {
    line-height: 26px;
  }
  .cookie-confirm .cc-wrap .cc-btn:hover {
    background-color: #8152c6;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
}
@media screen and (max-width: 768px) {
  .cookie-confirm .cc-wrap .cc-txt {
    font-size: 14px;
    line-height: 22px;
  }
}
@-webkit-keyframes blink {
  from, to {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes blink {
  from, to {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes lightAni {
  from, to {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes lightAni {
  from, to {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes dotAni {
  0%, 20%, 60%, 100% {
    opacity: 1;
  }
  40%, 80% {
    opacity: 0;
  }
}
@keyframes dotAni {
  0%, 20%, 60%, 100% {
    opacity: 1;
  }
  40%, 80% {
    opacity: 0;
  }
}
@-webkit-keyframes roleAni {
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes roleAni {
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes shadowAni {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.4;
  }
}
@keyframes shadowAni {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.4;
  }
}
@-webkit-keyframes arrowAni {
  0% {
    opacity: 0;
  }
  50%, 100% {
    opacity: 1;
  }
}
@keyframes arrowAni {
  0% {
    opacity: 0;
  }
  50%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes iconAni {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(365deg);
            transform: rotate(365deg);
  }
}
@keyframes iconAni {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(365deg);
            transform: rotate(365deg);
  }
}
body, body * {
  font-family: "Noto Sans TC", "microsoft jhenghei", Verdana, Arial, sans-serif;
}

body * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body article {
  background-color: #f7f7f7;
  overflow: hidden;
}
body article .se-1 {
  background: url(../Images/header-bg.jpg) no-repeat center top/auto 100%;
  height: 712px;
}
body article .se-1 .mb-bg {
  display: none;
}
body article .se-1 .bookmark {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 146px;
  height: 126px;
  background: url(../Images/keep.png) no-repeat center center/100%;
}
body article .se-1 .bookmark img {
  display: none;
}
body article .se-1 .bookmark:hover {
  background: url(../Images/keep-r.png) no-repeat center center/100%;
}
body article .se-1 .wrap {
  width: 97%;
  max-width: 1110px;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 55px;
  overflow: unset;
}
body article .se-1 .wrap .row {
  padding-bottom: 10px;
}
body article .se-1 .wrap .row .logo {
  display: inline-block;
  padding-left: 60px;
}
body article .se-1 .wrap .row .logo img {
  vertical-align: top;
}
body article .se-1 .wrap .sg-row {
  position: relative;
}
body article .se-1 .wrap .sg-row .sg {
  padding-top: 30px;
  width: 655px;
}
body article .se-1 .wrap .sg-row .sg img {
  width: 100%;
  vertical-align: top;
}
body article .se-1 .wrap .sg-row .role-box {
  position: absolute;
  left: 60%;
  bottom: -40px;
  width: 610px;
  height: 564px;
}
body article .se-1 .wrap .sg-row .role-box .role-1 {
  -webkit-animation: roleAni 2s linear infinite;
          animation: roleAni 2s linear infinite;
  position: absolute;
  left: 0;
  bottom: 0;
}
body article .se-1 .wrap .sg-row .role-box .shadow {
  width: 257px;
  position: absolute;
  bottom: -10px;
  left: 13%;
  -webkit-animation: shadowAni 1s linear infinite alternate;
          animation: shadowAni 1s linear infinite alternate;
}
body article .se-1 .wrap .sg-row .ani-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body article .se-1 .wrap .sg-row .ani-block .dot-row {
  height: 23px;
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(-1.5deg);
          transform: rotate(-1.5deg);
  position: absolute;
  top: 0;
  left: 200px;
}
body article .se-1 .wrap .sg-row .ani-block .dot-row .col {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
body article .se-1 .wrap .sg-row .ani-block .dot-row .col .dot {
  width: 23px;
  height: 23px;
  background: url(../Images/border-r1.png) no-repeat center center/100%;
}
body article .se-1 .wrap .sg-row .ani-block .dot-row .col .dot img {
  opacity: 0;
  width: 100%;
  vertical-align: top;
}
body article .se-1 .wrap .sg-row .ani-block .dot-row .col .dot-l1 img,
body article .se-1 .wrap .sg-row .ani-block .dot-row .col .dot-r1 img {
  animation: dotAni 1.3s -0.3s infinite cubic-bezier(1, -0.013, 0, 0.917) reverse;
}
body article .se-1 .wrap .sg-row .ani-block .dot-row .col .dot-l2 img,
body article .se-1 .wrap .sg-row .ani-block .dot-row .col .dot-r2 img {
  animation: dotAni 1.3s -0.2s infinite cubic-bezier(1, -0.013, 0, 0.917) reverse;
}
body article .se-1 .wrap .sg-row .ani-block .dot-row .col .dot-l3 img,
body article .se-1 .wrap .sg-row .ani-block .dot-row .col .dot-r3 img {
  animation: dotAni 1.3s -0.1s infinite cubic-bezier(1, -0.013, 0, 0.917) reverse;
}
body article .se-1 .wrap .sg-row .ani-block .border {
  width: 630px;
  height: 301px;
  background: url(../Images/border-1.png) no-repeat center center;
}
body article .se-1 .wrap .sg-row .ani-block .border img {
  width: 100%;
  vertical-align: top;
  opacity: 0;
  animation: dotAni 1.3s infinite cubic-bezier(1, -0.013, 0, 0.917) reverse;
}
body article .se-1 .wrap .btn-row {
  text-align: center;
  margin-top: 30px;
  position: relative;
}
body article .se-1 .wrap .btn-row .ani-arrow {
  display: none;
}
body article .se-1 .wrap .btn-row a {
  width: 256px;
  height: 80px;
  display: inline-block;
  background: url(../Images/btn-1.png) no-repeat center center/100%;
}
body article .se-1 .wrap .btn-row a:hover {
  background: url(../Images/btn-1r.png) no-repeat center center/100%;
}
body article .se-1 .wrap .btn-row .btn-m {
  display: none;
}
@media screen and (max-width: 1110px) {
  body article .se-1 {
    height: 600px;
  }
  body article .se-1 .wrap {
    width: 85%;
  }
  body article .se-1 .wrap .sg-row .ani-block .role-1 {
    width: 480px;
  }
  body article .se-1 .wrap .sg-row .ani-block .role-1 img {
    width: 100%;
  }
  body article .se-1 .wrap .sg-row .ani-block .border {
    width: 500px;
    height: unset;
  }
  body article .se-1 .wrap .sg-row .ani-block .dot-row {
    left: 145px;
    width: 200px;
  }
  body article .se-1 .wrap .sg-row .sg {
    width: 510px;
  }
  body article .se-1 .wrap .btn-row {
    margin-top: 20px;
  }
}
@media screen and (max-width: 990px) {
  body article .se-1 {
    height: 550px;
  }
  body article .se-1 .wrap .sg-row .ani-block .role-1 {
    width: 430px;
  }
  body article .se-1 .wrap .sg-row .ani-block .border {
    width: 450px;
    height: unset;
  }
  body article .se-1 .wrap .sg-row .ani-block .dot-row {
    left: 133px;
    width: 175px;
    height: 18px;
  }
  body article .se-1 .wrap .sg-row .ani-block .dot-row .col {
    gap: 7px;
  }
  body article .se-1 .wrap .sg-row .ani-block .dot-row .col .dot {
    width: 18px;
    height: 18px;
  }
  body article .se-1 .wrap .sg-row .sg {
    width: 460px;
  }
}
@media screen and (max-width: 890px) {
  body article .se-1 {
    height: 500px;
  }
  body article .se-1 .wrap {
    width: 82%;
  }
  body article .se-1 .wrap .sg-row .ani-block .role-1 {
    width: 350px;
  }
  body article .se-1 .wrap .sg-row .ani-block .border {
    width: 350px;
    height: unset;
  }
  body article .se-1 .wrap .sg-row .ani-block .dot-row {
    left: 103px;
    width: 140px;
    height: 15px;
  }
  body article .se-1 .wrap .sg-row .ani-block .dot-row .col {
    gap: 5px;
  }
  body article .se-1 .wrap .sg-row .ani-block .dot-row .col .dot {
    width: 15px;
    height: 15px;
  }
  body article .se-1 .wrap .sg-row .sg {
    width: 370px;
  }
  body article .se-1 .wrap .btn-row a {
    width: 200px;
    height: 65px;
  }
}
@media screen and (max-width: 768px) {
  body article .se-1 {
    height: unset;
  }
  body article .se-1 .mb-bg {
    display: block;
    position: relative;
    z-index: 0;
  }
  body article .se-1 .mb-bg img {
    width: 100%;
    vertical-align: top;
  }
  body article .se-1 .bookmark {
    background: unset;
    width: 12%;
    height: 8%;
  }
  body article .se-1 .bookmark:hover {
    background: unset;
  }
  body article .se-1 .wrap {
    width: 100%;
    padding-top: 0;
  }
  body article .se-1 .wrap .row,
  body article .se-1 .wrap .sg-row {
    display: none;
  }
  body article .se-1 .wrap .btn-row {
    margin-top: 0;
  }
  body article .se-1 .wrap .btn-row a {
    background: unset;
    width: 60%;
    max-width: 300px;
    height: auto;
  }
  body article .se-1 .wrap .btn-row a img {
    width: 100%;
    vertical-align: top;
  }
  body article .se-1 .wrap .btn-row a:hover {
    background: unset;
  }
  body article .se-1 .wrap .btn-row a .btn-m {
    display: block;
  }
  body article .se-1 .wrap .btn-row .ani-arrow {
    position: absolute;
    width: 23px;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    right: 20px;
    top: 0;
    bottom: 0;
    height: 68px;
  }
  body article .se-1 .wrap .btn-row .ani-arrow span {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 12px 0 12px;
    border-color: #b99ad3 transparent transparent transparent;
    opacity: 0;
  }
  body article .se-1 .wrap .btn-row .ani-arrow span:nth-child(1) {
    -webkit-animation: arrowAni 1s linear infinite;
            animation: arrowAni 1s linear infinite;
  }
  body article .se-1 .wrap .btn-row .ani-arrow span:nth-child(2) {
    -webkit-animation: arrowAni 1s 0.4s linear infinite;
            animation: arrowAni 1s 0.4s linear infinite;
  }
  body article .se-1 .wrap .btn-row .ani-arrow span:nth-child(3) {
    -webkit-animation: arrowAni 1s 0.8s linear infinite;
            animation: arrowAni 1s 0.8s linear infinite;
  }
}
body article .se-2 {
  position: relative;
  overflow: hidden;
}
body article .se-2 .bg-round {
  position: absolute;
  left: 0;
  top: 300px;
}
body article .se-2 .ani {
  position: absolute;
}
body article .se-2 .ani.icon {
  right: -190px;
  top: 300px;
  -webkit-animation: iconAni 8s linear infinite;
          animation: iconAni 8s linear infinite;
}
body article .se-2 .ani.role-2 {
  left: 20px;
  top: 400px;
}
body article .se-2 .wrap {
  padding-top: 50px;
  position: relative;
  z-index: 1;
  width: 97%;
  max-width: 1110px;
  overflow: hidden;
  margin: 0 auto;
}
body article .se-2 .wrap .ani-arrow {
  position: absolute;
  width: 27px;
  height: 28px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 64%;
  top: 10%;
  height: 88px;
  z-index: 1;
}
body article .se-2 .wrap .ani-arrow span {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 14px 0 14px;
  border-color: #b99ad3 transparent transparent transparent;
  opacity: 0;
}
body article .se-2 .wrap .ani-arrow span:nth-child(1) {
  -webkit-animation: arrowAni 1s linear infinite;
          animation: arrowAni 1s linear infinite;
}
body article .se-2 .wrap .ani-arrow span:nth-child(2) {
  -webkit-animation: arrowAni 1s 0.4s linear infinite;
          animation: arrowAni 1s 0.4s linear infinite;
}
body article .se-2 .wrap .ani-arrow span:nth-child(3) {
  -webkit-animation: arrowAni 1s 0.8s linear infinite;
          animation: arrowAni 1s 0.8s linear infinite;
}
body article .se-2 .wrap .list-mb {
  display: none;
}
body article .se-2 .wrap .list-pc {
  width: 100%;
  position: relative;
}
body article .se-2 .wrap .list-pc img {
  width: 100%;
  vertical-align: top;
  margin-bottom: 20px;
}
body article .se-2 .wrap .btn-row {
  text-align: center;
  margin-top: 20px;
}
body article .se-2 .wrap .btn-row a {
  width: 376px;
  height: 93px;
  display: inline-block;
  background: url(../Images/btn-2.png) no-repeat center center/100%;
}
body article .se-2 .wrap .btn-row a:hover {
  background: url(../Images/btn-2r.png) no-repeat center center/100%;
}
body article .se-2 .wrap .btn-row .btn-m {
  display: none;
}
@media screen and (max-width: 1150px) {
  body article .se-2 .ani {
    display: none;
  }
  body article .se-2 .bg-round {
    top: 100px;
  }
}
@media screen and (max-width: 890px) {
  body article .se-2 .bg-round {
    width: 160px;
  }
  body article .se-2 .bg-round img {
    width: 100%;
    vertical-align: top;
  }
}
@media screen and (max-width: 768px) {
  body article .se-2 .bg-round {
    display: none;
  }
  body article .se-2 .wrap {
    width: 100%;
    padding-top: 20px;
  }
  body article .se-2 .wrap .list-pc {
    display: none;
  }
  body article .se-2 .wrap .list-mb {
    display: block;
  }
  body article .se-2 .wrap .list-mb img {
    width: 100%;
    vertical-align: top;
  }
  body article .se-2 .wrap .ani-arrow {
    display: none;
  }
  body article .se-2 .wrap .btn-row a {
    background: unset;
    width: 60%;
    max-width: 300px;
    height: auto;
  }
  body article .se-2 .wrap .btn-row a:hover {
    background: unset;
  }
  body article .se-2 .wrap .btn-row a img {
    width: 100%;
    vertical-align: top;
  }
  body article .se-2 .wrap .btn-row a .btn-m {
    display: block;
  }
}
body article .se-3 {
  height: 300px;
  position: relative;
  background: url(../Images/bg-bottom.png) no-repeat bottom right/923px 251px;
}
body article .se-3 .bg-mb {
  display: none;
}
body article .se-3 .ani-block {
  position: absolute;
  background: url(../Images/dialogbox.png) no-repeat center center;
  width: 547px;
  height: 240px;
  right: 50px;
  bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 0 0 20px;
  color: #56306d;
  font-weight: 500;
}
body article .se-3 .ani-block .type-text {
  line-height: 1.4;
  letter-spacing: 1px;
}
body article .se-3 .ani-block .cursor {
  -webkit-animation: blink 1s step-end infinite;
          animation: blink 1s step-end infinite;
  color: #56306d;
}
body article .se-3 .wrap {
  padding-top: 20px;
  position: relative;
  z-index: 1;
  width: 97%;
  max-width: 1110px;
  overflow: hidden;
  margin: 0 auto;
}
body article .se-3 .wrap .notice {
  color: #391940;
  font-size: 18px;
  line-height: 30px;
}
body article .se-3 .wrap .notice ol {
  margin-left: 20px;
}
body article .se-3 .wrap .notice ol li {
  list-style: decimal;
}
@media screen and (max-width: 1620px) {
  body article .se-3 .wrap .notice {
    width: 600px;
  }
}
@media screen and (max-width: 1300px) {
  body article .se-3 .wrap .notice {
    width: 500px;
  }
  body article .se-3 .ani-block {
    right: 0;
  }
}
@media screen and (max-width: 1070px) {
  body article .se-3 .wrap .notice {
    width: 400px;
  }
}
@media screen and (max-width: 980px) {
  body article .se-3 {
    height: 430px;
  }
  body article .se-3 .wrap .notice {
    width: unset;
  }
}
@media screen and (max-width: 768px) {
  body article .se-3 {
    height: unset;
    background: unset;
  }
  body article .se-3 .wrap {
    width: 90%;
  }
  body article .se-3 .ani-block {
    display: none;
  }
  body article .se-3 .bg-mb {
    display: block;
  }
  body article .se-3 .bg-mb img {
    width: 100%;
    vertical-align: top;
  }
}
body footer {
  background-color: #330464;
  position: relative;
}
body footer .wrap {
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
body footer .wrap .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  gap: 20px;
}
body footer .wrap .row .logo-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
body footer .wrap .row .logo-row img {
  width: 100%;
  vertical-align: top;
}
body footer .wrap .row .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body footer .wrap .row .links .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
body footer .wrap .row .links dl {
  line-height: 2;
}
body footer .wrap .row .links dl dt {
  color: #FFC300;
  font-weight: 500;
}
body footer .wrap .row .links dl dd a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
body footer .wrap .row .links dl dd a:hover {
  text-decoration: underline;
}
body footer .wrap .info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #704B97;
  padding-top: 20px;
}
body footer .wrap .info-row p {
  font-size: 14px;
  color: #704B97;
}
@media screen and (max-width: 810px) {
  body footer {
    padding: 30px;
  }
  body footer .wrap {
    padding: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
    overflow: hidden;
  }
  body footer .wrap .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
  body footer .wrap .row .logo-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
    gap: 10px;
  }
  body footer .wrap .row .links {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 0.5fr;
    grid-template-columns: 1fr 0.5fr;
    padding-bottom: 0;
    gap: 20px;
    padding: 0 0 0 20px;
    width: 100%;
  }
  body footer .wrap .row .links .col {
    display: block;
  }
  body footer .wrap .row .links .col dl {
    line-height: 2;
    margin-bottom: 20px;
  }
  body footer .wrap .info-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  body footer.page-toppup {
    padding-bottom: 210px;
  }
}