@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400&display=swap");
html, body {
  font-size: 20px;
  line-height: 1.4rem;
  letter-spacing: 1px;
  scroll-behavior: smooth;
  background-color: #0C5B89;
}

@media only screen and (max-width: 400px) {
  html, body {
    font-size: 18px;
    line-height: 1.3rem;
  }
}

@media only screen and (max-width: 414px) {
  html, body {
    font-size: 16px;
  }
}

.wrapper {
  font-family: 'Noto Sans TC', Verdana,'Helvetica Neue','微軟正黑體',"Helvetica","Arial","PingFangTC-Light","STHeitiTC-Light","Microsoft JhengHei",sans-serif;
  color: #000;
  overflow: hidden;
  background-image: url(../../images/indexBg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #0D5B8B;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
  position: relative;
}

.header .container {
  width: 1280px;
  height: 737px;
  margin: 0 auto;
  position: relative;
}

.header .logo {
  width: 320px;
  height: 102px;
  position: absolute;
  top: 10px;
  left: 445px;
  z-index: 999;
}

.header .logo a {
  width: 320px;
  height: 102px;
  display: block;
  background-image: url(../../images/logo.png);
  background-repeat: no-repeat;
}

.header .slogan {
  width: 849px;
  height: 276px;
  position: absolute;
  top: 440px;
  left: 145px;
  background-image: url(../../images/slogan.png);
  background-size: 100%;
}

@-webkit-keyframes back {
  0% {
    background-image: url(../../images/indexBg_top.jpg);
  }
  35% {
    background-image: url(../../images/indexBg_top2.jpg);
  }
  65% {
    background-image: url(../../images/indexBg_top.jpg);
  }
  100% {
    background-image: url(../../images/indexBg_top2.jpg);
  }
}

@keyframes back {
  0% {
    background-image: url(../../images/indexBg_top.jpg);
  }
  35% {
    background-image: url(../../images/indexBg_top2.jpg);
  }
  65% {
    background-image: url(../../images/indexBg_top.jpg);
  }
  100% {
    background-image: url(../../images/indexBg_top2.jpg);
  }
}

@-webkit-keyframes delay {
  from,
  to {
    opacity: 0;
  }
}

@keyframes delay {
  from,
  to {
    opacity: 0;
  }
}

.scene {
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(var(--translateY));
          transform: translateY(var(--translateY));
  will-change: transform;
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.nav .container {
  width: 950px;
  position: relative;
}

.nav .container .navBtn {
  width: 882px;
  position: relative;
}

.nav .container .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;
  width: 100%;
}

.nav .container .navBtn ul li {
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
  width: 294px;
  height: 155px;
  margin-top: 5px;
  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 .container .navBtn ul li.navBtn1 a {
  background-position-x: 0px !important;
}

.nav .container .navBtn ul li.navBtn2 a {
  background-position-x: -290px !important;
}

.nav .container .navBtn ul li.navBtn3 a {
  background-position-x: -580px !important;
}

.nav .container .navBtn ul li a:hover, .nav .container .navBtn ul li.action a {
  background-image: url(../../images/navbtn_action.png);
}

.nav .container .navBtn ul li a {
  width: 290px;
  height: 155px;
  display: block;
  background-image: url(../../images/navbtn.png);
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  padding-bottom: 1%;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.content .container {
  background-color: #fff;
  width: 95%;
  border: 13px solid #00A7B6;
  border-radius: 15px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 35px;
}

.content .container > h3 {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0;
  width: 100%;
  text-indent: -99999;
}

.content .container > h3 img {
  display: block;
  max-width: 100%;
  width: 100%;
  margin: 15px auto;
}

.content .container > h4 {
  position: relative;
  display: block;
  color: #16a390;
  border-radius: 5px;
  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;
  font-weight: bold;
  font-size: 1.35rem;
  margin: 12px 0 0 0;
  padding: 5px 0;
  letter-spacing: 2px;
}

.content .container > h4:before {
  content: '';
  background-image: url("../../images/dragon-boat.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 1.6em;
  height: 1.6em;
  display: inline-block;
  margin: -2px 4px;
}

.content .container > h5 {
  font-size: 1.3rem;
  padding: .4em;
  text-align: center;
  color: #fff;
  margin: 0;
  background-image: #16a390;
  background-image: -webkit-gradient(linear, right top, left top, from(#16a39000), color-stop(20%, #16a390dc), color-stop(40%, #16a390), color-stop(60%, #16a390), color-stop(80%, #16a390dc), to(#16a39000));
  background-image: linear-gradient(to left, #16a39000 0%, #16a390dc 20%, #16a390 40%, #16a390 60%, #16a390dc 80%, #16a39000 100%);
  line-height: 28px;
}

.content .container > p {
  margin-left: 2em;
  line-height: 27px;
}

.content .container > p a {
  color: #FE4DDF;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 2px solid #FE4DDF;
  word-break: break-all;
}

.content .container > p a:hover {
  color: #4de3fe;
  padding-bottom: 1px;
  border-bottom: 2px solid #4de3fe;
}

.content .container > ul, .content .container ol {
  margin-left: 3em;
}

.content .container > ul li, .content .container ol li {
  line-height: 32px;
}

.content .container > ul li a, .content .container ol li a {
  color: #FE4DDF;
  text-decoration: underline;
  word-break: break-all;
}

.content .container > ul li a:hover, .content .container ol li a:hover {
  color: #4de3fe;
}

@media only screen and (max-width: 400px) {
  .content .container h3, .content .container h4, .content .container h5 {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 414px) {
  .content .container h3, .content .container h4, .content .container h5 {
    font-size: 1.1rem;
  }
}

/* ================= 分頁按鈕樣式 ================= */
.content__btn div {
  border-left: 1px solid #b3b3b3;
}

.content__btn div a:hover, .content__btn div.action a {
  color: #FACB3B;
  border: 0;
  border-radius: 2em;
  font-weight: bold;
  background: -webkit-gradient(linear, left bottom, left top, from(#370002), to(#C40F17));
  background: linear-gradient(0deg, #370002 0%, #C40F17 100%);
}

.content__btn div a {
  color: #FACB3B;
}

.content__btn div.label:before {
  content: '\f0a3';
  font-family: FontAwesome;
  color: #ffe049;
  text-shadow: 1px 1px 2px #4f2a00;
}

.content__btn div.label:after {
  color: #4a0000;
}

.ribbon {
  width: 30px;
  background: #ee583a;
  top: -12px;
  right: -25px;
  position: absolute;
  text-align: center;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  line-height: 1.125em;
  padding: 10px;
  letter-spacing: 2px;
}

@media only screen and (max-width: 798px) {
  .ribbon {
    width: 24px;
    top: -10px;
    right: -25px;
    font-size: .88rem;
  }
}

@media only screen and (max-width: 400px) {
  .ribbon {
    top: -15px;
    right: -25px;
  }
}

.ribbon p {
  color: #fff;
  text-orientation: upright;
  -webkit-text-orientation: upright;
  font-weight: normal;
}

.ribbon:before, .ribbon:after {
  content: "";
  position: absolute;
}

.ribbon:before {
  height: 0;
  width: 0;
  border-bottom: 6px solid #ca3011;
  border-left: 6px solid transparent;
  left: -6px;
  top: 0;
}

@media only screen and (max-width: 400px) {
  .ribbon:before {
    border-bottom: 6px solid #ca3011;
    border-right: 0 solid transparent;
    border-left: 6px solid transparent;
    right: initial;
    left: -6px;
    top: 0;
  }
}

.ribbon:after {
  height: 0;
  width: 0;
  border-left: 15px solid #ee583a;
  border-right: 15px solid #ee583a;
  border-bottom: 12px solid transparent;
  bottom: -12px;
  left: 0;
}

@media only screen and (max-width: 798px) {
  .ribbon:after {
    border-left: 12px solid #ee583a;
    border-right: 12px solid #ee583a;
  }
}

.ribbon_01 {
  width: 80%;
  height: 28px;
  line-height: 28px;
  margin-left: -9px;
  position: relative;
  z-index: 1;
}

.ribbon_01 p {
  font-size: 12px;
}

.ribbon_01:before, .ribbon_01:after {
  content: "";
  position: absolute;
}

.ribbon_01:before {
  height: 0;
  width: 0;
  margin-top: -8.5px;
  left: 0;
  border-bottom: 9px solid black;
  border-left: 9px solid transparent;
}

.ribbon_01:after {
  height: 0;
  width: 0;
  left: 100%;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  top: 0;
}

.ribbon_01--A {
  background: #7800b7;
  margin-left: -15px;
}

.ribbon_01--A:after {
  border-left: 15px solid #7800b7;
}

.box-compose .title {
  padding: 0;
}

.box-compose .title div {
  background: #a2002a;
  padding: 5px;
  text-align: center;
}

.box-compose .title div.symbol {
  background: transparent;
}

.box-compose .box-composeMain {
  border-radius: 10px;
  margin: 2px auto;
  padding: 0;
}

.box-compose .box-composeMain div.symbol {
  background: transparent;
}

.box-compose .box-composeMain:nth-child(even) {
  color: #16183f;
}

.box-compose .box-composeMain:nth-child(even) > div {
  background: #858dff;
}

.box-compose .box-composeMain:nth-child(odd) {
  color: #fff;
}

.box-compose .box-composeMain:nth-child(odd) > div {
  background: #474fc0;
}

.box-compose .box-composeMain div.symbol {
  background: transparent;
  color: #fff;
  font-size: 2em;
}

@media only screen and (max-width: 798px) {
  .box-compose .box-composeMain div.symbol {
    font-size: 1.25rem;
  }
}

.box-compose .box-composeMain div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}

.box-compose .box-composeMain div p {
  padding: 5px;
}

.box-compose .box-composeMain div p img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.table tr th, .table tr td {
  border: 1px solid #dadada;
}

.table {
  font-family: 'Noto Sans TC', Verdana,"Helvetica Neue","微軟正黑體","Helvetica","Arial","PingFangTC-Light","STHeitiTC-Light","Microsoft JhengHei",sans-serif;
  font-size: 1rem;
  border-collapse: separate;
  border-spacing: 1px;
  border-radius: 5px;
  color: #000;
  border: 5px solid #16a390;
  background: #a4fbef;
}

@media only screen and (max-width: 798px) {
  .table {
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: .8rem;
  }
}

.table-full {
  width: 95%;
  margin: 0 auto;
}

.table tr {
  background: #fff;
}

.table tr th {
  word-break: keep-all;
  white-space: nowrap;
  color: #a4fbef;
  background: #16a390;
  padding: 5px 15px;
}

.table tr td {
  padding: 16px;
}

.table tr td.width3 {
  width: 33%;
}

@media only screen and (max-width: 400px) {
  .table tr td.ms-width5-5 {
    width: 25%;
  }
}

.table tr img {
  display: block;
  margin: 16px auto;
  max-width: 98%;
}

.table tr .img-group {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table tr .img-group img {
  display: inline-block;
  margin: 0 1%;
}

.table.collect {
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 400px) {
  .table.collect {
    width: 85%;
    margin: 0;
  }
}

.table.collect2 {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 400px) {
  .table.collect2 {
    width: 100%;
    margin: 0 auto;
  }
}

.table.collect2 td {
  position: relative;
}

.table.collect2 td .icon_tit {
  position: absolute;
  top: 0;
  right: 10%;
}

@media only screen and (max-width: 798px) {
  .table.collect2 td .icon_tit img {
    top: 10px;
    max-width: 120px;
  }
}

@media only screen and (max-width: 400px) {
  .table.collect2 td .icon_tit img {
    top: 10px;
    max-width: 100px;
  }
}

.table.collect td {
  position: relative;
}

.table.collect td .icon_tit {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -100px;
}

@media only screen and (max-width: 798px) {
  .table.collect td .icon_tit {
    right: -70px;
  }
}

@media only screen and (max-width: 798px) {
  .table.collect td .icon_tit img {
    max-width: 120px;
  }
}

@media only screen and (max-width: 400px) {
  .table.collect td .icon_tit img {
    max-width: 100px;
  }
}

.item__box {
  background-color: #fff;
  border-color: #08b1a8;
  border-width: 8px;
}

.item__box p {
  margin-left: 0 !important;
  width: 100%;
  text-align: center;
}

.item__box p img {
  display: block;
  margin: 0 auto;
}

.item__box .item__box-img {
  border-radius: 0;
}

.item__box .item__box-img img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 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 {
  color: #fff;
  background-color: #08b1a8;
  font-size: 1em;
}

.item__box .item__box-title img {
  display: block;
  margin: 0 auto;
}

.item__box .item__box-title a {
  color: #fff366;
}

.item__box .item__box-get {
  text-align: center;
  color: #7711f4;
  font-size: .85em;
}

@media only screen and (max-width: 400px) {
  .item__box .item__box-get {
    padding: 0;
  }
}

.item__box .item__box-get span {
  font-weight: lighter;
}

.item__box .item__box-get .row {
  width: 100%;
}

@media only screen and (max-width: 400px) {
  .item__box .item__box-get .row {
    padding: 0;
  }
}

.item__box .item__box-get .row div:nth-child(1) .item__box--02 {
  border: 3px #ee3030 solid;
}

.item__box .item__box-get .row div:nth-child(1) .item__box--02 .item__box-title {
  background-color: #ee3030;
}

.item__box .item__box-text {
  text-align: left;
}

.item__box .item__box--02 {
  background-color: rgba(80, 80, 80, 0.3);
  border: 3px #246261 solid;
  border-radius: 10px;
  height: 100%;
}

.item__box .item__box--02 .item__box-img {
  background: transparent;
}

.item__box .item__box--02 .item__box-title {
  color: #fff;
  background-color: #246261;
}

.item__box .item__box--02 .item__box-get {
  background-color: transparent;
}

.btnBox a {
  width: 400px;
  padding: .8rem;
  font-size: 1.3em;
  border: 2px solid #9733EE;
  border-radius: 1.2rem;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#DA22FF), color-stop(51%, #9733EE), to(#DA22FF));
  background-image: linear-gradient(to right, #DA22FF 0%, #9733EE 51%, #DA22FF 100%);
  background-size: 200% auto;
  -webkit-box-shadow: 0px 8px 0px 0px #423a7c;
          box-shadow: 0px 8px 0px 0px #423a7c;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
}

.btnBox a:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

/* ================= 內容區塊 ================= */
.box {
  position: relative;
  border-radius: 15px;
  padding-bottom: 20px;
}

.box--size {
  width: 95%;
  margin: 0 auto;
}

.box--color {
  border: 3px solid #08b1a8;
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
}

.box > h5 {
  color: #fff;
  background: #08b1a8;
  padding: 13px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
  font-size: 1.3rem;
}

.box > h6 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding: 15px;
  text-align: center;
  color: #fff;
  margin-top: 12px;
}

.box > h6 span {
  padding: 5px 15px;
  background: #08b1a8;
  border-radius: 8px;
  color: #fff;
  margin-right: 6px;
  font-weight: bold;
}

.box > p {
  padding: 10px 30px;
}

.box > img {
  width: 40%;
}
