@charset "UTF-8";
@font-face {
  font-family: "AVANTN";
  src: url("../fonts/AVANTN.ttf") format("truetype");
}
body {
  background: #FFF8F3;
}
body main {
  overflow: hidden;
}

.section-title__en {
  color: #EE9D3c;
  font-weight: 900;
  font-size: 20px;
}
a {
  text-decoration: none;
}

.mw-120 {
  max-width: 120px !important;
}

.mw-auto {
  max-width: 100% !important;
}

.mw-60 {
  max-width: 60px !important;
}

.fs-14 {
  font-size: 14px;
}

.text-blue-2 {
  color: #23576F;
}

.navbar {
  background: rgba(255, 248, 243, 0.8156862745);
  position: relative;
  z-index: 999;
  position: sticky;
  top: 0px;
}
.navbar .menu-btn {
  color: #23576F;
  font-size: 20px;
  padding: 10px;
}
.navbar-toggler {
  border: none;
}

.nav-link.active::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: solid 1px #EE9D3c;
  background: #EE9D3c;
  border-radius: 50px;
  margin-right: 10px;
}
.nav-link {
  display: block;
  font-weight: 900;
  padding-left: 0px !important;
  padding-right: 20px !important;
}
.nav-link::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: solid 1px #000;
  border-radius: 50px;
  margin-right: 10px;
}

.footer {
  background: #073C61;
  color: #fff;
  text-align: center;
}
.footer-icons .icon ~ .icon {
  border-left: solid 1px rgba(136, 154, 154, 0.5);
}
.footer-icons .icon {
  color: #889A9A;
  font-size: 24px;
  padding: 0px 10px;
}
.footer-icons .icon:hover {
  cursor: pointer;
  transition: 0.3s;
  color: #EE9D3c;
}

@media screen and (max-width: 768px) {
  .nav-link {
    text-align: right;
  }
  .navbar {
    position: fixed !important;
    right: 10px;
    top: 10px;
    background: none;
  }
  .navbar-collapse {
    background: rgba(255, 248, 243, 0.8901960784);
    border-radius: 10px;
    border: solid 2px #EE9D3c;
    margin-top: 5px;
  }
}
.banner {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
}
.banner::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 0px;
  width: 25vw;
  height: 40vw;
  background-image: url("../images/pattern-right.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom 0px right 0px;
}
.banner::before {
  content: "";
  position: absolute;
  width: 10vw;
  height: 60vw;
  left: 0px;
  background-size: 120%;
  background-repeat: no-repeat;
  background-image: url("../images/pattern-left.svg");
  background-position: bottom 0px left -50px;
}
.banner-year {
  width: 100%;
  max-width: 400px;
}
.banner-texts {
  width: 100%;
  max-width: 700px;
}
.banner-title__ch {
  margin-top: 10px;
  color: #D7684C;
}
.banner-title__en {
  color: #073C61;
  font-size: 40px;
  font-family: "AVANTN", sans-serif;
}
.banner .scroll {
  position: absolute;
  bottom: 0px;
  left: 50%;
  height: 30px;
  transform: translate(-50%, -20px);
  color: #073C61;
  font-weight: 600;
}
.banner .scroll::after {
  content: "";
  display: block;
  font-weight: 900;
  width: 2px;
  height: 0px;
  background: #EE9D3c;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  animation: lineScroll 2s infinite;
}

@keyframes lineScroll {
  0% {
    height: 0px;
  }
  100% {
    height: 25px;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    min-height: 40vh;
  }
  .banner::after {
    width: 30vw;
  }
  .banner-year {
    width: 70vw;
  }
  .banner-title {
    margin: 5px 0px;
  }
  .banner-title__ch {
    font-size: 26px;
  }
  .banner-title__en {
    font-size: 23px;
  }
}
.introduction {
  position: relative;
}
.introduction-main {
  background: #073C61;
  color: #fff;
  border-radius: 30px;
  padding-bottom: 180px !important;
}
.introduction-main__ch {
  font-weight: 300;
  text-align: justify;
}
.introduction-main__en {
  font-weight: 300;
  text-align: justify;
}

.download {
  height: 400px;
  position: relative;
}
.download .lines {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.download .lines-wrap {
  height: 200px;
  display: flex;
  align-items: center;
}
.download .lines .line.disabled .dot::before {
  background: #aeaeae !important;
}
.download .lines .line.disabled .dot::before {
  width: 40px;
  height: 40px;
  animation: none;
}
.download .lines .line {
  height: 10px;
  margin: 6px 0px;
  position: relative;
  text-align: right;
  cursor: pointer;
  transition: 0.3s;
  display: block;
  white-space: nowrap;
}
.download .lines .line span {
  font-size: 22px;
}
.download .lines .line::after {
  content: "";
  display: block;
  position: absolute;
  right: -1px;
  width: 1px;
}
.download .lines .line:hover {
  font-weight: 500;
}
.download .lines .line:hover .dot {
  transform: translate(-50%, -50%) scale(1.2);
  transition: 0.3s;
}
.download .lines .line:nth-child(1) {
  background: #EE9D3c;
  width: 20vw;
  color: #EE9D3c;
}
.download .lines .line:nth-child(1)::after {
  top: -40px;
  height: 40px;
  background: #EE9D3c;
}
.download .lines .line:nth-child(1) span {
  display: block;
  transform: translate(20px, -80px);
  width: 100%;
  white-space: nowrap;
}
.download .lines .line:nth-child(1) .dot {
  left: 20vw;
}
.download .lines .line:nth-child(1) .dot::before {
  background: #EE9D3c;
}
.download .lines .line:nth-child(2) {
  background: #C19446;
  width: 40vw;
  color: #C19446;
}
.download .lines .line:nth-child(2)::after {
  top: -40px;
  height: 40px;
  background: #C19446;
}
.download .lines .line:nth-child(2) span {
  display: block;
  transform: translate(20px, -70px);
}
.download .lines .line:nth-child(2) .dot {
  left: 40vw;
}
.download .lines .line:nth-child(2) .dot::before {
  background: #C19446;
}
.download .lines .line:nth-child(3) {
  background: #889A9A;
  width: 60vw;
  color: #889A9A;
}
.download .lines .line:nth-child(3)::after {
  top: 20px;
  height: 30px;
  background: #889A9A;
}
.download .lines .line:nth-child(3) span {
  display: block;
  transform: translate(20px, 50px);
}
.download .lines .line:nth-child(3) .dot {
  left: 60vw;
}
.download .lines .line:nth-child(3) .dot::before {
  background: #889A9A;
}
.download .lines .line:nth-child(4) {
  background: #23576F;
  width: 80vw;
  color: #23576F;
}
.download .lines .line:nth-child(4)::after {
  top: 25px;
  height: 35px;
  background: #23576F;
}
.download .lines .line:nth-child(4) span {
  display: block;
  transform: translate(20px, 60px);
}
.download .lines .line:nth-child(4) .dot {
  left: 80vw;
}
.download .lines .line:nth-child(4) .dot::before {
  background: #23576F;
}
.download .lines .line:nth-child(5) {
  background: #073C61;
}

.dot {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  display: block;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 994;
}
.dot::after, .dot::before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.dot::after {
  background: #FFF8F3;
  width: 20px;
  height: 20px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.dot::before {
  animation: animloader14 3s infinite;
  animation-delay: 1s;
}

@keyframes animloader14 {
  0% {
    transform: translate(-50%, -50%) scale(0.6);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(0.6);
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .download {
    height: 350px;
  }
  .download .lines .line span {
    white-space: nowrap;
    font-size: 16px;
  }
  .download .lines .line:nth-child(2) span {
    transform: translate(100px, -65px);
  }
}
.map {
  position: relative;
}
.map .note {
  font-size: 12px;
  color: #073C61;
  width: 100%;
  text-align: right;
}
.map .year-img {
  width: 80%;
  max-width: 400px;
}
.map-title {
  color: #073C61;
  font-size: 30px;
  font-family: "AVANTN", sans-serif;
}
.map-section-1, .map-section-2, .map-section-3, .map-section-4, .map-section-5, .map-section-6 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 40px !important;
  position: relative;
}
.map-section-1::before, .map-section-2::before, .map-section-3::before, .map-section-4::before, .map-section-5::before, .map-section-6::before {
  content: attr(data-section-title);
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  color: #fff;
  padding: 10px 0px;
  border-radius: 20px 20px 0px 0px;
  text-align: center;
}
.map-section-1 .group ~ .group, .map-section-2 .group ~ .group, .map-section-3 .group ~ .group, .map-section-4 .group ~ .group, .map-section-5 .group ~ .group, .map-section-6 .group ~ .group {
  margin-top: 30px;
}
.map-section-1 .group:first-child, .map-section-2 .group:first-child, .map-section-3 .group:first-child, .map-section-4 .group:first-child, .map-section-5 .group:first-child, .map-section-6 .group:first-child {
  margin-top: 10px;
  margin-top: 20px;
}
.map-section-1 .group, .map-section-2 .group, .map-section-3 .group, .map-section-4 .group, .map-section-5 .group, .map-section-6 .group {
  height: 100%;
  background: #fff;
  border-radius: 15px;
}
.map-section-1 .group .group-logos, .map-section-2 .group .group-logos, .map-section-3 .group .group-logos, .map-section-4 .group .group-logos, .map-section-5 .group .group-logos, .map-section-6 .group .group-logos {
  padding-top: 0px;
}
.map-section-1 .group .three-wrap .border-end, .map-section-2 .group .three-wrap .border-end, .map-section-3 .group .three-wrap .border-end, .map-section-4 .group .three-wrap .border-end, .map-section-5 .group .three-wrap .border-end, .map-section-6 .group .three-wrap .border-end {
  width: 33.3333333333%;
  border-right: none !important;
  position: relative;
}
.map-section-1 .group .three-wrap .border-end::after, .map-section-2 .group .three-wrap .border-end::after, .map-section-3 .group .three-wrap .border-end::after, .map-section-4 .group .three-wrap .border-end::after, .map-section-5 .group .three-wrap .border-end::after, .map-section-6 .group .three-wrap .border-end::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  display: block;
  height: 70%;
  border-right: solid 2px rgba(238, 157, 60, 0.5);
}
.map-section-1 .group-header, .map-section-2 .group-header, .map-section-3 .group-header, .map-section-4 .group-header, .map-section-5 .group-header, .map-section-6 .group-header {
  color: #fff;
  font-size: 14px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 15px;
  border-radius: 50px;
  transform: translateY(-12px);
}
.map-section-1 .group-logos, .map-section-2 .group-logos, .map-section-3 .group-logos, .map-section-4 .group-logos, .map-section-5 .group-logos, .map-section-6 .group-logos {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 10px 0px;
  position: relative;
  height: 95%;
}
.map-section-1 .group-logos.border-end, .map-section-2 .group-logos.border-end, .map-section-3 .group-logos.border-end, .map-section-4 .group-logos.border-end, .map-section-5 .group-logos.border-end, .map-section-6 .group-logos.border-end {
  border-right: none !important;
}
.map-section-1 .group-logos.border-end::after, .map-section-2 .group-logos.border-end::after, .map-section-3 .group-logos.border-end::after, .map-section-4 .group-logos.border-end::after, .map-section-5 .group-logos.border-end::after, .map-section-6 .group-logos.border-end::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  border-right: solid 2px rgba(238, 157, 60, 0.5);
}
.map-section-1 .group-logos .logo.star::before, .map-section-2 .group-logos .logo.star::before, .map-section-3 .group-logos .logo.star::before, .map-section-4 .group-logos .logo.star::before, .map-section-5 .group-logos .logo.star::before, .map-section-6 .group-logos .logo.star::before {
  content: "*";
  font-size: 12px;
  position: absolute;
  color: #23576F;
  left: 13%;
  top: 0px;
}
.map-section-1 .group-logos .logo, .map-section-2 .group-logos .logo, .map-section-3 .group-logos .logo, .map-section-4 .group-logos .logo, .map-section-5 .group-logos .logo, .map-section-6 .group-logos .logo {
  display: inline-block;
  padding: 8px 5px;
  width: 33.3333333333%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-section-1 .group-logos .logo:hover, .map-section-2 .group-logos .logo:hover, .map-section-3 .group-logos .logo:hover, .map-section-4 .group-logos .logo:hover, .map-section-5 .group-logos .logo:hover, .map-section-6 .group-logos .logo:hover {
  transform: scale(1.15);
  transition: 0.3s;
}
.map-section-1 .group-logos .logo img, .map-section-2 .group-logos .logo img, .map-section-3 .group-logos .logo img, .map-section-4 .group-logos .logo img, .map-section-5 .group-logos .logo img, .map-section-6 .group-logos .logo img {
  width: auto;
  height: auto;
  max-height: 40px;
  max-width: 70px;
}
.map-section-1 {
  border-radius: 20px 20px 0px 0px;
  background: rgba(238, 157, 60, 0.4);
  border: solid 1px #fff;
}
.map-section-1::before {
  background: #EE9D3c;
}
.map-section-1 .group-1 .group-logos .logo {
  padding: 10px 0px;
}
.map-section-1 .group-1 .group-logos .logo img {
  max-height: 30px;
  max-width: 65px;
}
.map-section-1 .group-2 .group-logos .logo img {
  max-width: 60px;
}
.map-section-1 .group-3 .group-logos .logo img {
  transform: scale(1.2);
}
.map-section-1 .group-4 .group-logos {
  max-height: 90%;
}
.map-section-1 .group-4 .group-logos .logo {
  width: 25%;
  padding-top: 0px;
  padding-bottom: 10px;
}
.map-section-1 .group-4 .group-logos .logo img {
  max-width: 50px;
  max-height: 20px;
  transform: scale(1.1);
}
.map-section-1 .group {
  border: solid 2px #EE9D3c;
}
.map-section-1 .group-header {
  background: #EE9D3c;
  margin: auto;
}
.map-section-2 {
  border-radius: 20px 20px 0px 0px;
  background: rgba(193, 148, 70, 0.4);
  border: solid 1px #fff;
}
.map-section-2 .group {
  border: solid 2px #C19446;
}
.map-section-2::before {
  background: #C19446;
}
.map-section-2 .group-header {
  background: #C19446;
  margin: auto;
}
.map-section-2 .group-1 {
  height: 80% !important;
}
.map-section-2 .group-1 .group-logos .logo img {
  transform: scale(1.2);
}
.map-section-2 .group-2 {
  height: 20% !important;
}
.map-section-2 .group-2 .slice {
  width: 33.3333333333%;
}
.map-section-2 .group-2 .three-wrap div:nth-child(1) .group-logos img {
  transform: scale(1.4);
}
.map-section-2 .group-2 .three-wrap div:nth-child(2) .group-logos img {
  transform: scale(1.2);
}
.map-section-2 .group-2 .three-wrap div:nth-child(3) .group-logos img {
  transform: scale(1.4);
}
.map-section-3 {
  border-radius: 20px 20px 0px 0px;
  border: solid 1px #fff;
  background: rgba(136, 154, 154, 0.4);
}
.map-section-3 .special {
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.map-section-3 .group {
  border: solid 2px #889A9A;
}
.map-section-3 .group-2 .group-logos .logo img {
  transform: scale(1.1);
}
.map-section-3::before {
  background: #889A9A;
}
.map-section-3 .group-header {
  background: #889A9A;
  margin: auto;
}
.map-section-4 {
  border-radius: 20px 20px 0px 0px;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
}
.map-section-4 .group-1 .group-logos .logo {
  padding: 5px;
}
.map-section-4 .group-1 .group-logos .logo img {
  max-height: 25px;
}
.map-section-5 .group-logos {
  max-height: 90%;
}
.map-section-5 .group-logos .logo {
  width: 25%;
  padding-top: 0px;
  padding-bottom: 10px;
}
.map-section-5 .group-logos .logo img {
  max-width: 50px;
  max-height: 20px;
  transform: scale(1.5);
}
.map-section-4, .map-section-5, .map-section-6 {
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  background: rgba(7, 60, 97, 0.4);
}
.map-section-4 .group, .map-section-5 .group, .map-section-6 .group {
  border: solid 2px #073C61;
  margin-top: 20px !important;
}
.map-section-4 .group-logos, .map-section-5 .group-logos, .map-section-6 .group-logos {
  padding-bottom: 0px;
}
.map-section-4 .group-logos .logo, .map-section-5 .group-logos .logo, .map-section-6 .group-logos .logo {
  padding-top: 5px;
}
.map-section-4 .group-logos .logo img, .map-section-5 .group-logos .logo img, .map-section-6 .group-logos .logo img {
  max-height: 30px;
}
.map-section-4::before, .map-section-5::before, .map-section-6::before {
  background: #073C61;
}

.marquee-container {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  background-color: #073C61;
  padding: 10px 0;
  font-size: 1.5rem;
  position: relative;
}

/* 跑馬燈內容樣式 */
.marquee-content {
  display: inline-block;
  padding-right: 100%;
  animation: marquee 40s linear infinite;
  min-height: 40px;
}

/* 跑馬燈動畫 */
@keyframes marquee {
  from {
    transform: translateX(50%);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes marquee-mobile {
  from {
    transform: translateX(20%);
  }
  to {
    transform: translateX(-20%);
  }
}
@media screen and (max-width: 576px) {
  .marquee-content {
    animation: marquee-mobile 20s linear infinite;
  }
}
.carousel-icon {
  width: 100%;
  height: 40px;
  position: relative;
}
.carousel-icon__wrap {
  position: absolute;
  width: 100%;
  left: 0px;
  right: 0px;
  bottom: 50px;
}
.carousel-icon.opposite {
  transform: rotate(180deg);
}
.carousel-icon.opposite img {
  transform: rotate(180deg);
}

.slide-container {
  position: absolute;
  left: 0;
  height: 100%;
}

.slide-container-2 {
  position: absolute;
  left: 0;
  height: 100%;
}

.slides {
  display: flex;
  flex: row;
  flex-carousel-icon: no-carousel-icon;
  height: 100%;
  margin: 0;
  padding: 0;
}
.slides img {
  width: 40px;
  height: 40px;
}

.slides {
  flex-direction: row-reverse;
}

.animate {
  animation: moveSlideshow 5s linear infinite;
}

@keyframes moveSlideshow {
  100% {
    transform: translate3d(calc(-100% + 100vw), 0, 0);
  }
}
@keyframes moveSlideshow-2 {
  100% {
    transform: translate3d(calc(100% - 100vw), 0, 0);
    /* 向右移動 */
  }
}
.slides li {
  display: block;
  box-sizing: border-box;
  width: 5vw;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.slides li > div {
  display: flex;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border-radius: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-align: center;
  justify-content: center;
  align-self: center;
}

@media screen and (max-width: 576px) {
  .slides li {
    width: 14vw;
  }
}
.news-wrap {
  min-height: 670px;
  background: #fff;
}
.news .carousel {
  position: relative;
}
.news-img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 20px 20px 0px #ee9d3c;
  overflow: hidden;
}
.news-img img {
  max-width: 100%;
  max-height: 100%;
}
.news-main {
  color: #000;
}
.news-main .sort {
  color: #EE9D3c;
  font-weight: 600;
}
.news-main .date {
  color: #23576F;
  font-weight: 400;
  position: relative;
}
.news-main .aryicle-title {
  font-weight: 900;
  font-size: 20px;
  text-align: justify;
}
.news-lists .sort-logo img {
  width: 80px;
  height: 80px;
}
.news-lists .sort {
  font-weight: 900;
  color: #073C61;
}
.news-lists .date {
  color: #23576F;
}
.news-lists .date::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: solid 1px #000;
  border-radius: 50px;
  margin-right: 5px;
  transform: translateY(-1px);
}
.news-lists .article-title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.news-list {
  color: #000;
}
.news-list:hover {
  cursor: pointer;
  transition: 0.3s;
  color: #EE9D3c;
}
.news-list:hover .date::before {
  transition: 0.3s;
  border: solid 1px #EE9D3c;
  background: #EE9D3c;
}
.news-list:first-child {
  border-top: solid 1px #073C61;
}
.news-list:last-child {
  border-bottom: solid 1px #073C61;
}
.news-list ~ .news-list {
  border-top: solid 1px #073C61;
}
.news .carousel-btn {
  border: none;
  background: none;
  width: 40px;
  height: 40px;
}
.news .carousel-btn img {
  width: 100%;
}
.news .carousel-btn.next {
  transform: rotate(180deg);
}

.perspective-wrap::before {
  content: "";
  display: block;
  height: 41px;
  background: #FFF8F3;
  border-radius: 40px 40px 0px 0px;
  transform: translateY(-40px);
}
.perspective-wrap .carousel-btn.next {
  transform: rotate(180deg);
}
.perspective-wrap .carousel-btn {
  border: none;
  background: none;
  width: 50px;
  height: 50px;
}
.perspective-wrap .carousel-btn img {
  width: 100%;
}
.perspective-wrap .carousel-indicators {
  position: relative !important;
  margin-bottom: 0px !important;
  margin-right: 30px !important;
  margin-left: 30px !important;
}
.perspective-wrap .carousel-indicators button {
  margin: 5px;
  background: #EE9D3c;
  border-bottom: 0px;
}
.perspective-name {
  min-width: 200px;
}
.perspective-name * {
  white-space: nowrap;
}
.perspective-name .title {
  font-size: 13px;
  color: #889A9A;
}
.perspective-name .name {
  font-size: 25px;
}
.perspective-logo {
  width: 140px;
  max-width: 140px;
  min-width: 140px;
}
.perspective-logo img {
  width: 100%;
  max-width: 100px;
}
.perspective-text {
  width: 100%;
  padding-right: 150px !important;
}
.perspective-img {
  max-width: 160px;
  max-height: 160px;
  min-width: 160px;
  min-height: 160px;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 4px #EE9D3c;
  position: absolute;
  right: 20px;
  transform: scale(0);
  z-index: 99;
}
.perspective-img img {
  position: relative;
  width: 100%;
  z-index: 998;
}
.perspective-lists {
  list-style: none;
  padding: 30px 0px;
}
.perspective-list::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #c0c0c0;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.perspective-list {
  position: relative;
}
.perspective-list .perspective-logo .default-image {
  display: block;
}
.perspective-list .perspective-logo .hover-image {
  display: none;
}
.perspective-list:hover {
  color: #fff;
  transition: 0.3s;
  background: #073C61;
}
.perspective-list:hover .perspective-img {
  display: flex;
  transition: 0.3s;
  transform: scale(1);
}
.perspective-list:hover .perspective-logo .default-image {
  display: none;
}
.perspective-list:hover .perspective-logo .hover-image {
  display: block;
}

@media screen and (max-width: 768px) {
  .perspective {
    position: relative;
  }
  .perspective-name {
    padding: 30px 0px 10px 0px;
  }
  .perspective-logo {
    position: absolute;
    top: 10px;
    left: 0px;
  }
  .perspective-img {
    position: absolute;
    right: 30px;
    top: -20px;
    max-width: 130px;
    max-height: 130px;
    min-width: 130px;
    min-height: 130px;
    transform: scale(1);
    padding: 20px 0px;
  }
  .perspective-text {
    padding-right: 20px !important;
    padding-bottom: 20px;
  }
}
.supported {
  max-width: 1400px;
  margin: auto;
}
.supported-wrap {
  background: #fff;
  background-image: url("../images/support-bg.svg");
  background-size: cover;
}
.supported-title__en {
  color: #EE9D3c;
  font-size: 15px;
  font-weight: 600;
}
.supported-title__ch {
  font-size: 25px;
  white-space: nowrap;
}
.supported-title {
  border-right: solid 1px #000;
}
.supported-logo img {
  padding-bottom: 20px;
  padding-top: 10px;
  width: 200px;
  margin-right: 40px;
}

@media screen and (max-width: 576px) {
  .supported-list {
    justify-content: center;
  }
  .supported-title {
    text-align: center;
    border-right: 0px;
  }
  .supported-title::after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background: #888;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 20px 0px;
  }
  .supported-logo {
    text-align: center;
    padding-left: 0px !important;
  }
  .supported-logo img {
    width: 150px;
    margin-right: 0px;
    padding-inline: 10px;
  }
}/*# sourceMappingURL=main.css.map */