@charset "UTF-8";
@import url(/css/normalize.css);
table tbody, table tfoot, table thead, table th, table td {
  vertical-align: middle;
  margin: 0 !important;
}

html, body {
  line-height: 30px;
  font-size: 19px;
  scroll-behavior: smooth;
}

.wrapper {
  color: #fff;
  background-image: url(/Action/79_TMD/20210929JS/images/indexBg.jpg?20210929);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #060000;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
}

.header .container {
  width: 1280px;
  height: 745px;
  position: relative;
}

.header .logo, .header .logo a {
  width: 231px;
  height: 161px;
}

.header .logo {
  position: absolute;
  top: 530px;
  left: 50px;
  z-index: 10;
  background: url(../../images/logo.png?20210929) no-repeat;
  -webkit-animation: delay 0.5s, flipInX 0.5s 0.5s linear;
          animation: delay 0.5s, flipInX 0.5s 0.5s linear;
}

.header .logo a {
  display: block;
}

.header .slogan {
  width: 693px;
  height: 243px;
  position: absolute;
  top: 2px;
  left: 535px;
  background: url(../../images/slogan.png?20210929) no-repeat;
  -webkit-animation: delay 0.8s, toRight 0.8s 0.8s linear;
          animation: delay 0.8s, toRight 0.8s 0.8s linear;
}

.header .slogan2 {
  width: 663px;
  height: 261px;
  position: absolute;
  top: 490px;
  left: 425px;
  background: url(../../images/slogan2.png?20210929) no-repeat;
  -webkit-animation: delay 0.8s, toLeft 0.8s 0.8s linear;
          animation: delay 0.8s, toLeft 0.8s 0.8s linear;
}

.header .package {
  width: 425px;
  height: 394px;
  position: absolute;
  top: 204px;
  left: 617px;
  background: url(../../images/package.png?20210929) no-repeat;
  -webkit-animation: delay 0.5s, bounceIn 0.5s 0.5s linear, pulse 2s 2s infinite;
          animation: delay 0.5s, bounceIn 0.5s 0.5s linear, pulse 2s 2s infinite;
}

.box {
  width: 250px;
  height: 250px;
  margin: auto;
  background: #eee;
  border: 20px solid transparent;
}

.border-img {
  -o-border-image: linear-gradient(to bottom right, #3acfd5 0%, #3a4ed5 100%);
     border-image: -webkit-gradient(linear, left top, right bottom, from(#3acfd5), to(#3a4ed5));
     border-image: linear-gradient(to bottom right, #3acfd5 0%, #3a4ed5 100%);
  border-image-slice: 1;
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  padding-bottom: 6.5%;
}

.content .container {
  width: 1280px;
  padding: 35px;
  border: 4px solid #ecbd29;
  border-radius: 30px;
  margin: 0 auto;
  /*border: 6px solid;
      border-image: linear-gradient(45deg, #f8e7bb, #ecbd29, #b9832b, #f8e7bb, #ecbd29, #b9832b) 1;
      clip-path: inset(0 round 10px);*/
}

.content .container_styleA {
  padding: 80px 30px 30px 30px;
}

.content h3 {
  width: 526px;
  margin: -10% auto 0 auto;
  z-index: 1;
  text-align: center;
}

.content h3 img {
  max-width: 100%;
  -webkit-animation: delay 0.5s, flipInX 0.5s 0.5s linear;
          animation: delay 0.5s, flipInX 0.5s 0.5s linear;
}

.content p {
  margin-left: 2.5em;
}

.content p a {
  color: #fff000;
  text-decoration: underline;
}

.content p a:hover {
  color: #31beff;
}

.content p.txt-center {
  margin-left: 0;
}

.content h4 {
  position: relative;
  text-align: center;
  display: inline-block;
  border-radius: 30px;
  margin: 10px 0;
  color: #fbcb39;
  letter-spacing: 2px;
  line-height: 40px;
  padding: 1px 11px;
  font-weight: bold;
  font-size: 1.2em;
  /*&:before{
        content: '';
        width: 40px;
        height: 40px;
        display: inline-block;
        margin: -11px 5px;
        background:{
          image: url('../../images/gift.svg');
          size: 100%;
          repeat: no-repeat;
        }
      }*/
}

.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(0, 0, 0, 0)), color-stop(20%, #6d0065), color-stop(50%, #b30000), color-stop(80%, #6d0065), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #6d0065 20%, #b30000 50%, #6d0065 80%, rgba(0, 0, 0, 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: #fff000;
  text-decoration: underline;
}

.content ol li a:hover, .content ul li a:hover {
  color: #31beff;
}

.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__btn div {
  color: #fff;
  text-align: center;
  width: auto;
}

.content__btn div a:hover, .content__btn div.action a {
  width: auto;
  border-radius: 18px;
  border: 1px solid #fedc59;
  background-image: #e1b301;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fed536), color-stop(20%, #fed536), color-stop(40%, #e1b301), color-stop(60%, #e1b301), color-stop(80%, #fed536), to(#fed536));
  background-image: linear-gradient(to bottom, #fed536 0%, #fed536 20%, #e1b301 40%, #e1b301 60%, #fed536 80%, #fed536 100%);
  color: #665100;
  color: #0a0000;
}

.content__btn div a {
  width: auto;
  background: #dfdfdf;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #dfdfdf), to(#b8b8b8));
  background: linear-gradient(to bottom, #dfdfdf 20%, #b8b8b8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #0a0000;
  font-weight: bold;
  border-radius: 18px;
  border: 1px solid #f1f1f1;
  margin: 0 5px;
}

.content__btn div .label:before {
  color: #ffe049;
  text-shadow: 1px 1px 2px #4f2a00;
  font-size: 3.5em;
}

.content__btn div .label:after {
  color: #0a0000;
  font-size: 0.7em;
}

.content__btn-2n div a:hover, .content__btn-2n div.action a {
  border: 1px solid #4d85ff;
  background-image: #0044d6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#296dff), color-stop(20%, #296dff), color-stop(40%, #0044d6), color-stop(60%, #0044d6), color-stop(80%, #296dff), to(#296dff));
  background-image: linear-gradient(to bottom, #296dff 0%, #296dff 20%, #0044d6 40%, #0044d6 60%, #296dff 80%, #296dff 100%);
  color: #fff799;
}

.content__btn-2n div a {
  padding: 6px 8px;
}

.btnBox a {
  border: 1px solid #87fd00;
  cursor: pointer;
  background-image: #6cca00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4b8d00), color-stop(20%, #4b8d00), color-stop(40%, #6cca00), color-stop(60%, #6cca00), color-stop(80%, #4b8d00), to(#4b8d00));
  background-image: linear-gradient(to bottom, #4b8d00 0%, #4b8d00 20%, #6cca00 40%, #6cca00 60%, #4b8d00 80%, #4b8d00 100%);
  -webkit-box-shadow: 0px 3px 3px #1a3100;
          box-shadow: 0px 3px 3px #1a3100;
  color: #fff;
}

.btnBox a:hover {
  border: 1px solid #ffa033;
  background-image: #ff8800;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c26700), color-stop(20%, #c26700), color-stop(40%, #ff8800), color-stop(60%, #ff8800), color-stop(80%, #c26700), to(#c26700));
  background-image: linear-gradient(to bottom, #c26700 0%, #c26700 20%, #ff8800 40%, #ff8800 60%, #c26700 80%, #c26700 100%);
  -webkit-box-shadow: 0px 2px 2px #663600, inset 0 1px 1px 1px #ff9b29, inset 0 -8px 8px 0px #ffae52;
          box-shadow: 0px 2px 2px #663600, inset 0 1px 1px 1px #ff9b29, inset 0 -8px 8px 0px #ffae52;
  top: 2px;
  color: #fff;
}

/* ================= item__box ================= */
.item__box {
  background-color: #1d0c00;
  border-color: #914b0a;
  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-color: #914b0a;
  /*background: linear-gradient(to left,
				adjust-color($itemBorderColor, $lightness: -30%) 0%,
				adjust-color($itemBorderColor, $lightness: -30%) 5%,
				$itemBorderColor 50%,
				adjust-color($itemBorderColor, $lightness: -30%) 95%,
				adjust-color($itemBorderColor, $lightness: -30%) 100%);*/
  font-size: 1em;
}

.item__box .item__box-title img {
  display: block;
  margin: 0 auto;
}

.item__box .item__box-title a {
  color: #ffea00;
}

.item__box .item__box-get {
  text-align: center;
  color: #610736;
  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 #8a0000 solid;
}

.item__box .item__box-get .row div:nth-child(1) .item__box--02 .item__box-title {
  background-color: #8a0000;
}

.item__box .item__box-get .row div:nth-child(1) .item__box--02.no {
  border: 3px #8b6339 solid;
}

.item__box .item__box-get .row div:nth-child(1) .item__box--02.no .item__box-title {
  background: #8b6339;
}

.item__box .item__box-get h6 {
  color: #ff0;
}

.item__box .item__box-text {
  text-align: left;
}

.item__box .item__box--02 {
  background-color: #fff;
  border: 3px #914b0a 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: #914b0a;
}

.item__box .item__box--02 .item__box-get {
  background-color: transparent;
  color: #ff0062;
}

.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: #000;
  border: 5px solid #854216;
  background: #db6e26;
  /*單獨圖片尺寸*/
  /*表格內圖片尺寸*/
}

@media only screen and (max-width: 798px) {
  .table {
    margin-top: 5px;
    margin-bottom: 15px;
  }
}

.table-full {
  width: 95%;
  margin: 15px auto;
}

.table tr {
  background: #fff;
}

.table tr th {
  background: #854216;
  color: #fff;
}

.table tr td a {
  color: #0066ff;
  text-decoration: underline;
}

.table tr td a:hover {
  color: #ff00ff;
}

.table tr img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.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;
  }
}

.table .ImgStyleA {
  width: 20%;
}

.table .ImgStyleB {
  width: 30%;
}

.table .ImgStyleC {
  width: 40%;
}

.table .ImgStyleD {
  width: 50%;
}

.table_imgsizeA img {
  width: 35%;
}

.table_imgsizeB img {
  width: 55%;
}

.table_imgsizeC img {
  width: 80%;
}

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 #747474;
  border-radius: 20px;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#373737), color-stop(20%, #464646), color-stop(40%, #555555), color-stop(60%, #555555), color-stop(80%, #464646), to(#373737));
  background-image: linear-gradient(to bottom, #373737 0%, #464646 20%, #555555 40%, #555555 60%, #464646 80%, #373737 100%);
  -webkit-box-shadow: 0px 3px 0 #747474;
          box-shadow: 0px 3px 0 #747474;
  color: rgba(255, 255, 255, 0.75);
}

ul.tabBtn li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff !important;
  text-decoration: none !important;
}

ul.tabBtn li:hover, ul.tabBtn li.active {
  cursor: pointer;
  color: #db5000;
  top: 1px;
  font-weight: bold;
  background-color: black;
  border: 1px solid #ff6602;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ba4a00), color-stop(20%, #d85600), color-stop(40%, #f76200), color-stop(60%, #f76200), color-stop(80%, #d85600), to(#ba4a00));
  background-image: linear-gradient(to bottom, #ba4a00 0%, #d85600 20%, #f76200 40%, #f76200 60%, #d85600 80%, #ba4a00 100%);
  -webkit-box-shadow: 0px 2px #9b3d00, inset 0 2px 2px 2px #ba4a00, inset 0 -10px 10px 0px #d85600;
          box-shadow: 0px 2px #9b3d00, inset 0 2px 2px 2px #ba4a00, inset 0 -10px 10px 0px #d85600;
  color: #fff;
}

ul.tabBtnstyleB {
  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.tabBtnstyleB li {
  display: block;
  position: relative;
  margin: 10px;
  list-style: none;
  width: 265px;
  height: 108px;
  text-indent: -9999px;
  background-repeat: no-repeat;
}

ul.tabBtnstyleB li a {
  display: block;
  width: 100%;
  height: 100%;
}

ul.tabBtnstyleB li#tabBtnA {
  background-position: 0px;
}

ul.tabBtnstyleB li#tabBtnA:hover, ul.tabBtnstyleB li#tabBtnA.active {
  cursor: pointer;
  background-repeat: no-repeat;
}

ul.tabBtnstyleB li#tabBtnB {
  background-position: right;
}

ul.tabBtnstyleB li#tabBtnB:hover, ul.tabBtnstyleB li#tabBtnB.active {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right;
}

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.tabMain > p {
  text-align: left;
}

ul.arrow {
  list-style-type: none;
  margin-left: 1em;
  text-align: left;
}

ul.arrow li::before {
  content: '※ ';
}

ul.tabBtn li {
  border: 1px solid #a166ff;
  background-image: #4e00cc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8133ff), color-stop(20%, #8133ff), color-stop(40%, #4e00cc), color-stop(60%, #4e00cc), color-stop(80%, #8133ff), to(#8133ff));
  background-image: linear-gradient(to bottom, #8133ff 0%, #8133ff 20%, #4e00cc 40%, #4e00cc 60%, #8133ff 80%, #8133ff 100%);
  -webkit-box-shadow: 0px 3px 3px #1d004d;
          box-shadow: 0px 3px 3px #1d004d;
  color: #fff;
}

ul.tabBtn li:hover, ul.tabBtn li.active {
  color: #532f00;
  background-color: black;
  border: 1px solid #ff9d9d;
  background-image: #ff6060;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0e0e), color-stop(20%, #ff0e0e), color-stop(40%, #ff6060), color-stop(60%, #ff6060), color-stop(80%, #ff0e0e), to(#ff0e0e));
  background-image: linear-gradient(to bottom, #ff0e0e 0%, #ff0e0e 20%, #ff6060 40%, #ff6060 60%, #ff0e0e 80%, #ff0e0e 100%);
  -webkit-box-shadow: 0px 2px #ea0000, inset 0 2px 2px 2px #ff3737, inset 0 -10px 10px 0px #ff7474;
          box-shadow: 0px 2px #ea0000, inset 0 2px 2px 2px #ff3737, inset 0 -10px 10px 0px #ff7474;
  color: #fff;
}

/* ================= 說明框 ================= */
.explanation .note-main {
  color: #142a3c;
  border: 5px solid #7bffff;
  text-align: center;
  padding: 10px 20px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 8px 2px #d2d2d2;
          box-shadow: 0px 0px 8px 2px #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;
  margin-left: 0px;
}

.box-compose .title p {
  background: #a2002a;
  padding: 5px;
  text-align: center;
}

.box-compose .box-composeMain {
  border-radius: 10px;
  margin: 10px auto;
  padding: 10px;
}

.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;
  padding: 5px;
}

.box-compose .box-composeMain > div > p {
  margin-left: 0;
}

.box-compose .box-composeMain-block {
  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;
  padding: 5px;
  height: 100%;
  margin-right: 0;
  margin-left: 0;
  color: #440000;
}

.box-compose .box-composeMain-block .itemlist {
  margin: 5px;
}

.box-compose .box-composeMain img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.box-compose .box-composeMain:nth-child(even) {
  background: #f4b869;
}

.box-compose .box-composeMain:nth-child(even) .box-composeMain-block {
  background: #fff3c9;
}

.box-compose .box-composeMain:nth-child(even) div:first-child .box-composeMain-block {
  background: #ffc185;
}

.box-compose .box-composeMain:nth-child(odd) {
  background: #914b0a;
  color: #fff;
}

.box-compose .box-composeMain:nth-child(odd) .box-composeMain-block {
  background: #ffc185;
}

.box-compose .box-composeMain:nth-child(odd) div:first-child .box-composeMain-block {
  background: #ffabaf;
}

.box-compose .symbol {
  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;
  color: rgba(0, 0, 0, 0.35);
  background: transparent !important;
}

.box-compose .symbol i {
  font-size: 1.5rem;
}

@media only screen and (max-width: 560px) {
  .box-compose .symbol i {
    font-size: 1.2rem;
  }
}

/* ================= 內容區塊 ================= */
.box {
  padding: 25px;
  margin: 2% 0;
}

.box-notice {
  color: #fff;
  line-height: 1.5em;
  outline: 2px dashed #fff;
  outline-offset: -12px;
  border-radius: 15px;
  background: #854216;
}

.box-notice p {
  margin: 0 1.5em !important;
  line-height: 1.8em !important;
}

.box-notice2 {
  border-radius: 10px;
  background: #FEC3DF;
}

.box-notice2 p {
  color: #A860BB;
  text-align: left;
  line-height: 1.5em;
}

/* ================= 底部top ================= */
.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: 35px 0 20px 0;
  text-align: center;
}

.gotoheader a {
  display: inline-block;
  color: #9b3d00;
}

.gotoheader a:hover {
  color: #e8d000;
}

/* =================滑動選單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;
}

@-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);
  }
}

.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;
  }
}

.swing {
  -webkit-animation: swing 2s infinite;
          animation: swing 2s infinite;
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(0 deg);
            transform: rotate(0 deg);
  }
  33% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  66% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  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(-20deg);
            transform: rotate(-20deg);
  }
  66% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  to {
    -webkit-transform: rotate(0 deg);
            transform: rotate(0 deg);
  }
}

/* 上下飄動 */
.sloganAnimation {
  -webkit-animation: delay 0.5s, toTop 0.5s 0.5s linear, flash 2s 1.5s linear infinite, pulse 4s 1.5s linear infinite;
          animation: delay 0.5s, toTop 0.5s 0.5s linear, flash 2s 1.5s linear infinite, pulse 4s 1.5s linear infinite;
}

@keyframes delay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  5% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  27% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  72% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  95% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  5% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  27% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  72% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  95% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes flash {
  10% {
    opacity: 1;
  }
  50% {
    opacity: .6;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flash {
  10% {
    opacity: 1;
  }
  50% {
    opacity: .6;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.toLeft {
  -webkit-animation-name: toLeft;
          animation-name: toLeft;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes toLeft {
  0% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 0;
  }
  35% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes toLeft {
  0% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 0;
  }
  35% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.toRight {
  -webkit-animation-name: toRight;
          animation-name: toRight;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes toRight {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
  35% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes toRight {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
  35% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
