@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
html, body {
  line-height: 24px;
  font-size: 19px;
  scroll-behavior: smooth;
}

.wrapper {
  color: #fff;
  background-image: url(../../images/indexBg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #0B1137;
  overflow: hidden;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
  position: relative;
}

.header .container {
  width: 1280px;
  height: 815px;
  margin: 0 auto;
  position: relative;
}

.header .role {
  width: 750px;
  height: 757px;
  background-image: url(../../images/role.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0.1227%;
  left: 217px;
}

.header .logo {
  width: 285px;
  height: 112px;
  position: absolute;
  top: 410px;
  left: 498px;
  z-index: 999;
}

.header .logo a {
  width: 285px;
  height: 112px;
  display: block;
  background-image: url(../../images/logo.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.header .slogan {
  width: 758px;
  height: 357px;
  position: absolute;
  top: 464px;
  left: 266px;
  -webkit-animation: delay 0.3s, heartBeat .7s 0.3s, pulse 1.2s 1.5s infinite;
          animation: delay 0.3s, heartBeat .7s 0.3s, pulse 1.2s 1.5s infinite;
  background-image: url(../../images/slogan.png);
  background-size: 100%;
}

@-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;
  -webkit-animation: delay .9s, toTop .3s .9s;
          animation: delay .9s, toTop .3s .9s;
  margin: 20px 0;
}

.nav .container {
  width: 945px;
  position: relative;
}

.nav .container ul.navBtn {
  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;
  position: relative;
}

.nav .container ul.navBtn li {
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
  width: 315px;
  height: 89px;
}

.nav .container ul.navBtn li.navBtn1 a {
  background-position-x: 0px !important;
}

.nav .container ul.navBtn li.navBtn2 a {
  background-position-x: -307.6px !important;
}

.nav .container ul.navBtn li.navBtn3 a {
  background-position-x: -615.2px !important;
}

.nav .container ul.navBtn li.navBtn4 a {
  background-position-x: -922.8px !important;
}

.nav .container ul.navBtn li.navBtn5 a {
  background-position-x: -1230.4px !important;
}

.nav .container ul.navBtn li.navBtn6 a {
  background-position-x: -1538px !important;
}

.nav .container ul.navBtn li a:hover, .nav .container ul.navBtn li.action a {
  background-image: url(../../images/navBtn_action.png);
  background-size: 600%;
}

.nav .container ul.navBtn li a {
  width: 307.6px;
  height: 89px;
  display: block;
  margin: 0 auto;
  background-image: url(../../images/navBtn.png);
  background-size: 600%;
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  padding: 30px;
}

.contentB {
  background-color: #dfa248;
}

.content .container {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #040613;
  border: 3px solid #24354D;
  border-radius: 20px;
  padding: 10px 20px;
}

.content .container > h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0;
  width: 100%;
  text-indent: -99999;
}

.content .container > h3 img {
  display: block;
  max-width: 403px;
  width: 70%;
  margin: 10px auto;
}

.content .container h6 {
  font-size: 1.5em;
  font-weight: bold;
  color: #ffde00;
  text-align: center;
  margin: 10px 0;
  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;
}

.content .container > h4 {
  position: relative;
  display: block;
  color: #18BAE1;
  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.35em;
  margin: 12px 0 0 0;
  padding: 5px 0;
  letter-spacing: 2px;
}

.content .container > h4:before {
  content: '';
  background-image: url("../../images/icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 2em;
  height: 2em;
  display: inline-block;
  margin: 0 5px;
}

.content .container > h5 {
  font-size: 1.3em;
  padding: .4em;
  text-align: center;
  color: #fff;
  margin: 0;
  background-image: #C40F17;
  background-image: -webkit-gradient(linear, right top, left top, from(#3B000200), color-stop(20%, #490104), color-stop(40%, #C40F17), color-stop(60%, #C40F17), color-stop(80%, #490104), to(#3B000200));
  background-image: linear-gradient(to left, #3B000200 0%, #490104 20%, #C40F17 40%, #C40F17 60%, #490104 80%, #3B000200 100%);
  line-height: 28px;
}

.content .container > p {
  margin-left: 2em;
}

.content .container > p a {
  color: #0059ff;
  text-decoration: underline;
  word-break: break-all;
}

.content .container > p a:hover {
  color: #c635ff;
}

/* ================= 分頁按鈕樣式 ================= */
.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;
}

.DESClabel {
  position: relative;
  width: 100%;
  height: 100%;
}

.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.25em;
  }
}

.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 transparent;
}

.table {
  font-family: "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: #683e00;
  border: 5px solid #5D3414;
  background: #eea369;
}

@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 {
  color: #eea369;
  background: #5D3414;
  padding: 5px 15px;
}

.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: 0 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: #653a0c;
  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: #653a0c;
  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: #13aa17;
  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 #2a2014 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: #2a2014;
}

.item__box .item__box--02 .item__box-get {
  background-color: transparent;
}

.box {
  padding: 30px;
}

.box-boxstyle {
  color: #fff;
  line-height: 1.5em;
  outline: 2px dashed #ffffff;
  outline-offset: -12px;
  border-radius: 15px;
  background: #4f6ac4;
}

.btnBox a {
  width: 250px;
  padding: 10px 10px;
  font-size: 1.125em;
  border: 3px solid #fff;
  border-radius: 50px;
  color: #fff;
  background: #18BAE1;
  -webkit-box-shadow: 0px 2px 0px 2px #0f809c;
          box-shadow: 0px 2px 0px 2px #0f809c;
}

.btnBox a:hover {
  background: #008cff;
  color: #fff;
  -webkit-box-shadow: 0px 2px 0px 1px #05596e;
          box-shadow: 0px 2px 0px 1px #05596e;
}

#float_box {
  display: none;
  position: absolute;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  width: 155px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  border: 3px solid #000;
}

#float_box #float_box img {
  margin: 0 auto;
}
