@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: #b7e576;
}

.gotoheader a:hover {
  color: #f1cfb6;
}

body {
  background-color: #B3CD8E;
}

.wrapper {
  background-image: url(../../images/indexBg.jpg?20220413), url(../../images/bottom.png?20220413);
  background-color: #B3CD8E;
  background-position: top center, bottom center;
  background-repeat: no-repeat;
  color: #000;
  letter-spacing: 1px;
  padding-bottom: 16px;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
}

.header .container {
  width: 1280px;
  height: 613px;
  position: relative;
}

.header .slogan {
  width: 717px;
  height: 328px;
  position: absolute;
  top: 222px;
  left: 465px;
  -webkit-animation: dealy 0.3s, lightSpeedInLeft 0.5s 0.3s , pulse 1.2s 0.8s infinite;
          animation: dealy 0.3s, lightSpeedInLeft 0.5s 0.3s , pulse 1.2s 0.8s infinite;
  background: url(../../images/slogan.png?20220413);
}

.header .logo, .header .logo a {
  width: 381px;
  height: 122px;
  display: block;
}

.header .logo {
  position: absolute;
  top: 25px;
  left: 621px;
  z-index: 1;
  background: url(../../images/logo.png?20220413);
}

@-webkit-keyframes delay {
  from, to {
    opacity: 0;
  }
}

@keyframes delay {
  from, to {
    opacity: 0;
  }
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  margin-bottom: 1.2em;
  position: relative;
  z-index: 1;
  -webkit-animation: slideInDown .5s;
          animation: slideInDown .5s;
}

.nav .container {
  width: 1280px;
  position: relative;
}

.nav .navBtn {
  width: 981px;
  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: 327px;
  height: 205px;
  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: -319px !important;
}

.nav .navBtn li.navBtn3 a {
  background-position-x: -638px !important;
}

.nav .navBtn li a:hover, .nav .navBtn li.action a {
  background-image: url(../../images/navBtn_action.png);
}

.nav .navBtn li a {
  width: 319px;
  height: 205px;
  display: block;
  background-image: url(../../images/navBtn.png);
  margin: 0 auto;
}

.nav .navBtn li a:hover {
  -webkit-animation: pulse 1s;
          animation: pulse 1s;
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  border-radius: 25px;
}

.content .container {
  width: 1000px;
  margin-top: -80px;
  padding: 70px 3em 100px 3em;
  border-radius: 20px;
  border: 9px solid #FAB000;
  background: #fff;
}

.content h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 0 16px 0;
  width: 100%;
  margin-top: -16px;
}

.content h3 img {
  display: block;
  max-width: 540px;
  width: 85%;
  margin: 0 auto;
}

.content h4 {
  position: relative;
  display: block;
  color: #615649;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 16px 0 16px -1em;
  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/flower.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: #ffe138;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 225, 56, 0)), color-stop(20%, #ffed85), color-stop(40%, #ffe138), color-stop(60%, #ffe138), color-stop(80%, #ffed85), to(rgba(255, 225, 56, 0)));
  background-image: linear-gradient(to left, rgba(255, 225, 56, 0) 0%, #ffed85 20%, #ffe138 40%, #ffe138 60%, #ffed85 80%, rgba(255, 225, 56, 0) 100%);
  color: #332b00;
}

.content h6 {
  font-size: 1.125em;
  line-height: 1.5em;
  padding: 15px;
  text-align: center;
  color: #7CACFF;
}

.content h6 span {
  padding: 5px 15px;
  background: #7CACFF;
  border-radius: 8px;
  color: #fff;
  margin-right: 6px;
  font-weight: bold;
}

.content p a {
  color: #3d33a4;
  text-decoration: underline;
}

.content p a:hover {
  color: #d903cc;
}

.content p.txt-center {
  margin-left: 0;
}

.content ol a, .content ul a {
  color: #3d33a4;
  text-decoration: underline;
}

.content ol a:hover, .content ul a:hover {
  color: #d903cc;
}

.btnBox a {
  border: 1px solid #ffde9f;
  padding: 1.2em;
  cursor: pointer;
  white-space: nowrap;
  width: auto;
  background-image: #ffcc6c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb72f), color-stop(20%, #ffb72f), color-stop(40%, #ffcc6c), color-stop(60%, #ffcc6c), color-stop(80%, #ffb72f), to(#ffb72f));
  background-image: linear-gradient(to bottom, #ffb72f 0%, #ffb72f 20%, #ffcc6c 40%, #ffcc6c 60%, #ffb72f 80%, #ffb72f 100%);
  -webkit-box-shadow: 0px 3px 3px #d28900;
          box-shadow: 0px 3px 3px #d28900;
  color: #664300;
}

.btnBox a:hover {
  border: 1px solid #ff8888;
  background-image: #ff5555;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff1818), color-stop(20%, #ff1818), color-stop(40%, #ff5555), color-stop(60%, #ff5555), color-stop(80%, #ff1818), to(#ff1818));
  background-image: linear-gradient(to bottom, #ff1818 0%, #ff1818 20%, #ff5555 40%, #ff5555 60%, #ff1818 80%, #ff1818 100%);
  -webkit-box-shadow: 0px 2px 2px #bb0000, inset 0 1px 1px 1px #ff7e7e, inset 0 -8px 8px 0px #ffa7a7;
          box-shadow: 0px 2px 2px #bb0000, inset 0 1px 1px 1px #ff7e7e, inset 0 -8px 8px 0px #ffa7a7;
  top: 2px;
  color: #fff;
}

/* ================= item__box ================= */
.item__box {
  background: white;
  border: 0;
  border-radius: 10px 10px 0 0;
  border: 3px solid #6BB150;
  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(#558e40), color-stop(20%, #6BB150), color-stop(80%, #6BB150), to(#558e40));
  background: linear-gradient(to right, #558e40 0%, #6BB150 20%, #6BB150 80%, #558e40 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 #B3CD8E 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: #B3CD8E;
  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 #c1e265;
}

.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 #c1e265;
  table-layout: fixed;
}

.table tr {
  background: #fff;
}

.table tr th {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#5a9643), to(#6BB150));
  background: linear-gradient(to top, #5a9643 0%, #6BB150 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 #B3CD8E;
          box-shadow: 0px 0px 8px 2px #B3CD8E;
  background: -webkit-gradient(linear, left bottom, left top, from(#c5d9a9), to(#a1c173));
  background: linear-gradient(to top, #c5d9a9 0%, #a1c173 100%);
  margin: 0 auto;
  padding: 10px 20px;
  text-align: left;
  color: 84.7619deg;
  color: 68.03922%;
  color: #36471f;
}

.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: #445827;
}

@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;
}
