@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
table {
  font-family: "Helvetica Neue","微軟正黑體","Helvetica","Arial","PingFangTC-Light","STHeitiTC-Light","Microsoft JhengHei",sans-serif;
}

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: #a8bfff;
}

.gotoheader a:hover {
  color: #f5fffc;
}

body {
  background-color: #002690;
}

.wrapper {
  background-image: url(../../images/indexbg.jpg), url(../../images/footer.png);
  background-color: #002690;
  background-position: top center, bottom center;
  background-repeat: no-repeat;
  color: #fff;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
}

.header canvas {
  position: absolute;
  left: 0;
  width: 100%;
}

.header .container {
  width: 1280px;
  height: 814px;
  position: relative;
}

.header .slogan01 {
  width: 650px;
  height: 130px;
  position: absolute;
  top: 22px;
  left: 393px;
  background: url(../../images/slogan01.png);
  -webkit-animation: bounceIn 1s 0.5s linear,pulse 1.5s 2s infinite;
          animation: bounceIn 1s 0.5s linear,pulse 1.5s 2s infinite;
}

.header .slogan02 {
  width: 604px;
  height: 188px;
  position: absolute;
  top: 607px;
  left: 527px;
  background: url(../../images/slogan02.png);
  -webkit-animation: bounceInUp 1s 0.5s linear,pulse 1.5s 2s infinite;
          animation: bounceInUp 1s 0.5s linear,pulse 1.5s 2s infinite;
}

.header .logo {
  width: 183px;
  height: 117px;
  position: absolute;
  top: 683px;
  left: 50px;
  background: url(../../images/logo.png) !important;
  background-size: 100% !important;
  -webkit-animation: bounceInUp 1s 0.5s;
          animation: bounceInUp 1s 0.5s;
}

.header .logo a {
  display: block;
  width: 183px;
  height: 117px;
}

/* ================= 內容 ================= */
.content {
  width: 100%;
}

.content .container {
  position: relative;
  width: 1280px;
}

.content h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 0 24px 0;
  width: 100%;
  margin-top: -10px;
}

.content h3 img {
  display: block;
  max-width: 1012px;
  width: 98%;
  margin: 0 auto;
}

.content h4 {
  position: relative;
  display: block;
  color: #FFE164;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 16px 0;
  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: 798px) {
  .content h4 {
    font-size: 1.125rem;
  }
}

.content h4:before {
  content: '';
  background-image: url("../../images/fireword.svg");
  background-size: 100%;
  width: 2em;
  height: 2em;
  display: inline-block;
  margin: 0 5px;
}

.content h5 {
  font-size: 1.2em;
  padding: .8em;
  text-align: center;
  margin-bottom: 10px;
  background-image: #b2c4f5;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(178, 196, 245, 0)), color-stop(20%, #b2c4f5), color-stop(40%, #b2c4f5), color-stop(60%, #b2c4f5), color-stop(80%, #b2c4f5), to(rgba(178, 196, 245, 0)));
  background-image: linear-gradient(to left, rgba(178, 196, 245, 0) 0%, #b2c4f5 20%, #b2c4f5 40%, #b2c4f5 60%, #b2c4f5 80%, rgba(178, 196, 245, 0) 100%);
  line-height: 28px;
  color: #0c215a;
}

.content h6 {
  color: #3D5BD4;
  font-size: 1.2em;
  background: #FFE164;
  border-radius: 5px 30px 30px 5px;
  padding: 8px 32px 8px 16px;
  margin: 16px 0;
  display: inline-block;
  text-align: left;
}

.content p a, .content ol a, .content ul a {
  color: #3efff5;
  text-decoration: underline;
}

.content p a:hover, .content ol a:hover, .content ul a:hover {
  color: #ffd900;
}

.content p {
  margin-left: 2rem;
  color: #fff;
  line-height: 1.5em;
  font-size: 1.5em;
}

.content ol, .content ul {
  color: #fff;
  line-height: 1.5em;
  font-size: 1.5em;
}

.content.txt-center {
  margin-left: 0;
}

.content__btn {
  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-bottom: 20px;
  padding-top: 15px;
}

.content__btn div {
  margin: 0 5px;
  margin-bottom: 16px;
  position: relative;
  color: #fff;
  text-align: center;
  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;
}

.content__btn div a:hover, .content__btn div.action a {
  border-radius: 18px;
  border: 1px solid #ff1d1d;
  background-image: #cf0000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7d0000), color-stop(20%, #7d0000), color-stop(40%, #cf0000), color-stop(60%, #cf0000), color-stop(80%, #7d0000), to(#7d0000));
  background-image: linear-gradient(to bottom, #7d0000 0%, #7d0000 20%, #cf0000 40%, #cf0000 60%, #7d0000 80%, #7d0000 100%);
  color: #fff799;
}

.content__btn div a {
  display: block;
  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;
  padding: 12px 16px;
  border-radius: 18px;
  border: 1px solid #f1f1f1;
  text-align: center;
  font-weight: bold;
}

.content__btn div .label {
  width: auto;
  position: absolute;
  top: -1.28rem;
  left: -.6rem;
}

.content__btn div .label:before {
  content: '\f0a3';
  font-family: FontAwesome;
  color: #ffe049;
  text-shadow: 1px 1px 2px #4f2a00;
  font-size: 3.5em;
  display: block;
  position: absolute;
}

.content__btn div .label:after {
  content: attr(data-content);
  font-weight: bold;
  color: #4a0000;
  font-size: 0.7em;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  white-space: pre;
  line-height: 1.125em;
}

.btnBox {
  width: 90%;
  margin: 10px auto 20px 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;
}

.btnBox a {
  display: block;
  position: relative;
  width: 200px;
  padding: 10px 0;
  margin: 5px 10px;
  border: 1px solid #fffad1;
  border-radius: 75px;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  background-image: #fff59e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffef61), color-stop(20%, #ffef61), color-stop(40%, #fff59e), color-stop(60%, #fff59e), color-stop(80%, #ffef61), to(#ffef61));
  background-image: linear-gradient(to bottom, #ffef61 0%, #ffef61 20%, #fff59e 40%, #fff59e 60%, #ffef61 80%, #ffef61 100%);
  -webkit-box-shadow: 0px 3px 3px #ffe505;
          box-shadow: 0px 3px 3px #ffe505;
  color: #665b00;
}

.btnBox a:hover {
  top: 2px;
  border: 1px solid #adf9ff;
  background-image: #7af6ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3df2ff), color-stop(20%, #3df2ff), color-stop(40%, #7af6ff), color-stop(60%, #7af6ff), color-stop(80%, #3df2ff), to(#3df2ff));
  background-image: linear-gradient(to bottom, #3df2ff 0%, #3df2ff 20%, #7af6ff 40%, #7af6ff 60%, #3df2ff 80%, #3df2ff 100%);
  -webkit-box-shadow: 0px 2px 2px #00d1e0, inset 0 1px 1px 1px #a3f9ff, inset 0 -8px 8px 0px #ccfcff;
          box-shadow: 0px 2px 2px #00d1e0, inset 0 1px 1px 1px #a3f9ff, inset 0 -8px 8px 0px #ccfcff;
  top: 2px;
  color: #005f66;
}

ul.tabBtn {
  text-align: center;
  margin-left: 0 !important;
  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;
  list-style-type: none;
}

ul.tabBtn li a {
  display: block;
  position: relative;
  padding: 8px 16px;
  margin: 10px 10px;
  font-weight: bold;
  border-radius: 50px;
  border: 1px solid #fcfcfc;
  -webkit-box-shadow: 0px 3px 3px #00e1ff;
          box-shadow: 0px 3px 3px #00e1ff;
  text-decoration: none;
  background-image: #bbb2a4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e7e4de), color-stop(20%, #e7e4de), color-stop(40%, #bbb2a4), color-stop(60%, #bbb2a4), color-stop(80%, #e7e4de), to(#e7e4de));
  background-image: linear-gradient(to bottom, #e7e4de 0%, #e7e4de 20%, #bbb2a4 40%, #bbb2a4 60%, #e7e4de 80%, #e7e4de 100%);
  -webkit-box-shadow: 0px 3px 3px #80745f;
          box-shadow: 0px 3px 3px #80745f;
  color: #3b352b;
}

ul.tabBtn li:hover a, ul.tabBtn li.active a {
  cursor: pointer;
  color: #532f00;
  background-color: black;
  border: 1px solid #bff5ff;
  background-image: #82ecff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#30e0ff), color-stop(20%, #30e0ff), color-stop(40%, #82ecff), color-stop(60%, #82ecff), color-stop(80%, #30e0ff), to(#30e0ff));
  background-image: linear-gradient(to bottom, #30e0ff 0%, #30e0ff 20%, #82ecff 40%, #82ecff 60%, #30e0ff 80%, #30e0ff 100%);
  -webkit-box-shadow: 0px 2px #0ddaff, inset 0 2px 2px 2px #59e6ff, inset 0 -10px 10px 0px #96efff;
          box-shadow: 0px 2px #0ddaff, inset 0 2px 2px 2px #59e6ff, inset 0 -10px 10px 0px #96efff;
  color: #005766;
}

.tabMain {
  display: none;
  padding: 20px;
}

/* ================= item__box ================= */
.item__box {
  position: relative;
  height: 100%;
  background: white;
  border-radius: 10pxg48;
  border: 3px solid #7b7dff;
  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 {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  padding: 12px 0;
  background: -webkit-gradient(linear, left top, right top, from(#484bff), color-stop(20%, #7b7dff), color-stop(80%, #7b7dff), to(#484bff));
  background: linear-gradient(to right, #484bff 0%, #7b7dff 20%, #7b7dff 80%, #484bff 100%);
  color: #fff;
}

.item__box .item__box-title-2 {
  height: 4em;
  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-title img {
  display: block;
  margin: 0 auto;
}

.item__box .item__box-get {
  padding: 8px;
  text-align: center;
  color: #ff9100;
  font-weight: bold;
  font-size: 1.2em;
}

.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 {
  padding: 15px;
  text-align: left;
}

.item__box--02 {
  background-color: #ffffff;
  border: 3px #7b7dff solid;
  height: 100%;
}

.item__box--02 .item__box-title {
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  padding: 12px 0;
  background: -webkit-gradient(linear, left top, right top, from(#484bff), color-stop(20%, #7b7dff), color-stop(80%, #7b7dff), to(#484bff));
  background: linear-gradient(to right, #484bff 0%, #7b7dff 20%, #7b7dff 80%, #484bff 100%);
  color: #fff;
}

.item__box-img {
  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: 8px 8px 0 0;
}

.item__box-img-500 {
  width: 100%;
  height: 500px;
}

.item__box-img-500 img {
  max-height: 500px;
}

.item__box-img-450 {
  width: 100%;
  height: 450px;
}

.item__box-img-450 img {
  max-height: 450px;
}

.item__box-img-400 {
  width: 100%;
  height: 400px;
}

.item__box-img-400 img {
  max-height: 400px;
}

.item__box-img-350 {
  width: 100%;
  height: 350px;
}

.item__box-img-350 img {
  max-height: 350px;
}

.item__box-img-300 {
  width: 100%;
  height: 300px;
}

.item__box-img-300 img {
  max-height: 300px;
}

.item__box-img-250 {
  width: 100%;
  height: 250px;
}

.item__box-img-250 img {
  max-height: 250px;
}

.item__box-img-200 {
  width: 100%;
  height: 200px;
}

.item__box-img-200 img {
  max-height: 200px;
}

.item__box-img-150 {
  width: 100%;
  height: 150px;
}

.item__box-img-150 img {
  max-height: 150px;
}

.item__box-img-100 {
  width: 100%;
  height: 100px;
}

.item__box-img-100 img {
  max-height: 100px;
}

.item__box-img img {
  max-width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

@media only screen and (max-width: 798px) {
  .item__box-img-m-500 {
    width: 100%;
    height: 500px;
  }
  .item__box-img-m-500 img {
    max-height: 500px;
  }
  .item__box-img-m-450 {
    width: 100%;
    height: 450px;
  }
  .item__box-img-m-450 img {
    max-height: 450px;
  }
  .item__box-img-m-400 {
    width: 100%;
    height: 400px;
  }
  .item__box-img-m-400 img {
    max-height: 400px;
  }
  .item__box-img-m-350 {
    width: 100%;
    height: 350px;
  }
  .item__box-img-m-350 img {
    max-height: 350px;
  }
  .item__box-img-m-300 {
    width: 100%;
    height: 300px;
  }
  .item__box-img-m-300 img {
    max-height: 300px;
  }
  .item__box-img-m-250 {
    width: 100%;
    height: 250px;
  }
  .item__box-img-m-250 img {
    max-height: 250px;
  }
  .item__box-img-m-200 {
    width: 100%;
    height: 200px;
  }
  .item__box-img-m-200 img {
    max-height: 200px;
  }
  .item__box-img-m-150 {
    width: 100%;
    height: 150px;
  }
  .item__box-img-m-150 img {
    max-height: 150px;
  }
  .item__box-img-m-100 {
    width: 100%;
    height: 100px;
  }
  .item__box-img-m-100 img {
    max-height: 100px;
  }
  .item__box-img-m img {
    max-width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}

@media only screen and (max-width: 560px) {
  .item__box-img-ms-500 {
    width: 100%;
    height: 500px;
  }
  .item__box-img-ms-500 img {
    max-height: 500px;
  }
  .item__box-img-ms-450 {
    width: 100%;
    height: 450px;
  }
  .item__box-img-ms-450 img {
    max-height: 450px;
  }
  .item__box-img-ms-400 {
    width: 100%;
    height: 400px;
  }
  .item__box-img-ms-400 img {
    max-height: 400px;
  }
  .item__box-img-ms-350 {
    width: 100%;
    height: 350px;
  }
  .item__box-img-ms-350 img {
    max-height: 350px;
  }
  .item__box-img-ms-300 {
    width: 100%;
    height: 300px;
  }
  .item__box-img-ms-300 img {
    max-height: 300px;
  }
  .item__box-img-ms-250 {
    width: 100%;
    height: 250px;
  }
  .item__box-img-ms-250 img {
    max-height: 250px;
  }
  .item__box-img-ms-200 {
    width: 100%;
    height: 200px;
  }
  .item__box-img-ms-200 img {
    max-height: 200px;
  }
  .item__box-img-ms-150 {
    width: 100%;
    height: 150px;
  }
  .item__box-img-ms-150 img {
    max-height: 150px;
  }
  .item__box-img-ms-100 {
    width: 100%;
    height: 100px;
  }
  .item__box-img-ms-100 img {
    max-height: 100px;
  }
  .item__box-img-ms img {
    max-width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}

@media only screen and (max-width: 400px) {
  .item__box-img-xms-500 {
    width: 100%;
    height: 500px;
  }
  .item__box-img-xms-500 img {
    max-height: 500px;
  }
  .item__box-img-xms-450 {
    width: 100%;
    height: 450px;
  }
  .item__box-img-xms-450 img {
    max-height: 450px;
  }
  .item__box-img-xms-400 {
    width: 100%;
    height: 400px;
  }
  .item__box-img-xms-400 img {
    max-height: 400px;
  }
  .item__box-img-xms-350 {
    width: 100%;
    height: 350px;
  }
  .item__box-img-xms-350 img {
    max-height: 350px;
  }
  .item__box-img-xms-300 {
    width: 100%;
    height: 300px;
  }
  .item__box-img-xms-300 img {
    max-height: 300px;
  }
  .item__box-img-xms-250 {
    width: 100%;
    height: 250px;
  }
  .item__box-img-xms-250 img {
    max-height: 250px;
  }
  .item__box-img-xms-200 {
    width: 100%;
    height: 200px;
  }
  .item__box-img-xms-200 img {
    max-height: 200px;
  }
  .item__box-img-xms-150 {
    width: 100%;
    height: 150px;
  }
  .item__box-img-xms-150 img {
    max-height: 150px;
  }
  .item__box-img-xms-100 {
    width: 100%;
    height: 100px;
  }
  .item__box-img-xms-100 img {
    max-height: 100px;
  }
  .item__box-img-xms img {
    max-width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}

.item__box-img img {
  border-radius: 0px;
}

.item-title {
  width: 96%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  background-color: #b2c4f5;
  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 #6ea8ff;
}

.table {
  font-family: "Helvetica Neue","微軟正黑體","Helvetica","Arial","PingFangTC-Light","STHeitiTC-Light","Microsoft JhengHei",sans-serif;
  margin: 20px 0;
  font-size: 1em;
  word-break: break-all;
  border-spacing: 0;
  border-collapse: initial;
  border-radius: 5px;
  color: #202c0d;
  border: 3px solid #6ea8ff;
  table-layout: fixed;
}

.table tr {
  background: #fff;
}

.table tr th {
  text-align: center;
  font-size: 1.025em;
  font-weight: bold;
  padding: 5px;
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#103975), to(#154a99));
  background: linear-gradient(to top, #103975 0%, #154a99 100%);
  color: #fff;
}

.table tr th.thStyle02 {
  color: #752b00;
  background: #ffec80;
}

.table tr td {
  text-align: center;
  line-height: 24px;
  padding: 5px;
  /*單格變色*/
}

.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;
}

.WinData {
  display: block;
}

@media only screen and (max-width: 1025px) {
  .WinData {
    display: none;
  }
}

/*================= 內容區塊獨立樣式設定 =================*/
.card {
  padding: 30px;
  margin: 8px 0;
}

.card-notice {
  color: #fff;
  line-height: 1.5em;
  outline: 2px dashed #ffffff;
  outline-offset: -12px;
  border-radius: 15px;
  background: #82b7e0;
  color: #fff;
}

.card-notice2 {
  border-radius: 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(#b2c4f5), color-stop(10%, #f2f5ff), color-stop(70%, #b2c4f5), to(#d6e1ff));
  background: linear-gradient(to top, #b2c4f5 0%, #f2f5ff 10%, #b2c4f5 70%, #d6e1ff 100%);
  -webkit-box-shadow: inset 0 0 10px 5px rgba(255, 255, 255, 0.75);
          box-shadow: inset 0 0 10px 5px rgba(255, 255, 255, 0.75);
  color: #505563;
}

.card-notice2 p {
  color: #58412e;
  text-align: left;
  line-height: 1.5em;
}

.symbol {
  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;
}
