@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300&display=swap");
html, body {
  font-size: 20px;
  line-height: 1.4rem;
  letter-spacing: 1px;
  scroll-behavior: smooth;
}

@media only screen and (max-width: 400px) {
  html, body {
    font-size: 18px;
    line-height: 1.3rem;
  }
}

@media only screen and (max-width: 414px) {
  html, body {
    font-size: 16px;
  }
}

.wrapper {
  font-family: 'Noto Sans TC', Verdana,'Helvetica Neue','微軟正黑體',"Helvetica","Arial","PingFangTC-Light","STHeitiTC-Light","Microsoft JhengHei",sans-serif;
  color: #fff;
  overflow: hidden;
  background-image: url(../../images/indexbg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #050021;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
  position: relative;
}

.header .container {
  width: 1280px;
  height: 690px;
  margin: 0 auto;
  position: relative;
}

.header .logo {
  width: 144px;
  height: 47px;
  position: absolute;
  top: 536px;
  left: 430px;
  z-index: 999;
}

.header .logo a {
  width: 144px;
  height: 47px;
  display: block;
  background-image: url(../../images/logo.png);
  background-repeat: no-repeat;
}

.header .slogan01 {
  width: 582px;
  height: 191px;
  position: absolute;
  top: 41px;
  left: 217px;
  -webkit-animation: fadeIn 2s;
          animation: fadeIn 2s;
  background-image: url(../../images/slogan01.png);
  background-size: 100%;
}

.header .slogan02 {
  width: 574px;
  height: 73px;
  position: absolute;
  top: 574px;
  left: 221px;
  -webkit-animation: slideUp 2s;
          animation: slideUp 2s;
  background-image: url(../../images/slogan02.png);
  background-size: 100%;
}

.header .slogan03 {
  width: 489px;
  height: 298px;
  position: absolute;
  top: 235px;
  left: 245px;
  -webkit-animation: pulse 1.5s 3s infinite;
          animation: pulse 1.5s 3s infinite;
  background-image: url(../../images/slogan_prize.png);
  background-size: 100%;
}

.header .role {
  width: 503px;
  height: 876px;
  position: absolute;
  top: 8px;
  left: 678px;
  -webkit-animation: slideLeft 0s;
          animation: slideLeft 0s;
  background-image: url(../../images/role.png);
  background-size: 100%;
}

@-webkit-keyframes back {
  /* 0% {
      background-image: url(../../images/indexBg_top.jpg);
  }
  35% {
      background-image: url(../../images/indexBg_top2.jpg);
  }
  65% {
      background-image: url(../../images/indexBg_top.jpg);
  }
  100% {
      background-image: url(../../images/indexBg_top2.jpg);
  }*/
}

@keyframes back {
  /* 0% {
      background-image: url(../../images/indexBg_top.jpg);
  }
  35% {
      background-image: url(../../images/indexBg_top2.jpg);
  }
  65% {
      background-image: url(../../images/indexBg_top.jpg);
  }
  100% {
      background-image: url(../../images/indexBg_top2.jpg);
  }*/
}

@-webkit-keyframes delay {
  from,
  to {
    opacity: 0;
  }
}

@keyframes delay {
  from,
  to {
    opacity: 0;
  }
}

.scene {
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(var(--translateY));
          transform: translateY(var(--translateY));
  will-change: transform;
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  position: relative;
  z-index: 1;
}

.nav .container {
  width: 950px;
  position: relative;
}

.nav .container .navBtn {
  width: 933px;
  position: relative;
}

.nav .container .navBtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.nav .container .navBtn ul li {
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
  width: 311px;
  height: 131px;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav .container .navBtn ul li.navBtn1 a {
  background-position-x: 0px !important;
}

.nav .container .navBtn ul li.navBtn2 a {
  background-position-x: -311px !important;
}

.nav .container .navBtn ul li.navBtn3 a {
  background-position-x: -622px !important;
}

.nav .container .navBtn ul li a:hover, .nav .container .navBtn ul li.action a {
  background-image: url(../../images/navbtn_action.png);
}

.nav .container .navBtn ul li a {
  width: 311px;
  height: 131px;
  display: block;
  background-image: url(../../images/navbtn.png);
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  padding-bottom: 1%;
}

.content .container {
  max-width: 1280px;
  background-color: #00000059;
  margin: 0 auto;
  padding: 35px;
  border-radius: 1em;
}

.content .container > h3 {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0;
  width: 100%;
  text-indent: -99999;
}

.content .container > h3 img {
  display: block;
  max-width: 100%;
  margin: 15px auto;
}

.content .container > h4 {
  position: relative;
  display: block;
  color: #FFC000;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 1.3em;
  margin: 12px 0 0 0;
  padding: 5px 0;
  letter-spacing: 2px;
}

.content .container > h4:before {
  content: '';
  background-image: url("/Action/11_Star31/20210707SK/images/icon.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 1.6em;
  height: 1.6em;
  display: inline-block;
  margin: -2px 4px;
}

.content .container > h5 {
  font-size: 1.3rem;
  padding: .4em;
  text-align: center;
  color: #fff;
  margin: 0;
  background-image: #6B58F0;
  background-image: -webkit-gradient(linear, right top, left top, from(#CFD9DF00), color-stop(20%, #8777F69C), color-stop(40%, #6B58F0), color-stop(60%, #6B58F0), color-stop(80%, #8777F69C), to(#CFD9DF00));
  background-image: linear-gradient(to left, #CFD9DF00 0%, #8777F69C 20%, #6B58F0 40%, #6B58F0 60%, #8777F69C 80%, #CFD9DF00 100%);
  line-height: 28px;
}

.content .container > p {
  margin-left: 2em;
  line-height: 27px;
}

.content .container > p a {
  color: #00CCFF;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 2px solid #00CCFF;
  word-break: break-all;
}

.content .container > p a:hover {
  color: #FF0000;
  padding-bottom: 1px;
  border-bottom: 2px solid #FF0000;
}

.content .container > ul, .content .container ol {
  margin-left: 3em;
}

.content .container > ul li, .content .container ol li {
  line-height: 32px;
}

.content .container > ul li a, .content .container ol li a {
  color: #eeff00;
  text-decoration: underline;
  word-break: break-all;
}

.content .container > ul li a:hover, .content .container ol li a:hover {
  color: #00404b;
}

@media only screen and (max-width: 798px) {
  .content .container h3, .content .container h4, .content .container h5 {
    font-size: 1rem;
  }
  .content .container p, .content .container li {
    font-size: 15px;
  }
}

@media only screen and (max-width: 414px) {
  .content .container h3, .content .container h4, .content .container h5 {
    font-size: 1rem;
  }
  .content .container p, .content .container li {
    font-size: 13px;
  }
}

/* ================= 分頁按鈕樣式 ================= */
.content__btn div {
  border-left: 1px solid #b3b3b3;
}

.content__btn div a:hover, .content__btn div.action a {
  color: #FACB3B;
  border: 0;
  border-radius: 2em;
  font-weight: bold;
  background: -webkit-gradient(linear, left bottom, left top, from(#370002), to(#C40F17));
  background: linear-gradient(0deg, #370002 0%, #C40F17 100%);
}

.content__btn div a {
  color: #FACB3B;
}

.content__btn div.label:before {
  content: '\f0a3';
  font-family: FontAwesome;
  color: #ffe049;
  text-shadow: 1px 1px 2px #4f2a00;
}

.content__btn div.label:after {
  color: #4a0000;
}

.ribbon {
  width: 30px;
  background: #ee583a;
  top: -12px;
  right: -25px;
  position: absolute;
  text-align: center;
  padding: 0;
  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;
  font-size: 1rem;
  line-height: 1.125em;
  padding: 10px;
  letter-spacing: 2px;
}

@media only screen and (max-width: 798px) {
  .ribbon {
    width: 24px;
    top: -10px;
    right: -25px;
    font-size: .88rem;
  }
}

@media only screen and (max-width: 400px) {
  .ribbon {
    top: -15px;
    right: -25px;
  }
}

.ribbon p {
  color: #fff;
  text-orientation: upright;
  -webkit-text-orientation: upright;
  font-weight: normal;
}

.ribbon:before, .ribbon:after {
  content: "";
  position: absolute;
}

.ribbon:before {
  height: 0;
  width: 0;
  border-bottom: 6px solid #ca3011;
  border-left: 6px solid transparent;
  left: -6px;
  top: 0;
}

@media only screen and (max-width: 400px) {
  .ribbon:before {
    border-bottom: 6px solid #ca3011;
    border-right: 0 solid transparent;
    border-left: 6px solid transparent;
    right: initial;
    left: -6px;
    top: 0;
  }
}

.ribbon:after {
  height: 0;
  width: 0;
  border-left: 15px solid #ee583a;
  border-right: 15px solid #ee583a;
  border-bottom: 12px solid transparent;
  bottom: -12px;
  left: 0;
}

@media only screen and (max-width: 798px) {
  .ribbon:after {
    border-left: 12px solid #ee583a;
    border-right: 12px solid #ee583a;
  }
}

.ribbon_01 {
  width: 80%;
  height: 28px;
  line-height: 28px;
  margin-left: -9px;
  position: relative;
  z-index: 1;
}

.ribbon_01 p {
  font-size: 12px;
}

.ribbon_01:before, .ribbon_01:after {
  content: "";
  position: absolute;
}

.ribbon_01:before {
  height: 0;
  width: 0;
  margin-top: -8.5px;
  left: 0;
  border-bottom: 9px solid black;
  border-left: 9px solid transparent;
}

.ribbon_01:after {
  height: 0;
  width: 0;
  left: 100%;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  top: 0;
}

.ribbon_01--A {
  background: #7800b7;
  margin-left: -15px;
}

.ribbon_01--A:after {
  border-left: 15px solid #7800b7;
}

/*================= box-單雙欄分色(box-compose) ================= */
.box-compose {
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
}

.box-compose .col {
  margin-bottom: 0;
}

.box-compose .title p {
  background: #a2002a;
  padding: 5px;
  text-align: center;
}

.box-compose .box-composeMain {
  border-radius: 10px;
  margin: 10px auto;
  padding: 10px;
}

.box-compose .box-composeMain-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  padding: 5px;
  height: 100%;
  margin-right: 0;
  margin-left: 0;
  color: #440000;
}

.box-compose .box-composeMain-block .itemlist {
  margin: 5px;
}

.box-compose .box-composeMain img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.box-compose .box-composeMain:nth-child(even) {
  background: #ffc185;
}

.box-compose .box-composeMain:nth-child(even) .box-composeMain-block {
  background: #fff3c9;
}

.box-compose .box-composeMain:nth-child(even) div:first-child .box-composeMain-block {
  background: #ffc185;
}

.box-compose .box-composeMain:nth-child(odd) {
  background: #ffabaf;
}

.box-compose .box-composeMain:nth-child(odd) .box-composeMain-block {
  background: #ffdfe1;
}

.box-compose .box-composeMain:nth-child(odd) div:first-child .box-composeMain-block {
  background: #ffabaf;
}

.box-compose .symbol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(0, 0, 0, 0.35);
  background: transparent !important;
}

.box-compose .symbol i {
  font-size: 1.5rem;
}

@media only screen and (max-width: 400px) {
  .box-compose .symbol i {
    font-size: 1.2rem;
  }
}

.table tr th, .table tr td {
  border: 1px solid #dadada;
}

.table {
  font-family: 'Noto Sans TC', Verdana,"Helvetica Neue","微軟正黑體","Helvetica","Arial","PingFangTC-Light","STHeitiTC-Light","Microsoft JhengHei",sans-serif;
  font-size: 0.9em;
  border-collapse: separate;
  border-spacing: 1px;
  border-radius: 5px;
  color: #000;
  border: 5px solid #6A57F0;
  background: white;
}

@media only screen and (max-width: 798px) {
  .table {
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: .8em;
  }
}

.table-full {
  width: 95%;
  margin: 0 auto;
}

.table tr {
  background: #fff;
}

.table tr th {
  color: white;
  background: #6A57F0;
  padding: 5px 15px;
}

.table tr td {
  padding: 16px;
}

.table tr td.width3 {
  width: 33%;
}

@media only screen and (max-width: 400px) {
  .table tr td.ms-width5-5 {
    width: 25%;
  }
}

.table tr img {
  display: block;
  margin: 16px auto;
  max-width: 98%;
}

.table tr .img-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table tr .img-group img {
  display: inline-block;
  margin: 0 1%;
}

.table.collect {
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 400px) {
  .table.collect {
    width: 85%;
    margin: 0;
  }
}

.table.collect2 {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 400px) {
  .table.collect2 {
    width: 100%;
    margin: 0 auto;
  }
}

.table.collect2 td {
  position: relative;
}

.table.collect2 td .icon_tit {
  position: absolute;
  top: 0;
  right: 10%;
}

@media only screen and (max-width: 798px) {
  .table.collect2 td .icon_tit img {
    top: 10px;
    max-width: 120px;
  }
}

@media only screen and (max-width: 400px) {
  .table.collect2 td .icon_tit img {
    top: 10px;
    max-width: 100px;
  }
}

.table.collect td {
  position: relative;
}

.table.collect td .icon_tit {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -100px;
}

@media only screen and (max-width: 798px) {
  .table.collect td .icon_tit {
    right: -70px;
  }
}

@media only screen and (max-width: 798px) {
  .table.collect td .icon_tit img {
    max-width: 120px;
  }
}

@media only screen and (max-width: 400px) {
  .table.collect td .icon_tit img {
    max-width: 100px;
  }
}

.item__box {
  background-color: #fff;
  border-color: #6f49fe;
  border-width: 8px;
}

.item__box p {
  margin-left: 0 !important;
  width: 100%;
  text-align: center;
}

.item__box p img {
  display: block;
  margin: 0 auto;
}

.item__box .item__box-img {
  border-radius: 0;
}

.item__box .item__box-img img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.item__box .item__box--shadow {
  -webkit-box-shadow: 0px 2px 2px 2px rgba(25, 23, 39, 0.2);
          box-shadow: 0px 2px 2px 2px rgba(25, 23, 39, 0.2);
}

.item__box .item__box-title {
  color: #fff;
  background-color: #6f49fe;
  font-size: 1em;
}

.item__box .item__box-title img {
  display: block;
  margin: 0 auto;
}

.item__box .item__box-title a {
  color: #fff366;
}

.item__box .item__box-get {
  text-align: center;
  color: #FF0000;
  font-size: .85em;
}

@media only screen and (max-width: 400px) {
  .item__box .item__box-get {
    padding: 0;
  }
}

.item__box .item__box-get span {
  font-weight: lighter;
}

.item__box .item__box-get .row {
  width: 100%;
}

@media only screen and (max-width: 400px) {
  .item__box .item__box-get .row {
    padding: 0;
  }
}

.item__box .item__box-get .row div:nth-child(1) .item__box--02 {
  border: 3px #ee3030 solid;
}

.item__box .item__box-get .row div:nth-child(1) .item__box--02 .item__box-title {
  background-color: #ee3030;
}

.item__box .item__box-text {
  text-align: left;
}

.item__box .item__box--02 {
  background-color: rgba(80, 80, 80, 0.3);
  border: 3px #694bc9 solid;
  border-radius: 10px;
  height: 100%;
}

.item__box .item__box--02 .item__box-img {
  background: transparent;
}

.item__box .item__box--02 .item__box-title {
  color: #fff;
  background-color: #694bc9;
}

.item__box .item__box--02 .item__box-get {
  background-color: transparent;
}

.btn_finger {
  cursor: pointer;
}

.btnBox a {
  width: 400px;
  padding: .8rem;
  font-size: 1.3em;
  border: 2px solid #9733EE;
  border-radius: 1.2rem;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#DA22FF), color-stop(51%, #9733EE), to(#DA22FF));
  background-image: linear-gradient(to right, #DA22FF 0%, #9733EE 51%, #DA22FF 100%);
  background-size: 200% auto;
  -webkit-box-shadow: 0px 8px 0px 0px #423a7c;
          box-shadow: 0px 8px 0px 0px #423a7c;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
}

.btnBox a:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

/* ================= 內容區塊 ================= */
.box {
  position: relative;
  border-radius: 15px;
  padding-bottom: 20px;
}

.box--size {
  width: 95%;
  margin: 0 auto;
}

.box--color {
  border: 3px solid #6f49fe;
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
}

.box > h5 {
  color: #fff;
  background: #6f49fe;
  padding: 13px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
  font-size: 1.3rem;
}

.box > h6 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding: 15px;
  text-align: center;
  color: #fff;
  margin-top: 12px;
}

.box > h6 span {
  padding: 5px 15px;
  background: #6f49fe;
  border-radius: 8px;
  color: #fff;
  margin-right: 6px;
  font-weight: bold;
}

.box > p {
  padding: 10px 30px;
}

.box > img {
  width: 40%;
}
