@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
.img-group {
  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 {
  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: #85e4d5;
}

.gotoheader a:hover {
  color: #cbf2c3;
}

.body {
  background: #285567;
}

.wrapper {
  background-image: url(../../images/indexBg.jpg);
  background-color: #285567;
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
}

.header .container {
  width: 1280px;
  height: 702px;
  position: relative;
}

.header .sub {
  width: 702px;
  height: 403px;
  position: absolute;
  top: 144px;
  left: 507px;
  background: url(../../images/sub.png);
  -webkit-animation: fadeInUp 0.5s, pulse 1s 1.5s infinite;
          animation: fadeInUp 0.5s, pulse 1s 1.5s infinite;
}

.header .slogan {
  width: 721px;
  height: 166px;
  position: absolute;
  top: 540px;
  left: 511px;
  background: url(../../images/slogan.png);
  -webkit-animation: delay 0.3s, fadeInUp 0.5s 0.3s;
          animation: delay 0.3s, fadeInUp 0.5s 0.3s;
}

.header .logo, .header .logo a {
  width: 332px;
  height: 224px;
  display: block;
}

.header .logo {
  position: absolute;
  top: 7px;
  left: 504px;
  z-index: 9;
  background-image: 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;
  -webkit-animation: slideInDown .5s;
          animation: slideInDown .5s;
}

.nav .container {
  width: 1280px;
  position: relative;
}

.nav .navBtn {
  width: 1180px;
  position: relative;
  margin: 0 auto;
  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: 295px;
  height: 200px;
  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;
}

.nav .navBtn li.navBtn1 a {
  background-position-x: 0px !important;
}

.nav .navBtn li.navBtn2 a {
  background-position-x: -287px !important;
}

.nav .navBtn li.navBtn3 a {
  background-position-x: -574px !important;
}

.nav .navBtn li.navBtn4 a {
  background-position-x: -861px !important;
}

.nav .navBtn li a:hover, .nav .navBtn li.action a {
  background-image: url(../../images/navBtn_action.png);
}

.nav .navBtn li a {
  width: 287px;
  height: 200px;
  display: block;
  background-image: url(../../images/navBtn.png);
  margin: 0 auto;
}

.nav .navBtn li a:hover {
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
}

/* ================= 內容 ================= */
.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: 579px;
  width: 90%;
  margin: 0 auto;
}

.content .container h4 {
  position: relative;
  display: block;
  color: #CCF49F;
  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 .container h4 {
    font-size: 1.125rem;
  }
}

.content .container h4:before {
  content: '';
  background-image: url("../../images/lotus-flower.svg");
  background-size: 100%;
  width: 2em;
  height: 2em;
  display: inline-block;
  margin: 0 5px;
}

.content .container h5 {
  font-size: 1.2em;
  padding: .8em;
  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 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 > p {
  margin-left: 2rem;
}

.content .container > p a {
  color: #fdba00;
  text-decoration: underline;
}

.content .container > p a:hover {
  color: #3ef5a9;
}

.content .container > p.txt-center {
  margin-left: 0;
}

.content .container ol a,
.content .container ul a {
  color: #fdba00;
  text-decoration: underline;
}

.content .container ol a:hover,
.content .container ul a:hover {
  color: #3ef5a9;
}

.content__btn div {
  color: #fff;
  text-align: center;
  margin-bottom: 38px;
}

.content__btn div a:hover, .content__btn div.action a {
  width: 120px;
  border-radius: 18px;
  border: 1px solid #9bc6ff;
  background-image: #4e9bff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#006dfb), color-stop(20%, #006dfb), color-stop(40%, #4e9bff), color-stop(60%, #4e9bff), color-stop(80%, #006dfb), to(#006dfb));
  background-image: linear-gradient(to bottom, #006dfb 0%, #006dfb 20%, #4e9bff 40%, #4e9bff 60%, #006dfb 80%, #006dfb 100%);
  color: #fff799;
}

.content__btn div a {
  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;
}

.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;
}

.btnBox a {
  border: 1px solid #cf33ff;
  cursor: pointer;
  background-image: #c300ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9400c2), color-stop(20%, #9400c2), color-stop(40%, #c300ff), color-stop(60%, #c300ff), color-stop(80%, #9400c2), to(#9400c2));
  background-image: linear-gradient(to bottom, #9400c2 0%, #9400c2 20%, #c300ff 40%, #c300ff 60%, #9400c2 80%, #9400c2 100%);
  -webkit-box-shadow: 0px 3px 3px #4e0066;
          box-shadow: 0px 3px 3px #4e0066;
  color: #fff;
}

.btnBox a:hover {
  border: 1px solid #fffad1;
  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 2px 2px #ffe505, inset 0 1px 1px 1px #fff9c7, inset 0 -8px 8px 0px #fffdf0;
          box-shadow: 0px 2px 2px #ffe505, inset 0 1px 1px 1px #fff9c7, inset 0 -8px 8px 0px #fffdf0;
  top: 2px;
  color: #665b00;
}

/* ================= item__box ================= */
.item__box {
  background: white;
  border: 0;
  border-radius: 10px 10px 0 0;
  border: 3px solid #9BCEC6;
  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(#79bdb2), color-stop(20%, #9BCEC6), color-stop(80%, #9BCEC6), to(#79bdb2));
  background: linear-gradient(to right, #79bdb2 0%, #9BCEC6 20%, #9BCEC6 80%, #79bdb2 100%);
  color: #22443f;
}

.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 #9BCEC6 solid;
  border-radius: 10px;
  height: 100%;
}

.item__box .item__box--02 .item__box-title {
  color: #22443f;
}

.item__box-img img {
  border-radius: 0px;
}

.item-title {
  width: 96%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  background-color: #9BCEC6;
  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 #c5f7ef;
}

.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 #c5f7ef;
  table-layout: fixed;
}

.table tr {
  background: #fff;
}

.table tr th {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#80c1b6), to(#9BCEC6));
  background: linear-gradient(to top, #80c1b6 0%, #9BCEC6 100%);
  color: #22443f;
}

.table tr th.thStyle02 {
  color: #752b00;
  background: #ffec80;
}

.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;
}

/*================= 內容區塊獨立樣式設定 =================*/
.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: #5DABB9;
  color: #fff;
}

.card-notice .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;
  font-size: 1.35em;
}

.card-notice2 {
  border-radius: 10px;
  background: #abe7f1;
}

.card-notice2 p {
  color: #3f6f77;
  line-height: 1.5em;
  font-size: 1.25em;
  font-weight: bold;
}
