@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: #ff7c31;
}

.gotoheader a:hover {
  color: #ff7ed0;
}

body {
  background-color: #FD7657;
}

.wrapper {
  background-image: url(../../images/indexBg.jpg?20211018);
  background-color: #FD7657;
  background-position: top center;
  background-repeat: no-repeat;
  color: #000;
  letter-spacing: 1px;
  padding-bottom: 16px;
  line-height: 26px;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
}

.header .container {
  width: 1280px;
  height: 680px;
  position: relative;
}

.header .role {
  width: 669px;
  height: 593px;
  position: absolute;
  top: 63px;
  left: 704px;
  background: url(../../images/role.png?20211018) no-repeat;
  -webkit-animation: dealy 0.3s, bounceInRight 0.5s 0.3s, pulse 0.5s 1.5s;
          animation: dealy 0.3s, bounceInRight 0.5s 0.3s, pulse 0.5s 1.5s;
}

.header .slogan {
  width: 402px;
  height: 132px;
  position: absolute;
  top: 306px;
  left: 225px;
  background: url(../../images/slogan.png?20211018) no-repeat;
  -webkit-animation: dealy 0.3s, lightSpeedInLeft 0.5s 0.3s, pulse 1s 2.3s infinite;
          animation: dealy 0.3s, lightSpeedInLeft 0.5s 0.3s, pulse 1s 2.3s infinite;
}

.header .logo, .header .logo a {
  width: 276px;
  height: 89px;
  display: block;
}

.header .logo {
  position: absolute;
  top: 5px;
  left: 710px;
  z-index: 9;
  background: url(../../images/logo.png?20211018) no-repeat;
  -webkit-animation: fadeInUp .5s;
          animation: fadeInUp .5s;
}

@-webkit-keyframes delay {
  from, to {
    opacity: 0;
  }
}

@keyframes delay {
  from, to {
    opacity: 0;
  }
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  padding-bottom: 2%;
  border-radius: 25px;
}

.content .container {
  width: 1000px;
  padding: 2em 3em;
  border-radius: 25px;
  background-color: #fff;
}

.content h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 0 30px 0;
  width: 100%;
}

.content h3 img {
  display: block;
  max-width: 427px;
  width: 95%;
  margin: 0 auto;
}

.content h4 {
  position: relative;
  display: block;
  color: #ff9f00;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.3em;
  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: #ff7c31;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 124, 49, 0)), color-stop(20%, #ffad7e), color-stop(40%, #ff7c31), color-stop(60%, #ff7c31), color-stop(80%, #ffad7e), to(rgba(255, 124, 49, 0)));
  background-image: linear-gradient(to left, rgba(255, 124, 49, 0) 0%, #ffad7e 20%, #ff7c31 40%, #ff7c31 60%, #ffad7e 80%, rgba(255, 124, 49, 0) 100%);
  color: #fff;
}

.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 {
  margin-left: 2rem;
  font-size: 1.1em;
}

.content p a {
  color: #00a0fd;
  text-decoration: underline;
}

.content p a:hover {
  color: #ff20cf;
}

.content p.txt-center {
  margin-left: 0;
}

.content ol, .content ul {
  margin-left: 3em;
}

.content ol a, .content ul a {
  color: #00a0fd;
  text-decoration: underline;
}

.content ol a:hover, .content ul a:hover {
  color: #ff20cf;
}

.btnBox a {
  border: 1px solid #8ddfe5;
  padding: 1.2em;
  cursor: pointer;
  white-space: nowrap;
  width: auto;
  background-image: #64d3db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#32c5cf), color-stop(20%, #32c5cf), color-stop(40%, #64d3db), color-stop(60%, #64d3db), color-stop(80%, #32c5cf), to(#32c5cf));
  background-image: linear-gradient(to bottom, #32c5cf 0%, #32c5cf 20%, #64d3db 40%, #64d3db 60%, #32c5cf 80%, #32c5cf 100%);
  -webkit-box-shadow: 0px 3px 3px #009ba6;
          box-shadow: 0px 3px 3px #009ba6;
  color: #134f53;
}

.btnBox a:hover {
  border: 1px solid #d5b6ee;
  background-image: #bd8de4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a05cd8), color-stop(20%, #a05cd8), color-stop(40%, #bd8de4), color-stop(60%, #bd8de4), color-stop(80%, #a05cd8), to(#a05cd8));
  background-image: linear-gradient(to bottom, #a05cd8 0%, #a05cd8 20%, #bd8de4 40%, #bd8de4 60%, #a05cd8 80%, #a05cd8 100%);
  -webkit-box-shadow: 0px 2px 2px #7329af, inset 0 1px 1px 1px #d0aeec, inset 0 -8px 8px 0px #e3cff4;
          box-shadow: 0px 2px 2px #7329af, inset 0 1px 1px 1px #d0aeec, inset 0 -8px 8px 0px #e3cff4;
  top: 2px;
  color: #fff;
}

/* ================= item__box ================= */
.item__box {
  background: white;
  border: 0;
  border-radius: 10px 10px 0 0;
  border: 3px solid #ff7c31;
  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(#fd5c00), color-stop(20%, #ff7c31), color-stop(80%, #ff7c31), to(#fd5c00));
  background: linear-gradient(to right, #fd5c00 0%, #ff7c31 20%, #ff7c31 80%, #fd5c00 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 #ff7c31 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: #ff7c31;
  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 #ff7c31;
}

.table {
  font-family: "Helvetica Neue","微軟正黑體","Helvetica","Arial","PingFangTC-Light","STHeitiTC-Light","Microsoft JhengHei",sans-serif;
  font-size: 1.1em;
  border-collapse: initial;
  border-radius: 5px;
  color: #202c0d;
  border: 3px solid #ff7c31;
}

.table tr {
  background: #fff;
}

.table tr th {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#ff6208), to(#ff7c31));
  background: linear-gradient(to top, #ff6208 0%, #ff7c31 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 #ff7c31;
          box-shadow: 0px 0px 8px 2px #ff7c31;
  background: -webkit-gradient(linear, left bottom, left top, from(#ff9457), to(#ff640b));
  background: linear-gradient(to top, #ff9457 0%, #ff640b 100%);
  margin: 0 auto;
  padding: 10px 20px;
  text-align: left;
  color: 21.84466deg;
  color: 59.60784%;
  color: #fff;
}

.explanation .note-main .icon_tit {
  width: 169px;
  height: 169px;
  position: absolute;
  top: -47%;
  left: 56%;
  z-index: 9;
  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;
}
