@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: #000;
  background-image: url(/Action/79_TMD/20211119MS/images/indexBg.jpg?20211119);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #fff;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
  position: relative;
}

.header .container {
  width: 1280px;
  height: 840px;
  position: relative;
}

.header .logo, .header .logo a {
  width: 200px;
  height: 123px;
}

.header .logo {
  position: absolute;
  top: 233px;
  left: 710px;
  z-index: 999;
  background-repeat: no-repeat;
  background: url(../../images/logo.png?20211119) no-repeat;
  display: none;
  -webkit-animation: delay 0.6s, flip 0.6s 0.6s linear;
          animation: delay 0.6s, flip 0.6s 0.6s linear;
}

.header .logo a {
  display: block;
}

.header .slogan {
  width: 592px;
  height: 203px;
  position: absolute;
  top: 15px;
  left: 311px;
  background-repeat: no-repeat;
  background: url(../../images/slogan.png?20211119) no-repeat;
  -webkit-animation: delay 0.3s, bounceInUp 0.3s 0.3s linear;
          animation: delay 0.3s, bounceInUp 0.3s 0.3s linear;
}

.header .icon01 {
  width: 480px;
  height: 490px;
  position: absolute;
  top: 228px;
  left: 307px;
  background-repeat: no-repeat;
  background: url(../../images/icon01.png?20211119) no-repeat;
  -webkit-animation: delay 0.5s, bounceIn 0.5s 0.5s linear, heartBeat 2s 2s infinite;
          animation: delay 0.5s, bounceIn 0.5s 0.5s linear, heartBeat 2s 2s infinite;
}

.header .icon02 {
  width: 312px;
  height: 321px;
  position: absolute;
  top: 382px;
  left: 10px;
  background-repeat: no-repeat;
  background: url(../../images/icon02.png?20211119) no-repeat;
  -webkit-animation: delay 0.6s, bounceIn 0.6s 0.6s linear;
          animation: delay 0.6s, bounceIn 0.6s 0.6s linear;
}

.header .icon03 {
  width: 296px;
  height: 306px;
  position: absolute;
  top: 75px;
  left: 17px;
  background-repeat: no-repeat;
  background: url(../../images/icon03.png?20211119) no-repeat;
  -webkit-animation: delay 0.7s, bounceIn 0.7s 0.7s linear;
          animation: delay 0.7s, bounceIn 0.7s 0.7s linear;
}

.header .role {
  width: 665px;
  height: 1140px;
  position: absolute;
  top: 9px;
  left: 641px;
  background-repeat: no-repeat;
  background: url(../../images/role.png?20211119) no-repeat;
  -webkit-animation: delay 0.8s, toRight 0.8s 0.8s linear;
          animation: delay 0.8s, toRight 0.8s 0.8s linear;
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  padding-bottom: 2.5%;
}

.content .container {
  max-width: 1200px;
  padding: 0 3em;
}

.content .container h3 {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: -5%;
  padding: 0 0 30px 0;
  -webkit-animation: delay 1.5s, fadeInDown 0.8s 0.8s;
          animation: delay 1.5s, fadeInDown 0.8s 0.8s;
}

.content .container h3 img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: -595%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.content .container p {
  margin-left: 2.5em;
}

.content .container p a {
  color: #ff0000;
  text-decoration: underline;
}

.content .container p a:hover {
  color: #0051ff;
}

.content .container p.txt-center {
  margin-left: 0;
}

.content .container h4 {
  border-radius: 30px;
  margin: 10px 0;
  display: inline-block;
  padding: 5px 10px;
  color: #A82A27;
  background-color: #FFE730;
  font-weight: bold;
  font-size: 1.35em;
}

.content .container h4:before {
  content: '';
  width: 60px;
  height: 60px;
  display: inline-block;
  margin: -17px 5px;
  background-image: url("../../images/online-shopping.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.content .container h5 {
  font-size: 1.5em;
  padding: 16px 10px;
  background-color: transparent !important;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 66, 0, 0)), color-stop(20%, rgba(255, 66, 0, 0.4)), color-stop(50%, #ffb800), color-stop(80%, rgba(255, 66, 0, 0.4)), to(rgba(255, 66, 0, 0)));
  background-image: linear-gradient(to right, rgba(255, 66, 0, 0) 0%, rgba(255, 66, 0, 0.4) 20%, #ffb800 50%, rgba(255, 66, 0, 0.4) 80%, rgba(255, 66, 0, 0) 100%);
}

.content .container h6 {
  font-size: 1.125em;
  line-height: 1.5em;
  padding: 20px 0;
  text-align: center;
}

.content .container h6 span {
  padding: 5px 15px;
  background: #be0000;
  border-radius: 10px;
  color: #fff;
}

.content .container ol, .content .container ul {
  margin-left: 3em;
}

.content .container ol li a, .content .container ul li a {
  color: #ff0000;
  text-decoration: underline;
}

.content .container ol li a:hover, .content .container ul li a:hover {
  color: #0051ff;
}

.container > ul.tabBtn li {
  width: 20%;
}

@media only screen and (max-width: 1280px) {
  .container > ul.tabBtn li {
    width: 40%;
  }
}

@media only screen and (max-width: 500px) {
  .container > ul.tabBtn li {
    width: 100%;
  }
}

.container > ul.tabBtn li img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.container > ul.tabBtn_styleB li {
  width: 19%;
}

@media only screen and (max-width: 1280px) {
  .container > ul.tabBtn_styleB li {
    width: 29%;
  }
}

@media only screen and (max-width: 500px) {
  .container > ul.tabBtn_styleB li {
    width: 45%;
  }
}

.container > ul.tabBtn_styleB .Btntext {
  line-height: 45px;
}

ul.tabBtn li:hover img, ul.tabBtn li.active img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

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;
  width: 40%;
  padding: 0px 20px;
  margin: 5px;
  border: 1px solid #ccc;
  border-radius: 20px;
  color: #333;
  font-weight: bold;
  background: #ccc;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ccc), to(#7F7F7F));
  background: linear-gradient(to bottom, #ccc 20%, #7F7F7F 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-box-shadow: 0px 3px 0 #000;
          box-shadow: 0px 3px 0 #000;
}

ul.tabBtn li:hover, ul.tabBtn li.active {
  cursor: pointer;
  color: #db5000;
  font-weight: bold;
  background-color: black;
  border: 1px solid #ffbb00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe600), color-stop(20%, #ffe600), color-stop(40%, #ffe600), color-stop(60%, #ffe600), color-stop(80%, #ffe600), to(#ffe600));
  background-image: linear-gradient(to bottom, #ffe600 0%, #ffe600 20%, #ffe600 40%, #ffe600 60%, #ffe600 80%, #ffe600 100%);
  -webkit-box-shadow: 0px 2px #ffb121,inset 0 2px 2px 2px #ffec45 ,inset 0 -10px 10px 0px #fff7ac;
          box-shadow: 0px 2px #ffb121,inset 0 2px 2px 2px #ffec45 ,inset 0 -10px 10px 0px #fff7ac;
}

ul.tabBtn .tabBtnStyle {
  text-align: left;
  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;
}

ul.tabBtn .tabBtnStyle .Btntext {
  font-size: 22px;
}

@media only screen and (max-width: 1280px) {
  ul.tabBtn .tabBtnStyle .Btntext {
    font-size: 20px;
  }
}

ul.tabBtn .tabBtnStyle img {
  width: 50%;
  max-width: 90px;
}

.tabMain_bg {
  width: 100%;
  margin: 0 auto;
  background: #311901;
  border-radius: 20px;
  padding: 10px 0;
}

ul.tabMain {
  width: 100%;
  margin: 0 auto;
  margin-left: auto !important;
  list-style: none;
  border-radius: 20px;
  padding: 5px;
}

ul.tabMain > li {
  display: none;
}

ul.tabMain h5 {
  font-size: 1.5em;
  padding: 16px 10px;
  background-color: transparent !important;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(20%, #aa3e04), color-stop(50%, #c07420), color-stop(80%, #aa3e04), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #aa3e04 20%, #c07420 50%, #aa3e04 80%, rgba(0, 0, 0, 0) 100%);
}

ul.tabMain p {
  clear: both;
  margin-left: 2em;
  line-height: 32px;
}

.content__btn div {
  color: #fff;
  text-align: center;
  width: auto;
  margin-bottom: 10px;
}

.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 #ff0303;
  cursor: pointer;
  background-image: #cf0000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#920000), color-stop(20%, #920000), color-stop(40%, #cf0000), color-stop(60%, #cf0000), color-stop(80%, #920000), to(#920000));
  background-image: linear-gradient(to bottom, #920000 0%, #920000 20%, #cf0000 40%, #cf0000 60%, #920000 80%, #920000 100%);
  -webkit-box-shadow: 0px 3px 3px #360000;
          box-shadow: 0px 3px 3px #360000;
  color: #fff;
}

.btnBox a:hover {
  border: 1px solid #33a3ff;
  background-image: #008cff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#006ac2), color-stop(20%, #006ac2), color-stop(40%, #008cff), color-stop(60%, #008cff), color-stop(80%, #006ac2), to(#006ac2));
  background-image: linear-gradient(to bottom, #006ac2 0%, #006ac2 20%, #008cff 40%, #008cff 60%, #006ac2 80%, #006ac2 100%);
  -webkit-box-shadow: 0px 2px 2px #003866, inset 0 1px 1px 1px #299eff, inset 0 -8px 8px 0px #52b1ff;
          box-shadow: 0px 2px 2px #003866, inset 0 1px 1px 1px #299eff, inset 0 -8px 8px 0px #52b1ff;
  top: 2px;
  color: #fff;
}

/* ================= item__box ================= */
.item__box {
  background-color: #000;
  border: 5px solid #420000;
  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(#7a6200), color-stop(5%, #7a6200), color-stop(50%, #ffd114), color-stop(95%, #7a6200), to(#7a6200));
  background: linear-gradient(to left, #7a6200 0%, #7a6200 5%, #ffd114 50%, #7a6200 95%, #7a6200 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: #ffbb00;
  font-weight: bold;
}

@media only screen and (max-width: 500px) {
  .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: 500px) {
  .item__box .item__box-get .row {
    padding: 0;
  }
}

.item__box .item__box-get .row div:nth-child(1) .item__box--02 {
  border: 3px #b10000 solid;
}

.item__box .item__box-get .row div:nth-child(1) .item__box--02 .item__box-title {
  background-color: #b10000;
}

.item__box .item__box-get .row div:nth-child(1) .item__box--02.no {
  border: 3px #ddc95f solid;
}

.item__box .item__box-get .row div:nth-child(1) .item__box--02.no .item__box-title {
  background: #ddc95f;
}

.item__box .item__box-text {
  text-align: left;
}

.item__box .item__box--02 {
  background-color: #000;
  border: 3px #420000 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: #ffefd9;
  background: #420000;
}

.item__box .item__box--02 .item__box-get {
  background-color: transparent;
  color: #ff0;
}

.item__box .listawards {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 500px) {
  .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: 500px) {
  .item__box .listawards img {
    width: 100px;
  }
}

.item__box .listawards i {
  color: #7e7e7e;
}

.row_styleB .item__box--02 {
  border: 3px #311901 solid !important;
}

.row_styleB .item__box--02 .item__box-title {
  background-color: #311901 !important;
}

/*================= 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 #f9bb1a;
  background: #fcd97d;
  /*單獨圖片尺寸*/
  /*表格內圖片尺寸*/
}

@media only screen and (max-width: 811px) {
  .table {
    margin-top: 5px;
    margin-bottom: 15px;
  }
}

.table-full {
  width: 95%;
  margin: 15px auto;
}

.table tr {
  background: #fff;
}

.table tr th {
  background: #f9bb1a;
  color: #4d1600;
}

.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%;
  max-width: 100%;
}

.table.collect {
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 500px) {
  .table.collect {
    width: 85%;
    margin: 0;
  }
}

.table.collect2 {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 500px) {
  .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: 811px) {
  .table.collect2 td .icon_tit img {
    top: 10px;
    max-width: 120px;
  }
}

@media only screen and (max-width: 500px) {
  .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: 811px) {
  .table.collect td .icon_tit {
    right: -70px;
  }
}

@media only screen and (max-width: 811px) {
  .table.collect td .icon_tit img {
    max-width: 120px;
  }
}

@media only screen and (max-width: 500px) {
  .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%;
}

.table .labels {
  position: relative;
  padding: 6.5% 0;
}

@media only screen and (max-width: 811px) {
  .table .labels {
    padding: 12% 0;
  }
}

@media only screen and (max-width: 500px) {
  .table .labels {
    padding: 15% 0;
  }
}

.table .labels_img {
  position: absolute;
  top: -12px;
  right: -10px;
  width: 74px;
  height: 74px;
}

@media only screen and (max-width: 811px) {
  .table .labels_img {
    top: -27px;
    right: -23px;
  }
}

@media only screen and (max-width: 500px) {
  .table .labels_img {
    top: -27px;
    right: -28px;
  }
}

/* ================= 說明框 ================= */
.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 {
  padding: 0;
}

.box-compose .title div {
  background: #f9bb1a;
  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: #000;
}

.box-compose .box-composeMain:nth-child(even) > div {
  background: #ffb62f;
}

.box-compose .box-composeMain:nth-child(even) .fa {
  color: #a82a27;
}

.box-compose .box-composeMain:nth-child(odd) {
  color: #000;
}

.box-compose .box-composeMain:nth-child(odd) > div {
  background: #ffe730;
}

.box-compose .box-composeMain:nth-child(odd) .fa {
  color: #a82a27;
}

.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: 811px) {
  .box-compose .box-composeMain div.symbol {
    font-size: 1.25em;
  }
}

.box-compose .box-composeMain a {
  color: #ff00f8;
}

.box-compose .box-composeMain a:hover {
  color: #31d1f3;
}

.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;
  margin: 0px;
}

.box-compose .box-composeMain div p img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/* ================= 內容區塊 ================= */
.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: #f9bb1a;
}

.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: #ffbe14;
}

.gotoheader a:hover {
  color: #dcff61;
}

/* =================滑動選單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;
  }
}
