<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

html {
  height: 100vh;
}

body {
  cursor: default;
  font-family: Noto Sans TC, Arial, "微軟正黑體", "蘋果儷中黑", "Helvetica Neue", Helvetica, sans-serif;
  width: 100%;
  overflow-x: hidden;
}

a {
  color: #000000;
}

.highlight {
  background-color: yellow;
}

.page-header {
  z-index: 11;
  background-image: linear-gradient(to right, #1e2973 0%, #319acf 36%, #1e2973 73%);
}

.page-header .web-logo {
  width: 180px;
  margin: 5px;
}

.page-header .navbar-toggler {
  color: #ffffff;
}

.page-header .greeting {
  display: none;
  margin: -43px 0 0 0;
}

.page-header .greeting .dialog {
  background-size: 80px;
  width: 80px;
  height: 30px;
  background-repeat: no-repeat;
  margin: 0px 0 0 48px;
  font-size: 14px;
  position: absolute;
}

.page-header .greeting .dialog::after {
  content: "點我!!點我!!";
  padding: 0 7px 0 7px;
  font-size: 12px;
  font-weight: bolder;
  color: #ffffff;
  text-decoration: unset;
}

.page-header .greeting .head {
  position: absolute;
  z-index: 996;
}

.page-header .greeting .body {
  z-index: 998;
  position: absolute;
}

.page-header .greeting .left {
  position: absolute;
  margin: 40px 0 0 30px;
  z-index: 997;
  transform: rotate(0deg);
  transition: transform 0.2s;
  transform-origin: left bottom;
}

.page-header .greeting .left.shake {
  transform: rotate(15deg);
}

.page-header .greeting .right {
  position: absolute;
  margin: 39px 0 0 0;
  z-index: 997;
  transform: rotate(0deg);
  transition: transform 0.2s;
  transform-origin: right bottom;
}

.page-header .greeting .right.shake {
  transform: rotate(-15deg);
}

.page-header .event {
  text-align: center;
  background: #ffde39;
  color: #ffffff;
  font-weight: 900;
  padding: 5px;
  border-radius: 10px;
  margin-left: 20px;
}

.page-header .event:hover {
  text-decoration: none;
  background: red;
}

.page-header .nav-item a,
.page-header .nav-item p {
  white-space: nowrap;
  color: #ffffff;
  font-weight: 900;
  width: initial;
  margin: 0px 5px;
  cursor: pointer;
}

.page-header .nav-item .l {
  border-radius: 6px;
  background: #2c4c9b;
  padding: 5px;
  border: solid 1.5px #1d82be;
  color: #e0e0e0;
}

.page-header .nav-item .dropdown-item {
  color: #153a71;
}

.page-header .coming-soon {
  background-color: #55595c;
}

.page-header .coming-soon a {
  color: #000000 !important;
}

.page-header .coming-soon a:hover,
.page-header .coming-soon a:active,
.page-header .coming-soon a:focus {
  color: #000000;
  background-color: #55595c;
}

.page-header .invest-link {
  background: linear-gradient(180deg, #007eff, #0e00e4);
  color: #ffffff !important;
  border-radius: 4px;
}

.page-header .loan-link {
  background: linear-gradient(180deg, #ffeb00, #ffbc00);
  color: #ffffff !important;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .page-header {
    min-height: 84px;
  }

  .page-header .nav-item .l {
    padding: 10px;
    margin: 5px;
  }

  .page-header .web-logo {
    width: 110px;
    margin: 15px 0px;
  }

  .page-header .event {
    position: absolute;
    font-size: 10px;
    right: 70px;
    top: 18px;
  }

  .page-header .greeting {
    display: none;
    margin: -35px 0 0 -66px;
  }
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.content-wrapper {
  width: 100%;
  margin-top: 45px;
  overflow: auto;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .content-wrapper {
    margin-top: 56px;
  }
}

.header-container {
  position: fixed;
  z-index: 12;
  width: 100%;
  top: 0;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
}

.header-container .function-list {
  display: none;
  position: absolute;
  background: rgba(112, 112, 112, 0.8);
  width: 100%;
  top: 45px;
  left: 0;
}

.header-container .function-list .function-list-content {
  display: flex;
  color: #fff;
  padding: 10px 36px;
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  gap: 80px;
  min-height: 260px;
}

.header-container .function-list .function-list-content .function-list-items {
  width: 200px;
}

.header-container .function-list .function-list-content .link-title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #fff;
  color: #fff;
}

.header-container .function-list .function-list-content .link-item {
  padding-bottom: 15px;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
}

.header-container .function-list .function-list-content .link-item .link-text {
  color: #e6e6e6;
}

.header-container .function-list .function-list-content .link-item .link-coming-soon {
  font-size: 14px;
  line-height: 1;
}

.header-container .function-list .function-list-content.product {
  padding-left: 111px;
}

.header-container .function-list .function-list-content.product .link-title,
.header-container .function-list .function-list-content.product .link-item {
  text-align: left;
}

.header-container .function-list .function-list-content.enterprise .function-list-items {
  margin-left: 186px;
  width: 200px;
}

.header-container .function-list .function-list-content.enterprise .link-title,
.header-container .function-list .function-list-content.enterprise .link-item {
  text-align: left;
}

.header-container .function-list .function-list-content.project .function-list-items {
  margin-left: 335px;
  width: 220px;
}

.header-container .function-list .function-list-content.project .link-title,
.header-container .function-list .function-list-content.project .link-item {
  text-align: left;
}

.header-container .function-list .function-list-content.charitable .function-list-items {
  margin-left: 335px;
  width: 220px;
}

.header-container .function-list .function-list-content.charitable .link-title,
.header-container .function-list .function-list-content.charitable .link-item {
  text-align: left;
}

.header-container .function-list .function-list-content.invest .function-list-items {
  margin-left: 449px;
  width: 200px;
}

.header-container .function-list .function-list-content.invest .link-title,
.header-container .function-list .function-list-content.invest .link-item {
  text-align: left;
}

.header-container .function-list .function-list-content.about {
  padding-left: 598px;
}

.header-container .function-list .function-list-content.about .function-list-items {
  width: 180px;
}

.header-container .function-list .function-list-content.about .link-title,
.header-container .function-list .function-list-content.about .link-item {
  text-align: left;
}

.header-container .function-list .function-list-content.article {
  padding-left: 708px;
}

.header-container .function-list .function-list-content.article .function-list-items:first-of-type {
  width: 350px;
}

.header-container .function-list .function-list-content.article .link-item {
  font-size: 16px;
}

.login-btn {
  padding: 3px 24px;
  font-size: 18px;
  color: #fff;
  background-color: #036EB7;
  border-radius: 4px;
}

.login-btn:hover,
.login-btn:focus {
  color: #fff;
}

@media (max-width: 767px) {
  .login-btn {
    padding: 3px 14px;
    font-size: 16px;
  }
}

.alesis-header {
  color: #393939;
  display: flex;
  align-items: center;
  padding: 0 36px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: initial;
}

.alesis-header .functions {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #393939;
  position: initial;
}

.alesis-header .functions .function-item {
  padding: 10px 20px;
}

.alesis-header .functions .function-item .function-title {
  color: #393939;
}

.alesis-header .functions .function-item:hover .function-list,
.alesis-header .functions .function-item:focus-within .function-list {
  display: block;
}

.alesis-header .search-icon {
  display: flex;
  align-items: center;
}

.alesis-header .search-group {
  position: relative;
  display: none;
  max-width: 350px;
}

.alesis-header .search-group.inputing {
  display: flex;
}

@media (max-width: 767px) {
  .alesis-header .search-group.inputing {
    justify-content: flex-end;
    margin-right: 15px;
  }
}

.alesis-header .search-group .search-input {
  width: 100%;
  color: #393939;
  padding: 5px 16px;
  font-size: 18px;
  border: 1px solid #036EB7;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .alesis-header .search-group .search-input {
    width: 85%;
  }
}

.alesis-header .search-group .clear-icon {
  padding: 3px;
  cursor: pointer;
  font-size: 20px;
  color: #036EB7;
  position: absolute;
  right: 10px;
}

@media (max-width: 767px) {
  .alesis-header {
    padding: 5px 15px !important;
    justify-content: space-between;
  }

  .alesis-header .bar {
    font-size: 20px;
  }
}

.alesis-header .logo {
  padding: 10px 0;
}

.alesis-header .logo .image {
  height: 30px;
}

.alesis-header .center {
  display: grid;
  align-items: center;
  justify-content: center;
  flex: 1;
  grid-template-columns: repeat(3, auto);
  gap: 0.5rem;
  text-align: center;
  font-size: 1.1rem;
}

@media (max-width: 767px) {
  .alesis-header .center {
    display: none;
  }
}

.alesis-header .center .item {
  position: relative;
  color: #fff;
  text-decoration: none;
  padding: 7px 0;
}

.alesis-header .center .item:focus-within .sub,
.alesis-header .center .item:hover .sub,
.alesis-header .center .item.-active .sub {
  display: flex;
}

.alesis-header .center .item:focus-within .item-content,
.alesis-header .center .item:hover .item-content,
.alesis-header .center .item.-active .item-content {
  display: flex;
  position: absolute;
  top: 40px;
  gap: 25px;
  left: -145px;
}

.alesis-header .center .item:focus-within .item-content .sub,
.alesis-header .center .item:hover .item-content .sub,
.alesis-header .center .item.-active .item-content .sub {
  position: relative;
  padding: 0;
}

.alesis-header .center .item:focus-within .item-content .sub .item,
.alesis-header .center .item:hover .item-content .sub .item,
.alesis-header .center .item.-active .item-content .sub .item {
  color: #8f8f8f;
  font-weight: 400;
}

.alesis-header .center .item:focus-within .item-content .sub .item.-disabled,
.alesis-header .center .item:hover .item-content .sub .item.-disabled,
.alesis-header .center .item.-active .item-content .sub .item.-disabled {
  color: #8f8f8f;
  background-color: #fff;
}

.alesis-header .center .item:focus-within .item-content .sub .item:not(.-disabled):focus-within,
.alesis-header .center .item:focus-within .item-content .sub .item:not(.-disabled):hover,
.alesis-header .center .item:hover .item-content .sub .item:not(.-disabled):focus-within,
.alesis-header .center .item:hover .item-content .sub .item:not(.-disabled):hover,
.alesis-header .center .item.-active .item-content .sub .item:not(.-disabled):focus-within,
.alesis-header .center .item.-active .item-content .sub .item:not(.-disabled):hover {
  position: relative;
  color: #1e69aa;
}

.alesis-header .center .item:focus-within .item-content .sub .item:not(.-disabled):focus-within::before,
.alesis-header .center .item:focus-within .item-content .sub .item:not(.-disabled):hover::before,
.alesis-header .center .item:hover .item-content .sub .item:not(.-disabled):focus-within::before,
.alesis-header .center .item:hover .item-content .sub .item:not(.-disabled):hover::before,
.alesis-header .center .item.-active .item-content .sub .item:not(.-disabled):focus-within::before,
.alesis-header .center .item.-active .item-content .sub .item:not(.-disabled):hover::before {
  content: "•";
  position: absolute;
  display: block;
  left: 0.5rem;
  font-size: 20px;
  line-height: 24px;
}

.alesis-header .center .item .sub-title {
  display: flex;
  align-items: center;
  padding: 0.4rem 1.5rem;
  gap: 10px;
  background: #f2f2f2;
  font-family: NotoSansTC;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 1px;
  text-align: left;
  color: #112e53;
}

.alesis-header .center .item .sub {
  background: #fff;
  color: #153a71;
  min-width: 180px;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  padding: 0.35rem 0;
  position: absolute;
  border-radius: 0.25rem;
  display: none;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.alesis-header .center .item .sub .item {
  color: #153a71;
  padding: 0.4rem 1.5rem;
}

.alesis-header .center .item .sub .item:hover {
  background-color: #f8f9fa;
}

.alesis-header .center .item .sub .item.-disabled {
  background-color: #55595c;
  color: #000;
}

.alesis-header .center .separator .image {
  height: 50px;
  mix-blend-mode: screen;
}

.alesis-header .aside {
  display: grid;
  margin-left: auto;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(8, auto);
  gap: 2rem;
  font-size: 0.9rem;
  align-items: center;
  text-align: center;
  flex: 1;
  white-space: nowrap;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .alesis-header .aside {
    gap: 1.2rem;
    display: flex;
  }
}

.alesis-header .aside .item {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 767px) {
  .alesis-header .aside .item:not(.hamburger) {
    display: none;
  }
}

.alesis-header .aside .item:focus-within .sub,
.alesis-header .aside .item:hover .sub {
  display: flex;
}

.alesis-header .aside .item.-active .sub {
  display: flex;
}

.alesis-header .aside .item .sub {
  background: #fff;
  color: #153a71;
  min-width: 160px;
  text-align: left;
  font-weight: 900;
  font-size: 16px;
  padding: 0.35rem 0;
  position: absolute;
  border-radius: 0.25rem;
  display: none;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.alesis-header .aside .item .sub .item {
  color: #153a71;
  padding: 0.4rem 1.5rem;
}

.alesis-header .aside .item .sub .item:hover {
  background-color: #f8f9fa;
}

.alesis-header .aside .item .sub .item.-disabled {
  background-color: #55595c;
  color: #000;
}

.alesis-header .aside .item.hamburger {
  display: none;
}

@media (max-width: 767px) {
  .alesis-header .aside .item.hamburger {
    display: block;
    grid-area: 1/2/2/2;
  }
}

.alesis-header .aside .item.hamburger .icon {
  height: 20px;
  margin: 0 8px;
}

.alesis-header .aside .item.hamburger .icon.icon-hamburger {
  margin-right: 0;
}

.alesis-header .aside .item .login {
  background: #2c4c9b;
  color: #1d82be;
  border: 1px solid #1d82be;
  border-radius: 0.4rem;
  padding: 0.25rem 0.5rem;
  line-height: 1;
}

.alesis-header .aside .item .search-icon {
  height: 22px;
  margin-bottom: 2px;
}

.rwd-list {
  display: none;
  flex: 100%;
  margin: 1rem 0 0.5rem;
  font-weight: 900;
  flex-direction: column;
  gap: 0.75rem;
  padding-left: 15px;
}

.rwd-list.-active {
  display: flex;
}

.rwd-list .item {
  color: #393939;
  text-decoration: none;
}

.rwd-list .item .sub-title {
  display: flex;
  align-items: center;
  padding: 0.4rem 1.5rem;
  gap: 10px;
  background: #f2f2f2;
  font-family: NotoSansTC;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 1px;
  text-align: left;
  color: #112e53;
}

.rwd-list .item.-dropdown .text::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.rwd-list .item .text {
  pointer-events: none;
}

.rwd-list .item.-active .sub {
  display: flex;
}

.rwd-list .item .sub {
  background: #fff;
  padding: 0;
  border-radius: 0.25rem;
  margin: 0.25rem 0;
  display: none;
  flex-direction: column;
  overflow: hidden;
}

.rwd-list .item .sub .item {
  color: #8f8f8f;
  padding: 0.4rem 1.5rem;
}

.rwd-list .item .sub .item.-disabled {
  color: #8f8f8f;
  background-color: #fff;
}

.rwd-list .item .sub.article .item {
  font-size: 14px;
}

.alesis-footer {
  background: #153a71;
  width: 100%;
  max-width: 1400px;
  padding: 0.5rem 0;
  margin: 0 auto;
  color: #fff;
  position: relative;
}

@media (max-width: 767px) {
  .alesis-footer {
    padding: 0.5rem 2rem;
  }
}

.alesis-footer &gt; .line {
  height: 1px;
  background: #2f95cb;
  margin: 1rem auto;
}

.alesis-footer &gt; .main {
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .alesis-footer &gt; .main {
    display: flex;
    flex-direction: column;
    max-width: 380px;
    align-items: center;
  }
}

.alesis-footer &gt; .main &gt; .introduction {
  display: grid;
  margin-bottom: 35px;
  padding-left: 20px;
  gap: 50px;
  grid-template-columns: 1fr 3fr 3fr;
}

@media (max-width: 767px) {
  .alesis-footer &gt; .main &gt; .introduction {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr 1fr;
    gap: 10px;
    margin-bottom: 0;
  }
}

.alesis-footer &gt; .main &gt; .introduction &gt; .brand {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .alesis-footer &gt; .main &gt; .introduction &gt; .brand {
    justify-content: center;
  }
}

.alesis-footer &gt; .main &gt; .introduction &gt; .brand &gt; .text {
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 1rem;
}

.alesis-footer &gt; .main &gt; .introduction &gt; .brand &gt; .image {
  height: 50px;
}

.alesis-footer &gt; .main &gt; .introduction &gt; .paragraphy {
  font-size: 0.9rem;
  line-height: 2;
  margin-top: 2rem;
}

.alesis-footer &gt; .main &gt; .information {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  font-size: 0.9rem;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .alesis-footer &gt; .main &gt; .information {
    gap: 20px;
    justify-content: center;
  }
}

.alesis-footer &gt; .main &gt; .information &gt; .item &gt; .header {
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 1rem;
  line-height: 2;
  color: #fff;
}

@media (max-width: 767px) {
  .alesis-footer &gt; .main &gt; .information &gt; .item &gt; .header {
    margin-right: 0rem;
  }
}

.alesis-footer &gt; .main &gt; .information &gt; .item &gt; .list {
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
  margin-top: 1.5rem;
  gap: 6px;
}

@media (max-width: 767px) {
  .alesis-footer &gt; .main &gt; .information &gt; .item &gt; .list {
    margin-top: 0rem;
    gap: 14px;
  }
}

.alesis-footer &gt; .main &gt; .information &gt; .item &gt; .list &gt; a {
  color: #fff;
}

.alesis-footer &gt; .main &gt; .information &gt; .item &gt; .meta {
  display: grid;
  grid-template-columns: min-content max-content;
  gap: 0.5rem;
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .alesis-footer &gt; .main &gt; .information &gt; .item &gt; .meta {
    width: -moz-min-content;
    width: min-content;
    margin: 1rem auto 0;
    gap: 1rem 0.5rem;
  }
}

.alesis-footer &gt; .main &gt; .information &gt; .item &gt; .meta &gt; .icon {
  margin-top: -1px;
}

.alesis-footer &gt; .main &gt; .information &gt; .item &gt; .meta &gt; .text a {
  color: #fff;
}

@media (max-width: 767px) {
  .alesis-footer &gt; .main &gt; .information &gt; .item &gt; .meta &gt; .text {
    text-align: left;
  }
}

.alesis-footer &gt; .main &gt; .information &gt; .item &gt; .socials {
  margin-top: 0.7rem;
}

.alesis-footer &gt; .main &gt; .information &gt; .item &gt; .socials &gt; .item {
  margin-right: 0.2rem;
}

@media (max-width: 767px) {
  .alesis-footer &gt; .main &gt; .information &gt; .item {
    min-width: 120px;
  }
}

.alesis-footer &gt; .secondary {
  margin: 20px auto;
  max-width: 1400px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .alesis-footer &gt; .secondary {
    margin-top: 2rem;
    margin-bottom: 4rem;
    flex-direction: column-reverse;
    align-items: center;
  }
}

.alesis-footer &gt; .secondary .copyright {
  margin-right: 3rem;
  font-size: 0.8rem;
}

@media (max-width: 767px) {
  .alesis-footer &gt; .secondary .copyright {
    margin-top: 1rem;
    margin-right: 0;
    text-align: center;
  }
}

.alesis-footer &gt; .secondary .copyright &gt; .links .item {
  color: #fff;
}

.alesis-footer &gt; .secondary &gt; .links &gt; .item {
  color: #fff;
}

.alesis-footer &gt; .secondary .externals {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1000;
  display: inline-flex;
  border-radius: 0.7rem;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1215686275) 0px 0px 5px 0px;
}

@media (max-width: 767px) {
  .alesis-footer &gt; .secondary .externals {
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
    text-align: center;
  }
}

.alesis-footer &gt; .secondary .externals .item {
  text-decoration: none;
  flex: 1;
  padding: 0.25rem 1rem;
  background: #326398;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
}

.alesis-footer &gt; .secondary .externals .item.-invest {
  background: #fff;
  color: #326398;
}

.page-footer {
  background-color: #153a71;
  width: 100%;
  color: #ffffff;
  font-weight: 400;
  padding: 1rem 4rem;
  cursor: default;
}

.page-footer .btm-line {
  width: 90%;
  margin: 0px auto 2.5rem auto;
  border-bottom: solid 1px #2f95cb;
}

.page-footer .top-content {
  display: flex;
  justify-content: space-between;
}

.page-footer .top-content a {
  color: #ffffff;
}

.page-footer .top-content .about-card ul,
.page-footer .top-content .support-card ul,
.page-footer .top-content .invest-card ul,
.page-footer .top-content .loan-card ul,
.page-footer .top-content .desc-card ul {
  padding: 0px;
  margin: 0px;
}

.page-footer .top-content .about-card ul li,
.page-footer .top-content .support-card ul li,
.page-footer .top-content .invest-card ul li,
.page-footer .top-content .loan-card ul li,
.page-footer .top-content .desc-card ul li {
  list-style: none;
  margin-right: 0px;
  margin-bottom: 10px;
}

.page-footer .top-content .about-card h2,
.page-footer .top-content .support-card h2,
.page-footer .top-content .invest-card h2,
.page-footer .top-content .loan-card h2,
.page-footer .top-content .desc-card h2 {
  margin-bottom: 1.5rem;
}

.page-footer .top-content .desc-card {
  width: 30%;
}

.page-footer .top-content .desc-card .d-a {
  display: flex;
}

.page-footer .top-content .desc-card .d-a .img {
  width: 100px;
  margin-left: 10px;
}

.page-footer .top-content .desc-card .cd {
  display: flex;
}

.page-footer .top-content .desc-card .cd .img {
  width: 15%;
}

.page-footer .top-content .desc-card .cd .cnt {
  width: 85%;
  background: #ffffff;
  color: #153a71;
  padding: 1rem 1rem 0px 1rem;
  font-weight: 700;
  border-radius: 20px;
  position: relative;
  margin-left: 25px;
}

.page-footer .top-content .desc-card .cd .cnt:before {
  content: "";
  width: 0px;
  height: 0px;
  border-right: 15px solid #ffffff;
  border-top: 15px solid rgba(255, 255, 255, 0);
  border-bottom: 15px solid rgba(255, 255, 255, 0);
  position: absolute;
  top: 23px;
  left: -15px;
}

.page-footer .top-content .desc-card .cd .cnt .c-s {
  text-align: justify;
}

.page-footer .top-content .loan-card {
  width: -moz-fit-content;
  width: fit-content;
}

.page-footer .top-content .invest-card {
  width: -moz-fit-content;
  width: fit-content;
}

.page-footer .top-content .support-card {
  width: -moz-fit-content;
  width: fit-content;
}

.page-footer .top-content .about-card {
  width: -moz-fit-content;
  width: fit-content;
}

.page-footer .top-content .about-card .community {
  font-size: 25px;
  width: 100px;
  display: flex;
  justify-content: space-between;
}

.page-footer hr {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0);
  margin: 30px auto;
}

.page-footer .bottom-content {
  font-size: 18px;
  position: relative;
  text-align: center;
}

.page-footer .bottom-content a {
  color: #ffffff;
}

.page-footer .bottom-content .contact a {
  margin: 0px 10px;
}

.page-footer .bottom-content .license {
  margin: 0px !important;
  text-align: left;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.page-footer .bottom-content .license p {
  font-size: 11px;
  width: 100%;
  margin: 0px !important;
}

.page-footer .bottom-content .license p a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .page-footer {
    padding: 10px;
  }

  .page-footer .top-content {
    display: block;
    overflow: auto;
  }

  .page-footer .top-content .desc-card,
  .page-footer .top-content .loan-card,
  .page-footer .top-content .invest-card,
  .page-footer .top-content .support-card,
  .page-footer .top-content .about-card {
    width: 50%;
    float: left;
    margin-bottom: 10px;
  }

  .page-footer .top-content .desc-card h2,
  .page-footer .top-content .loan-card h2,
  .page-footer .top-content .invest-card h2,
  .page-footer .top-content .support-card h2,
  .page-footer .top-content .about-card h2 {
    font-size: 30px;
    margin-bottom: 0.5rem;
  }

  .page-footer .top-content .desc-card .d-a {
    justify-content: center;
  }

  .page-footer .top-content .desc-card .cd .cnt {
    width: 80%;
    margin-left: 15px;
  }

  .page-footer .top-content .desc-card .cd .cnt::before {
    border-right: 16px solid #ffffff;
    border-top: 16px solid rgba(255, 255, 255, 0);
    border-bottom: 16px solid rgba(255, 255, 255, 0);
    left: -14px;
  }

  .page-footer .top-content .desc-card,
  .page-footer .top-content .about-card {
    width: 100%;
  }

  .page-footer .top-content .loan-card,
  .page-footer .top-content .invest-card,
  .page-footer .top-content .support-card,
  .page-footer .top-content .about-card {
    text-align: center;
  }

  .page-footer .top-content .about-card .community {
    margin: 0px auto;
  }

  .page-footer hr {
    margin: 15px auto;
  }

  .page-footer .bottom-content .contact {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .page-footer .bottom-content .contact a {
    margin: 0px 4px;
  }

  .page-footer .bottom-content .license {
    position: relative;
    text-align: center;
  }
}

.modal-backdrop {
  filter: blur(100px);
}

#loginForm .modal-dialog {
  top: 40%;
  transform: translate(0%, -50%);
}

#forgetPwdModal,
#loginModal {
  font-family: Arial, "微軟正黑體", "蘋果儷中黑", "Helvetica Neue", Helvetica, sans-serif;
}

#forgetPwdModal .modal-header,
#loginModal .modal-header {
  display: initial !important;
  border-bottom: none;
  padding-bottom: 0px;
}

#forgetPwdModal .modal-header .close,
#loginModal .modal-header .close {
  float: right;
}

#forgetPwdModal .modal-body,
#loginModal .modal-body {
  width: 80%;
  margin: 0px auto;
  padding: 0px 1rem;
}

#forgetPwdModal .modal-body .input-group,
#loginModal .modal-body .input-group {
  margin: 10px;
  width: auto;
}

#forgetPwdModal .modal-body .checked,
#loginModal .modal-body .checked {
  border-bottom: 2px solid #003cab !important;
}

#forgetPwdModal .modal-body .label-text,
#loginModal .modal-body .label-text {
  line-height: 30px;
  background-color: rgba(255, 255, 255, 0) !important;
  border: none !important;
  border-radius: 0px !important;
  text-align: end !important;
  width: 80px;
}

#forgetPwdModal .modal-body .label-input,
#loginModal .modal-body .label-input {
  border-radius: 39px;
  font-size: 14px;
  height: 30px;
}

#forgetPwdModal .modal-body .captcha-row,
#loginModal .modal-body .captcha-row {
  position: relative;
  display: flex;
  width: 70%;
}

#forgetPwdModal .modal-footer,
#loginModal .modal-footer {
  border-top: none;
  justify-content: center;
  padding-top: 10px;
}

#forgetPwdModal .modal-footer .btn-disable,
#loginModal .modal-footer .btn-disable,
#forgetPwdModal .modal-footer .btn-register,
#loginModal .modal-footer .btn-register,
#forgetPwdModal .modal-footer .btn-submit,
#loginModal .modal-footer .btn-submit {
  border-radius: 50px;
  width: 30%;
  height: 34px;
  line-height: 19px;
  font-size: 16px;
  font-weight: bolder;
  margin: 0px 1rem;
}

#forgetPwdModal .modal-footer .btn-submit,
#loginModal .modal-footer .btn-submit {
  background: #003cab;
  color: #ffffff;
}

#forgetPwdModal .modal-footer .btn-submit:hover,
#loginModal .modal-footer .btn-submit:hover {
  color: #003cab;
  background: #ffffff;
  border: 2px solid #003cab;
}

#forgetPwdModal .modal-footer .btn-register,
#loginModal .modal-footer .btn-register {
  background: #ffffff;
  border: 2px solid #003cab;
  color: #003cab;
}

#forgetPwdModal .modal-footer .btn-register:hover,
#loginModal .modal-footer .btn-register:hover {
  color: #ffffff;
  background: #003cab;
}

#forgetPwdModal .btn-disable,
#loginModal .btn-disable {
  background: #d5d5d5;
  color: #969696;
  cursor: default;
}

#loginModal .login-logo {
  width: 28%;
  margin: 0px auto;
}

#loginModal .btn-switch {
  width: 50%;
  border-bottom: 1px solid #005aff;
  border-radius: 0px;
  font-weight: bolder;
}

#loginModal .btn-switch:focus {
  box-shadow: 0 0 rgba(255, 255, 255, 0);
}

#loginModal .checked {
  border-bottom: 2px solid #003cab !important;
}

#loginModal .btn-password {
  position: absolute;
  right: 0;
  padding: 3px 0px;
  color: #005aff;
}

@media screen and (max-width: 767px) {
  #loginModal .modal-body {
    width: 100%;
  }

  #loginModal .captcha-row {
    width: 100%;
  }
}

#forgetPwdModal .back {
  background: rgba(255, 255, 255, 0);
  border: 0;
  font-size: 27px;
  position: absolute;
  top: 5px;
  left: 5px;
  color: #868686;
}

#forgetPwdModal .back:hover {
  color: #000000;
}

#forgetPwdModal .modal-body {
  width: 100% !important;
}

#forgetPwdModal .modal-body .btn-disable {
  margin-left: 10px;
  width: 100%;
}

#forgetPwdModal .reset-title {
  font-weight: bolder;
  font-size: 19px;
  width: -moz-max-content;
  width: max-content;
  margin: 0px auto;
}

#forgetPwdModal .label-text {
  width: 130px !important;
}

#forgetPwdModal .btn-captcha {
  background: #00adff;
  border-radius: 50px;
  line-height: 15px;
  color: #ffffff;
  font-size: 16px;
  margin-left: 20px;
  width: 175px;
}

#forgetPwdModal .btn-captcha:hover {
  background: #0040d0;
}

#forgetPwdModal .tip {
  position: absolute;
  bottom: -17px;
  right: 36px;
  font-size: small;
  color: red;
}

@media screen and (max-width: 767px) {
  #forgetPwdModal .input-group {
    display: table;
    width: 100% !important;
    margin: 10px auto !important;
  }
}

.back-top {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 4px;
  z-index: 10;
  cursor: pointer;
  width: 35px;
  background: #ffffff;
  box-shadow: 1px 2px 2px #737373;
  opacity: 0.8;
}

.alert-danger {
  font-weight: bolder;
  text-align: center;
}

.hidden-phone {
  display: none !important;
}

.hidden-desktop {
  display: block !important;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.2s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  margin: 10px 0 10px 0;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #a7a7a7;
}

::-webkit-scrollbar-track-piece {
  background: rgba(255, 255, 255, 0);
}

::-webkit-scrollbar-corner {
  background: rgba(255, 255, 255, 0);
}

@media (max-width: 767px) {
  .hidden-phone {
    display: block !important;
  }

  .hidden-desktop {
    display: none !important;
  }

  .blog-quiklink {
    margin-top: 260px;
  }
}

.header_app_dl_link img {
  height: 2.8rem;
}

.header_app_dl_link_mobile {
  margin: 0 auto;
  float: right;
}

.header_app_dl_link_mobile a {
  margin-right: 1rem;
}

.header_app_dl_link_mobile img {
  height: 3rem;
}

.main {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto;
}

.main .title {
  margin: 30px auto;
  font-weight: bolder;
  text-align: center;
}

.main .title-img {
  text-align: center;
  margin: 50px auto;
  width: 80%;
}

.main .video-container {
  margin: 50px auto;
  text-align: center;
}

.main .video-container iframe {
  width: 75%;
  height: 550px;
}

.main .main-content {
  width: 75%;
  margin: 0px auto;
}

.main .main-content h4 {
  font-weight: bolder;
  margin-bottom: 40px;
}

.main .main-content p {
  color: #898989;
  font-size: 18px;
  padding-bottom: 30px;
}

.main .main-content a {
  color: red;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bolder;
  font-size: 25px;
  margin-bottom: 60px;
  display: block;
}

.main .main-content a:hover {
  text-decoration: none;
}

.main .main-content .img {
  padding: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .main .title {
    font-size: 24px;
  }

  .main .video-container {
    margin: 10px auto;
  }

  .main .video-container iframe {
    width: 100%;
    height: 210px;
  }

  .main .main-content {
    width: 95%;
  }

  .main .main-content h4 {
    font-size: 23px;
    text-align: center;
  }

  .main .main-content .img {
    padding: 10px;
  }
}

.bg {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.span_pseudo,
.chiller_cb span:before,
.chiller_cb span:after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 0;
  height: 0.2rem;
  position: absolute;
  transform-origin: 0% 0%;
}

.chiller_cb {
  position: relative;
  height: 2rem;
  display: flex;
  align-items: center;
}

.chiller_cb input {
  display: none;
}

.chiller_cb input:checked ~ span {
  background: #003cab;
  border-color: #9fb6df;
}

.chiller_cb input:checked ~ span:before {
  width: 1rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.3s;
}

.chiller_cb input:checked ~ span:after {
  width: 0.4rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.2s;
}

.chiller_cb input:disabled ~ span {
  background: #ececec;
  border-color: #dcdcdc;
}

.chiller_cb input:disabled ~ label {
  color: #dcdcdc;
}

.chiller_cb input:disabled ~ label:hover {
  cursor: default;
}

.chiller_cb label {
  padding-left: 2rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-bottom: 0;
}

.chiller_cb span {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid #ccc;
  position: absolute;
  left: 0;
  transition: all 0.2s;
  z-index: 1;
  box-sizing: content-box;
  background: #ffffff;
}

.chiller_cb span:before {
  transform: rotate(-55deg);
  top: 1rem;
  left: 0.37rem;
}

.chiller_cb span:after {
  transform: rotate(35deg);
  bottom: 0.35rem;
  left: 0.2rem;
}

.radio-custom {
  display: contents;
}

.radio-custom label {
  display: inline-block;
  position: relative;
  padding-left: 23px;
  cursor: pointer;
  width: 30%;
  margin: 0px;
  line-height: 29px;
}

.radio-custom input {
  height: 1px;
  width: 1px;
  opacity: 0;
}

.radio-custom .outside {
  display: inline-block;
  position: absolute;
  left: 0%;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 2px solid #003cab;
  border-radius: 50%;
  box-sizing: border-box;
  background: none;
}

.radio-custom .inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #003cab;
  left: 3px;
  top: 3px;
  transform: scale(0, 0);
}

.radio-custom .no-transforms .inside {
  left: auto;
  top: auto;
  width: 0;
  height: 0;
}

.radio-custom input:checked + .outside .inside {
  animation: radio-select 0.1s linear;
  transform: scale(1, 1);
}

.radio-custom .no-transforms input:checked + .outside .inside {
  width: 10px;
  height: 10px;
}

/**
 * 評估問卷
 */

.評估問卷 {
  position: relative;
}

.評估問卷 .表單 {
  max-width: 1280px;
  margin: 0 auto;
}

.評估問卷 .表單 .列 {
  grid-template-columns: 1.06fr 1fr;
  display: grid;
  margin: 0;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 767px) {
  .評估問卷 .表單 .列 {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}

.評估問卷 .表單 .列:not(:last-child) {
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .評估問卷 .表單 .列:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}

.評估問卷 .表單 .列 .標籤 {
  text-align: right;
  font-size: 1.4rem;
  color: #5862a3;
}

@media (max-width: 767px) {
  .評估問卷 .表單 .列 .標籤 {
    text-align: left;
    font-size: 1rem;
  }
}

.評估問卷 .表單 .輸入欄位 button {
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  border-radius: 0.4rem;
  border: 0;
  background: #326398;
  color: #FFF;
  outline: none;
}

@media (max-width: 767px) {
  .評估問卷 .表單 .輸入欄位 button {
    font-size: 1rem;
    padding: 0.5rem;
  }
}

.評估問卷 .表單 .輸入欄位 select {
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  border-radius: 0.4rem;
  border: 1px solid #036eb7;
  background: transparent;
  text-align: center;
  color: #036eb7;
  outline: none;
}

@media (max-width: 767px) {
  .評估問卷 .表單 .輸入欄位 select {
    font-size: 1rem;
    padding: 0.5rem;
    text-align: left;
  }
}

.評估問卷 .表單 .輸入欄位 input {
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  border-radius: 0.4rem;
  border: 1px solid #036eb7;
  background: transparent;
  color: #036eb7;
  outline: none;
}

@media (max-width: 767px) {
  .評估問卷 .表單 .輸入欄位 input {
    font-size: 1rem;
    padding: 0.5rem;
  }
}

.評估問卷 .結果 {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .評估問卷 .結果 {
    margin-top: 3rem;
    margin-bottom: 0;
    flex-direction: column;
  }
}

.評估問卷 .結果 .展示區塊 {
  flex: 1;
  text-align: right;
  max-width: 430px;
}

.評估問卷 .結果 .展示區塊 .圖片 {
  width: 350px;
}

@media (max-width: 767px) {
  .評估問卷 .結果 .展示區塊 .圖片 {
    width: 70vw;
    height: auto;
    margin-bottom: 2rem;
  }
}

.評估問卷 .結果 .內容 {
  background-image: linear-gradient(to right, #1e2973 0%, #319acf 50%, #1e2973 75%);
  -webkit-background-clip: text;
  background-clip: text;
  color: rgba(255, 255, 255, 0);
  font-weight: bolder;
  font-size: 2rem;
  flex: 1;
  margin-left: 3rem;
}

@media (max-width: 767px) {
  .評估問卷 .結果 .內容 {
    margin-left: 0;
  }
}

.評估問卷 .結果 .內容 .標題 {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .評估問卷 .結果 .內容 .標題 {
    font-size: 1.2rem;
  }
}

.評估問卷 .結果 .內容 .段落 {
  font-size: 1.3rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .評估問卷 .結果 .內容 .段落 {
    font-size: 1rem;
  }
}

.評估問卷 .結果 .內容 .數值 {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .評估問卷 .結果 .內容 .數值 {
    font-size: 1rem;
  }
}

.評估問卷 .結果 .內容 .數值 .列 {
  margin: 0;
  display: flex;
}

.評估問卷 .結果 .內容 .數值 .列 .標籤 {
  color: #036EB7;
}

.評估問卷 .結果 .內容 .數值 .列 .值 {
  color: #5d5555;
  font-weight: normal;
}

.評估問卷 .結果 .內容 .說明 {
  font-size: 0.9rem;
  font-weight: normal;
}

.評估問卷 .結果 .內容 .說明.yellow {
  color: #f29600;
}

.評估問卷 .結果 .內容 .說明.red {
  color: red;
}

.評估問卷 .結果 .列 {
  margin-top: 1rem;
}

.評估問卷 .結果 .列 .btn.btn-primary {
  padding: 0.5rem 2rem;
  font-size: 1.15rem;
  border-radius: 0.4rem;
  border: 0;
  background: #326398;
  color: #FFF;
  outline: none;
  min-width: 140px;
}

@media (max-width: 767px) {
  .評估問卷 .結果 .列 .btn.btn-primary {
    font-size: 1rem;
    padding: 0.5rem;
  }
}

.評估問卷 .結果 .列 .btn.btn-primary:first-child {
  margin-right: 0.5rem;
}

.btn.btn-modal {
  padding: 0.5rem 2rem;
  font-size: 1.15rem;
  border-radius: 0.4rem;
  border: 0;
  background: #326398;
  color: #FFF;
  outline: none;
  min-width: 140px;
}

@media (max-width: 767px) {
  .btn.btn-modal {
    font-size: 1rem;
    padding: 0.5rem;
  }
}

.btn.btn-modal:first-child {
  margin-right: 0.5rem;
}

@media (max-width: 767px) {
  .event-modal .modal-dialog {
    top: 10vh;
  }
}

</pre></body></html>