@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
.f-danger {
  color: #ff0000;
}

.f-fun {
  color: #f7f40a;
}

.f-primary {
  color: #3f85f9;
}

.f-success {
  color: #28a745;
}

.f-info {
  color: #17a2b8;
}

.f-beauty {
  color: #aedfff;
}

.f-light {
  color: #fff;
}

.f-wraning {
  color: #ff6dc3;
}

.f-dark {
  color: #000;
}

.f-secondary {
  color: #868e96;
}

table {
  font-family: "新細明體", "細明體";
}
table tbody,
table tfoot,
table thead,
table th,
table td {
  vertical-align: middle;
  margin: 0 !important;
}

.gotoheader {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.5em;
  text-align: center;
}
.gotoheader a {
  display: inline-block;
  color: #ce9700;
}
.gotoheader a:hover {
  color: rgb(0, 137.3333333333, 206);
}

body {
  overflow-x: hidden;
}
body.no-scroll {
  overflow: hidden;
}

.wrapper {
  width: 100vw;
  background-size: 120%;
  overflow: hidden;
  background-image: url(../../images/indexbg.jpg?v=20260205);
  background-color: #271404;
  background-position: top center;
  background-repeat: no-repeat;
  color: #ffffff;
  letter-spacing: 1px;
  padding-bottom: 16px;
  position: relative;
}
@media only screen and (orientation: portrait) {
  .wrapper {
    background-size: 150%;
  }
}
@media screen and (min-width: 1280px) {
  .wrapper {
    background-size: 120%;
  }
}
@media screen and (min-width: 1600px) {
  .wrapper {
    background-size: initial;
  }
}

.header {
  width: 100%;
  position: relative;
}
.header .container {
  width: 87%;
  height: 0;
  padding-top: 5%;
  padding-bottom: 40%;
  position: relative;
}
@media only screen and (orientation: portrait) {
  .header .container {
    padding-bottom: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .header .container {
    padding-bottom: 40%;
  }
}
@media screen and (min-width: 1600px) {
  .header .container {
    width: 1600px;
    height: 640px;
    padding-bottom: 0;
  }
}
.header .car1_b {
  width: 49.25%;
  height: 0;
  padding-bottom: 26.125%;
  position: absolute;
  top: 34.84375%;
  left: 13.3125%;
  background: url(../../images/car1_b.png?v=20260205);
  background-size: 100%;
  animation: carDriveFromBack 1s ease-out forwards;
}
@media only screen and (orientation: portrait) {
  .header .car1_b {
    width: 61.5625%;
    padding-bottom: 32.65625%;
    left: 4.140625%;
  }
}
@media screen and (min-width: 1280px) {
  .header .car1_b {
    width: 49.25%;
    padding-bottom: 26.125%;
    left: 13.3125%;
  }
}
@media screen and (min-width: 1600px) {
  .header .car1_b {
    left: 213px;
  }
}
.header .car2_b {
  width: 46.125%;
  height: 0;
  padding-bottom: 21.8125%;
  position: absolute;
  top: 49.21875%;
  left: 42.75%;
  background: url(../../images/car2_b.png?v=20260205);
  background-size: 100%;
  animation: carDriveFromBack 1s ease-out 0.2s forwards;
}
@media only screen and (orientation: portrait) {
  .header .car2_b {
    width: 57.65625%;
    padding-bottom: 27.265625%;
    left: 40.9375%;
  }
}
@media screen and (min-width: 1280px) {
  .header .car2_b {
    width: 46.125%;
    padding-bottom: 21.8125%;
    left: 42.75%;
  }
}
@media screen and (min-width: 1600px) {
  .header .car2_b {
    left: 684px;
  }
}
.header .car1 {
  width: 49.25%;
  height: 0;
  padding-bottom: 26.125%;
  position: absolute;
  top: 34.84375%;
  left: 13.3125%;
  background: url(../../images/car1.png?v=20260205);
  background-size: 100%;
  animation: carDriveFromBack 1s ease-out forwards;
}
@media only screen and (orientation: portrait) {
  .header .car1 {
    width: 61.5625%;
    padding-bottom: 32.65625%;
    left: 4.140625%;
  }
}
@media screen and (min-width: 1280px) {
  .header .car1 {
    width: 49.25%;
    padding-bottom: 26.125%;
    left: 13.3125%;
  }
}
@media screen and (min-width: 1600px) {
  .header .car1 {
    left: 213px;
  }
}
.header .car2 {
  width: 46.125%;
  height: 0;
  padding-bottom: 21.8125%;
  position: absolute;
  top: 49.21875%;
  left: 42.75%;
  background: url(../../images/car2.png?v=20260205);
  background-size: 100%;
  animation: carDriveFromBack 1s ease-out 0.2s forwards;
}
@media only screen and (orientation: portrait) {
  .header .car2 {
    width: 57.65625%;
    padding-bottom: 27.265625%;
    left: 40.9375%;
  }
}
@media screen and (min-width: 1280px) {
  .header .car2 {
    width: 46.125%;
    padding-bottom: 21.8125%;
    left: 42.75%;
  }
}
@media screen and (min-width: 1600px) {
  .header .car2 {
    left: 684px;
  }
}
.header .card1 {
  width: 15.5625%;
  height: 0;
  padding-bottom: 16.125%;
  position: absolute;
  top: 62.34375%;
  left: 3.875%;
  background: url(../../images/card1.png?v=20260205);
  background-size: 100%;
  opacity: 0;
  animation: cardDropIn 0.6s ease-out 1.3s forwards;
}
@media only screen and (orientation: portrait) {
  .header .card1 {
    width: 19.453125%;
    padding-bottom: 20.15625%;
    left: -7.65625%;
  }
}
@media screen and (min-width: 1280px) {
  .header .card1 {
    width: 15.5625%;
    padding-bottom: 16.125%;
    left: 3.875%;
  }
}
@media screen and (min-width: 1600px) {
  .header .card1 {
    left: 62px;
  }
}
.header .card2 {
  width: 14.3125%;
  height: 0;
  padding-bottom: 15.125%;
  position: absolute;
  top: 62.34375%;
  left: 80.5625%;
  background: url(../../images/card2.png?v=20260205);
  background-size: 100%;
  opacity: 0;
  animation: cardDropIn 0.6s ease-out 1.4s forwards;
}
@media only screen and (orientation: portrait) {
  .header .card2 {
    width: 17.890625%;
    padding-bottom: 18.90625%;
    left: 88.203125%;
  }
}
@media screen and (min-width: 1280px) {
  .header .card2 {
    width: 14.3125%;
    padding-bottom: 15.125%;
    left: 80.5625%;
  }
}
@media screen and (min-width: 1600px) {
  .header .card2 {
    left: 1289px;
  }
}
.header .logo {
  width: 9%;
  height: 0;
  padding-bottom: 2.75%;
  position: absolute;
  top: 11.71875%;
  left: 12.5%;
  background: url(../../images/logo.png?v=20260205);
  background-size: 100%;
}
@media only screen and (orientation: portrait) {
  .header .logo {
    width: 11.25%;
    padding-bottom: 3.4375%;
    left: 3.125%;
  }
}
@media screen and (min-width: 1280px) {
  .header .logo {
    width: 9%;
    padding-bottom: 2.75%;
    left: 12.5%;
  }
}
@media screen and (min-width: 1600px) {
  .header .logo {
    left: 200px;
  }
}

@keyframes delay {
  from, to {
    opacity: 0;
  }
}
.nav {
  width: 100%;
  position: relative;
  z-index: 1;
}
.nav .container {
  width: 100%;
  position: relative;
}
.nav .navBtn {
  width: 95%;
  max-width: 1640px;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (orientation: portrait) {
  .nav .navBtn {
    width: 92.96875%;
  }
}
@media only screen and (orientation: landscape) {
  .nav .navBtn {
    width: 95%;
  }
}
.nav .navBtn li {
  width: 20%;
  height: 0;
  padding-bottom: 8.2317073171%;
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
}
.nav .navBtn li.navBtn1 a {
  background-position-x: 0% !important;
}
.nav .navBtn li.navBtn2 a {
  background-position-x: -100% !important;
}
.nav .navBtn li.navBtn3 a {
  background-position-x: -200% !important;
}
.nav .navBtn li.navBtn4 a {
  background-position-x: -300% !important;
}
.nav .navBtn li.navBtn5 a {
  background-position-x: -400% !important;
}
.nav .navBtn li.navBtn6 a {
  background-position-x: -500% !important;
}
.nav .navBtn li.navBtn7 a {
  background-position-x: -600% !important;
}
.nav .navBtn li.navBtn8 a {
  background-position-x: -700% !important;
}
.nav .navBtn li.navBtn9 a {
  background-position-x: -800% !important;
}
.nav .navBtn li.action a, .nav .navBtn li a:hover {
  background-image: url(../../images/navbtn_action.png?v=20260205);
}
.nav .navBtn li a {
  width: 96.9512195122%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 38.1097560976%;
  display: block;
  position: relative;
  background-image: url(../../images/navbtn.png?v=20260205);
  background-size: 900% 100%;
}
.nav .navBtn li.action a {
  animation: pulse 1s infinite;
}
.nav .navBtn li div {
  filter: brightness(0.5);
  width: 96.9512195122%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 38.1097560976%;
  display: block;
  background-image: url(../../images/navbtn.png?v=20260205);
  background-size: 900% 100%;
  background-position-x: -500% !important;
}
.nav .navBtn li.navBtn5 a::after {
  content: "";
  position: absolute;
  top: -32%;
  right: -17%;
  width: 45%;
  padding-bottom: 36%;
  background-image: url(../../images/icon_cash.png?v=20260205);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.nav .navBtn li.navBtn6 a::after {
  content: "";
  position: absolute;
  top: -20%;
  left: -22%;
  width: 46%;
  padding-bottom: 34%;
  background-image: url(../../images/icon_play.png?v=20260205);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.content {
  width: 100%;
  margin-top: 7.5%;
}
@media screen and (min-width: 1280px) {
  .content {
    margin-top: 5.5%;
  }
}
.content .container {
  max-width: 1057px;
  margin: -2% auto -1px auto;
  padding: 0em 1em 2em 1em;
  border-radius: 20px;
  border: 5px solid #ba8700;
  background-color: #061c31;
  width: 98%;
}
@media screen and (min-width: 420px) {
  .content .container {
    padding: 0em 1.5em 2em 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .content .container {
    padding: 0em 2em 2em 2em;
  }
}
@media screen and (min-width: 1280px) {
  .content .container {
    padding: 0em 3em 2em 4em;
  }
}
@media only screen and (orientation: landscape) {
  .content .container {
    width: calc(80% - 16px);
    margin: -22px auto -2px auto;
  }
}
.content h3 {
  font-size: 1.5em;
  font-weight: bold;
  width: 77%;
  z-index: 9;
  margin: 0 auto;
  max-width: 650px;
  top: 14%;
  margin-top: 2%;
  margin-bottom: 12%;
}
.content h3 img {
  display: block;
  width: 100%;
}
.content h4 {
  position: relative;
  color: #ffc637;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.2rem;
  background: #841800;
  border-radius: 30px;
  padding: 0.15em 1em;
  display: inline-block;
}
@media screen and (min-width: 1280px) {
  .content h4 {
    font-size: 1.2rem;
  }
}
.content h5 {
  font-size: 1.2em;
  padding: 0.5em;
  text-align: center;
  margin-bottom: 5%;
  background-image: #9c4600;
  background-image: linear-gradient(to left, rgba(156, 70, 0, 0) 0%, rgb(161.1, 72.2884615385, 0) 20%, #9c4600 40%, #9c4600 60%, rgb(161.1, 72.2884615385, 0) 80%, rgba(156, 70, 0, 0) 100%);
  color: rgb(102, 74.7669902913, 0);
  color: #ffedd5;
}
.content h5 img {
  width: 10%;
  vertical-align: middle;
}
.content h5 span {
  font-size: 0.8em;
  display: inline-block;
}
.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 ol a,
.content ul a, .content p a {
  color: #efee04;
  text-decoration: underline;
}
.content ol a:hover,
.content ul a:hover, .content p a:hover {
  color: #efc404;
}
.content__btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 6%;
  margin-top: 0;
}
.content__btn div {
  width: 143px;
  margin: 0 3px;
  margin-bottom: 15px;
  position: relative;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 576px) {
  .content__btn div {
    width: 180px;
    margin: 0 8px;
    margin-bottom: 15px;
  }
}
.content__btn div.action a, .content__btn div a:hover {
  width: 180px;
  border-radius: 15px;
  border: 0;
  background: linear-gradient(to top, rgb(98, 1.3154362416, 0) 0%, #950200 100%);
  color: #fff;
}
.content__btn div a {
  line-height: 25px !important;
  width: 180px;
  display: block;
  background: #dfdfdf; /* Old browsers */
  background: linear-gradient(to bottom, #dfdfdf 20%, #939393 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #303030;
  padding: 10px 4px !important;
  border-radius: 15px;
  border: 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .content__btn div a {
    line-height: 30px !important;
  }
}
@media screen and (min-width: 576px) {
  .content__btn div a {
    padding: 6px 1.25em;
  }
}
@media screen and (min-width: 1280px) {
  .content__btn div a {
    padding: 12px 8px;
  }
}
.content__btn div .label {
  width: auto;
  position: absolute !important;
  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 !important;
}
.content__btn div .label:after {
  content: attr(data-content);
  font-weight: bold;
  color: #4a0000;
  font-size: 0.7em;
  transform: rotate(-30deg);
  white-space: pre;
  line-height: 1.125em;
}

.btnBox2 {
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
}
.btnBox2 a {
  display: inline-block;
  width: auto;
  margin-right: 8px;
  padding: 0.6em 2em;
  font-size: 1.15em;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  border: 2px solid #dc6672;
  border-radius: 50px;
  background: linear-gradient(to top, rgb(29, 0, 232) 0%, #9982ff 100%);
  border: 3px solid #ac95ff;
  color: #fff;
  transition: all 0.2s ease;
}
.btnBox2 a:hover {
  background: linear-gradient(to top, rgb(0, 93, 232) 0%, #cb82ff 100%);
}
.btnBox2 a:nth-last-child(1) {
  margin-right: 0;
}

.item__box {
  background-color: #3e0100;
  border-radius: 0;
  margin: 0 auto;
  border: inherit;
  box-shadow: 0 0 5px #a34900;
  border: 1px solid #a34900;
}
.item__box-title {
  background: linear-gradient(to right, rgb(112, 50.1595092025, 0) 0%, #a34900 20%, #a34900 80%, rgb(112, 50.1595092025, 0) 100%);
  padding: 8px;
  color: #fff;
}
.item__box-title img {
  display: block;
  margin: 0 auto;
}
.item__box-title p {
  width: 100%;
  line-height: 1.25em;
}
.item__box-img {
  border-radius: 0;
}
.item__box-img p {
  width: 100%;
  padding: 10px;
}
.item__box-get {
  text-align: center;
  font-weight: bold;
  font-size: 0.85rem;
  color: #fff;
}
.item__box--02 {
  border: 0;
  border-radius: 0;
  padding: 2px 0px;
  background: linear-gradient(to top, rgb(106.4, 50.7435582822, 5.6) 0%, rgb(154.85, 73.85, 8.15) 100%);
  box-shadow: 0 0 5px #a34900;
}
.item__box--02 .item__box-title {
  background: linear-gradient(to right, rgba(136, 120, 0, 0) 0%, #bc355b 20%, #bc355b 80%, rgba(136, 120, 0, 0) 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.item__box--02 .item__box-get {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.item__box--02 .item__box-img {
  background: inherit;
}
.item__box--03 {
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  height: 100%;
  background: linear-gradient(to top, rgb(106.4, 50.7435582822, 5.6) 0%, rgb(154.85, 73.85, 8.15) 100%);
  box-shadow: 0 0 5px #a34900;
}
.item__box--03 .item__box-title {
  background: linear-gradient(to right, rgb(112, 50.1595092025, 0) 0%, #a34900 20%, #a34900 80%, rgb(112, 50.1595092025, 0) 100%);
  color: #fff;
}
.item__box--03 .item__box-img {
  background: inherit;
}
.item__box--03 .item__box-get {
  color: rgba(249.9, 227.372392638, 209.1, 0.75);
}

.table tr td, .table tr th {
  border: 1px solid #b45100;
}

.table {
  border-collapse: initial;
  border-radius: 5px;
  color: #202c0d;
  border: 3px solid #b45100;
}
@media screen and (max-width: 375px) {
  .table {
    min-width: 297px;
    left: -3%;
  }
}
.table tr {
  background: #fff;
}
.table tr th {
  position: relative;
  background: linear-gradient(to top, rgb(139.2, 62.64, 0) 0%, #b45100 100%);
  color: #fff;
  line-height: 1.2em;
}
.table tr th.thStyle02 {
  color: #752b00;
  background: #ffec80;
}
.table tr td {
  /*單格變色*/
}
.table tr td p {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.table tr td img {
  display: block;
  max-width: 100%;
  margin: 4px auto;
  max-width: 120px;
}
.table tr td img.img-inline {
  width: 4em;
  display: inline;
  margin: 0;
}
.table tr td[data-tdstyle=style01] {
  background-color: #f6f6f6;
}

.explanation {
  display: flex;
  justify-content: center;
  align-items: center;
}
.explanation .note-main {
  color: #210032;
  border: 5px solid #fff;
  border-radius: 16px;
  box-shadow: 0px 0px 8px 2px #ce9700;
  background: linear-gradient(to top, rgb(244.25, 179.0376213592, 0) 0%, rgb(167.75, 122.9623786408, 0) 100%);
  margin: 0 auto;
  padding: 10px 20px;
  text-align: left;
  color: rgb(102, 74.7669902913, 0);
}
.explanation .symbol {
  display: flex;
  justify-content: center;
  align-items: center;
}
.explanation .symbol i {
  transform: rotate(90deg);
  color: #fff;
}
@media screen and (min-width: 992px) {
  .explanation .symbol i {
    transform: rotate(0);
  }
}

.card {
  padding: 30px;
  margin: 8px 0;
}
.card-notice {
  color: #988a5e;
  line-height: 1.5em;
  border-radius: 15px;
  background: linear-gradient(to top, #f3d16b 0%, #fbe49f 100%);
}
.card-notice2 {
  border-radius: 10px;
  background: #fee0c3;
  outline: 2px dashed #ffffff;
  outline-offset: -12px;
  background: linear-gradient(20deg, #af49c9 0%, #7c50ce 100%);
}
.card-notice2 h4 {
  color: #f0c2ff;
  justify-content: center;
  margin-top: 0;
}
.card-notice2 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;
}

.DESClabel {
  position: relative;
}
.DESClabel .label {
  width: 110px;
  position: absolute !important;
  top: -3em;
  left: 50%;
  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 !important;
  height: 0;
  width: 0;
  border-top: 15px solid #af2ec6;
  border-right: 15px solid transparent;
  right: 60%;
  bottom: -15px;
  transform: skewX(-15deg);
}

.ribbon {
  width: 30px;
  top: -6px;
  right: -1em;
  font-size: 1rem;
  background: linear-gradient(-30deg, #eeaf3a 0%, #eeaf3a 10%, #ffe9bf 80%, #fdd486 100%);
  position: absolute !important;
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.125em;
  padding: 10px;
  letter-spacing: 2px;
  z-index: 10;
  color: rgb(75, 40, 0);
  text-orientation: upright;
  -webkit-text-orientation: upright;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .ribbon {
    width: 35px;
    top: -6px;
    right: -1em;
    font-size: 1.15rem;
  }
}
.ribbon p {
  color: rgb(75, 40, 0);
  text-orientation: upright;
  -webkit-text-orientation: upright;
  font-weight: normal;
  font-weight: bold;
}
.ribbon:before, .ribbon:after {
  content: "";
  position: absolute !important;
}
.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: 17.5px solid #eeaf3a;
    border-right: 17.5px solid #eeaf3a;
  }
}

.comment {
  width: auto;
  position: absolute !important;
  top: -1.5em;
  left: calc(50% + 30px);
  align-items: center;
  display: flex;
  justify-content: center;
  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 !important;
  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: rgb(255, 255, 255);
  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-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: flex;
  justify-content: center;
  flex-wrap: wrap;
  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: flex;
  justify-content: center;
  flex-wrap: wrap;
  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: flex;
  justify-content: center;
  flex-wrap: wrap;
  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 {
  filter: opacity(0.5);
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .box-compose .icon-equal {
    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: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
  margin-bottom: 0;
}
ul.tabBtn li a {
  display: block;
  position: relative;
  padding: 8px 16px;
  margin: 0 8px;
  font-weight: bold;
  border-radius: 50px;
  border: 1px solid rgb(160.8, 102, 255);
  box-shadow: 0px 3px 3px #00e1ff;
  text-decoration: none;
  background-image: rgb(78.4, 0, 204);
  background-image: linear-gradient(to bottom, rgb(129.4, 51, 255) 0%, rgb(129.4, 51, 255) 20%, rgb(78.4, 0, 204) 40%, rgb(78.4, 0, 204) 60%, rgb(129.4, 51, 255) 80%, rgb(129.4, 51, 255) 100%);
  box-shadow: 0px 3px 3px rgb(29.4, 0, 76.5);
  color: #fff;
}
ul.tabBtn li:hover a, ul.tabBtn li.active a {
  cursor: pointer;
  color: #532f00;
  background-color: black;
  border: 1px solid #ff9d9d;
  background-image: rgb(255, 95.8, 95.8);
  background-image: linear-gradient(to bottom, rgb(255, 14.2, 14.2) 0%, rgb(255, 14.2, 14.2) 20%, rgb(255, 95.8, 95.8) 40%, rgb(255, 95.8, 95.8) 60%, rgb(255, 14.2, 14.2) 80%, rgb(255, 14.2, 14.2) 100%);
  box-shadow: 0px 2px rgb(233.5, 0, 0), inset 0 2px 2px 2px #ff3737, inset 0 -10px 10px 0px rgb(255, 116.2, 116.2);
  color: #fff;
}

.tabMain {
  display: none;
  padding: 20px 0;
}
.tabMain.active {
  display: block;
}

.table_h_fit {
  height: calc(100% - 150px);
}

h4 {
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0 0 16px calc(-1.2em + 13px);
  color: #2c0214;
  border-radius: 30px;
  padding: 0.15em 1em;
  display: inline-block;
}

a {
  color: #004cff;
  font-weight: 700;
}

.content__btn-part .content__btn div a {
  display: block;
  height: 100%;
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content__btn-part .content__btn div:last-child a span {
  font-size: 14px;
  color: #ca004a;
}

.item__box-img-100 {
  width: 100%;
  height: auto;
  padding: 4% 0%;
}
.item__box-img-100 img {
  min-height: 120px;
}

@media (min-width: 992px) {
  .pc_center {
    margin-top: 0.8rem;
  }
}
.col {
  margin: 3px 0px;
}

@media (min-width: 700px) {
  .drill_w {
    width: 34%;
  }
  .drill_a {
    width: 25%;
  }
}
@media (max-width: 700px) {
  .drill_w {
    width: 45%;
  }
  .drill_a {
    width: 45%;
  }
}
.part ul,
.part ol {
  margin-left: 17px;
}

.btn-notes {
  position: absolute !important;
  right: calc(5 / 1057 * 100%);
  right: 0;
  top: 0;
  width: clamp(55px, 11.875vw, 152px);
  min-width: 65px;
  max-width: 152px;
  z-index: 10;
  cursor: pointer;
  display: block;
  background: url(../../images/btn_note.png?v=20260205) center/100% no-repeat;
  transition: filter 0.15s ease;
}
.btn-notes::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.btn-notes:hover {
  filter: brightness(1.08);
}
.btn-notes:active {
  filter: brightness(0.96);
}

.modal {
  display: none;
  position: fixed !important;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}
.modal .modal-content {
  background: linear-gradient(to top, rgb(15, 9, 2) 0%, rgba(111, 78, 0, 0.9) 100%);
  box-shadow: inset 0 0 2px 3px #9f6f16;
  border-radius: 16px;
  color: #fff;
  padding: 20px 20px 24px;
  border-radius: 12px;
  width: 90%;
  max-width: 960px;
  line-height: 1.8;
  font-size: 1rem;
  position: absolute;
}
.modal .modal-content span {
  word-break: break-all;
}
.modal .modal-content h3 {
  text-align: center;
  color: #ffcb8b;
  width: -moz-max-content;
  width: max-content;
  position: relative !important;
  transform: none;
  left: auto;
  margin: 0 auto;
}
.modal .close {
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-image: url(../../images/btn_close.png?v=20260205);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 9;
}
@media screen and (min-width: 768px) {
  .modal .close {
    width: 45px;
    height: 45px;
  }
}
.modal .modal-text {
  overflow: auto;
  padding: 2rem;
  padding-top: 0;
  max-height: 63vh;
  margin: 16px 8px;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .modal .modal-text {
    margin: 32px 22px;
    margin-bottom: 10px;
  }
}
.modal .modal-text::-webkit-scrollbar {
  width: 10px;
  margin: 2px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 5px;
}
.modal .modal-text::-webkit-scrollbar-thumb {
  width: 8px;
  padding: 2px;
  background: rgba(255, 159, 75, 0.3);
  border-radius: 5px;
}
@media screen and (orientation: landscape) and (max-height: 430px) {
  .modal .modal-text {
    max-height: 60vh;
    margin-bottom: 0;
  }
}

.game-img {
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(255, 54, 0, 0.8);
  margin-top: 2%;
  margin-bottom: 1%;
}

@media screen and (min-width: 992px) {
  .lg-min-h-76px {
    min-height: 76px;
  }
}

@media screen and (min-width: 992px) {
  .lg-min-h-106px {
    min-height: 106px;
  }
}

ul.list.list-diamond li {
  text-indent: -1em;
}

/* 紅鑽粒子特效樣式 */
.diamond-particle {
  position: fixed;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background-image: url(../../images/prize/7_0.png?20260205);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 99999;
  will-change: transform, opacity;
  filter: brightness(1.2);
}

/* 車輛從右後方開過來動畫 */
@keyframes carDriveFromBack {
  0% {
    transform: scale(0.3) translate(80%, -30%);
    opacity: 0;
  }
  100% {
    transform: scale(1) translate(0, 0);
    opacity: 1;
  }
}
/* 卡片掉落動畫 */
@keyframes cardDropIn {
  0% {
    transform: translateY(-150%) rotate(-15deg);
    opacity: 0;
  }
  60% {
    transform: translateY(10%) rotate(5deg);
  }
  80% {
    transform: translateY(-5%) rotate(-2deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
}
/* 車燈閃爍動畫 */
@keyframes carLightBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.prize-wrapper {
  display: flex;
  align-items: stretch;
  margin-bottom: 15px;
  flex-direction: column;
}
.prize-wrapper > * {
  margin-bottom: 10px;
}
.prize-wrapper > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .prize-wrapper {
    flex-direction: row;
  }
  .prize-wrapper > * {
    margin-right: 15px;
    margin-bottom: 0;
  }
  .prize-wrapper > *:last-child {
    margin-right: 0;
  }
}
.prize-wrapper.twoblock {
  margin-bottom: 15px;
}
@media screen and (max-width: 1170px) {
  .prize-wrapper.twoblock {
    flex-direction: column;
    margin-bottom: 0;
  }
  .prize-wrapper.twoblock > * {
    margin-bottom: 15px;
    margin-right: 0;
  }
}

.prize-threshold {
  background: linear-gradient(135deg, #ff8a3d 0%, #ff6b3d 100%);
  border-radius: 11px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  color: #4c0000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  min-width: 150px;
  line-height: 1.3;
}
@media screen and (min-width: 1171px) {
  .prize-threshold {
    font-size: 1.2em;
    min-width: 224px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 992px) {
  .prize-threshold.step {
    min-width: 126px;
  }
}

.prize-item {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #ff9d3d 0%, #ffd43d 100%);
  border-radius: 11px;
  padding: 10px 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  flex-direction: column;
  flex: 1;
}
@media screen and (min-width: 992px) {
  .prize-item {
    flex-direction: row;
  }
}
.prize-item .prize-content {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
@media screen and (min-width: 420px) {
  .prize-item .prize-content {
    width: 100%;
    justify-content: center;
  }
}
.prize-item .prize-content .prize-title {
  font-size: 1em;
  font-weight: bold;
  color: #622400;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .prize-item .prize-content .prize-title {
    font-size: 1.5em;
  }
}
.prize-item .prize-content .prize-title.prize-title-col {
  flex-direction: column;
  font-size: 0.9em;
}
@media screen and (min-width: 768px) {
  .prize-item .prize-content .prize-title.prize-title-col {
    font-size: 1.2em;
  }
}
.prize-item .prize-content .prize-title img {
  width: 6em;
  margin-right: 8px;
  vertical-align: middle;
  flex-shrink: 0;
}
.prize-item .prize-content .prize-title img.ball {
  width: 4em;
}
@media screen and (max-width: 767px) {
  .prize-item .prize-content .prize-title img {
    width: 4em;
  }
  .prize-item .prize-content .prize-title img.ball {
    width: 3em;
  }
}
.prize-item .prize-content .prize-diamond {
  font-size: 1em;
  font-weight: bold;
  color: #622400;
  display: flex;
  align-items: center;
  white-space: nowrap;
  -o-object-fit: contain;
     object-fit: contain;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .prize-item .prize-content .prize-diamond {
    font-size: 1.5em;
  }
}
.prize-item .prize-content .prize-diamond.bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
.prize-item .prize-content .prize-diamond.bottom::before {
  display: none;
}
.prize-item .prize-content .prize-diamond::before {
  content: "+";
  margin: 0 8px;
  font-size: 1.2em;
  font-weight: bold;
  color: #622400;
}
@media screen and (min-width: 576px) {
  .prize-item .prize-content .prize-diamond::before {
    margin: 0 35px;
  }
}
.prize-item .prize-content .prize-diamond img {
  width: 5em;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 5px;
  vertical-align: middle;
  flex-shrink: 0;
}
.prize-item .prize-content .prize-diamond img.ball {
  width: 4em;
}
@media screen and (max-width: 767px) {
  .prize-item .prize-content .prize-diamond img {
    width: 4em;
  }
}
.prize-item .prize-content .prize-diamond span.f-danger {
  color: #fff;
}
.prize-item .prize-content .prize-value {
  font-size: 1em;
  font-weight: bold;
  color: #622400;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  white-space: nowrap;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .prize-item .prize-content .prize-value {
    font-size: 1.5em;
    margin-left: 13px;
  }
}
.prize-item .prize-content .prize-value span {
  font-size: 1rem;
  color: #ff0000;
}
@media screen and (min-width: 768px) {
  .prize-item .prize-content .prize-value span {
    font-size: 1.3rem;
    margin-top: 5px;
  }
}
.prize-item .prize-content-vertical {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.prize-item .prize-content-vertical > * {
  margin-bottom: 10px;
}
.prize-item .prize-content-vertical > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 420px) {
  .prize-item .prize-content-vertical {
    width: 100%;
    align-items: center;
  }
}
.prize-item .prize-content-vertical > .prize-diamond::before {
  content: "";
  margin: 0;
}
.prize-item .prize-content-vertical .prize-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.prize-item .prize-rank {
  flex-shrink: 0;
  background: rgba(109, 61, 0, 0.6);
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  padding: 6px 20px;
  border-radius: 8px;
  text-align: center;
  border: 1px solid rgba(255, 207, 22, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  min-width: 80px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .prize-item .prize-rank {
    font-size: 1.5em;
    padding: 12px 25px;
    width: auto;
  }
}

.prize-content-columns {
  flex-direction: row;
  width: 100%;
  justify-content: space-around;
  flex-wrap: wrap !important;
  margin: -5px;
}

.prize-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  margin: 5px;
}

.prize-column-header {
  background: rgba(109, 61, 0, 0.6);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 8px;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prize-column-header.min-h {
  min-height: 77px;
}

.prize-column-value {
  font-weight: bold;
  font-size: 1.1em;
  color: #622400;
}

.prize-note {
  font-size: 1em;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.3;
  width: 100%;
  margin-bottom: 25px;
}/*# sourceMappingURL=style.css.map */