.banner {
  aspect-ratio: unset;
}

.banner .myswiper_1 {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner .myswiper_1 .swiper-slide .content {
  position: relative;
}

.banner .myswiper_1 .swiper-slide .content .img {
  width: 100%;
  height: auto;
  display: block;
}

.banner .myswiper_1 .swiper-slide .content .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: Moderat-Medium;
  width: 100%;
  text-align: center;
}

.banner .myswiper_1 .swiper-slide .content .text .p1 {
  font-size: 14px;
  line-height: 24px;
}

.banner .myswiper_1 .swiper-slide .content .text .p2 {
  font-size: 56px;
  line-height: 64px;
  margin: auto;
  letter-spacing: 2px;
  max-width: 782px;
  margin-top: 10px;
  margin-bottom: 35px;
}

.banner .myswiper_1 .swiper-slide .content .text .p3 {
  font-family: Moderat-Light;
  font-size: 17px;
  line-height: 30px;
  max-width: 535px;
  letter-spacing: 1px;
  margin: auto;
}

.banner .myswiper_1 .swiper-pagination {
  bottom: 30px !important;
}

.banner .myswiper_1 .swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border: 1px solid #8a8b89;
  opacity: 1;
  background: transparent;
}

.banner .myswiper_1 .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #FFF;
  background: #FFF;
}

.title_1 {
  font-family: Moderat-Light;
  font-size: 38px;
  line-height: 1;
  padding-top: 118px;
  color: #000;
  text-align: center;
  padding-bottom: 0;
}

.title_2 {
  font-family: Moderat-Light;
  margin: auto;
  letter-spacing: 0px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  padding-top: 24px;
  text-align: center;
  max-width: 966px;
}

.knowMore {
  margin: auto;
  margin-top: 70px;
  font-family: Moderat-Light;
  font-size: 14px;
  width: 200px;
  height: 55px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 30px;
  display: flex;
  align-items: center;
  vertical-align: baseline;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.knowMore .text {
  line-height: 1;
  color: #000;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
}

.knowMore .text::selection {
  background: transparent;
}

.knowMore .icon path {
  transition: all 0.3s ease-in-out;
}

.knowMore:hover {
  background: #bc0710;
  border-color: #FFF;
}

.knowMore:hover .text {
  color: #FFF;
}

.knowMore:hover .icon path {
  fill: #FFF;
}

.who_we_are .venture_capital {
  margin-top: 72px;
  background-size: cover;
  background-position: center top;
  height: 400px;
}

.who_we_are .venture_capital .bg {
  display: none;
}

.who_we_are .venture_capital .swiper-wrapper {
  display: flex;
}

.who_we_are .venture_capital .swiper-wrapper .item {
  max-width: 190px;
  border-left: 1px solid #FFF;
  width: 16.66%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}

.who_we_are .venture_capital .swiper-wrapper .item:nth-child(1) {
  border-left: 0;
}

.who_we_are .venture_capital .swiper-wrapper .item .title {
  font-family: Moderat-Medium;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  position: relative;
}

.who_we_are .venture_capital .swiper-wrapper .item .title::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  width: 50px;
  max-width: 0;
  transform: translateX(-50%);
  height: 1px;
  background: #FFF;
  transition: all 0.5s ease-in-out;
}

.who_we_are .venture_capital .swiper-wrapper .item .text {
  max-width: 0;
  overflow: hidden;
  font-family: Moderat-Light;
  font-size: 16px;
  line-height: 24px;
  max-height: 0;
  letter-spacing: 0px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.who_we_are .venture_capital .swiper-wrapper .ventActive {
  flex: 1;
  max-width: 100%;
}

.who_we_are .venture_capital .swiper-wrapper .ventActive .title {
  white-space: nowrap;
  font-size: 24px;
  padding-bottom: 24px;
}

.who_we_are .venture_capital .swiper-wrapper .ventActive .title::after {
  max-width: 100%;
}

.who_we_are .venture_capital .swiper-wrapper .ventActive .text {
  max-width: 349px;
  width: 349px;
  padding-top: 26px;
  max-height: 100%;
  opacity: 1;
}

.process .processContent {
  margin-top: 67px;
  display: flex;
  justify-content: space-between;
}

.process .processContent .item {
  width: 19.12%;
  aspect-ratio: 109 / 100;
  height: auto;
  background: #f1f1f1;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.process .processContent .item .icon {
  display: block;
  margin: auto;
  margin-top: 30%;
}

.process .processContent .item .text {
  font-family: Moderat-Medium;
  max-width: 155px;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  margin: auto;
  text-align: center;
  margin-top: 25px;
}

.process .processContent .item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 26px;
  background-color: #FFF;
  clip-path: polygon(0 15%, 100% 50%, 0 85%, 0 50%);
  transition: all 0.3s ease-in-out;
}

.process .processContent .item::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 26px;
  background-color: #f1f1f1;
  clip-path: polygon(0 15%, 100% 50%, 0 85%, 0 50%);
  transition: all 0.3s ease-in-out;
}

.process .processContent .item:hover {
  background: #bc0710;
}

.process .processContent .item:hover .icon path {
  fill: #FFFFFF;
}

.process .processContent .item:hover .text {
  color: #FFF;
}

.process .processContent .item:hover::after {
  background-color: #bc0710;
}

.process .processContent .itemActive {
  background: #bc0710;
}

.process .processContent .itemActive .text {
  color: #FFF;
}

.process .processContent .itemActive::after {
  background-color: #bc0710;
}

.portfolio {
  position: relative;
  margin-top: 128px;
  aspect-ratio: 1920 / 560;
}

.portfolio .myContainer {
  display: flex;
  justify-content: flex-end;
}

.portfolio .content {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  max-width: 48.63%;
  min-height: 280px;
  width: 100%;
  padding-bottom: 90px;
}

.portfolio .content .img {
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: block;
  object-fit: cover;
  height: 100%;
  width: auto;
  min-width: 100vw;
}

.portfolio .content .describe .title_1 {
  text-align: left;
}

.portfolio .content .describe .title_2 {
  padding-top: 50px;
  text-align: left;
  letter-spacing: 0px;
}

.portfolio .content .flex {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.portfolio .content .flex .knowMore {
  background: #bc0710;
  border: 0;
  margin-left: 0;
  margin-right: 0;
}

.portfolio .content .flex .knowMore .text {
  color: #FFF;
}

.portfolio .content .flex .knowMore .icon path {
  fill: #FFF;
}

.portfolio .content .flex .knowMore:hover {
  background: #FFF;
}

.portfolio .content .flex .knowMore:hover .text {
  color: #bc0710;
}

.portfolio .content .flex .knowMore:hover .icon path {
  fill: #bc0710;
}

.team .myContainer {
  transform: translateY(-80px);
  overflow: visible;
}

.team .myContainer .card {
  width: 100%;
  border-radius: 18px;
  background: #FFF;
  min-height: 200px;
  display: flex;
  justify-content: center;
  box-shadow: 0px 10px 20px 0px rgba(227, 227, 227, 0.34);
}

.team .myContainer .card .item {
  display: flex;
  align-items: center;
}

.team .myContainer .card .item .icon {
  width: 50px;
  height: 50px;
  display: block;
  margin-right: 36px;
}

.team .myContainer .card .item .num {
  font-family: DINPro-Light;
  display: flex;
  align-items: flex-end;
}

.team .myContainer .card .item .num .t {
  font-size: 50px;
  line-height: 1;
  margin-right: 16px;
  color: #c1272d;
  font-weight: bold;
}

.team .myContainer .card .item .num .point {
  font-size: 14px;
  color: #c1272d;
}

.team .myContainer .card .item .describe {
  font-family: Moderat-Light;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  max-width: 178px;
  margin-left: 25px;
}

.team .myContainer .card .item:first-child {
  margin-right: 140px;
}

.team .myContainer .title_2 {
  max-width: 892px;
}

.team .myContainer .swiper {
  padding-top: 52px;
  position: relative;
}

.team .myContainer .swiper .myswiper_2 {
  margin-top: 52px;
  max-width: 980px;
  margin: auto;
  box-shadow: 0px 10px 20px 8px rgba(227, 227, 227, 0.34);
  border-radius: 20px;
  border: solid 1px #eeeeee;
  min-height: 395px;
  overflow: hidden;
}

.team .myContainer .swiper .myswiper_2 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 48px 0;
}

.team .myContainer .swiper .myswiper_2 .swiper-slide .avatar {
  max-width: 250px;
  height: auto;
  display: block;
}

.team .myContainer .swiper .myswiper_2 .swiper-slide .describe {
  padding-left: 66px;
}

.team .myContainer .swiper .myswiper_2 .swiper-slide .describe .name {
  font-size: 24px;
  font-family: Moderat-Light;
  font-size: 24px;
  color: #000;
  line-height: 1;
}

.team .myContainer .swiper .myswiper_2 .swiper-slide .describe .tag {
  width: 230px;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #c1272d;
  font-family: Moderat-Light;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #c1272d;
  margin-top: 26px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.team .myContainer .swiper .myswiper_2 .swiper-slide .describe .tag:hover {
  background: #c1272d;
  color: #FFF;
}

.team .myContainer .swiper .myswiper_2 .swiper-slide .describe .advantage {
  margin-top: 35px;
}

.team .myContainer .swiper .myswiper_2 .swiper-slide .describe .advantage .item {
  font-family: Moderat-Light;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}

.team .myContainer .swiper .swiper-button-prev_2 {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  width: 12px;
  height: 20px;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/prev.png);
}

.team .myContainer .swiper .swiper-button-next_2 {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 12px;
  height: 20px;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/next.png);
}

.team .myContainer .smallSwiper {
  max-width: 430px;
  padding-top: 40px;
  margin: auto;
  overflow: hidden;
}

.team .myContainer .smallSwiper .swiper-slide {
  cursor: pointer;
}

.team .myContainer .smallSwiper .avatar {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.3s;
}

.contactUs {
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  min-height: 380px;
}

.contactUs .title {
  font-family: Moderat-Light;
  font-size: 36px;
  line-height: 60px;
  text-align: center;
  padding-top: 148px;
}

.contactUs .knowMore {
  margin-top: 34px;
  background-color: #c1272d;
  border: 0;
}

.contactUs .knowMore .text {
  color: #FFF;
}

.contactUs .knowMore .icon path {
  fill: #FFF;
}

.contactUs .knowMore:hover {
  background-color: #FFF;
}

.contactUs .knowMore:hover .text {
  color: #c1272d;
}

.contactUs .knowMore:hover .icon path {
  fill: #c1272d;
}

@media (max-width: 1024px) {
  .title_1 {
    font-size: 22px;
    padding-top: 8%;
    padding-bottom: 0;
  }
  .title_2 {
    font-size: 14px;
  }
  .who_we_are .venture_capital .swiper-wrapper .ventActive .text {
    max-width: 100%;
  }
  .banner .myswiper_1 .swiper-slide .content .text {
    width: 90.5%;
  }
  .banner .myswiper_1 .swiper-slide .content .text .p2 {
    font-size: 35px;
    line-height: 1.3;
  }
  .banner .myswiper_1 .swiper-slide .content .text .p3 {
    font-size: 15px;
  }
  .portfolio .content {
    padding-bottom: 5%;
    max-width: 80%;
  }
  .portfolio .content .img {
    object-fit: cover;
    height: 100%;
    width: auto;
  }
  .team {
    padding-bottom: 5%;
  }
  .team .myContainer {
    transform: translateY(0);
  }
  .team .myContainer .card .item:first-child {
    margin-right: 0;
  }
  .team .myContainer .swiper .myswiper_2 .swiper-slide .describe {
    padding-left: 5%;
    max-width: 48%;
  }
  .contactUs .title {
    font-size: 32px;
    line-height: 1.2;
  }
}

@media (max-width: 860px) {
  .banner {
    margin-top: 56px;
  }
}

@media (max-width: 768px) {
  .knowMore {
    margin-top: 5%;
    width: 150px;
    height: 40px;
  }
  .banner .myswiper_1 .swiper-slide .content .text {
    top: 0;
    transform: translate(-50%, 0);
  }
  .banner .myswiper_1 .swiper-slide .content .text .p1 {
    padding-top: 60px;
  }
  .banner .myswiper_1 .swiper-slide .content .text .p2 {
    margin-bottom: 20px;
  }
  .banner .myswiper_1 .swiper-slide .content .text .p3 {
    font-size: 14px;
    line-height: 1.2;
  }
  .banner .myswiper_1 .swiper-slide .content .img {
    min-height: 280px;
    object-fit: cover;
  }
  .who_we_are .venture_capital {
    margin-top: 10%;
    background-image: none !important;
    position: relative;
    overflow: hidden;
  }
  .who_we_are .venture_capital .bg {
    display: block;
    width: 150%;
    position: absolute;
    height: 100%;
    background-size: cover;
  }
  .who_we_are .venture_capital .swiper-wrapper .item {
    width: 100%;
    max-width: 100%;
  }
  .who_we_are .venture_capital .swiper-wrapper .ventActive {
    flex: none;
  }
  .who_we_are .venture_capital .swiper-wrapper .ventActive .title {
    font-size: 18px;
    padding-bottom: 3%;
  }
  .who_we_are .venture_capital .swiper-wrapper .ventActive .text {
    padding-top: 3%;
    font-size: 14px;
  }
  .process .processContent {
    overflow-x: scroll;
    scrollbar-width: none;
    margin-top: 6%;
  }
  .process .processContent .item {
    flex-shrink: 0;
    width: 32.3%;
    margin-right: 3%;
  }
  .portfolio {
    margin-top: 8%;
  }
  .portfolio .content .describe .title_2 {
    padding-top: 3%;
  }
  .team {
    padding-bottom: 10%;
  }
  .team .myContainer .card {
    flex-direction: column;
    align-items: center;
  }
  .team .myContainer .card .item {
    margin-top: 3%;
  }
  .team .myContainer .card .item:last-child {
    margin-bottom: 3%;
  }
  .team .myContainer .swiper .myswiper_2 {
    box-shadow: none;
  }
  .team .myContainer .swiper .myswiper_2 .swiper-slide {
    flex-direction: column;
  }
  .team .myContainer .swiper .myswiper_2 .swiper-slide .avatar {
    margin-bottom: 5%;
    max-width: 60%;
  }
  .team .myContainer .swiper .myswiper_2 .swiper-slide .describe {
    max-width: 90.5%;
  }
  .team .myContainer .swiper .myswiper_2 .swiper-slide .describe .name {
    font-size: 20px;
  }
  .team .myContainer .swiper .myswiper_2 .swiper-slide .describe .tag {
    margin-top: 5%;
  }
  .team .myContainer .swiper .myswiper_2 .swiper-slide .describe .advantage {
    margin-top: 5%;
  }
  .team .myContainer .swiper .myswiper_2 .swiper-slide .describe .advantage .item {
    font-size: 14px;
    line-height: 1.2;
  }
  .team .myContainer .swiper .swiper-button-prev_2 {
    display: none;
  }
  .team .myContainer .swiper .swiper-button-next_2 {
    display: none;
  }
  .contactUs {
    min-height: 280px;
  }
  .contactUs .title {
    padding-top: 8%;
  }
}

@media (max-width: 576px) {
  .banner .myswiper_1 .swiper-slide .content .text .p1 {
    padding-top: 20px;
  }
  .banner .myswiper_1 .swiper-slide .content .text .p2 {
    font-size: 22px;
  }
  .process .processContent .item {
    flex-shrink: 0;
    width: 42.3%;
  }
  .process .processContent .item .text {
    line-height: 1.2;
    margin-top: 5%;
  }
  .team .myContainer .card .item .icon {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
  .team .myContainer .card .item .num .t {
    font-size: 32px;
    margin-right: 10px;
  }
  .team .myContainer .card .item .describe {
    font-size: 14px;
    line-height: 1.3;
  }
  .contactUs {
    background-attachment: unset;
  }
  .contactUs .title {
    padding-top: 20%;
    font-size: 25px;
  }
}
