﻿* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

.navbar {
  width: 100%;
  height: auto;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: 220px;
  padding: 0px 20px;
}
.navbar .logo-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.navbar .logo-container img {
  width: 45px;
  height: 45px;
  border-radius: 8px;
}
.navbar .logo-container .logo-text {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
}
.navbar ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 40px;
}
.navbar ul li a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}
.navbar ul li .router-link-active,
.navbar ul li .router-link-exact-active {
  color: #0a65fd;
}
.navbar .navbtn {
  width: 80px;
  height: 32px;
  background: linear-gradient(90deg, #0086ff 0%, #0152ff 100%);
  border-radius: 10px;
  border: none;
  color: #ffffff;
  cursor: pointer;
}

@media (max-width: 768px) {
  .navbar {
    justify-content: center;
    column-gap: 16px;
    row-gap: 10px;
    padding: 12px 16px;
  }
  .navbar ul {
    width: 100%;
    order: 3;
    justify-content: center;
    gap: 12px 28px;
    margin: 0;
  }
  .navbar .navbtn {
    order: 2;
  }
}
.footer {
  width: 100%;
  height: auto;
  min-height: 286px;
  background: #000000;
  padding: 40px 0px 18px;
  box-sizing: border-box;
}

.footer-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 100px;
  row-gap: 36px;
  width: 100%;
  margin: 0 auto;
}
.footer-main .footer-left {
  width: 495px;
  height: auto;
}
.footer-main .footer-left .logoTitle {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.footer-main .footer-left .logoTitle h3 {
  font-weight: 600;
  font-size: 36px;
  color: #ffffff;
  text-align: left;
}
.footer-main .footer-left .logoTitle img {
  width: 53px;
  height: 53px;
  border-radius: 14px;
}
.footer-main .footer-left p {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 21px;
  text-align: left;
}
.footer-main .footer-center {
  width: 199px;
  height: auto;
}
.footer-main .footer-center ul li {
  margin-bottom: 16px;
}
.footer-main .footer-center ul li h4 {
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  text-align: left;
}
.footer-main .footer-center ul li p,
.footer-main .footer-center ul li a {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-align: left;
}
.footer-main .footer-center ul li a {
  text-decoration: none;
}
.footer-main .footer-right {
  width: 307px;
  height: auto;
}
.footer-main .footer-right ul li {
  margin-bottom: 16px;
}
.footer-main .footer-right ul li h4 {
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  text-align: left;
}
.footer-main .footer-right ul li p {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 21px;
  text-align: left;
}
.footer-main .footer-right .contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-main .footer-right .contact-item img {
  width: 14px;
  height: 14px;
  margin-top: 3px;
  flex-shrink: 0;
}

.footer-copy {
  width: 100%;
  margin: 30px auto 0;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  font-size: 12px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  box-sizing: border-box;
}
.footer-copy .policy {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
  margin-right: 45px;
}
.footer-copy img {
  width: 14px;
  height: 14px;
  opacity: 0.7;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2px;
}

@media (max-width: 768px) {
  .footer {
    padding: 24px 16px 16px;
  }
  .footer-main {
    gap: 24px;
    justify-content: flex-start;
  }
  .footer-main .footer-left,
  .footer-main .footer-center,
  .footer-main .footer-right {
    width: 100%;
    max-width: 100%;
  }
  .footer-main .footer-left .logoTitle h3 {
    font-size: 28px;
  }
  .footer-main .footer-center ul li h4,
  .footer-main .footer-right ul li h4 {
    font-size: 18px;
  }
  .footer-copy {
    margin-top: 24px;
    justify-content: flex-start;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .footer {
    padding: 32px 24px 18px;
  }
  .footer-main {
    gap: 36px;
    justify-content: space-between;
  }
  .footer-main .footer-left {
    width: 100%;
    max-width: 460px;
  }
  .footer-main .footer-center,
  .footer-main .footer-right {
    width: calc(50% - 18px);
    max-width: 300px;
  }
  .footer-copy {
    margin-top: 36px;
  }
}
.content {
  width: 100%;
  min-height: 484px;
  height: auto;
  padding: 0 24px 48px;
  box-sizing: border-box;
  background-image: url(../image/Frame481825.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.content .contentText {
  width: 100%;
  max-width: 1198px;
  height: auto;
  min-height: 0;
  margin: 80px auto 0 auto;
  box-sizing: border-box;
}
.content .contentText h1 {
  font-weight: bold;
  font-size: 52px;
  color: #222222;
  line-height: 62px;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.content .contentText h1 span {
  color: #0a65fd;
}
.content .contentText p {
  margin-top: 20px;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 31px;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.research-highlights {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  height: auto;
  min-height: 0;
  padding: 80px 24px 60px;
  box-sizing: border-box;
}
.research-highlights .research-highlights-text {
  width: 100%;
  max-width: 1198px;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
}
.research-highlights .research-highlights-text h1 {
  font-weight: bold;
  font-size: 40px;
  color: #222222;
  line-height: 48px;
  text-align: center;
  margin-bottom: 20px;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.research-highlights .research-highlights-text p {
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 31px;
  text-align: center;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.research-highlights .research-highlights-image {
  width: 100%;
  max-width: 1200px;
  min-height: 280px;
  aspect-ratio: 1200/582;
  height: auto;
  background: linear-gradient(360deg, rgba(0, 16, 55, 0) 0%, #001037 100%);
  border-radius: 40px;
  background-image: url(../image/Group\ 37270.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 48px auto 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  box-sizing: border-box;
}
.research-highlights .research-highlights-image div {
  width: calc(100% - 48px);
  max-width: 1160px;
  height: auto;
  min-height: 0;
  margin: 0 auto 24px;
  padding: 0 8px;
  box-sizing: border-box;
}
.research-highlights .research-highlights-image div h4 {
  font-weight: bold;
  font-size: 36px;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
  margin-bottom: 20px;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.research-highlights .research-highlights-image div p {
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
  line-height: 29px;
  text-align: center;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.research-highlights .research-highlights-card {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 52px;
  gap: 40px;
}
.research-highlights .research-highlights-card .card {
  flex: 1 1 480px;
  width: 100%;
  max-width: 580px;
  min-height: 0;
  height: auto;
  background: linear-gradient(0deg, rgba(202, 230, 253, 0.3) 0%, #0f79ff 100%);
  border-radius: 40px;
  box-sizing: border-box;
}
.research-highlights .research-highlights-card .card .top {
  width: auto;
  max-width: calc(100% - 42px);
  min-height: 76px;
  height: auto;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 32px 21px 16px 21px;
}
.research-highlights .research-highlights-card .card .top h4 {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.research-highlights .research-highlights-card .card .top img {
  width: 76px;
  height: 76px;
  flex-shrink: 0;
}
.research-highlights .research-highlights-card .card .bottom {
  width: calc(100% - 42px);
  max-width: 538px;
  min-height: 200px;
  height: auto;
  background: #ffffff;
  border-radius: 34px;
  margin: 0 auto 24px;
  padding: 20px 20px 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-sizing: border-box;
}
.research-highlights .research-highlights-card .card .bottom p {
  margin: 0;
  font-weight: 400;
  font-size: 22px;
  color: #333333;
  line-height: 29px;
  text-align: left;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.latest-experiments {
  width: 100%;
  min-height: 0;
  height: auto;
  padding: 0 24px 48px;
  box-sizing: border-box;
  background-image: url(../image/Group\ 37269.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.latest-experiments h1 {
  font-weight: bold;
  font-size: 40px;
  color: #222222;
  line-height: 48px;
  text-align: center;
  padding-top: 64px;
  margin: 0 0 60px 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.latest-experiments .latest-experiments-card {
  width: 100%;
  max-width: 1200px;
  min-height: 0;
  border-radius: 40px;
  background-color: #fff;
  margin: 0 auto;
  padding: 8px 40px 32px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.latest-experiments .job-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 28px 0;
  border-bottom: 1px solid #e2e8f0;
}
.latest-experiments .job-row:last-child {
  border-bottom: none;
}
.latest-experiments .job-row__link {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  text-decoration: none;
  cursor: pointer;
}
.latest-experiments .job-row__link:hover, .latest-experiments .job-row__link:focus-visible {
  cursor: pointer;
}
.latest-experiments .job-row__icon {
  width: 84px;
  height: 84px;
  flex-shrink: 0;
  object-fit: contain;
  pointer-events: none;
  cursor: inherit;
}
.latest-experiments .job-row__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  flex: 1;
}
.latest-experiments .job-row__text strong {
  font-weight: 700;
  font-size: 22px;
  color: #0f172a;
  line-height: 28px;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.latest-experiments .job-row__text span {
  font-weight: 400;
  font-size: 16px;
  color: #64748b;
  line-height: 22px;
}
.latest-experiments .job-row__action {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border: 2px dashed #cbd5e1;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.latest-experiments .job-row__action-inner {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #dbeafe;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .content {
    min-height: auto;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 32px;
  }
  .content .contentText {
    margin-top: 48px;
  }
  .content .contentText h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .content .contentText p {
    font-size: 18px;
    line-height: 28px;
  }
  .research-highlights {
    padding: 48px 16px 32px;
  }
  .research-highlights .research-highlights-text h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .research-highlights .research-highlights-text p {
    font-size: 16px;
    line-height: 24px;
  }
  .research-highlights .research-highlights-image {
    margin-top: 32px;
    min-height: 220px;
    aspect-ratio: unset;
    border-radius: 24px;
  }
  .research-highlights .research-highlights-image div {
    width: calc(100% - 32px);
    margin-bottom: 16px;
  }
  .research-highlights .research-highlights-image div h4 {
    font-size: 22px;
    line-height: 30px;
  }
  .research-highlights .research-highlights-image div p {
    font-size: 16px;
    line-height: 24px;
  }
  .research-highlights .research-highlights-card {
    margin-top: 32px;
    gap: 20px;
  }
  .research-highlights .research-highlights-card .card {
    max-width: 100%;
    flex-basis: 100%;
    border-radius: 24px;
  }
  .research-highlights .research-highlights-card .card .top {
    margin: 24px 16px 12px 16px;
    max-width: calc(100% - 32px);
  }
  .research-highlights .research-highlights-card .card .top img {
    width: 64px;
    height: 64px;
  }
  .research-highlights .research-highlights-card .card .bottom {
    width: calc(100% - 32px);
    margin-bottom: 20px;
    padding: 16px;
  }
  .research-highlights .research-highlights-card .card .bottom p {
    font-size: 16px;
    line-height: 24px;
  }
  .latest-experiments {
    padding: 0 16px 32px;
  }
  .latest-experiments h1 {
    font-size: 32px;
    line-height: 40px;
    padding-top: 40px;
    margin-bottom: 32px;
  }
  .latest-experiments .latest-experiments-card {
    padding: 8px 16px 24px;
    border-radius: 24px;
  }
  .latest-experiments .job-row {
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 20px 0;
    gap: 12px;
  }
  .latest-experiments .job-row__text {
    flex: 1 1 calc(100% - 100px);
    min-width: 0;
  }
  .latest-experiments .job-row__text strong {
    font-size: 18px;
    line-height: 24px;
  }
  .latest-experiments .job-row__text span {
    font-size: 14px;
    line-height: 20px;
  }
  .latest-experiments .job-row__icon {
    width: 56px;
    height: 56px;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .content {
    min-height: auto;
    padding: 0 24px 40px;
  }
  .content .contentText {
    margin-top: 56px;
  }
  .content .contentText h1 {
    font-size: 46px;
    line-height: 56px;
  }
  .content .contentText p {
    font-size: 20px;
    line-height: 30px;
  }
  .research-highlights {
    padding: 64px 24px 48px;
  }
  .research-highlights .research-highlights-text h1 {
    font-size: 36px;
    line-height: 46px;
  }
  .research-highlights .research-highlights-text p {
    font-size: 20px;
    line-height: 28px;
  }
  .research-highlights .research-highlights-image {
    min-height: 360px;
  }
  .research-highlights .research-highlights-image div h4 {
    font-size: 30px;
    line-height: 40px;
  }
  .research-highlights .research-highlights-image div p {
    font-size: 20px;
    line-height: 28px;
  }
  .research-highlights .research-highlights-card {
    gap: 24px;
  }
  .research-highlights .research-highlights-card .card {
    flex: 1 1 calc(50% - 12px);
    max-width: calc(50% - 12px);
    min-width: 300px;
  }
  .latest-experiments {
    padding: 0 24px 40px;
  }
  .latest-experiments h1 {
    font-size: 36px;
    line-height: 46px;
  }
  .latest-experiments .latest-experiments-card {
    padding: 8px 28px 28px;
  }
  .latest-experiments .job-row__text strong {
    font-size: 20px;
    line-height: 26px;
  }
}
