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: "Noto Sans TC";
  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: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1px;
  text-decoration: none;
}

.site-header {
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: transparent;
}
.site-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  transform: translateY(-100%);
  z-index: 0;
  transition: all 0.6s ease-in-out;
}
@media (max-width: 767px) {
  .site-header:before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1320px) {
  .site-header {
    position: static !important;
  }
}
@media (max-width: 767px) {
  .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;
}
@media (min-width: 768px) and (max-width: 1320px) {
  .site-header > div {
    flex-wrap: wrap;
    text-align: center;
    padding: 0 0 30px 0;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
  }
}
@media (max-width: 767px) {
  .site-header > div {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center !important;
    align-items: center !important;
    width: 100%;
    padding: unset;
  }
}
@media (min-width: 768px) and (max-width: 1240px) {
  .site-header > div .site-header-left {
    display: flex;
    flex-direction: column;
    gap: 0px !important;
  }
}
@media (max-width: 767px) {
  .site-header > div .site-header-left {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1320px) {
  .site-header > div .logo {
    width: 100%;
    display: none;
  }
}
@media (max-width: 767px) {
  .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: 767px) {
  .site-header > div .logo img {
    width: 77px;
  }
}
.site-header > div .logo button {
  border: 0;
  background: transparent;
  display: none;
}
@media (max-width: 767px) {
  .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: 767px) {
  .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;
  border-bottom: 5px solid transparent;
}
@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.current-menu-item > a:after, .site-header > div .site-header-menu ul.primary-menu > li.menu-item.current_page_ancestor > a:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #EB6100;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  position: absolute;
  top: -5px;
  left: -5px;
}
.site-header > div .site-header-menu ul.primary-menu > li.menu-item a {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: 0.5px;
  text-decoration: none;
}
.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: 80px;
  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;
}
.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;
}
.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: "Noto Sans TC";
  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 {
  border-bottom: 5px solid #004ea2;
}
.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 {
  border: 0;
  background-color: transparent;
}
.site-header > div .site-header-menu-mobile > .header-langue button a {
  color: var(--Gary-01, #1C1C1C);
  text-align: center;
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
  letter-spacing: 0.14px;
}
.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: "Noto Sans";
  font-size: 16px;
  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: 16px;
  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: "Noto Sans TC";
  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: 767px) {
  .site-header > div .button-container {
    display: none;
  }
}
.site-header > div .button-container button {
  border-radius: 100px;
  padding: 12px 32px;
  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;
  /* headline-CN/Btn-CN */
  font-family: "Noto Sans TC";
  font-size: 16px;
  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: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  letter-spacing: 1px;
}
.site-header > div .button-container button:first-child a::after {
  display: block;
  position: absolute;
  content: attr(data-text);
  color: #004ea2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
  text-decoration: none;
  transform: translateY(-500%);
  transition: all 0.6s ease-in-out;
}
.site-header > div .button-container button:first-child a span {
  transform: translateY(0px);
  transition: all 0.6s ease-in-out;
}
.site-header > div .button-container button:first-child a svg {
  transition: all 1.5s ease-in-out;
}
.site-header > div .button-container button:first-child a:hover svg {
  transform: rotate(360deg);
}
.site-header > div .button-container button:first-child a:hover span {
  transform: translateY(100px) translateX(60px);
}
.site-header > div .button-container button:first-child a:hover::after {
  transform: translateY(-100%) translateX(30px);
}
.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) a::after {
  display: block;
  position: absolute;
  content: attr(data-text);
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
  text-decoration: none;
  transform: translateY(-500%);
  transition: all 0.6s ease-in-out;
}
.site-header > div .button-container button:nth-child(2) a span {
  transform: translateY(0px);
  transition: all 0.6s ease-in-out;
}
.site-header > div .button-container button:nth-child(2) a svg {
  transition: all 1.5s ease-in-out;
}
.site-header > div .button-container button:nth-child(2) a:hover svg {
  transform: rotate(360deg);
}
.site-header > div .button-container button:nth-child(2) a:hover span {
  transform: translateY(100px) translateX(60px);
}
.site-header > div .button-container button:nth-child(2) a:hover::after {
  transform: translateY(-100%) translateX(30px);
}
.site-header > div .button-container button:nth-child(2) span {
  color: var(--Gary-07, #fff);
}
.site-header > div .button-container button:nth-child(3) {
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.site-header.active:before, .site-header.active_news:before {
  transform: translateY(0%);
}
.site-header.active .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-footer {
  background-color: #f0f0f0;
}
.site-footer > div > div.content {
  background-color: #f0f0f0;
}
.site-footer > div > div.content > div {
  margin: 0 auto;
  width: 83.33%;
  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: "Noto Sans TC";
  font-size: 16px;
  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;
}
.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: "Noto Sans TC";
  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;
}
.site-footer > div .footer-min-menu li {
  width: calc((100% - 16px) / 2);
  background-color: #fff;
}
.site-footer > div .footer-min-menu li a {
  padding: 12px 24px;
  color: var(--Gary-01, #1c1c1c);
  font-family: "Noto Sans TC";
  font-size: 16px;
  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: "Noto Sans TC";
  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: "Noto Sans TC";
  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/350;
  background-size: cover;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .banner {
    aspect-ratio: 1440/600;
  }
}
@media (max-width: 767px) {
  .banner {
    aspect-ratio: 1440/1000;
  }
}
.banner > div:first-child {
  width: 83.33%;
  margin: 0 auto;
  padding: 24px 0;
  max-width: 1280px;
}
.banner > div:first-child > div h1 {
  color: var(--Gary-01, #1c1c1c);
  /* headline-CN/h1 */
  font-family: "Noto Sans TC";
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 69px */
  letter-spacing: 6px;
}
@media (max-width: 767px) {
  .banner > div:first-child > div h1 {
    font-size: 24px;
  }
}
.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: "Noto Sans TC";
  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: "Noto Sans TC";
  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: "Noto Sans TC";
  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%;
  }
}

/*# sourceMappingURL=main.css.map */
