@charset "UTF-8";
@font-face {
  font-family: "VarelaRound-Regular";
  src: url("./font/VarelaRound-Regular.eot");
  src: url("./font/VarelaRound-Regular.eot?#iefix") format("embedded-opentype"), url("./font/VarelaRound-Regular.woff") format("woff"), url("./font/VarelaRound-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "OleoScript";
  src: url("./font/OleoScript-Regular.eot");
  src: url("./font/OleoScript-Regular.eot?#iefix") format("embedded-opentype"), url("./font/OleoScript-Regular.woff") format("woff"), url("./font/OleoScript-Regular.ttf") format("truetype");
  font-weight: 400;
}
@keyframes scrollFall {
  0% {
    transform: translate(-2px, -2px) rotate(45deg);
  }
  50% {
    transform: translate(2px, 2px) rotate(45deg);
  }
  100% {
    transform: translate(-2px, -2px) rotate(45deg);
  }
}
.intro {
  position: relative;
  z-index: 1;
  padding: 30px 60px;
}
@media (max-width: 991px) {
  .intro {
    padding: 20px 0;
  }
}
.intro h1 {
  font-size: 2.625em;
  line-height: 1.38;
  font-family: "OleoScript", "PingFang SC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  color: #026676;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .intro h1 {
    font-size: 1.625em;
  }
}
.intro h2 {
  font-size: 1.5em;
  line-height: 1.67;
  font-weight: 575;
  color: #4a45af;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .intro h2 {
    font-size: 1.25em;
  }
}
.intro p {
  line-height: 1.75;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .intro p {
    line-height: 1.56;
    margin-bottom: 14px;
  }
}
.intro a {
  text-decoration: underline;
  color: #0953c0;
}

@font-face {
  font-family: "VarelaRound-Regular";
  src: url("./font/VarelaRound-Regular.eot");
  src: url("./font/VarelaRound-Regular.eot?#iefix") format("embedded-opentype"), url("./font/VarelaRound-Regular.woff") format("woff"), url("./font/VarelaRound-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "OleoScript";
  src: url("./font/OleoScript-Regular.eot");
  src: url("./font/OleoScript-Regular.eot?#iefix") format("embedded-opentype"), url("./font/OleoScript-Regular.woff") format("woff"), url("./font/OleoScript-Regular.ttf") format("truetype");
  font-weight: 400;
}
@keyframes scrollFall {
  0% {
    transform: translate(-2px, -2px) rotate(45deg);
  }
  50% {
    transform: translate(2px, 2px) rotate(45deg);
  }
  100% {
    transform: translate(-2px, -2px) rotate(45deg);
  }
}
@media (max-width: 767px) {
  table.table-responsive thead,
table.table-responsive tbody,
table.table-responsive th,
table.table-responsive td,
table.table-responsive tr {
    display: block;
  }
  table.table-responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.table-responsive tr {
    border: 1px solid #ccc;
    border: 0;
  }
  table.table-responsive td {
    border: none;
    position: relative;
    width: 100%;
    padding: 0;
  }
  table.table-responsive td::before,
table.table-responsive td .td-text {
    float: left;
    width: auto;
  }
  table.table-responsive td::before {
    width: auto;
    content: attr(data-content);
    display: block;
    padding-right: 10px;
  }
  table.table-responsive td::after {
    content: "";
    display: table;
    clear: both;
  }
}
.main {
  background-color: #f8fafe;
}

footer {
  padding-top: 0;
}

.deco {
  position: absolute;
}
.deco#deco-sit {
  width: 245px;
  right: 0;
  top: 230px;
}
.deco#deco-point {
  width: 202px;
  right: 8px;
  bottom: -375px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .deco#deco-point {
    right: -150px;
  }
}

#lottie-polygons {
  width: 161px;
  left: -180px;
  top: 500px;
  transform: rotate(12deg);
}

#lottie-polygons2 {
  z-index: 0;
  top: 1500px;
  transform: rotate(8deg);
}

.illustration#polygon1 {
  width: 528px;
  right: -540px;
}
.illustration#polygon2 {
  width: 495px;
  left: -535px;
}
.illustration#polygon3 {
  width: 218px;
  right: -264px;
  top: 550px;
}
.illustration#polygon4 {
  width: 558px;
  left: -600px;
  top: 1200px;
}

.box {
  position: relative;
  background-color: #fff;
  padding: 20px 62px;
}
@media (max-width: 991px) {
  .box {
    margin-left: -28px;
    margin-right: -28px;
    padding: 0 28px;
  }
}
.box:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .box:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .box:last-child {
    margin-bottom: 370px;
  }
}
.box .group {
  padding: 24px 0;
}
@media (max-width: 991px) {
  .box .group {
    padding: 20px 0;
  }
}
.box .group:not(:last-child) {
  border-bottom: 2px solid #e1e1e1;
}
.box .group h2 {
  font-size: 1.5em;
  line-height: 1.16;
  color: #4a45af;
  font-weight: 575;
  margin-bottom: 14px;
}
@media (max-width: 991px) {
  .box .group h2 {
    font-size: 1.25em;
    margin-bottom: 10px;
  }
}
.box .group p {
  line-height: 1.75;
}
.box .group a {
  color: #0953c0;
  text-decoration: underline;
}
.box .group .txt-wrap {
  line-height: 1.75;
  margin-top: 45px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .box .group .txt-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .box .group .txt-wrap {
    margin-top: 20px;
  }
}
.box .group .txt-wrap ul {
  list-style-type: disc;
  padding-left: 74px;
}
@media (max-width: 991px) {
  .box .group .txt-wrap ul {
    padding-left: 55px;
  }
}
.box .group .txt-wrap > *:not(.highlight-group):not(:last-child) {
  margin-bottom: 10px;
}
.box .group .highlight-group {
  position: relative;
  line-height: 1.75;
  padding-left: 62px;
}
@media (max-width: 991px) {
  .box .group .highlight-group {
    padding-left: 20px;
  }
}
.box .group .highlight-group:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .box .group .highlight-group:not(:last-child) {
    margin-bottom: 30px;
  }
}
.box .group .highlight-group:before {
  content: "";
  display: block;
  background-color: #13b5c2;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 38px;
  top: 0;
}
@media (max-width: 991px) {
  .box .group .highlight-group:before {
    left: 0;
  }
}
.box .group .highlight-group h3 {
  line-height: 1.75;
  font-weight: bold;
  margin-bottom: 10px;
}
.box .group .highlight-group ol {
  list-style-type: lower-roman;
  padding-left: 24px;
  line-height: 1.75;
  margin-bottom: 30px;
}
.box .group .highlight-group p:not(:last-child) {
  margin-bottom: 20px;
}
.box .group table {
  width: 100%;
}
.box .group table tr {
  border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 767px) {
  .box .group table tr:first-child {
    display: none;
  }
}
@media (max-width: 767px) {
  .box .group table tr:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .box .group table tr {
    padding: 15px 0;
  }
}
.box .group table th {
  font-size: 1.125em;
  line-height: 1.16;
  font-weight: 575;
  border-bottom: 2px solid #1b8191;
  text-align: left;
  padding-bottom: 22px;
}
.box .group table th:first-child {
  width: 52%;
}
.box .group table th:nth-child(2) {
  width: 33%;
}
.box .group table th:nth-child(3) {
  width: 15%;
}
.box .group table td {
  line-height: 1.1875;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .box .group table td {
    padding: 5px 0;
  }
}
@media (min-width: 768px) {
  .box .group table td:first-child {
    color: #043b85;
    font-weight: 575;
  }
}
.box .group table td:not(:last-child) {
  padding-right: 10px;
}
@media (max-width: 767px) {
  .box .group table td:before {
    display: block;
    float: none;
    font-weight: 575;
    font-size: 1.125em;
    margin-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .box .group table td .td-text {
    display: block;
    float: none;
    width: 100%;
  }
}
.box .group .redirect {
  margin-top: 30px;
}
.box .group .redirect .item:not(:last-child) {
  margin-bottom: 16px;
}
.box .group .redirect .item > span {
  display: block;
}
.box .group .redirect .item .title {
  font-weight: 575;
}