@charset "UTF-8";
@import url(/css/normalize.css);
@import url(../animate.css);
.pointer {
  cursor: pointer;
}

.break-all {
  word-break: break-all;
}

table {
  font-family: "新細明體", "細明體";
}

table tbody, table tfoot, table thead, table th, table td {
  vertical-align: middle;
  margin: 0 !important;
}

html, body {
  line-height: 24px;
  font-size: 18px;
  scroll-behavior: smooth;
}

.wrapper {
  background-image: url(/Action/79_TMD/20210127SU/images/indexBg.jpg?20210126);
  background-color: #000;
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
  position: relative;
}

.header .container {
  width: 1280px;
  height: 830px;
  position: relative;
}

.header .slogan {
  width: 769px;
  height: 234px;
  position: absolute;
  top: 8px;
  left: 256px;
  -webkit-animation: bounceInUp .5s, fade1 2s 0.8s infinite;
          animation: bounceInUp .5s, fade1 2s 0.8s infinite;
}

.header .slogan01 {
  width: 769px;
  height: 157px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../../images/slogan01.png);
}

.header .slogan02 {
  width: 649px;
  height: 115px;
  position: absolute;
  top: 111px;
  left: 60px;
  background: url(../../images/slogan02.png);
}

.header .slogan03 {
  width: 217px;
  height: 187px;
  position: absolute;
  top: 204px;
  left: 156px;
  background: url(../../images/slogan03.png);
  -webkit-animation: swing 1s infinite;
          animation: swing 1s infinite;
}

.header .car {
  width: 1160px;
  height: 370px;
  position: absolute;
  top: 545px;
  left: 53px;
}

.header .car_left {
  width: 622px;
  height: 365px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../images/car_left.png);
}

.header .car_mid {
  width: 400px;
  height: 317px;
  position: absolute;
  top: 38px;
  left: 400px;
  background: url(../../images/car_mid.png);
}

.header .car_right {
  width: 557px;
  height: 266px;
  position: absolute;
  top: 10px;
  right: 0;
  background: url(../../images/car_right.png);
}

.header .btn_gold {
  width: 177px;
  height: 168px;
  position: absolute;
  top: 193px;
  left: 921px;
  background: url(../../images/btn_gold.png);
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
}

.header .btn_gold a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.header .logoBtn {
  width: 150px;
  height: 30px;
  position: absolute;
  bottom: 2.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header .logoBtn a {
  position: relative;
  width: 150px;
  height: auto;
  display: block;
  border: 1px solid #fff;
  border-radius: 15px;
  background: rgba(33, 30, 72, 0.5);
  color: #fff;
  text-align: center;
  word-spacing: .15em;
  padding: 3px 0;
}

.header .logoBtn a:hover {
  top: 2px;
}

@-webkit-keyframes delay {
  0%, 100% {
    opacity: 0;
  }
}

@keyframes delay {
  0%, 100% {
    opacity: 0;
  }
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 70%, 0);
    transform: translate3d(0, 70%, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 70%, 0);
    transform: translate3d(0, 70%, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.nav {
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 10px auto;
}

.nav .container {
  width: 1020px;
  margin: 0 auto;
  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;
}

.nav .container .navBtn {
  position: relative;
  width: 100%;
}

.nav .container .navBtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.nav .container .navBtn ul li {
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
  width: 340px;
  height: 99px;
}

.nav .container .navBtn ul li.navBtn1 a {
  background-position-x: 0px !important;
}

.nav .container .navBtn ul li.navBtn2 a {
  background-position-x: -332px !important;
}

.nav .container .navBtn ul li.navBtn3 a {
  background-position-x: -664px !important;
}

.nav .container .navBtn ul li.navBtn4 a {
  background-position-x: -996px !important;
}

.nav .container .navBtn ul li.navBtn5 a {
  background-position-x: -1328px !important;
}

.nav .container .navBtn ul li.navBtn6 a {
  background-position-x: -1660px !important;
}

.nav .container .navBtn ul li a:hover, .nav .container .navBtn ul li.action a {
  background-image: url(../../images/navbtn_action.png);
}

.nav .container .navBtn ul li a {
  display: block;
  width: 332px;
  height: 99px;
  text-align: center;
  margin: 0 auto;
  background-image: url(../../images/navbtn.png);
  background-size: 600% 100%;
}

.nav .container .navBtn ul li.action a {
  background-size: 600% 100%;
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  padding: 20px 0 70px 0;
  position: relative;
}

.content .btn_notice {
  width: 131px;
  height: 131px;
  position: absolute;
  margin-top: 30px;
  right: 30px;
}

.content .btn_notice a {
  width: 131px;
  height: 131px;
  display: block;
  background-image: url(../../images/btn_note.png);
}

.content .btn_notice a:hover {
  background-image: url(../../images/btn_note_action.png);
}

.content h3 {
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
  -webkit-animation: toTop .3s .3s;
          animation: toTop .3s .3s;
}

.content h3 img {
  max-width: 60%;
  padding: 10px;
  margin: 0 auto;
  display: block;
}

.content .container {
  width: 95%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 30px 3%;
  -webkit-animation: toBottom .3s .3s;
          animation: toBottom .3s .3s;
  position: relative;
}

.content .container > p {
  margin-left: 2em;
}

.content .container > p > a {
  color: #00e1ff;
}

.content .container > p > a:hover {
  color: #ffb74b;
}

.content .container > p.txt-center {
  margin-left: 0;
}

.content h4 {
  text-align: left;
  position: relative;
  display: inline-block;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #C94242;
  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 h4:before {
  content: '';
  background-image: url("../../images/icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 2em;
  height: 2em;
  display: inline-block;
  margin: 0 5px;
}

.content h5 {
  font-size: 1.2em;
  padding: .6em;
  background-color: transparent !important;
  margin-bottom: 10px;
  color: white;
  text-align: center;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(254, 127, 2, 0)), color-stop(20%, #fe7f02), color-stop(50%, #ff00f0), color-stop(80%, #fe7f02), to(rgba(254, 127, 2, 0)));
  background-image: linear-gradient(to left, rgba(254, 127, 2, 0) 0%, #fe7f02 20%, #ff00f0 50%, #fe7f02 80%, rgba(254, 127, 2, 0) 100%);
}

.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;
}

.content ol, .content ul {
  margin-left: 3em;
}

.content ol li a, .content ul li a {
  color: #00e1ff;
  text-decoration: underline;
}

.content ol li a:hover, .content ul li a:hover {
  color: #ffb74b;
}

.content ol.path, .content ul.path {
  list-style-type: none;
  width: 100%;
  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;
}

.content ol.path li, .content ul.path li {
  max-width: 30%;
}

.content ol.list, .content ul.list {
  list-style-type: none;
  text-align: left;
  margin-bottom: 0.8em;
}

.content ol.list li, .content ul.list li {
  margin-left: 1.2em;
  text-indent: -1.2em;
}

.content ol.list li > ul, .content ul.list li > ul {
  list-style-type: decimal;
  margin-left: 0;
}

.content ol.list li > ul li, .content ul.list li > ul li {
  text-indent: 0;
}

.content ol.arrow > li::before, .content ul.arrow > li::before {
  content: '※ ';
  margin-left: 2px;
}

.content ol.asterisk > li:before, .content ul.asterisk > li:before {
  content: '● ';
}

.content ol.asterisk > li table, .content ul.asterisk > li table {
  margin-left: 0;
  text-indent: 0;
}

.content__btn div {
  color: #ee32ff;
  border-left: 1px solid #b3b3b3;
  width: 9em;
}

.content__btn div:first-child {
  border-left: none;
}

.content__btn div a:hover, .content__btn div.action a {
  font-weight: bold;
  color: #ffffff;
  border: 2px solid #ef73ff;
  background-image: #e874ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ee38ff), color-stop(20%, #ee38ff), color-stop(40%, #e874ff), color-stop(60%, #e874ff), color-stop(80%, #ee38ff), to(#ee38ff));
  background-image: linear-gradient(to bottom, #ee38ff 0%, #ee38ff 20%, #e874ff 40%, #e874ff 60%, #ee38ff 80%, #ee38ff 100%);
}

.content__btn div a {
  color: #f940ff;
  width: 8.5em;
}

.content__btn div a:hover {
  width: 8.5em;
  border-radius: 30px;
}

.content__btn div.action a {
  width: 8.5em;
  border-radius: 30px;
}

.btnBox a:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9100), color-stop(20%, #ff9100), color-stop(40%, #ffc56f), color-stop(60%, #ffc56f), color-stop(80%, #ff9100), to(#ff9100));
  background-image: linear-gradient(to top, #ff9100 0%, #ff9100 20%, #ffc56f 40%, #ffc56f 60%, #ff9100 80%, #ff9100 100%);
  -webkit-box-shadow: 0px 2px #ff4800, inset 0 2px 2px 2px #ffc56f, inset 0 -10px 10px 0px #ffc56f;
          box-shadow: 0px 2px #ff4800, inset 0 2px 2px 2px #ffc56f, inset 0 -10px 10px 0px #ffc56f;
  top: 2px;
  color: #702902;
}

/* ================= item__box ================= */
.item__box {
  background-color: #fff;
  border-color: #a647ff;
  border-width: 5px;
  border-radius: 10px;
  margin: 0 auto;
}

.item__box p {
  margin-left: 0 !important;
  width: 100%;
  text-align: center;
}

.item__box p img {
  display: block;
  margin: 0 auto;
}

.item__box .item__box-img {
  border-radius: 0;
}

.item__box .item__box-img img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 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 {
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, from(#5a00ad), color-stop(5%, #5a00ad), color-stop(50%, #a647ff), color-stop(95%, #5a00ad), to(#5a00ad));
  background: linear-gradient(to left, #5a00ad 0%, #5a00ad 5%, #a647ff 50%, #5a00ad 95%, #5a00ad 100%);
  font-size: 1em;
}

.item__box .item__box-title img {
  display: block;
  margin: 0 auto;
}

.item__box .item__box-title a {
  color: #fff366;
}

.item__box .item__box-get {
  text-align: center;
  color: #1485ff;
  font-weight: bold;
}

@media only screen and (max-width: 560px) {
  .item__box .item__box-get {
    padding: 0;
  }
}

.item__box .item__box-get span {
  font-weight: lighter;
}

.item__box .item__box-get .row {
  width: 100%;
}

@media only screen and (max-width: 560px) {
  .item__box .item__box-get .row {
    padding: 0;
  }
}

.item__box .item__box-get .row div:nth-child(1) .item__box--02 {
  border: 3px #ee3030 solid;
}

.item__box .item__box-get .row div:nth-child(1) .item__box--02 .item__box-title {
  background-color: #ee3030;
}

.item__box .item__box-get .row div:nth-child(1) .item__box--02.no {
  border: 3px #bd85ea solid;
}

.item__box .item__box-get .row div:nth-child(1) .item__box--02.no .item__box-title {
  background: #bd85ea;
}

.item__box .item__box-text {
  text-align: left;
}

.item__box .item__box--02 {
  background-color: #fff;
  border: 3px #bd85ea solid;
  border-radius: 10px;
  height: 100%;
}

.item__box .item__box--02 .item__box-img {
  background: transparent;
}

.item__box .item__box--02 .item__box-title {
  color: #fff;
  background: #bd85ea;
}

.item__box .item__box--02 .item__box-get {
  background-color: transparent;
  color: #2e92ff;
}

.item__box .listawards {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 560px) {
  .item__box .listawards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 70%;
    max-height: 360px;
  }
}

.item__box .listawards img {
  width: 12%;
}

@media only screen and (max-width: 560px) {
  .item__box .listawards img {
    width: 100px;
  }
}

.item__box .listawards i {
  color: #7e7e7e;
}

/*================= table================= */
.table tr th, .table tr td {
  border: 1px solid transparent;
}

.table {
  font-family: "Helvetica Neue","微軟正黑體","Helvetica","Arial","PingFangTC-Light","STHeitiTC-Light","Microsoft JhengHei",sans-serif;
  font-size: 1em;
  border-collapse: separate;
  border-spacing: 1px;
  border-radius: 5px;
  color: #683e00;
  border: 5px solid #9747ff;
  background: #d1adff;
}

@media only screen and (max-width: 798px) {
  .table {
    margin-top: 5px;
    margin-bottom: 15px;
  }
}

.table-full {
  width: 95%;
  margin: 0 auto;
}

.table tr {
  background: #fff;
}

.table tr th {
  background: #9747ff;
  color: #fff;
}

.table tr img {
  display: block;
  margin: 0 auto;
  max-width: 98%;
}

.table tr .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;
}

.table tr .img-group img {
  display: inline-block;
  margin: 0 1%;
}

.table.collect {
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 560px) {
  .table.collect {
    width: 85%;
    margin: 0;
  }
}

.table.collect2 {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 560px) {
  .table.collect2 {
    width: 100%;
    margin: 0 auto;
  }
}

.table.collect2 td {
  position: relative;
}

.table.collect2 td .icon_tit {
  position: absolute;
  top: 0;
  right: 10%;
}

@media only screen and (max-width: 798px) {
  .table.collect2 td .icon_tit img {
    top: 10px;
    max-width: 120px;
  }
}

@media only screen and (max-width: 560px) {
  .table.collect2 td .icon_tit img {
    top: 10px;
    max-width: 100px;
  }
}

.table.collect td {
  position: relative;
}

.table.collect td .icon_tit {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -100px;
}

@media only screen and (max-width: 798px) {
  .table.collect td .icon_tit {
    right: -70px;
  }
}

@media only screen and (max-width: 798px) {
  .table.collect td .icon_tit img {
    max-width: 120px;
  }
}

@media only screen and (max-width: 560px) {
  .table.collect td .icon_tit img {
    max-width: 100px;
  }
}

ul.tabBtn {
  text-align: center;
  margin-left: 0 !important;
  margin-bottom: 10px;
  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;
}

ul.tabBtn li {
  display: block;
  position: relative;
  padding: 10px 20px;
  margin: 10px 10px;
  border: 1px solid #d4bfc0;
  border-radius: 20px;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a37578), color-stop(20%, #af878a), color-stop(40%, #bc9a9c), color-stop(60%, #bc9a9c), color-stop(80%, #af878a), to(#a37578));
  background-image: linear-gradient(to bottom, #a37578 0%, #af878a 20%, #bc9a9c 40%, #bc9a9c 60%, #af878a 80%, #a37578 100%);
  -webkit-box-shadow: 0px 3px 0 #d4bfc0;
          box-shadow: 0px 3px 0 #d4bfc0;
  color: rgba(255, 255, 255, 0.75);
}

ul.tabBtn li:hover, ul.tabBtn li.active {
  cursor: pointer;
  color: #db5000;
  top: 1px;
  font-weight: bold;
  background-color: black;
  border: 1px solid #d1adff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a866ff), color-stop(20%, #ba84ff), color-stop(40%, #cba3ff), color-stop(60%, #cba3ff), color-stop(80%, #ba84ff), to(#a866ff));
  background-image: linear-gradient(to bottom, #a866ff 0%, #ba84ff 20%, #cba3ff 40%, #cba3ff 60%, #ba84ff 80%, #a866ff 100%);
  -webkit-box-shadow: 0px 2px #9747ff, inset 0 2px 2px 2px #a866ff, inset 0 -10px 10px 0px #ba84ff;
          box-shadow: 0px 2px #9747ff, inset 0 2px 2px 2px #a866ff, inset 0 -10px 10px 0px #ba84ff;
  color: #fff;
}

ul.tabMain {
  width: 98%;
  margin: 0 auto;
  margin-left: auto !important;
  list-style: none;
  text-align: center;
  border-radius: 20px;
}

ul.tabMain > li {
  display: none;
}

ul.arrow {
  list-style-type: none;
  margin-left: 1em;
  text-align: left;
}

ul.arrow li::before {
  content: '※ ';
}

/* ================= 說明框 ================= */
.explanation .note-main {
  color: #142a3c;
  border: 3px solid #7bffff;
  -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(#aceeff));
  background: linear-gradient(to bottom, #FFFFFF 20%, #aceeff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: linear-gradient(to bottom, #FFFFFF 20%, #aceeff 100%);
}

.explanation .note-main p {
  width: 100%;
  text-align: center;
}

.box-compose .title {
  padding: 0;
}

.box-compose .title div {
  background: #9747ff;
  padding: 5px;
  text-align: center;
}

.box-compose .title div.symbol {
  background: transparent;
}

.box-compose .box-composeMain {
  border-radius: 10px;
  margin: 2px auto;
  padding: 0;
}

.box-compose .box-composeMain div.symbol {
  background: transparent;
}

.box-compose .box-composeMain:nth-child(even) {
  color: #fff;
}

.box-compose .box-composeMain:nth-child(even) > div {
  background: #b47aff;
}

.box-compose .box-composeMain:nth-child(odd) {
  color: #fff;
}

.box-compose .box-composeMain:nth-child(odd) > div {
  background: #6100e0;
}

.box-compose .box-composeMain .composeMain-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;
}

.box-compose .box-composeMain .composeMain-group .symbol {
  display: inline-block;
  max-width: 25%;
  color: #fff;
}

.box-compose .box-composeMain div.symbol {
  background: transparent;
  color: #fff;
  font-size: 2em;
}

@media only screen and (max-width: 798px) {
  .box-compose .box-composeMain div.symbol {
    font-size: 1.25em;
  }
}

.box-compose .box-composeMain a {
  color: #00e1ff;
}

.box-compose .box-composeMain a:hover {
  color: #ff9900;
}

.box-compose .box-composeMain div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}

.box-compose .box-composeMain div p {
  padding: 5px;
}

.box-compose .box-composeMain div p img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/* ================= 內容區塊 ================= */
.box {
  padding: 30px;
}

.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: #9747ff;
}

.gotoheader a:hover {
  color: #f894ff;
}

.comment:before, .certificate:before {
  font-family: "FontAwesome";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.comment:after, .certificate:after {
  content: attr(data-comment);
  white-space: pre;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.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);
}

.comment {
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  top: -1em;
  left: calc(50% + 25%);
}

.comment:before {
  content: '\f075';
  font-size: 3.5rem;
  color: #d31818;
}

.comment:after {
  color: #fff;
  font-weight: bold;
  font-size: 0.7em;
  line-height: 1.25em;
  letter-spacing: 0px;
}

.comment-purple:before {
  color: #d858ff;
}

.comment-2 {
  width: 5rem;
  height: 5rem;
  top: 0.35em;
  left: calc(50% + 35%);
}

.comment-2:before {
  font-size: 5rem;
}

.comment-2:after {
  top: -.5em;
}

.certificate {
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  top: 0;
  left: -50%;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.certificate:before {
  content: '\f0a3';
  font-size: 4rem;
  color: #d31818;
}

.certificate:after {
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.25em;
  letter-spacing: 0px;
}

.ribbon {
  width: 30px;
  background: #ee583a;
  top: 5px;
  left: 1em;
  position: absolute;
  text-align: center;
  padding: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  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;
  font-size: 1rem;
  line-height: 1.125em;
  padding: 10px;
  letter-spacing: 2px;
  z-index: 1;
}

@media only screen and (max-width: 798px) {
  .ribbon {
    width: 48px;
    height: 110px;
    right: 30px;
    font-size: .88rem;
  }
}

@media only screen and (max-width: 560px) {
  .ribbon {
    right: -5px;
  }
}

.ribbon:before, .ribbon:after {
  content: "";
  position: absolute;
}

.ribbon:before {
  height: 0;
  width: 0;
  border-bottom: 6px solid #ca3011;
  border-left: 6px solid transparent;
  left: -6px;
  top: 0;
}

@media only screen and (max-width: 560px) {
  .ribbon:before {
    border-bottom: 6px solid #ca3011;
    border-right: 0 solid transparent;
    border-left: 6px solid transparent;
    right: initial;
    left: -6px;
    top: 0;
  }
}

.ribbon:after {
  height: 0;
  width: 0;
  border-left: 15px solid #ee583a;
  border-right: 15px solid #ee583a;
  border-bottom: 12px solid transparent;
  bottom: -12px;
  left: 0;
}

@media only screen and (max-width: 798px) {
  .ribbon:after {
    border-left: 24px solid #ee583a;
    border-right: 24px solid #ee583a;
  }
}

.ribbon_01 {
  width: 80%;
  height: 28px;
  line-height: 28px;
  margin-left: -9px;
  position: relative;
  z-index: 1;
}

.ribbon_01 p {
  font-size: 12px;
}

.ribbon_01:before, .ribbon_01:after {
  content: "";
  position: absolute;
}

.ribbon_01:before {
  height: 0;
  width: 0;
  margin-top: -8.5px;
  left: 0;
  border-bottom: 9px solid black;
  border-left: 9px solid transparent;
}

.ribbon_01:after {
  height: 0;
  width: 0;
  left: 100%;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  top: 0;
}

.ribbon_01--A {
  background: #7800b7;
  margin-left: -15px;
}

.ribbon_01--A:after {
  border-left: 15px solid #7800b7;
}

/* =================滑動選單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;
}

.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);
}

.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -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-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

@keyframes delay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes toTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes toTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes toBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes toBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes fade1 {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade1 {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade2 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade2 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

body {
  background-color: #000;
}

.gride .header .container {
  padding-bottom: 45.70312%;
}

.gride .container {
  height: 585px;
}

.gride .nav {
  width: 100%;
  padding-bottom: 3%;
  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;
  margin: 0;
}

.gride .nav ul {
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
  z-index: 999;
  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;
}

.gride .nav ul li {
  display: block;
  list-style: none;
  text-indent: -9999px;
  width: 30%;
  height: 0;
  padding-bottom: 8.7%;
  cursor: pointer;
  margin: 2px;
}

.gride .nav ul li.btn01, .gride .nav ul li.btn02, .gride .nav ul li.btn03, .gride .nav ul li.btn04, .gride .nav ul li.btn05 {
  background-size: 100%;
}

.gride .nav ul li.btn01 {
  background-image: url(../../images/guide/btn01.png);
}

.gride .nav ul li.btn02 {
  background-image: url(../../images/guide/btn02.png);
}

.gride .nav ul li.btn02-notopen {
  background-image: url(../../images/guide/btn02_2.png);
}

.gride .nav ul li.btn03 {
  background-image: url(../../images/guide/btn03.png);
}

.gride .nav ul li.btn04 {
  background-image: url(../../images/guide/btn04.png);
}

.gride .nav ul li.btn05 {
  background-image: url(../../images/guide/btn05.png);
}

.gride .nav ul li a {
  display: block;
  width: 100%;
  padding-bottom: 29%;
}
