[data-v-516f18e9]:root {
  --im-breakpoint-xs: $xs-breakpoint;
  --im-breakpoint-sm: $sm-breakpoint;
  --im-breakpoint-md: $md-breakpoint;
  --im-breakpoint-lg: $lg-breakpoint;
  --im-breakpoint-xl: $xl-breakpoint;
}
.app-footer-component[data-v-516f18e9] {
  width: 100%;
  background-color: #f4f4f4;
}
.app-footer-component.dark[data-v-516f18e9] {
  background-color: #081225;
}
.app-footer-component .content-wrapper[data-v-516f18e9] {
  position: relative;
  padding: 60px 100px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1366px;
  margin: 0 auto;
}
@media only screen and (max-width: 959px) {
.app-footer-component .content-wrapper[data-v-516f18e9] {
    padding: 40px 30px;
}
}
.app-footer-component .content-wrapper ul[data-v-516f18e9],
.app-footer-component .content-wrapper li[data-v-516f18e9] {
  padding: 0;
  margin: 0;
  list-style: none;
}
.app-footer-component .content-wrapper .copyright[data-v-516f18e9] {
  text-align: center;
  width: 100%;
  font-family: "Roboto Mono", "Roboto", "local-Roboto", sans-serif;
  font-size: 12px;
  color: #676767;
  padding-top: 30px;
}
@media only screen and (max-width: 959px) {
.app-footer-component .content-wrapper .copyright[data-v-516f18e9] {
    font-size: 10px;
}
}
.app-footer-component .content-wrapper .copyright.dark[data-v-516f18e9] {
  color: #b5b8bd;
}
.app-footer-component nav.footer-menu[data-v-516f18e9] {
  flex: 1;
  margin-top: 10px;
}
@media only screen and (max-width: 959px) {
.app-footer-component nav.footer-menu[data-v-516f18e9] {
    margin-top: 20px;
}
}
.app-footer-component nav.footer-menu > ul[data-v-516f18e9] {
  display: flex;
  justify-content: flex-end;
  gap: 100px;
}
@media only screen and (max-width: 1365px) {
.app-footer-component nav.footer-menu > ul[data-v-516f18e9] {
    justify-content: space-evenly;
    gap: 0;
}
}
@media only screen and (max-width: 959px) {
.app-footer-component nav.footer-menu > ul[data-v-516f18e9] {
    justify-content: space-evenly;
}
}
@media only screen and (max-width: 767px) {
.app-footer-component nav.footer-menu > ul[data-v-516f18e9] {
    justify-content: space-between;
}
}
.app-footer-component nav.footer-menu > ul > li[data-v-516f18e9] {
  flex: none;
}
.app-footer-component nav.footer-menu > ul > li.menu-contact-us[data-v-516f18e9] {
  margin-right: 100px;
}
@media only screen and (max-width: 1365px) {
.app-footer-component nav.footer-menu > ul > li.menu-contact-us[data-v-516f18e9] {
    margin-right: 0px;
}
}
.app-footer-component nav.footer-menu > ul > li .txt-label[data-v-516f18e9] {
  color: #676767;
  padding: 10px 0;
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
}
@media only screen and (max-width: 959px) {
.app-footer-component nav.footer-menu > ul > li .txt-label[data-v-516f18e9] {
    font-size: 12px;
}
}
.app-footer-component nav.footer-menu > ul > li .txt-label.dark[data-v-516f18e9] {
  color: #b5b8bd;
}
.app-footer-component nav.footer-menu > ul > li a[data-v-516f18e9] {
  display: block;
  color: #000000;
  text-decoration: none;
  padding: 8px 0;
  font-size: 14px;
}
@media only screen and (max-width: 959px) {
.app-footer-component nav.footer-menu > ul > li a[data-v-516f18e9] {
    font-size: 12px;
}
}
.app-footer-component nav.footer-menu > ul > li a[data-v-516f18e9]:hover {
  color: var(--app-primary);
}
.app-footer-component nav.footer-menu > ul > li a.disabled[data-v-516f18e9] {
  opacity: 0.15;
  cursor: not-allowed;
}
.app-footer-component nav.footer-menu > ul > li .menu-children[data-v-516f18e9] {
  display: flex;
  text-align: center;
  margin-top: 22px;
}
@media only screen and (max-width: 959px) {
.app-footer-component nav.footer-menu > ul > li .menu-children[data-v-516f18e9] {
    margin-top: 8px;
}
}
.app-footer-component nav.footer-menu > ul > li .menu-children .sub-menu-group[data-v-516f18e9] {
  flex: 1;
}
.app-footer-component nav.footer-menu > ul > li .menu-children .sub-menu-group .submenu-item a[data-v-516f18e9] {
  font-family: "Noto Sans TC", "Roboto Mono";
  color: #000;
  font-size: 14px;
}
@media only screen and (max-width: 959px) {
.app-footer-component nav.footer-menu > ul > li .menu-children .sub-menu-group .submenu-item a[data-v-516f18e9] {
    font-size: 12px;
}
}
.app-footer-component nav.footer-menu > ul > li .menu-children .sub-menu-group .submenu-item.dark a[data-v-516f18e9] {
  color: #ffffff;
}
.app-footer-component nav.footer-menu > ul > li .menu-children .sub-menu-group .submenu-item.dark a[data-v-516f18e9]:hover {
  color: #ffffff;
}
.app-footer-component nav.footer-menu > ul > li .menu-children .sub-menu-group + .sub-menu-group[data-v-516f18e9] {
  padding-left: 20px;
}
.app-footer-component .footer-links[data-v-516f18e9] {
  flex: none;
}
@media only screen and (max-width: 959px) {
.app-footer-component .footer-links[data-v-516f18e9] {
    width: 100%;
}
}
.app-footer-component .footer-links .header-logo[data-v-516f18e9] {
  margin-bottom: 20px;
  display: block;
}
@media only screen and (max-width: 959px) {
.app-footer-component .footer-links .header-logo[data-v-516f18e9] {
    margin-bottom: 15px;
}
.app-footer-component .footer-links .header-logo img[data-v-516f18e9] {
    width: 147px;
    height: 30px;
}
}
.app-footer-component .footer-links .header-logo .logo[data-v-516f18e9] {
  flex: none;
  width: 279px;
  height: 57px;
}
.app-footer-component .footer-links .header-logo .logo.dark[data-v-516f18e9] svg .txt-impactio {
  fill: #fff;
}
@media only screen and (max-width: 959px) {
.app-footer-component .footer-links .header-logo .logo[data-v-516f18e9] {
    width: 147px;
    height: 30px;
}
}
.app-footer-component .footer-links .desc[data-v-516f18e9] {
  font-size: 16px;
  font-weight: 500;
  color: #676767;
}
.app-footer-component .footer-links .desc.dark[data-v-516f18e9] {
  color: #b5b8bd;
}
@media only screen and (max-width: 959px) {
.app-footer-component .footer-links .desc[data-v-516f18e9] {
    font-size: 12px;
}
}
.app-footer-component .footer-links .desc .text[data-v-516f18e9] {
  margin-bottom: 20px;
}
@media only screen and (max-width: 959px) {
.app-footer-component .footer-links .desc .text[data-v-516f18e9] {
    margin-bottom: 15px;
}
}
.app-footer-component .footer-links .social[data-v-516f18e9] {
  margin-top: 60px;
}
@media only screen and (max-width: 959px) {
.app-footer-component .footer-links .social[data-v-516f18e9] {
    margin-top: 20px;
}
}
.app-footer-component .footer-links .social li[data-v-516f18e9] {
  display: inline-block;
  vertical-align: middle;
  font-family: "Roboto Mono", "Roboto", "local-Roboto", sans-serif;
  color: #676767;
  font-size: 16px;
  margin-right: 30px;
}
@media only screen and (max-width: 959px) {
.app-footer-component .footer-links .social li[data-v-516f18e9] {
    font-size: 10px;
}
}
.app-footer-component .footer-links .social li.social-link[data-v-516f18e9] {
  margin-right: 20px;
}
@media only screen and (max-width: 959px) {
.app-footer-component .footer-links .social li.social-link[data-v-516f18e9] {
    margin-right: 25px;
}
}
.app-footer-component .footer-links .social li[data-v-516f18e9] a {
  display: inline-block;
}
.app-footer-component .footer-links .social li[data-v-516f18e9] a:hover svg path {
  fill: #000000 !important;
}
.app-footer-component .footer-links .social li[data-v-516f18e9] a:hover svg circle {
  stroke: #000000 !important;
}
.app-footer-component .footer-links .social.dark li[data-v-516f18e9] {
  color: #b5b8bd;
}
.app-footer-component .footer-links .social.dark[data-v-516f18e9] a {
  display: inline-block;
}
.app-footer-component .footer-links .social.dark[data-v-516f18e9] a:hover svg path {
  fill: #ffffff !important;
}
.app-footer-component .footer-links .social.dark[data-v-516f18e9] a:hover svg circle {
  stroke: #ffffff !important;
}