@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
table {
  font-family: "新細明體", "細明體";
}

table tbody, table tfoot, table thead, table th, table td {
  vertical-align: middle;
  margin: 0 !important;
}

.img-group {
  width: 80%;
  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;
}

.img-group img {
  display: inline-block;
  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: #ff5641;
}

.gotoheader a:hover {
  color: #ff8ef3;
}

body {
  background-color: #fff;
}

.wrapper {
  background-image: url(/Action/79_TMD/20220112U/images/indexbg.jpg?v=20220111), url(/Action/79_TMD/20220112U/images/indexbg-y.jpg?v=20220111);
  background-color: #fff;
  background-position: top center, top center;
  background-repeat: no-repeat,repeat-y;
  color: #937774;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
}

.header .container {
  width: 1280px;
  height: 750px;
  position: relative;
}

.header .slogan {
  width: 870px;
  height: 285px;
  position: absolute;
  top: 433px;
  left: 194px;
}

.header .slogan .slogan-tiger {
  width: 154px;
  height: 156px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/Action/79_TMD/20220112U/images/slogan-tiger.png?v=20220111);
}

.header .slogan .slogan-tiger2 {
  width: 310px;
  height: 107px;
  position: absolute;
  top: 25px;
  left: 156px;
  background: url(/Action/79_TMD/20220112U/images/slogan-tiger2.png?v=20220111);
}

.header .slogan .slogan-give {
  width: 109px;
  height: 108px;
  position: absolute;
  top: 162px;
  left: 90px;
  background: url(/Action/79_TMD/20220112U/images/slogan-give.png?v=20220111);
}

.header .slogan .slogan-give2 {
  width: 662px;
  height: 139px;
  position: absolute;
  top: 130px;
  left: 210px;
  background: url(/Action/79_TMD/20220112U/images/slogan-give2.png?v=20220111);
  -webkit-animation: pulse 1.5s infinite;
          animation: pulse 1.5s infinite;
}

.header .logo, .header .logo a {
  width: 172px;
  height: 112px;
  display: block;
}

.header .logo {
  position: absolute;
  top: 36px;
  left: 880px;
  z-index: 999;
  background-image: url(/Action/79_TMD/20220112U/images/logo.png?v=20220111);
  background-size: 100%;
}

.header .logo a {
  display: block;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  padding-bottom: 16px;
}

.content .container {
  width: 1260px;
  margin: 0 auto;
  padding: 16px;
  position: relative;
  z-index: 0;
}

.content .content-input {
  background: #ffd8d4;
  border-radius: 20px;
  -webkit-box-shadow: 3px 3px 5px 0px #d37d8b;
          box-shadow: 3px 3px 5px 0px #d37d8b;
  margin: 0 auto 16px auto;
  padding: 32px 0;
}

.content .content-input .input {
  width: 90%;
  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;
  list-style-type: none;
}

.content .content-input .input li {
  margin-bottom: 16px;
}

.content .content-input .input li:nth-child(odd) {
  width: 10rem;
  font-size: 1.25em;
  font-weight: bold;
  color: #cd5a4c;
  text-align: right;
}

.content .content-input .input li:nth-child(even) {
  width: calc(100% - 10rem);
}

.content .content-input .input li input {
  width: 100%;
  height: 30px;
  border-radius: 10px;
  border: 0px;
  padding: 0px 8px;
}

.content .content-input .btn-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8px;
}

.content .content-input .btn-submit a {
  background: linear-gradient(150deg, #f23d5b 0%, #ff7c91 25%, #f23d5b 50%, #ff7c91 75%, #f23d5b 100%) 100%;
  background-size: 300%;
  background-position: right center;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  padding: 8px 40px;
  letter-spacing: 3px;
  cursor: pointer;
}

.content .content-input .btn-submit a:hover {
  background-position-x: -150px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.content .content-input p {
  padding: 0 8px;
}

.content .content-main {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  border: 3px solid #ffc881;
}

.content .content-main h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 21px 0 16px 0;
  width: 100%;
}

.content .content-main h3 img {
  display: block;
  max-width: 65%;
  margin: 0 auto;
}

.content .content-main h4 {
  position: relative;
  display: block;
  color: #e96757;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 798px) {
  .content .content-main h4 {
    font-size: 1.125rem;
  }
}

.content .content-main h4:before {
  content: '';
  background-image: url("/Action/79_TMD/20220112U/images/h4-icon.png");
  background-size: 100%;
  width: 2.5em;
  height: 2.5em;
  display: inline-block;
  margin: 0 5px;
}

.content .content-main h5 {
  font-size: 1.2em;
  padding: .8em;
  text-align: center;
  background-image: #e96757;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(233, 103, 87, 0)), color-stop(20%, #e96757), color-stop(40%, #e96757), color-stop(60%, #e96757), color-stop(80%, #e96757), to(rgba(233, 103, 87, 0)));
  background-image: linear-gradient(to left, rgba(233, 103, 87, 0) 0%, #e96757 20%, #e96757 40%, #e96757 60%, #e96757 80%, rgba(233, 103, 87, 0) 100%);
  line-height: 28px;
  color: #fff;
}

.content .content-main h6 {
  font-size: 1.125em;
  line-height: 1.5em;
  padding: 20px 0;
  text-align: center;
}

.content .content-main h6 span {
  padding: 5px 15px;
  background: #be0000;
  border-radius: 10px;
  color: #fff;
  margin-right: 8px;
}

.content .content-main p a, .content .content-main ol a, .content .content-main ul a {
  color: #21b3ff;
  text-decoration: underline;
}

.content .content-main p a:hover, .content .content-main ol a:hover, .content .content-main ul a:hover {
  color: #ff9600;
}

.content .content-main p {
  margin-left: 2rem;
}

.content .content-main ol.list-exampleNum, .content .content-main ul.list-exampleNum {
  margin-left: 4.6em;
}

.content .content-main ol.list-exampleNum > li, .content .content-main ul.list-exampleNum > li {
  text-indent: -3.8em !important;
}

.content .content-main ol.list-exampleNum > li:before, .content .content-main ul.list-exampleNum > li:before {
  content: "範例" counter(step-counter) "： ";
}

.items-table {
  width: 100%;
  height: 100%;
  position: relative;
}

.items-table .mainBox {
  width: 19%;
  height: 102%;
  position: absolute;
  top: -1%;
  left: calc(63.5% - 1px);
  border: 8px solid #ffd21d;
  border-radius: 10px;
}

/*================= table================= */
.table tr th, .table tr td {
  border: 1px solid #ffb0a8;
}

.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 #ffb0a8;
}

.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(#ef183c), to(#f23e5c));
  background: linear-gradient(to top, #ef183c 0%, #f23e5c 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: 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;
  margin-left: 0;
}

.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;
}

.DESClabel {
  position: relative;
}

.DESClabel .label {
  width: 110px;
  position: absolute;
  top: -3.5em;
  left: calc(50% - 55px);
  padding: 5px;
  background-color: #d90000;
  color: #fff;
  border-radius: 10px;
  font-size: 0.85rem;
  line-height: 1.125em;
  text-indent: 0;
  z-index: 1;
}

.DESClabel .label::before {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-top: 10px solid #d90000;
  border-right: 10px solid transparent;
  left: calc(50% - 5px);
  bottom: -4.5px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.card-notice {
  background: #ffd8d4;
  border-radius: 20px;
  -webkit-box-shadow: 3px 3px 5px 0px #d37d8b;
          box-shadow: 3px 3px 5px 0px #d37d8b;
  margin: 0 auto 16px auto;
  padding: 32px 0;
}

.card-notice .input {
  width: 90%;
  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;
  list-style-type: none;
}

.card-notice .input li {
  margin-bottom: 16px;
}

.card-notice .input li:nth-child(odd) {
  width: 10rem;
  font-size: 1.25em;
  font-weight: bold;
  color: #cd5a4c;
  text-align: right;
}

.card-notice .input li:nth-child(even) {
  width: calc(100% - 10rem);
}

.card-notice .input li input {
  width: 100%;
  height: 30px;
  border-radius: 10px;
  border: 0px;
  padding: 0px 8px;
}

.card-notice .btn-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8px;
}

.card-notice .btn-submit a {
  background: linear-gradient(150deg, #f23d5b 0%, #ff7c91 25%, #f23d5b 50%, #ff7c91 75%, #f23d5b 100%) 100%;
  background-size: 300%;
  background-position: right center;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  padding: 8px 40px;
  letter-spacing: 3px;
  cursor: pointer;
}

.card-notice .btn-submit a:hover {
  background-position-x: -150px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.card-notice p {
  padding: 0 8px;
  margin-left: 0;
}
