@charset "UTF-8";
* {
  --brand-color1: #50C7E7;
  --brand-color2: #0078C4;
  --brand-color3: #005489;
  --brand-color4: #FFC226;
  --text-primary: #000000;
  --text-secondary: #7A7F84;
}

Nav ul.layer1 li:nth-child(1) span.nav-button,
Nav ul.layer1 li:nth-child(1) a {
  color: var(--brand-color2);
}
Nav ul.layer1 li:nth-child(1) span.nav-button img,
Nav ul.layer1 li:nth-child(1) a img {
  filter: none;
}
Nav ul.layer1 li:nth-child(1) span.nav-button img.lang-icon, Nav ul.layer1 li:nth-child(1) span.nav-button img.hamburger-icon,
Nav ul.layer1 li:nth-child(1) a img.lang-icon,
Nav ul.layer1 li:nth-child(1) a img.hamburger-icon {
  filter: brightness(0.7);
}
Nav ul.layer1 li:nth-child(1)::after {
  width: 100%;
}
Nav ul.layer1 li ul.layer2 li::after {
  display: none;
}

.banner {
  --pc-bg: url("../images/banners/about_pc.png");
  --mobile-bg: url("../images/banners/about_pc.png");
}

ul.square {
  --li-color: var(--text-primary);
  --squire-color: var(--brand-color3);
}
ul.square li {
  font-size: 20px;
  line-height: 45px;
  padding-left: 30px;
}
@media (max-width: 768px) {
  ul.square li {
    font-size: 16px;
    line-height: 30px;
    padding-left: 26px;
  }
}

.philosophy-wrapper img.philosophy-flow {
  max-width: 100%;
  margin: var(--page-gap) 0 calc(var(--page-gap) * 2) var(--page-gap);
}
@media (max-width: 990px) {
  .philosophy-wrapper img.philosophy-flow {
    margin: 0 0 var(--page-gap) 0;
  }
}
.philosophy-wrapper .p-default2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 2;
  margin-bottom: var(--page-gap);
}
@media (max-width: 768px) {
  .philosophy-wrapper .p-default2 {
    font-size: 18px;
  }
}

.history-wrapper ul.square.time-line {
  position: relative;
  margin-left: 130px;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (max-width: 990px) {
  .history-wrapper ul.square.time-line {
    margin-left: 0;
  }
}
.history-wrapper ul.square.time-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  /* 左邊框厚度 */
  height: 100%;
  background: repeating-linear-gradient(to bottom, var(--brand-color2) 0 9px, transparent 9px 14px);
}
.history-wrapper ul.square.time-line li {
  margin-left: -39.5px;
  position: relative;
  line-height: 35px;
  padding-left: 30px;
  --md-time-line-gap: 12px;
  margin-bottom: 40px;
}
.history-wrapper ul.square.time-line li.mb-0 {
  margin-bottom: 0;
}
@media (max-width: 990px) {
  .history-wrapper ul.square.time-line li.mb-0 {
    margin-bottom: var(--md-time-line-gap);
  }
}
@media (max-width: 1200px) {
  .history-wrapper ul.square.time-line li {
    margin-left: -28px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 990px) {
  .history-wrapper ul.square.time-line li {
    margin-bottom: var(--md-time-line-gap);
  }
}
@media (max-width: 768px) {
  .history-wrapper ul.square.time-line li {
    margin-left: -27.5px;
  }
}
@media (max-width: 1200px) {
  .history-wrapper ul.square.time-line li .xl-hidden {
    display: none;
  }
}
@media (max-width: 990px) {
  .history-wrapper ul.square.time-line li .xl-hidden {
    display: block;
  }
}
@media (max-width: 768px) {
  .history-wrapper ul.square.time-line li .xl-hidden {
    display: none;
  }
}
.history-wrapper ul.square.time-line li .xl-show {
  display: none;
}
@media (max-width: 1200px) {
  .history-wrapper ul.square.time-line li .xl-show {
    display: block;
  }
}
@media (max-width: 990px) {
  .history-wrapper ul.square.time-line li .xl-show {
    display: none;
  }
}
@media (max-width: 768px) {
  .history-wrapper ul.square.time-line li .xl-show {
    display: block;
  }
}
.history-wrapper ul.square.time-line li .year {
  font-size: 24px;
  font-weight: 700;
  color: white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 12px;
  padding-bottom: 4px;
  background-image: url("../images/icons/blue-label.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  aspect-ratio: 18.9/9;
  position: absolute;
  left: 0;
  top: 0%;
  transform: translate(-112%, -10%);
}
.history-wrapper ul.square.time-line li .year.three-event {
  top: 100%;
  transform: translate(-112%, -10%);
}
@media (max-width: 1200px) {
  .history-wrapper ul.square.time-line li .year.three-event {
    transform: translate(-112%, -20%);
  }
}
@media (max-width: 990px) {
  .history-wrapper ul.square.time-line li .year.three-event {
    transform: none;
  }
}
.history-wrapper ul.square.time-line li .year.two-event {
  top: 50%;
  transform: translate(-112%, -10%);
}
@media (max-width: 1200px) {
  .history-wrapper ul.square.time-line li .year.two-event {
    transform: translate(-112%, -20%);
  }
}
@media (max-width: 990px) {
  .history-wrapper ul.square.time-line li .year.two-event {
    transform: none;
  }
}
@media (max-width: 1200px) {
  .history-wrapper ul.square.time-line li .year {
    font-size: 20px;
    padding-left: 10px;
    width: 82px;
    padding-bottom: 2px;
    transform: translate(-112%, -14%);
  }
}
@media (max-width: 990px) {
  .history-wrapper ul.square.time-line li .year {
    position: relative;
    transform: none;
    margin-bottom: var(--md-time-line-gap);
    display: none;
  }
}
.history-wrapper ul.square.time-line li.lg-show {
  display: none;
}
@media (max-width: 990px) {
  .history-wrapper ul.square.time-line li.lg-show {
    display: block;
  }
  .history-wrapper ul.square.time-line li.lg-show::before {
    content: "";
  }
  .history-wrapper ul.square.time-line li.lg-show .year {
    display: flex;
  }
}

.team-wrapper img {
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 570px) {
  .team-wrapper img.pc {
    display: none;
  }
}
.team-wrapper img.mobile {
  display: none;
}
@media (max-width: 570px) {
  .team-wrapper img.mobile {
    display: block;
  }
}

.group-wrapper ul.square li:nth-last-child(2) {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .group-wrapper ul.square li:nth-last-child(2) {
    margin-bottom: 0;
  }
}
.group-wrapper ul.square li:nth-last-child(1) {
  margin-bottom: 21px;
}
.group-wrapper .group-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 34px;
}
@media (max-width: 768px) {
  .group-wrapper .group-item {
    flex-direction: column;
    margin-bottom: 44px;
  }
}
.group-wrapper .group-item .img-box {
  width: 50%;
  border-radius: 14.4px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .group-wrapper .group-item .img-box {
    align-self: flex-start;
    width: 85.3%;
    margin-left: -22px;
    border-radius: 0 14.4px 14.4px 0;
    min-width: 320px;
  }
}
.group-wrapper .group-item .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.group-wrapper .group-item .info-card {
  background-color: white;
  border-radius: 13.5px;
  padding: 20px 22px 18px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2px;
  --info-card-inset: -35px;
  margin-left: var(--info-card-inset);
  z-index: 2;
}
@media (max-width: 1200px) {
  .group-wrapper .group-item .info-card {
    padding: 16px 15px 10px;
  }
}
@media (max-width: 768px) {
  .group-wrapper .group-item .info-card {
    margin-left: 0;
    align-self: flex-end;
    margin-right: -22px;
    border-radius: 13.5px 0 0 13.5px;
    margin-top: -32px;
  }
}
.group-wrapper .group-item .info-card label {
  background-color: var(--brand-color3);
  padding: 5px 25px;
  color: white;
  font-size: 28px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -38px;
  border-radius: 2.7px;
}
@media (max-width: 1200px) {
  .group-wrapper .group-item .info-card label {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .group-wrapper .group-item .info-card label {
    margin-left: -15px;
    border-radius: 0 2.7px 2.7px 0;
  }
}
.group-wrapper .group-item .info-card p {
  font-size: 20px;
  color: var(--text-primary);
  font-weight: 400;
  line-height: 35px;
}
@media (max-width: 1200px) {
  .group-wrapper .group-item .info-card p {
    font-size: 16px;
  }
}
.group-wrapper .group-item:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .group-wrapper .group-item:nth-child(even) {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .group-wrapper .group-item:nth-child(even) .img-box {
    align-self: flex-end;
    width: 85.3%;
    margin-right: -22px;
    border-radius: 14.4px 0 0 14.4px;
  }
}
.group-wrapper .group-item:nth-child(even) .info-card {
  margin-right: var(--info-card-inset);
  margin-left: 0;
}
@media (max-width: 768px) {
  .group-wrapper .group-item:nth-child(even) .info-card {
    margin-right: 0;
    align-self: flex-start;
    margin-left: -22px;
    border-radius: 0 13.5px 13.5px 0;
  }
}/*# sourceMappingURL=about.css.map */