@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
.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;
}

.img-group img {
  display: inline-block !important;
  margin: 0 1% !important;
}

table {
  font-family: "新細明體", "細明體";
}

table tbody, table tfoot, table thead, table th, table td {
  vertical-align: middle;
  margin: 0 !important;
}

.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: darkorange;
}

.gotoheader a:hover {
  color: #ff4d9d;
}

.wrapper {
  background-image: url(../../images/indexBg.jpg);
  background-color: #000;
  background-position: top center, bottom center;
  background-repeat: no-repeat;
  color: #fff;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
}

.header .container {
  width: 1280px;
  height: 690px;
  position: relative;
}

.header .fistlogo {
  width: 514px;
  height: 219px;
  position: absolute;
  top: 251px;
  left: 383px;
  background-image: url("../../images/Fist_logo.png");
  background-size: 100%;
  -webkit-animation: 1s zoomInUp, 1s 1.5s pulse infinite;
          animation: 1s zoomInUp, 1s 1.5s pulse infinite;
}

.header .slogan {
  width: 796px;
  height: 215px;
  position: absolute;
  top: 474px;
  left: 193px;
  background: url(../../images/slogan.png);
  -webkit-animation: delay 0.5s, 1s 0.5s zoomInUp;
          animation: delay 0.5s, 1s 0.5s zoomInUp;
}

.header .logo, .header .logo a {
  width: 226px;
  height: 149px;
  display: block;
}

.header .logo {
  position: absolute;
  top: 10px;
  left: 43px;
  z-index: 9;
  background: url(../../images/logo.png);
}

@-webkit-keyframes delay {
  from, to {
    opacity: 0;
  }
}

@keyframes delay {
  from, to {
    opacity: 0;
  }
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  position: relative;
  z-index: 1;
}

.nav .container {
  width: 1280px;
  position: relative;
}

.nav .navBtn ul {
  width: 990px;
  position: relative;
  margin: 0 auto;
  width: 990px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nav .navBtn li {
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
  width: 330px;
  height: 130px;
  margin: 0 auto;
}

.nav .navBtn li.navBtn1 a {
  background-position-x: 0px !important;
}

.nav .navBtn li.navBtn2 a {
  background-position-x: -324px !important;
}

.nav .navBtn li.navBtn3 a {
  background-position-x: -648px !important;
}

.nav .navBtn li.navBtn5 a {
  background-position-x: -972px !important;
}

.nav .navBtn li.navBtn4 {
  width: 645px;
  height: 135px;
}

.nav .navBtn li.navBtn4 a {
  width: 645px;
  height: 135px;
  background-image: url(../../images/btn04.png);
}

.nav .navBtn li a {
  width: 324px;
  height: 130px;
  display: block;
  background-image: url(../../images/navbtn.png);
  margin: 0 auto;
}

.nav .navBtn li a:hover {
  -webkit-animation: headShake 1s infinite;
          animation: headShake 1s infinite;
  background-position-y: 100%;
}

.nav .navBtn li.action a {
  background-position-y: 100%;
}

/* ================= 內容 ================= */
.content {
  width: 100%;
}

.content .container {
  width: 900px;
  padding: 30px 0;
}

.content .container .btnM, .content .container .btnM a {
  width: 147px;
  height: 173px;
}

.content .container .btnM {
  position: absolute;
  top: 30px;
  right: 30px;
}

.content .container .btnM a {
  -webkit-transition: all .5s;
  transition: all .5s;
  background: url("../../images/btnM_hover.png");
}

.content .container .btnM a:hover, .content .container .btnM.action a {
  background: url("../../images/btnM_hover.png");
  -webkit-transition: all .5s;
  transition: all .5s;
}

.content .container h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 0 30px 0;
  width: 100%;
}

.content .container h3 img {
  display: block;
  max-width: 427px;
  width: 60%;
  margin: 0 auto;
}

.content .container h4 {
  position: relative;
  display: block;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.25rem;
  margin: 16px 0;
  text-shadow: -1px -1px 0 #c10000, 1px -1px 0 #c10000, -1px 1px 0 #c10000, 1px 1px 0 #c10000, 2px 2px 2px #c10000;
  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;
}

@media only screen and (max-width: 812px) {
  .content .container h4 {
    font-size: 1.125rem;
  }
}

.content .container h4:before {
  content: '';
  background-image: url("../../images/glove.svg");
  background-size: 100%;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  margin: 0 5px;
}

.content .container h5 {
  font-size: 1.2em;
  padding: .8em;
  margin-bottom: 16px;
  text-align: center;
  background-image: #c4171c;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(208, 104, 69, 0)), color-stop(20%, #d06845), color-stop(40%, #c4171c), color-stop(60%, #c4171c), color-stop(80%, #d06845), to(rgba(208, 104, 69, 0)));
  background-image: linear-gradient(to left, rgba(208, 104, 69, 0) 0%, #d06845 20%, #c4171c 40%, #c4171c 60%, #d06845 80%, rgba(208, 104, 69, 0) 100%);
}

.content .container > p a, .content .container ol a,
.content .container ul a {
  color: #00adfd;
  text-decoration: underline;
}

.content .container > p a:hover, .content .container ol a:hover,
.content .container ul a:hover {
  color: #f828ff;
}

.content .container > p {
  margin-left: 2em;
}

.content .container > p.txt-center {
  margin-left: 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 #02b2d1;
  background-image: #014f5d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0193ad), color-stop(20%, #0193ad), color-stop(40%, #014f5d), color-stop(60%, #014f5d), color-stop(80%, #0193ad), to(#0193ad));
  background-image: linear-gradient(to bottom, #0193ad 0%, #0193ad 20%, #014f5d 40%, #014f5d 60%, #0193ad 80%, #0193ad 100%);
  color: #fff799;
}

.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: #303030;
  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: #4a0000;
  font-size: 0.7em;
}

.content__btn-2n div a:hover, .content__btn-2n div.action a {
  border: 1px solid #ff4d64;
  background-image: #d6001d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff2945), color-stop(20%, #ff2945), color-stop(40%, #d6001d), color-stop(60%, #d6001d), color-stop(80%, #ff2945), to(#ff2945));
  background-image: linear-gradient(to bottom, #ff2945 0%, #ff2945 20%, #d6001d 40%, #d6001d 60%, #ff2945 80%, #ff2945 100%);
  color: #fff799;
}

.content__btn-2n div a {
  padding: 6px 8px;
}

.btnBox a {
  border: 1px solid #338bff;
  cursor: pointer;
  background-image: #006eff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0054c2), color-stop(20%, #0054c2), color-stop(40%, #006eff), color-stop(60%, #006eff), color-stop(80%, #0054c2), to(#0054c2));
  background-image: linear-gradient(to bottom, #0054c2 0%, #0054c2 20%, #006eff 40%, #006eff 60%, #0054c2 80%, #0054c2 100%);
  -webkit-box-shadow: 0px 3px 3px #002c66;
          box-shadow: 0px 3px 3px #002c66;
  color: #fff;
}

.btnBox a:hover {
  border: 1px solid #74ccff;
  background-image: #41b9ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#04a2ff), color-stop(20%, #04a2ff), color-stop(40%, #41b9ff), color-stop(60%, #41b9ff), color-stop(80%, #04a2ff), to(#04a2ff));
  background-image: linear-gradient(to bottom, #04a2ff 0%, #04a2ff 20%, #41b9ff 40%, #41b9ff 60%, #04a2ff 80%, #04a2ff 100%);
  -webkit-box-shadow: 0px 2px 2px #0069a7, inset 0 1px 1px 1px #6ac8ff, inset 0 -8px 8px 0px #93d7ff;
          box-shadow: 0px 2px 2px #0069a7, inset 0 1px 1px 1px #6ac8ff, inset 0 -8px 8px 0px #93d7ff;
  top: 2px;
  color: #fff;
}

/* ================= item__box ================= */
.item__box {
  background: white;
  border: 0;
  border-radius: 10px 10px 0 0;
  border: 3px solid #9200cc;
  margin: 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 {
  background: -webkit-gradient(linear, left top, right top, from(#9200cc), color-stop(20%, #b700ff), color-stop(80%, #b700ff), to(#9200cc));
  background: linear-gradient(to right, #9200cc 0%, #b700ff 20%, #b700ff 80%, #9200cc 100%);
  color: #fff;
}

.item__box .item__box-title img {
  display: block;
  margin: 0 auto;
}

.item__box .item__box-get {
  text-align: center;
  color: #ff9100;
  font-weight: bold;
}

.item__box .item__box-get .plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item__box .item__box-text {
  text-align: left;
}

.item__box .item__box--02 {
  background-color: #ffffff;
  border: 3px #9200cc solid;
  border-radius: 10px;
  height: 100%;
}

.item__box .item__box--02 .item__box-title {
  color: #fff;
}

.item__box-img img {
  border-radius: 0px;
}

.item-title {
  width: 96%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  background-color: #ff8c00;
  border-radius: 12px;
  border: 3px solid #000;
  padding: 5px 0;
}

.item-title img {
  vertical-align: middle;
}

/*================= table================= */
.table tr th, .table tr td {
  border: 1px solid #ffb3b3;
}

.table {
  font-family: "Helvetica Neue","微軟正黑體","Helvetica","Arial","PingFangTC-Light","STHeitiTC-Light","Microsoft JhengHei",sans-serif;
  font-size: 1em;
  border-collapse: initial;
  border-radius: 5px;
  color: #202c0d;
  border: 3px solid #ffb3b3;
  table-layout: fixed;
}

.table tr {
  background: #fff;
}

.table tr th {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#d60000), to(#ff0000));
  background: linear-gradient(to top, #d60000 0%, #ff0000 100%);
  color: #fff;
}

.table tr th.thStyle02 {
  color: #752b00;
  background: #ffec80;
}

.table tr td {
  /*單格變色*/
}

.table tr td p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table tr td img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.table tr td img.img-inline {
  width: 4em;
  display: inline;
  margin: 0;
}

.table tr td[data-tdstyle="style01"] {
  background-color: #f6f6f6;
}

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;
}
