@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
html, body {
  line-height: 24px;
  font-size: 18px;
  background: #fddebd;
}

.wrapper {
  background-image: url(/Action/10_We5/20210528U/images/indexBg.jpg), url(/Action/10_We5/20210528U/images/indexBottom.jpg);
  background-color: #fddebd;
  background-position: top center, bottom center;
  background-repeat: no-repeat, no-repeat;
  color: #606060;
}

.header {
  width: 100%;
  position: relative;
}

.header .container {
  width: 1280px;
  height: 675px;
  position: relative;
}

.header .logo, .header .logo a {
  width: 263px;
  height: 142px;
}

.header .logo {
  position: absolute;
  top: 38px;
  left: 208px;
  z-index: 999;
}

.header .logo a {
  display: block;
  background-image: url(../../images/logo.png);
  background-repeat: no-repeat;
}

.header .role {
  width: 721px;
  height: 729px;
  position: absolute;
  top: 5px;
  left: 580px;
  background-image: url(../../images/role.png);
  background-repeat: no-repeat;
  -webkit-animation: 1s toright;
          animation: 1s toright;
}

.header .slogan {
  width: 731px;
  height: 712px;
  position: absolute;
  top: 6px;
  left: 85px;
  background-image: url(../../images/slogan02.png);
  background-repeat: no-repeat;
  -webkit-animation: delay 0.3s,bounceIn 0.5s 0.3s linear;
          animation: delay 0.3s,bounceIn 0.5s 0.3s linear;
}

.header .slogan .slogan01 {
  width: 672px;
  height: 319px;
  position: absolute;
  top: 165px;
  left: 30px;
  background-image: url(../../images/slogan01.png);
  background-repeat: no-repeat;
  -webkit-animation: delay 0.8s,zoomIn 0.6s 0.8s, heartBeat 0.6s 0.8s, pulse 1s 2.5s infinite;
          animation: delay 0.8s,zoomIn 0.6s 0.8s, heartBeat 0.6s 0.8s, pulse 1s 2.5s infinite;
}

@-webkit-keyframes delay {
  from,
  to {
    opacity: 0;
  }
}

@keyframes delay {
  from,
  to {
    opacity: 0;
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
  }
  50%, 100% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
  }
  50%, 100% {
    opacity: 1;
  }
}

.nav {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 179px;
  background-image: url(../../images/btnBg.png);
  background-position: center;
  background-background-size: 100%;
}

@media screen and (max-width: 1024px) {
  .nav {
    height: 0;
    padding-bottom: 17.48047%;
  }
}

.nav .container {
  max-width: 1280px;
  position: relative;
}

.nav .navBtn {
  width: 816px;
  position: relative;
  margin: 0 auto;
}

.nav .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%;
}

.nav .navBtn ul li {
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
  width: 272px;
  height: 73px;
  margin-top: 0.61275%;
  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;
}

.nav .navBtn ul li.navBtn1 a {
  background-position-x: 0px !important;
}

.nav .navBtn ul li.navBtn2 a {
  background-position-x: -270px !important;
}

.nav .navBtn ul li.navBtn3 a {
  background-position-x: -540px !important;
}

.nav .navBtn ul li.navBtn4 a {
  background-position-x: -810px !important;
}

.nav .navBtn ul li.navBtn5 a {
  background-position-x: -1080px !important;
}

.nav .navBtn ul li a:hover, .nav .navBtn ul li.action a {
  background-image: url(../../images/navBtn_action.png);
}

.nav .navBtn ul li a {
  width: 270px;
  height: 73px;
  display: block;
  background-image: url(../../images/navBtn.png);
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .nav {
    width: 100%;
  }
  .nav .container {
    width: 100%;
  }
  .nav .navBtn {
    width: 85%;
    max-width: 816px;
  }
  .nav .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;
  }
  .nav .navBtn ul li {
    width: 33%;
    height: 0;
    padding-bottom: 8.94608%;
  }
  .nav .navBtn ul li.navBtn1 a {
    background-position-x: 0% !important;
  }
  .nav .navBtn ul li.navBtn2 a {
    background-position-x: -100% !important;
  }
  .nav .navBtn ul li.navBtn3 a {
    background-position-x: -200% !important;
  }
  .nav .navBtn ul li.navBtn4 a {
    background-position-x: -300% !important;
  }
  .nav .navBtn ul li.navBtn5 a {
    background-position-x: -400% !important;
  }
  .nav .navBtn ul li a {
    width: 99.26471%;
    height: 0;
    margin: 0 auto;
    padding-bottom: 26.83824%;
    background-size: 500% 100%;
  }
}

.content {
  width: 100%;
  padding-bottom: 7%;
  position: relative;
}

.content .container {
  width: 1280px;
  padding: 50px;
  position: relative;
}

.content .container > h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0;
  width: 100%;
  text-indent: -99999;
  margin-bottom: 15px;
  position: relative;
}

.content .container > h3 img {
  display: block;
  max-width: 871px;
  width: 90%;
  margin: 0 auto;
}

.content .container > h4 {
  text-align: left;
  position: relative;
  display: inline-block;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #742607;
  font-weight: bold;
  font-size: 1.35em;
  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/chocolate.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 1.8em;
  height: 1.8em;
  display: inline-block;
  margin: 0 5px;
}

.content .container > h5 {
  font-size: 1.3em;
  padding: .4em;
  text-align: center;
  margin: 8px 0;
  background-image: #EA99AA;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(234, 153, 170, 0)), color-stop(20%, #EA99AA), color-stop(40%, #EA99AA), color-stop(60%, #EA99AA), color-stop(80%, #EA99AA), to(rgba(234, 153, 170, 0)));
  background-image: linear-gradient(to left, rgba(234, 153, 170, 0) 0%, #EA99AA 20%, #EA99AA 40%, #EA99AA 60%, #EA99AA 80%, rgba(234, 153, 170, 0) 100%);
  line-height: 28px;
  color: #551120;
}

.content .container h6 {
  font-size: 1.125em;
  line-height: 1.5em;
  padding: 15px;
  text-align: center;
  color: #ff3600;
}

.content .container h6 span {
  padding: 5px 15px;
  background: #ff3600;
  border-radius: 8px;
  color: #fff;
  margin-right: 6px;
  font-weight: bold;
}

.content .container > p {
  margin-left: 2em;
}

.content .container > p a {
  color: #EE00FD;
  text-decoration: underline;
}

.content .container > p a:hover {
  color: #2F9B2C;
}

.content .container > p.txt-center {
  margin-left: 0;
}

.content .container ol li a, .content .container ul li a {
  color: #EE00FD;
  text-decoration: underline;
}

.content .container ol li a:hover, .content .container ul li a:hover {
  color: #1e78ff;
}

.item__box {
  background: black;
  border: 0;
  border-radius: 10px 10px 0 0;
  border: 3px solid #faa1bc;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(182, 19, 81, 0.75)), to(rgba(83, 17, 37, 0.75)));
  background: linear-gradient(to bottom, rgba(182, 19, 81, 0.75) 0%, rgba(83, 17, 37, 0.75) 100%);
}

.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 {
  background: -webkit-gradient(linear, left top, right top, from(#f77199), color-stop(20%, #faa1bc), color-stop(80%, #faa1bc), to(#f77199));
  background: linear-gradient(to right, #f77199 0%, #faa1bc 20%, #faa1bc 80%, #f77199 100%);
  color: #610521;
}

.item__box .item__box-title img {
  display: block;
  margin: 0 auto;
}

.item__box .item__box-get {
  text-align: center;
  color: #ff9100;
  font-weight: bold;
}

.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: #4f4f4f 30%;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #4f4f4f), to(#000));
  background: linear-gradient(to bottom, #4f4f4f 30% 20%, #000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 3px #EA99AA solid;
  border-radius: 10px;
  height: 100%;
}

.item__box .item__box--02 .item__box-title {
  color: #fff;
  background-color: #EA99AA;
}

.item__box-img img {
  border-radius: 0px;
}

.item-title {
  width: 96%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  background-color: #EA99AA;
  border-radius: 12px;
  border: 3px solid #000;
  padding: 5px 0;
}

.item-title img {
  vertical-align: middle;
}

.table tr th, .table tr td {
  border: 1px solid #ffcbe0;
}

.table {
  font-family: "Helvetica Neue","微軟正黑體","Helvetica","Arial","PingFangTC-Light","STHeitiTC-Light","Microsoft JhengHei",sans-serif;
  font-size: 1em;
  border-collapse: initial;
  border-radius: 5px;
  color: #202c0d;
  border: 5px solid #ffcbe0;
  table-layout: inherit;
}

.table tr {
  background: #fff;
}

.table tr th {
  background: -webkit-gradient(linear, left bottom, left top, from(#e0818f), to(#e8a2ac));
  background: linear-gradient(to top, #e0818f 0%, #e8a2ac 100%);
  color: #52141d;
}

.table tr th.thStyle02 {
  color: #752b00;
  background: #ffec80;
}

.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;
}

.table tr td img {
  display: block;
  margin: 0 auto;
}

.table tr td img.img-inline {
  width: 4em;
  display: inline;
  margin: 0;
}

.table tr td[data-tdstyle="style01"] {
  background-color: #f6f6f6;
}

.DESClabel {
  position: relative;
}

.DESClabel .label {
  width: 110px;
  position: absolute;
  top: -3em;
  left: 50%;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  padding: 5px;
  background-color: #af2ec6;
  color: #fff;
  border-radius: 10px;
  font-size: 0.85rem;
  line-height: 1.125em;
  text-indent: 0;
}

.DESClabel .label::before {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-top: 15px solid #af2ec6;
  border-right: 15px solid transparent;
  right: 60%;
  bottom: -15px;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}

.certificate:before {
  font-family: "FontAwesome";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.certificate:after {
  content: attr(data-comment);
  white-space: pre;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.certificate {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 10px;
  left: -50px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  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;
}

@media only screen and (max-width: 812px) {
  .certificate {
    top: -20px;
    left: -35px;
  }
}

.certificate:before {
  content: '\f0a3';
  width: 90px;
  height: 90px;
  font-size: 90px;
  color: #ca0000;
  text-align: center;
}

.certificate:after {
  width: 90px;
  height: 90px;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.25em;
  letter-spacing: 0px;
  text-align: center;
  top: -0.5em;
}

.certificate-char4 {
  width: 120px;
  height: 120px;
}

@media only screen and (max-width: 812px) {
  .certificate-char4 {
    top: -20px;
    left: -35px;
  }
}

.certificate-char4:before {
  content: '\f0a3';
  width: 120px;
  height: 120px;
  font-size: 120px;
}

.certificate-char4:after {
  width: 120px;
  height: 120px;
}

.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;
}

/* ================= 內容區塊 ================= */
.card {
  padding: 30px;
  margin: 8px 0;
}

.card-notice {
  line-height: 1.5em;
  outline: 2px dashed #ffffff;
  outline-offset: -12px;
  border-radius: 15px;
  background: #EA99AA;
  color: #551120;
}

.card-notice2 {
  border-radius: 10px;
  background: #FEC3DF;
}

.card-notice2 p {
  color: #A860BB;
  text-align: left;
  line-height: 1.5em;
}

/* =================滑動選單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;
}
