/* 关于我们页面样式 */
.aboutus-banner-container {
  width: 100%;
  height: calc(100vh - 9rem);
}
.aboutus-banner-container .banner-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.aboutus-banner-container .banner-item .banner-item-bg {
  height: 100%;
  position: relative;
}
.aboutus-banner-container .banner-item .banner-item-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.aboutus-banner-container .banner-item .banner-item-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutus-banner-container .banner-item-content {
  position: absolute;
  bottom: 50%;
  left: 23.6rem;
}
.aboutus-banner-container .banner-item-content .main-text {
  letter-spacing: 0.1rem;
  font-size: 6.8rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  margin-top: 0;
  margin-bottom: 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* 视频Banner样式 */
.video-banner-container {
  width: 100%;
  height: calc(100vh + 900px);
  position: relative;
}
.video-banner-container .overlay-banner-wrapper {
  position: sticky;
  top: 0;
  display: flex;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  font-size: 60px;
  line-height: 1.5;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}
.video-banner-container .overlay-banner-wrapper-inner {
  position: absolute;
  top: 0;
  z-index: 3;
  display: flex;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  font-size: 60px;
  line-height: 1.5;
  background-color: #fff;
  mix-blend-mode: lighten;
  will-change: auto;
}
.video-banner-container .scroll-icon {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}
.video-banner-container .scroll-icon img {
  width: 100px;
}
.video-banner-container .video-banner-video-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-banner-container .video-banner-video-container .video-banner-video {
  width: 100%;
  height: 100%;
}
.video-banner-container .video-banner-video-container video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.video-banner-container .video-banner-video-container .cover-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video-banner-container .video-banner-video-container .cover-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 关于我们轮播图样式 */
.aboutus-slider {
  width: 100%;
  height: 100vh;
}
.aboutus-slider .aboutus-slider-wrapper {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
  z-index: 2;
}
.aboutus-slider .aboutus-slider-slide {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  inset: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  position: absolute;
  transform: scale(1, 0);
  transform-origin: top center;
}
.aboutus-slider .aboutus-slider-slide:nth-child(1) {
  transform: scale(1, 1);
}
.aboutus-slider .aboutus-slider-slide .aboutus-slider-slide-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutus-slider .aboutus-slider-slide:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.aboutus-slider .aboutus-slider-content {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80rem;
  height: 45rem;
  z-index: 3;
  backdrop-filter: blur(12px);
}
.aboutus-slider .aboutus-slider-content .aboutus-slider-content-item {
  width: 100%;
  height: 100%;
  padding: 4rem 16rem 4rem 4rem;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
.aboutus-slider
  .aboutus-slider-content
  .aboutus-slider-content-item:nth-child(1) {
  opacity: 1;
  visibility: visible;
}
.aboutus-slider .aboutus-slider-content .aboutus-slider-content-item-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.aboutus-slider .aboutus-slider-content .aboutus-slider-content-item-text p {
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
  letter-spacing: 0.1rem;
  height: 28.8rem;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aboutus-slider .aboutus-slider-content .aboutus-slider-content-bottom {
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aboutus-slider
  .aboutus-slider-content
  .aboutus-slider-content-bottom
  .aboutus-slider-content-bottom-date {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
}
.aboutus-slider .aboutus-slider-pagination {
  position: absolute;
  bottom: 4rem;
  right: 16rem;
  width: auto;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  z-index: 3;
}
.aboutus-slider .aboutus-slider-pagination .aboutus-slider-pagination-dot {
  width: 2rem;
  height: 2rem;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4) inset;
  border-radius: 50%;
  cursor: pointer;
}
.aboutus-slider
  .aboutus-slider-pagination
  .aboutus-slider-pagination-dot.active {
  background-color: rgba(255, 255, 255, 1);
}
.aboutus-slider
  .aboutus-slider-pagination
  .aboutus-slider-pagination-dot:nth-child(1) {
  background-color: rgba(255, 255, 255, 1);
}

/* 公司理念 */
.company-philosophy-container {
  min-height: 112rem;
  z-index: 7;
  width: 100%;
  position: relative;
}
.company-philosophy-container .mask {
  pointer-events: none;
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.08) 70%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.company-philosophy-container .group {
  position: relative;
}
.company-philosophy-container .group .swiper-slide {
  width: 61.8rem;
  height: 80.6rem;
  border-radius: clamp(6px, 2rem, 2rem);
  overflow: hidden;
  user-select: none;
  opacity: 1;
}
.company-philosophy-container .group .swiper-slide .box {
  width: 100%;
  height: 100%;
}
.company-philosophy-container .group .swiper-slide .box .photo {
  width: 100%;
  height: 100%;
}
.company-philosophy-container .group .swiper-slide .box .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company-philosophy-container .group .swiper-slide .box .photo:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 42%,
    rgba(0, 0, 0, 0.9) 100%
  );
}
.company-philosophy-container .group .swiper-slide .msg {
  position: absolute;
  bottom: 15rem;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 0 4.8rem;
  opacity: 0;
}
.company-philosophy-container .group .swiper-slide .msg h3 {
  font-size: 2.8rem;
  line-height: 3.8rem;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
}
.company-philosophy-container .group .swiper-slide .msg p {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 400;
}
.company-philosophy-container .group .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.company-philosophy-container .group .swiper-slide.swiper-slide-active .msg {
  opacity: 1;
}
.company-philosophy-container .group .swiper-slide.swiper-slide-next,
.company-philosophy-container .group .swiper-slide.swiper-slide-prev {
  opacity: 1;
}
.company-philosophy-container .waterBox {
  z-index: 15;
  pointer-events: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 10rem;
}
.company-philosophy-container .waterBox::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  background-color: #fff;
}
.company-philosophy-container .waterBox .water {
  width: 100%;
  height: 22rem;
  max-height: 100vh;
  margin: 0;
  display: block;
}
.company-philosophy-container .waterBox .water .parallax > use {
  animation: 4s linear 2s infinite move-forever;
}

/* 荣誉 */
.honor-container {
  position: relative;
  background-size: cover;
}
.honor-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../image/honor_bg.webp') no-repeat bottom center;
  background-size: cover;
}
.honor-container .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.honor-container .col {
  width: calc(50% - 4rem);
  z-index: 6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 6rem;
  padding-left: 16rem;
  padding-bottom: 25rem;
  display: flex;
}
.honor-container .col .items > li {
  padding-bottom: 4.8rem;
  display: none;
}
.honor-container .col .items > li .title {
  opacity: 0;
  margin-bottom: 3.2rem;
  margin-top: 0;
  line-height: 3.6rem;
  font-size: 2.4rem;
  font-weight: 500;
  color: rgba(0, 113, 227, 1);
}
.honor-container .col .items > li .title b {
  color: inherit;
  letter-spacing: -0.05em;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 0;
}
.honor-container .col .items > li .content {
  opacity: 1;
  font-size: 2.2rem;
  line-height: 3.2rem;
  color: rgba(102, 102, 102, 1);
  margin-top: 0;
  margin-bottom: 0;
}
.honor-container .col .items > li.active {
  display: block;
}
.honor-container .set {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0.68rem;
  display: flex;
  position: absolute;
  top: -6rem;
  right: 16rem;
}
.honor-container .set > a {
  width: 11.6rem;
  height: 4.8rem;
  background: rgba(0, 113, 227, 0.2);
  border-radius: 4.8rem;
  margin-right: 1.6rem;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: rgba(0, 113, 227, 1);
}
.honor-container .set > a:hover,
.honor-container .set > a.active {
  background-color: rgba(0, 113, 227, 1);
  color: #fff;
}
.honor-container .set svg {
  width: 24px;
  height: 24px;
}
.honor-container .swiper {
  width: calc(50% + 4rem);
  z-index: 7;
  position: relative;
  mask: linear-gradient(
    -90deg,
    transparent 14%,
    #000 34%,
    #000 95%,
    transparent 100%
  );
  padding: 7.5rem 5rem 25rem 5rem;
  position: relative;
}
.honor-container .swiper .swiper-wrapper {
  grid-auto-flow: column;
  display: grid;
}
.honor-container .swiper .swiper-wrapper .swiper-slide {
  width: 17.7083vw;
  height: 26.0417vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
.honor-container .swiper .swiper-wrapper .swiper-slide img {
  transform-origin: center;
  object-fit: contain;
  width: 100%;
  transition: all 0.5s;
  transform: scale(0.68);
  transform-origin: 0%;
}
.honor-container .swiper .swiper-wrapper .swiper-slide.swiper-slide-next img {
  transform-origin: center;
}
.honor-container .swiper .swiper-wrapper .swiper-slide.swiper-slide-active img {
  transform-origin: 50%;
  transform: scale(1);
  box-shadow: 0px 0.2rem 1.8rem 2.2rem rgba(171, 171, 171, 0.21);
}

/* 发展历程 */
.journey-container .inner {
  padding: 16rem;
}
.journey-container .inner .group .years {
  position: relative;
}
.journey-container .inner .group .years li {
  color: rgba(38, 38, 38, 0.06);
  text-align: center;
  opacity: 0;
  font-size: 57.6rem;
  font-weight: 700;
  line-height: 0.8;
  transition: opacity 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-family: en;
}
.journey-container .inner .group .years li:first-of-type {
  position: relative;
}
.journey-container .inner .group .years li.on {
  opacity: 1;
}
.journey-container .inner .group .lineItems {
  position: relative;
}
.journey-container .inner .group .lineItems img {
  object-fit: cover;
  width: calc(100% - 14.5rem);
  margin: auto;
  display: block;
}
.journey-container .inner .group .lineItems .items {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  height: 100%;
  position: absolute;
  top: 0;
}
.journey-container .inner .group .lineItems .items .lists {
  cursor: pointer;
  width: 14.5rem;
  height: 14.5rem;
  position: relative;
}
.journey-container .inner .group .lineItems .items .lists:before {
  content: '';
  opacity: 1;
  border: 1px dashed rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  width: 6.5rem;
  height: 6.5rem;
  transition: opacity 0.5s ease-in-out;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.journey-container .inner .group .lineItems .items .lists:first-of-type {
  transform: translateY(-38%);
}
.journey-container .inner .group .lineItems .items .lists:nth-of-type(2) {
  transform: translateY(-32%);
}
.journey-container .inner .group .lineItems .items .lists:nth-of-type(3) {
  transform: translateY(18%);
}
.journey-container .inner .group .lineItems .items .lists:nth-of-type(4) {
  transform: translateY(40%);
}
.journey-container .inner .group .lineItems .items .lists:nth-of-type(5) {
  transform: translateY(-38%);
}
.journey-container .inner .group .lineItems .items .lists:nth-of-type(6) {
  transform: translateY(-15%);
}
.journey-container .inner .group .lineItems .items .lists:nth-of-type(7) {
  transform: translateY(38%);
}
.journey-container .inner .group .lineItems .items .lists:nth-of-type(8) {
  transform: translateY(38%);
}
.journey-container .inner .group .lineItems .items .lists > .wc {
  text-align: center;
  letter-spacing: -0.01em;
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-variation-settings: 'wght' 600;
  font-family: en;
  font-weight: 400;
  font-size: 4.8rem;
  transition: transform 0.5s ease-in-out, background-color 0.5s ease-in-out,
    box-shadow 0.5s ease-in-out;
  display: flex;
  transform: scale(0.36);
  color: #fff;
}
.journey-container .inner .group .lineItems .items .lists .dot {
  pointer-events: none;
  opacity: 0;
  background-color: rgba(0, 113, 227, 1);
  width: 1px;
  height: 40rem;
  margin: 0 auto;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  position: absolute;
  bottom: calc(100% + 0.1rem);
  left: 0;
  right: 0;
  transform: translateY(-0.3rem);
}
.journey-container .inner .group .lineItems .items .lists .dot::before {
  content: '';
  background: rgba(0, 113, 227, 1);
  border-radius: 50%;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 0;
  left: -5px;
}
.journey-container .inner .group .lineItems .items .lists .msg {
  pointer-events: none;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100rem;
  height: 40rem;
  padding: 0 6.6rem;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  display: flex;
  position: absolute;
  bottom: calc(100% + 1rem);
  left: 50%;
  transform: translate(3rem);
}
.journey-container .inner .group .lineItems .items .lists .msg h3 {
  font-size: 5.2rem;
  line-height: 5.2rem;
  color: rgba(0, 0, 0, 1);
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 3.2rem;
}
.journey-container .inner .group .lineItems .items .lists .msg p {
  font-size: 2.4rem;
  line-height: 2.4rem;
  color: rgba(19, 18, 18, 1);
  font-weight: 400;
  margin: 0;
}
.journey-container .inner .group .lineItems .items .lists.on > span {
  background-color: rgba(0, 113, 227, 1);
  transform: scale(1);
  box-shadow: -59px 32px 100px 20px rgba(0, 68, 162, 0.2);
}
.journey-container .inner .group .lineItems .items .lists.on .dot {
  opacity: 1;
  transform: translate(0, 0);
}
.journey-container .inner .group .lineItems .items .lists.on .msg {
  opacity: 1;
  transform: translate(0, 0);
}
/* 媒体查询 */
@media screen and (min-width: 1920px) {
  .company-philosophy-container {
    height: 50vw;
  }
  .company-philosophy-container .group .swiper-slide {
    width: 31.5vw;
    height: auto;
    aspect-ratio: 6.18/8.06;
  }
  .journey-container .inner .group .years li {
    font-size: 30vw;
  }
  .journey-container .inner .group .lineItems .items .lists:first-of-type {
    transform: translateY(calc(-38% - 0.4vw));
  }
  .journey-container .inner .group .lineItems .items .lists:nth-of-type(3) {
    transform: translateY(calc(18% + 0.8vw));
  }
  .journey-container .inner .group .lineItems .items .lists:nth-of-type(4) {
    transform: translateY(calc(40% + 0.8vw));
  }
  .journey-container .inner .group .lineItems .items .lists:nth-of-type(5) {
    transform: translateY(calc(-38% - 0.8vw));
  }
  .journey-container .inner .group .lineItems .items .lists:nth-of-type(6) {
    transform: translateY(calc(-15% - 0.8vw));
  }
  .journey-container .inner .group .lineItems .items .lists:nth-of-type(8) {
    transform: translateY(calc(38% + 0.6vw));
  }
}

@media screen and (min-width: 768px) {
  .journey-container .inner .group .lineItems .items .lists.right .msg {
    text-align: right;
    align-items: flex-end;
    left: auto;
    right: 50%;
  }
}

@media screen and (max-width: 998px) {
  .aboutus-banner-container {
    height: calc(100vh - 60px);
  }
  /* 980 */
  .company-philosophy-container {
    padding-top: 5%;
    min-height: 80rem;
  }
  .company-philosophy-container .group {
    padding-top: 5%;
  }
  .company-philosophy-container .group .swiper-slide {
    width: calc(61.8rem * 0.75);
    height: calc(80.6rem * 0.75);
  }
  .company-philosophy-container .group .swiper-slide .msg {
    bottom: 12rem;
  }
  .company-philosophy-container .waterBox {
    padding-bottom: 7.5rem;
  }
  .company-philosophy-container .waterBox::before {
    height: 10rem;
  }
  .company-philosophy-container .waterBox .water {
    height: 10rem;
  }
  .company-philosophy-container .waterBox .water .parallax > use {
    animation: none;
  }

  .honor-container .inner {
    padding-bottom: 4rem;
  }
  .honor-container .col {
    width: calc(50% - 4rem);
    padding-left: 5%;
    padding-bottom: 4rem;
  }
  .honor-container .set {
    right: 5%;
  }
  .honor-container .swiper {
    padding: 7.5rem 5rem 4rem 5rem;
  }

  .journey-container {
    padding: 0;
  }
  .journey-container .inner {
    padding: 10% 5%;
  }
  .journey-container .inner .group .years li {
    font-size: 34vw;
  }
  .journey-container .inner .group .lineItems {
    margin-top: 5%;
  }
  .journey-container .inner .group .lineItems .items .lists {
    width: 12rem;
    height: 12rem;
  }
  .journey-container .inner .group .lineItems .items .lists > .wc {
    transform: scale(0.45);
  }
  .journey-container .inner .group .lineItems .items .lists:first-of-type {
    transform: translateY(-20%);
  }
  .journey-container .inner .group .lineItems .items .lists:nth-of-type(4) {
    transform: translateY(35%);
  }
  .journey-container .inner .group .lineItems .items .lists:nth-of-type(5) {
    transform: translateY(-24%);
  }
  .journey-container .inner .group .lineItems .items .lists:nth-of-type(7) {
    transform: translateY(30%);
  }
  .journey-container .inner .group .lineItems .items .lists:nth-of-type(8) {
    transform: translateY(30%);
  }
  .journey-container .inner .group .lineItems .items .lists .dot {
    height: 25vw;
  }
  .journey-container .inner .group .lineItems .items .lists .msg {
    height: 25vw;
    width: 50vw;
    padding: 0 3.2vw;
  }
  .journey-container .inner .group .lineItems .items .lists .msg h3 {
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 1vw;
  }
  .journey-container .inner .group .lineItems .items .lists .msg p {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .aboutus-banner-container {
    height: calc(70vw - 60px);
  }
  .aboutus-banner-container .banner-item-content {
    left: 10%;
    right: 10%;
    transform: translateY(50%);
  }
  .aboutus-banner-container .banner-item-content .main-text {
    font-size: 3rem;
  }

  .video-banner-container {
    height: 60vw;
  }
  .video-banner-container .overlay-banner-wrapper {
    position: relative;
    height: 100%;
    pointer-events: auto;
  }
  .video-banner-container .overlay-banner-wrapper-inner,
  .video-banner-container .scroll-icon {
    display: none;
  }
  .video-banner-container .video-banner-video-container {
    position: relative;
    height: 100%;
  }

  .aboutus-slider .aboutus-slider-content {
    width: 100%;
    height: 316px;
  }
  .aboutus-slider .aboutus-slider-content .aboutus-slider-content-item {
    padding: 20px 5%;
  }
  .aboutus-slider .aboutus-slider-content .aboutus-slider-content-item-text p {
    font-size: 18px;
    line-height: 26px;
    height: 234px;
    -webkit-line-clamp: 10;
  }
  .aboutus-slider .aboutus-slider-content .aboutus-slider-content-bottom {
    height: 4rem;
  }
  .aboutus-slider
    .aboutus-slider-content
    .aboutus-slider-content-bottom
    .aboutus-slider-content-bottom-date {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .aboutus-slider .aboutus-slider-pagination {
    right: 5%;
    bottom: 20px;
  }

  .company-philosophy-container {
    padding-top: 5%;
    min-height: 68rem;
  }
  .company-philosophy-container .group {
    padding-top: 8%;
  }
  .company-philosophy-container .group .swiper-slide {
    width: calc(61.8rem * 0.65);
    height: calc(80.6rem * 0.65);
  }
  .company-philosophy-container .group .swiper-slide .msg {
    bottom: 5rem;
  }
  .company-philosophy-container .waterBox {
    padding-bottom: 1rem;
  }
  .company-philosophy-container .waterBox::before {
    height: 1rem;
  }
  .company-philosophy-container .waterBox .water {
    height: 8rem;
  }
  .company-philosophy-container .waterBox .water .parallax > use {
    animation: none;
  }

  .honor-container .inner {
    flex-direction: column;
  }
  .honor-container .col {
    width: 100%;
    padding-left: 5%;
    padding-bottom: 4rem;
    overflow: hidden;
  }
  .honor-container .set {
    top: -5rem;
    right: 5%;
  }
  .honor-container .swiper {
    width: 100%;
    padding: 2rem 5% 6rem;
    mask: linear-gradient(
      -90deg,
      transparent 7%,
      #000 20%,
      #000 95%,
      transparent 100%
    );
  }
  .honor-container .swiper .swiper-wrapper .swiper-slide {
    width: 35vw;
    height: 50vw;
  }
  .honor-container .swiper .swiper-wrapper .swiper-slide img {
    transform: scale(0.75);
  }
  .honor-container
    .swiper
    .swiper-wrapper
    .swiper-slide.swiper-slide-active
    img {
    transform: scale(1);
    box-shadow: 0 0 10px 10px rgba(171, 171, 171, 0.21);
  }

  .journey-container .inner {
    padding: 10% 5% 15%;
    overflow: hidden;
  }
  .journey-container .inner .group .years li {
    font-size: 38vw;
  }
  .journey-container .inner .group .lineItems img {
    opacity: 0;
    height: 15rem;
  }
  .journey-container .inner .group .lineItems .items {
    grid-auto-flow: column;
    width: 100%;
    margin-left: 0;
    display: grid;
    position: relative;
    top: auto;
    bottom: auto;
    left: 0;
  }
  .journey-container .inner .group .lineItems .items .lists {
    cursor: pointer;
    width: 14.5rem !important;
    height: 14.5rem !important;
    position: relative;
    transform: translateY(0) !important;
  }
  .journey-container .inner .group .lineItems .items .lists:before {
    content: '';
    opacity: 1;
    border: 1px dashed rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    transition: opacity 0.5s ease-in-out;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .journey-container .inner .group .lineItems .items .lists .dot {
    height: 75px;
  }
  .journey-container .inner .group .lineItems .items .lists .msg {
    text-align: center;
    align-items: center;
    width: 80vw;
    height: auto;
    bottom: calc(100% + 75px);
    left: calc(50% - 40vw);
    padding: 0;
    margin-bottom: 4px;
  }
  .journey-container .inner .group .lineItems .items .lists .msg h3 {
    font-size: 2.8rem;
    line-height: 4rem;
    margin-bottom: 0.5rem;
  }
  .journey-container .inner .group .lineItems .items .lists .msg p {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .journey-container .inner .group .lineItems .items .lists.on > span,
  .journey-container
    .inner
    .group
    .lineItems
    .items
    .lists.swiper-slide-active
    > span {
    background-color: rgba(0, 113, 227, 1);
    transform: scale(1);
    box-shadow: -30px 16px 50px 10px rgba(0, 68, 162, 0.2);
  }
}

.gradient-title {
  font-size: 4.8rem;
  font-weight: 500;
  color: rgba(226, 236, 226, 1);
  line-height: 5.8rem;
}

@media screen and (max-width: 998px) {
  .gradient-title {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
}
@media screen and (max-width: 768px) {
  .gradient-title {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
