.licensePage {
  margin-top: 60px;
  margin-bottom: 60px;
  width: 100%;
  max-width: 1240px;
  display: flex;
  flex-flow: column;
  justify-content: start;
}
.licensePage > .BigTitle {
  aspect-ratio: 1240/94;
  max-height: 94px;
  width: 100%;
  display: inline-flex;
}

.licensePage > .Brdiv1 {
  width: 100%;
  height: 60px;
}

.licenseSwiper {
  max-width: 1240px;
  overflow: hidden;
  padding-bottom: 88px;
  position: relative;
}

.licenseSwiper > .licePageBox {
  justify-content: space-between;
}

.licePageBox > .licPicBox {
  flex: 1;
  display: flex;
  height: 312px;
  padding: 30px;
  max-width: 218px;
  border-radius: 10px;
  background-color: #323232;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.licPicBox > img {
  max-width: 144px;
}

.licePageBox > .licPicBox:nth-child(3) ~ .licPicBox {
  max-width: 354px;
}

.licePageBox > .licPicBox:nth-child(3) ~ .licPicBox > img {
  max-width: 280px;
}
.licPicBox > span {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0em;
  color: #ffffff;
}

.licenseSwiper > .swiper-buttonBox {
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 102px;
  height: 52px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  transition: all 0.5s ease;
}

#prevButton,
#nextButton {
  background-image: url(../../res/images/solution/left.svg);
  background-size: cover;
  aspect-ratio: 1/1;
  height: 36px;
}
#nextButton {
  background-image: url(../../res/images/solution/right.svg);
}

#prevButton.show {
  background-image: url(../../res/images/solution/left-in.svg);
}
#nextButton.show {
  background-image: url(../../res/images/solution/right-in.svg);
}

@media screen and (max-width: 1240px) {
  .licenseSwiper > .swiper-buttonBox {
    right: 20px;
  }
  .licensePage {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    max-width: unset;
    display: flex;
    justify-content: start;
  }
  .licensePage > .BigTitle {
    aspect-ratio: 426/64;
    max-height: 64px;
    width: 100%;
    display: inline-flex;
  }

  .licensePage > .Brdiv1 {
    width: 100%;
    height: 20px;
  }
}
