@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
.f-danger {
  color: #eb0000;
}

.f-fun {
  color: #ff88f5;
}

.f-purple {
  color: #8a15cc;
}

.f-primary {
  color: #92bbff;
}

.f-success {
  color: #ffffff;
}

.f-info {
  color: #17a2b8;
}

.f-beauty {
  color: #ff7a7a;
}

.point{
  color: #ff8590;
}

.green{
  color: #33ffb5;
}

.f-light {
  color: #fff;
}

.f-wraning {
  color: #ff6dc3;
}

.f-yellow{
  color: #e6ff00;
}

.f-dark {
  color: #000;
}

.f-secondary {
  color: #868e96;
}

.m-auto{
  margin: 0 auto!important;
}

.mt-5{
  margin-top: 5px;
}

.mt-10{
  margin-top: 10px;
}

.img-200{
  width: 200px!important;
}

.img-100{
  width: 100px!important;
}

.img-140{
  width: 140px!important;
}

.d-flex-ctr{
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width:768px){
  .img-200{
    width: 130px!important;
  }

  .img-140{
    width: 100px!important;
  }
}

img {
  max-width: 100%;
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.img-group {
  width: 100%;
  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;
}

table {
  font-family: "新細明體", "細明體";
}

table tbody,
table tfoot,
table thead,
table th,
table td {
  vertical-align: middle;
  margin: 0 !important;
}

.gotoheader {
  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;
  font-size: 1.5em;
  text-align: center;
  margin: 0 0 55px 0;
}

.gotoheader a {
  display: inline-block;
  color: #f7c33a;
}

.gotoheader a:hover {
  color: #ffffff;
}

body {
  overflow-x: hidden;
  line-height: 43px;
}

.bg-area {
    background: #300b05;
    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;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -5;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}



.wrapper {
  background-size: 150%;
  overflow: hidden;
  background-image: url(../../images/indexbg.jpg);
  background-position: top center, bottom center;
  background-repeat: no-repeat;
  color: #ffffff;
  letter-spacing: 1px;
  padding-bottom: 16px;
  position: relative;
}

@media screen and (min-width: 1400px) {
  .wrapper {
    background-size: inherit;
  }
}

.header {
  width: 100%;
  position: relative;
}

.header .container {
  width: 100%;
  height: 0;
  padding-bottom: 49%;
  position: relative;
}

@media screen and (min-width: 1400px) {
  .header .container {
    width: 1280px;
    height: 640px;
    padding-bottom: 0;
  }
}

.header .slogan {
  width: 64%;
  height: 0;
  padding-bottom: 45%;
  position: absolute;
  left: 0%;
  bottom: -35%;
  background: url(../../images/slogan.png?v=2022016);
  background-size: 75%;
  background-repeat: no-repeat;
  -webkit-animation: dealy 0.3s, bounceIn 0.8s 0.3s, pulse 1.25s 2.3s infinite;
  animation: dealy 0.3s, bounceIn 0.8s 0.3s, pulse 1.25s 2.3s infinite;
}

.header .slogan2 {
  width: 37%;
  height: 0;
  padding-bottom: 8%;
  position: absolute;
  bottom: 9%;
  left: 30.8%;
  background: url(../../images/slogan02.png?v=2022016);
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-animation: dealy 0.3s, bounceIn .8s 0.3s, pulse 1.25s 2.3s infinite;
          animation: dealy 0.3s, bounceIn .8s 0.3s, pulse 1.25s 2.3s infinite;
}

.header .prize1 {
  width: 20%;
  height: 40%;
  position: absolute;
  bottom: 29%;
  left: 2%;
  z-index: 1;
  background: url(../../images/top-prize01.png);
  background-repeat: no-repeat;
  background-size: 40%;
  -webkit-animation: zoomInRight .8s;
  animation: zoomInRight .8s;
  background-position: right;
}

.header .prize2 {
    width: 20%;
    height: 40%;
    position: absolute;
    bottom: 25%;
    right: 2%;
    z-index: 1;
    background: url(../../images/top-prize02.png);
    background-repeat: no-repeat;
    background-size: 40%;
    -webkit-animation: zoomInLeft .8s;
    animation: zoomInLeft .8s;
}

@media(max-width:1280px){
  .header .prize1,.header .prize2{
    display: none;
  }
}


.header .logo {
  cursor: pointer;
  width: 43%;
  height: 0;
  padding-bottom: 17.2%;
  position: absolute;
  top: 15%;
  left: 3%;
  z-index: 9;
  background-image: url(../../images/logo.png?v=2022016);
  background-size: 100%;
  -webkit-animation: fadeInUp .5s;
  animation: fadeInUp .5s;
}

.header .logo a {
  width: 100%;
  height: 0;
  padding-bottom: 35%;
  display: block;
}

@-webkit-keyframes delay {
  from,
  to {
    opacity: 0;
  }
}

@keyframes delay {
  from,
  to {
    opacity: 0;
  }
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  position: relative;
  z-index: 1;
}

.nav .container {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .nav .container {
    width: 1280px;
  }
}

#nav {
  scroll-margin-top: 100vh;
}


.nav .navBtn {
  width: 100%;
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 10px;
  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;
}

.nav .navBtn li {
  width: 23%;
  height: 0;
  padding-bottom: 8%;
  margin: 10px;
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .nav .navBtn li {
    width: 22%;
    padding-bottom: 8%;
    margin: 6px;
  }
}

@media screen and (max-width: 768px) {
  .nav .navBtn li {
    width: 35%;
    padding-bottom: 11%;
    margin: 10px 2%;
  }
}

@media screen and (min-width: 1280px) {
  .nav .navBtn li {
    width: 250px;
    height: 85px;
  }
}

.nav .navBtn li.navBtn1 a {
  background-position-x: 0% !important;
}

@media screen and (min-width: 1280px) {
  .nav .navBtn li.navBtn1 a {
    background-position-x: 0 !important;
  }
}

.nav .navBtn li.navBtn2 a {
  background-position-x: -100% !important;
}

@media screen and (min-width: 1280px) {
  .nav .navBtn li.navBtn2 a {
    /* background-position-x: -333px !important; */
  }
}

.nav .navBtn li.navBtn3 a {
  background-position-x: 66.7% !important;
}

@media screen and (min-width: 1280px) {
  .nav .navBtn li.navBtn3 a {
    background-position-x: 66.7% !important;
  }
}

.nav .navBtn li.navBtn4 a {
  background-position-x: -300% !important;
}

@media screen and (min-width: 1280px) {
  .nav .navBtn li.navBtn4 a {
    background-position-x: 100% !important;
  }
}

.nav .navBtn li.navBtn5 a {
  background-position-x: 100% !important;
}

@media screen and (min-width: 1280px) {
  .nav .navBtn li.navBtn5 a {
    background-position-x: 100% !important;
  }
}

.nav .navBtn li.navBtn6 a {
  background-position-x: -500% !important;
}

@media screen and (min-width: 1280px) {
  .nav .navBtn li.navBtn6 a {
    background-position-x: -1265px !important;
  }
}

.nav .navBtn li a:hover, .nav .navBtn li.action a {
  background-image: url(../../images/navbtn_action.png);
}

.nav .navBtn li a {
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 35%;
  display: block;
  background-image: url(../../images/navbtn.png);
  background-size: 400% 100%;
}

.nav .navBtn2 li a {
  background-image: url(../../images/navbtn.png);
  background-size: 500% 100%;
}

@media screen and (min-width: 1280px) {
  .nav .navBtn li a {
    width: 260px;
    height: 85px;
  }
}

.nav .navBtn li.action a {
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  border-radius: 25px;
}

/*.content .container {
    width: calc(100% - 16px);
    max-width: 960px;
    margin-top: 2em;
    padding: 1.5em 3em 0 3em;
    border: 5px solid #eac7ff;
    border-radius: 20px;
    box-shadow: 0 0 13px #bb46ff;
    background: linear-gradient(180deg, #790082, #0F0D3D 30%);
    position: relative;
    overflow: hidden;
}

.content .container::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../../images/music-EQ.png') top no-repeat;
    opacity: 0.22;
    pointer-events: none;
}

/* 內框線 */
/*.content .container::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;

    border: 2px solid #ff9bff;
    border-radius: 14px;
    pointer-events: none;
}*/

.content .container {
    width: calc(100% - 16px);
    max-width: 960px;
    margin-top: 2em;
    padding: clamp(130px, 30vw, 230px) 2em 2em 2em;
    background: linear-gradient(to bottom, #3a0b00 0%, #3a0b00 50%, #762200 100%);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 480px) {
  .content .container {
    padding-top: 140px;
  }
}



.content .container::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../../images/music-EQ.png') top no-repeat;
    opacity: 0.2;
    pointer-events: none;
}

.content .container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 250px;
    background: linear-gradient(to bottom, #762200 5%,#3a0b00 30%, #120b2a00 100%);
    border-radius: 20px 20px 0 0;
    z-index: 0;
}


.content h3 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 40px;
  width: 100%;
  text-shadow: 0px 0px 8px #cc73ff;
  text-align: center;
}

.content h3.top-h3{
  margin-top: -112px;
}

.content .container .part {
    position: relative;
}

.content .part h3{
  text-shadow: 0px 0px 8px #cc73ff00;
  text-align: center;
  margin: 20px 0;
  color: #60b128;
}

.step-text{
  font-size: 1.1em;
  text-align: center;
}

.content h3 img {
  display: block;
  max-width: 600px;
  width: clamp(130px, 55vw, 420px);
  margin: 0 auto;
}

.content h4 {
  position: relative;
  display: block;
  color: #f6d654;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 50px 0 16px calc(0em - 15px);
  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;
}

@media screen and (min-width: 1400px) {
  .content h4 {
    font-size: 1.3rem;
  }
}

.content h4:before {
  content: '';
  background-image: url("../../images/sm-icon.png");
  background-size: 100%;
  width: 1.5em;
  height: 1.7em;
  display: inline-block;
  margin: 0 5px 0 0;
}

.content h5 {
  font-size: 1.2em;
  padding: .8em;
  text-align: center;
  margin-bottom: 16px;
  background-image: #dfbb4f;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(223, 187, 79, 0)), color-stop(20%, #ebd490), color-stop(40%, #dfbb4f), color-stop(60%, #dfbb4f), color-stop(80%, #ebd490), to(rgba(223, 187, 79, 0)));
  background-image: linear-gradient(to left, rgba(223, 187, 79, 0) 0%, #ebd490 20%, #dfbb4f 40%, #dfbb4f 60%, #ebd490 80%, rgba(223, 187, 79, 0) 100%);
  color: #c10000;
  font-weight: bold;
}

.content h6 {
  font-size: 1.125em;
  line-height: 1.5em;
  padding: 15px;
  text-align: center;
  color: #7CACFF;
  margin-bottom: 16px;
}

.content h6 span {
  padding: 5px 15px;
  background: #7CACFF;
  border-radius: 8px;
  color: #fff;
  margin-right: 6px;
  font-weight: bold;
}

.content p a {
  color: #00a0fd;
  text-decoration: underline;
}

.content p a:hover {
  color: #ff20cf;
}

.content ol a,
.content ul a {
  color: #c33dff;
  text-decoration: underline;
}

.content ol a:hover,
.content ul a:hover {
  color: #563300;
}

.content__btn {
  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;
  margin-bottom: 16px;
}

.content__btn div {
  width: 150px;
  margin-bottom: 15px;
  position: relative;
  color: #fff;
  text-align: center;
  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;
}

.content__btn div a:hover, .content__btn div.action a {
  width: 142px;
  border-radius: 30px;
  border: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#e8bb00), to(#FFE782));
  background: linear-gradient(to top, #e8bb00 0%, #FFE782 100%);
  color: #332900;
}

.content__btn div a {
  width: 142px;
  display: block;
  background: #dfdfdf;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #dfdfdf), to(#b8b8b8));
  background: linear-gradient(to bottom, #dfdfdf 20%, #b8b8b8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #303030;
  padding: 6px 1.25em;
  border-radius: 30px;
  border: 0;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 1280px) {
  .content__btn div a {
    padding: 12px 8px;
  }
}

.content__btn div .label {
  width: auto;
  position: absolute;
  top: 0;
  left: -1em;
}

.content__btn div .label:before {
  content: '\f0a3';
  font-family: FontAwesome;
  color: #ffe049;
  text-shadow: 1px 1px 2px #4f2a00;
  font-size: 3.5em;
  display: block;
  position: absolute;
}

.content__btn div .label:after {
  content: attr(data-content);
  font-weight: bold;
  color: #4a0000;
  font-size: 0.7em;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  white-space: pre;
  line-height: 1.125em;
}

.btnBox {
  margin-bottom: 50px;
  text-align: center;
}

.btnBox a {
  display: inline-block;
  width: auto;
  margin: .5em;
  padding: 0.6em 2em;
  border-radius: 50px;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: 1.15em;
  font-weight: bold;
  line-height: 1.2;
  color: #4f250c;

  /* 金色漸層按鈕 */
  border: 1px solid #ff9359;
  background: linear-gradient(to bottom, #f7a770 0%, #ff8129 35%, #f8ab74 65%, #bd4200 100%);
  transition:
    background 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    transform 0.1s ease;
}

.btnBox a:hover {
  color: #fff;
  border-color: #e14815;
  background: linear-gradient(to bottom, #5d1505 0%, #bb4610 40%, #c13409 60%, #661807 100%);
  transform: translateY(1px);
}

.btnBox a:active {
  transform: translateY(2px);
}

/*中獎名單*/
.box.block ul li{
  display: block;
  width: 90%;
  margin: 0.5em auto;
  padding: 0.3em;
}

.box {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}


.box .scroll-wrapper {
    max-height: 450px;
}

.box ul {
  color: #000;
  font-size: 1.3em;
  font-weight: bold;
  width: 100%;
  /*padding: 0 40px;*/
}

.box ul li {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 0.5em;
    background-color: #fff;
    border: 4px solid #f7c33a;
    border-radius: 99em;
    margin-bottom: 0.5em;
}

.box-col-6 ul{
  font-size: 1em;
  padding: 0 13px 0 0;
}


.box-col-6 ul li{
  width: 48.5%;
  padding: 0.2em;
  border: 3px solid #f7c33a;
}

@media screen and (min-width: 768px){

  .box ul {
    font-size: 1.5em;
  }

  .box-col-6 ul{
    font-size: 1.5em;
    padding: 0 40px;
  }

  .box-col-6 ul li{
    padding: 0.3em;
    border: 4px solid #f7c33a;
  }
}



/* ================= item__box ================= */
.item__box {
  background: #e4f4c6;
  border: 0;
  border-radius: 15px;
  margin: 0 auto;
  margin-bottom: 16px;
  box-shadow: inset 0px 0px 6px #8ec468;
}

.mb-0{
  margin-bottom: 0!important;
}

.pt-50{
  padding-top: 50px!important;
}

.p-0{
  padding: 0;
}

.award-box{
  padding: 10px 0 30px 0;
}

.award-box p{
  text-align: center;
  font-size:1.2em;
  font-weight: bold;
}

.img-border {
    border: 3px solid #D9B64B;
}

.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 {
  background: -webkit-gradient(linear, left top, right top, from(#5b9433), color-stop(20%, #81bb14), color-stop(80%, #81bb14), to(#5b9433));
  background: linear-gradient(to top, #5b9433 0%, #81bb14 100%);
  color: #ffffff;
}

.event {
    overflow: hidden;
    border-radius: 15px;
}

.event a {
    display: block;
    transition: transform .15s,filter .15s;
    width: 100%;
}

.event a.active-link{
    width: 80%;
    margin: auto;
}

.event a:hover{
    transform: scale(1.05);
    filter: brightness(1.2);
}

.active-btn-L{
  position: relative;
  border-radius: 0;
}

.active-btn-L:after{
  content: '';
  background-image: url(../../images/download.png);
  background-size: 100% 100%;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 60% 50%;
}

.active-btn-L a{
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.active-btn-R{
  position: relative;
  border-radius: 0;
}

.active-btn-R:after{
  content:'';
  background-image: url("../../images/exchange.png");
  background-size: 100% 100%;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 60% 50%;
}

.active-btn-R a{
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}


.item__box .item__box-title img {
  display: block;
  margin: 0 auto;
}

.item__box .item__box-get {
  text-align: center;
  color:#f55a94;
  font-weight: bold;
  line-height: 1.3;
}

.item__box .item__box-get .plus {
  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;
}

.item__box .item__box-text {
  text-align: left;
}

.item__box .item__box--02 {
  background-color: #ffffff;
  border: 3px #81bb14 solid;
  border-radius: 10px;
  height: 100%;
  font-size: .9em;
}

.item__box .item__box--02 .item__box-title {
  color: #fff;
  line-height: 1.2;
  height: calc(80px);
  font-size: 1em;
  padding: 12px 3px;
  border-radius: 0px 0px 7px 7px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media(max-width:380px){
  .item__box .item__box--02 .item__box-title {
      height: calc(100% - 105px);
  }
}


.item__box-img img {
  border-radius: 0px;
}

.item-title {
  width: 96%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  background-color: #dfbb4f;
  border-radius: 12px;
  border: 3px solid #000;
  padding: 5px 0;
}

.item-title img {
  vertical-align: middle;
}

.content .container .mb-50{
  margin-bottom: 50px;
}

/*================= table================= */
.table tr th, .table tr td {
  border: 1px solid #db511a;
}

.table {
  border-collapse: initial;
  border-radius: 5px;
  color: #000000;
  border: 2px solid #db511a;
}

.table-bg{
  background: linear-gradient(90deg,rgba(255,255,255,0.1) 50%,transparent 50%) center/4em auto repeat-x,linear-gradient(#8133ff,#29006b);
  box-shadow: inset 0 0 0.45em 0.05em rgba(255,255,255,.8), 0 0.05em 0.25em rgba(180,97,0,.5);
  padding: 0 15px 30px 15px;
  position: relative;
  border-radius: 20px;
}

.table-bg h3 img{
  max-width: 220px;
}

.table-bg h3{
  padding-top: 20px;
}

.table-bg > .award-box h3{
  position: relative;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  line-height: 1.5;
  text-shadow: -3px -3px 0 #250061, -3px -2px 0 #250061, -3px -1px 0 #250061, -3px 0 0 #250061, -3px 1px 0 #250061, -3px 2px 0 #250061, -3px 3px 0 #250061, -2px -3px 0 #250061, -2px -2px 0 #250061, -2px -1px 0 #250061, -2px 0 0 #250061, -2px 1px 0 #250061, -2px 2px 0 #250061, -2px 3px 0 #250061, -1px -3px 0 #250061, -1px -2px 0 #250061, -1px -1px 0 #250061, -1px 0 0 #250061, -1px 1px 0 #250061, -1px 2px 0 #250061, -1px 3px 0 #250061, 0 -3px 0 #250061, 0 -2px 0 #250061, 0 -1px 0 #250061, 0 0 0 #250061, 0 1px 0 #250061, 0 2px 0 #250061, 0 3px 0 #250061, 1px -3px 0 #250061, 1px -2px 0 #250061, 1px -1px 0 #250061, 1px 0 0 #250061, 1px 1px 0 #250061, 1px 2px 0 #250061, 1px 3px 0 #250061, 2px -3px 0 #250061, 2px -2px 0 #250061, 2px -1px 0 #250061, 2px 0 0 #250061, 2px 1px 0 #250061, 2px 2px 0 #250061, 2px 3px 0 #250061, 3px -3px 0 #250061, 3px -2px 0 #250061, 3px -1px 0 #250061, 3px 0 0 #250061, 3px 1px 0 #250061, 3px 2px 0 #250061, 3px 3px 0 #250061;
}


@media screen and (min-width: 992px) {
  .table-bg {
    padding: 30px 45px;
  }
}

.m-20 {
  margin: 20px 0;
}

.content .container .mb-10{
  margin-bottom: 40px;
}

.ribon-gift{
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.ribon-gift img{
  position: relative;
  transform: translate(2%,50%);
  display: grid;
  bottom: 0;
  width: 80%;
  z-index: 1;
}

.table tr {
  background: #fff;
}

.table tr th {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#3b1000), to(#fd5e1f));
  background: linear-gradient(to top, #3b1000 0%, #fd5e1f 100%);
  color: #fff;
  line-height: 1.3;
}

.table tr th.thStyle02 {
  color: #752b00;
  background: #ffec80;
}

.table tr td {
  padding: 5px;
}

.table tr td p {
  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;
}

.table tr td p {
    justify-content: center;
}

.table tr td img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.table tr td img.card-m{
  margin-bottom: 10px;
  margin-top: 18px;
}

.table tr td img.img-inline {
  width: 4em;
  display: inline;
  margin: 0;
}

.table tr td[data-tdstyle="style01"] {
  background-color: #f6f6f6;
}

.item__box-target{
  color: #ad1eff;
  font-weight: bold;
  padding: 10px 0;
}

/* ================= 說明框 ================= */
.explanation {
  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;
}

.explanation .note-main {
  color: #210032;
  border: 5px solid #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 8px 2px #dfbb4f;
          box-shadow: 0px 0px 8px 2px #dfbb4f;
  background: -webkit-gradient(linear, left bottom, left top, from(#e5c86f), to(#d9ae2f));
  background: linear-gradient(to top, #e5c86f 0%, #d9ae2f 100%);
  margin: 0 auto;
  padding: 10px 20px;
  text-align: left;
  color: 45deg;
  color: 59.21569%;
  color: #564510;
}

.explanation .note-main .icon_tit {
  width: 169px;
  height: 169px;
  position: absolute;
  top: -47%;
  left: 56%;
  z-index: 9;
  background-image: url(../../images/icon_tit.png);
  background-repeat: no-repeat;
  background-position: center;
}

.explanation .symbol {
  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;
}

.explanation .symbol i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #fff;
}

@media screen and (min-width: 992px) {
  .explanation .symbol i {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

/*================= 內容區塊獨立樣式設定 =================*/
.card {
  margin: 0 0 0 0;
      z-index: 1;

}

.card-notice {
  border-radius: 20px;
  background: #fff3d0;
  outline: 2px dashed #dfbb4f;
  outline-offset: -12px;
  -webkit-box-shadow: inset 0px 0px 8px #f7c33a;
  box-shadow: inset 0px 0px 8px #f7c33a;
  line-height: 1.75em;
  padding: 40px;
  margin: 0;
}

.card-notice p{
  color: #000000;
}

.card-notice2 {
  border-radius: 10px;
  background: #fee0c3;
  outline: 2px dashed #ffffff;
  outline-offset: -12px;
  background: linear-gradient(356deg, #37a7d3 0%, #290075 100%);
  padding: 35px;
  margin-bottom: 30px;
}

.card-notice2 div {
    text-align: center;
    display: block;
    font-weight: 800;
    color: #ffe700;
    font-size: 22px;
    margin-bottom: 10px;
}

.content .card-notice h4 {
  color: #009e51;
  margin-top: 0;
  margin: 0 0 15px 0;
}

.content  .card-notice h4::before {
  content: inherit;
}

.card-notice2 .f-danger {
  color: #ffb9b9;
}

.card-notice2 .subtitle {
  color: #ffd000;
  font-weight: bold;
}

.card-notice2 p {
  color: #fff;
  text-align: left;
  line-height: 1.5em;
}

.txt-indent-4em {
    display: block;
    margin-left: 4em;
    text-indent: -4em;
}

/*================= tableNote =================*/
.DESClabel {
  position: relative;
}

.DESClabel .label {
  width: 110px;
  position: absolute;
  top: -3em;
  left: 50%;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  padding: 5px;
  background-color: #af2ec6;
  color: #fff;
  border-radius: 10px;
  font-size: 0.85rem;
  line-height: 1.125em;
  text-indent: 0;
  z-index: 1;
}

.DESClabel .label::before {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-top: 15px solid #af2ec6;
  border-right: 15px solid transparent;
  right: 60%;
  bottom: -15px;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}

.ribbon {
  width: 30px;
  top: -9px;
  right: -27px;
  font-size: 1rem;
  background: linear-gradient(-30deg, #eeaf3a 0%, #eeaf3a 10%, #ffe9bf 80%, #fdd486 100%);
  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;
  line-height: 1.125em;
  padding: 10px;
  letter-spacing: 2px;
  z-index: 10;
  color: #4b2800;
  text-orientation: upright;
  -webkit-text-orientation: upright;
  font-weight: normal;
  font-weight: bold;
}

@media screen and (min-width: 992px) {
  .ribbon {
    width: 35px;
    top: -9px;
    right: -3px;
    font-size: 1.15rem;
  }
}

.ribbon p {
  color: #4b2800;
  text-orientation: upright;
  -webkit-text-orientation: upright;
  font-weight: normal;
  font-weight: bold;
}

.ribbon:before, .ribbon:after {
  content: "";
  position: absolute;
}

.ribbon:before {
  height: 0;
  width: 0;
  border-bottom: 6px solid #8d6a28;
  border-right: 0 solid transparent;
  border-left: 6px solid transparent;
  right: initial;
  left: -6px;
  top: 0;
}

@media screen and (min-width: 768px) {
  .ribbon:before {
    border-bottom: 6px solid #8d6a28;
    border-left: 6px solid transparent;
  }
}

.ribbon:after {
  height: 0;
  width: 0;
  border-left: 15px solid #eeaf3a;
  border-right: 15px solid #eeaf3a;
  border-bottom: 15px solid transparent;
  bottom: -15px;
  left: 0;
}

@media screen and (min-width: 992px) {
  .ribbon:after {
    border-left: 18px solid #eeaf3a;
    border-right: 17.5px solid #eeaf3a;
  }
}

.comment {
  width: auto;
  position: absolute;
  top: -1.5em;
  left: calc(50% + 30px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
  z-index: 1;
}

@media screen and (min-width: 992px) {
  .comment {
    left: calc(50% + 30px);
  }
}

.comment:before {
  content: '\f075';
  font-family: "FontAwesome";
  font-size: 3.5em;
  position: absolute;
  display: inline-block;
  color: #ff0000;
}

.comment:after {
  content: attr(data-comment);
  white-space: pre;
  position: relative;
  margin-top: -3%;
  display: inline-block;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 1.125em;
  letter-spacing: 0;
}

.comment-purple:before {
  color: #d858ff;
}

.comment01 {
  top: -0.5em;
  left: inherit;
  left: calc(50% + 150px);
}

.comment01::before {
  font-size: 7.5em;
}

/*================= box-單雙欄分色(box-compose) ================= */
.box-compose .box-composeTitle {
  width: 100%;
  padding: 0;
  margin-right: 0;
  margin-left: 0;
}

.box-compose .box-composeTitle p {
  background-color: #ff5757;
  color: #000;
  border-radius: 5px;
  padding: 10px;
  font-weight: bold;
  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;
  margin-bottom: 0;
}

.box-compose .box-composeMain {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 16px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
}

.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;
  color: #e3dcff;
  height: 100%;
  margin-right: 0;
  margin-left: 0;
}

.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-color: #ad75e2;
}

.box-compose .box-composeMain:nth-child(even) .box-composeMain-block {
  background: #e2a5ff;
  color: #100632;
}

.box-compose .box-composeMain:nth-child(even) .box-composeMain-block.symbol {
  background: transparent;
  color: #100632;
  font-size: 1.5em;
}

.box-compose .box-composeMain:nth-child(odd) {
  background-color: #9d89f8;
  white-space: 10px;
}

.box-compose .box-composeMain:nth-child(odd) .box-composeMain-block {
  background: #d2bdf8;
  color: #100632;
}

.box-compose .box-composeMain:nth-child(odd) .box-composeMain-block.symbol {
  background: transparent;
  color: #100632;
  font-size: 1.5em;
}

.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);
}

.box-compose .symbol i {
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .box-compose .symbol i {
    font-size: 1.5rem;
  }
}

.box-compose .icon-equal {
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (min-width: 768px) {
  .box-compose .icon-equal {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.box-compose .number {
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .box-compose .number {
    font-size: 1.8rem;
  }
}

ul.tabBtn {
  text-align: center;
  margin-left: 0 !important;
  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;
  list-style-type: none;
  margin-bottom: 0;
}

/* --- 預設（未選取）TAB 按鈕 --- */
ul.tabBtn li a {
  display: block;
  width: 150px;
  margin: 5px;
  padding: 8px 13px;
  border-radius: 50px;
  text-decoration: none;
  cursor: pointer;

  /* 字體 */
  font-weight: bold;
  line-height: 1.2;
  color: #272727;
  background: linear-gradient(
    to bottom,
    #d8e0e7 0%,
    #b2bac3 45%,
    #8b949c 100%
  );

  /* 外陰影 + 內亮邊：微立體 */
  box-shadow:
    0 3px 4px rgba(0, 0, 0, 0.35),
    inset 0 1px 1px rgba(255, 255, 255, 0.6);
  border: 1px solid #bdbdbd;
  transition:
    background 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease,
    transform 0.1s ease;
}


/* --- hover + active（點擊／選取）TAB 按鈕 --- */
ul.tabBtn li:hover a,
ul.tabBtn li.active a {
  color: #001143;
  background: linear-gradient(to bottom, #fce663 0%, #ffc933 45%, #b26a00 100%);
  border-color: #44290a;
  transform: translateY(1px);
}


@media (max-width:768px){
  ul.tabBtn li a {
    padding: 8px;
  }
}

@media (max-width:465px){
  ul.tabBtn li a {
    padding: 8px;
    margin: 5px;
    width: 110px;
  }
}

.tabMain {
  display: none;
  padding: 20px 0;
}

.tabMain.active {
  display: block;
}


/**/

.scrollbar-inner {
    padding-right: 1.1em;
}

.scrollbar-inner .scroll-element {
    width: .3em;
    right: 0;
    height: calc(100% - 6px)
}

.scrollbar-inner .scroll-element:hover .scroll-bar {
    background-color: #f37d0a
}

.scrollbar-inner .scroll-element_outer {
    border-radius: 0
}

.scrollbar-inner .scroll-element_track {
    background-color: rgba(0,0,0,.15);
    border-radius: 0;
    opacity: 1
}

.scrollbar-inner .scroll-bar {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #ff8a18;
    border-radius: 0;
    opacity: 1;
    cursor: pointer
}

.p-40{
  padding: 0 40px;
}

@media (max-width:768px){
  .p-40{
    padding: 0;
  }
}


.content .container .part > p {
    text-align: left;
    line-height: 1.5;
}


h3.title-box{
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.item__box-img {
    margin: 3% 0;
  }

.game-area{
  margin-bottom: 2em;
}

.game-icon{
    width: 14%;
}

@media (max-width:768px){
  .game-icon{
    width: 25%;
  }
}

.item__box-title {
    background: #fff;
}


/*float box*/

#float_box{
  display:none;
  position:absolute;
  border-radius:10px;
  box-shadow:2px 2px 7px rgba(0,0,0,0.5);
  z-index:99;
  width:160px;
  background:#2e2e2e;
  border:3px solid #000;
  text-align:center;
}
@media (max-width:768px){
  #float_box{
    display:none!important;
  }
}

.gotop{
  margin: 5px auto;
  padding-bottom: 3px;
  border-bottom: 2px dashed #676767;
}
.gotop a {
  width:100%;
  height:100%;
  display:block;
  font-weight:bold;
  color:#ff8800;
  font-size:115%;
  margin-bottom: 5px;
  text-decoration:none;
}
.gotop a:hover {
  color: #fff000;
}

.gamelogo {
  margin:3px 0;
}

.line{
  display:block;
  width:75%;
  border-bottom:2px solid #676767;
  margin:10px auto;
}

.QRcode img {
  border-radius: 15px;
}

.btnstore, .btnnote {
  display:block;
  width:80%;
  line-height:30px;
  border:3px solid #FFF;
  box-shadow:2px 2px 0px #000;
  border-radius:5px;
  margin:0 auto 6px auto;
  padding:2px;
}
.btnstore a, .btnnote a {
  width:100%;
  height:100%;
  display:block;
  font-weight:bold;
  color:#fff;
  font-size:125%;
  text-decoration:none;
  cursor:pointer;
}
.btnstore {
  background:#A00;
}
.btnstore:hover {
  background:#F00;
  position: relative;
  top: 1px;
  right: 1px;
}

.btnnote {
  background:#000;
}
.btnnote:hover {
  background:#666;
  position: relative;
  top: 1px;
  right: 1px;
}

.highlighting{
  padding: 0 5px;
  white-space: pre-line;
  background-color: #fff4c6;
  color: #100024;
}

.img-130{
  width: 130px!important;
}

@media (max-width:768px){
  .img-130{
    width: 100px!important;
  }
}

.img-g{
  display: flex;
}

ol.list{
  margin-left: 15px;
}

ol.list-arrow > li, ul.list-arrow > li {
    text-indent: -1.2em;
    line-height: 1.2;
}

.inBtext {
    text-align: center !important;
    display: block;
    margin: 0 auto;
    width: 80%;
    color: #FFE500;
}

.inBtext img {
    display: inline-block;
    width: 85px;
    vertical-align: middle;
}

@media (max-width:768px){
  .inBtext img {
    display: block;
  }
}

