@charset "UTF-8";
/* CSS Document */
@import "https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,400;1,900&display=swap";
a {
  text-decoration: none;
  noFocusline: expression(this.onFocus=this.blur());
  outline: 0;
}

a:hover {
  text-decoration: none;
}

a:focus {
  -moz-outline-style: none;
}

/*img*/
img {
  max-width: 100%;
  width: expression(document.body.clientWidth>100?"100%":"auto");
  overflow: hidden;
}

/*page style*/
.txtLeft {
  text-align: left;
}

.txtRight {
  text-align: right;
}

.txtCenter {
  text-align: center;
}

.floatLeft, .imageleft {
  float: left;
  margin-right: 1em;
}

.floatRight, .imageRight {
  float: right;
  margin-left: 1em;
}

.floatClear {
  clear: both;
  height: 0;
}

.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}

.table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.tr {
  display: table-row;
}

.td, .th {
  display: table-cell;
}

#bt-gotop {
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 10;
  color: #fff;
  padding: 20px;
  font-size: 30px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

#bt-gotop img {
  width: 25px;
}

#upgradeMB {
  background: #000;
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-family: "Exo", "微軟正黑體", sans-serif;
  line-height: 1;
  overflow-x: hidden;
  width: 100vw;
}

#upgradeMB .full {
  width: 100%;
}

#upgradeMB .sp {
  padding: 5% 0;
}

#upgradeMB .sptop {
  padding-top: 5%;
}

#upgradeMB .spbt {
  padding-bottom: 5%;
}

#upgradeMB ul, #upgradeMB li, #upgradeMB ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

#upgradeMB .content-box {
  position: relative;
}

#upgradeMB section {
  position: relative;
  z-index: 2;
}

#upgradeMB section p {
  line-height: 1.8;
}

#upgradeMB .bg {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 0;
  text-align: right;
}

#upgradeMB .container {
  width: 85%;
  margin: 0 auto;
  max-width: 2200px;
}

#upgradeMB h2 {
  font-size: 50px;
  padding-bottom: 35px;
  font-weight: bold;
  text-transform: uppercase;
}

#upgradeMB .btsty1 {
  outline: none;
  border: none;
  background: none;
  display: inline-block;
  color: #fff;
  position: relative;
  padding: 15px 30px;
  font-size: 30px;
  font-weight: bold;
}

#upgradeMB .btsty1:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
  -webkit-transition: 1s all ease;
  -o-transition: 1s all ease;
  transition: 1s all ease;
  background: -webkit-gradient(linear, left top, right top, from(#00ffff), color-stop(#cc33ff), to(#9900ff));
  background: -webkit-linear-gradient(left, #00ffff, #cc33ff, #9900ff);
  background: -o-linear-gradient(left, #00ffff, #cc33ff, #9900ff);
  background: linear-gradient(left, #00ffff, #cc33ff, #9900ff);
}

#upgradeMB .btsty1 span {
  position: relative;
  z-index: 2;
}

#upgradeMB .btsty1:hover:before {
  background: #40285a;
  -webkit-transform: skew(10deg);
  -ms-transform: skew(10deg);
  transform: skew(10deg);
  background: -webkit-gradient(linear, right top, left top, from(#00ffff), color-stop(#cc33ff), to(#9900ff));
  background: -webkit-linear-gradient(right, #00ffff, #cc33ff, #9900ff);
  background: -o-linear-gradient(right, #00ffff, #cc33ff, #9900ff);
  background: linear-gradient(right, #00ffff, #cc33ff, #9900ff);
}

@media screen and (max-width: 1920px) {
  #upgradeMB h2 {
    font-size: 44px;
  }
  #upgradeMB .btsty1 {
    font-size: 24px;
  }
}

@media screen and (max-width: 1680px) {
  #upgradeMB h2 {
    font-size: 36px;
  }
  #upgradeMB .btsty1 {
    font-size: 24px;
  }
}

@media screen and (max-width: 960px) {
  #upgradeMB h2 {
    font-size: 28px;
  }
  #upgradeMB .btsty1 {
    font-size: 20px;
  }
  #upgradeMB .sp {
    padding: 7vh 0;
  }
  #upgradeMB .sptop {
    padding-top: 7vh;
  }
  #upgradeMB .spbt {
    padding-bottom: 7vh;
  }
  #upgradeMB .container {
    width: 90%;
  }
}

#kv {
  position: relative;
  text-align: left;
  overflow: hidden;
}

#kv img {
  vertical-align: bottom;
}

#kv .img {
  position: relative;
  z-index: 0;
}

#kv .imgxs {
  position: relative;
  z-index: 0;
  display: none;
}

#kv .icon {
  position: absolute;
  top: 3%;
  right: 3%;
  z-index: 20;
}

#kv .icon img {
  max-width: 280px;
}

#kv .kvtitle {
  position: absolute;
  width: 35%;
  height: 100%;
  left: 5%;
  z-index: 2;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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;
}

#kv h1 {
  font-family: "Exo", "微軟正黑體", sans-serif;
  font-weight: bold;
  font-size: 80px;
  font-style: italic;
  text-shadow: #000 5px 5px 20px;
  text-transform: uppercase;
  text-align: center;
}

#kv h1 strong {
  display: block;
}

#kv .date {
  margin-top: 30px;
  line-height: 1.4;
}

#kv .kvxs {
  display: none;
}

@media screen and (max-width: 2560px) {
  #kv .title {
    top: 50%;
  }
}

@media screen and (max-width: 1920px) {
  #kv {
    height: 70vh;
  }
  #kv .img {
    position: absolute;
    bottom: 0;
    left: -10%;
    width: 115%;
  }
  #kv .title {
    width: 40%;
    left: 55%;
  }
  #kv h1 {
    font-size: 55px;
  }
  #kv .icon img {
    max-width: 180px;
  }
}

@media screen and (max-width: 1680px) {
  #kv h1 {
    font-size: 45px;
  }
}

@media screen and (max-width: 1536px) {
  #kv {
    height: 80vh;
  }
}

@media screen and (max-width: 960px) {
  #kv {
    height: auto;
    text-align: center;
    background: #060314;
  }
  #kv .img, #kv .icon {
    display: none;
  }
  #kv .imgxs {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
  }
  #kv h1 {
    font-size: 32px;
  }
  #kv .kvtitle {
    position: relative;
    width: 90%;
    margin: 75% auto 8vh;
    left: auto;
    top: auto;
    text-align: center;
  }
  #kv .kvtitle img {
    width: 80%;
  }
}

#promo-content {
  padding-top: 5%;
}

#promo-content .container {
  position: relative;
  z-index: 2;
}

#promo-content h2 {
  font-weight: bold;
  color: #fff !important;
}

#promo-content h2 span {
  display: block;
  font-size: 150%;
  text-shadow: #fff 0 0 30px;
}

#promo-content p {
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
}

@media screen and (max-width: 960px) {
  #promo-content {
    padding-top: 7vh;
  }
}

#redeem .redeembox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}

#redeem .arrow {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 5%;
  flex: 0 0 5%;
  height: 1px;
  background: #fff;
  width: 100%;
  margin-top: 5%;
}

#redeem .step {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

#redeem .iconbox {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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;
}

#redeem .iconbox img {
  width: 90px;
}

#redeem .iconbox:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: #fff 5px solid;
  border-left-width: 1px;
  border-right-width: 1px;
  -webkit-transition: 1s all ease;
  -o-transition: 1s all ease;
  transition: 1s all ease;
  border-radius: 50%;
}

#redeem a {
  color: #fff;
}

#redeem a:hover .iconbox:before {
  border: #fff 10px solid;
}

#redeem .bt {
  padding-top: 3%;
}

#redeem button {
  background: none;
  padding: 25px;
  border: #fff 1px solid;
  outline: none;
  width: 100%;
  max-width: 300px;
}

#redeem button:hover {
  border: #ff00ff 1px solid;
  border-right: #00ffff 1px solid;
  border-bottom: #00ffff 1px solid;
  border-style: inset;
  color: #ff00ff;
}

@media screen and (max-width: 960px) {
  #redeem .redeembox {
    display: block;
  }
  #redeem .icon {
    width: 50%;
    max-width: 250px;
  }
  #redeem .arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    max-width: 60px;
    margin: 5vh auto;
  }
  #redeem .bg {
    left: auto;
    right: 0;
  }
}

#prize ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}

#prize li {
  margin: 0 2.5%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

#prize .img {
  padding: 5% 0;
}

#prize p {
  font-size: 120%;
}

#prize .note {
  padding-top: 3%;
  opacity: 0.8;
}

#prize a {
  color: #fff;
}

#prize a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1366px) {
  #prize p {
    font-size: 100%;
  }
}

@media screen and (max-width: 960px) {
  #prize ul {
    display: block;
  }
}

#pd .item .img {
  -webkit-transition: 1s all ease;
  -o-transition: 1s all ease;
  transition: 1s all ease;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

#pd .item:hover .img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#pd .item:hover button {
  -webkit-transform: skew(0deg);
  -ms-transform: skew(0deg);
  transform: skew(0deg);
}

#pd .item .bt {
  padding-top: 10px;
}

#pd .item h4 {
  font-size: 120%;
  padding-bottom: 15px;
  color: #fff;
}

#pd .item button {
  display: inline-block;
  color: #fff;
  position: relative;
  padding: 15px 20px;
  background: -webkit-gradient(linear, left top, right top, from(#00ffff), color-stop(#cc33ff), to(#9900ff));
  background: -webkit-linear-gradient(left, #00ffff, #cc33ff, #9900ff);
  background: -o-linear-gradient(left, #00ffff, #cc33ff, #9900ff);
  background: linear-gradient(left, #00ffff, #cc33ff, #9900ff);
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
  -webkit-transition: 1s all ease;
  -o-transition: 1s all ease;
  transition: 1s all ease;
  outline: none;
  border: none;
}

#pd .item button:before {
  content: "";
  display: block;
  position: absolute;
  width: 96%;
  height: 94%;
  top: 3%;
  left: 2%;
  background: black;
}

#pd .item button span {
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, from(#00ffff), color-stop(#cc33ff), to(#9900ff));
  background: -webkit-linear-gradient(left, #00ffff, #cc33ff, #9900ff);
  background: -o-linear-gradient(left, #00ffff, #cc33ff, #9900ff);
  background: linear-gradient(left, #00ffff, #cc33ff, #9900ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1366px) {
  #pd .item h4 {
    font-size: 100%;
  }
}

#pd .owl-nav {
  display: block !important;
}

#pd .owl-nav button {
  position: absolute;
  top: calc(50% - 37px);
  -webkit-transition: 1s all ease;
  -o-transition: 1s all ease;
  transition: 1s all ease;
  color: #fff;
  font-size: 50px;
  padding: 20px;
  display: block;
  height: auto;
}

#pd .owl-nav button:hover {
  color: #40285a;
}

#pd .owl-prev {
  left: 0;
}

#pd .owl-next {
  right: 0;
}

#pd .tc {
  padding: 8% 0 0%;
}

#pd .note {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  padding: 25px 0 5%;
  font-size: 16px;
  color: #999;
  line-height: 20px;
}

#form .formbox {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  line-height: 1;
}

#form .form-send {
  text-align: center;
}

#form .btn-submit {
  outline: none;
  border: none;
  background: #999;
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
  color: #fff;
  padding: 15px 30px;
  font-size: 30px;
  font-weight: bold;
  border-radius: 0;
  background: -webkit-gradient(linear, right top, left top, from(#00ffff), color-stop(#cc33ff), to(#9900ff));
  background: -webkit-linear-gradient(right, #00ffff, #cc33ff, #9900ff);
  background: -o-linear-gradient(right, #00ffff, #cc33ff, #9900ff);
  background: linear-gradient(right, #00ffff, #cc33ff, #9900ff);
  -webkit-transition: 1s all ease;
  -o-transition: 1s all ease;
  transition: 1s all ease;
}

#form .btn-submit:hover {
  -webkit-transform: skew(0deg);
  -ms-transform: skew(0deg);
  transform: skew(0deg);
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 100%;
    max-width: 1200px;
  }
}

.modal-content {
  font-family: "Exo", "微軟正黑體", sans-serif;
  background: #000;
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
  border-radius: 0;
  border: #222 3px solid;
}

.modal-title {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .modal-title {
    font-size: 24px;
  }
}

.modal-header {
  position: relative;
  border-bottom: #222 1px solid;
}

.modal-header button.close {
  position: absolute;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  top: 40%;
  right: 20px;
  outline: none;
}

.modal-header button.close:hover {
  color: #40285a;
}

@media screen and (max-width: 960px) {
  .modal-header {
    padding-top: 40px;
  }
  .modal-header button.close {
    top: 20px;
  }
}

.modal-body {
  padding: 0 50px 25px;
}

.modal-body h2 {
  font-size: 24px;
  padding: 50px 0 10px;
  margin-bottom: 35px;
  border-bottom: #222 1px solid;
  position: relative;
  text-align: center;
  font-weight: bold;
}

.modal-body h2:after {
  content: "";
  display: block;
  position: absolute;
  width: 200px;
  height: 3px;
  left: calc(50% - 100px);
  bottom: -2px;
  background: #40285a;
}

.modal-body h3 {
  font-size: 20px;
  color: #00ffff;
  padding: 25px 0 15px;
}

.modal-body a {
  color: #fff !important;
  border-top: transparent 1px solid;
  -webkit-transition: 1s all ease;
  -o-transition: 1s all ease;
  transition: 1s all ease;
  border-bottom: #fff 1px solid !important;
}

.modal-body a:hover {
  background: #40285a;
}

.modal-body ul {
  padding-bottom: 25px;
  margin-left: 15px;
  padding-bottom: 25px;
}

.modal-body ul li {
  list-style: disc !important;
  padding-bottom: 10px;
}

.modal-body ol {
  margin-left: 15px;
  padding-bottom: 25px;
}

.modal-body ol li {
  list-style: lower-roman;
  padding-bottom: 10px;
}

.modal-body p {
  padding-bottom: 25px;
}

@media screen and (max-width: 960px) {
  .modal-body {
    padding: 25px;
    line-height: 1.4;
  }
  .modal-body h2 {
    font-size: 22px;
    padding-top: 25px;
  }
}

.delighter.right {
  -webkit-transform: translate(-100%);
  -ms-transform: translate(-100%);
  transform: translate(-100%);
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  -o-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.delighter.right.started {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.delighter.left {
  -webkit-transform: translate(100%);
  -ms-transform: translate(100%);
  transform: translate(100%);
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  -o-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.delighter.left.started {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.delighter.fadein {
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  -o-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.delighter.fadein.started {
  opacity: 1;
}

#promotion_language_select_link {
  top: 25px !important;
}

#header {
  padding: 0 !important;
  position: relative !important;
}
