.about-body {
  background: #f3f3f3;
}

.about-us .about-ftitle {
  font-size: 24px;
  color: #ff6e05;
}
.about-us .about-title {
  font-size: 72px;
  color: #333;
  line-height: 85px;
  font-weight: bold;
}
.about-us .title-center {
  text-align: center;
}
.about-us .about-profile {
  margin-top: 200px;
  display: flex;
  gap: 30px;
  align-items: flex-start;
  justify-content: space-between;
}
.about-us .about-profile .about-profile-cnt {
  padding: 0 20px;
  box-sizing: border-box;
  width: 45%;
}
.about-us .about-profile .about-profile-text {
  font-size: 18px;
  color: #666;
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin-top: 40px;
}
.about-us .about-profile .about-profile-text p {
  text-indent: 2em;
}
.about-us .about-profile .about-profile-img {
  width: 55%;
  display: flex;
  justify-content: flex-end;
}
.about-us .about-profile .about-profile-img img {
  width: 100%;
  max-width: 749px;
}
.about-us .about-purnote {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
.about-us .about-purnote img {
  width: 100%;
}
.about-us .about-list {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-us .about-list .about-list-cnt {
  display: flex;
  gap: 30px;
  margin-top: 70px;
}
.about-us .about-list .about-list-li {
  position: relative;
  background: #fff;
  padding: 30px 25px 60px;
  border-radius: 10px;
  box-sizing: border-box;
  width: 33.3333%;
  overflow: hidden;
}
.about-us .about-list .about-list-li:after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, #2c7bc0 0%, #2c7bc0 72%, #ff7a0a 72%, #ff7a0a 100%);
}
.about-us .about-list .about-list-li .about-list-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: 9;
  background: #ff7a0a;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  box-sizing: border-box;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.about-us .about-list .about-list-li .about-list-hover.from-top {
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  width: 100%;
  height: 0;
}
.about-us .about-list .about-list-li .about-list-hover.from-right {
  top: 0;
  bottom: auto;
  right: 0;
  left: auto;
  width: 0;
  height: 100%;
}
.about-us .about-list .about-list-li .about-list-hover.from-bottom {
  bottom: 0;
  top: auto;
  left: 0;
  right: auto;
  width: 100%;
  height: 0;
}
.about-us .about-list .about-list-li .about-list-hover.from-left {
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  width: 0;
  height: 100%;
}
.about-us .about-list .about-list-li .about-list-hover.is-active, .about-us .about-list .about-list-li .about-list-hover.is-entering, .about-us .about-list .about-list-li .about-list-hover.is-leaving {
  visibility: visible;
}
.about-us .about-list .about-list-li .about-list-hover.is-entering {
  opacity: 1;
  transition: none;
}
.about-us .about-list .about-list-li .about-list-hover.is-active {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: width 0.42s cubic-bezier(0.22, 1, 0.36, 1), height 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease;
}
.about-us .about-list .about-list-li .about-list-hover.is-leaving {
  opacity: 0;
  transition: width 0.42s cubic-bezier(0.22, 1, 0.36, 1), height 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease, visibility 0s linear 0.42s;
}
.about-us .about-list .about-list-li .about-list-hover.is-leaving.from-top {
  height: 0;
}
.about-us .about-list .about-list-li .about-list-hover.is-leaving.from-right {
  width: 0;
}
.about-us .about-list .about-list-li .about-list-hover.is-leaving.from-bottom {
  height: 0;
}
.about-us .about-list .about-list-li .about-list-hover.is-leaving.from-left {
  width: 0;
}
.about-us .about-list .about-list-li .about-list-hover .about-list-title, .about-us .about-list .about-list-li .about-list-hover .about-list-ftitle {
  color: #fff;
}
.about-us .about-list .about-list-li .about-list-hover .about-list-ftitle {
  margin-bottom: 40px;
}
.about-us .about-list .about-list-li .about-list-hover .about-hover-text p {
  margin-top: 10px;
}
.about-us .about-list .about-list-li .about-list-hover .about-hover-img {
  display: flex;
  justify-content: flex-end;
}
.about-us .about-list .about-icon {
  display: flex;
  justify-content: flex-end;
}
.about-us .about-list .about-img {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
.about-us .about-list .about-img img {
  width: 260px;
  height: 260px;
  border-radius: 50%;
}
.about-us .about-list .about-list-title {
  font-size: 36px;
  color: #2c7bc0;
  margin-top: 10px;
}
.about-us .about-list .about-list-ftitle {
  font-size: 16px;
  color: #2c7bc0;
}
.about-us .about-process {
  margin-top: 120px;
  padding: 90px 0 70px;
  background: #0f5d92;
  overflow: hidden;
  text-align: center;
}
.about-us .about-process .about-process-ftitle {
  color: rgba(255, 255, 255, 0.92);
  font-size: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.about-us .about-process .about-process-title {
  color: #fff;
  margin-top: 10px;
  font-size: 72px;
  line-height: 1.1;
  font-weight: 700;
}
.about-us .about-process-panel {
  width: 100%;
  max-width: 1450px;
  margin: 70px auto 0;
  box-sizing: border-box;
}
.about-us .about-process-main {
  position: relative;
  padding: 0 72px;
  overflow: hidden;
  box-sizing: border-box;
}
.about-us .about-process-swiper {
  width: 100%;
  max-width: 1306px;
  margin: 0 auto;
  overflow: visible;
}
.about-us .about-process-swiper .swiper-slide {
  width: 33.3333%;
  padding: 26px 0 36px;
  box-sizing: border-box;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.about-us .about-process-card {
  min-height: 210px;
  padding: 42px 36px 34px;
  border-radius: 18px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.6);
  margin: 0 -44px;
  transform: scale(0.78);
  transform-origin: center center;
  transition: transform 0.45s ease, background 0.45s ease, color 0.45s ease, opacity 0.45s ease, box-shadow 0.45s ease;
  opacity: 0.5;
}
.about-us .about-process-year {
  font-size: 54px;
  line-height: 1;
}
.about-us .about-process-desc {
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.8;
}
.about-us .about-process-swiper .swiper-slide-active {
  z-index: 3;
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.about-us .about-process-swiper .swiper-slide-active .about-process-card {
  background: #fff;
  color: #205b8b;
  transform: scale(1.24);
  opacity: 1;
  box-shadow: 0 22px 60px rgba(7, 37, 63, 0.22);
}
.about-us .about-process-swiper .swiper-slide-prev,
.about-us .about-process-swiper .swiper-slide-next {
  z-index: 2;
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.about-us .about-process-swiper .swiper-slide-prev .about-process-card,
.about-us .about-process-swiper .swiper-slide-next .about-process-card {
  opacity: 0.72;
}
.about-us .about-process-arrow {
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  margin-top: -23px;
  border: 2px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  cursor: pointer;
  z-index: 5;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.about-us .about-process-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-top: -6px;
}
.about-us .about-process-arrow:hover {
  transform: translateY(-2px);
}
.about-us .about-process-arrow.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}
.about-us .about-process-prev {
  left: 0;
}
.about-us .about-process-prev:before {
  margin-left: -4px;
  transform: rotate(-135deg);
}
.about-us .about-process-next {
  right: 0;
}
.about-us .about-process-next:before {
  margin-left: -8px;
  transform: rotate(45deg);
}
.about-us .about-process-timeline {
  position: relative;
  margin-top: 46px;
  padding-top: 28px;
  overflow: hidden;
}
.about-us .about-process-timeline:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 8px;
  height: 1px;
  background: rgba(255, 255, 255, 0.34);
}
.about-us .about-process-timeline-track {
  display: inline-flex;
  align-items: flex-start;
  gap: 130px;
  width: max-content;
  padding: 0 calc(50% - 44px);
  transition: transform 0.45s ease;
  will-change: transform;
}
.about-us .about-process-point {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0;
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  min-width: 88px;
}
.about-us .about-process-point span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  transition: all 0.3s ease;
}
.about-us .about-process-point em {
  font-style: normal;
  font-size: 20px;
  white-space: nowrap;
}
.about-us .about-process-point.is-active {
  color: #fff;
}
.about-us .about-process-point.is-active span {
  width: 18px;
  height: 18px;
  background: transparent;
  border: 3px solid #fff;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .about-us .about-process {
    padding: 72px 20px 60px;
  }
  .about-us .about-process-main {
    padding: 0 54px;
  }
  .about-us .about-process-swiper .swiper-slide {
    width: 50%;
    opacity: 1;
    visibility: visible;
  }
  .about-us .about-process-card {
    margin: 0 -28px;
    transform: scale(0.88);
  }
  .about-us .about-process-swiper .swiper-slide-active .about-process-card {
    transform: scale(1.14);
  }
  .about-us .about-process-timeline-track {
    gap: 90px;
  }
}
@media (max-width: 768px) {
  .about-us .about-process {
    margin-top: 80px;
    padding: 56px 16px 48px;
  }
  .about-us .about-process .about-process-ftitle {
    font-size: 18px;
  }
  .about-us .about-process .about-process-title {
    font-size: 44px;
    line-height: 1.1;
  }
  .about-us .about-process-panel {
    margin-top: 42px;
  }
  .about-us .about-process-main {
    padding: 0 44px;
  }
  .about-us .about-process-swiper .swiper-slide {
    width: 100%;
    padding: 18px 0 24px;
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
  }
  .about-us .about-process-swiper .swiper-slide-active .about-process-card {
    transform: scale(1);
  }
  .about-us .about-process-card {
    min-height: 180px;
    padding: 28px 24px;
    margin: 0;
    transform: scale(1);
  }
  .about-us .about-process-year {
    font-size: 36px;
  }
  .about-us .about-process-desc {
    font-size: 16px;
    line-height: 1.75;
  }
  .about-us .about-process-arrow {
    width: 38px;
    height: 38px;
    margin-top: -19px;
  }
  .about-us .about-process-timeline {
    overflow-x: auto;
    padding-bottom: 6px;
  }
  .about-us .about-process-timeline-track {
    gap: 40px;
    padding: 0 calc(50% - 34px);
  }
  .about-us .about-process-point em {
    font-size: 15px;
  }
}

/*# sourceMappingURL=about.css.map */
