@import "https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;600;700&display=swap";
body {
  -webkit-text-size-adjust: 100%;
  color: #333;
  margin: 0;
  font-family:
    Noto Sans TC,
    Helvetica Neue,
    微軟正黑體,
    Microsoft JhengHei,
    Arial,
    sans-serif;
  font-size: 16px;
}
a {
  text-decoration: none;
}
p {
  color: #394047;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}
.flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
}
.direction-row {
  flex-direction: row;
}
.direction-column {
  flex-direction: column;
}
.header {
  z-index: 100;
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
}
.header-dark {
  z-index: 2;
  background-color: #0000008c;
  width: 100%;
  position: fixed;
  top: 0;
}
.header__navOutWrap {
  width: 100%;
}
.home-icon {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.mobile-home-link {
  display: none;
}
.header nav {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 25px 0;
  display: flex;
  box-shadow: 0 1px 8px #0003;
}
.header-dark nav {
  background-color: #0000004d;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 25px 0;
  display: flex;
  box-shadow: 0 1px #fff;
}
.header__nav-wrap {
  display: flex;
}
.header__menu {
  color: #fff;
  letter-spacing: 2px;
  box-sizing: border-box;
  cursor: pointer;
  border-bottom: 4px solid #0000;
  align-items: center;
  height: 45px;
  margin-left: 30px;
  padding: 10px;
  font-weight: 600;
  transition: all 0.2s;
  display: flex;
}
.header__menu-wrap {
  flex-shrink: 0;
  width: 100%;
  display: flex;
  position: relative;
  bottom: -2px;
}
.header__menu-icon {
  cursor: pointer;
  color: #00a19b;
  z-index: 10;
  font-size: 30px;
  font-weight: 900;
  display: none;
  /* position: absolute;
  right: 20px; */
}
.header__a {
  margin-left: 22px;
}
.header__a img.blue-logo {
  display: none;
}
.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 0;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.d-flex {
  display: flex !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.align-items-center {
  align-items: center !important;
}
.footer {
  background-color: #002247;
}
.footer__container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 20px 0 40px;
}
.footer__container * {
  font: revert;
  margin: revert;
}
@media screen and (width<=768px) {
  .footer__container {
    flex-direction: column;
    display: flex;
    padding: 20px 0 20px;
  }
}
@media print {
  .footer__container {
    padding-left: 0.72cm;
    padding-right: 0.72cm;
  }
}
.footer__container--bottom {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 0 20px;
}
@media print {
  .footer__container--bottom {
    padding-left: 0.72cm;
    padding-right: 0.72cm;
  }
}
.footer select {
  color: #fff;
  background-color: #002247;
  border: none;
  padding: 0 10px 0 0;
}
@media screen and (width<=768px) {
  .footer select {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.footer select span {
  width: 20px;
  height: 15px;
}
.footer img {
  width: 25px;
  height: 15px;
  display: inline-block;
}
.footer__list {
  display: flex;
}
@media screen and (width<=768px) {
  .footer__list {
    display: none;
  }
}
.footer__item {
  width: 20%;
}
.footer__title {
  color: #fff;
  margin: 20px 0;
  font-size: 14px;
  font-weight: 400;
}
.footer__link {
  color: #fff;
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 14px;
  display: block;
}
.footer__link:hover {
  color: #fff;
}
@media screen and (width<=768px) {
  .footer__link--text {
    display: none;
  }
}
.footer__logo {
  justify-content: space-between;
  width: 100%;
  margin: 40px 0 20px;
  display: flex;
}
@media screen and (width<=768px) {
  .footer__logo {
    display: none;
  }
}
.footer__logo img {
  width: 150px;
  height: 46px;
}
.footer__community {
  align-items: center;
  display: flex;
}
@media print {
  .footer__community {
    display: none;
  }
}
.footer__community img {
  width: 40px;
  height: 40px;
}
.footer__community--mobile {
  display: none;
}
@media screen and (width<=768px) {
  .footer__community--mobile {
    justify-content: space-between;
    margin: 0 auto;
    display: flex;
  }
}
.footer__community--mobile img {
  width: 40px;
  height: 40px;
}
.footer__name {
  /* color: #fff; */
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (width<=768px) {
  .footer__name {
    display: none;
  }
}
.footer__name--mobile {
  color: black;
  font-size: 20px;
  font-weight: 500;
  display: none;
}
@media screen and (width<=768px) {
  .footer__name--mobile {
    text-align: center;
    margin-bottom: 20px;
    display: block;
  }
}
.footer__address {
  width: 100%;
  display: flex;
}
@media screen and (width<=768px) {
  .footer__address {
    flex-wrap: wrap;
  }
}
.footer__addressItem {
  width: 100%;
  margin-right: 20px;
}
@media screen and (width<=768px) {
  .footer__addressItem {
    margin-bottom: 20px;
  }
}
.footer__addressItem:last-child {
  margin-right: 0;
}
/* .footer__addressItem p {
  color: #fff;
} */
@media screen and (width<=768px) {
  .footer__addressItem p {
    text-align: center;
    font-size: 14px;
  }
}
.footer__bottom {
  background-color: #a8b3c0;
}
.footer__nav {
  flex-wrap: wrap;
  margin-bottom: 30px;
  display: flex;
}
@media screen and (width<=768px) {
  .footer__nav {
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 0 15px;
  }
}
.footer__nav a {
  color: #000;
  white-space: nowrap;
  border-right: 1px solid #000;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
@media screen and (width<=768px) {
  .footer__nav a {
    text-align: start;
    white-space: normal;
    border: none;
    width: 50%;
    margin-bottom: 15px;
    padding: 0;
    font-size: 14px;
  }
}
@media print {
  .footer__nav a {
    text-align: center;
    width: 33.3333%;
  }
}
.footer__nav a:last-child {
  border: none;
}
@media print {
  .footer__nav a:last-child {
    border-right: 1px solid #000;
  }
}
.footer__nav a:first-child {
  padding-left: 0;
}
.footer__innerText--bolder {
  color: #000;
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (width<=768px) {
  .footer__innerText--bolder,
  .footer__innerText {
    padding: 0 15px;
  }
}
.footer__contact-wrap {
  align-items: center;
  display: flex;
}
@media screen and (width<=768px) {
  .footer__contact-wrap {
    justify-content: center;
  }
}
@media print {
  .footer__contact-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
.footer__contact-wrap span {
  /* color: #fff; */
  font-size: 16px;
  line-height: 24px;
}
.footer__contact-wrap span:first-child {
  margin-right: 32px;
}
@media screen and (width<=768px) {
  .footer__contact-wrap span {
    font-size: 14px;
  }
  .footer__contact-wrap span:first-child {
    margin-right: 24px;
  }
}
.footer__anniversary {
  background-color: #fff;
  padding: 25px 0;
}
.footer__anniversary-content-wrap {
  display: flex;
}
@media screen and (width<=768px) {
  .footer__anniversary-content-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.footer__anniversary-logo {
  margin-right: 30px;
  position: relative;
  top: -5px;
  width: 160px !important;
  height: auto !important;
}
@media screen and (width<=768px) {
  .footer__anniversary-logo {
    margin-bottom: 20px;
    top: 0;
  }
}
.footer__anniversary-title {
  color: #007bc3;
  font-size: 26px;
  font-weight: 700;
  margin-top: 0 !important;
}
@media screen and (width<=768px) {
  .footer__anniversary-title {
    text-align: center;
  }
}
.footer__anniversary-list {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0 !important;
}
.footer__anniversary-list-item {
  align-items: center;
  margin-bottom: 8px;
  padding-left: 23px;
  display: flex;
  position: relative;
}
.footer__anniversary-list-dot {
  background-color: #000;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  position: absolute;
  top: calc(50% - 3px);
  left: 6px;
}
.footer__anniversary-list-text {
  letter-spacing: 1.5px;
  font-size: 16px;
  font-weight: 700;
}
.footer-news h2 {
  color: #fff;
  margin: 40px 0;
}
.footer-news h3 {
  color: #fff;
}
.footer-news p {
  margin-top: 0;
}
.footer-news .news__item {
  margin-bottom: 40px;
}
.footer-news .vedio__img {
  border: none;
}
.footer-select {
  width: 180px;
}
@media print {
  .footer-select {
    display: none;
  }
}
.footer-select .accordion-button {
  color: #fff;
  background-color: #002247;
  align-items: center;
  padding: 10px 0;
  display: flex;
}
.footer-select .accordion-button:focus {
  box-shadow: none;
  z-index: 2;
}
.footer-select .accordion-button:after {
  background-image: url(arrow.7fc8da13.svg);
  background-size: contain;
  width: 16px;
  height: 8px;
}
.footer-select__icon {
  margin-right: 10px;
}
.footer-select .nav-pills {
  background-color: #f3f8fb;
  flex-direction: column;
  width: 180px;
  position: absolute;
}
.footer-select .nav-link {
  color: #002247;
  background-color: #f3f8fb;
  padding: 10px;
}
.footer-select .nav-pills .nav-link.active {
  color: #002247;
  background-color: #f3f8fb;
}
.footer-content {
  overflow-y: hidden;
}
.footer-content.open {
  max-height: none !important;
}
@media screen and (width<=768px) {
  .footer-content {
    max-height: none !important;
  }
}
@media print {
  .footer-content {
    height: auto;
  }
}
.footer-toggle {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  display: flex;
}
@media print {
  .footer-toggle {
    display: none;
  }
}
@media screen and (width<=768px) {
  .footer-toggle {
    display: none;
  }
}
.footer-toggle__link {
  align-items: center;
  font-weight: 700;
  color: #002247 !important;
  margin-bottom: 0 !important;
  display: flex !important;
}
.footer-toggle__image-wrap {
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
  position: relative;
  top: 1.5px;
}
.footer-toggle__image {
  object-fit: contain;
  object-position: center;
  transition: all 0.2s;
  width: 12px !important;
}
.footer-toggle__image.open {
  transform: rotate(-180deg);
}
.title-color {
  color: #002247 !important;
}
.interested-background {
  background-color: #f3f4f4;
}
@media (width<=770px) {
  .logo_container {
    display: none !important;
  }
}
.logo_container .footerLogo img {
  width: 350px;
  height: 220px;
}
.logo_container .footerIcon img {
  width: 60px;
  height: 60px;
}
@media (width>=770px) {
  .logo_container_mobile {
    display: none !important;
  }
}
.logo_container_mobile .footerLogo_mobile img {
  width: 350px;
  height: 220px;
}
.logo_container_mobile .footerIcon img {
  width: 60px;
  height: 60px;
}
@media (width<=350px) {
  .footerLogo_mobile img {
    width: 100% !important;
    height: auto !important;
  }
}
.color__white {
  color: #fff;
}
.color__black_phone_white {
  color: #000;
}
.kv {
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 400px;
}
.kv-live {
  flex-direction: column;
  place-content: center;
  height: 400px;
  display: flex;
}
.invest-kv {
  background: url(KV_live.d921d4f7.png) 50% / cover no-repeat;
}
.kv h1 {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5em;
}
#animation_container,
#canvas,
#dom_overlay_container {
  background: 0 0 !important;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (width<=1050px) {
  .kv {
    object-fit: cover;
    width: 100%;
    height: 35.4688vw;
    margin-top: 88px;
  }
  .kv h1 {
    font-size: 5.625vw;
  }
  .header__nav-wrap {
    background-color: #002247;
    flex-direction: column;
    justify-content: start;
    width: 250px;
    height: 60%;
    padding-top: 60px;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
  }
  .header__menu-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .header__menu-icon {
    display: block;
  }
  .d-flex {
    padding: 0 16px;
    justify-content: unset !important;
  }
  .header__menu {
    border-bottom: none;
    margin-left: 0;
    padding: 15px;
  }
  .header-dark,
  .header-dark nav {
    background-color: #fff;
  }
  .header__a img.white-logo {
    display: none;
  }
  .header__a img.blue-logo {
    display: block;
  }
  .color__black_phone_white {
    color: #fff;
  }
  .home-icon {
    display: none;
  }
  .mobile-home-link {
    color: #fff;
    display: inline;
  }
}
/*# sourceMappingURL=index.bd5daa40.css.map */
