@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
/* ================= 顏色表 ================= */
/* ================= 文字設定 ================= */
.f-orange {
  color: #ffa500;
}

.f-yellow {
  color: #ffff00;
}

.f-violet {
  color: #ee82ee;
}

.f-red {
  color: #ff0000;
}

.f-indigo {
  color: #4b0082;
}

.f-cyan {
  color: #00ffff;
}

html, body {
  line-height: 24px;
  font-size: 18px;
}

a {
  color: #008cff;
}

.wrapper {
  background-image: url(../../images/indexBg.jpg);
  background-color: #a1cdd4;
  background-position: top center;
  background-repeat: no-repeat;
  color: #2b2b2b;
}

.upperLayer {
  z-index: 9;
  position: relative;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
}

.header .container {
  width: 1280px;
  height: 658px;
  position: relative;
}

.header .logo, .header .logo a {
  width: 153px;
  height: 99px;
}

.header .logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
}

.header .logo a {
  display: block;
  background: url(../../images/logo.png);
}

.header .slogan {
  width: 619px;
  height: 126px;
  position: absolute;
  top: 468px;
  left: 333px;
  background-image: url(../../images/s2.png);
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  position: relative;
  margin-top: 15px;
}

.nav .container {
  width: 704px;
  position: relative;
}

.nav .container ul.navBtn {
  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;
  position: relative;
}

.nav .container ul.navBtn li {
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
  width: 352px;
  height: 144px;
}

.nav .container ul.navBtn li.navBtn1 a {
  background-position-x: 0px !important;
}

.nav .container ul.navBtn li.navBtn2 a {
  background-position-x: -352px !important;
}

.nav .container ul.navBtn li a:hover, .nav .container ul.navBtn li.action a {
  background-image: url(../../images/navBtn_action.png);
  background-size: 200%;
}

.nav .container ul.navBtn li a {
  width: 352px;
  height: 144px;
  display: block;
  background-image: url(../../images/navBtn.png);
  background-size: 200%;
}

.nav .container.navBtnA {
  width: 352px;
  height: 288px;
}

.nav .container.navBtnA ul li {
  height: 288px;
}

.nav .container.navBtnB {
  width: 1760px;
  height: 144px;
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  padding: 10px  0 30px;
}

.content .container {
  width: 960px;
  padding: 0px;
  border-radius: 20px;
  background-color: #fff;
  border: 9px solid #52c1d2;
}

.content .container > h3 {
  margin: 0 auto;
  font-size: 1.5em;
  font-weight: bold;
  width: 100%;
  text-indent: -99999;
}

.content .container > h3 img {
  margin: 0 auto;
  display: block;
  max-width: 909px;
  width: 70%;
  margin: 0 auto;
}

.content .container > h4 {
  position: relative;
  display: block;
  color: #ffa024;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.35em;
  margin: 12px 0 0 0;
  padding: 5px 0;
  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:before {
  content: '';
  background-image: url("../../images/sun.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  margin: 0 5px;
}

.content .container > h5 {
  font-size: 1.2em;
  padding: .6em;
  text-align: center;
  color: #404216;
  background-color: transparent !important;
  background-image: #eaf34e;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(131, 118, 205, 0)), color-stop(20%, #c5ce32), color-stop(40%, #eaf34e), color-stop(60%, #eaf34e), color-stop(80%, #c5ce32), to(rgba(131, 118, 205, 0)));
  background-image: linear-gradient(to left, rgba(131, 118, 205, 0) 0%, #c5ce32 20%, #eaf34e 40%, #eaf34e 60%, #c5ce32 80%, rgba(131, 118, 205, 0) 100%);
}

.content .container h6 {
  font-size: 1.125em;
  line-height: 1.5em;
  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: #00f7ff;
}

.content .container > p > a:hover {
  color: #fffc2e;
}

.content .container > p.txt-center {
  margin-left: 0;
}

.content .container .subtitile {
  font-size: 1.3em;
  color: #fff799;
  text-align: center;
}

.content .container .subtitile .step {
  color: #fff799;
  width: 5em;
  padding: 5px 10px;
  margin: 0 10px;
  border-radius: 10px;
  display: inline-block;
  background: #ef1216;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ef1216), to(#71120c));
  background: linear-gradient(to bottom, #ef1216 20%, #71120c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.content .container > ol,
.content .container ul {
  margin-left: 3em;
}

.content .container > ol li,
.content .container ul li {
  font-size: 1em;
  line-height: 1.5em;
}

.content .container > ol li a,
.content .container ul li a {
  color: #ffcb05;
}

.content .container > ol li a:hover,
.content .container ul li a:hover {
  color: #00fff9;
}

/* ================= channelBox ================= */
ul.channelBox {
  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;
  width: 95%;
  margin: 0 auto !important;
}

ul.channelBox li {
  width: 230px;
  height: 180px;
  list-style: none;
  background: url(../../images/channelBox.png);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 15px;
}

ul.channelBox li a {
  width: 230px;
  height: 180px;
  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;
}

ul.channelBox li:hover {
  margin-top: 2px;
}

/* ================= 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: #c3e9ff;
  border-color: #2365a3;
  border-width: 8px;
}

.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: #fffb00;
  background-color: #2365a3;
  font-size: 1.125em;
}

.item__box .item__box-title img {
  display: block;
  margin: 0 auto;
}

.item__box .item__box-get {
  text-align: center;
  color: #b15858;
}

.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-get .row div:nth-child(1) .item__box--02 {
  border: 3px #cf3535 solid;
}

.item__box .item__box-get .row div:nth-child(1) .item__box--02 .item__box-title {
  background-color: #cf3535;
}

.item__box .item__box-text {
  text-align: left;
}

.item__box .item__box--02 {
  background-color: rgba(0, 0, 0, 0.2);
  border: 3px #4b9ada solid;
  border-radius: 10px;
  height: 100%;
}

.item__box .item__box--02 .item__box-title {
  color: #fff;
  background-color: #4b9ada;
}

/*================= table================= */
.table tr th, .table tr td {
  border: 1px solid #4fd4e1;
}

.table {
  font-family: "Helvetica Neue","微軟正黑體","Helvetica","Arial","PingFangTC-Light","STHeitiTC-Light","Microsoft JhengHei",sans-serif;
  font-size: 1em;
  border-collapse: initial;
  border-spacing: 2px;
  border-radius: 5px;
  color: #000;
  border: 5px solid #4fd4e1;
}

.table tr {
  background: #fff;
}

.table tr th {
  color: #000;
  background: #4fd4e1;
}

.table tr td img {
  display: block;
  margin: 0 auto;
}

.table tr td[data-tdstyle="style01"] {
  background-color: #f7e788;
}

/*================= 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 ol li {
  text-align: left;
}

.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: #55b5e3;
}

.box-compose .box-composeMain:nth-child(even) div {
  background: #84d7ff;
  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) {
  white-space: 10px;
}

.box-compose .box-composeMain:nth-child(odd) div {
  color: #ffffff;
}

.box-compose .box-composeMain:nth-child(odd) div.symbol {
  background: transparent;
  color: #e5ff00;
  font-size: 3em;
}

/* ================= 說明框 ================= */
.explanation .note-main {
  color: #482900;
  border: 3px solid #ffc4db;
  -webkit-box-shadow: 0px 0px 5px #d2d2d2;
          box-shadow: 0px 0px 5px #d2d2d2;
  background: #cbcbcb;
  background: #FFFFFF;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #FFFFFF), to(#ffd5d7));
  background: linear-gradient(to bottom, #FFFFFF 20%, #ffd5d7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.explanation .note-main p {
  width: 100%;
  text-align: center;
}

/* ================= 內容區塊 ================= */
.box {
  width: 95%;
  margin: 0 auto;
  position: relative;
  border-radius: 15px;
  padding-bottom: 20px;
}

.box > ol {
  padding: 2em;
}

.box--size {
  width: 95%;
  margin: 0 auto;
}

.box--color {
  border: 3px solid #2365a3;
  background: #fff;
  color: #000;
}

.box > h5 {
  color: #fff;
  background: #2365a3;
  padding: 15px;
  border-radius: 13px 13px 0 0;
  font-weight: bold;
  font-size: 1.5em;
}

.box > h6 {
  margin-top: 12px;
}

.box > p {
  padding: 10px 30px;
}

.box > img {
  width: 40%;
}

/*================= 內容區塊獨立樣式設定 =================*/
[data-boxstyle="style01"] {
  border-radius: 10px;
  background: #8f82bc;
}

[data-boxstyle="style01"] p {
  color: #fff6c3;
  text-align: left;
  line-height: 1.5em;
}

[data-boxstyle="style02"] {
  color: #fff;
  line-height: 1.5em;
  outline: 2px dashed #fdd0d9;
  outline-offset: -12px;
  border-radius: 15px;
  background: #203370;
}

/* =================滑動選單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;
}

/* ================= 超商連結 ================= */
.shopbox {
  width: 89%;
  height: 170px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}

.shopbox > li {
  list-style-position: inside;
  list-style-type: none;
  padding: 0px;
  display: block;
  float: left;
  width: 31.5%;
  height: 160px;
  text-indent: -9999px;
  margin: 0px 5px;
}

.shopbox > li a {
  width: 100%;
  height: 100%;
  display: block;
}

.shopBtn01 {
  background-image: url(../../images/btn_711.png);
  background-position: center;
  background-repeat: no-repeat;
}

.shopBtn02 {
  background-image: url(../../images/btn_family.png);
  background-position: center;
  background-repeat: no-repeat;
}

.shopBtn03 {
  background-image: url(../../images/btn_hilife.png);
  background-position: center;
  background-repeat: no-repeat;
}

/* ================= CSS動態  =================*/
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
          animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.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 rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -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);
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.125);
            transform: scale(1.125);
  }
  28% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.125);
            transform: scale(1.125);
  }
  28% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: heartBeat;
          animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

/* Rotate */
.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
