@charset "UTF-8";
@import url("../css/animate.css");
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
body {
  background-image: url(../../images/bg.gif);
  background-color: #0b0100;
  background-position: center;
}

.wrapper {
  background-image: url(../../images/indexBg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  font-size: 1.125em;
  line-height: 1.5em;
  color: #fff;
  padding-top: 30px;
}

.WebTop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
}

.header .container {
  width: 1280px;
  height: 539px;
  margin: 0 auto;
  position: relative;
}

.header .container .logo, .header .container .logo a {
  width: 200px;
  height: 67px;
  background-size: 100%;
}

.header .container .logo {
  position: absolute;
  top: 265px;
  left: 584px;
  z-index: 9;
}

.header .container .logo a {
  display: block;
  background-image: url("../../images/logo.png");
}

.header .container .slogan {
  position: absolute;
  width: 542px;
  height: 219px;
  top: 313px;
  left: 276px;
  background-image: url(../../images/slogan.png);
}

.header .container .slogan2 {
  position: absolute;
  width: 259px;
  height: 259px;
  top: 266px;
  left: 753px;
  background-image: url(../../images/slogan2.png);
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
}

.nav .container {
  width: 1000px;
  position: relative;
}

.nav .container ul.navBtn {
  width: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nav .container ul.navBtn li {
  display: block;
  list-style: none;
  text-indent: -9999px;
  width: 244px;
  height: 88px;
  margin: 0.3em;
}

.nav .container ul.navBtn li.navBtn1 a {
  background-position-x: 0px !important;
}

.nav .container ul.navBtn li.navBtn2 a {
  background-position-x: -244px !important;
}

.nav .container ul.navBtn li.navBtn3 a {
  background-position-x: -488px !important;
}

.nav .container ul.navBtn li.navBtn4 a {
  background-position-x: -732px !important;
}

.nav .container ul.navBtn li.navBtn5 a {
  background-position-x: -976px !important;
}

.nav .container ul.navBtn li.navBtn6 a {
  background-position-x: -1220px !important;
}

.nav .container ul.navBtn li a:hover, .nav .container ul.navBtn li.action a {
  background-image: url(../../images/navBtn_action.png);
}

.nav .container ul.navBtn li a {
  width: 244px;
  height: 88px;
  display: block;
  margin: 0 auto;
  -webkit-transition: .1s;
  transition: .1s;
  background-image: url(../../images/navBtn.png);
}

.nav .container ul.navBtn li a:hover {
  -webkit-transform: scale3d(0.95, 0.95, 0.95);
          transform: scale3d(0.95, 0.95, 0.95);
}

/*================= box-單雙欄分色(box-compose) ================= */
.box-compose .box-composeTitile {
  width: 100%;
  padding: 0;
}

.box-compose .box-composeTitile div {
  background-color: #ffd257;
  color: #000;
  border-radius: 5px;
  padding: 10px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-compose .box-composeMain {
  border-radius: 10px;
  margin: 5px auto;
  width: 97%;
  padding: 10px 0;
}

.box-compose .box-composeMain > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  color: #e3dcff;
}

.box-compose .box-composeMain > div > p {
  width: 98%;
  padding: 5px;
}

@media only screen and (max-width: 370px) {
  .box-compose .box-composeMain > div > p {
    font-size: 12px;
  }
}

.box-compose .box-composeMain img {
  display: block;
  margin: 0 auto;
}

.box-compose .box-composeMain:nth-child(even) {
  background-color: #d9be9f;
}

.box-compose .box-composeMain:nth-child(even) div {
  background: #eed7bd;
  color: #59493f;
}

.box-compose .box-composeMain:nth-child(even) div.symbol {
  background: transparent;
  color: #59493f;
  font-size: 1.5em;
}

.box-compose .box-composeMain:nth-child(odd) {
  background-color: #d99f9f;
  white-space: 10px;
}

.box-compose .box-composeMain:nth-child(odd) div {
  background: #eebdbd;
  color: #280000;
}

.box-compose .box-composeMain:nth-child(odd) div.symbol {
  background: transparent;
  color: #280000;
  font-size: 1.5em;
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  position: relative;
}

.content .container {
  width: 900px;
  margin: 0 auto;
}

.content .container h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 2% 0 1% 0;
  width: 100%;
}

.content .container h3 img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.content .container > h4 {
  position: relative;
  display: block;
  color: #92e6ff;
  font-weight: 900;
  font-size: 1.35em;
  margin: 12px 0 0 0;
  padding: 5px 0;
  border-bottom: 1px solid #cb0000;
  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;
}

.content .container > h4 span {
  display: block;
  margin-left: 0.5em;
  color: #FFF;
  border-radius: 6px;
  padding: 3px 8px;
  background-color: #cb0000;
}

.content .container > h4:before {
  content: '';
  background-image: url("../../images/diamond.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 2.125em;
  height: 2.125em;
  display: inline-block;
  margin: 0 5px;
}

.content .container > h5 {
  font-size: 1.25em;
  padding: .5em 0;
  color: #fff;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(125, 62, 255, 0)), color-stop(10%, #7e0000), color-stop(#cb0000), color-stop(90%, #7e0000), to(rgba(125, 62, 255, 0)));
  background-image: linear-gradient(90deg, rgba(125, 62, 255, 0) 0%, #7e0000 10%, #cb0000, #7e0000 90%, rgba(125, 62, 255, 0) 100%);
}

.content .container h6 {
  font-size: 1.125em;
  padding: 20px 0;
  text-align: center;
}

.content .container h6 span {
  padding: 5px 15px;
  background: #be0000;
  border-radius: 10px;
  color: #fff;
}

.content .container > p {
  margin-left: 2em;
}

.content .container > p a {
  color: #00d9ff;
}

.content .container > p a:hover {
  color: #dc6aff;
}

.content .container ul, .content .container ol {
  margin-left: 2em;
}

.content .container ul li a, .content .container ol li a {
  color: #dc6aff;
}

.content .container ul li a:hover, .content .container ol li a:hover {
  color: #00d9ff;
}

.content .container .container_drawingBox {
  position: absolute;
  right: 0;
  top: -45px;
  width: 100px;
  height: 118px;
  background-image: url(../../images/drawingBox.gif);
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  background-color: #cb0000;
  border-radius: 6px;
}

/* ================= item__box ================= */
.symbol {
  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-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.symbol img {
  width: 80%;
  max-width: 60px;
  background-size: 100%;
}

.item__box {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: #e14f4f;
  border-width: 1px;
}

.item__box .item__box--shadow {
  -webkit-box-shadow: 0px 2px 2px 2px rgba(25, 23, 39, 0.2);
          box-shadow: 0px 2px 2px 2px rgba(25, 23, 39, 0.2);
}

.item__box .item__box-title {
  color: #FFF;
  background-color: #e14f4f;
  font-size: 1.125em;
  border-radius: 0 0 8px 8px;
}

.item__box .item__box-title img {
  display: block;
  margin: 0 auto;
}

.item__box .item__box-get {
  text-align: center;
  color: #3c70ff;
}

.item__box .item__box-get .plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item__box .item__box-text {
  text-align: left;
}

.item__box .item__box--02 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffc3c3));
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffc3c3 100%);
  border: 3px #c30707 solid;
  border-radius: 10px;
  height: 100%;
}

.item__box .item__box--02 .item__box-title {
  color: #fff;
  background-color: #c30707;
}

.item__box .item__box--02 .item__box-get {
  color: #ff1d1d;
  background-color: #ffdddd;
}

/*================= table================= */
.table tr th, .table tr td {
  border: 1px solid #cb0000;
}

.table {
  color: #2c1200;
  border: 5px solid #9e0000;
  font-size: 1em;
}

.table tr th {
  position: relative;
  color: #fff;
  font-size: 1.025em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ea6e0e), to(#9e0000));
  background: linear-gradient(to bottom, #ea6e0e 20%, #9e0000 100%);
  padding: 10px 3px;
}

.table tr th.style01 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ea150e), to(#9e003d));
  background: linear-gradient(to bottom, #ea150e 20%, #9e003d 100%);
}

.table tr td {
  position: relative;
  font-size: 0.9em;
}

.table tr td img {
  max-width: 110px;
  display: block;
  margin: 0 auto;
}

.table tr [data-thstyle="style01"] {
  color: #450c00;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff799), to(#fffbca));
  background: linear-gradient(to bottom, #fff799 20%, #fffbca 100%);
}

.table .f-danger {
  color: #ff0000;
}

/* ================= 分頁按鈕樣式 ================= */
.content__btn div {
  font-size: 90%;
}

.content__btn div a:hover, .content__btn div.action a {
  color: #fff;
  border: 1px solid #d53c00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c03d00), color-stop(20%, #a60003), color-stop(40%, #6d0000), color-stop(60%, #6d0000), color-stop(80%, #a60003), to(#c03d00));
  background-image: linear-gradient(to bottom, #c03d00 0%, #a60003 20%, #6d0000 40%, #6d0000 60%, #a60003 80%, #c03d00 100%);
}

/*table標籤*/
.ribbon {
  width: 80%;
  height: 28px;
  line-height: 28px;
  margin-left: -13.5px;
  position: relative;
  z-index: 1;
}

.ribbon p {
  font-size: 12px;
}

.ribbon:before, .ribbon:after {
  content: "";
  position: absolute;
}

.ribbon:before {
  height: 0;
  width: 0;
  margin-top: -8.5px;
  left: 0;
  border-bottom: 9px solid black;
  border-left: 9px solid transparent;
}

.ribbon:after {
  height: 0;
  width: 0;
  left: 100%;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  top: 0;
}

.ribbon--01 {
  background: #7800b7;
  margin-left: -18.5px;
}

.ribbon--01:after {
  border-left: 15px solid #7800b7;
}

.ribbon--02 {
  background: #281f87;
}

.ribbon--02 p {
  color: #fff;
}

.ribbon--02:after {
  border-left: 15px solid #281f87;
}

.ribbonTop {
  width: 50px;
  padding: 10px 0;
  position: absolute;
  top: -13px;
  right: 15px;
  text-align: center;
  border-top-left-radius: 3px;
  background: #a40000;
  background: -webkit-gradient(linear, left top, left bottom, from(#e60012), to(#a40000));
  background: linear-gradient(to bottom, #e60012 0%, #a40000 100%);
}

.ribbonTop p {
  color: #fff799;
  font-size: 1.5em;
  line-height: 1.125em;
}

.ribbonTop:before, .ribbonTop:after {
  content: "";
  position: absolute;
}

.ribbonTop:before {
  height: 0;
  width: 0;
  right: -7.5px;
  top: 0.1px;
  border-bottom: 8px solid #8e0000;
  border-right: 8px solid transparent;
}

.ribbonTop:after {
  height: 0;
  width: 0;
  bottom: -24.5px;
  left: 0;
  border-left: 25px solid #a40000;
  border-right: 25px solid #a40000;
  border-bottom: 25px solid transparent;
}

/*================= box-單雙欄分色(box-compose) ================= */
.box-compose .box-composeTitile {
  width: 100%;
  padding: 0;
}

.box-compose .box-composeTitile div {
  background-color: #ffd257;
  color: #000;
  border-radius: 5px;
  padding: 10px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-compose .box-composeMain {
  border-radius: 10px;
  margin: 5px auto;
  width: 97%;
  padding: 10px 0;
}

.box-compose .box-composeMain > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  color: #e3dcff;
}

.box-compose .box-composeMain > div > p {
  width: 98%;
  padding: 5px;
}

@media only screen and (max-width: 370px) {
  .box-compose .box-composeMain > div > p {
    font-size: 12px;
  }
}

.box-compose .box-composeMain img {
  display: block;
  margin: 0 auto;
}

.box-compose .box-composeMain:nth-child(even) {
  background-color: #ffd6a1;
  white-space: 10px;
}

.box-compose .box-composeMain:nth-child(even) div {
  background: #ffe8cb;
  color: #100632;
}

.box-compose .box-composeMain:nth-child(even) div.symbol {
  background: transparent;
  color: #100632;
  font-size: 1.5em;
}

.box-compose .box-composeMain:nth-child(odd) {
  background-color: #f0d9bc;
  white-space: 10px;
}

.box-compose .box-composeMain:nth-child(odd) div {
  background: #fdedd8;
  color: #100632;
}

.box-compose .box-composeMain:nth-child(odd) div.symbol {
  background: transparent;
  color: #100632;
  font-size: 1.5em;
}

/* ================= 內容區塊 ================= */
.box {
  padding: 25px;
  display: inline-block;
}

/*================= 內容區塊獨立樣式設定 =================*/
[data-boxstyle="style01"] {
  border-radius: 10px;
  background: #8b0606;
}

[data-boxstyle="style01"] p {
  color: #ffdbc3;
  text-align: left;
  line-height: 1.5em;
}

[data-boxstyle="style02"] {
  text-align: left;
  color: #fff6c3;
  line-height: 1.5em;
  outline: 2px dashed #866144;
  outline-offset: -12px;
  border-radius: 15px;
  background: #a37b5c;
}

/* =================滑動選單B 單一遊戲================= */
#float_box {
  display: none;
  position: absolute;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  width: 155px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  border: 3px solid #000;
}

#float_box #float_box img {
  margin: 0 auto;
}

/*加碼 新賽制文字*/
span.burst, span.burst2 {
  display: block;
  background: #ffe600;
  color: #2b1f00;
  position: absolute;
  text-align: center;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  font-weight: bolder;
  z-index: 999;
}

span.burst {
  width: 36px;
  height: 36px;
  right: 6px;
  top: -28px;
}

span.burst2 {
  width: 40px;
  height: 40px;
  right: -14px;
  top: -28px;
}

span.burst:before, span.burst:after, span.burst2:before, span.burst2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #ffe600;
}

span.burst:before, span.burst:after {
  height: 36px;
  width: 36px;
}

span.burst2:before, span.burst2:after {
  height: 40px;
  width: 40px;
}

span.burst:before, span.burst2:before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

span.burst:after {
  content: "加碼";
  font-size: 15px;
  line-height: 36px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

span.burst2:after {
  content: "名額加碼";
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 15px;
  line-height: 14px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

/* ================= 動態 ================= */
.delay-100ms {
  -webkit-animation-delay: .1s;
          animation-delay: .1s;
}

.delay-200ms {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

.delay-300ms {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

.delay-400ms {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}

.delay-500ms {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.delay-600ms {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}

.delay-900ms {
  -webkit-animation-delay: .9s;
          animation-delay: .9s;
}

.delay-1000ms {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-1200ms {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.delay-1500ms {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.delay-2000ms {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay-3000ms {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

/*slogan動態順序*/
.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

/*role動態順序*/
.roleAnimation {
  -webkit-animation: delay 0.5s, rubberBand 0.5s 0.5s;
          animation: delay 0.5s, rubberBand 0.5s 0.5s;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

.sloganAnimation {
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

.delay {
  -webkit-animation-name: delay;
          animation-name: delay;
}

@-webkit-keyframes delay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

@keyframes delay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

.rubberBand {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 0, 1);
            transform: scale3d(1, 0, 1);
  }
  30% {
    -webkit-transform: scale3d(1, 0.75, 1);
            transform: scale3d(1, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(1, 1.25, 1);
            transform: scale3d(1, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1, 0.85, 1);
            transform: scale3d(1, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(1, 1.05, 1);
            transform: scale3d(1, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1, 0.95, 1);
            transform: scale3d(1, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 0, 1);
            transform: scale3d(1, 0, 1);
  }
  30% {
    -webkit-transform: scale3d(1, 0.75, 1);
            transform: scale3d(1, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(1, 1.25, 1);
            transform: scale3d(1, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1, 0.85, 1);
            transform: scale3d(1, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(1, 1.05, 1);
            transform: scale3d(1, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1, 0.95, 1);
            transform: scale3d(1, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
