@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
img {
  max-width: 100%;
}

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: #b60000;
}

.gotoheader a:hover {
  color: #ff04ff;
  -webkit-animation: pulse 1s;
          animation: pulse 1s;
}

body {
  background-color: #dd7f1b;
}

.wrapper {
  background-image: url(../../images/indexBg.jpg);
  background-color: #dd7f1b;
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
  letter-spacing: 1px;
  padding-bottom: 3%;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
}

.header .container {
  width: 1280px;
  height: 797px;
  position: relative;
}

.header .logo, .header .logo a {
  width: 364px;
  height: 131px;
  display: block;
}

.header .logo {
  position: absolute;
  top: 111px;
  left: 176px;
  z-index: 9;
  background: url(../../images/logo.png) no-repeat;
  -webkit-animation: fadeInUp .5s;
          animation: fadeInUp .5s;
}

.header .slogan01 {
  width: 716px;
  height: 128px;
  position: absolute;
  top: 238px;
  left: 158px;
  -webkit-animation: dealy 0.3s, lightSpeedInLeft 0.5s 0.3s;
          animation: dealy 0.3s, lightSpeedInLeft 0.5s 0.3s;
  background: url(../../images/slogan01.png) no-repeat;
}

.header .slogan02 {
  width: 771px;
  height: 157px;
  position: absolute;
  top: 365px;
  left: 122px;
  -webkit-animation: dealy 0.3s, lightSpeedInRight 0.5s 0.3s, pulse 1s 2.3s infinite;
          animation: dealy 0.3s, lightSpeedInRight 0.5s 0.3s, pulse 1s 2.3s infinite;
  background: url(../../images/slogan02.png) no-repeat;
}

@-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 {
  width: 951px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 1em;
  -webkit-animation: fadeInDown 0.5s;
          animation: fadeInDown 0.5s;
}

.nav .navBtn ul {
  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 ul li {
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
  width: 317px;
  height: 107px;
}

.nav .navBtn ul li.navBtn1 a {
  background-position-x: 0px !important;
}

.nav .navBtn ul li.navBtn2 a {
  background-position-x: -309px !important;
}

.nav .navBtn ul li.navBtn3 a {
  background-position-x: -618px !important;
}

.nav .navBtn ul li a:hover, .nav .navBtn ul li.action a {
  background-image: url(../../images/navBtn_action.png);
}

.nav .navBtn ul li a {
  width: 309px;
  height: 107px;
  display: block;
  background-image: url(../../images/navBtn.png);
}

.nav .navBtn ul li a:hover {
  -webkit-animation: pulse 1s;
          animation: pulse 1s;
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  border-radius: 25px;
}

.content .container {
  width: 1000px;
  margin-top: 10px;
  padding: 2em 3em;
  border-radius: 30px;
  background-color: #4f0909;
}

.content h3 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 3%;
  width: 100%;
}

.content h3 img {
  display: block;
  max-width: 807px;
  width: 100%;
  margin: 0 auto;
}

.content h4 {
  position: relative;
  display: block;
  color: #FFC363;
  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/icon.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;
  background-image: #b60000;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(182, 0, 0, 0)), color-stop(20%, #ff0404), color-stop(40%, #b60000), color-stop(60%, #b60000), color-stop(80%, #ff0404), to(rgba(182, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(182, 0, 0, 0) 0%, #ff0404 20%, #b60000 40%, #b60000 60%, #ff0404 80%, rgba(182, 0, 0, 0) 100%);
  color: #fff;
}

.content h6 {
  font-size: 1.125em;
  line-height: 1.5em;
  padding: 15px;
  text-align: center;
  color: #ff6600;
}

.content h6 span {
  padding: 5px 15px;
  background: #ff6600;
  border-radius: 8px;
  color: #fff;
  margin-right: 6px;
  font-weight: bold;
}

.content p {
  margin-left: 2rem;
}

.content p a {
  color: #ff0;
  text-decoration: underline;
}

.content p a:hover {
  color: #00f7ff;
}

.content p.txt-center {
  margin-left: 0;
}

.content ol a, .content ul a {
  color: #ff0;
  text-decoration: underline;
}

.content ol a:hover, .content ul a:hover {
  color: #00f7ff;
}

.btnBox a {
  border: 1px solid #e837a4;
  padding: 1.2em;
  cursor: pointer;
  white-space: nowrap;
  width: auto;
  background-image: #d4188c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9d1268), color-stop(20%, #9d1268), color-stop(40%, #d4188c), color-stop(60%, #d4188c), color-stop(80%, #9d1268), to(#9d1268));
  background-image: linear-gradient(to bottom, #9d1268 0%, #9d1268 20%, #d4188c 40%, #d4188c 60%, #9d1268 80%, #9d1268 100%);
  -webkit-box-shadow: 0px 3px 3px #530033;
          box-shadow: 0px 3px 3px #530033;
  color: #fff;
}

.btnBox a:hover {
  border: 1px solid #f03ee7;
  background-image: #e912de;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b00ea8), color-stop(20%, #b00ea8), color-stop(40%, #e912de), color-stop(60%, #e912de), color-stop(80%, #b00ea8), to(#b00ea8));
  background-image: linear-gradient(to bottom, #b00ea8 0%, #b00ea8 20%, #e912de 40%, #e912de 60%, #b00ea8 80%, #b00ea8 100%);
  -webkit-box-shadow: 0px 2px 2px #5b0757, inset 0 1px 1px 1px #ef34e6, inset 0 -8px 8px 0px #f25aeb;
          box-shadow: 0px 2px 2px #5b0757, inset 0 1px 1px 1px #ef34e6, inset 0 -8px 8px 0px #f25aeb;
  top: 2px;
  color: #fff;
}

/* ================= item__box ================= */
.item__box {
  background: white;
  border: 0;
  border-radius: 10px 10px 0 0;
  border: 3px solid #b60000;
  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 {
  font-size: 1.5em;
  padding: 15px 0;
  background: -webkit-gradient(linear, left top, right top, from(#830000), color-stop(20%, #b60000), color-stop(80%, #b60000), to(#830000));
  background: linear-gradient(to right, #830000 0%, #b60000 20%, #b60000 80%, #830000 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 #b60000 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: #b60000;
  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 #e60000;
}

.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 #e60000;
  table-layout: fixed;
}

.table tr {
  background: #fff;
}

.table tr th {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#8d0000), to(#b60000));
  background: linear-gradient(to top, #8d0000 0%, #b60000 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;
}

/* ================= 說明框 ================= */
.explanation .note-main {
  color: #210032;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 8px 2px #b60000;
          box-shadow: 0px 0px 8px 2px #b60000;
  background: -webkit-gradient(linear, left bottom, left top, from(#dc0000), to(#900000));
  background: linear-gradient(to top, #dc0000 0%, #900000 100%);
  margin: 0 auto;
  padding: 10px 20px;
  text-align: left;
  color: 0deg;
  color: 35.68627%;
  color: #fff;
}

.explanation .note-main .icon_tit {
  width: 169px;
  height: 169px;
  position: absolute;
  top: -47%;
  left: 56%;
  z-index: 9;
  background-image: url(../../images/icon_tit.png);
  background-repeat: no-repeat;
  background-position: center;
}

.explanation .symbol {
  color: #fff;
}

@media only screen and (max-width: 798px) {
  .explanation .symbol {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

/*================= 內容區塊獨立樣式設定 =================*/
.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-notice2 {
  border-radius: 10px;
  background: #FEC3DF;
}

.card-notice2 p {
  color: #A860BB;
  text-align: left;
  line-height: 1.5em;
}

/*================= 動態 =================*/
/*滑鼠滑入時縮小*/
.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);
}
