.aboutUs-banner img {
  width: 100%;
}
.kbStory {
  padding-bottom: 100px;
}
.kbStory .kbStoryContent {
  box-sizing: border-box;
  padding: 70px 120px;
  background-color: #000;
  border-radius: 10px;
  position: relative;
  top: -40px;
}
.kbStory .kbStoryContent .kbStoryContentTop {
  display: flex;
  justify-content: space-between;
}
.kbStory .kbStoryContent .kbStoryContentTop > div:first-of-type {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
}
.kbStory .kbStoryContent .kbStoryContentTop > div:first-of-type span {
  display: inline-block;
  font-size: 72px;
  color: #df3532;
  height: 40px;
  line-height: 1;
}
.kbStory .kbStoryContent .kbStoryContentTop > div:last-of-type {
  font-size: 132px;
  height: 40px;
  color: #df3532;
  line-height: 1;
}
.kbStory .kbStoryContent > div:last-of-type {
  color: #fff;
}
.kbStory .aboutUs-swiper {
  overflow: hidden;
  margin-top: 100px;
}
.kbStory .aboutUs-swiper .swiper-slide > div {
  padding: 0 110px 0 60px;
  display: flex;
}
.kbStory .aboutUs-swiper .swiper-slide > div > div:first-of-type {
  flex-shrink: 0;
}
.kbStory .aboutUs-swiper .swiper-slide > div > div:last-of-type {
  width: 100%;
  padding-left: 110px;
  padding-top: 70px;
}
.kbStory .aboutUs-swiper .swiper-slide > div > div:last-of-type > div:first-of-type {
  font-size: 63px;
  font-weight: 900;
  line-height: 1;
}
.kbStory .aboutUs-swiper .swiper-slide > div > div:last-of-type > div:first-of-type span {
  color: #df3532;
}
.kbStory .aboutUs-swiper .swiper-slide > div > div:last-of-type > div:nth-of-type(2) {
  margin-top: 30px;
  font-size: 24px;
  color: #000000;
}
.kbStory .aboutUs-swiper .swiper-slide > div > div:last-of-type > div:nth-of-type(3) {
  width: 100%;
  height: 7px;
  background-color: #000;
  margin-top: 10px;
  margin-bottom: 30px;
}
.kbStory .aboutUs-swiper .swiper-slide > div > div:last-of-type > div:last-of-type {
  font-size: 16px;
  color: #434242;
}
.kbStory .timeLine {
  border-bottom: 1px solid #b5b5b5;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  margin: 40px 0;
}
.kbStory .timeLine > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transform: translateY(7px);
  cursor: pointer;
}
.kbStory .timeLine > div > div {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
.kbStory .timeLine > div > div > div {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #b5b5b5;
  background-color: #fff;
}
.kbStory .timeLine .active {
  transform: translateY(20px);
}
.kbStory .timeLine .active > div {
  width: 40px;
  height: 40px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: #df3532;
}
.kbStory .timeLine .active > div > div {
  transform: translateY(0);
}
@media screen and (max-width: 749px) {
  .kbStory {
    padding-bottom: 50px;
  }
  .kbStory .kbStoryContent {
    box-sizing: border-box;
    padding: 20px 10px;
    top: -60px;
  }
  .kbStory .kbStoryContent .kbStoryContentTop > div:first-of-type {
    font-size: 24px;
  }
  .kbStory .kbStoryContent .kbStoryContentTop > div:first-of-type span {
    font-size: 40px;
  }
  .kbStory .kbStoryContent .kbStoryContentTop > div:last-of-type {
    font-size: 70px;
  }
  .kbStory .kbStoryContent > div:last-of-type {
    font-size: 12px;
    margin-top: 10px;
  }
  .kbStory .aboutUs-swiper {
    overflow: hidden;
    margin-top: -20px;
  }
  .kbStory .aboutUs-swiper .swiper-slide > div {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .kbStory .aboutUs-swiper .swiper-slide > div > div:first-of-type {
    flex-shrink: 0;
  }
  .kbStory .aboutUs-swiper .swiper-slide > div > div:last-of-type {
    width: 100%;
    padding: 10px;
  }
  .kbStory .aboutUs-swiper .swiper-slide > div > div:last-of-type > div:first-of-type {
    font-size: 36px;
  }
  .kbStory .aboutUs-swiper .swiper-slide > div > div:last-of-type > div:first-of-type span {
    color: #df3532;
  }
  .kbStory .aboutUs-swiper .swiper-slide > div > div:last-of-type > div:nth-of-type(2) {
    font-size: 24px;
    color: #000000;
    margin-top: 10px;
  }
  .kbStory .aboutUs-swiper .swiper-slide > div > div:last-of-type > div:nth-of-type(3) {
    height: 4px;
    margin-bottom: 10px;
  }
  .kbStory .aboutUs-swiper .swiper-slide > div > div:last-of-type > div:last-of-type {
    font-size: 14px;
    color: #434242;
  }
}
