img {
  max-width: 100%;
}

a {
  text-underline-offset: 5px;
}

body {
  overflow: auto;
  overflow-x: hidden;
}

.button-animate {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  border-bottom: 1px solid #004ea2;
  padding-bottom: 4px;
}
.button-animate span {
  transition: all 0.6s ease-in-out;
}
.button-animate::after {
  display: block;
  position: absolute;
  content: attr(data-text);
  transform: translateY(-500%);
  transition: all 0.6s ease-in-out;
  z-index: 10;
  text-align: center;
  font-family: "Arial", "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.5px;
}
.button-animate:hover span {
  transform: translateY(100px);
}
.button-animate:hover::after {
  transform: translateY(0%);
}
.button-animate.button-animate-16::after {
  color: var(--Primary-01, #004ea2);
  text-align: center;
  font-family: "Arial", "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1px;
  text-decoration: none;
}

.site-header {
  background-color: transparent;
}
@media (min-width: 768px) and (max-width: 1320px) {
  body:not(.layout-child-pages) .site-header {
    position: static !important;
  }
}
@media (max-width: 1320px) {
  .site-header {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 100%;
    background-color: #fff;
  }
}
.site-header > div {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  max-width: 1280px;
}
body.pll-en .site-header > div, body.en .site-header > div {
  width: 90%;
  padding: 0;
  max-width: unset;
}
body.pll-en .site-header > div button, body.en .site-header > div button {
  white-space: nowrap;
}
body.pll-en .site-header > div ul.primary-menu, body.en .site-header > div ul.primary-menu {
  gap: 24px;
}

@media (max-width: 1320px) {
  .site-header > div {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center !important;
    align-items: center !important;
    width: 100%;
    padding: unset;
  }
}
@media (max-width: 1320px) {
  .site-header > div .site-header-left {
    width: 100%;
  }
}
@media (max-width: 1320px) {
  .site-header > div .logo {
    width: 100%;
    text-align: left;
    padding: 24px 24px 24px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 1320px) {
  .site-header > div .logo img {
    width: 77px;
  }
}
.site-header > div .logo button {
  border: 0;
  background: transparent;
  display: none;
}
@media (max-width: 1320px) {
  .site-header > div .logo button {
    display: block;
  }
}
.site-header > div .logo button .menu-bar {
  display: inline-block;
  width: 30px;
  height: 22px;
  position: relative;
  cursor: pointer;
}
.site-header > div .logo button .menu-bar span {
  display: block;
  height: 2px;
  width: 100%;
  background: #333;
  margin: 8px 0;
  border-radius: 2px;
  transition: all 0.3s ease;
  position: relative;
}
.site-header > div .logo button.active .menu-bar span:nth-child(1) {
  transform: rotate(45deg);
  transform-origin: center center;
  top: 8px;
  position: absolute;
}
.site-header > div .logo button.active .menu-bar span:nth-child(2) {
  opacity: 0;
}
.site-header > div .logo button.active .menu-bar span:nth-child(3) {
  transform: rotate(-45deg) translate(1px, -1px);
  transform-origin: center center;
}
@media (max-width: 1320px) {
  .site-header > div .site-header-menu {
    display: none;
  }
}
.site-header > div .site-header-menu ul.primary-menu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 16px;
}
.site-header > div .site-header-menu ul.primary-menu > li.menu-item {
  position: relative;
  padding: 40px 0 35px 0;
}
@media (max-width: 767px) {
  .site-header > div .site-header-menu ul.primary-menu > li.menu-item {
    flex-direction: column;
    padding: 16px 0;
  }
}
.site-header > div .site-header-menu ul.primary-menu > li.menu-item.current-menu-item > a, .site-header > div .site-header-menu ul.primary-menu > li.menu-item.current_page_ancestor > a {
  position: relative;
}
.site-header > div .site-header-menu ul.primary-menu > li.menu-item a {
  color: #1c1c1c;
  text-align: center;
  font-family: "Arial", "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
  letter-spacing: 0.5px;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 1320px) {
  .site-header > div .site-header-menu ul.primary-menu > li.menu-item a {
    color: #1c1c1c !important;
  }
}
.site-header > div .site-header-menu ul.primary-menu > li.menu-item > ul.sub-menu {
  list-style: none;
  position: absolute;
  flex-direction: column;
  padding: 0;
  top: 70px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  left: 50%;
  transform: translateX(-50%) translateY(30px);
  white-space: nowrap;
  min-width: 100%;
  padding-top: 10px;
  display: none;
  border-radius: 10px;
  z-index: 10;
}
@media (min-width: 768px) and (max-width: 1320px) {
  .site-header > div .site-header-menu ul.primary-menu > li.menu-item > ul.sub-menu {
    z-index: 999;
  }
}
.site-header > div .site-header-menu ul.primary-menu > li.menu-item > ul.sub-menu li {
  background: #fff;
  text-align: center;
}
.site-header > div .site-header-menu ul.primary-menu > li.menu-item > ul.sub-menu li.current_page_item {
  background-color: #004ea2;
}
.site-header > div .site-header-menu ul.primary-menu > li.menu-item > ul.sub-menu li.current_page_item a {
  color: #fff !important;
}
.site-header > div .site-header-menu ul.primary-menu > li.menu-item > ul.sub-menu li a {
  padding: 8px 24px;
  color: var(--Gary-01, #1c1c1c);
  text-align: center;
  font-family: "Arial", "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 25.2px */
  letter-spacing: 1px;
  display: block;
}
.site-header > div .site-header-menu ul.primary-menu > li.menu-item > ul.sub-menu li:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.site-header > div .site-header-menu ul.primary-menu > li.menu-item > ul.sub-menu li:last-child {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.site-header > div .site-header-menu ul.primary-menu > li.menu-item > ul.sub-menu li:hover {
  background-color: #004ea2;
}
.site-header > div .site-header-menu ul.primary-menu > li.menu-item > ul.sub-menu li:hover a {
  color: #fff !important;
}
.site-header > div .site-header-menu ul.primary-menu > li.menu-item:hover > a {
  border-bottom: 5px solid #004ea2;
  padding-bottom: 5px;
}
.site-header > div .site-header-menu ul.primary-menu > li.menu-item:hover > ul.sub-menu {
  display: flex;
}
.site-header > div .site-header-menu-mobile {
  display: none;
  width: 100%;
}
.site-header > div .site-header-menu-mobile.active {
  display: block;
}
.site-header > div .site-header-menu-mobile > .header-langue {
  padding: 12px 24px;
}
.site-header > div .site-header-menu-mobile > .header-langue button,
.site-header > div .site-header-menu-mobile > .header-langue a.lang-switch-link {
  border: 0;
  background-color: transparent;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.site-header > div .site-header-menu-mobile > .header-langue button span.choose-langue,
.site-header > div .site-header-menu-mobile > .header-langue a.lang-switch-link span.choose-langue {
  color: var(--Gary-01, #1c1c1c);
  text-align: center;
  font-family: "Arial", "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 14px */
  letter-spacing: 0.14px;
}
.site-header > div .site-header-menu-mobile > .header-langue button svg,
.site-header > div .site-header-menu-mobile > .header-langue a.lang-switch-link svg {
  flex-shrink: 0;
}
.site-header > div .site-header-menu-mobile ul.primary-menu {
  list-style: none;
  padding: 0;
}
.site-header > div .site-header-menu-mobile ul.primary-menu > li.menu-item {
  text-align: start;
}
.site-header > div .site-header-menu-mobile ul.primary-menu > li.menu-item.active a {
  background: #2c509c;
  color: var(--Gary-07, #fff);
  font-family: "Arial", "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 0.5px;
}
.site-header > div .site-header-menu-mobile ul.primary-menu > li.menu-item.active i {
  color: #fff;
}
.site-header > div .site-header-menu-mobile ul.primary-menu > li.menu-item a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: var(--Gary-01, #1c1c1c);
  font-family: "Noto Sans CJK TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 0.5px;
}
.site-header > div .site-header-menu-mobile ul.primary-menu > li.menu-item a span {
  display: block;
  padding: 16px 24px;
}
.site-header > div .site-header-menu-mobile ul.primary-menu > li.menu-item a button {
  border: 0;
  background: transparent;
  padding-right: 24px;
  width: 70px;
}
.site-header > div .site-header-menu-mobile ul.primary-menu > li.menu-item > ul.sub-menu {
  padding: 0;
  list-style: none;
  display: none;
}
.site-header > div .site-header-menu-mobile ul.primary-menu > li.menu-item > ul.sub-menu.active {
  display: block;
}
.site-header > div .site-header-menu-mobile ul.primary-menu > li.menu-item > ul.sub-menu a {
  display: block;
  color: var(--Gary-01, #1c1c1c);
  text-align: left;
  /* headline-CN/Small */
  font-family: "Arial", "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 180%;
  /* 25.2px */
  letter-spacing: 1px;
  background: #f3f6fa;
}
.site-header > div .button-container {
  display: flex;
  gap: 16px;
}
@media (max-width: 1320px) {
  .site-header > div .button-container {
    display: none;
  }
}
.site-header > div .button-container button {
  border-radius: 100px;
  border: none;
  box-shadow: 0px 8px 10px 0px rgba(2, 3, 3, 0.03), 0px 3px 14px 0px rgba(2, 3, 3, 0.02), 0px 5px 5px 0px rgba(2, 3, 3, 0.04);
}
.site-header > div .button-container button a {
  text-align: center;
  padding: 12px 32px;
  /* headline-CN/Btn-CN */
  font-family: "Arial", "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: 1px;
}
.site-header > div .button-container button:first-child {
  background: #fff;
  color: #fff;
  overflow: hidden;
}
.site-header > div .button-container button:first-child a {
  color: var(--Primary-01, #004ea2);
  text-align: center;
  /* headline-CN/Btn-CN */
  font-family: "Arial", "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: 1px;
}
.site-header > div .button-container button:first-child a svg {
  transform: translateY(-2px) translateX(-2px);
}
.site-header > div .button-container button:first-child:hover {
  background-color: var(--Primary-01, #004ea2);
}
.site-header > div .button-container button:first-child:hover a {
  color: #fff;
}
.site-header > div .button-container button:first-child:hover a svg path {
  fill: #fff;
}
.site-header > div .button-container button:nth-child(2) {
  background: var(--Primary-01, #004ea2);
  overflow: hidden;
}
.site-header > div .button-container button:nth-child(2) svg {
  transform: translateY(-2px) translateX(-2px);
}
.site-header > div .button-container button:nth-child(2):hover {
  background-color: #fff;
  color: #004ea2;
}
.site-header > div .button-container button:nth-child(2):hover span {
  color: #004ea2;
}
.site-header > div .button-container button:nth-child(2):hover svg path {
  fill: #004ea2;
}
.site-header > div .button-container button:nth-child(3),
.site-header > div .button-container a.lang-switch-link {
  padding: 0;
  background: transparent;
  box-shadow: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.site-header.active, .site-header.onactive, .site-header.active_news {
  position: fixed;
  background-color: #fff;
  z-index: 100;
  top: 0;
}
.site-header.active .site-header-menu ul.primary-menu > li.menu-item a, .site-header.onactive .site-header-menu ul.primary-menu > li.menu-item a, .site-header.active_news .site-header-menu ul.primary-menu > li.menu-item a {
  color: var(--Gary-01, #1c1c1c) !important;
}
.site-header.active .btn-language svg path, .site-header.onactive .btn-language svg path, .site-header.active_news .btn-language svg path {
  fill: #1c1c1c;
}
body.page-template-template-partstemplate-index-php .site-header:not(.onactive):not(.active):not(.active_news) .btn-language svg path {
  fill: #ffffff;
}
@media (max-width: 1320px) {
  .site-header.active {
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
  }
  .site-header.active > div {
    height: 100%;
    flex-direction: column !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
  }
  .site-header.active .site-header-left {
    flex: 0 0 auto;
    width: 100%;
  }
  .site-header.active .site-header-menu-mobile {
    flex: 1 1 auto;
    overflow-y: auto;
    padding-bottom: 50px;
  }
}
@media (max-width: 1520px) {
  body.pll-en .site-header, body.en .site-header {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 100%;
    background-color: #fff;
  }
}
@media (max-width: 1520px) {
  body.pll-en .site-header > div, body.en .site-header > div {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center !important;
    align-items: center !important;
    width: 100%;
    padding: unset;
  }
}
@media (max-width: 1520px) {
  body.pll-en .site-header > div .site-header-left, body.en .site-header > div .site-header-left {
    width: 100%;
  }
}
@media (max-width: 1520px) {
  body.pll-en .site-header > div .logo, body.en .site-header > div .logo {
    width: 100%;
    text-align: left;
    padding: 24px 24px 24px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 1520px) {
  body.pll-en .site-header > div .logo img, body.en .site-header > div .logo img {
    width: 77px;
  }
}
@media (max-width: 1520px) {
  body.pll-en .site-header > div .logo button, body.en .site-header > div .logo button {
    display: block;
  }
}
@media (max-width: 1520px) {
  body.pll-en .site-header > div .site-header-menu, body.en .site-header > div .site-header-menu {
    display: none;
  }
}
@media (max-width: 1520px) {
  body.pll-en .site-header > div .button-container, body.en .site-header > div .button-container {
    display: none;
  }
}
@media (max-width: 1520px) {
  body.pll-en .site-header.active, body.en .site-header.active {
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
  }
  body.pll-en .site-header.active > div, body.en .site-header.active > div {
    height: 100%;
    flex-direction: column !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
  }
  body.pll-en .site-header.active .site-header-left, body.en .site-header.active .site-header-left {
    flex: 0 0 auto;
    width: 100%;
  }
  body.pll-en .site-header.active .site-header-menu-mobile, body.en .site-header.active .site-header-menu-mobile {
    flex: 1 1 auto;
    overflow-y: auto;
    padding-bottom: 50px;
  }
}

.site-footer {
  background-color: #f0f0f0;
}
.site-footer > div > div.content {
  background-color: #f0f0f0;
}
.site-footer > div > div.content > div {
  margin: 0 auto;
  width: 90%;
  max-width: 1280px;
  padding: 50px 0;
}
.site-footer > div > div.content > div > div > div > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer > div > div.content > div > div > div > ul > li {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 12px;
  padding-top: 12px;
  border-bottom: 1px solid #cacbcb;
}
.site-footer > div > div.content > div > div > div > ul > li a {
  color: var(--Gary-01, #1c1c1c);
  text-decoration: none;
  min-width: 100px;
  color: var(--Gary-01, #1c1c1c);
  font-family: "Arial", "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 0.5px;
}
.site-footer > div > div.content > div > div > div > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.site-footer > div > div.content > div > div > div > ul > li > ul li {
  position: relative;
}
.site-footer > div > div.content > div > div > div > ul > li > ul li a {
  color: var(--Gary-01, #1c1c1c);
  text-align: center;
  /* headline-CN/Small */
  font-family: "Arial", "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 180%;
  /* 25.2px */
  letter-spacing: 1px;
}
.site-footer > div > div.content > div > div > div > ul > li > ul li:not(:last-child)::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #cacbcb;
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translate(-50%, -50%);
  border-radius: 4px;
}
.site-footer > div > div.content > div > div > div > ul > li:first-child {
  padding-top: 0;
}
.site-footer > div > div.content > div > div > div > ul > li:last-child {
  border-bottom: none;
}
.site-footer > div .footer-min-menu {
  gap: 16px;
  padding-top: 24px;
}
@media (max-width: 767px) {
  .site-footer > div .footer-min-menu {
    flex-direction: column !important;
  }
}
.site-footer > div .footer-min-menu li {
  width: calc((100% - 16px) / 2);
  background-color: #fff;
}
@media (max-width: 767px) {
  .site-footer > div .footer-min-menu li {
    width: 100%;
  }
}
.site-footer > div .footer-min-menu li a {
  padding: 12px 24px;
  color: var(--Gary-01, #1c1c1c);
  font-family: "Arial", "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 0.5px;
}
.site-footer > div .message-list {
  padding: 40px 0;
}
.site-footer > div .message-list li img {
  margin-right: 12px;
}
.site-footer > div .message-list li * {
  color: var(--Gary-01, #1c1c1c);
  text-align: left;
  /* headline-CN/Small */
  font-family: "Arial", "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 180%;
  /* 25.2px */
  letter-spacing: 1px;
  text-decoration: none;
}
.site-footer > div .community_list li img {
  width: 50px;
  height: 50px;
}
.site-footer > div > div.copyright {
  background: var(--Primary-01, #004ea2);
}
.site-footer > div > div.copyright > div {
  margin: 0 auto;
  width: 83.33%;
  max-width: 1280px;
  padding: 12px 0;
}
.site-footer > div > div.copyright > div * {
  color: var(--Gary-07, #fff);
  text-align: left;
  /* headline-EN/Small */
  font-family: "Arial", "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
  letter-spacing: 0.14px;
  margin: 0;
}

.banner {
  overflow: hidden;
  aspect-ratio: 1440/400;
  background-size: cover;
}
.banner.no-image {
  aspect-ratio: 1440/300;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .banner.no-image {
    aspect-ratio: 1440/450;
  }
}
@media (max-width: 767px) {
  .banner.no-image {
    aspect-ratio: 1.5/1;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .banner {
    aspect-ratio: 1440/600;
  }
}
@media (max-width: 767px) {
  .banner {
    aspect-ratio: 3/2;
  }
}
.banner > div:first-child {
  width: 83.33%;
  margin: 0 auto;
  padding: 24px 0;
  max-width: 1280px;
}
@media (max-width: 767px) {
  .banner > div:first-child {
    width: 90%;
  }
}
.banner > div:first-child > div h1 {
  color: var(--Gary-01, #1c1c1c);
  /* headline-CN/h1 */
  font-family: "Arial", "Noto Sans TC", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 69px */
  letter-spacing: 6px;
  margin-top: -37px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .banner > div:first-child > div h1 {
    font-size: 26px;
    letter-spacing: unset;
    margin-top: -50px;
  }
}
.banner .banner-bg {
  top: 0;
  z-index: -10;
  aspect-ratio: 1440/340;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner .banner-bg-color {
  top: 0;
  left: 0;
  z-index: -30;
  background-color: #e8f6fd;
}
.banner .banner-bg-blue {
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  z-index: -20;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/banner-bg-blue1.png);
  filter: blur(50px);
  animation: rotateScale 8s linear infinite;
}
@keyframes rotateScale {
  0% {
    transform: translateX(0) scale(0.5) rotate(0deg);
  }
  25% {
    transform: translateX(-20px) scale(2) rotate(90deg);
  }
  50% {
    transform: translateX(0) scale(3) rotate(180deg);
  }
  75% {
    transform: translateX(20px) scale(2) rotate(270deg);
  }
  100% {
    transform: translateX(0) scale(1) rotate(360deg);
  }
}
.banner .banner-bg-white {
  bottom: 0;
  left: calc(50% - 250px);
  width: 300px;
  height: 300px;
  z-index: -20;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/banner-bg-white.png);
  filter: blur(50px);
  animation: rotateScale 8s linear infinite;
}
@keyframes rotateScale {
  0% {
    transform: translateX(0) scale(0.05) rotate(0deg);
  }
  25% {
    transform: translateX(-50px) scale(2) rotate(90deg);
  }
  50% {
    transform: translateX(0) scale(3) rotate(180deg);
  }
  75% {
    transform: translateX(100px) scale(2) rotate(270deg);
  }
  100% {
    transform: translateX(0) scale(0.01) rotate(360deg);
  }
}
.banner .banner-bg-orange {
  bottom: 0;
  right: 0;
  width: 200px;
  height: 200px;
  z-index: -20;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/banner-bg-orange1.png);
  filter: blur(50px);
  animation: rotateScale 9s linear infinite;
}
@keyframes rotateScale {
  0% {
    transform: translateX(0) scale(1) rotate(0deg);
  }
  25% {
    transform: translateX(-20px) scale(2) rotate(90deg);
  }
  50% {
    transform: translateX(0) scale(3) rotate(180deg);
  }
  75% {
    transform: translateX(20px) scale(2) rotate(270deg);
  }
  100% {
    transform: translateX(0) scale(1) rotate(360deg);
  }
}
.banner .banner-breadcrumb-container {
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  z-index: 1;
  bottom: 0;
}
.banner .banner-breadcrumb-container > div {
  width: 83.33%;
  margin: 0 auto;
  padding: 18px 0;
  text-align: right;
  color: var(--Gary-03, #7a7a7a);
  max-width: 1280px;
  /* headline-CN/Small */
  font-family: "Arial", "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 180%;
  /* 25.2px */
  letter-spacing: 1px;
  text-decoration: none;
}
.banner .banner-breadcrumb-container > div .breadcrumb {
  margin: 0;
  justify-content: flex-end;
}
.banner .banner-breadcrumb-container > div .breadcrumb a,
.banner .banner-breadcrumb-container > div .breadcrumb span {
  color: var(--Gary-03, #7a7a7a);
  /* headline-CN/Small */
  font-family: "Arial", "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 180%;
  /* 25.2px */
  letter-spacing: 1px;
  text-decoration: none;
  padding: 0 5px;
}

.admin-tag {
  color: #a93226;
  font-family: "Arial", "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 16.8px */
  letter-spacing: 0.14px;
  border: 1px solid #a93226;
  width: auto !important;
  padding: 10px !important;
  top: 10px;
  left: 10px;
  z-index: 1000;
  aspect-ratio: unset !important;
  background-color: #fff !important;
  opacity: 1 !important;
}
.admin-tag::before, .admin-tag::after {
  display: none;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .aligncenter {
    margin: 0;
    width: 100%;
  }
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .alignleft {
    float: unset;
    margin: 0;
    width: 100%;
  }
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .alignright {
    float: unset;
    margin: 0;
    width: 100%;
  }
}

.menu-footer-container {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1320px) {
  body:not(.layout-child-pages) .menu-container-sticky {
    top: 0 !important;
  }
}

#wpadminbar {
  position: absolute !important;
}

html {
  margin: 0 !important;
}

a:not([href]),
a[href=""] {
  cursor: default;
}

/* Form Loading Animation */
form.loading .btn-text {
  visibility: hidden;
}

form.loading .btn-loader {
  display: flex !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

form.loading button[type="submit"] {
  pointer-events: none;
  opacity: 0.8;
}

.spinner-border {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: text-bottom;
  border: 0.15em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1320px) {
  body.layout-scrolled .site-header {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 100%;
    background-color: #fff;
    position: fixed !important;
  }
  body.layout-scrolled .menu-container-sticky {
    top: 80px !important;
  }
  body.layout-scrolled .site-header > div {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center !important;
    align-items: center !important;
    width: 100%;
    padding: unset;
    flex-direction: row !important;
  }
  body.layout-scrolled .site-header > div .site-header-left {
    width: 100%;
  }
  body.layout-scrolled .site-header > div .logo {
    width: 100%;
    text-align: left;
    padding: 24px 24px 24px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body.layout-scrolled .site-header > div .logo img {
    width: 77px;
  }
  body.layout-scrolled .site-header > div .logo button {
    display: block;
  }
  body.layout-scrolled .site-header > div .site-header-menu {
    display: none;
  }
  body.layout-scrolled .site-header > div .button-container {
    display: none;
  }
  body.layout-scrolled .site-header.active {
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
    position: fixed !important;
    z-index: 100;
  }
  body.layout-scrolled .site-header.active > div {
    height: 100%;
    flex-direction: column !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
  }
  body.layout-scrolled .site-header.active .site-header-left {
    flex: 0 0 auto;
    width: 100%;
  }
  body.layout-scrolled .site-header.active .site-header-menu-mobile {
    flex: 1 1 auto;
    overflow-y: auto;
    padding-bottom: 50px;
  }
}
@media (max-width: 1520px) {
  body.pll-en.layout-scrolled .site-header,
  body.en.layout-scrolled .site-header {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 100%;
    background-color: #fff;
    position: fixed !important;
  }
  body.pll-en.layout-scrolled .site-header > div,
  body.en.layout-scrolled .site-header > div {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center !important;
    align-items: center !important;
    width: 100%;
    padding: unset;
    flex-direction: row !important;
  }
  body.pll-en.layout-scrolled .site-header > div .site-header-left,
  body.en.layout-scrolled .site-header > div .site-header-left {
    width: 100%;
  }
  body.pll-en.layout-scrolled .site-header > div .logo,
  body.en.layout-scrolled .site-header > div .logo {
    width: 100%;
    text-align: left;
    padding: 24px 24px 24px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body.pll-en.layout-scrolled .site-header > div .logo img,
  body.en.layout-scrolled .site-header > div .logo img {
    width: 77px;
  }
  body.pll-en.layout-scrolled .site-header > div .logo button,
  body.en.layout-scrolled .site-header > div .logo button {
    display: block;
  }
  body.pll-en.layout-scrolled .site-header > div .site-header-menu,
  body.en.layout-scrolled .site-header > div .site-header-menu {
    display: none;
  }
  body.pll-en.layout-scrolled .site-header > div .button-container,
  body.en.layout-scrolled .site-header > div .button-container {
    display: none;
  }
  body.pll-en.layout-scrolled .site-header.active,
  body.en.layout-scrolled .site-header.active {
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
    position: fixed !important;
    z-index: 100;
  }
  body.pll-en.layout-scrolled .site-header.active > div,
  body.en.layout-scrolled .site-header.active > div {
    height: 100%;
    flex-direction: column !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
  }
  body.pll-en.layout-scrolled .site-header.active .site-header-left,
  body.en.layout-scrolled .site-header.active .site-header-left {
    flex: 0 0 auto;
    width: 100%;
  }
  body.pll-en.layout-scrolled .site-header.active .site-header-menu-mobile,
  body.en.layout-scrolled .site-header.active .site-header-menu-mobile {
    flex: 1 1 auto;
    overflow-y: auto;
    padding-bottom: 50px;
  }
  body.pll-en.layout-scrolled .menu-container-sticky,
  body.en.layout-scrolled .menu-container-sticky {
    top: 80px !important;
  }
}/*# sourceMappingURL=main.css.map */