@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Noto+Serif+TC:wght@200..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

footer.footerArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 95px 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

footer.footerArea .bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

footer.footerArea .bg-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

footer.footerArea .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

footer.footerArea .wrap {
  width: 100%;
  max-width: 1765px;
  height: 980px;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

footer.footerArea .firstBox {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 768px) {
  footer.footerArea .firstBox {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}

footer.footerArea .firstBox .logoBox {
  width: 100%;
  max-width: 335px;
  height: 65px;
  cursor: pointer;
}

@media (max-width: 1024px) {
  footer.footerArea .firstBox .logoBox {
    margin-bottom: 20px;
  }
}

footer.footerArea .firstBox .logoBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

footer.footerArea .firstBox .contentBox {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 10px;
}

footer.footerArea .firstBox .contentBox a {
  width: 355px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #3e3a39;
  background-color: #fff;
  justify-content: center;
  padding: 15px 0;
  font-size: 20px;
  border-radius: 40px;
  letter-spacing: 1px;
  font-weight: 600;
  position: relative;
  padding-left: 20px;
}

footer.footerArea .firstBox .contentBox a::nth-child(1) {
  font-family: "Roboto", "Open Sans", serif;
}

footer.footerArea .firstBox .contentBox a::nth-child(2) {
  font-family: "Open Sans", "Roboto", serif;
}

footer.footerArea .firstBox .contentBox a img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 88px;
  transition: transform 0.3s ease-in-out;
}

footer.footerArea .firstBox .contentBox a:hover img {
  transform: translateY(-50%) translateX(10px);
}

footer.footerArea .secondBox {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-family: "Open Sans", "Roboto", serif;
}

@media (max-width: 1024px) {
  footer.footerArea .secondBox {
    border-left: 1px solid #fff;
    padding-left: 12px;
  }
}

footer.footerArea .secondBox .openTime {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 80px;
  font-size: 18px;
}

footer.footerArea .secondBox .openTime .inner .day {
  margin-bottom: 15px;
  letter-spacing: 2px;
}

footer.footerArea .secondBox .openTime .inner .time {
  display: flex;
  flex-wrap: wrap;
  width: 225px;
  row-gap: 10px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  font-size: 16px;
}

footer.footerArea .secondBox .add {
  margin-bottom: 45px;
  letter-spacing: 2px;
  font-size: 22px;
}

footer.footerArea .secondBox .copyright {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

footer.footerArea .secondBox .copyright p:nth-of-type(1) {
  font-size: 16px;
}

footer.footerArea .secondBox .copyright p:nth-of-type(2) {
  font-size: 12px;
  opacity: 0.5;
}

footer.footerArea .secondBox .rightBox {
  width: 100%;
  max-width: 915px;
  height: 100%;
  border-top: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  margin-top: -8px;
  text-align: left;
}

@media (max-width: 1024px) {
  footer.footerArea .secondBox .rightBox {
    display: none;
  }
}

footer.footerArea .secondBox .rightBox nav ul {
  width: 840px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 13px;
}

footer.footerArea .secondBox .rightBox nav ul a {
  color: #fff;
}

footer.footerArea .secondBox .rightBox nav ul li {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  letter-spacing: 2px;
  position: relative;
}

footer.footerArea .secondBox .rightBox nav ul li span {
  font-size: 12px;
  margin-top: 8px;
}

footer.footerArea .secondBox .rightBox nav ul li::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.1411764706);
  height: 70%;
  width: 0%;
  margin: 15px 0;
  transition: all 1s;
}

footer.footerArea .secondBox .rightBox nav ul li:hover::before {
  width: 80%;
}

footer.footerArea .secondBox .rightBox .smBox {
  display: flex;
  flex-direction: column;
  width: 60px;
  gap: 15px;
  margin-top: -10px;
}

footer.footerArea .secondBox .rightBox .smBox svg {
  width: 60px;
  height: 60px;
  cursor: pointer;
}

section.topMenu-PC {
  position: fixed;
  z-index: 99;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100px;
}

@media (max-width: 768px) {
  section.topMenu-PC {
    height: 60px;
  }
}

section.topMenu-PC .wrap {
  width: 100%;
  max-width: 1825px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  padding-top: 35px;
}

@media (max-width: 768px) {
  section.topMenu-PC .wrap {
    padding-top: 16px;
  }
}

section.topMenu-PC .logoBox {
  width: 100%;
  max-width: 335px;
  height: 65px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

section.topMenu-PC .logoBox a {
  width: 100%;
}

section.topMenu-PC .logoBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  section.topMenu-PC .logoBox {
    max-width: 200px;
  }
}

section.topMenu-PC .menu-btn {
  display: flex;
  align-items: center;
  position: relative;
  width: 60px;
  height: 35px;
  cursor: pointer;
  z-index: 0;
}

section.topMenu-PC .menu-btn .close {
  display: none;
}

@media (max-width: 768px) {
  section.topMenu-PC .menu-btn {
    width: 45px;
  }
}

.openMenu-PC {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100dvh;
  background-color: #2c4c47;
  transition: opacity 0.3s ease-in-out;
}

.openMenu-PC.active {
  opacity: 1;
  pointer-events: auto;
}

.openMenu-PC .inner {
  margin: 0 auto;
  width: calc(100% - 265px);
  height: 100%;
  position: relative;
}

.openMenu-PC .upper {
  width: 100%;
  position: absolute;
  max-width: 1740px;
  margin-top: 70px;
}

.openMenu-PC .closeBtn {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
}

.openMenu-PC .closeBtn .lineBox {
  position: relative;
  width: 24px;
  height: 24px;
}

.openMenu-PC .closeBtn .line1,
.openMenu-PC .closeBtn .line2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 2px;
  background-color: #dcd9d2;
  transform-origin: center;
  transition: transform 0.4s ease, opacity 0.3s ease;
}

.openMenu-PC .closeBtn .line1 {
  transform: translate(-50%, -50%) rotate(40deg);
}

.openMenu-PC .closeBtn .line2 {
  transform: translate(-50%, -50%) rotate(-40deg);
}

.openMenu-PC .closeBtn.active .line1 {
  transform: translate(-50%, -50%) rotate(0deg);
}

.openMenu-PC .closeBtn.active .line2 {
  transform: translate(-50%, -50%) rotate(0deg);
}

.openMenu-PC .closeBtn .text {
  margin-top: 8px;
}

.openMenu-PC .closeBtn .text span {
  letter-spacing: 2px;
  font-size: 24px;
  color: #dcd9d2;
  transition: opacity 0.3s;
}

.openMenu-PC .middle {
  width: 100%;
  position: absolute;
  max-width: 1740px;
  top: 40%;
}

.openMenu-PC nav {
  display: flex;
  justify-content: center;
  margin-left: 30px;
}

.openMenu-PC .nav-links {
  display: grid;
  grid-template-columns: repeat(4, 230px);
  grid-template-rows: 50px 50px 50px;
}

.openMenu-PC .nav-links li {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  min-width: 120px;
}

.openMenu-PC .nav-links li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 60%;
  transform: translateY(50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}

.openMenu-PC .nav-links li:hover::before {
  opacity: 1;
}

.openMenu-PC .nav-links li:hover a span, .openMenu-PC .nav-links li.active a span {
  transform: translateX(100%);
  opacity: 0;
}

.openMenu-PC .nav-links li a {
  width: 100%;
  position: relative;
  overflow: visible;
  font-family: "Noto Serif TC", "Cormorant", serif;
  display: inline-block;
  min-width: 100%;
}

.openMenu-PC .nav-links li a span {
  display: inline-block;
  transform: translateX(0);
  transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 1;
  white-space: nowrap;
}

.openMenu-PC .nav-links li a[data-en]::before {
  content: attr(data-en);
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  min-width: 100%;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.4s ease-in-out, transform 0.5s ease-in-out;
  text-transform: uppercase;
  white-space: nowrap;
}

.openMenu-PC .nav-links li a[data-en]:hover::before, .openMenu-PC .nav-links li a.active[data-en]::before {
  opacity: 1;
  transform: translateX(0);
}

.openMenu-PC .nav-links a {
  text-decoration: none;
  color: #dcd9d2;
  display: block;
  transform: translateY(15px);
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 2px;
}

.openMenu-PC .bottom {
  width: 100%;
  position: absolute;
  max-width: 1740px;
  bottom: 70px;
  display: flex;
}

.openMenu-PC .bottom .inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(120px, 11.6vw, 230px);
}

.openMenu-PC .bottom .contactBox {
  color: #dcd9d2;
  font-family: "Noto Serif TC", "Cormorant", serif;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 18px;
  flex-shrink: 0;
}

.openMenu-PC .bottom .contactBox .add {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 8px;
}

.openMenu-PC .bottom .contactBox a {
  text-decoration: none;
  color: #dcd9d2;
}

.openMenu-PC .bottom .rightBox {
  display: flex;
  gap: clamp(40px, 19.2vw, 100px);
  color: #dcd9d2;
  font-family: "Cormorant", "Noto Serif TC", serif;
}

.openMenu-PC .bottom .socialBox {
  display: flex;
}

.openMenu-PC .bottom .socialBox .outer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.openMenu-PC .bottom .socialBox .follow {
  letter-spacing: 2.25px;
  font-size: 20px;
  font-weight: 500;
  margin-right: 25px;
  flex-shrink: 0;
}

.openMenu-PC .bottom .socialBox .iconBox {
  display: flex;
  gap: 5px;
  flex-shrink: 0;
}

.openMenu-PC .bottom .socialBox .iconBox a {
  margin-right: 5px;
  text-decoration: none;
}

.openMenu-PC .bottom .socialBox .iconBox img {
  width: 30px;
  height: 30px;
}

.openMenu-PC .bottom .copyright {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
  flex-shrink: 0;
}

.openMenu-PC .decoTop {
  position: absolute;
  top: 60%;
  left: 40px;
  width: 15.2vw;
}

.openMenu-PC .decoBottom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 23.4vw;
}

.fnot-title {
  font-family: "Noto Serif TC", "Roboto", serif;
  color: #1a2957;
  font-size: 48px;
  font-weight: 500;
  margin-left: 18px;
  letter-spacing: 2px;
  position: relative;
  transform: translateY(100%);
  opacity: 0;
}

.fnot-title svg {
  width: 238px;
  height: 78px;
  position: absolute;
  left: -20px;
  top: -8px;
}

.fnot-title svg .cls-1 {
  fill: #a7b7be;
}

.fnot-title-en {
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  color: #1a2957;
  font-size: 101px;
  font-weight: 500;
  transform: translateY(100%);
  opacity: 0;
}

body {
  background-color: #f1f1f1;
}

.appointmentBtn {
  position: fixed;
  bottom: 60px;
  right: 60px;
  width: 105px;
  height: 102px;
  cursor: pointer;
  z-index: 100;
  animation: wave 1s infinite;
  transition: transform 0.3s ease;
}

@media (max-width: 768px) {
  .appointmentBtn {
    width: 82px;
    height: 80px;
    right: 20px;
  }
}

.appointmentBtn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.appointmentBtn:hover {
  animation: jump 0.6s ease;
}

@keyframes wave {
  0% {
    transform: rotate(0deg);
  }

  40% {
    transform: rotate(6deg);
  }

  60% {
    transform: rotate(6deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes jump {
  0% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

section.banner {
  position: relative;
}

section.banner .bannerImg {
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  section.banner .bannerImg {
    height: 100vh;
    pointer-events: none;
  }
}

section.banner .bannerImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1024px) {
  section.banner .bannerImg img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

section.banner .bannerImg .deco {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 200px;
}

section.banner .bannerImg .deco img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.banner .imgMask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
  animation: imgMask 2s infinite;
}

@keyframes imgMask {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(30px);
  }

  100% {
    transform: translateY(0);
  }
}

section.banner .titleBox {
  display: flex;
  flex-direction: column;
  gap: 4.427vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 23vw);
}

@media (max-width: 1024px) {
  section.banner .titleBox {
    bottom: 40px;
    left: 40px;
    transform: none;
    justify-content: flex-end;
  }
}

section.banner .titleBox .title {
  font-size: clamp(44px, 4.322vw, 83px);
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  font-weight: 500;
  width: 100%;
  max-width: 436px;
  color: #1a2957;
}

@media (max-width: 1024px) {
  section.banner .titleBox .title {
    font-size: clamp(34px, 9.066vw, 44px);
  }
}

section.banner .titleBox .text {
  line-height: 2;
  font-size: clamp(17px, 1.04vw, 20px);
  color: #595757;
  font-family: "Open Sans", "Roboto", serif;
  letter-spacing: 2px;
}

@media (max-width: 1024px) {
  section.banner .titleBox .text {
    font-size: clamp(14px, 3.73vw, 16px);
  }
}

section.pointOneArea .wrap {
  display: flex;
  width: 100%;
  max-height: 900px;
}

@media (max-width: 1024px) {
  section.pointOneArea .wrap {
    flex-direction: column-reverse;
    max-height: none;
  }
}

section.pointOneArea .galleryBox {
  width: 50%;
  background-color: #b6c5ce;
  height: 900px;
  position: relative;
  overflow: hidden;
  padding: 0;
  will-change: transform;
}

@media (max-width: 1024px) {
  section.pointOneArea .galleryBox {
    width: 100%;
    height: auto;
    min-height: 600px;
  }
}

section.pointOneArea .galleryBox .gallery-group {
  width: 50%;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 60px 30px;
  will-change: transform;
}

@media (max-width: 1024px) {
  section.pointOneArea .galleryBox .gallery-group {
    padding: 0;
    height: auto;
  }
}

section.pointOneArea .galleryBox .gallery-group img {
  width: clamp(160px, 42.666vw, 404px);
  height: clamp(215px, 57.333vw, 524px);
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 404/542;
}

section.pointOneArea .galleryBox .gallery-group.up {
  left: clamp(20px, 5.333vw, 30px);
  animation: scrollUp 40s linear infinite;
}

section.pointOneArea .galleryBox .gallery-group.down {
  right: clamp(-10px, -2.666vw, 30px);
  animation: scrollDown 40s linear infinite;
}

@keyframes scrollUp {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-50%);
  }
}

@keyframes scrollDown {
  from {
    transform: translateY(-50%);
  }

  to {
    transform: translateY(0);
  }
}

section.pointOneArea .textBox {
  width: 50%;
  background-color: #d2e0e9;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  section.pointOneArea .textBox {
    width: 100%;
  }
}

section.pointOneArea .textBox .inner {
  width: 100%;
  max-width: 428px;
  height: 900px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

@media (max-width: 1024px) {
  section.pointOneArea .textBox .inner {
    padding: 0 45px;
  }
}

section.pointOneArea .textBox .deco {
  position: absolute;
  right: 0;
  top: -42px;
  width: 384px;
  height: 166px;
}

section.pointOneArea .textBox .deco img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

section.pointOneArea .textBox .title {
  display: flex;
  flex-direction: column;
  gap: 23px;
  margin-bottom: 4.166vw;
}

section.pointOneArea .textBox .chapter {
  width: 116px;
  height: 60px;
}

section.pointOneArea .textBox .chapter img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

section.pointOneArea .textBox .title-en {
  font-size: clamp(32px, 8.533vw, 50px);
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  font-weight: 500;
  color: #1a2957;
}

section.pointOneArea .textBox .title-zh {
  font-size: clamp(18px, 4.8vw, 32px);
  font-family: "Open Sans", "Roboto", serif;
  font-weight: 500;
  color: #1a2957;
  letter-spacing: 1px;
}

section.pointOneArea .textBox .text {
  width: 100%;
  font-size: clamp(13.5px, 3.6vw, 16px);
  line-height: 2;
  text-align: justify;
  color: #595757;
  letter-spacing: 2px;
}

section.pointOneArea .textBox .text strong {
  font-weight: 700;
  font-size: 21px;
  display: contents;
}

section.pointOneArea .textBox .moreBtn {
  width: 288px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #1d2a54;
  background-color: #becad1;
  justify-content: center;
  padding: 14px 0;
  font-size: 16px;
  border-radius: 40px;
  letter-spacing: 1px;
  font-weight: 600;
  position: relative;
  padding-left: 20px;
  margin-top: 55px;
  transition: background-color 0.3s ease-in-out;
  font-family: "Roboto", "Noto Sans TC", sans-serif;
}

@media (max-width: 575px) {
  section.pointOneArea .textBox .moreBtn {
    width: 100%;
    margin-top: 65px;
  }
}

section.pointOneArea .textBox .moreBtn:hover img {
  transform: translateY(-50%) translateX(10px);
}

section.pointOneArea .textBox .moreBtn img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  margin-left: 20px;
  transition: transform 0.3s ease-in-out;
}

section.pointTwoArea {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 157px;
  overflow: hidden;
}

section.pointTwoArea .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 0 40px;
  position: relative;
}

section.pointTwoArea .textBox {
  width: 1130px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  section.pointTwoArea .textBox {
    flex-direction: column;
  }
}

section.pointTwoArea .textBox .title {
  display: flex;
  flex-direction: column;
  gap: 23px;
  margin-bottom: 80px;
}

section.pointTwoArea .textBox .chapter {
  width: 116px;
  height: 60px;
}

section.pointTwoArea .textBox .chapter img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

section.pointTwoArea .textBox .title-en {
  font-size: clamp(32px, 8.533vw, 50px);
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  font-weight: 500;
  color: #1a2957;
}

section.pointTwoArea .textBox .title-zh {
  font-size: clamp(18px, 4.8vw, 32px);
  font-family: "Open Sans", "Roboto", serif;
  font-weight: 500;
  color: #1a2957;
  letter-spacing: 1px;
}

section.pointTwoArea .textBox .text {
  width: 100%;
  max-width: 450px;
  font-size: clamp(13.5px, 3.6vw, 16px);
  line-height: 2;
  text-align: justify;
  color: #595757;
  letter-spacing: 2px;
}

section.pointTwoArea .textBox .text strong {
  font-weight: 700;
  font-size: 21px;
  display: contents;
}

section.pointTwoArea .threeBallBox {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  /* 比 pointThreeArea 低 */
  display: flex;
  align-items: center;
  justify-content: center;
}

section.pointTwoArea .threeBallBox .effect {
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1440px) {
  section.pointTwoArea .threeBallBox .effect {
    top: 20%;
  }
}

section.pointTwoArea .threeBallBox .effect.is-show {
  opacity: 0;
}

section.pointTwoArea .threeBallBox .effect:nth-child(1) {
  position: absolute;
  transform: translate(-50%, -50%);
}

section.pointTwoArea .threeBallBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.pointTwoArea .threeBallBox .proBall,
section.pointTwoArea .threeBallBox .techBall,
section.pointTwoArea .threeBallBox .conBall {
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  width: 100%;
  height: 100%;
}

section.pointTwoArea .threeBallBox .proBall img,
section.pointTwoArea .threeBallBox .techBall img,
section.pointTwoArea .threeBallBox .conBall img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

section.pointThreeArea {
  position: relative;
  z-index: 10;
  background-color: #fff;
  background-color: #e8e8e8;
}

section.pointThreeArea .wrapOne {
  display: flex;
  width: 100%;
}

@media (max-width: 1024px) {
  section.pointThreeArea .wrapOne {
    flex-direction: column;
  }
}

section.pointThreeArea .imgBox {
  width: 50%;
  background-color: #b6c5ce;
}

@media (max-width: 1024px) {
  section.pointThreeArea .imgBox {
    width: 100%;
  }
}

section.pointThreeArea .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.pointThreeArea .textBox {
  width: 50%;
  background-color: #e8e8e8;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 1024px) {
  section.pointThreeArea .textBox {
    width: 100%;
  }
}

section.pointThreeArea .textBox .inner {
  width: 100%;
  max-width: 428px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-left: 140px;
}

@media (max-width: 1024px) {
  section.pointThreeArea .textBox .inner {
    padding: 0 45px;
  }
}

section.pointThreeArea .textBox .deco {
  position: absolute;
  right: 0;
  top: -42px;
  width: 384px;
  height: 166px;
}

section.pointThreeArea .textBox .deco img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

section.pointThreeArea .textBox .title {
  display: flex;
  flex-direction: column;
  gap: 23px;
  margin-bottom: 80px;
}

section.pointThreeArea .textBox .chapter {
  width: 116px;
  height: 60px;
}

section.pointThreeArea .textBox .chapter img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

section.pointThreeArea .textBox .title-en {
  font-size: clamp(32px, 8.533vw, 44px);
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  font-weight: 500;
  color: #1a2957;
}

section.pointThreeArea .textBox .title-zh {
  font-size: clamp(18px, 4.8vw, 32px);
  font-family: "Open Sans", "Roboto", serif;
  font-weight: 500;
  color: #1a2957;
  letter-spacing: 1px;
}

section.pointThreeArea .textBox .text {
  width: 100%;
  font-size: clamp(13.5px, 3.6vw, 16px);
  line-height: 2;
  letter-spacing: 2px;
  text-align: justify;
  color: #595757;
}

section.pointThreeArea .textBox .text strong {
  font-weight: 700;
  font-size: 21px;
  display: contents;
}

section.pointThreeArea .textBox .bottomDeco {
  position: absolute;
  bottom: 0;
  left: 60%;
  width: 328px;
  height: 276px;
}

@media (max-width: 1024px) {
  section.pointThreeArea .textBox .bottomDeco {
    display: none;
  }
}

section.pointThreeArea .textBox .bottomDeco img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

section.pointThreeArea .wrapTwo {
  background-color: #e8e8e8;
  display: flex;
  padding-top: 10vw;
  padding-bottom: 12.5vw;
}

@media (max-width: 1024px) {
  section.pointThreeArea .wrapTwo {
    flex-direction: column;
  }
}

section.pointThreeArea .wrapTwo .textBox {
  width: 34%;
  height: 620px;
  padding-left: 10.8vw;
  padding-right: 6.5vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

@media (max-width: 1024px) {
  section.pointThreeArea .wrapTwo .textBox {
    width: 100%;
  }
}

section.pointThreeArea .wrapTwo .textBox .line {
  width: 0.5px;
  height: 620px;
  background-color: #939393;
  position: absolute;
  right: -45px;
  top: 0;
}

section.pointThreeArea .wrapTwo .chapter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  margin-bottom: 176px;
}

section.pointThreeArea .wrapTwo .chapter img {
  width: 206px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

section.pointThreeArea .wrapTwo .swiper-text {
  text-align: justify;
  width: 100%;
  max-width: 312px;
  letter-spacing: 1px;
}

section.pointThreeArea .wrapTwo .swiper-text .stepNum {
  font-size: 20px;
  font-weight: 600;
  color: #ffc4a4;
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  margin-bottom: 15px;
}

section.pointThreeArea .wrapTwo .swiper-text .stepTitle {
  font-size: 20px;
  font-weight: 600;
  color: #5b5b5b;
  font-family: "Noto Sans TC", "Roboto", serif;
  margin-bottom: 43px;
}

section.pointThreeArea .wrapTwo .swiper-text .stepText {
  font-size: 16px;
  font-weight: 400;
  color: #595757;
  font-family: "Noto Sans TC", "Roboto", serif;
  line-height: 1.8;
}

section.pointThreeArea .swiper-3step {
  margin-left: 4.427vw;
  height: 670px;
  position: relative;
}

section.pointThreeArea .swiper-3step .swiper-wrapper {
  width: 1223px;
  height: 620px;
  position: relative;
}

section.pointThreeArea .swiper-3step .swiper-slide {
  width: 883px;
  height: 620px;
  position: relative;
  overflow: hidden;
}

section.pointThreeArea .swiper-3step .swiper-slide.swiper-slide-active + .swiper-slide img {
  opacity: 0.5;
}

section.pointThreeArea .swiper-3step .swiper-slide::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffc4a4;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.3s ease;
}

section.pointThreeArea .swiper-3step .swiper-slide.swiper-slide-active::before {
  opacity: 0;
}

section.pointThreeArea .swiper-3step .swiper-slide.swiper-slide-active::after {
  opacity: 1;
}

section.pointThreeArea .swiper-3step .swiper-button-next {
  width: 90px;
  height: 90px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

section.pointThreeArea .swiper-3step .swiper-button-next::after {
  display: none;
}

section.pointThreeArea .swiper-3step .swiper-control {
  position: absolute;
  bottom: 0;
  right: 90px;
  margin-top: auto;
  margin-left: auto;
  width: 433px;
}

section.pointThreeArea .swiper-3step .swiper-control .swiper-number {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

section.pointThreeArea .swiper-3step .swiper-control .swiper-pagination {
  width: 100%;
}

section.pointThreeArea .swiper-3step .swiper-control .swiper-pagination .swiper-pagination-progressbar {
  background: rgba(89, 87, 87, 0.2);
}

section.pointThreeArea .swiper-3step .swiper-control .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #ffc4a4;
}

.title-en {
  font-size: clamp(32px, 8.533vw, 50px);
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  font-weight: 500;
  color: #1a2957;
}

.title-zh {
  font-size: clamp(18px, 4.8vw, 32px);
  font-family: "Open Sans", "Roboto", serif;
  font-weight: 500;
  color: #1a2957;
  letter-spacing: 1px;
}

section.pointFourArea {
  display: flex;
  justify-content: center;
}

section.pointFourArea .wrap {
  display: flex;
  width: 100%;
  position: relative;
}

section.pointFourArea .textBox {
  width: 50%;
  background-color: #1d2a54;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 10.8vw;
  justify-content: center;
  border-radius: 20px 0 0 0;
}

section.pointFourArea .textBox .inner {
  width: 100%;
  max-width: 390px;
  height: 900px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

section.pointFourArea .textBox .title {
  display: flex;
  flex-direction: column;
  gap: 23px;
  margin-bottom: 80px;
}

section.pointFourArea .textBox .chapter {
  width: 116px;
  height: 60px;
}

section.pointFourArea .textBox .chapter img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

section.pointFourArea .textBox .title-en {
  font-size: 50px;
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  font-weight: 500;
  color: #fff;
}

section.pointFourArea .textBox .title-zh {
  font-size: 32px;
  font-family: "Open Sans", "Roboto", serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
}

section.pointFourArea .textBox .text {
  width: 100%;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  color: #fff;
}

section.pointFourArea .textBox .text strong {
  font-weight: 600;
  font-size: 32px;
  display: contents;
}

section.pointFourArea .textBox .moreBtn {
  width: 288px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #1d2a54;
  background-color: #fff;
  justify-content: center;
  padding: 14px 0;
  font-size: 16px;
  border-radius: 40px;
  letter-spacing: 1px;
  font-weight: 600;
  position: relative;
  padding-left: 20px;
  margin-top: 55px;
  transition: background-color 0.3s ease-in-out;
  font-family: "Roboto", "Noto Sans TC", sans-serif;
}

@media (max-width: 575px) {
  section.pointFourArea .textBox .moreBtn {
    width: 100%;
    margin-top: 65px;
  }
}

section.pointFourArea .textBox .moreBtn:hover img {
  transform: translateY(-50%) translateX(10px);
}

section.pointFourArea .textBox .moreBtn img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  margin-left: 20px;
  transition: transform 0.3s ease-in-out;
}

section.pointFourArea .noteBox {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 20px 0 0;
  background-color: #f6f1ea;
}

section.pointFourArea .noteBox .mainNote,
section.pointFourArea .noteBox .blank-paper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(2deg);
  max-width: 515px;
  max-height: 515px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* offset-x | offset-y | blur-radius | spread-radius | color */
  box-shadow: 10px -5px 15px 10px rgba(0, 0, 0, 0.15);
}

section.pointFourArea .noteBox .mainNote .inner,
section.pointFourArea .noteBox .blank-paper .inner {
  width: 100%;
  max-width: 420px;
}

section.pointFourArea .noteBox .mainNote {
  z-index: 2;
}

section.pointFourArea .noteBox .blank-paper {
  transform: translate(-50%, -50%) rotate(-2deg);
  z-index: 1;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  opacity: 0.6;
}

section.pointFourArea .noteBox .blank-paper .inner {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

section.pointFourArea .noteBox .blank-paper.active {
  opacity: 1;
}

section.pointFourArea .noteBox .blank-paper.active .inner {
  opacity: 1;
}

section.pointFourArea .noteBox .number {
  font-size: 28px;
  font-weight: 500;
  color: #ffc4a4;
  font-family: "Roboto", "Noto Sans TC", serif;
  margin-bottom: 28px;
}

section.pointFourArea .noteBox .title-en {
  font-size: 22px;
  font-weight: 500;
  color: #3e3a39;
  font-family: "Roboto", "Noto Sans TC", serif;
  margin-bottom: 5px;
}

section.pointFourArea .noteBox .title-zh {
  font-size: 28px;
  font-weight: 700;
  font-family: "Noto Sans TC", "Roboto", serif;
  color: #5b5b5b;
  letter-spacing: 2px;
}

section.pointFourArea .noteBox .imgBox {
  width: 100%;
  height: 100%;
}

section.pointFourArea .noteBox .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

section.pointFourArea .noteBox .otherNoteList {
  position: relative;
}

section.pointFourArea .noteBox .otherNote {
  width: 288px;
  height: 288px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 5px 2px 15px 5px rgba(0, 0, 0, 0.15);
  position: absolute;
  cursor: pointer;
}

section.pointFourArea .noteBox .otherNote:nth-child(1) {
  top: -290px;
  left: -60px;
  transform: rotate(-2deg);
}

section.pointFourArea .noteBox .otherNote:nth-child(2) {
  top: -175px;
  left: -35px;
  transform: rotate(3deg);
}

section.pointFourArea .noteBox .otherNote:nth-child(3) {
  top: -70px;
  left: -2px;
  transform: rotate(-2deg);
}

section.pointFourArea .noteBox .otherNote:nth-child(4) {
  top: 40px;
  left: 20px;
  transform: rotate(3deg);
}

section.pointFourArea .noteBox .otherNote .inner {
  width: 100%;
  max-width: 215px;
}

section.pointFourArea .noteBox .otherNote .number {
  font-size: 15px;
  margin-bottom: 8px;
}

section.pointFourArea .noteBox .otherNote .title-en {
  font-size: 15px;
}

section.pointFourArea .noteBox .otherNote .title-zh {
  font-size: 16px;
}

section.pointFourArea .swiper {
  width: 100%;
  height: 100%;
}

section.pointFourArea .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}

section.pointFiveArea {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b6c5ce;
}

section.pointFiveArea .wrap {
  display: flex;
  justify-content: space-between;
  width: 1578px;
  padding: 0 5.468vw;
  margin-top: 160px;
  margin-bottom: 200px;
  padding-top: 125px;
  padding-bottom: 115px;
  background-color: #fff;
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 5%, 22% 5%, 20% 0%);
}

@media (max-width: 1024px) {
  section.pointFiveArea .wrap {
    flex-direction: column;
  }
}

section.pointFiveArea .title {
  display: flex;
  flex-direction: column;
  gap: 23px;
  margin-bottom: 30px;
  color: #5b5b5b;
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: 500;
}

section.pointFiveArea .text {
  margin-bottom: 45px;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: justify;
  color: #595757;
}

section.pointFiveArea .caseBox .inner {
  display: flex;
  gap: 97px;
}

section.pointFiveArea .caseBox .caseItem {
  width: 467px;
  height: auto;
}

section.pointFiveArea .caseBox .caseItem .imgBox {
  margin-bottom: 50px;
  width: 467px;
  height: 345px;
}

section.pointFiveArea .caseBox .caseItem .bottomBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.pointFiveArea .caseBox .caseItem .bottomBox .date {
  color: #666666;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

section.pointFiveArea .caseBox .caseItem .bottomBox .cataBox {
  display: flex;
  gap: 15px;
}

section.pointFiveArea .caseBox .caseItem .bottomBox .cataBox p {
  width: 100px;
  height: 26px;
  background-color: #1d2a54;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}

section.pointFiveArea .caseBox .bottomBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.pointFiveArea .caseBox .bottomBox .date {
  color: #666666;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

section.pointFiveArea .caseBox .bottomBox .cataBox {
  display: flex;
  gap: 15px;
}

section.pointFiveArea .caseBox .bottomBox .cataBox p {
  width: 100px;
  height: 26px;
  background-color: #1d2a54;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}

section.pointSixArea {
  display: flex;
}

section.pointSixArea .wrap {
  display: flex;
  width: 1650px;
  justify-content: space-between;
  margin-top: 160px;
  margin-bottom: 230px;
  margin-left: auto;
}

@media (max-width: 1024px) {
  section.pointSixArea .wrap {
    flex-direction: column;
  }
}

section.pointSixArea .columnBox {
  width: 100%;
  max-width: 1315px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

section.pointSixArea .columnBox .swiper-wrapper {
  display: flex;
}

section.pointSixArea .columnBox .swiper-slide {
  width: auto;
  height: auto;
  position: relative;
}

section.pointSixArea .columnBox .swiper-slide-active + .swiper-slide + .swiper-slide .imgBox img {
  opacity: 0.5;
}

section.pointSixArea .columnBox .swiper-slide-active + .swiper-slide + .swiper-slide .columnItem .textBox,
section.pointSixArea .columnBox .swiper-slide-active + .swiper-slide + .swiper-slide .columnItem .cataBox {
  visibility: hidden;
}

section.pointSixArea .columnBox .swiper-button-next {
  width: 90px;
  height: 90px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 25%;
  right: 95px;
}

section.pointSixArea .columnBox .swiper-button-next::after {
  display: none;
}

section.pointSixArea .columnItem {
  width: 467px;
  height: auto;
}

section.pointSixArea .columnItem .imgBox {
  width: 100%;
  height: 345px;
  margin-bottom: 40px;
}

section.pointSixArea .columnItem .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.pointSixArea .columnItem .date {
  color: #666666;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  width: 70px;
  margin-bottom: 15px;
}

section.pointSixArea .columnItem .title {
  font-size: 24px;
  font-weight: 500;
  color: #5b5b5b;
  font-family: "Noto Sans TC", "Roboto", serif;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

section.pointSixArea .columnItem .text {
  font-size: 16px;
  font-weight: 500;
  color: #595757;
  font-family: "Noto Sans TC", "Roboto", serif;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: justify;
  margin-bottom: 70px;
}

section.pointSixArea .cataBox {
  display: flex;
  gap: 15px;
}

section.pointSixArea .cataBox p {
  width: 100px;
  height: 26px;
  background-color: #1d2a54;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}

.title {
  display: flex;
  flex-direction: column;
  gap: 23px;
  margin-bottom: 4.166vw;
}

.title .chapter {
  width: 116px;
  height: 60px;
}

.title .chapter img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.fnot-title {
  font-family: "Noto Serif TC", "Roboto", serif;
  color: #1a2957;
  font-size: 48px;
  font-weight: 500;
  margin-left: 18px;
  letter-spacing: 2px;
  position: relative;
  transform: translateY(100%);
  opacity: 0;
}

@media (max-width: 768px) {
  .fnot-title {
    font-size: 24px;
    margin-left: 0;
  }
}

.fnot-title svg {
  width: 238px;
  height: 78px;
  position: absolute;
  left: -20px;
  top: -8px;
}

.fnot-title svg .cls-1 {
  fill: #a7b7be;
}

@media (max-width: 768px) {
  .fnot-title svg {
    width: 110px;
    left: -6px;
    top: -22px;
  }
}

.fnot-title-en {
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  color: #1a2957;
  font-size: 101px;
  font-weight: 500;
  transform: translateY(100%);
  opacity: 0;
}

@media (max-width: 768px) {
  .fnot-title-en {
    font-size: 46px;
  }
}

section.newsArea {
  position: relative;
  z-index: 1;
  background-color: #cfe0ea;
}

@media (max-width: 768px) {
  section.newsArea {
    margin-top: 115px;
  }
}

section.newsArea .wrap {
  width: 100%;
  max-width: 1510px;
  margin: 0 auto;
  padding: 0 40px;
  padding-top: 90px;
}

@media (max-width: 768px) {
  section.newsArea .wrap {
    padding-top: 0px;
  }
}

section.newsArea .titleBox {
  display: flex;
  flex-direction: column;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
  /* 把滑出範圍剪掉 */
}

@media (max-width: 1023px) {
  section.newsArea .titleBox {
    padding-bottom: 30px;
    overflow: visible;
  }
}

section.newsArea .titleBox .line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0%;
  background-color: #595757;
  transform-origin: right;
}

section.newsArea .titleBox .is-mb {
  display: none;
}

@media (max-width: 1023px) {
  section.newsArea .titleBox .is-mb {
    display: flex;
    justify-content: flex-end;
    margin-top: 50px;
  }
}

section.newsArea .newsList {
  display: flex;
  margin-top: 50px;
}

@media (max-width: 1023px) {
  section.newsArea .newsList {
    margin-top: 0px;
  }
}

section.newsArea .newsList .track {
  padding-bottom: 0px;
  border-bottom: none;
  position: relative;
  margin-top: 60px;
}

section.newsArea .newsList .is-pc {
  position: sticky;
  padding-bottom: 13.8889vw;
  top: 19.4444vw;
}

@media (max-width: 1023px) {
  section.newsArea .newsList .is-pc {
    display: none;
  }
}

section.newsArea .newsList .newsCata {
  width: 200px;
  min-width: 125px;
  padding: 12px 20px;
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
  margin-left: 4.68vw;
  margin-right: 7.3vw;
}

section.newsArea .newsList .newsCata li {
  border-bottom: 1px solid #000;
  padding-bottom: 12px;
  padding-top: 12px;
  font-size: 18px;
  font-weight: 500;
  color: #595757;
  letter-spacing: 2px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 27px;
  line-height: normal;
}

section.newsArea .newsList .newsCata li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

section.newsArea .newsList .newsItemBox {
  display: flex;
  flex-direction: column;
  width: calc(100% - 20.83vw);
  margin-bottom: 310px;
  margin-top: 15px;
}

@media (max-width: 1023px) {
  section.newsArea .newsList .newsItemBox {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 105px;
  }
}

section.newsArea .newsList .newsItem {
  position: relative;
}

section.newsArea .newsList .newsItem a {
  width: 100%;
  display: flex;
  padding: 50px 0;
  border-bottom: 1px solid #000;
  position: relative;
  cursor: pointer;
  z-index: 2;
  padding-top: 45px;
  padding-right: 25px;
}

@media (max-width: 1023px) {
  section.newsArea .newsList .newsItem a {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #fff;
  }
}

section.newsArea .newsList .newsItem:hover .moreBtn {
  transform: translateX(20px);
}

section.newsArea .newsList .newsItem:hover::before {
  width: 100%;
}

section.newsArea .newsList .newsItem::before {
  content: "";
  height: 100%;
  width: 0px;
  position: absolute;
  transition: all 0.65s ease 0s;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.4);
}

section.newsArea .newsList .newsItem .date {
  margin-left: 3vw;
  margin-right: 1.5vw;
  font-family: "Roboto", "Noto Serif TC", serif;
  font-size: 18px;
  font-weight: 500;
  color: #666666;
  letter-spacing: 1px;
  order: 1;
}

@media (max-width: 1023px) {
  section.newsArea .newsList .newsItem .date {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 0px;
    margin-bottom: 17px;
  }
}

section.newsArea .newsList .newsItem .date span {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

section.newsArea .newsList .newsItem .date p {
  font-family: "Roboto", "Noto Serif TC", serif;
  font-size: 12px;
  font-weight: 500;
  color: #666666;
  letter-spacing: 1px;
  margin-top: 15px;
}

@media (max-width: 1023px) {
  section.newsArea .newsList .newsItem .date p {
    margin-top: 0px;
  }
}

section.newsArea .newsList .newsItem .cata {
  margin-right: 80px;
  order: 2;
}

@media (max-width: 1023px) {
  section.newsArea .newsList .newsItem .cata {
    order: 3;
  }

  section.newsArea .newsList .newsItem .cata ul {
    display: flex;
    gap: 12px;
  }
}

section.newsArea .newsList .newsItem .cata li {
  min-width: 90px;
  padding: 5px 10px;
  background-color: #1d2a54;
  color: #ffffff;
  font-family: "Noto Serif TC", "Roboto", serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2px;
  border-radius: 20px;
  margin-bottom: 15px;
}

@media (max-width: 1023px) {
  section.newsArea .newsList .newsItem .cata li {
    font-size: 11px;
    width: 72px;
  }
}

section.newsArea .newsList .newsItem .contentBox {
  width: 100%;
  max-width: 463px;
  margin-right: 4.16vw;
  order: 3;
}

@media (max-width: 1023px) {
  section.newsArea .newsList .newsItem .contentBox {
    order: 2;
    margin-bottom: 20px;
    max-width: 100%;
  }
}

section.newsArea .newsList .newsItem .contentBox .title {
  font-size: 25px;
  margin-bottom: 28px;
  letter-spacing: 1px;
  color: #5b5b5b;
  font-family: "Open Sans", "Roboto", serif;
}

@media (max-width: 1023px) {
  section.newsArea .newsList .newsItem .contentBox .title {
    margin-bottom: 20px;
    font-size: 22px;
  }
}

section.newsArea .newsList .newsItem .contentBox .content {
  font-size: 16px;
  color: #5b5b5b;
  font-family: "Open Sans", "Roboto", serif;
  line-height: 26px;
}

@media (max-width: 1023px) {
  section.newsArea .newsList .newsItem .contentBox .content {
    font-size: 14px;
  }
}

.moreBtn {
  width: 110px;
  height: 50px;
  margin-top: 30px;
  transition: all 0.65s ease 0s;
  cursor: pointer;
  flex-shrink: 0;
  order: 4;
}

@media (max-width: 1023px) {
  .moreBtn {
    position: absolute;
    bottom: 54px;
    right: 0;
  }
}

.moreBtn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

footer {
  background-color: #1d2a54;
  height: 979px;
  width: 1920px;
  display: block;
}

.pageBox {
  width: 100%;
  max-width: 550px;
  margin-top: 150px;
}

@media (max-width: 1024px) {
  .pageBox {
    display: none;
  }
}

.pageBox .inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pageBox .preBtn,
.pageBox .nextBtn {
  display: flex;
  align-items: center;
}

.pageBox .preBtn img,
.pageBox .nextBtn img {
  width: 80px;
}

.pageBox .preBtn span,
.pageBox .nextBtn span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
}

.pageBox .pageNum {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.pageBox .pageNum li {
  cursor: pointer;
  position: relative;
  z-index: 2;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 500;
  color: #1d2a54;
}

.pageBox .pageNum .pageEffect {
  position: absolute;
  width: 28px;
  height: 30px;
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

.pageBox .pageNum .pageEffect .cls-1 {
  fill: #235b64;
}

.pageBox .pageNum li:hover ~ .pageEffect {
  opacity: 1;
}

.pageBox .pageNum li:nth-child(1):hover ~ .pageEffect {
  transform: translateX(0);
}

.pageBox .pageNum li:nth-child(2):hover ~ .pageEffect {
  transform: translateX(35px);
}

.pageBox .pageNum li:nth-child(3):hover ~ .pageEffect {
  transform: translateX(70px);
}

@media (max-width: 1024px) {
  .pageBox-mb {
    display: flex;
  }
}

.pageBox-mb {
  width: 288px;
  display: none;
  align-items: center;
  text-decoration: none;
  color: #1D2A54;
  background-color: #becad1;
  justify-content: center;
  padding: 14px 0;
  font-size: 16px;
  border-radius: 40px;
  letter-spacing: 1px;
  font-weight: 600;
  position: relative;
  padding-left: 20px;
  margin-top: 45px;
  transition: background-color 0.3s ease-in-out;
}

@media (max-width: 575px) {
  .pageBox-mb {
    width: 100%;
    margin-top: 65px;
  }
}

.pageBox-mb:hover img {
  transform: translateY(-50%) translateX(10px);
}

.pageBox-mb img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  margin-left: 20px;
  transition: transform 0.3s ease-in-out;
}

.fnot-title {
  font-family: "Noto Serif TC", "Roboto", serif;
  color: #1a2957;
  font-size: 48px;
  font-weight: 500;
  margin-left: 18px;
  letter-spacing: 2px;
  position: relative;
  transform: translateY(100%);
  opacity: 0;
}

.fnot-title svg {
  width: 238px;
  height: 78px;
  position: absolute;
  left: -20px;
  top: -8px;
}

.fnot-title svg .cls-1 {
  fill: #a7b7be;
}

.fnot-title-en {
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  color: #1a2957;
  font-size: 101px;
  font-weight: 500;
  transform: translateY(100%);
  opacity: 0;
}

section.articleArea {
  position: relative;
  z-index: 1;
  padding-top: 103px;
  background-color: #d5d5d5;
  background-image: url("https://www.transparenttextures.com/patterns/natural-paper.png");
}

@media (max-width: 1024px) {
  section.articleArea {
    background-color: #fff;
    background-image: none;
    padding-top: 65px;
  }
}

section.articleArea .articleBox {
  padding-bottom: 355px;
  width: 100%;
  border-radius: 20px 20px 0 0;
  background-color: #fff;
}

@media (max-width: 1024px) {
  section.articleArea .articleBox {
    padding-bottom: 65px;
  }
}

section.articleArea .articleBox .wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 40px;
  padding-top: 160px;
  margin-top: 103px;
}

@media (max-width: 1024px) {
  section.articleArea .articleBox .wrap {
    flex-direction: column;
    margin-top: 0;
    padding-top: 70px;
  }
}

section.articleArea .articleBox .leftBox {
  width: 100%;
  max-width: 521px;
  margin-right: 2.083vw;
  position: relative;
}

@media (max-width: 1024px) {
  section.articleArea .articleBox .leftBox {
    max-width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #595757;
    padding-bottom: 5px;
  }
}

section.articleArea .articleBox .leftBox .date {
  font-size: 20px;
  margin-bottom: 25px;
  color: #666666;
  letter-spacing: 1px;
}

@media (max-width: 1024px) {
  section.articleArea .articleBox .leftBox .date {
    position: absolute;
    bottom: 2px;
    right: 0;
    font-size: 12px;
  }
}

section.articleArea .articleBox .leftBox h2 {
  font-size: 34px;
  line-height: 1.2;
  color: #5b5b5b;
  margin-bottom: 78px;
  letter-spacing: 1px;
}

@media (max-width: 1024px) {
  section.articleArea .articleBox .leftBox h2 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 62px;
  }
}

section.articleArea .articleBox .leftBox .cata ul {
  display: flex;
}

section.articleArea .articleBox .leftBox .cata li {
  padding: 5px 17px;
  background-color: #1d2a54;
  color: #ffffff;
  font-family: "Noto Serif TC", "Roboto", serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  border-radius: 20px;
  margin-bottom: 15px;
  margin-right: 15px;
}

@media (max-width: 1024px) {
  section.articleArea .articleBox .leftBox .cata li {
    padding: 5px 13px;
    font-size: 10px;
    margin-right: 9px;
  }
}

section.articleArea .articleBox .leftBox .shareBox {
  border-top: 1px solid #595757;
}

@media (max-width: 1024px) {
  section.articleArea .articleBox .leftBox .shareBox {
    display: none;
  }
}

section.articleArea .articleBox .shareBox {
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
}

@media (max-width: 1024px) {
  section.articleArea .articleBox .shareBox {
    order: 1;
    border-top: 1px solid #595757;
    margin-top: 40px;
    padding-top: 40px;
    margin-bottom: 0;
  }
}

section.articleArea .articleBox .shareBox span {
  font-size: 18px;
  margin-right: 30px;
  color: #666666;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

section.articleArea .articleBox .shareBox .shareBtn {
  display: flex;
  gap: 6px;
}

section.articleArea .articleBox .shareBox .shareBtn a {
  width: 50px;
  height: 50px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

section.articleArea .articleBox .shareBox .shareBtn a:hover {
  animation: wave 0.5s ease-in-out infinite;
}

section.articleArea .articleBox .shareBox .shareBtn a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

section.articleArea .articleBox .rightBox {
  width: 100%;
  max-width: 760px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  section.articleArea .articleBox .rightBox {
    max-width: 100%;
    margin-top: 55px;
  }
}

section.articleArea .articleBox .rightBox .imgBox {
  width: 100%;
  max-width: 760px;
  aspect-ratio: 760/500;
  height: auto;
  position: relative;
  margin-bottom: 65px;
}

@media (max-width: 1024px) {
  section.articleArea .articleBox .rightBox .imgBox {
    max-width: 100%;
    margin-bottom: 38px;
  }
}

section.articleArea .articleBox .rightBox .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.articleArea .articleBox .rightBox .imgBox .article-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 177px;
  pointer-events: none;
  z-index: 1;
}

section.articleArea .articleBox .rightBox .textBox {
  line-height: 36px;
  font-size: 17px;
  margin-bottom: 40px;
  text-align: justify;
}

@media (max-width: 1024px) {
  section.articleArea .articleBox .rightBox .textBox {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 42px;
  }
}

section.articleArea .articleBox .rightBox .shareBox {
  display: none;
  border-top: none;
}

@media (max-width: 1024px) {
  section.articleArea .articleBox .rightBox .shareBox {
    display: flex;
    align-items: flex-start;
  }
}

section.articleArea .articleBox .backBtn {
  width: 288px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #3e3a39;
  background-color: #e2e1e0;
  justify-content: center;
  padding: 14px 0;
  font-size: 16px;
  border-radius: 40px;
  letter-spacing: 1px;
  font-weight: 600;
  position: relative;
  padding-left: 20px;
  margin-top: 45px;
  transition: background-color 0.3s ease-in-out;
}

@media (max-width: 575px) {
  section.articleArea .articleBox .backBtn {
    width: 100%;
    margin-top: 65px;
  }
}

section.articleArea .articleBox .backBtn:hover {
  background-color: #d9d9d9;
}

section.articleArea .articleBox .backBtn:hover img {
  transform: translateY(-50%) translateX(-10px);
}

section.articleArea .articleBox .backBtn img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  margin-left: 20px;
  transition: transform 0.3s ease-in-out;
}

@keyframes wave {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(6deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.fnot-title {
  font-family: "Noto Serif TC", "Roboto", serif;
  color: #1a2957;
  font-size: 48px;
  font-weight: 500;
  margin-left: 18px;
  letter-spacing: 2px;
  position: relative;
  transform: translateY(100%);
  opacity: 0;
}

.fnot-title svg {
  width: 238px;
  height: 78px;
  position: absolute;
  left: -20px;
  top: -8px;
}

.fnot-title svg .cls-1 {
  fill: #a7b7be;
}

.fnot-title-en {
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  color: #1a2957;
  font-size: 101px;
  font-weight: 500;
  transform: translateY(100%);
  opacity: 0;
}

section.articleArea {
  position: relative;
  z-index: 1;
  padding-top: 103px;
  background-color: #d5d5d5;
  background-image: url("https://www.transparenttextures.com/patterns/natural-paper.png");
}

@media (max-width: 1024px) {
  section.articleArea {
    background-color: #fff;
    background-image: none;
    padding-top: 65px;
  }
}

section.articleArea .articleBox {
  padding-bottom: 355px;
  width: 100%;
  border-radius: 20px 20px 0 0;
  background-color: #fff;
}

@media (max-width: 1024px) {
  section.articleArea .articleBox {
    padding-bottom: 65px;
  }
}

section.articleArea .articleBox .wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 40px;
  padding-top: 160px;
  margin-top: 103px;
}

@media (max-width: 1024px) {
  section.articleArea .articleBox .wrap {
    flex-direction: column;
    margin-top: 0;
    padding-top: 70px;
  }
}

section.articleArea .articleBox .leftBox {
  width: 100%;
  max-width: 521px;
  margin-right: 2.083vw;
  position: relative;
}

@media (max-width: 1024px) {
  section.articleArea .articleBox .leftBox {
    max-width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #595757;
    padding-bottom: 5px;
  }
}

section.articleArea .articleBox .leftBox .date {
  font-size: 20px;
  margin-bottom: 25px;
  color: #666666;
  letter-spacing: 1px;
}

@media (max-width: 1024px) {
  section.articleArea .articleBox .leftBox .date {
    position: absolute;
    bottom: 2px;
    right: 0;
    font-size: 12px;
  }
}

section.articleArea .articleBox .leftBox h2 {
  font-size: 34px;
  line-height: 1.2;
  color: #5b5b5b;
  margin-bottom: 78px;
  letter-spacing: 1px;
}

@media (max-width: 1024px) {
  section.articleArea .articleBox .leftBox h2 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 62px;
  }
}

section.articleArea .articleBox .leftBox .cata ul {
  display: flex;
}

section.articleArea .articleBox .leftBox .cata li {
  padding: 5px 17px;
  background-color: #1d2a54;
  color: #ffffff;
  font-family: "Noto Serif TC", "Roboto", serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  border-radius: 20px;
  margin-bottom: 15px;
  margin-right: 15px;
}

@media (max-width: 1024px) {
  section.articleArea .articleBox .leftBox .cata li {
    padding: 5px 13px;
    font-size: 10px;
    margin-right: 9px;
  }
}

section.articleArea .articleBox .leftBox .shareBox {
  border-top: 1px solid #595757;
}

@media (max-width: 1024px) {
  section.articleArea .articleBox .leftBox .shareBox {
    display: none;
  }
}

section.articleArea .articleBox .shareBox {
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
}

@media (max-width: 1024px) {
  section.articleArea .articleBox .shareBox {
    order: 1;
    border-top: 1px solid #595757;
    margin-top: 40px;
    padding-top: 40px;
    margin-bottom: 0;
  }
}

section.articleArea .articleBox .shareBox span {
  font-size: 18px;
  margin-right: 30px;
  color: #666666;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

section.articleArea .articleBox .shareBox .shareBtn {
  display: flex;
  gap: 6px;
}

section.articleArea .articleBox .shareBox .shareBtn a {
  width: 50px;
  height: 50px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

section.articleArea .articleBox .shareBox .shareBtn a:hover {
  animation: wave 0.5s ease-in-out infinite;
}

section.articleArea .articleBox .shareBox .shareBtn a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

section.articleArea .articleBox .rightBox {
  width: 100%;
  max-width: 760px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  section.articleArea .articleBox .rightBox {
    max-width: 100%;
    margin-top: 55px;
  }
}

section.articleArea .articleBox .rightBox .imgBox {
  width: 100%;
  max-width: 760px;
  aspect-ratio: 760/500;
  height: auto;
  position: relative;
  margin-bottom: 65px;
}

@media (max-width: 1024px) {
  section.articleArea .articleBox .rightBox .imgBox {
    max-width: 100%;
    margin-bottom: 38px;
  }
}

section.articleArea .articleBox .rightBox .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.articleArea .articleBox .rightBox .imgBox .article-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 177px;
  pointer-events: none;
  z-index: 1;
}

section.articleArea .articleBox .rightBox .textBox {
  line-height: 36px;
  font-size: 17px;
  margin-bottom: 40px;
  text-align: justify;
}

@media (max-width: 1024px) {
  section.articleArea .articleBox .rightBox .textBox {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 42px;
  }
}

section.articleArea .articleBox .rightBox .shareBox {
  display: none;
  border-top: none;
}

@media (max-width: 1024px) {
  section.articleArea .articleBox .rightBox .shareBox {
    display: flex;
    align-items: flex-start;
  }
}

section.articleArea .articleBox .backBtn {
  width: 288px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #3e3a39;
  background-color: #e2e1e0;
  justify-content: center;
  padding: 14px 0;
  font-size: 16px;
  border-radius: 40px;
  letter-spacing: 1px;
  font-weight: 600;
  position: relative;
  padding-left: 20px;
  margin-top: 45px;
  transition: background-color 0.3s ease-in-out;
}

@media (max-width: 575px) {
  section.articleArea .articleBox .backBtn {
    width: 100%;
    margin-top: 65px;
  }
}

section.articleArea .articleBox .backBtn:hover {
  background-color: #d9d9d9;
}

section.articleArea .articleBox .backBtn:hover img {
  transform: translateY(-50%) translateX(-10px);
}

section.articleArea .articleBox .backBtn img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  margin-left: 20px;
  transition: transform 0.3s ease-in-out;
}

@keyframes wave {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(6deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

body.no-scroll {
  overflow: hidden;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #1D2A54;
  z-index: 9999;
  transition: background-color 0.6s ease-in-out;
}

.preloader img {
  width: 570px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.preloader::before, .preloader::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: transform 0.6s ease-in-out;
}

.preloader::before {
  background-color: #D2E0E9;
  z-index: 1;
}

.preloader::after {
  background-color: rgba(62, 58, 57, 0.55);
  z-index: 2;
}

.preloader.animate::before {
  transform: translateY(0);
  transition-delay: 0.6s;
}

.preloader.animate::after {
  transform: translateY(0);
  transition-delay: 1.2s;
}

.preloader.hide {
  pointer-events: none;
  background-color: transparent;
}

.preloader.hide::before {
  transform: translateY(-100%);
}

.preloader.hide::after {
  transform: translateY(-100%);
}

.preloader.hide img {
  transform: translate(-50%, -150%);
  /* 往上刷出畫面 */
  opacity: 0;
}

/* Tailwind layers */

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Noto Sans TC, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #727171;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #727171;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.visible{
  visibility: visible;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.left-1\/2{
  left: 50%;
}

.top-1\/2{
  top: 50%;
}

.z-\[3\]{
  z-index: 3;
}

.mb-\[50px\]{
  margin-bottom: 50px;
}

.block{
  display: block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.hidden{
  display: none;
}

.size-\[50px\]{
  width: 50px;
  height: 50px;
}

.size-\[90px\]{
  width: 90px;
  height: 90px;
}

.h-\[346px\]{
  height: 346px;
}

.w-\[467px\]{
  width: 467px;
}

.w-full{
  width: 100%;
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.items-center{
  align-items: center;
}

.justify-center{
  justify-content: center;
}

.rounded-\[20px_0_0_0\]{
  border-radius: 20px 0 0 0;
}

.rounded-full{
  border-radius: 9999px;
}

.bg-\[\#b6c5ce\]{
  --tw-bg-opacity: 1;
  background-color: rgb(182 197 206 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ececec\]{
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity, 1));
}

.bg-\[\#edeceb\]{
  --tw-bg-opacity: 1;
  background-color: rgb(237 236 235 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f2f2f2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

.fill-\[\#1d2b54\]{
  fill: #1d2b54;
}

.fill-\[\#e8e8e8\]{
  fill: #e8e8e8;
}

.stroke-\[\#abbcc4\]{
  stroke: #abbcc4;
}

.stroke-\[1\.25px\]{
  stroke-width: 1.25px;
}

.p-2{
  padding: 0.5rem;
}

.font-en{
  font-family: Roboto, sans-serif;
}

.text-\[15px\]{
  font-size: 15px;
}

.text-\[\#1d2a54\]{
  --tw-text-opacity: 1;
  color: rgb(29 42 84 / var(--tw-text-opacity, 1));
}

.opacity-0{
  opacity: 0;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-700{
  transition-duration: 700ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.group:hover .group-hover\:bg-\[\#1d2a54b3\]{
  background-color: #1d2a54b3;
}

.group:hover .group-hover\:fill-white{
  fill: #fff;
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
