@charset "UTF-8";
@import url("login_and_register.css?20230906");
.w-full {
  width: 100%;
}

.table .desc-list {
  list-style: none;
}

body {
  background-color: #040404;
}

.wrapper {
  color: #fff;
}

/* ================= 共用滑動選單_LOGO隱藏 ================= */
#abgne_float_ad .logo_tmd {
  display: none;
}

/* ================= 上方選單_PC版 ================= */
.nav-mobile {
  display: block;
}
@media screen and (min-width: 1281px) {
  .nav-mobile {
    display: none;
  }
}
.nav-pc {
  display: block;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 1280px) {
  .nav-pc {
    display: none;
  }
}

.nav_sub {
  width: 100%;
  display: block;
  height: 40px;
  background: #b60000;
  background: -webkit-gradient(linear, left top, left bottom, from(#b60000), to(#4c0000));
  background: linear-gradient(to bottom, #b60000 0%, #4c0000 100%);
}
.nav_sub .container {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  height: 100%;
}

.nav_main {
  width: 100%;
  display: block;
  height: 97px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c19557), color-stop(12%, #fdeec3), color-stop(45%, #e9d092), color-stop(85%, #c49a5c), to(#a7732a));
  background-image: linear-gradient(to bottom, #c19557 0%, #fdeec3 12%, #e9d092 45%, #c49a5c 85%, #a7732a 100%);
}
.nav_main .container {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  height: 100%;
  padding: 0 15px;
}

.nav_subbtn {
  width: 100%;
}
.nav_subbtn li {
  width: 100px;
  height: 30px;
  line-height: 26px;
  list-style: none;
  float: right;
  text-align: center;
  margin: 5px 4px;
}
.nav_subbtn_tit {
  width: 300px;
  color: #FFF;
  text-align: right;
}
.nav_subbtn_tit a {
  color: #ffebbc;
}
.nav_subbtn_signout {
  width: 60px;
}
.nav_subbtn .SignIn a,
.nav_subbtn .SignUp a,
.nav_subbtn .nav_subbtn_certification a,
.nav_subbtn .nav_subbtn_signout a {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: #ffebbc solid 2px;
  color: #ffebbc;
}
.nav_subbtn .SignIn a:hover,
.nav_subbtn .SignUp a:hover,
.nav_subbtn .nav_subbtn_certification a:hover,
.nav_subbtn .nav_subbtn_signout a:hover {
  border: #fff solid 2px;
  color: #fff;
}

.navbtns {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.navbtns .logo {
  width: 240px;
  height: 87px;
  margin-top: -2px;
  background: url(/Games/tmd/images/logo.png?v=20250922) no-repeat center;
  background-size: 100%;
}
.navbtns .logo a {
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  display: block;
}
.navbtns__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  height: 100%;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.navbtns .nav_mainbtn {
  width: 100%;
  height: 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;
}
.navbtns .nav_mainbtn > li {
  max-width: 100%;
  height: 100%;
  list-style: none;
  text-align: center;
}
.navbtns .nav_mainbtn > li:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(184, 0, 0, 0.8)), to(rgba(32, 0, 0, 0.8)));
  background-image: linear-gradient(to bottom, rgba(184, 0, 0, 0.8), rgba(32, 0, 0, 0.8));
}
.navbtns .nav_mainbtn > li:hover a {
  color: #fff;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.navbtns .nav_mainbtn > li > a {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #623414;
  font-weight: bold;
  font-size: 1.5rem;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  padding: 0 34px;
  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;
}
@media screen and (min-width: 1280px) {
  .navbtns .nav_mainbtn > li > a {
    font-size: 1.65rem;
  }
}
.navbtns .nav_mainbtn > li > a:hover {
  color: #fff;
}
.navbtns .nav_mainbtn > li ul.navSubMenu {
  opacity: 1;
  top: 64px;
  visibility: visible;
  padding-bottom: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 0, 0, 0.8)), color-stop(rgba(32, 0, 0, 0.7)), color-stop(rgba(32, 0, 0, 0.7)), to(rgba(255, 121, 0, 0)));
  background: linear-gradient(to bottom, rgba(32, 0, 0, 0.8), rgba(32, 0, 0, 0.7), rgba(32, 0, 0, 0.7), rgba(255, 121, 0, 0));
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.navbtns .nav_mainbtn > li ul.navSubMenu li {
  height: initial;
}
.navbtns .login,
.navbtns .member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbtns .login > a,
.navbtns .member > a {
  display: block;
  cursor: pointer;
  white-space: nowrap;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#db2b2b), to(#600000));
  background-image: linear-gradient(to bottom, #db2b2b 0%, #600000 100%);
  border: 1px solid #980000;
  -webkit-box-shadow: inset 0 0 5px #ff5050;
          box-shadow: inset 0 0 5px #ff5050;
  font-size: 1.5em;
  padding: 16px 24px;
  font-weight: bold;
  border-radius: 14px;
  color: #fff5db;
}
.navbtns .login > a:hover,
.navbtns .member > a:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.member {
  position: relative;
}
.member-box .account-number {
  padding: 0;
  margin: 0;
}
.member .navSubMenu {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  padding-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 0, 0, 0.8)), color-stop(rgba(32, 0, 0, 0.7)), color-stop(rgba(32, 0, 0, 0.7)), to(rgba(255, 121, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(32, 0, 0, 0.8), rgba(32, 0, 0, 0.7), rgba(32, 0, 0, 0.7), rgba(255, 121, 0, 0));
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
}
.member .navSubMenu li {
  max-width: 100%;
  line-height: 90px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(169, 0, 0, 0.5);
  cursor: pointer;
}
.member .navSubMenu li:last-child {
  border-bottom: none;
}
.member .navSubMenu li:hover {
  color: #FFF;
  margin: 0;
  padding: 0;
  background-color: rgba(232, 0, 0, 0.5);
}
.member .navSubMenu li a {
  font-size: 1.2rem;
  line-height: 1.7em;
  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;
  padding: 12px 8px;
  color: #FFF;
  font-weight: bold;
  margin: 0;
  text-shadow: 0.1em 0.1em 0.05em #000000, 0em 0em 0.5em #000000;
}
.member:hover .navSubMenu {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.member:hover a {
  color: #fff;
}

.navBtn07 {
  margin-left: 3%;
}

#nav li ul.navSubMenu li a {
  font-size: 1.2rem;
}

#nav li {
  position: relative;
  list-style: none;
}
#nav li ul li a {
  padding: 12px 8px;
  color: #FFF;
  font-weight: bold;
  display: block;
  margin: 0;
  text-shadow: 0.1em 0.1em 0.05em #000000, 0em 0em 0.5em #000000;
  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;
}
#nav ul li:hover a,
#nav li:hover li a,
#nav ul .sub li {
  background: none;
  border: none;
  font-size: 18px;
  z-index: 1;
}
#nav li:hover > ul {
  display: block;
  z-index: 1;
}
#nav ul {
  display: none;
  margin: 0;
  width: 100%;
  position: absolute;
  top: 92px;
  left: 0;
}
#nav ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(169, 0, 0, 0.5);
  cursor: pointer;
}
#nav ul li:last-child {
  border-bottom: none;
}
#nav ul li:hover {
  color: #FFF;
  float: none;
  margin: 0;
  padding: 0;
  background-color: rgba(232, 0, 0, 0.5);
}
#nav ul li.navBtn_web img {
  width: 28%;
  vertical-align: middle;
  padding-right: 5px;
}
#nav ul li.navBtn_qr {
  line-height: 1.25em;
  font-weight: bold;
  display: inline-block;
  color: #ffffff;
  padding-top: 5%;
  font-size: 1.2rem;
}
#nav ul li.navBtn_qr img {
  width: 90%;
  margin: 2% auto 0 auto;
}
#nav ul a {
  font-weight: normal;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
  padding-top: 60px;
}
@media screen and (min-width: 1280px) {
  .header {
    padding-top: 0;
  }
}
.header_line_color {
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(216, 190, 138, 0)), color-stop(25%, rgb(216, 190, 138)), color-stop(50%, rgb(254, 251, 190)), color-stop(75%, rgb(216, 190, 138)), to(rgba(216, 190, 138, 0)));
  background: linear-gradient(to right, rgba(216, 190, 138, 0) 0%, rgb(216, 190, 138) 25%, rgb(254, 251, 190) 50%, rgb(216, 190, 138) 75%, rgba(216, 190, 138, 0) 100%);
}
@media screen and (min-width: 576px) {
  .header_line_color {
    height: 5px;
  }
}
.header_line_top {
  position: absolute;
  bottom: -2px;
}
@media screen and (min-width: 576px) {
  .header_line_top {
    bottom: -5px;
  }
}
.header_page_banner {
  display: block;
  width: 100%;
  height: 31.6666666667vw;
  background-image: url(/Games/tmd/images/page/page_ad.jpg?v=20250922);
  background-repeat: no-repeat;
  background-size: 190%;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .header_page_banner {
    height: 16.6666666667vw;
    background-size: 105%;
  }
}
.header_page_banner .container {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 0;
}
.header_slogan {
  position: absolute;
  width: 33.1%;
  height: 29.375%;
  left: 16%;
  text-indent: -999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-transform: scale(1.35);
          transform: scale(1.35);
}
.header_slogan_news {
  width: calc(331 / 1480 * 100%);
  height: calc(94 / 320 * 100%);
  left: calc((640 - 331) / 1480 * 100%);
  top: calc((320 - 94) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_news.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_news {
    width: calc(331 / 1920 * 100%);
    left: calc((900 - 331) / 1920 * 100%);
  }
}
.header_slogan_hall {
  width: calc(331 / 1480 * 100%);
  height: calc(94 / 320 * 100%);
  left: calc((640 - 331) / 1480 * 100%);
  top: calc((320 - 94) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_hall.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_hall {
    width: calc(331 / 1920 * 100%);
    left: calc((900 - 331) / 1920 * 100%);
  }
}
.header_slogan_hall_slot {
  width: calc(331 / 1480 * 100%);
  height: calc(179 / 320 * 100%);
  left: calc((640 - 331) / 1480 * 100%);
  top: calc((320 - 179) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_hall_slot.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_hall_slot {
    width: calc(331 / 1920 * 100%);
    left: calc((900 - 331) / 1920 * 100%);
  }
}
.header_slogan_hall_arcade {
  width: calc(331 / 1480 * 100%);
  height: calc(178 / 320 * 100%);
  left: calc((640 - 331) / 1480 * 100%);
  top: calc((320 - 178) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_hall_arcade.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_hall_arcade {
    width: calc(331 / 1920 * 100%);
    left: calc((900 - 331) / 1920 * 100%);
  }
}
.header_slogan_hall_pachislot {
  width: calc(331 / 1480 * 100%);
  height: calc(179 / 320 * 100%);
  left: calc((640 - 331) / 1480 * 100%);
  top: calc((320 - 179) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_hall_pachislot.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_hall_pachislot {
    width: calc(331 / 1920 * 100%);
    left: calc((900 - 331) / 1920 * 100%);
  }
}
.header_slogan_hall_casino {
  width: calc(331 / 1480 * 100%);
  height: calc(179 / 320 * 100%);
  left: calc((640 - 331) / 1480 * 100%);
  top: calc((320 - 179) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_hall_casino.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_hall_casino {
    width: calc(331 / 1920 * 100%);
    left: calc((900 - 331) / 1920 * 100%);
  }
}
.header_slogan_hall_poker {
  width: calc(331 / 1480 * 100%);
  height: calc(178 / 320 * 100%);
  left: calc((640 - 331) / 1480 * 100%);
  top: calc((320 - 178) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_hall_poker.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_hall_poker {
    width: calc(331 / 1920 * 100%);
    left: calc((900 - 331) / 1920 * 100%);
  }
}
.header_slogan_hall_bingo {
  width: calc(331 / 1480 * 100%);
  height: calc(179 / 320 * 100%);
  left: calc((640 - 331) / 1480 * 100%);
  top: calc((320 - 179) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_hall_bingo.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_hall_bingo {
    width: calc(331 / 1920 * 100%);
    left: calc((900 - 331) / 1920 * 100%);
  }
}
.header_slogan_hall_exclusive {
  width: calc(331 / 1480 * 100%);
  height: calc(178 / 320 * 100%);
  left: calc((640 - 331) / 1480 * 100%);
  top: calc((320 - 178) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_hall_exclusive.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_hall_exclusive {
    width: calc(331 / 1920 * 100%);
    left: calc((900 - 331) / 1920 * 100%);
  }
}
.header_slogan_prize {
  width: calc(333 / 1480 * 100%);
  height: calc(95 / 320 * 100%);
  left: calc((640 - 333) / 1480 * 100%);
  top: calc((320 - 95) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_prize.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_prize {
    width: calc(333 / 1920 * 100%);
    left: calc((900 - 333) / 1920 * 100%);
  }
}
.header_slogan_bank {
  width: calc(332 / 1480 * 100%);
  height: calc(94 / 320 * 100%);
  left: calc((640 - 332) / 1480 * 100%);
  top: calc((320 - 94) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_bank.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_bank {
    width: calc(332 / 1920 * 100%);
    left: calc((900 - 332) / 1920 * 100%);
  }
}
.header_slogan_services {
  width: calc(329 / 1480 * 100%);
  height: calc(93 / 320 * 100%);
  left: calc((640 - 329) / 1480 * 100%);
  top: calc((320 - 93) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_services.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_services {
    width: calc(329 / 1920 * 100%);
    left: calc((900 - 329) / 1920 * 100%);
  }
}
.header_slogan_services_record {
  width: calc(329 / 1480 * 100%);
  height: calc(92 / 320 * 100%);
  left: calc((640 - 329) / 1480 * 100%);
  top: calc((320 - 92) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_services_record.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_services_record {
    width: calc(329 / 1920 * 100%);
    left: calc((900 - 329) / 1920 * 100%);
  }
}
.header_slogan_deleteaccount {
  width: calc(332 / 1480 * 100%);
  height: calc(94 / 320 * 100%);
  left: calc((640 - 332) / 1480 * 100%);
  top: calc((320 - 94) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_deleteaccount.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_deleteaccount {
    width: calc(332 / 1920 * 100%);
    left: calc((900 - 332) / 1920 * 100%);
  }
}
.header_slogan_rank {
  width: calc(251 / 1480 * 100%);
  height: calc(94 / 320 * 100%);
  left: calc((640 - 251) / 1480 * 100%);
  top: calc((320 - 94) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_rank.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_rank {
    width: calc(251 / 1920 * 100%);
    left: calc((900 - 251) / 1920 * 100%);
  }
}
.header_slogan_setpassword {
  width: calc(331 / 1480 * 100%);
  height: calc(95 / 320 * 100%);
  left: calc((640 - 331) / 1480 * 100%);
  top: calc((320 - 95) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_setpassword.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_setpassword {
    width: calc(331 / 1920 * 100%);
    left: calc((900 - 331) / 1920 * 100%);
  }
}
.header_slogan_getpassword {
  width: calc(332 / 1480 * 100%);
  height: calc(93 / 320 * 100%);
  left: calc((640 - 332) / 1480 * 100%);
  top: calc((320 - 93) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_getpassword.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_getpassword {
    width: calc(332 / 1920 * 100%);
    left: calc((900 - 332) / 1920 * 100%);
  }
}
.header_slogan_member_infos {
  width: calc(333 / 1480 * 100%);
  height: calc(93 / 320 * 100%);
  left: calc((640 - 333) / 1480 * 100%);
  top: calc((320 - 93) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_member_infos.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_member_infos {
    width: calc(333 / 1920 * 100%);
    left: calc((900 - 333) / 1920 * 100%);
  }
}
.header_slogan_rule {
  width: calc(330 / 1480 * 100%);
  height: calc(94 / 320 * 100%);
  left: calc((640 - 330) / 1480 * 100%);
  top: calc((320 - 94) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_rule.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_rule {
    width: calc(330 / 1920 * 100%);
    left: calc((900 - 330) / 1920 * 100%);
  }
}
.header_slogan_right {
  width: calc(332 / 1480 * 100%);
  height: calc(94 / 320 * 100%);
  left: calc((640 - 332) / 1480 * 100%);
  top: calc((320 - 94) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_right.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_right {
    width: calc(332 / 1920 * 100%);
    left: calc((900 - 332) / 1920 * 100%);
  }
}
.header_slogan_extra {
  width: calc(332 / 1480 * 100%);
  height: calc(174 / 320 * 100%);
  left: calc((640 - 332) / 1480 * 100%);
  top: calc((320 - 174) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_extra.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_extra {
    width: calc(332 / 1920 * 100%);
    left: calc((900 - 332) / 1920 * 100%);
  }
}
.header_slogan_downloads {
  width: calc(332 / 1480 * 100%);
  height: calc(94 / 320 * 100%);
  left: calc((640 - 332) / 1480 * 100%);
  top: calc((320 - 94) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_downloads.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_downloads {
    width: calc(332 / 1920 * 100%);
    left: calc((900 - 332) / 1920 * 100%);
  }
}
.header_slogan_bill {
  width: calc(330 / 1480 * 100%);
  height: calc(172 / 320 * 100%);
  left: calc((640 - 330) / 1480 * 100%);
  top: calc((320 - 172) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_bill.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_bill {
    width: calc(330 / 1920 * 100%);
    left: calc((900 - 330) / 1920 * 100%);
  }
}
.header_slogan_crop_about {
  width: calc(328 / 1480 * 100%);
  height: calc(94 / 320 * 100%);
  left: calc((640 - 328) / 1480 * 100%);
  top: calc((320 - 94) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_crop_about.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_crop_about {
    width: calc(328 / 1920 * 100%);
    left: calc((900 - 328) / 1920 * 100%);
  }
}
.header_slogan_crop_privacy {
  width: calc(331 / 1480 * 100%);
  height: calc(179 / 320 * 100%);
  left: calc((640 - 331) / 1480 * 100%);
  top: calc((320 - 179) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_crop_privacy.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_crop_privacy {
    width: calc(331 / 1920 * 100%);
    left: calc((900 - 331) / 1920 * 100%);
  }
}
.header_slogan_crop_contract {
  width: calc(412 / 1480 * 100%);
  height: calc(94 / 320 * 100%);
  left: calc((640 - 412) / 1480 * 100%);
  top: calc((320 - 94) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_crop_contract.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_crop_contract {
    width: calc(412 / 1920 * 100%);
    left: calc((900 - 412) / 1920 * 100%);
  }
}
.header_slogan_crop_cooperation {
  width: calc(331 / 1480 * 100%);
  height: calc(93 / 320 * 100%);
  left: calc((640 - 331) / 1480 * 100%);
  top: calc((320 - 93) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_crop_cooperation.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_crop_cooperation {
    width: calc(331 / 1920 * 100%);
    left: calc((900 - 331) / 1920 * 100%);
  }
}
.header_slogan_crop_contact {
  width: calc(329 / 1480 * 100%);
  height: calc(93 / 320 * 100%);
  left: calc((640 - 329) / 1480 * 100%);
  top: calc((320 - 93) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_crop_contact.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_crop_contact {
    width: calc(329 / 1920 * 100%);
    left: calc((900 - 329) / 1920 * 100%);
  }
}
.header_slogan_crop_useragreement {
  width: calc(331 / 1480 * 100%);
  height: calc(175 / 320 * 100%);
  left: calc((640 - 331) / 1480 * 100%);
  top: calc((320 - 175) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_crop_useragreement.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_crop_useragreement {
    width: calc(331 / 1920 * 100%);
    left: calc((900 - 331) / 1920 * 100%);
  }
}
.header_slogan_security {
  width: calc(10 / 1480 * 100%);
  height: calc(10 / 320 * 100%);
  left: calc((640 - 10) / 1480 * 100%);
  top: calc((320 - 10) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_security.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_security {
    width: calc(10 / 1920 * 100%);
    left: calc((900 - 10) / 1920 * 100%);
  }
}
.header_slogan_download_form {
  width: calc(332 / 1480 * 100%);
  height: calc(94 / 320 * 100%);
  left: calc((640 - 332) / 1480 * 100%);
  top: calc((320 - 94) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_download_form.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_download_form {
    width: calc(332 / 1920 * 100%);
    left: calc((900 - 332) / 1920 * 100%);
  }
}
.header_slogan_callout {
  width: calc(333 / 1480 * 100%);
  height: calc(94 / 320 * 100%);
  left: calc((640 - 333) / 1480 * 100%);
  top: calc((320 - 94) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_callout.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_callout {
    width: calc(333 / 1920 * 100%);
    left: calc((900 - 333) / 1920 * 100%);
  }
}
.header_slogan_verify_idapply {
  width: calc(492 / 1480 * 100%);
  height: calc(94 / 320 * 100%);
  left: calc((640 - 492) / 1480 * 100%);
  top: calc((320 - 94) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_verify_idapply.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_verify_idapply {
    width: calc(492 / 1920 * 100%);
    left: calc((900 - 492) / 1920 * 100%);
  }
}
.header_slogan_instruction_installation {
  width: calc(331 / 1480 * 100%);
  height: calc(94 / 320 * 100%);
  left: calc((640 - 331) / 1480 * 100%);
  top: calc((320 - 94) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_instruction_installation.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_instruction_installation {
    width: calc(331 / 1920 * 100%);
    left: calc((900 - 331) / 1920 * 100%);
  }
}
.header_slogan_instruction_apk {
  width: calc(331 / 1480 * 100%);
  height: calc(176 / 320 * 100%);
  left: calc((640 - 331) / 1480 * 100%);
  top: calc((320 - 176) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_instruction_apk.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_instruction_apk {
    width: calc(331 / 1920 * 100%);
    left: calc((900 - 331) / 1920 * 100%);
  }
}
.header_slogan_friendgifts {
  width: calc(330 / 1480 * 100%);
  height: calc(94 / 320 * 100%);
  left: calc((640 - 330) / 1480 * 100%);
  top: calc((320 - 94) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_friendgifts.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_friendgifts {
    width: calc(330 / 1920 * 100%);
    left: calc((900 - 330) / 1920 * 100%);
  }
}
.header_slogan_intumit {
  width: calc(332 / 1480 * 100%);
  height: calc(185 / 320 * 100%);
  left: calc((640 - 332) / 1480 * 100%);
  top: calc((320 - 185) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_intumit.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_intumit {
    width: calc(332 / 1920 * 100%);
    left: calc((900 - 332) / 1920 * 100%);
  }
}
.header_slogan_Guide_demand {
  width: calc(330 / 1480 * 100%);
  height: calc(94 / 320 * 100%);
  left: calc((640 - 330) / 1480 * 100%);
  top: calc((320 - 94) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_Guide_demand.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_Guide_demand {
    width: calc(330 / 1920 * 100%);
    left: calc((900 - 330) / 1920 * 100%);
  }
}
.header_slogan_probability-based {
  width: calc(409 / 1480 * 100%);
  height: calc(172 / 320 * 100%);
  left: calc((640 - 409) / 1480 * 100%);
  top: calc((320 - 172) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_probability-based.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_probability-based {
    width: calc(409 / 1920 * 100%);
    left: calc((900 - 409) / 1920 * 100%);
  }
}
.header_slogan_login {
  width: calc(334 / 1480 * 100%);
  height: calc(94 / 320 * 100%);
  left: calc((640 - 334) / 1480 * 100%);
  top: calc((320 - 94) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_login.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_login {
    width: calc(334 / 1920 * 100%);
    left: calc((900 - 334) / 1920 * 100%);
  }
}
.header_slogan_register {
  width: calc(334 / 1480 * 100%);
  height: calc(94 / 320 * 100%);
  left: calc((640 - 334) / 1480 * 100%);
  top: calc((320 - 94) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_register.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_register {
    width: calc(334 / 1920 * 100%);
    left: calc((900 - 334) / 1920 * 100%);
  }
}
.header_slogan_getpassword-mail {
  width: calc(334 / 1480 * 100%);
  height: calc(174 / 320 * 100%);
  left: calc((640 - 334) / 1480 * 100%);
  top: calc((320 - 174) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_getpassword-mail.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_getpassword-mail {
    width: calc(334 / 1920 * 100%);
    left: calc((900 - 334) / 1920 * 100%);
  }
}
.header_slogan_getpassword-phone {
  width: calc(334 / 1480 * 100%);
  height: calc(174 / 320 * 100%);
  left: calc((640 - 334) / 1480 * 100%);
  top: calc((320 - 174) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_getpassword-phone.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_getpassword-phone {
    width: calc(334 / 1920 * 100%);
    left: calc((900 - 334) / 1920 * 100%);
  }
}
.header_slogan_knowhow {
  width: calc(411 / 1480 * 100%);
  height: calc(94 / 320 * 100%);
  left: calc((640 - 411) / 1480 * 100%);
  top: calc((320 - 94) / 2 / 320 * 100%);
  background-image: url(/Games/tmd/images/page/page_slogan_knowhow.png?v=20250922);
}
@media screen and (min-width: 768px) {
  .header_slogan_knowhow {
    width: calc(411 / 1920 * 100%);
    left: calc((900 - 411) / 1920 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .header_slogan {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* ================= 輪播廣告 ================= */
.flexslider {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 59vw;
  zoom: 1;
}
@media screen and (min-width: 768px) {
  .flexslider {
    height: 31vw;
  }
}
.flexslider .slides li {
  display: block;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.flexslider .slides .slides_content {
  width: 950px;
  margin: 0 auto;
  display: none;
}
.flexslider .slides .slides_content .slides_box {
  width: 390px;
  display: block;
  padding-top: 28%;
}
.flexslider .slides .slides_content .slides_subtitle {
  font-size: 140%;
  line-height: 32px;
  font-weight: bold;
  padding-left: 53px;
  padding-bottom: 8px;
  text-shadow: 0px 0px 3px #000, 0px 1px 3px #000, 1px 0px 3px #000, 0px 2px 3px #000, 2px 0px 3px #000, 0px -1px 3px #000, -1px 0px 3px #000, 0px -2px 3px #000, -2px 0px 3px #000, 1px 1px 3px #000, 2px 2px 3px #000, -1px -1px 3px #000, -2px -2px 3px #000;
}
.flexslider .slides .slides_content .slides_btn {
  width: 175px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 120%;
  margin: 0 auto;
}
.flexslider .slides .slides_content .slides_btn a {
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #FFF;
  border: 2px solid #FFF;
}
.flexslider .slides .slides_content .slides_btn a:hover {
  color: #FF0;
  border: 2px solid #FF0;
}
.flexslider:hover .flex_next,
.flexslider:hover .flex_prev {
  opacity: 0.8;
  -webkit-filter: alpha(opacity=25);
}
.flexslider:hover .flex_next:hover,
.flexslider:hover .flex_prev:hover {
  opacity: 1;
  -webkit-filter: alpha(opacity=50);
}

.flex_direction_nav {
  display: none;
}
@media screen and (min-width: 992px) {
  .flex_direction_nav {
    display: block;
  }
}
.flex_direction_nav a {
  position: absolute;
  width: 94px;
  height: 94px;
  line-height: 99em;
  overflow: hidden;
  margin: -35px 0 0;
  display: block;
  background: url(/Games/tmd/images/carouselad/ad_ctr.png?v=20250922) no-repeat;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  -webkit-filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 35px;
}
.flex_direction_nav .flex_next {
  background-position: 0 -95px;
  right: 15px;
}
.flex_direction_nav .flex_prev {
  left: 15px;
}

.flex_control_nav {
  width: 100%;
  position: absolute;
  bottom: -34px;
  text-align: center;
  z-index: 10;
}
.flex_control_nav ol {
  display: inline-block;
  padding: 1px 7px;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(254, 251, 190)), to(rgb(216, 190, 138)));
  background: linear-gradient(to bottom, rgb(254, 251, 190) 0%, rgb(216, 190, 138) 100%);
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: 0px -1px 2px #f7efdf inset;
          box-shadow: 0px -1px 2px #f7efdf inset;
}
.flex_control_nav li {
  margin: 0 2px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex_control_paging li a {
  background: url(/Games/tmd/images/carouselad/dots.png?v=20250922) no-repeat 0 -24px;
  display: block;
  overflow: hidden;
  text-indent: -99em;
  height: 23px;
  width: 24px;
  cursor: pointer;
}
.flex_control_paging li.flex_active a, .flex_control_paging li.active a {
  background-position: 0 0;
}

/* ================= 立即下載 ================= */
.paly_wrapper {
  width: 95%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 20px;
  margin-bottom: 2em;
  overflow: hidden;
  padding: 1em;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 992px) {
  .paly_wrapper {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.icon_app {
  width: 30%;
  margin-right: 4%;
}
@media screen and (min-width: 992px) {
  .icon_app {
    width: 20%;
    margin: 0.5%;
  }
}

.qr_code_tmd {
  width: 18%;
  margin: 1.5%;
  padding: 0.4em;
  background-color: #FFF;
  border-radius: 6px;
}
.qr_code_tmd img {
  width: 100%;
}

.btn_item_left {
  width: 48%;
  max-width: 320px;
  margin: 0.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
@media screen and (min-width: 992px) {
  .btn_item_left {
    width: 24%;
    max-width: inherit;
  }
}
.btn_item_left a {
  display: block;
  width: 100%;
  margin-top: 0.5%;
}
@media screen and (min-width: 992px) {
  .btn_item_left a {
    margin: 1;
  }
}
.btn_item_left a:hover {
  -webkit-filter: brightness(1.5);
}

.btn_item_right {
  width: 48%;
  max-width: 320px;
  margin: 0.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
@media screen and (min-width: 992px) {
  .btn_item_right {
    width: 50%;
    max-width: inherit;
  }
}
.btn_item_right a {
  display: block;
  width: 100%;
  margin: 0.5%;
}
@media screen and (min-width: 992px) {
  .btn_item_right a {
    width: 48%;
    margin: 0;
  }
}
.btn_item_right a:hover {
  -webkit-filter: brightness(1.5);
}

.btn_item {
  width: 100%;
}

.pic_arrow {
  display: block;
  width: 48%;
}
.pic_arrow img {
  width: 100%;
}

.paly_wrapper_line {
  padding: 0 1% 0 0.8%;
  height: 200px;
  width: 2%;
}

.btn_win,
.paly_wrapper_line,
.btn_apk,
.pic_arrow,
.qr_code_tmd {
  display: none;
}
@media screen and (min-width: 992px) {
  .btn_win,
  .paly_wrapper_line,
  .btn_apk,
  .pic_arrow,
  .qr_code_tmd {
    display: block;
  }
}

/* ================= 內容 ================= */
.content_grain {
  width: 100%;
}
.content_grain .content,
.content_grain .container {
  overflow-y: hidden;
}

.content {
  width: 100%;
  background-color: rgb(104, 0, 0);
  background-image: -webkit-gradient(linear, left top, right top, from(#070000), color-stop(15%, #2b0101), color-stop(30%, #880202), color-stop(50%, #630101), color-stop(70%, #880202), color-stop(85%, #2b0101), to(#070000));
  background-image: linear-gradient(to right, #070000 0%, #2b0101 15%, #880202 30%, #630101 50%, #880202 70%, #2b0101 85%, #070000 100%);
}
.content p {
  margin-left: 1em;
}
@media screen and (min-width: 992px) {
  .content p {
    margin-left: 0;
  }
}
.content .container {
  width: 100%;
  padding: 40px 0 120px 0;
  max-width: 1000px;
}
.content .container_page_paddingbottom_none {
  padding-bottom: 1px;
}
.content .container_page_gameicon_padding {
  padding: clamp(30px, 10.8vw, 108px) 0px 20px 0px;
}
.content .container_page_content {
  padding: 20px 5px 30px 5px;
}
@media screen and (min-width: 992px) {
  .content .container_page_content {
    padding: 40px 0 65px 0;
    max-width: 1286px;
  }
}
.content .container_page_content .content_bg {
  background-size: 100%;
}
.content .container_page_content .content_bgbottom {
  background-size: 100%;
  padding: 15px 30px 30px 30px;
}
@media screen and (min-width: 992px) {
  .content .container_page_content .content_bgbottom {
    padding: 30px 45px;
  }
}
.content .container_page_content .content_bg_white {
  background-size: 100%;
  border: 1px solid #313131;
}
.content .container_page_content .content_bgbottom_white {
  background-size: 100%;
  padding: 30px 25px;
}
.content .container_page_hall_content {
  padding: 0 0 65px 0;
}
.content .container .table {
  width: 90%;
}
@media screen and (min-width: 768px) {
  .content .container .table {
    width: 100%;
  }
}
.content_notice_ol {
  width: 85%;
  margin: 0 auto;
}

.content_bgcolor_peach {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.93)), color-stop(25%, rgba(56, 0, 31, 0.93)), color-stop(50%, rgba(111, 0, 62, 0.93)), color-stop(75%, rgba(56, 0, 31, 0.93)), to(rgba(0, 0, 0, 0.93)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.93) 0%, rgba(56, 0, 31, 0.93) 25%, rgba(111, 0, 62, 0.93) 50%, rgba(56, 0, 31, 0.93) 75%, rgba(0, 0, 0, 0.93) 100%);
}

.content_bgcolor_green {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.93)), color-stop(25%, rgba(0, 40, 28, 0.93)), color-stop(50%, rgba(0, 77, 54, 0.93)), color-stop(75%, rgba(0, 40, 28, 0.93)), to(rgba(0, 0, 0, 0.93)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.93) 0%, rgba(0, 40, 28, 0.93) 25%, rgba(0, 77, 54, 0.93) 50%, rgba(0, 40, 28, 0.93) 75%, rgba(0, 0, 0, 0.93) 100%);
}

.content_bgcolor_coffee {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.93)), color-stop(25%, rgba(49, 16, 0, 0.93)), color-stop(50%, rgba(81, 26, 0, 0.93)), color-stop(75%, rgba(49, 16, 0, 0.93)), to(rgba(0, 0, 0, 0.93)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.93) 0%, rgba(49, 16, 0, 0.93) 25%, rgba(81, 26, 0, 0.93) 50%, rgba(49, 16, 0, 0.93) 75%, rgba(0, 0, 0, 0.93) 100%);
}

.content_bgcolor_purple {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.93)), color-stop(25%, rgba(42, 0, 56, 0.93)), color-stop(50%, rgba(78, 0, 104, 0.93)), color-stop(75%, rgba(42, 0, 56, 0.93)), to(rgba(0, 0, 0, 0.93)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.93) 0%, rgba(42, 0, 56, 0.93) 25%, rgba(78, 0, 104, 0.93) 50%, rgba(42, 0, 56, 0.93) 75%, rgba(0, 0, 0, 0.93) 100%);
}

.content_bgcolor_blue {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.93)), color-stop(25%, rgba(0, 20, 49, 0.93)), color-stop(50%, rgba(0, 43, 103, 0.93)), color-stop(75%, rgba(0, 20, 49, 0.93)), to(rgba(0, 0, 0, 0.93)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.93) 0%, rgba(0, 20, 49, 0.93) 25%, rgba(0, 43, 103, 0.93) 50%, rgba(0, 20, 49, 0.93) 75%, rgba(0, 0, 0, 0.93) 100%);
}

.content_bgcolor_tea {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.93)), color-stop(25%, rgba(123, 49, 0, 0.93)), color-stop(50%, rgba(146, 79, 35, 0.93)), color-stop(75%, rgba(123, 49, 0, 0.93)), to(rgba(0, 0, 0, 0.93)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.93) 0%, rgba(123, 49, 0, 0.93) 25%, rgba(146, 79, 35, 0.93) 50%, rgba(123, 49, 0, 0.93) 75%, rgba(0, 0, 0, 0.93) 100%);
}

.content_bgcolor_magenta {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.93)), color-stop(25%, rgba(111, 0, 86, 0.93)), color-stop(50%, rgba(150, 0, 110, 0.93)), color-stop(75%, rgba(111, 0, 86, 0.93)), to(rgba(0, 0, 0, 0.93)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.93) 0%, rgba(111, 0, 86, 0.93) 25%, rgba(150, 0, 110, 0.93) 50%, rgba(111, 0, 86, 0.93) 75%, rgba(0, 0, 0, 0.93) 100%);
}

.content_bg > a,
a#a_UserAgreementID {
  color: #F90;
}

.content_bg {
  background-image: url(/Games/tmd/images/container_bgtop.jpg?v=20250922), url(/Games/tmd/images/container_bgrepeat.jpg?v=20250922);
  background-position: top center;
  background-repeat: no-repeat, repeat-y;
  background-size: 100%;
  color: #fff;
}

.content_bgbottom {
  background-image: url(/Games/tmd/images/container_bgbottom.jpg?v=20250922);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  min-height: 245px;
  padding: 15px 15px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .content_bgbottom {
    padding: 30px 45px;
  }
}

.content_bg_white {
  background-image: url(/Games/tmd/images/container_bgtop_white.jpg?v=20250922), url(/Games/tmd/images/container_bgrepeat_white.jpg?v=20250922);
  background-position: top center;
  background-repeat: no-repeat, repeat-y;
}

.content_bgbottom_white {
  background: url(/Games/tmd/images/container_bgbottom_white.jpg?v=20250922) no-repeat center bottom;
  padding: 50px 80px;
}

.content-phone-number {
  width: 100%;
  margin: 5px auto;
  display: inline-block;
}
.content-phone-number .input-width {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content-phone-number .country-code {
  width: 90px;
  float: left;
  height: 2.5em;
  border: 1px solid #ab875c;
  border-radius: 10px;
  margin-right: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #696969;
}
.content-phone-number .phone-number {
  width: calc(100% - 93px);
  height: 2.5em;
  float: left;
  border: 1px solid #ab875c;
  border-radius: 10px;
}

.content_grain .white {
  padding: 0.5em 0.7em 0.5em 0.7em;
  color: #333;
}
.content_grain .white .container_page_content {
  background: rgb(255, 255, 255);
  padding: 1em 1em 1em 1em;
  border-radius: 0 0 20px 20px;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}
.content_grain .white .container_page_content h4 {
  color: #99673b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .content_grain .white .container_page_content {
    padding: 3em 2em 3em 2em;
  }
}
@media screen and (min-width: 768px) {
  .content_grain .white {
    padding: 3.5em 1.5em 3em 1.5em;
  }
}

ul.white_nav {
  display: block;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-top: 1em;
  overflow: auto;
}
ul.white_nav li {
  display: block;
  float: left;
  margin-right: 5px;
}
ul.white_nav li a {
  display: block;
  color: #FFF;
  padding: 0.6em 1.2em 0.4em 1.2em;
  font-size: 0.9em;
  border-radius: 12px 12px 0 0;
  background: #4c4c4c;
  background: -webkit-gradient(linear, left top, left bottom, from(#4c4c4c), color-stop(12%, #595959), color-stop(25%, #666666), color-stop(39%, #474747), color-stop(50%, #2c2c2c), color-stop(51%, #000000), color-stop(60%, #111111), color-stop(76%, #2b2b2b), color-stop(91%, #1c1c1c), to(#131313));
  background: linear-gradient(to bottom, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
}
@media screen and (min-width: 992px) {
  ul.white_nav li a {
    padding: 0.6em 1.2em 0.4em 1.2em;
    font-size: 1.5em;
  }
}
ul.white_nav li a.hover {
  font-weight: bolder;
  color: #230303;
  background: #4c4c4c;
  background: -webkit-gradient(linear, left top, left bottom, from(#4c4c4c), color-stop(3%, #666666), color-stop(20%, #cecece), color-stop(52%, #ffffff), to(#ffffff));
  background: linear-gradient(to bottom, #4c4c4c 0%, #666666 3%, #cecece 20%, #ffffff 52%, #ffffff 100%);
}
ul.white_nav li a.hover:hover {
  color: #230303;
}
ul.white_nav li a:hover {
  color: #FC0;
}

ul.black_nav {
  text-align: center;
  margin: 20px 0 0 0;
  padding: 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media screen and (min-width: 576px) {
  ul.black_nav {
    gap: 12px;
  }
}
@media screen and (min-width: 768px) {
  ul.black_nav {
    grid-template-columns: repeat(4, 1fr);
  }
}
ul.black_nav li {
  list-style: none;
}
ul.black_nav li a {
  color: #ffb9b9;
  border: 2px solid #ffb9b9;
  background: -webkit-gradient(linear, left top, right top, from(rgba(128, 0, 0, 0.65)), to(rgba(37, 0, 0, 0.65)));
  background: linear-gradient(to right, rgba(128, 0, 0, 0.65) 0%, rgba(37, 0, 0, 0.65) 100%);
  text-decoration: none;
  border-radius: 40px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  height: 60px;
  line-height: 1.25em;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 420px) {
  ul.black_nav li a {
    font-size: 23px;
    height: 65px;
    line-height: 1em;
  }
}
ul.black_nav li a span {
  font-size: 10px;
  text-transform: Uppercase;
  line-height: 1em;
}
@media screen and (min-width: 420px) {
  ul.black_nav li a span {
    font-size: 13px;
  }
}
@media screen and (min-width: 992px) {
  ul.black_nav li a span {
    font-size: 15px;
  }
}
ul.black_nav li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.2)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  -webkit-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
}
ul.black_nav li a:hover, ul.black_nav li a.active {
  color: #ffebbc;
  border-color: #ffebbc;
  background: -webkit-gradient(linear, left top, right top, from(#800000), to(#250000));
  background: linear-gradient(to right, #800000 0%, #250000 100%);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

.content_grain .bank {
  padding: 40px 1.5em 3em 1.5em;
  color: #333;
}
.content_grain .bank .container_page_content {
  background: rgb(255, 255, 255);
  padding: 1em 8px 2.5em 8px;
  border-radius: 0 0px 20px 20px;
}
@media screen and (min-width: 992px) {
  .content_grain .bank .container_page_content {
    padding: 1em 2em 2.5em 2em;
  }
}
.content_grain table {
  letter-spacing: 1px;
  line-height: 25px;
  font-size: 15px;
  margin: 0 auto;
}
.content_grain table .btnmove img {
  margin: 10px 0;
}
.content_grain table img {
  display: block;
  border: 0;
}
.content_grain table input {
  margin: 6px 0 4px 0;
}
.content_grain table td > p {
  margin: 0;
}
.content_grain div.parserword input {
  margin: 5px 2px 4px 0;
}

table, tbody, tfoot, thead, th, td {
  margin: 0;
}

.teach_td_text {
  padding: 5px;
  font-size: 110%;
}

ul.bank_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  word-break: keep-all;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  row-gap: 5px;
  max-width: 1286px;
  margin: 0 auto;
  overflow: auto;
}
@media screen and (min-width: 992px) {
  ul.bank_nav {
    max-width: 1286px;
  }
}
ul.bank_nav li {
  display: block;
  float: left;
  margin-right: 5px;
}
ul.bank_nav li.go_bank_index {
  float: right;
}
ul.bank_nav li.go_bank_index a {
  height: auto;
}
@media screen and (min-width: 768px) {
  ul.bank_nav li.go_bank_index a {
    font-size: 35px !important;
  }
}
@media screen and (min-width: 992px) {
  ul.bank_nav li.go_bank_index a {
    font-size: 50px !important;
    max-width: 360px;
    height: 80px;
  }
}
ul.bank_nav li a {
  display: block;
  font-weight: bold;
  word-break: keep-all;
  color: #fff;
  font-size: 22px;
  border-radius: 12px 12px 0 0;
  padding: 0.6em 0.2em 0.4em 0.2em;
  background: #4c4c4c;
  background: -webkit-gradient(linear, left top, left bottom, from(#4c4c4c), color-stop(12%, #595959), color-stop(25%, #666666), color-stop(39%, #474747), color-stop(50%, #2c2c2c), color-stop(51%, #000000), color-stop(60%, #111111), color-stop(76%, #2b2b2b), color-stop(91%, #1c1c1c), to(#131313));
  background: linear-gradient(to bottom, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
  height: 47px;
  max-width: 150px;
}
@media screen and (min-width: 768px) {
  ul.bank_nav li a {
    font-size: 40px;
    max-width: 260px;
    height: 65px;
    padding: 0.6em 1em 0.4em 1em;
  }
}
@media screen and (min-width: 992px) {
  ul.bank_nav li a {
    font-size: 50px;
    max-width: 360px;
    height: 80px;
    padding: 0.6em 1em 0.4em 1em;
  }
}
ul.bank_nav li a.hover {
  font-weight: bolder;
  color: #230303;
  background: #4c4c4c;
  background: -webkit-gradient(linear, left top, left bottom, from(#4c4c4c), color-stop(3%, #666666), color-stop(20%, #cecece), color-stop(52%, #ffffff), to(#ffffff));
  background: linear-gradient(to bottom, #4c4c4c 0%, #666666 3%, #cecece 20%, #ffffff 52%, #ffffff 100%);
}
ul.bank_nav li a.hover:hover {
  color: #230303;
}
ul.bank_nav .go_bank_index a {
  display: block;
  font-size: 22px !important;
  color: #372204;
  border: 1px solid #1f1302;
  padding: 0.45em 0.2em 0.4em 0.2em;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#d8b777), color-stop(10%, #fef0c8), color-stop(60%, #caa265), color-stop(88%, #a16c20), to(#fbecc4));
  background: linear-gradient(to bottom, #d8b777 0%, #fef0c8 10%, #caa265 60%, #a16c20 88%, #fbecc4 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul.bank_nav .go_bank_index a:hover {
  color: #140c01;
}
@media screen and (min-width: 768px) {
  ul.bank_nav .go_bank_index a {
    padding: 0.45em 0.5em 0.4em 0.5em;
  }
}

.bank_nav + .container_page_content {
  background-color: #fff;
}
.bank_nav + .container_page_content h2 {
  color: #ab875c;
}

@media screen and (min-width: 992px) {
  .bank_nav li a {
    font-size: 1em;
    padding: 0.6em 0.2em 0.4em 0.2em;
  }
}
@media screen and (min-width: 420px) {
  .bank_nav li {
    margin-right: 2px;
  }
  .bank_nav li a {
    font-size: 0.9em;
    padding: 0.4em 0.1em 0.4em 0.1em;
  }
}
@media only screen and (max-width: 376px) {
  .bank_nav li a {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 321px) {
  .bank_nav li {
    width: 30%;
  }
  .bank_nav li a {
    font-size: 0.8em;
  }
}
.bank_left_menu img {
  margin-bottom: 6px;
}

.bank #Bank_contents ul {
  padding: 0 0 0 20px;
  margin: 0;
  list-style: disc;
  color: #575757;
  letter-spacing: normal;
  line-height: 20px;
}

.pepay_storeTable td {
  padding: 0.3em;
}

.content .container > h3,
.content .container > h5 {
  font-size: 2.3em;
  font-weight: bold;
  width: 100%;
  color: #f6eacc;
  margin-bottom: 16px;
}
.content .container > h3 {
  text-align: center;
}
.content .container > h3:before {
  content: "";
  width: 54.6px;
  height: 37.8px;
  display: inline-block;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.content .container > h3.title_game:before {
  background-image: url(/Games/tmd/images/icon_slotmachine.png?v=20250922);
  margin: 0 0 -4px 0;
}
.content .container > h3.title_news:before {
  background-image: url(/Games/tmd/images/icon_newspaper.png?v=20250922);
  margin: 0 -8px -4px 0;
}
.content .container > h3.title_hotgame:before {
  background-image: url(/Games/tmd/images/icon_gamepad.png?v=20250922);
  margin: 0 0 -4px 0;
}
.content .container > h3.title_gamerow:before {
  background-image: url(/Games/tmd/images/icon_joystick.png?v=20250922);
  margin: 0 0 -4px 0;
}
.content .container > h3.title_winning:before {
  background-image: url(/Games/tmd/images/icon_medal.png?v=20250922);
  margin: 0 -8px -4px 0;
}
.content .container > h3.title_download:before {
  background-image: url(/Games/tmd/images/icon_gameboy.png?v=20250922);
  margin: 0 -8px -4px 0;
}
.content .container > h5 {
  text-align: center;
}

.title_game_btn {
  position: absolute;
  right: 15px;
  margin-top: -38px;
}
.title_game_btn a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 110%;
  font-weight: bold;
  color: #ffebbc;
  text-decoration: underline;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.title_game_btn a:hover {
  color: #fff;
}

.content .container h4 {
  margin-bottom: 20px;
}
.content .container h4 img {
  display: block;
  margin: 0 auto;
}

.content_btn,
.content_btnB li {
  line-height: 40px;
  font-size: 130%;
  margin-top: 15px;
  text-align: center;
}

.content_btn {
  width: 50%;
  margin: 10px auto 40px auto;
}
@media screen and (min-width: 992px) {
  .content_btn {
    width: 30%;
  }
}

.content_btnB {
  width: 90%;
  margin: 0 auto;
}
.content_btnB li {
  width: 48%;
  float: left;
  margin-right: 3px;
  list-style-position: inside;
  list-style-type: none;
}
.content_btnB a {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffebbc;
  border: 2px solid #ffebbc;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.content_btnB a:hover {
  color: #fff;
  border: 2px solid #fff;
}
.content_btnB ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content_btn a {
  width: 100%;
  color: #ffb9b9;
  border: 2px solid #ffb9b9;
  background: -webkit-gradient(linear, left top, right top, from(rgba(128, 0, 0, 0.65)), to(rgba(37, 0, 0, 0.65)));
  background: linear-gradient(to right, rgba(128, 0, 0, 0.65) 0%, rgba(37, 0, 0, 0.65) 100%);
  text-decoration: none;
  border-radius: 40px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  height: 35px;
  line-height: 1.25em;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 420px) {
  .content_btn a {
    font-size: 23px;
    height: 45px;
    line-height: 1em;
  }
}
.content_btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.2)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  -webkit-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
}
.content_btn a:hover {
  color: #ffebbc;
  border-color: #ffebbc;
  background: -webkit-gradient(linear, left top, right top, from(#800000), to(#250000));
  background: linear-gradient(to right, #800000 0%, #250000 100%);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}
.content_btn a.button--notYet {
  background-color: rgba(0, 0, 0, 0.5);
  color: #aaaaaa;
  border: 2px solid #aaaaaa;
}

.content_btn a:hover::before {
  left: 100%;
}

a.link {
  color: #FF0;
  font-weight: bold;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.link:hover {
  color: #F00;
}

.content p {
  margin-left: 1.5em;
}
.content p select {
  margin-bottom: 1.5em;
}

table p {
  margin-left: 1.5em;
}

.member p,
.email p,
p.message-idNumberCheck,
.birthday p {
  color: #CCC !important;
}

.box {
  max-width: initial !important;
}

.boxA.box--styleA {
  border: 1px solid #ab875c;
}
.boxA.box--styleA p {
  margin-left: 1.5em;
  line-height: 24px;
}
.boxA.box--styleA h3 {
  font-size: 105%;
}
.boxA.box--styleA ol {
  padding-left: 35px;
}
.boxA.box--styleA a {
  color: #006eff;
  text-decoration: underline;
}
.boxA.box--styleA a:hover {
  color: #ff7b00;
}

.box--styleF {
  padding-left: 22px;
  padding-bottom: 14px;
  border: 1px solid #8c9b9c;
  background-color: #f0f0f0;
  border-radius: 6px;
  padding: 0.5em;
}

.button.button--styleA {
  width: 80%;
  cursor: pointer;
  margin-bottom: 2%;
}

.button.button--styleB {
  width: 80%;
  cursor: pointer;
  margin-bottom: 2%;
  border-radius: 30px;
  background-color: #a2002a;
  border: 0;
  color: #fff;
  font-weight: bold;
}

.form--styleA label {
  font-size: 14px !important;
}
.form--styleA label a {
  font-size: 14px !important;
}

.textarea {
  margin: 8px 0;
  padding: 0 20px;
}
.textarea .textareaborder {
  width: 100%;
  height: 2.5em;
  padding-left: 8px;
  border: 1px #ab875c solid;
  border-radius: 10px;
  margin: 5px auto;
  background-color: #fff;
}
.textarea ul {
  list-style-type: none;
  padding-left: 0;
}
.textarea ul li {
  width: 50%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-flex;
  justify-content: center;
}

#form_tmd_login + .btn__group {
  width: 80%;
  margin: 10px auto;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#form_tmd_login + .btn__group .button.button--styleA {
  width: calc(50% - 8px) !important;
  margin: 0 auto;
  min-width: 330px;
  cursor: pointer;
  background-image: radial-gradient(80% 50% at 50% 100%, #ffeb54, transparent), -webkit-gradient(linear, left top, right top, from(#ff9500), color-stop(50%, #ffbe27), to(#ff9500));
  background-image: radial-gradient(80% 50% at 50% 100%, #ffeb54, transparent), linear-gradient(to right, #ff9500 0%, #ffbe27 50%, #ff9500 100%);
  background-size: 100% 100%, 200% 100%;
  background-position: center center, left center;
  -webkit-box-shadow: inset 0 0 3px 0 #fff170;
          box-shadow: inset 0 0 3px 0 #fff170;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
@media screen and (min-width: 768px) {
  #form_tmd_login + .btn__group .button.button--styleA {
    min-width: 360px;
  }
}
#form_tmd_login + .btn__group .button.button--styleA:hover {
  background-image: radial-gradient(80% 50% at 50% 100%, #fff9cb, transparent), -webkit-gradient(linear, left top, right top, from(#ff9500), color-stop(50%, #ffbe27), to(#ff9500));
  background-image: radial-gradient(80% 50% at 50% 100%, #fff9cb, transparent), linear-gradient(to right, #ff9500 0%, #ffbe27 50%, #ff9500 100%);
  background-position: center center, right center;
  -webkit-box-shadow: inset 0 0 7px 0 #fffd7b;
          box-shadow: inset 0 0 7px 0 #fffd7b;
}
#form_tmd_login + .btn__group .button.button--styleA.SignUp {
  background-image: radial-gradient(100% 80% at 50% 100%, #0073d1, transparent), -webkit-gradient(linear, left top, right top, from(#2c459f), color-stop(50%, #4258d6), to(#2c459f));
  background-image: radial-gradient(100% 80% at 50% 100%, #0073d1, transparent), linear-gradient(to right, #2c459f 0%, #4258d6 50%, #2c459f 100%);
  -webkit-box-shadow: inset 0 0 3px 0 #0095ff;
          box-shadow: inset 0 0 3px 0 #0095ff;
  color: #fff;
}
#form_tmd_login + .btn__group .button.button--styleA.SignUp:hover {
  background-image: radial-gradient(100% 80% at 50% 100%, #3ca7ff, transparent), -webkit-gradient(linear, left top, right top, from(#2c459f), color-stop(50%, #4258d6), to(#2c459f));
  background-image: radial-gradient(100% 80% at 50% 100%, #3ca7ff, transparent), linear-gradient(to right, #2c459f 0%, #4258d6 50%, #2c459f 100%);
}

/*================= box-單雙欄分色(box-compose) ================= */
.box-compose .title div {
  background: #a2002a;
  padding: 5px;
  text-align: center;
}
.box-compose .box-composeMain {
  border-radius: 10px;
  margin: 10px auto;
  padding: 10px;
}
.box-compose .box-composeMain:nth-child(even) {
  background: #ffc185;
}
.box-compose .box-composeMain:nth-child(even) div {
  background: #fff3c9;
}
.box-compose .box-composeMain:nth-child(even) div:first-child {
  background: #ffc185;
}
.box-compose .box-composeMain:nth-child(odd) {
  background: #ffabaf;
}
.box-compose .box-composeMain:nth-child(odd) div {
  background: #ffdfe1;
}
.box-compose .box-composeMain:nth-child(odd) div:first-child {
  background: #ffabaf;
}
.box-compose .box-composeMain div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  color: #3a0012;
}
.box-compose .box-composeMain div p {
  padding: 5px;
}
.box-compose .box-composeMain div p img {
  display: block;
}

/* ================= 首頁_強調按鈕區 ================= */
.button_emphasize {
  width: calc(100% - 48px);
  margin: 40px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  row-gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .button_emphasize {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1280px) {
  .button_emphasize {
    width: 1020px;
  }
}
.button_emphasize a {
  width: 100%;
  max-width: 367.5px;
  aspect-ratio: 525/231;
  display: block;
  text-align: center;
  text-indent: -9999px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .button_emphasize a {
    width: 32.2580645161%;
    max-width: 350px;
    aspect-ratio: 350/231;
  }
}
.button_emphasize a:hover {
  -webkit-filter: contrast(1.3);
}
.button_emphasize a.btn_download {
  background-image: url(/Games/tmd/images/index/btn_download_mobile.png?20250521);
}
@media screen and (min-width: 992px) {
  .button_emphasize a.btn_download {
    background-image: url(/Games/tmd/images/index/btn_download.png?20250521);
  }
}
.button_emphasize a.btn_bank {
  background-image: url(/Games/tmd/images/index/btn_bank_mobile.png?20250521);
}
@media screen and (min-width: 992px) {
  .button_emphasize a.btn_bank {
    background-image: url(/Games/tmd/images/index/btn_bank.png?20250521);
  }
}
.button_emphasize a.btn_prize {
  background-image: url(/Games/tmd/images/index/btn_prize_mobile.png?20250521);
}
@media screen and (min-width: 992px) {
  .button_emphasize a.btn_prize {
    background-image: url(/Games/tmd/images/index/btn_prize.png?20250521);
  }
}

/* ================= 首頁_中獎佈告欄 ================= */
.winning_announcement_wrapper {
  position: relative;
  width: calc(100% - 30px);
  margin: 0 auto 40px auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#a5732c), color-stop(1%, #fdeec3), color-stop(2%, #eecb71), color-stop(2.5%, #c49a5c), color-stop(3%, #a56000), color-stop(8%, rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, #a5732c 0%, #fdeec3 1%, #eecb71 2%, #c49a5c 2.5%, #a56000 3%, rgba(0, 0, 0, 0.75) 8%, rgba(0, 0, 0, 0.65) 100%);
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .winning_announcement_wrapper {
    width: 100%;
  }
}

ul#winning_list {
  display: block;
  overflow: auto;
}

.winning_list li {
  display: block;
  overflow: auto;
}

.winning_wrapper_slide {
  width: 200%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-bottom: 90%;
}
@media screen and (min-width: 768px) {
  .winning_wrapper_slide {
    padding-bottom: 27%;
  }
}
@media screen and (min-width: 992px) {
  .winning_wrapper_slide {
    padding-bottom: 30%;
  }
}
.winning_wrapper_slide.winning_off {
  padding-bottom: 32%;
}
.winning_wrapper_slide.winning_off li {
  width: 100%;
  height: 100%;
  background: url(/Games/tmd/images/img_winning.jpg?v=20250922);
  background-position: center 6px;
  background-repeat: no-repeat;
  background-size: 99%;
  list-style: none;
}
.winning_wrapper_slide.winning_off .btn_arrow_left,
.winning_wrapper_slide.winning_off .btn_arrow_right {
  display: none;
}
@media screen and (min-width: 768px) {
  .winning_wrapper_slide.winning_off {
    padding-bottom: 45%;
  }
  .winning_wrapper_slide.winning_off li {
    width: 96%;
    margin-left: 1.75%;
    background-size: 140%;
  }
}

.winning_item_select {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 8px;
  font-size: 0.9rem;
  row-gap: 16px;
}
@media screen and (min-width: 768px) {
  .winning_item_select {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1rem;
    padding: 16px 1.5em 10px 1.5em;
  }
}
@media screen and (min-width: 992px) {
  .winning_item_select {
    padding: 32px 3.5em 0 3.5em;
  }
}

.winning_banner {
  width: 100%;
  height: 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;
}
@media screen and (min-width: 768px) {
  .winning_banner {
    width: calc(100% - 24em);
  }
}
.winning_banner img {
  display: block;
  width: 100%;
  height: 100%;
}

.winning_title {
  display: none;
}
@media screen and (min-width: 768px) {
  .winning_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.5rem;
    font-weight: bold;
    row-gap: 12px;
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    padding: 0.5em 0 0 0;
    text-shadow: rgb(71, 0, 0) 0px -1px 4px, rgba(255, 255, 255, 0.472) 0px -1px 4px, rgb(255, 255, 0) 0px -2px 10px, rgb(255, 128, 0) 0px -10px 20px, rgb(255, 0, 0) 0px -18px 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .winning_title {
    font-size: 1.75rem;
  }
}

.winning_title_hr {
  width: 100%;
  border: 0;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(50, 0, 0, 0.5)), color-stop(rgb(255, 208, 0)), to(rgba(50, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(50, 0, 0, 0.5), rgb(255, 208, 0), rgba(50, 0, 0, 0.5));
}

.winning_message {
  width: 100%;
  padding: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 18px;
}
@media screen and (min-width: 768px) {
  .winning_message {
    width: 23rem;
    padding: 0.8em;
    row-gap: 12px;
  }
}
@media screen and (min-width: 992px) {
  .winning_message {
    row-gap: 30px;
  }
}

.winning_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  font-size: 1.5em;
  line-height: 1.6em;
  text-shadow: rgb(24, 0, 0) 3px 5px 2px;
  row-gap: 12px;
  column-gap: 12px;
}
@media screen and (min-width: 768px) {
  .winning_data {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 992px) {
  .winning_data {
    font-size: 1.5em;
  }
}
.winning_data_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  width: 100%;
}
.winning_data .winning_data_title {
  width: 4em;
  text-align: right;
  color: rgb(255, 0, 0);
  font-weight: 800;
  line-height: 1em;
}
.winning_data .winning_data_text {
  width: 7em;
  color: #ffffff;
  line-height: 1em;
}

.winning_time {
  text-align: center;
  font-size: 1.2em;
  line-height: 2em;
  margin-top: 5px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 40px;
  border: 1px solid rgba(112, 0, 0, 0.8);
  color: #ffffff;
  padding: 0 24px;
}

.btn_arrow_left,
.btn_arrow_right {
  position: absolute;
  width: 9%;
  height: 100%;
  top: 1.5%;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .btn_arrow_left,
  .btn_arrow_right {
    width: 55px;
    top: 0;
  }
}

.btn_arrow_left {
  left: 0;
  background-image: url(/Games/tmd/images/btn_arrow_left.png?v=20250922);
  background-position: left 8px;
}
@media screen and (min-width: 768px) {
  .btn_arrow_left {
    background-position: -5px;
  }
}

.btn_arrow_right {
  right: 0;
  background-image: url(/Games/tmd/images/btn_arrow_right.png?v=20250922);
  background-position: right 8px;
}
@media screen and (min-width: 768px) {
  .btn_arrow_right {
    background-position: 5px;
  }
}

/* ================= 首頁_遊戲機台 ================= */
.gameicon {
  width: 100%;
  margin: 0 auto;
  padding: 0 3px;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 16px;
}
@media screen and (min-width: 768px) {
  .gameicon {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-columns: 40% 1fr;
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  .gameicon {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
.gameicon_bottom_index {
  margin-bottom: 40px;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 450px;
}
@media screen and (min-width: 768px) {
  .gameicon_bottom_index {
    max-width: 100%;
  }
}
.gameicon_bottom_page {
  margin-bottom: 20px;
}
.container_page_paddingbottom_none .gameicon {
  grid-template-columns: repeat(2, 1fr);
  row-gap: 16px;
}
@media screen and (min-width: 768px) {
  .container_page_paddingbottom_none .gameicon {
    row-gap: 24px;
  }
}

.container_page_gameicon_padding.gameicon_sutitle {
  background-size: 80%;
}
.container_page_gameicon_padding .gameicon {
  grid-template-columns: repeat(1, 1fr);
}
.container_page_gameicon_padding .gameicon .gameicon_other_size_page {
  width: 100%;
  aspect-ratio: initial;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 24px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (min-width: 420px) {
  .container_page_gameicon_padding .gameicon .gameicon_other_size_page {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 576px) {
  .container_page_gameicon_padding .gameicon .gameicon_other_size_page {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .container_page_gameicon_padding .gameicon .gameicon_other_size_page {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
.container_page_gameicon_padding .gameicon .gameicon_other_size_page .gameicon_other_pic_size_page {
  width: 100%;
  aspect-ratio: 1/1;
}

.gameicon_hotgame_size_index {
  width: 100%;
  position: relative;
  max-width: 450px;
}
.gameicon_hotgame_size_index .icon-new {
  position: absolute;
  top: 3.0769230769%;
  left: 0;
  width: 17.3333333333%;
  max-width: 78px;
  height: 15.3846153846%;
  aspect-ratio: 78/50;
  background-image: url(/Games/tmd/images/label1.png?v=20250922);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  z-index: 1;
}
.gameicon_hotgame_size_index a {
  display: block;
  width: 100%;
  height: 100%;
}
.gameicon_hotgame_size_page {
  width: 100%;
}
.gameicon_hotgame_pic {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gameicon_hotgame_pic:hover {
  -webkit-filter: brightness(1.2);
  cursor: pointer;
}
.gameicon_hotgame_pic_size_index {
  aspect-ratio: 450/325;
}
.gameicon_hotgame_pic_size_page {
  width: 100%;
  aspect-ratio: 450/325;
  position: relative;
  margin: 0 auto;
}
.gameicon_hotgame_pic_size_page a {
  display: block;
  width: 100%;
  height: 100%;
}
.gameicon_hotgame_pic ul {
  position: absolute;
  bottom: 6px;
  width: 100%;
  height: 65px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0 0 12px 12px;
  padding: 10px;
}
@media (min-width: 811px) {
  .gameicon_hotgame_pic ul {
    bottom: 0%;
  }
}
.gameicon_hotgame_pic ul li {
  list-style: none;
  width: 100%;
  text-align: center;
  float: left;
  font-size: 140%;
  line-height: 45px;
  font-weight: bold;
  letter-spacing: 5px;
}
.gameicon_hotgame_pic .btn--playNow {
  width: 100%;
  height: 19.83%;
  position: absolute;
  top: 75%;
  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;
}
.gameicon_hotgame_pic .btn--playNow a {
  display: block;
  padding: 5px;
  text-align: center;
  width: 250px;
  max-width: 80%;
  background: rgba(0, 0, 0, 0.8);
  border: 2px solid #ff0000;
  border-radius: 30px;
  color: #ff0000;
  font-size: 1.2em;
  font-weight: bold;
  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;
}

@-webkit-keyframes playNow {
  0% {
    -webkit-box-shadow: 0 0 0 0 #eb6100;
            box-shadow: 0 0 0 0 #eb6100;
  }
}

@keyframes playNow {
  0% {
    -webkit-box-shadow: 0 0 0 0 #eb6100;
            box-shadow: 0 0 0 0 #eb6100;
  }
}
.gameicon_right {
  width: 100%;
  max-width: 450px;
  position: relative;
}
@media screen and (min-width: 576px) {
  .gameicon_right {
    width: 100%;
    height: 100%;
    max-width: initial;
  }
}

.mySwiper:has(.gameicon_other) {
  width: calc(100% - 90px);
  margin: 0 auto;
  aspect-ratio: 2/1;
}
@media screen and (min-width: 576px) {
  .mySwiper:has(.gameicon_other) {
    width: 100%;
    height: 100%;
  }
}

.gameicon_other {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-template-columns: initial;
  grid-template-rows: initial;
  -webkit-column-gap: initial;
     -moz-column-gap: initial;
          column-gap: initial;
  row-gap: initial;
}
@media screen and (min-width: 576px) {
  .gameicon_other {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    aspect-ratio: 2/1;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    row-gap: 8px;
    height: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .gameicon_other {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 16px;
  }
}
.gameicon_other_size_index a {
  height: 100%;
  width: 100%;
  display: inline-block;
}
.gameicon_other_size_page {
  width: 100%;
}
.gameicon_other_pic {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
  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;
}
.gameicon_other_pic:hover {
  -webkit-filter: brightness(1.2);
  cursor: pointer;
}
.gameicon_other_pic_size_page a {
  height: 100%;
  width: 100%;
  display: inline-block;
}

.gameicon_right .swiper-button-next,
.gameicon_right .swiper-button-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  width: 40px;
  height: 40px;
  background-image: url(/Games/tmd/images/btn_arrow.png?v=20250922);
  background-size: 200% 100%;
}
@media screen and (min-width: 576px) {
  .gameicon_right .swiper-button-next,
  .gameicon_right .swiper-button-prev {
    display: none !important;
  }
}
.gameicon_right .swiper-button-next::after,
.gameicon_right .swiper-button-prev::after {
  display: none;
}
.gameicon_right .swiper-button-prev {
  left: 0;
  background-position: left center;
}
.gameicon_right .swiper-button-next {
  right: 0;
  background-position: right center;
}

.gameicon_other_details {
  white-space: nowrap;
  cursor: text;
  position: absolute;
  list-style-type: none;
  padding: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 5px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
  visibility: hidden;
}
.gameicon_other_details li {
  color: #FFF;
  text-align: center;
  line-height: 12px;
  padding: 0.5em;
}
.gameicon_other_details li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  font-weight: bold;
  border: 1px solid #FFF;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
.gameicon_other_details li a:hover {
  color: #FF0;
  border: 1px solid #FF0;
}

.show .gameicon_other_details {
  opacity: 1;
  visibility: visible;
  bottom: auto;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.gameicon_other_pic .btn--playNow-s {
  width: 35px;
  height: 35px;
}
.gameicon_other_pic .btn--playNow-s a {
  display: block;
  text-align: center;
  width: 35px;
  height: 35px;
  background: rgba(0, 0, 0, 0.8);
  border: 2px solid #ff0000;
  border-radius: 17.5px;
  color: #ff0000;
  font-size: 1.2em;
  font-weight: bold;
  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;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 7px;
  right: 7px;
}
.gameicon_other_pic .btn--playNow-s a span {
  -webkit-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
  display: none;
  opacity: 0;
}

.gameicon_other_pic:hover .btn--playNow-s a {
  width: 100px;
  display: block;
  opacity: 1;
  color: #fff;
  border: 2px solid #fff;
}
.gameicon_other_pic:hover .btn--playNow-s a span {
  display: inline;
  opacity: 1;
}

.gameicon_sutitle {
  background-position: top left;
  background-repeat: no-repeat;
}

.gameicon_sutitle_arcade {
  background-image: url(/Games/tmd/images/hall/index/hall_sutitle_arcade.png?20250701);
}

.gameicon_sutitle_bingo {
  background-image: url(/Games/tmd/images/hall/index/hall_sutitle_bingo.png?20250701);
}

.gameicon_sutitle_casino {
  background-image: url(/Games/tmd/images/hall/index/hall_sutitle_casino.png?20250701);
}

.gameicon_sutitle_exclusive {
  background-image: url(/Games/tmd/images/hall/index/hall_sutitle_exclusive.png?20250701);
}

.gameicon_sutitle_pachislot {
  background-image: url(/Games/tmd/images/hall/index/hall_sutitle_pachislot.png?20250701);
}

.gameicon_sutitle_poker {
  background-image: url(/Games/tmd/images/hall/index/hall_sutitle_poker.png?20250701);
}

.gameicon_sutitle_slot {
  background-image: url(/Games/tmd/images/hall/index/hall_sutitle_slot.png?20250701);
}

/* ================= 遊戲分類導覽按鈕樣式 ================= */
.game-category-nav {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media screen and (min-width: 576px) {
  .game-category-nav {
    gap: 12px;
  }
}
@media screen and (min-width: 768px) {
  .game-category-nav {
    grid-template-columns: repeat(4, 1fr);
  }
}
.game-category-nav .btn-category {
  color: #ffb9b9;
  border: 2px solid #ffb9b9;
  background: -webkit-gradient(linear, left top, right top, from(rgba(128, 0, 0, 0.65)), to(rgba(37, 0, 0, 0.65)));
  background: linear-gradient(to right, rgba(128, 0, 0, 0.65) 0%, rgba(37, 0, 0, 0.65) 100%);
  text-decoration: none;
  border-radius: 40px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  height: 60px;
  line-height: 1.25em;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 420px) {
  .game-category-nav .btn-category {
    font-size: 23px;
    height: 65px;
    line-height: 1em;
  }
}
.game-category-nav .btn-category span {
  font-size: 10px;
  text-transform: Uppercase;
  line-height: 1em;
}
@media screen and (min-width: 420px) {
  .game-category-nav .btn-category span {
    font-size: 13px;
  }
}
@media screen and (min-width: 992px) {
  .game-category-nav .btn-category span {
    font-size: 15px;
  }
}
.game-category-nav .btn-category::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.2)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  -webkit-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
}
.game-category-nav .btn-category:hover, .game-category-nav .btn-category.active {
  color: #ffebbc;
  border-color: #ffebbc;
  background: -webkit-gradient(linear, left top, right top, from(#800000), to(#250000));
  background: linear-gradient(to right, #800000 0%, #250000 100%);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

.btn-category:hover::before {
  left: 100%;
}

.game-section {
  display: block;
}
.game-section.hidden {
  display: none;
}

/* ================= 內頁_各遊戲 ================= */
.hall_header {
  position: relative;
  width: 93%;
  margin: 5px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hall_header .hall_header_pic {
  position: relative;
  max-width: 390px;
  width: 45vw;
}
.hall_header .hall_header_pic img {
  width: 100%;
  position: relative;
  display: block;
  margin: 0 auto;
}
.hall_header .btn--playNow {
  width: 250px;
  height: 80px;
  position: absolute;
  bottom: 35px;
  left: 20px;
}
.hall_header .btn--playNow a {
  width: 220px;
  height: 60px;
  display: block;
  position: relative;
  border-radius: 30px;
  text-align: center;
  background: #5502c6;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(37, 1, 96)), color-stop(10%, rgb(85, 2, 198)), color-stop(49%, rgb(255, 124, 253)), color-stop(51%, rgb(255, 124, 253)), color-stop(90%, rgb(85, 2, 198)), to(rgb(37, 1, 96)));
  background-image: linear-gradient(0deg, rgb(37, 1, 96) 0%, rgb(85, 2, 198) 10%, rgb(255, 124, 253) 49%, rgb(255, 124, 253) 51%, rgb(85, 2, 198) 90%, rgb(37, 1, 96) 100%);
  background-size: 200%;
  background-position: 0 0;
  -webkit-box-shadow: 0px 5px 5px 0px rgb(32, 0, 51);
          box-shadow: 0px 5px 5px 0px rgb(32, 0, 51);
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  -webkit-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hall_header .btn--playNow a:hover {
  background-position: 100% 0;
  -webkit-animation: playNow-page 1s infinite;
          animation: playNow-page 1s infinite;
  -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
          box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
}
.hall_header .btn--playNow a:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background-image: url(/Games/tmd/images/hall/page/playGame.svg);
  background-size: 100%;
  margin-left: -20px;
}
.hall_header .hall_header_video {
  position: relative;
  width: 55vw;
  max-width: 524px;
  aspect-ratio: 524/295;
  border: 3px solid #b79771;
  -webkit-box-shadow: 3px 3px 15px #000;
          box-shadow: 3px 3px 15px #000;
  margin-top: -3vw;
}
@media screen and (min-width: 992px) {
  .hall_header .hall_header_video {
    margin-top: -30px;
  }
}

.hall_header + .content_bg {
  margin-top: -5vw;
}
@media screen and (min-width: 992px) {
  .hall_header + .content_bg {
    margin-top: -60px;
  }
}

@-webkit-keyframes playNow-page {
  0% {
    -webkit-box-shadow: 0 0 0 0 #ff7cfd;
            box-shadow: 0 0 0 0 #ff7cfd;
  }
}

@keyframes playNow-page {
  0% {
    -webkit-box-shadow: 0 0 0 0 #ff7cfd;
            box-shadow: 0 0 0 0 #ff7cfd;
  }
}
.hall_logo {
  margin-bottom: 15px;
}
.hall_logo img {
  display: block;
  margin: 0 auto;
}

.hall_tit {
  text-align: center;
  margin-bottom: 15px;
  font-size: 110%;
  color: #ffffff;
}

.hall_box {
  margin-top: 20px;
}
.hall_box .hall_box_container {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  vertical-align: top;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .hall_box .hall_box_container {
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 auto 15px auto;
  }
}
.hall_box .hall_box_container .hall_ad {
  width: 100%;
  text-align: center;
  border: 3px solid #b79771;
  border-radius: 12px;
  -webkit-box-shadow: 2px 2px 10px #000;
          box-shadow: 2px 2px 10px #000;
}
@media screen and (min-width: 768px) {
  .hall_box .hall_box_container .hall_ad {
    width: 49%;
  }
}
.hall_box .hall_box_container .hall_ad img {
  width: 100%;
  display: block;
  border-radius: 12px;
}
.hall_box .hall_box_container .hall_ad2 {
  width: 100%;
  text-align: center;
  border: 3px solid #b79771;
  border-radius: 12px;
  -webkit-box-shadow: 2px 2px 10px #000;
          box-shadow: 2px 2px 10px #000;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 768px) {
  .hall_box .hall_box_container .hall_ad2 {
    margin: 0;
  }
}
.hall_box .hall_box_container .hall_ad2 img {
  width: 100%;
  display: block;
  border-radius: 12px;
}

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* ================= 首頁_新聞區 ================= */
.news {
  width: calc(100% - 16px);
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 20px;
  padding: 0 0 20px 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .news {
    width: 100%;
  }
}
.news .news_nav {
  width: 100%;
  margin-bottom: 10px;
  background: #c19557;
  background: -webkit-gradient(linear, left top, left bottom, from(#c19557), color-stop(12%, #fdeec3), color-stop(45%, #e9d092), color-stop(85%, #c49a5c), to(#a7732a));
  background: linear-gradient(to bottom, #c19557 0%, #fdeec3 12%, #e9d092 45%, #c49a5c 85%, #a7732a 100%);
}
.news .news_nav ul {
  width: calc(100% - 16px);
  margin: 0 auto;
  list-style: none;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.news .news_nav ul li {
  width: 25%;
  max-width: calc(4em + 8px);
  text-align: center;
  font-weight: bold;
  line-height: 2.25rem;
  font-size: 1rem;
  color: #890000;
  padding-top: 4px;
}
@media screen and (min-width: 768px) {
  .news .news_nav ul li {
    max-width: calc(4em + 32px);
    font-size: 1.2rem;
    line-height: 1.8em;
  }
}
.news .news_nav ul li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #000;
  padding: 0 4px;
}
@media screen and (min-width: 768px) {
  .news .news_nav ul li a {
    padding: 0 16px;
  }
}
.news .news_nav ul li a:hover {
  color: #890000;
  border-bottom: 4px solid #890000;
}
.news .news_nav ul li.news_nav_btnover a {
  color: #890000;
  border-bottom: 4px solid #890000;
}
.news .news_content {
  width: 95%;
  margin: 0 auto;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .news .news_content {
    width: 90%;
    font-size: 1.15rem;
  }
}
.news .news_content ul {
  list-style: none;
}
.news .news_content ul li {
  margin: 0 auto;
  border-bottom: 2px solid #4a0000;
  line-height: 43px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news_content ul li:last-child {
  border-bottom: none;
}
.news .news_content ul li span {
  display: inline-block;
  margin: 0 10px;
}
.news .news_content ul li span.news_icon {
  line-height: 23px;
  font-size: 80%;
  border-radius: 20px;
  color: #fff;
  padding: 0 8px;
  margin-left: 40px;
}
.news .news_content ul li span.news_date {
  margin-right: 20px;
  letter-spacing: 2px;
  color: #fcecbe;
}
.news .news_content ul li a {
  width: 100%;
  height: 100%;
  color: #FFF;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news .news_content ul li a:hover {
  color: #FF0;
}

.news_icon_danger {
  background-color: #a90000;
  border: 2px solid #750000;
}

.news_icon_primary {
  background-color: #0079d7;
  border: 2px solid #00447e;
}

.news_icon_info {
  background-color: #d900e1;
  border: 2px solid #89008e;
}

/* ================= 內頁_新聞區 ================= */
.news_numberbtn {
  width: 50%;
  height: 42px;
  margin: 30px auto 0 auto;
  border: 2px solid #ffebbc;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 30px;
}
.news_numberbtn ul {
  list-style: none;
}
.news_numberbtn ul li {
  float: left;
  width: 14.2%;
  text-align: center;
  font-weight: bold;
  line-height: 38px;
  font-size: 130%;
  border-right: 1px solid #ffebbc;
}
.news_numberbtn ul li:last-child {
  border-right: none;
}
.news_numberbtn ul li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #ffebbc;
}
.news_numberbtn ul li a:hover, .news_numberbtn_page_btnon .news_numberbtn ul li a {
  color: #fff;
}
.news_numberbtn li a:hover, .news_numberbtn .news_numberbtn_page_btnon {
  color: #fff;
}
.news_numberbtn .news_numberbtn_prev a:hover {
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 30px 0 0 30px;
}
.news_numberbtn .news_numberbtn_page a:hover, .news_numberbtn .news_numberbtn_page_btnon {
  background-color: rgba(0, 0, 0, 0.85);
}
.news_numberbtn .news_numberbtn_next a:hover {
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 0 30px 30px 0;
}

.pi_data_content p {
  line-height: 26px;
  color: #000;
}

.news_box {
  width: 100%;
}

.pi_data .news_btn {
  position: absolute;
  display: block;
  right: 0.5em;
  bottom: 0.5em;
  background: rgba(0, 0, 0, 0.85);
  padding: 0.7em 1.2em;
  color: #f9daac;
  border-radius: 10px;
}

.pi_data_header {
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  color: #f9daac;
  line-height: 2em;
  border-radius: 10px 10px 0 0;
  text-align: center;
}
.pi_data_header ul {
  overflow: auto;
  width: 100%;
}
.pi_data_header li {
  display: block;
  float: left;
  list-style: none;
  border: 1px solid #554631;
  border-right: none;
  border-top: none;
  padding: 5px;
  color: #fff;
}
.pi_data_header li:first-child {
  width: 65%;
  border-left: none;
  min-width: 80px;
  text-align: center;
  line-height: 30px;
}
.pi_data_header li:nth-child(2) {
  line-height: 30px;
  width: 35%;
  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;
}
.pi_data_header li:last-child {
  background: rgba(255, 255, 255, 0.1);
  border-bottom: none;
  border-left: none;
  width: 100%;
  text-align: left;
  line-height: 26px;
  padding-left: 3%;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9), 2px 2px 3px rgba(0, 0, 0, 0.9);
}

.pi_data_content {
  padding: 2em;
  background: rgba(255, 255, 255, 0.8);
  min-height: 400px;
  position: relative;
  padding-bottom: 4em;
  word-break: break-all;
  border-radius: 20px;
}
.pi_data_content a {
  color: #39C;
}
.pi_data_content p {
  line-height: 26px;
  color: #000;
  margin: 0 0 20px 0;
}
.pi_data_content img {
  max-width: 90%;
  height: inherit !important;
  margin-left: 3%;
  display: block;
}
.pi_data_content table {
  max-width: 90%;
  margin-left: 3%;
  color: #000;
}
.pi_data_content ol li, .pi_data_content ul li {
  margin-bottom: 20px;
  color: #000;
}

.pi_data_footer {
  width: 100%;
  border-top: 1px solid #f9daac;
  padding: 10px;
  color: #f9daac;
  background: rgba(0, 0, 0, 0.8);
}
.pi_data_footer p {
  display: block;
}
.pi_data_footer a {
  color: #F60;
  text-decoration: none;
}

/* ================= 儲值區塊 ================= */
.bank_content {
  width: 90%;
  margin: 0 auto;
  overflow: auto;
}
.bank_content .bank_box {
  float: left;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  border: 3px solid #b79771;
  padding: 10px;
  margin-bottom: 15px;
  -webkit-box-shadow: 2px 2px 5px #000;
          box-shadow: 2px 2px 5px #000;
}
.bank_content .bank_box .bank_box_icon {
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 2%;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bank_content .bank_box .bank_box_icon img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.bank_content .bank_box .bank_box_title {
  float: left;
}
.bank_content .bank_box .bank_box_title h5 {
  color: #b79771;
  font-size: 120%;
}
.bank_content .bank_box .bank_box_title p {
  color: #000;
  font-size: 90%;
  margin: 0px;
}
.bank_content .bank_box .bank_box_link {
  float: right;
  width: 50%;
  line-height: 35px;
  text-align: center;
  margin: 16px 0;
}
.bank_content .bank_box .bank_box_link a {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #b79771;
  color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 1px 1px 2px #000;
          box-shadow: 1px 1px 2px #000;
}
.bank_content .bank_box .bank_box_link a:hover {
  background-color: #cdae8a;
}

/* ================= 活動排行 ================= */
.rank_btn {
  width: 100%;
  margin: 0 auto 2% auto;
}
.rank_btn ul {
  list-style: none;
}
.rank_btn ul li {
  float: left;
  width: 48%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-right: 1px solid #000;
  margin: 3px;
  border-radius: 50px;
  color: #000;
  cursor: pointer;
  background: #ffeac3;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeac3), to(#a37d52));
  background: linear-gradient(to bottom, #ffeac3 0%, #a37d52 100%);
}
@media screen and (min-width: 992px) {
  .rank_btn ul li {
    width: 32.4%;
  }
}
.rank_btn ul li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 8px 2px;
}
.rank_btn ul li a:hover, .rank_btn ul li a.rank_btn_over {
  color: #fff;
  border-radius: 50px;
  background: #ffc17b;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc17b), to(#8f693b));
  background: linear-gradient(to bottom, #ffc17b 0%, #8f693b 100%);
}

.small-v {
  color: #999;
  font-size: 18px;
}
.small-v img {
  display: inline-block !important;
}
.small-v a {
  color: #fff;
}
.small-v a:hover {
  color: #999;
}

#rank_page, #GT_rank tr td, .rank_update {
  color: #000;
}

.rank-container {
  width: 100%;
  background-color: #151515;
  color: #cfb495;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1%;
}
.rank-container .rank-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 2fr 2fr 2fr 2fr;
  gap: 1px;
  background-color: #ab875c;
  border-top: 2px solid #ab875c;
  border-left: 2px solid #ab875c;
  border-bottom: 2px solid #ab875c;
}
.rank-container.rank-4-col .rank-list {
  grid-template-columns: 1fr 2fr 2fr 2fr;
}
.rank-container.rank-3-col .rank-list {
  grid-template-columns: 1fr 2fr 2fr;
}
.rank-container.rank-6-col .rank-list {
  grid-template-columns: 1fr 2fr 2fr 2fr 2fr 2fr;
}

.rank-header,
.rank-item {
  display: contents;
}

.rank-header span {
  background-color: #6b6b6b;
  padding: 12px 8px;
  text-align: center;
  border-right: 1px solid #ab875c;
  color: #ffffff;
}

.rank-item span {
  background-color: #191919;
  padding: 10px 8px;
  text-align: center;
  border-right: 1px solid #ab875c;
}

.breadcrumb {
  padding: 0 16px;
  margin-bottom: 15px;
  color: #fff;
}
.breadcrumb::before {
  content: "▶";
  margin-right: 8px;
}
.breadcrumb a {
  color: #ffc04a;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #ffe57d;
}
.breadcrumb span {
  margin: 0 5px;
  color: #ffebbc;
}

.game-articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
  padding: 0 16px;
}
.game-articles .game-section {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
.game-articles .game-section.hidden {
  display: none;
}
.game-articles .game-section h2 {
  font-size: 28px;
  color: #333;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 3px solid #667eea;
}

/* 文章項目 */
.article-item {
  background-image: linear-gradient(-10deg, rgba(67, 0, 0, 0.8) 0%, rgba(88, 0, 0, 0.8) 100%);
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.article-item.hidden {
  display: none;
}
.article-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(-10deg, rgba(215, 0, 0, 0.35) 0%, rgba(170, 0, 20, 0.35) 100%);
}
.article-title {
  font-weight: bold;
  border-bottom: 1px solid #ffd499;
}
.article-title p {
  font-size: 28px;
  line-height: 1.5;
  display: inline-block;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  background-image: linear-gradient(10deg, #ffcc84 0%, #fff3c4 50%, #ffcc84 100%);
  background-size: 100%;
  background-position: center;
  -webkit-text-fill-color: transparent;
  margin: 0;
  padding-bottom: 8px;
}
.article-content {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  padding: 20px;
}
.article-content img.article-image {
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.article-content h2 {
  font-size: 24px;
  color: #e6b767;
  width: 100%;
}
.article-content p {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
.article-content-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 300px;
}
.article-content-text h3 {
  display: inline-block;
  font-size: 28px;
  line-height: 1.5;
  background-image: linear-gradient(10deg, #ffcc84 0%, #fff3c4 50%, #ffcc84 100%);
  background-size: 100%;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  margin-bottom: 10px;
}
.article-content-text p {
  font-size: 20px;
  color: #ffffff;
  line-height: 1.6;
  margin-left: 0;
}
.article-content .summary-section {
  width: 100%;
  background-color: #5a0900;
  padding: 15px;
  border-radius: 30px;
}
.article-content .summary-section p {
  padding: 0;
  margin: 0;
}
.article-content .table {
  width: 100% !important;
  font-size: 18px;
  line-height: 1.75;
  word-wrap: break-word;
  word-break: keep-all;
}
.article-content .table .game-name-col {
  font-size: 20px;
  font-weight: bold;
}
.article-content .button-area {
  width: 100%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 16px;
  margin: 16px 0;
}
.article-content button {
  background-image: -webkit-gradient(linear, left top, right top, from(#ff9e4a), color-stop(50%, #feb782), to(#ff9e4a));
  background-image: linear-gradient(90deg, #ff9e4a 0%, #feb782 50%, #ff9e4a 100%);
  background-size: 200%;
  background-position: 0 0;
  font-size: 24px;
  font-weight: bold;
  color: #430000;
  padding: 12px 24px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: background-position 0.3s linear, -webkit-transform 0.3s ease;
  transition: background-position 0.3s linear, -webkit-transform 0.3s ease;
  transition: background-position 0.3s linear, transform 0.3s ease;
  transition: background-position 0.3s linear, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.article-content button:hover {
  background-position: 100% 0;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.article-content .text-neutral {
  color: #e3b6ae;
}

/* 行動版響應式設計 */
@media (max-width: 768px) {
  .rank-container {
    background-color: rgba(0, 0, 0, 0);
  }
  .rank-container .rank-list {
    display: block;
    padding: 16px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
  }
  .rank-header {
    display: none;
  }
  .rank-item {
    display: block;
    background-color: #151515;
    margin-bottom: 16px;
    border: 1px solid #ab875c;
  }
  .rank-item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    border-bottom: 1px solid #ab875c;
    border-right: none;
    background: transparent;
    text-align: left;
    position: relative;
  }
  .rank-item span:last-child {
    border-bottom: none;
  }
  .rank-item span::before {
    color: #ffffff;
    min-width: 60px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    text-align: left;
  }
  .rank-item span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    position: relative;
  }
  .rank-item span::before {
    content: attr(data-label);
    text-align: right;
    background-color: #6b6b6b;
    padding: 4px 8px;
    margin-right: 10px;
  }
}
/* 平板尺寸調整 */
@media (max-width: 1024px) and (min-width: 769px) {
  .rank-container .rank-list {
    font-size: 14px;
  }
  .rank-container:not(.rank-4-col):not(.rank-3-col):not(.rank-6-col) .rank-list {
    grid-template-columns: 0.8fr 1.5fr 1.5fr 1.5fr 1.2fr;
  }
  .rank-container.rank-4-col .rank-list {
    grid-template-columns: 0.8fr 1.8fr 1.8fr 1.6fr;
  }
  .rank-container.rank-3-col .rank-list {
    grid-template-columns: 1fr 2fr 2fr;
  }
  .rank-container.rank-6-col .rank-list {
    grid-template-columns: 0.6fr 1.2fr 1.2fr 1.2fr 1.2fr 1.2fr;
  }
  .rank-header span,
  .rank-item span {
    padding: 8px 6px;
  }
}
/* ================= 下方連結 ================= */
/* 關於我們 ----------------------------*/
/* 隱私權保護 ----------------------------*/
.content_bg_white .fontRed {
  color: #f00;
}
.content_bg_white .text-indent {
  text-indent: 2em;
}
.content_bg_white .subtitle {
  font-weight: bold;
  color: #b79771;
}
.content_bg_white .content__container {
  width: 100%;
  margin: 0 auto;
}
.content_bg_white .content__container__section {
  border-bottom: 1px dashed #CCC;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.content_bg_white .content__container__section p {
  line-height: 26px;
  margin: 3px 0 0 18px;
}
.content_bg_white .content__container__section p a {
  color: rgba(10, 10, 10, 0.6);
}
.content_bg_white .content__container__section p a.ContainLink {
  color: #004cff;
  text-decoration: underline;
}
.content_bg_white h3 {
  font-size: 170%;
  margin: 0;
  padding: 0;
  color: #b79771;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 35px;
  margin-bottom: 25px;
  border-bottom: 1px solid #CCC;
  text-align: center;
}
.content_bg_white h3 span {
  font-size: 50%;
  color: #666;
}
.content_bg_white h4 {
  font-size: 120%;
  padding: 0;
  margin: 0;
  color: #b79771;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 30px;
  margin-bottom: 5px;
}
.content_bg_white ol {
  margin: 0px 0px 20px 50px;
}
.content_bg_white .btn_group {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font: 13px/1.5em "新細明體", "細明體", Verdana;
  padding: 0 5%;
  text-align: right;
  margin: 10px 0;
  height: 3.3em;
}
.content_bg_white p.fontCenter {
  text-align: center;
  margin: 3px 0px;
}
.content_bg_white .button--styleA {
  background-color: #F90;
  -webkit-box-shadow: #fa7a03 1px 1px 0 0;
          box-shadow: #fa7a03 1px 1px 0 0;
  border-radius: 24px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.content_bg_white .button--styleA:hover {
  color: #630;
}
.content_bg_white .tableA {
  width: 85%;
  margin: 15px auto;
  color: #b79771;
  table-layout: fixed;
  word-break: break-all;
  border-spacing: 6px;
  background: #FFF;
  border-bottom: 2px solid #dfdfdf;
  border-right: 2px solid #dfdfdf;
  padding: 25px;
  text-align: left;
}
.content_bg_white .tableA th {
  font-size: 110%;
}
.content_bg_white .tableA th .slogan {
  font-size: 150%;
  font-weight: bold;
}
.content_bg_white .tableA td {
  line-height: 23px;
}
.content_bg_white .tableA td input {
  border: none;
  border-bottom: 2px solid #dfdfdf;
  outline: none;
}
.content_bg_white .tableA #message-box {
  line-height: 28px;
  text-indent: 5px;
}
.content_bg_white .tableA .shop-box {
  width: 100%;
  height: 25px;
}
.content_bg_white .tableA .msg-box {
  width: 90%;
  display: block;
  margin: 0 auto;
  padding: 10px 20px;
  background-color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-size: 110%;
  overflow: auto;
}
.content_bg_white .tableA .msg-box h4 {
  width: 20%;
  display: block;
  float: left;
}
.content_bg_white .tableA .msg-box p {
  width: 80%;
  display: block;
  float: left;
  margin: 0px;
  color: #000;
}
.content_bg_white .joinus-box {
  width: 90%;
  height: 200px;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
  resize: vertical;
}
.content_bg_white .btn-primary {
  width: 30%;
  line-height: 28px;
  text-align: center;
  margin: 0;
  display: block;
  color: #fff;
  background-color: #b79771;
  border-radius: 30px;
  -webkit-box-shadow: 1px 1px 2px #000;
          box-shadow: 1px 1px 2px #000;
}
.content_bg_white .btn-primary:hover {
  background-color: #cdae8a;
}

#popup {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  display: none;
  z-index: 9999999;
}
#popup .bg {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  vertical-align: middle;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media \0 screen\, screen\9  {
  #popup .bg {
    background-color: #000000;
    -webkit-filter: Alpha(opacity=50);
    position: static;
  }
  #popup .bg img {
    position: relative;
  }
}
#popup img {
  margin-top: 2%;
  max-height: 90%;
  max-width: 95%;
  border: 3px solid #b79771;
  border-radius: 12px;
}

/* ================= 版權宣告 ================= */
.footer {
  background: url(/Games/tmd/images/footer_bg.jpg?v=20250922) center center;
  position: relative;
}
.footer .footer_line {
  position: absolute;
  top: 0px;
}
.footer .container {
  padding: 30px 0;
  max-width: 1000px;
  width: 100%;
  /*文字*/
}
.footer .container .footer_nav {
  width: 100%;
  margin: 0 auto 20px auto;
}
.footer .container .footer_nav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .container .footer_nav ul li {
  list-style: none;
  display: inline;
  float: left;
  text-align: center;
  line-height: 26px;
  border-right: 2px solid #6a6a6a;
  padding: 0 10px;
  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;
}
.footer .container .footer_nav ul li:last-child {
  border-right: none;
}
.footer .container .footer_nav ul li a {
  display: block;
  color: #fff;
  margin: 0 auto;
}
.footer .container .footer_nav ul li a:hover {
  color: #999;
}
.footer .container p {
  text-align: center;
  color: #fff;
  line-height: 32px;
  font-size: 90%;
  margin: 0 auto;
}
.footer .container .footer_secondary {
  width: 100%;
  color: #6a6a6a;
  text-align: center;
  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;
}
.footer .container .footer_secondary p {
  max-width: 80%;
  margin: 0;
  color: #6a6a6a;
}
.footer .container .footer_secondary .footer_level {
  width: 35px;
  height: 35px;
  margin: 0 5px;
  background-image: url(/Games/tmd/images/level_18.jpg?v=20250922);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
}
.footer .container .logo_gt {
  width: 100px;
  height: 20px;
  display: inline-block;
  background: url(/Games/tmd/images/logo_gt.png?v=20250922) center center no-repeat;
  background-size: 100%;
}
.footer .container .logo_gt a {
  width: 100px;
  height: 20px;
  display: block;
}

a[href^=tel] {
  color: #fff;
}

ol li span.title {
  cursor: pointer;
  color: #0040ff;
  text-decoration: underline;
}
ol li span.title:hover {
  color: #c50000;
}
ol li .video {
  display: none;
  width: 100%;
  background-color: black;
  max-height: 500px;
}

@media screen and (max-width: 768px) {
  ol li .video {
    max-height: initial;
  }
}
/* ================= 遊戲下載 ================= */
.content_downloads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 40px;
  margin: 0 auto;
}
.content_downloads li {
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 16px;
  border: 1px solid #ab875c;
  padding: 40px 16px 24px 16px;
  background-color: #000;
  border-radius: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .content_downloads li {
    width: calc(50% - 20px);
    padding: 24px 16px 24px 16px;
  }
}
.content_downloads li h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-size: 1.8rem;
  line-height: 1em;
  color: #ab875c;
}
.content_downloads li h3 .btn_copy {
  position: absolute;
  right: 4px;
  top: 2px;
}
@media screen and (min-width: 576px) {
  .content_downloads li h3 .btn_copy {
    right: 10px;
    top: 10px;
  }
}
.content_downloads li h3 .btn_copy a {
  padding: 8px 12px;
  background-color: #ab875c;
  color: #000000;
  border-radius: 50px;
  display: inline-block;
  font-size: 1rem;
  line-height: 1em;
}
.content_downloads li h3 .btn_copy a:hover {
  background-color: #cea87b;
}
.content_downloads li .pic_icon {
  width: 35%;
}
@media screen and (min-width: 768px) {
  .content_downloads li .pic_icon {
    width: 40%;
  }
}
.content_downloads li a.pic_btn {
  width: 80%;
  max-width: 240px;
  display: inline-block;
  margin: 0 auto;
}
.content_downloads li a.pic_btn:hover {
  -webkit-filter: brightness(1.5);
}
.content_downloads li a.pic_btn img {
  width: 100%;
}
.content_downloads li .picbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.content_downloads li .picbox .pic_icon {
  width: 40%;
  margin-bottom: 0;
}
.content_downloads li .picbox .pic_qrcode {
  width: 37%;
}

.toast-message {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 2%;
  border-radius: 4px;
  z-index: 9999;
  font-size: 2em;
}

/* ================= 按鈕樣式 ================= */
.btns.invoice, .btns.extra {
  margin: 24px auto;
  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-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 24px;
}
.btns.invoice a, .btns.extra a {
  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;
  padding: 10px 16px;
  background-color: #ab875c;
  color: #000000;
  border-radius: 50px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .btns.invoice a, .btns.extra a {
    width: calc(50% - 12px);
    font-size: 1.5rem;
    padding: 16px 24px;
  }
}
.btns.invoice a:hover, .btns.extra a:hover {
  background-color: #cea87b;
}

.message {
  color: #333;
}

.information_container {
  max-width: 816px;
  margin: 0 auto;
}

.table.information_table.table--styleA {
  width: 100%;
  border-spacing: 0 8px;
  margin-bottom: 16px;
  border: none;
}
.table.information_table.table--styleA tr {
  background-color: #f5f5f5;
  border-radius: 8px;
}
.table.information_table.table--styleA th {
  width: 100px;
  padding: 12px 16px;
  background-color: #8F693B;
  color: #FFFFFF;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #a7875b;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .table.information_table.table--styleA th {
    font-size: 20px;
  }
}
.table.information_table.table--styleA td {
  padding: 12px 16px;
  background-color: #ffffff;
  color: #AB875C;
  border: 1px solid #a7875b;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .table.information_table.table--styleA td {
    font-size: 20px;
  }
}
.table.information_table.table--styleA td a.link {
  color: #FF9500;
}
.table.information_table.table--styleB {
  border: 1px solid #8F693B;
  width: 100% !important;
}
.table.information_table.table--styleB tr {
  border-bottom: none;
}
.table.information_table.table--styleB tr:last-child td:nth-child(1) {
  border-bottom: none;
}
.table.information_table.table--styleB tr:last-child td:last-child {
  border-bottom: none;
}
.table.information_table.table--styleB th {
  width: 100px;
  padding: 12px 16px;
  background-color: #8F693B;
  color: #FFFFFF;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  border: none;
  font-size: 14px;
  border: 1px solid #b89e6b;
}
@media screen and (min-width: 768px) {
  .table.information_table.table--styleB th {
    font-size: 20px;
  }
}
.table.information_table.table--styleB td {
  padding: 12px 16px;
  background-color: #ffffff;
  color: #5c5c5c;
  border: 1px solid #b89e6b;
  border-radius: 0;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .table.information_table.table--styleB td {
    font-size: 20px;
  }
}
.table.information_table.table--styleB td a.link {
  color: #FF9500;
}
.table.information_table.table--styleB td div.highlight {
  color: #FF9500;
}

.button__group.information_btn.button--styleA {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin: 24px auto;
  height: auto;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
}
.button__group.information_btn.button--styleA ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 360px;
  gap: 2%;
}
.button__group.information_btn.button--styleA ul li {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .button__group.information_btn.button--styleA ul li {
    width: 200px;
  }
}
.button__group.information_btn.button--styleA ul li a {
  font-size: 16px;
  height: 39px;
}
@media screen and (min-width: 768px) {
  .button__group.information_btn.button--styleA ul li a {
    font-size: 24px;
    height: 57px;
    width: 200px;
  }
}
.button__group.information_btn.button--styleA .button.button--styleB {
  background: -webkit-gradient(linear, left top, left bottom, from(#976121), to(#583000));
  background: linear-gradient(180deg, #976121, #583000);
}
.button__group.information_btn.button--styleA .button.button--styleA {
  background: linear-gradient(172deg, #fba609 0%, #ff9d00 36%, #fce25e 100%);
  -webkit-box-shadow: 0px 2.3333332539px 2.33px #ffca61 inset;
          box-shadow: 0px 2.3333332539px 2.33px #ffca61 inset;
  color: #7a310a;
  border-radius: 35px;
  width: 30%;
  font-weight: bold;
  font-size: 17px;
  height: 48px;
  width: 100%;
  max-width: 415px;
}
@media screen and (min-width: 768px) {
  .button__group.information_btn.button--styleA .button.button--styleA {
    font-size: 25px;
    height: 70px;
    width: 415px;
  }
}

.pageNum-button li a {
  border: 1px solid #BFBFBF;
  color: #909090 !important;
}
.pageNum-button li.active a {
  background-color: #909090;
  border: 1px solid #BFBFBF;
  color: #ffffff !important;
}