@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
.f-danger {
  color: #ff5858;
}

.f-fun {
  color: #f7f40a;
}

.f-primary {
  color: #92bbff;
}

.f-success {
  color: #28a745;
}

.f-info {
  color: #17a2b8;
}

.f-beauty {
  color: #da92ff;
}

.f-light {
  color: #fff;
}

.f-warning {
  color: #ff6dc3;
}

.f-dark {
  color: #000;
}

.f-secondary {
  color: #868e96;
}

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;
  text-align: center;
  margin-bottom: 56px;
}
.gotoheader a {
  display: inline-block;
  color: hsl(219.1764705882, 130%, 66.6666666667%);
}
.gotoheader a:hover {
  color: hsl(159.1764705882, 130%, 81.6666666667%);
}

body {
  background-color: #061853;
  overflow-x: hidden;
}

.wrapper {
  width: 100vw;
  background-size: 120%;
  overflow: hidden;
  background-image: url(../../images/indexbg.jpg?v=20250821), url(../../images/bg_repeat.png?v=20250821);
  background-color: #061853;
  background-position: top center, bottom center;
  background-repeat: no-repeat, repeat-y;
  color: #ffffff;
  letter-spacing: 1px;
  padding-bottom: 16px;
  position: relative;
}
@media only screen and (orientation: portrait) {
  .wrapper {
    background-size: 150%;
  }
}
@media screen and (min-width: 1280px) {
  .wrapper {
    background-size: 120%;
  }
}
@media screen and (min-width: 1600px) {
  .wrapper {
    background-size: initial;
  }
}

.header {
  width: 100%;
  position: relative;
}
.header .container {
  width: 100%;
  height: 0;
  padding-bottom: 38.9375%;
  position: relative;
}
@media only screen and (orientation: portrait) {
  .header .container {
    padding-bottom: 48.671875%;
  }
}
@media screen and (min-width: 1280px) {
  .header .container {
    padding-bottom: 38.9375%;
  }
}
@media screen and (min-width: 1600px) {
  .header .container {
    width: 1600px;
    height: 623px;
    padding-bottom: 0;
  }
}
.header .slogan1 {
  width: 41.75%;
  height: 0;
  padding-bottom: 18.375%;
  position: absolute;
  top: 20.7062600321%;
  left: 11.3125%;
  background-image: url(../../images/slogan1.png?v=20250821);
  background-size: 100%;
}
@media only screen and (orientation: portrait) {
  .header .slogan1 {
    width: 52.1875%;
    padding-bottom: 22.96875%;
    left: 1.640625%;
  }
}
@media screen and (min-width: 1280px) {
  .header .slogan1 {
    width: 41.75%;
    padding-bottom: 18.375%;
    left: 11.3125%;
  }
}
@media screen and (min-width: 1600px) {
  .header .slogan1 {
    left: 181px;
  }
}
.header .slogan2 {
  width: 32.3125%;
  height: 0;
  padding-bottom: 12.1875%;
  position: absolute;
  top: 68.0577849117%;
  left: 26.5%;
  background-image: url(../../images/slogan2.png?v=20250821);
  background-size: 100%;
}
@media only screen and (orientation: portrait) {
  .header .slogan2 {
    width: 40.390625%;
    padding-bottom: 15.234375%;
    left: 20.625%;
  }
}
@media screen and (min-width: 1280px) {
  .header .slogan2 {
    width: 32.3125%;
    padding-bottom: 12.1875%;
    left: 26.5%;
  }
}
@media screen and (min-width: 1600px) {
  .header .slogan2 {
    left: 424px;
  }
}
.header .role {
  width: 39%;
  height: 0;
  padding-bottom: 41.75%;
  position: absolute;
  top: 2.0866773676%;
  left: 49.375%;
  background-image: url(../../images/role.png?v=20250821);
  background-size: 100%;
}
@media only screen and (orientation: portrait) {
  .header .role {
    width: 48.75%;
    padding-bottom: 52.1875%;
    left: 49.21875%;
  }
}
@media screen and (min-width: 1280px) {
  .header .role {
    width: 39%;
    padding-bottom: 41.75%;
    left: 49.375%;
  }
}
@media screen and (min-width: 1600px) {
  .header .role {
    left: 790px;
  }
}
.header .logo {
  width: 16.0625%;
  height: 0;
  padding-bottom: 8.9375%;
  position: absolute;
  top: 3.2102728732%;
  left: 14.4375%;
  z-index: 9;
  background: url(../../images/logo.png?v=20250821);
  background-size: 100%;
}
@media only screen and (orientation: portrait) {
  .header .logo {
    width: 20.078125%;
    padding-bottom: 11.171875%;
    left: 5.546875%;
  }
}
.header .logo a {
  width: 100%;
  height: 0;
  padding-bottom: 55.6420233463%;
  display: block;
}

@-webkit-keyframes delay {
  from, to {
    opacity: 0;
  }
}

@keyframes delay {
  from, to {
    opacity: 0;
  }
}
.nav {
  width: 100%;
  position: relative;
  z-index: 1;
}
.nav .container {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1600px) {
  .nav .container {
    width: 1280px;
  }
}
.nav .navBtn {
  width: calc(100% - 32px);
  max-width: 1314px;
  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;
}
@media only screen and (orientation: landscape) {
  .nav .navBtn {
    width: 80%;
  }
}
@media screen and (min-width: 1600px) {
  .nav .navBtn {
    width: 1314px;
  }
}
.nav .navBtn li {
  width: 33%;
  height: 0;
  padding-bottom: 13.1659056317%;
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
}
@media screen and (min-width: 576px) {
  .nav .navBtn li {
    width: 33%;
    padding-bottom: 13.1659056317%;
  }
}
@media screen and (min-width: 1600px) {
  .nav .navBtn li {
    width: 438px;
    height: 173px;
    padding-bottom: 0;
  }
}
.nav .navBtn li.navBtn1 a {
  background-position-x: 0% !important;
}
@media screen and (min-width: 1600px) {
  .nav .navBtn li.navBtn1 a {
    background-position-x: 0px !important;
  }
}
.nav .navBtn li.navBtn2 a {
  background-position-x: -100% !important;
}
@media screen and (min-width: 1600px) {
  .nav .navBtn li.navBtn2 a {
    background-position-x: -426px !important;
  }
}
.nav .navBtn li.navBtn3 a {
  background-position-x: -200% !important;
}
@media screen and (min-width: 1600px) {
  .nav .navBtn li.navBtn3 a {
    background-position-x: -852px !important;
  }
}
.nav .navBtn li.action a, .nav .navBtn li a:hover {
  background-image: url(../../images/navbtn_action.png?v=20250821);
}
.nav .navBtn li a {
  width: 97.2602739726%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 36.7579908676%;
  display: block;
  background-image: url(../../images/navbtn.png?v=20250821);
  background-size: 300% 100%;
}
@media screen and (min-width: 1600px) {
  .nav .navBtn li a {
    width: 426px;
    height: 161px;
  }
}
.content {
  width: 100%;
}
.content .container {
  width: 100%;
  max-width: 1398px;
  margin: 0 auto 0 auto;
  padding: calc(160 / 1398 * 100%) calc(110 / 1398 * 100% + 1.25em) 0 calc(110 / 1398 * 100% + 1.25em);
  border: 5px solid transparent;
  border-radius: 20px;
  background: transparent;
}
@media screen and (min-width: 1280px) {
  .content .container {
    padding: 100px 120px 0 120px;
  }
}
@media only screen and (orientation: landscape) {
  .content .container {
    width: calc(80% - 16px);
  }
}
.content .containerBg {
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 0;
}
.content .containerBg--top {
  width: 100%;
  max-width: 1398px;
  aspect-ratio: 1398/127;
  background-image: url("../../images/cont_top.png?v=20250821");
  background-position: top center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
.content .containerBg--top::before {
  content: "";
  display: block;
  width: 54.2918454936%;
  aspect-ratio: 759/169;
  background-image: url("../../images/cont_top_object.png?v=20250821");
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto;
}
.content .containerBg--middle {
  width: 100%;
  max-width: 1398px;
  height: 100%;
  background-image: url("../../images/cont_repeat.png?v=20250821");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: repeat-y;
}
.content .containerBg--bottom {
  width: 100%;
  max-width: 1398px;
  aspect-ratio: 1398/126;
  background-image: url("../../images/cont_end.png?v=20250821");
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.content .container * {
  position: relative;
}
.content h3 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 16px;
  width: 100%;
}
.content h3 img {
  display: block;
  max-width: 468px;
  width: 80%;
  margin: 0 auto;
}
.content h4 {
  position: relative;
  color: #FFC000;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0 0 16px calc(-2rem - 5px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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 screen and (min-width: 1280px) {
  .content h4 {
    font-size: 1.2rem;
  }
}
.content h4:before {
  content: "";
  width: 2rem;
  height: 2rem;
  display: inline-block;
  margin: 0 5px 0 0;
  background-image: url("../../images/icon.png?v=20250821");
  background-size: 100%;
}
.content h5 {
  font-size: 1.2em;
  padding: 0.8em;
  text-align: center;
  margin-bottom: 16px;
  background-image: #0051ff;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 81, 255, 0)), color-stop(20%, rgb(76.5, 133.2, 255)), color-stop(40%, #0051ff), color-stop(60%, #0051ff), color-stop(80%, rgb(76.5, 133.2, 255)), to(rgba(0, 81, 255, 0)));
  background-image: linear-gradient(to left, rgba(0, 81, 255, 0) 0%, rgb(76.5, 133.2, 255) 20%, #0051ff 40%, #0051ff 60%, rgb(76.5, 133.2, 255) 80%, rgba(0, 81, 255, 0) 100%);
  color: #fff;
}
.content h6 {
  font-size: 1.125em;
  line-height: 1.5em;
  padding: 15px;
  text-align: center;
  color: #7CACFF;
  margin-bottom: 16px;
}
.content h6 span {
  padding: 5px 15px;
  background: #7CACFF;
  border-radius: 8px;
  color: #fff;
  margin-right: 6px;
  font-weight: bold;
}
.content ol a,
.content ul a, .content p a {
  color: #2affff;
  text-decoration: none;
}
.content ol a:hover,
.content ul a:hover, .content p a:hover {
  color: #57fb25;
}
.content__btn {
  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;
  margin-bottom: 16px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.content__btn div {
  width: 10rem;
  margin-bottom: 15px;
  position: relative;
  color: #fff;
  text-align: center;
  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__btn div.action a, .content__btn div a:hover {
  width: 100%;
  border-radius: 30px;
  border: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #009623), to(rgb(0, 252, 58.8)));
  background: linear-gradient(to top, #009623 30%, rgb(0, 252, 58.8) 100%);
  color: #fff;
}
.content__btn div a {
  width: 100%;
  display: block;
  background: #1a6aff; /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #1a6aff), to(rgb(102.5, 155.7751091703, 255)));
  background: linear-gradient(to bottom, #1a6aff 20%, rgb(102.5, 155.7751091703, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: rgba(209.1, 223.3532751092, 249.9, 0.9);
  padding: 6px 1.25em;
  border-radius: 30px;
  border: 0;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 1280px) {
  .content__btn div a {
    padding: 12px 8px;
  }
}
.content__btn div .label {
  width: auto;
  position: absolute;
  top: 0;
  left: -1em;
}
.content__btn div .label:before {
  content: "\f0a3";
  font-family: FontAwesome;
  color: #ffe049;
  text-shadow: 1px 1px 2px #4f2a00;
  font-size: 3.5em;
  display: block;
  position: absolute;
}
.content__btn div .label:after {
  content: attr(data-content);
  font-weight: bold;
  color: #4a0000;
  font-size: 0.7em;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  white-space: pre;
  line-height: 1.125em;
}

.item__box {
  border-radius: 0;
  margin: 0 auto;
  border: inherit;
  -webkit-box-shadow: 0 0 5px #4b60ff;
          box-shadow: 0 0 5px #4b60ff;
  border: 1px solid #4b60ff;
  background-color: hsl(233, 150%, 29.7058823529%);
}
.item__box-title {
  background: -webkit-gradient(linear, left top, right top, from(rgb(24, 50.95, 255)), color-stop(20%, #4b60ff), color-stop(80%, #4b60ff), to(rgb(24, 50.95, 255)));
  background: linear-gradient(to right, rgb(24, 50.95, 255) 0%, #4b60ff 20%, #4b60ff 80%, rgb(24, 50.95, 255) 100%);
  padding: 8px;
  position: relative;
  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;
  color: #fff;
}
.item__box-title img {
  display: block;
  margin: 0 auto;
}
.item__box-title p {
  width: 100%;
  line-height: 1.25em;
}
.item__box-img {
  border-radius: 0;
}
.item__box-img p {
  width: 100%;
}
.item__box-get {
  text-align: center;
  font-weight: bold;
  font-size: 0.85rem;
  color: #fff;
}
.item__box--2 {
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(28.9, 143.4454545455, 243.1)), to(rgb(77.35, 167.35, 245.65)));
  background: linear-gradient(to top, rgb(28.9, 143.4454545455, 243.1) 0%, rgb(77.35, 167.35, 245.65) 100%);
  -webkit-box-shadow: 0 0 5px #44a8ff;
          box-shadow: 0 0 5px #44a8ff;
}
.item__box--2 .item__box-title {
  background: -webkit-gradient(linear, left top, right top, from(rgb(17, 144.2727272727, 255)), color-stop(20%, #44a8ff), color-stop(80%, #44a8ff), to(rgb(17, 144.2727272727, 255)));
  background: linear-gradient(to right, rgb(17, 144.2727272727, 255) 0%, #44a8ff 20%, #44a8ff 80%, rgb(17, 144.2727272727, 255) 100%);
  color: #fff;
}
.item__box--2 .item__box-get {
  color: rgba(209.1, 230.9181818182, 249.9, 0.9);
}
.item__box--2 .item__box-img {
  background: inherit;
}
.item__box--3 {
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(246.65, 209.075, 96.35)), to(rgb(249.2, 223.1, 144.8)));
  background: linear-gradient(to top, rgb(246.65, 209.075, 96.35) 0%, rgb(249.2, 223.1, 144.8) 100%);
  -webkit-box-shadow: 0 0 5px #ffe28b;
          box-shadow: 0 0 5px #ffe28b;
}
.item__box--3 .item__box-title {
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 213.25, 88)), color-stop(20%, #ffe28b), color-stop(80%, #ffe28b), to(rgb(255, 213.25, 88)));
  background: linear-gradient(to right, rgb(255, 213.25, 88) 0%, #ffe28b 20%, #ffe28b 80%, rgb(255, 213.25, 88) 100%);
  color: rgb(102, 76.5, 0);
}
.item__box--3 .item__box-img {
  background: inherit;
}
.item__box--3 .item__box-get {
  color: rgb(76.5, 57.375, 0);
}

.table tr td, .table tr th {
  border: 1px solid #0099FF;
}

.table {
  border-collapse: initial;
  border-radius: 5px;
  color: #202c0d;
  border: 3px solid #0099FF;
}
.table tr {
  background: #fff;
}
.table tr th {
  position: relative;
  word-wrap: break-word;
  word-break: keep-all;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 128.52, 214.2)), to(#0099FF));
  background: linear-gradient(to top, rgb(0, 128.52, 214.2) 0%, #0099FF 100%);
  color: #fff;
}
.table tr th.thStyle02 {
  color: #752b00;
  background: #ffec80;
}
.table tr td {
  word-wrap: break-word;
  word-break: keep-all;
  /*單格變色*/
}
.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;
  width: 104px;
  max-width: 100%;
}
.table tr td img.img-inline {
  width: 4em;
  display: inline;
  margin: 0;
}
.table tr td[data-tdstyle=style01] {
  background-color: #f6f6f6;
}

.questionBtn {
  width: 30px;
  height: 30px;
  position: absolute !important;
  top: 8px;
  right: 8px;
  background-image: url(../../images/question.svg);
  background-size: 80%;
  background-position: center;
  background-color: red;
  background-repeat: no-repeat;
  padding: 16px;
  border-radius: 50%;
}
.questionBtn .tooltip {
  display: none;
  position: absolute !important;
  width: 22em;
  top: calc(100% + 8px);
  right: -16px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ddf1ff), to(#adecff));
  background: linear-gradient(to bottom, #ddf1ff 0%, #adecff 100%);
  border: 2px solid #004297;
  -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.75);
          box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  z-index: 1;
  overflow: hidden;
  font-size: calc(13px + (16 - 13) * (100vw - 768px) / 832);
  font-size: clamp(13px, 16 / 1600 * 100vw, 16px);
}
@media (min-aspect-ratio: 16/9) {
  .questionBtn .tooltip {
    font-size: calc(13px + (16 - 13) * (100vh - 350px) / 730);
    font-size: clamp(13px, 16 / 623 * 100vh, 16px);
  }
}
@media (min-aspect-ratio: 9/16) and (orientation: portrait) {
  .questionBtn .tooltip {
    line-height: 1.25em;
    font-size: calc(13px + (8 - 13) * (100vh - 350px) / 730);
    font-size: clamp(13px, 8 / 1600 * 100vh, 8px);
  }
}
@media (max-aspect-ratio: 9/16) and (orientation: portrait) {
  .questionBtn .tooltip {
    line-height: 1.5em;
    font-size: calc(13px + (16 - 13) * (100vw - 350px) / 1570);
    font-size: clamp(13px, 16 / 623 * 100vw, 16px);
  }
}
.questionBtn .tooltip h5 {
  background: -webkit-gradient(linear, left top, left bottom, from(#004297), to(#0070bb));
  background: linear-gradient(to bottom, #004297 0%, #0070bb 100%);
  font-size: 1.2em !important;
  line-height: 1.5em;
  padding: 4px;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
}
.questionBtn .tooltip ul.probability {
  width: calc(100% - 16px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.questionBtn .tooltip ul.probability li {
  font-size: 1em !important;
  line-height: 1.25em;
  color: #004297;
  border-bottom: 1px solid #004297;
  position: relative;
  padding: 0.5em 0;
}
.questionBtn .tooltip ul.probability li:nth-child(odd) {
  width: calc(100% - 5em);
  text-align: left;
  padding-left: 0.5em;
}
.questionBtn .tooltip ul.probability li:nth-child(even) {
  width: 5em;
  text-align: right;
  padding: 0.5em;
}
.questionBtn .tooltip ul.probability li:nth-last-child(-1n+2) {
  border-bottom: 0;
}
.questionBtn:hover .tooltip, .questionBtn:focus .tooltip, .questionBtn:active .tooltip {
  display: inline-block;
}