@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
.f-danger {
  color: #ff5858;
}

.f-primary {
  color: #62c5ff;
}

table {
  font-family: "新細明體", "細明體";
}

table tbody,
table tfoot,
table thead,
table th,
table td {
  vertical-align: middle;
  margin: 0 !important;
}

img {
  width: auto;
  max-width: 100%;
}

.img-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.img-group img {
  margin: 0 !important;
}

.img-inline {
  display: inline !important;
}

.img-middle {
  vertical-align: middle;
  width: 80px;
}

@media only screen and (max-width: 560px) {
  .img-middle {
    width: 55px;
  }
}

.gotoheader {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.5em;
  margin-top: 20px;
  text-align: center;
}

.gotoheader a {
  display: inline-block;
  color: #5f48ff;
}

.gotoheader a:hover {
  color: #95f2ff;
}

body {
  background-color: #ffae2f;
}

.wrapper {
  background-image: url(/action/79_TMD/20220607U/images/indexbg.jpg?v=20220607), url(/action/79_TMD/20220607U/images/indexbg_bottom.jpg?v=20220607), url(/action/79_TMD/20220607U/images/indexbg_content.jpg?v=20220607);
  background-color: #ffae2f;
  background-position: center top, center bottom, center top;
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-size: 100%;
  color: #523200;
  position: relative;
  overflow-x: hidden;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.header .container {
  width: 1280px;
  height: 660px;
  position: relative;
}

.header .logo, .header .logo a {
  width: 196px;
  height: 126px;
  display: block;
}

.header .logo {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 9;
  background: url(/action/79_TMD/20220607U/images/logo.png?v=20220607);
  background-size: 100%;
  -webkit-animation: backInDown 0.5s;
          animation: backInDown 0.5s;
}

.header .role {
  width: 710px;
  height: 1008px;
  position: absolute;
  top: 22px;
  left: -46px;
  background: url(/action/79_TMD/20220607U/images/role.png?v=20220607);
}

.header .slogan {
  width: 750px;
  height: 626px;
  position: absolute;
  top: 26px;
  left: 502px;
}

.header .slogan_711 {
  width: 270px;
  height: 122px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/action/79_TMD/20220607U/images/slogan_711.png?v=20220607);
}

.header .slogan_mycard {
  width: 343px;
  height: 153px;
  position: absolute;
  top: 90px;
  left: 224px;
  background: url(/action/79_TMD/20220607U/images/slogan_mycard.png?v=20220607);
}

.header .slogan_num {
  width: 542px;
  height: 68px;
  position: absolute;
  top: 235px;
  left: 135px;
  background: url(/action/79_TMD/20220607U/images/slogan_num.png?v=20220607);
}

.header .slogan_subtitle {
  width: 664px;
  height: 306px;
  position: absolute;
  top: 315px;
  left: 80px;
  background: url(/action/79_TMD/20220607U/images/board.png?v=20220607);
}

.header .slogan_subtitle-1 {
  width: 192px;
  height: 47px;
  position: absolute;
  top: 70px;
  left: 90px;
  background: url(/action/79_TMD/20220607U/images/slogan_subtitle-1.png?v=20220607);
}

.header .slogan_subtitle-goldPoker, .header .slogan_subtitle-goldDice, .header .slogan_subtitle-goldTmd {
  width: 75px;
  height: 76px;
  position: absolute;
  top: 50px;
  background-size: 100% !important;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  -webkit-animation: golds 3s ease-in infinite;
          animation: golds 3s ease-in infinite;
}

.header .slogan_subtitle-goldPoker {
  left: 295px;
  background: url(/action/79_TMD/20220607U/images/slogan_subtitle-goldPoker.png?v=20220607);
}

.header .slogan_subtitle-goldDice {
  left: 380px;
  background: url(/action/79_TMD/20220607U/images/slogan_subtitle-goldDice.png?v=20220607);
}

.header .slogan_subtitle-goldTmd {
  left: 465px;
  background: url(/action/79_TMD/20220607U/images/slogan_subtitle-goldTmd.png?v=20220607);
}

.header .slogan_subtitle-2 {
  width: 534px;
  height: 117px;
  position: absolute;
  top: 130px;
  left: 70px;
  background: url(/action/79_TMD/20220607U/images/slogan_subtitle-2.png?v=20220607);
  -webkit-animation: pulse 1.5s infinite;
          animation: pulse 1.5s infinite;
}

@-webkit-keyframes golds {
  from, 42%, to {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  20% {
    -webkit-transform: rotate(-24deg);
            transform: rotate(-24deg);
  }
  22% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  40% {
    -webkit-transform: rotate(24deg);
            transform: rotate(24deg);
  }
}

@keyframes golds {
  from, 42%, to {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  20% {
    -webkit-transform: rotate(-24deg);
            transform: rotate(-24deg);
  }
  22% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  40% {
    -webkit-transform: rotate(24deg);
            transform: rotate(24deg);
  }
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  padding-bottom: 16px;
}

.content .container {
  width: 1200px;
  padding: 2em 4em;
  border-radius: 20px;
  background: #fff;
  outline: 6px solid #fec470;
  outline-offset: -12px;
  background: #fff;
}

.content h3 {
  padding: 3% 0;
  width: 100%;
}

.content h3 img {
  display: block;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}

.content h4 {
  position: relative;
  display: block;
  color: #f5951f;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 16px 0;
  margin-left: calc(-1.5em - 4px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 798px) {
  .content h4 {
    font-size: 1.125rem;
  }
}

.content h4:before {
  content: '';
  background-image: url("/action/79_TMD/20220607U/images/h4icon.png");
  background-size: 100%;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  margin: 0 4px 0 0;
}

.content h5 {
  font-size: 1.2em;
  padding: .8em;
  text-align: center;
  background-image: #6a57f0;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(106, 87, 240, 0)), color-stop(20%, #6a57f0), color-stop(40%, #6a57f0), color-stop(60%, #6a57f0), color-stop(80%, #6a57f0), to(rgba(106, 87, 240, 0)));
  background-image: linear-gradient(to left, rgba(106, 87, 240, 0) 0%, #6a57f0 20%, #6a57f0 40%, #6a57f0 60%, #6a57f0 80%, rgba(106, 87, 240, 0) 100%);
  line-height: 28px;
  color: #fff;
}

.content h6 {
  font-size: 1.125em;
  line-height: 1.5em;
  padding: 20px 0;
  text-align: center;
}

.content h6 span {
  padding: 5px 15px;
  background: #be0000;
  border-radius: 10px;
  color: #fff;
  margin-right: 8px;
}

.content p a, .content ol a, .content ul a {
  color: #00c3ff;
  text-decoration: underline;
  cursor: pointer;
}

.content p a:hover, .content ol a:hover, .content ul a:hover {
  color: #ed2aff;
}

.content ol.list-exampleNum,
.content ul.list-exampleNum {
  margin-left: 3em;
}

.content ol.list-exampleNum > li,
.content ul.list-exampleNum > li {
  counter-increment: step-counter;
  text-indent: -3em !important;
}

.content ol.list-exampleNum > li:before,
.content ul.list-exampleNum > li:before {
  content: "例" counter(step-counter) "： ";
}

/* ================= item__box ================= */
.item__box {
  position: relative;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  border: 3px solid #e081e7;
  margin: 0 auto;
}

.item__box .item__box--shadow {
  -webkit-box-shadow: 0px 2px 2px 2px rgba(25, 23, 39, 0.2);
          box-shadow: 0px 2px 2px 2px rgba(25, 23, 39, 0.2);
}

.item__box .item__box-title {
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  line-height: 1em;
  padding: 12px 0;
  background: -webkit-gradient(linear, left top, right top, from(#d986e6), color-stop(20%, #e081e7), color-stop(80%, #e081e7), to(#d986e6));
  background: linear-gradient(to right, #d986e6 0%, #e081e7 20%, #e081e7 80%, #d986e6 100%);
  color: #fff;
}

.item__box .item__box-title .f-danger {
  color: #c50000;
}

.item__box .item__box-title a {
  color: #8cffe2;
  text-decoration: underline;
  cursor: pointer;
}

.item__box .item__box-title a:hover {
  color: #ffe866;
}

.item__box .item__box-title-2 {
  height: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item__box .item__box-title img {
  display: block;
  margin: 0 auto;
}

.item__box .item__box-get {
  padding: 8px;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5em;
}

.item__box .item__box-get p {
  padding: 8px 0;
  font-size: 1.125rem;
  font-weight: bold;
  margin-left: 0;
}

.item__box .item__box-get .plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item__box .item__box-text {
  padding: 15px;
  text-align: left;
}

.item__box--02 {
  background: -webkit-gradient(linear, left bottom, left top, from(#d6b0fb), to(#efe1fd));
  background: linear-gradient(to top, #d6b0fb 0%, #efe1fd 100%);
  border: inherit;
  height: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.item__box--02 .item__box-title {
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.25em;
  padding: 12px 0;
  background: -webkit-gradient(linear, left top, right top, from(#e2c6ff), color-stop(20%, #efdfff), color-stop(80%, #efdfff), to(#e2c6ff));
  background: linear-gradient(to right, #e2c6ff 0%, #efdfff 20%, #efdfff 80%, #e2c6ff 100%);
  color: #330066;
}

.item__box-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px 8px 0 0;
}

.item__box-img p {
  width: 100%;
  color: #ff6600;
}

.item__box-img-500 {
  width: 100%;
  height: 500px;
}

.item__box-img-500 img {
  max-height: 500px;
}

.item__box-img-450 {
  width: 100%;
  height: 450px;
}

.item__box-img-450 img {
  max-height: 450px;
}

.item__box-img-400 {
  width: 100%;
  height: 400px;
}

.item__box-img-400 img {
  max-height: 400px;
}

.item__box-img-350 {
  width: 100%;
  height: 350px;
}

.item__box-img-350 img {
  max-height: 350px;
}

.item__box-img-300 {
  width: 100%;
  height: 300px;
}

.item__box-img-300 img {
  max-height: 300px;
}

.item__box-img-250 {
  width: 100%;
  height: 250px;
}

.item__box-img-250 img {
  max-height: 250px;
}

.item__box-img-200 {
  width: 100%;
  height: 200px;
}

.item__box-img-200 img {
  max-height: 200px;
}

.item__box-img-150 {
  width: 100%;
  height: 150px;
}

.item__box-img-150 img {
  max-height: 150px;
}

.item__box-img-100 {
  width: 100%;
  height: 100px;
}

.item__box-img-100 img {
  max-height: 100px;
}

.item__box-img img {
  max-width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

@media only screen and (max-width: 798px) {
  .item__box-img-m-500 {
    width: 100%;
    height: 500px;
  }
  .item__box-img-m-500 img {
    max-height: 500px;
  }
  .item__box-img-m-450 {
    width: 100%;
    height: 450px;
  }
  .item__box-img-m-450 img {
    max-height: 450px;
  }
  .item__box-img-m-400 {
    width: 100%;
    height: 400px;
  }
  .item__box-img-m-400 img {
    max-height: 400px;
  }
  .item__box-img-m-350 {
    width: 100%;
    height: 350px;
  }
  .item__box-img-m-350 img {
    max-height: 350px;
  }
  .item__box-img-m-300 {
    width: 100%;
    height: 300px;
  }
  .item__box-img-m-300 img {
    max-height: 300px;
  }
  .item__box-img-m-250 {
    width: 100%;
    height: 250px;
  }
  .item__box-img-m-250 img {
    max-height: 250px;
  }
  .item__box-img-m-200 {
    width: 100%;
    height: 200px;
  }
  .item__box-img-m-200 img {
    max-height: 200px;
  }
  .item__box-img-m-150 {
    width: 100%;
    height: 150px;
  }
  .item__box-img-m-150 img {
    max-height: 150px;
  }
  .item__box-img-m-100 {
    width: 100%;
    height: 100px;
  }
  .item__box-img-m-100 img {
    max-height: 100px;
  }
  .item__box-img-m img {
    max-width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}

@media only screen and (max-width: 560px) {
  .item__box-img-ms-500 {
    width: 100%;
    height: 500px;
  }
  .item__box-img-ms-500 img {
    max-height: 500px;
  }
  .item__box-img-ms-450 {
    width: 100%;
    height: 450px;
  }
  .item__box-img-ms-450 img {
    max-height: 450px;
  }
  .item__box-img-ms-400 {
    width: 100%;
    height: 400px;
  }
  .item__box-img-ms-400 img {
    max-height: 400px;
  }
  .item__box-img-ms-350 {
    width: 100%;
    height: 350px;
  }
  .item__box-img-ms-350 img {
    max-height: 350px;
  }
  .item__box-img-ms-300 {
    width: 100%;
    height: 300px;
  }
  .item__box-img-ms-300 img {
    max-height: 300px;
  }
  .item__box-img-ms-250 {
    width: 100%;
    height: 250px;
  }
  .item__box-img-ms-250 img {
    max-height: 250px;
  }
  .item__box-img-ms-200 {
    width: 100%;
    height: 200px;
  }
  .item__box-img-ms-200 img {
    max-height: 200px;
  }
  .item__box-img-ms-150 {
    width: 100%;
    height: 150px;
  }
  .item__box-img-ms-150 img {
    max-height: 150px;
  }
  .item__box-img-ms-100 {
    width: 100%;
    height: 100px;
  }
  .item__box-img-ms-100 img {
    max-height: 100px;
  }
  .item__box-img-ms img {
    max-width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}

@media only screen and (max-width: 400px) {
  .item__box-img-xms-500 {
    width: 100%;
    height: 500px;
  }
  .item__box-img-xms-500 img {
    max-height: 500px;
  }
  .item__box-img-xms-450 {
    width: 100%;
    height: 450px;
  }
  .item__box-img-xms-450 img {
    max-height: 450px;
  }
  .item__box-img-xms-400 {
    width: 100%;
    height: 400px;
  }
  .item__box-img-xms-400 img {
    max-height: 400px;
  }
  .item__box-img-xms-350 {
    width: 100%;
    height: 350px;
  }
  .item__box-img-xms-350 img {
    max-height: 350px;
  }
  .item__box-img-xms-300 {
    width: 100%;
    height: 300px;
  }
  .item__box-img-xms-300 img {
    max-height: 300px;
  }
  .item__box-img-xms-250 {
    width: 100%;
    height: 250px;
  }
  .item__box-img-xms-250 img {
    max-height: 250px;
  }
  .item__box-img-xms-200 {
    width: 100%;
    height: 200px;
  }
  .item__box-img-xms-200 img {
    max-height: 200px;
  }
  .item__box-img-xms-150 {
    width: 100%;
    height: 150px;
  }
  .item__box-img-xms-150 img {
    max-height: 150px;
  }
  .item__box-img-xms-100 {
    width: 100%;
    height: 100px;
  }
  .item__box-img-xms-100 img {
    max-height: 100px;
  }
  .item__box-img-xms img {
    max-width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}

.item__box--03 {
  background: -webkit-gradient(linear, left bottom, left top, from(#fa9da4), to(#fcced1));
  background: linear-gradient(to top, #fa9da4 0%, #fcced1 100%);
  border: inherit;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}

.item__box--03 > .item__box-title {
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  padding: 12px 0;
  background: -webkit-gradient(linear, left top, right top, from(#ff98a0), color-stop(20%, #ffcbcf), color-stop(80%, #ffcbcf), to(#ff98a0));
  background: linear-gradient(to right, #ff98a0 0%, #ffcbcf 20%, #ffcbcf 80%, #ff98a0 100%);
  color: #660008;
}

.item__box--03 > .item__box-title img {
  display: block;
  margin: 0 auto;
}

.item__box--03 > .item__box-get {
  padding: 8px;
}

.item__box--03 > .item__box-get p {
  padding: 8px;
  color: #ff9100;
  font-size: 1.125rem;
  font-weight: bold;
  margin-left: 0;
}

.item__box--03 .item__box-img {
  padding: 8px;
}

.item__box-img img {
  border-radius: 0px;
}

.item-title {
  width: 96%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  background-color: #6a57f0;
  border-radius: 12px;
  border: 3px solid #000;
  padding: 5px 0;
}

.item-title img {
  vertical-align: middle;
}

/*================= table================= */
.table tr th, .table tr td {
  border: 1px solid #f29dff;
}

.table {
  font-family: "Helvetica Neue", "微軟正黑體", "Helvetica", "Arial", "PingFangTC-Light", "STHeitiTC-Light", "Microsoft JhengHei", sans-serif;
  margin: 20px 0;
  font-size: 1em;
  word-break: break-all;
  border-spacing: 0;
  border-collapse: initial;
  border-radius: 5px;
  color: #202c0d;
  border: 3px solid #f29dff;
}

.table tr {
  background: #fff;
}

.table tr th {
  text-align: center;
  font-size: 1.025em;
  font-weight: bold;
  padding: 5px;
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#da71ea), to(#ef63f8));
  background: linear-gradient(to top, #da71ea 0%, #ef63f8 100%);
  color: #fff;
}

.table tr th.thStyle02 {
  color: #752b00;
  background: #ffec80;
}

.table tr td {
  text-align: center;
  line-height: 24px;
  padding: 5px;
  /*單格變色*/
}

.table tr td p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
}

.table tr td .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table tr td .col {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.table tr td[data-tdstyle="style01"] {
  background-color: #ffeaea;
}

.table tr th img,
.table tr td img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.table tr th img.img-inline,
.table tr td img.img-inline {
  width: 4em;
  display: inline;
  margin: 0;
}
