@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
html, body {
  line-height: 24px;
  font-size: 18px;
  scroll-behavior: smooth;
}

.f-danger {
  color: #ff0000;
}

.f-primary {
  color: #00aeff;
}

.wrapper {
  background-image: url(/Action/10_We5/20191118M/images/indexBg.jpg);
  background-color: #af9aff;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #645daf;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
  position: relative;
  /* ================= 頁面選單 ================= */
}

.header > .container {
  width: 1280px;
  height: 500px;
  min-height: calc(100vh - 29px);
  position: relative;
}

.header .KeyVision {
  width: 1280px;
  height: 555px;
}

.header .KeyVision .logo, .header .KeyVision .logo a {
  width: 204px;
  height: 82px;
}

.header .KeyVision .logo {
  position: absolute;
  top: 128px;
  left: 357px;
  z-index: 999;
}

.header .KeyVision .logo a {
  display: block;
  background: url(../../images/logo.png);
}

.header .KeyVision .slogan {
  width: 727px;
  height: 327px;
  position: absolute;
  top: 218px;
  left: 91px;
  background-image: url(../../images/slogan.png);
}

.header .nav {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}

.header .nav .container {
  width: 728px;
  margin: 0 99px;
  position: relative;
  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;
}

.header .nav .container .navBtn {
  position: relative;
}

.header .nav .container .navBtn ul {
  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: 100%;
}

.header .nav .container .navBtn ul li {
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
  width: 182px;
  height: 84px;
  margin-top: 5px;
  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;
}

.header .nav .container .navBtn ul li.navBtn1 a {
  background-position-x: 0px !important;
}

.header .nav .container .navBtn ul li.navBtn2 a {
  background-position-x: -182px !important;
}

.header .nav .container .navBtn ul li.navBtn3 a {
  background-position-x: -364px !important;
}

.header .nav .container .navBtn ul li.navBtn4 a {
  background-position-x: -546px !important;
}

.header .nav .container .navBtn ul li.navBtn5 a {
  background-position-x: -728px !important;
}

.header .nav .container .navBtn ul li.navBtn6 a {
  background-position-x: -910px !important;
}

.header .nav .container .navBtn ul li.navBtn7 a {
  background-position-x: -1092px !important;
}

.header .nav .container .navBtn ul li.navBtn8 a {
  background-position-x: -1274px !important;
}

.header .nav .container .navBtn ul li.navBtn9 a {
  background-position-x: -1456px !important;
}

.header .nav .container .navBtn ul li.navBtn10 a {
  background-position-x: -1638px !important;
}

.header .nav .container .navBtn ul li.navBtn11 a {
  background-position-x: -1820px !important;
}

.header .nav .container .navBtn ul li a:hover, .header .nav .container .navBtn ul li.action a {
  background-image: url(../../images/navBtn_action.png);
}

.header .nav .container .navBtn ul li a {
  width: 182px;
  height: 84px;
  display: block;
  background-image: url(../../images/navBtn.png);
}

.scrolldown {
  width: 100%;
  height: 37px;
  position: absolute;
  -webkit-animation: float 1.5s infinite;
          animation: float 1.5s infinite;
  z-index: 1;
}

.scrolldown a {
  width: 82px;
  height: 37px;
  margin: 50px auto;
  display: block;
  background: url(../../images/scrollDown.svg);
  background-size: 100%;
  position: relative;
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px);
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  background-color: rgba(255, 245, 180, 0.8);
  position: relative;
}

.content:before {
  content: '';
  display: block;
  width: 100%;
  height: 356px;
  position: absolute;
  margin-top: -356px;
  z-index: 0;
}

.content .container {
  width: 960px;
  padding: 50px 0;
  border-radius: 20px;
}

.content .container .btnM, .content .container .btnM a {
  width: 245px;
  height: 80px;
}

.content .container .btnM {
  position: absolute;
  top: 120px;
  right: 5px;
  z-index: 999;
}

.content .container .btnM a {
  display: block;
  background-image: url("../../images/BtnM.png");
  text-indent: -9999px;
}

.content .container .btnM a:hover {
  -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
  background-image: url("../../images/BtnM_action.png");
}

.content .container > h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 0 30px 0;
  width: 100%;
  text-indent: -99999;
}

.content .container > h3 img {
  display: block;
  max-width: 372px;
  width: 80%;
  margin: 0 auto;
}

.content .container > h4 {
  position: relative;
  display: block;
  color: #f226c6;
  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/star.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 1.6em;
  height: 1.6em;
  display: inline-block;
  margin: 0 5px;
}

.content .container > h5 {
  font-size: 1.2em;
  padding: .6em;
  text-align: center;
  color: #fff;
  background-image: #d77e9e;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(238, 163, 188, 0)), color-stop(20%, #eea3bc), color-stop(40%, #d77e9e), color-stop(60%, #d77e9e), color-stop(80%, #eea3bc), to(rgba(238, 163, 188, 0)));
  background-image: linear-gradient(to left, rgba(238, 163, 188, 0) 0%, #eea3bc 20%, #d77e9e 40%, #d77e9e 60%, #eea3bc 80%, rgba(238, 163, 188, 0) 100%);
}

.content .container > h6 {
  font-size: 1.125em;
  padding: .5em;
  text-align: center;
  color: #f7e788;
}

.content .container > p {
  margin-left: 2em;
}

.content .container > p > a {
  color: #01ffff;
}

.content .container > p > a:hover {
  color: #ff4ae7;
}

.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 {
  margin-left: 3em;
}

.content .container ol li {
  font-size: 1em;
  line-height: 1.5em;
}

.content .container ol li a {
  color: #00bebe;
}

.content .container ol li a:hover {
  color: #ff4ae7;
}

/* ================= 分頁按鈕樣式 ================= */
.content__btn div {
  border-left: 1px solid #b3b3b3;
}

.content__btn div a:hover, .content__btn div.action a {
  color: #fdf1b3;
  border-radius: 2em;
  border: 1px solid #9d0e3a;
  font-weight: bold;
  background-image: #9d0e3a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#840224), color-stop(20%, #840224), color-stop(40%, #9d0e3a), color-stop(60%, #9d0e3a), color-stop(80%, #840224), to(#840224));
  background-image: linear-gradient(to bottom, #840224 0%, #840224 20%, #9d0e3a 40%, #9d0e3a 60%, #840224 80%, #840224 100%);
}

.content__btn div a {
  color: #fdf1b3;
}

.content__btn div a:hover {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.content__btn div.label:before {
  content: '\f0a3';
  font-family: FontAwesome;
  color: #ffe049;
  text-shadow: 1px 1px 2px #4f2a00;
}

.content__btn div.label:after {
  color: #4a0000;
}

/* ================= item__box ================= */
.item__box {
  background-color: #3d3d3d;
  border-color: #d84470;
  border-width: 5px;
}

.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-title {
  color: #fff;
  background-color: #d84470;
}

.item__box-title img {
  display: block;
  margin: 0 auto;
}

.item__box-get {
  text-align: center;
  color: #fff799;
}

.item__box-text {
  text-align: left;
}

/*================= table================= */
.table tr th, .table tr td {
  border: 1px solid #8f2c4a;
}

.table {
  border-collapse: collapse;
  border-spacing: 2px;
  border-radius: 5px;
  border-spacing: 0;
  color: #35316e;
  border: 5px solid #8f2c4a;
}

.table tr {
  background: #fff;
}

.table tr th {
  color: #fff;
  background: #d84470;
  position: relative;
}

.table tr th[data-thstyle="style01"] {
  background-color: #bd7add;
  border: 1px solid #bd7add;
}

.table tr td img {
  display: block;
  margin: 0 auto;
}

.table tr td[data-tdstyle="style01"] {
  background-color: #f7e788;
}

/*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;
  left: 5px;
  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: 1em;
}

.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;
}

/*================= 禮包 ================= */
.slider-wra {
  width: 820px;
  background: #d26dd9;
}

.slider-wra .slider {
  width: 820px;
  height: 540px;
}

.slider-wra .slider ul.slider__list {
  width: 4920px;
}

.slider-wra .slider ul.slider__list li {
  width: 820px;
  height: 540px;
}

.slider-wra .slider ul.slider__list li img {
  width: 820px;
  height: 540px;
}

.slider-wra .slider__btn ul li a {
  color: #fff;
  background: #ff87af;
  border: 3px solid #e8c88c;
  border-radius: 25px;
  padding: 10px 15px;
}

.slider-wra .slider__btn ul li a:hover {
  color: #0e1030;
  background: #ffdc9c;
  border: 3px solid #ff87af;
}

/*================= tableNote =================*/
.tableNote_label {
  top: -30px;
  right: 30px;
  width: 108px;
  height: 108px;
  background-image: url(../../images/certificate-shape.svg);
  background-size: 100%;
}

.tableNote_label::after {
  color: #fff799;
  white-space: pre-line;
}

/* ================= 說明框 ================= */
.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 {
  padding: 30px;
}

/*================= 內容區塊獨立樣式設定 =================*/
[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: #d76198;
}

/* =================滑動選單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;
}

/* ================= CSS動態  =================*/
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -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(0.98);
          transform: scale(0.98);
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.sloganAnimation {
  -webkit-animation: delay 1s, toLeft 0.5s 1s, pulse 2.5s 2s infinite;
          animation: delay 1s, toLeft 0.5s 1s, pulse 2.5s 2s infinite;
}

.roleAnimation {
  -webkit-animation: toLeftB 0.5s;
          animation: toLeftB 0.5s;
}

@-webkit-keyframes delay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes delay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes toLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes toLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes toLeftB {
  0% {
    opacity: 0;
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes toLeftB {
  0% {
    opacity: 0;
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1) translateY(0%);
            transform: scale(1) translateY(0%);
  }
  50% {
    -webkit-transform: scale(0.9) translateY(3%);
            transform: scale(0.9) translateY(3%);
  }
  100% {
    -webkit-transform: scale(1) translateY(0%);
            transform: scale(1) translateY(0%);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1) translateY(0%);
            transform: scale(1) translateY(0%);
  }
  50% {
    -webkit-transform: scale(0.9) translateY(3%);
            transform: scale(0.9) translateY(3%);
  }
  100% {
    -webkit-transform: scale(1) translateY(0%);
            transform: scale(1) translateY(0%);
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: flash;
          animation-name: flash;
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(0 deg);
            transform: rotate(0 deg);
  }
  33% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  66% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  to {
    -webkit-transform: rotate(0 deg);
            transform: rotate(0 deg);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: rotate(0 deg);
            transform: rotate(0 deg);
  }
  33% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  66% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  to {
    -webkit-transform: rotate(0 deg);
            transform: rotate(0 deg);
  }
}
