.aboutPage {
  background: url('../images/in/banner_about.jpg') top center no-repeat;
  background-size: contain;
}
.aboutPage .blockTitle {
  color: #042d59;
  font-size: var(--clamp54);
  font-weight: 700;
  line-height: 1.2;
}
.aboutPage .editor {
  line-height: 1.8;
}
.aboutPage .block {
  position: relative;
  isolation: isolate;
  padding: 8% 0;
  gap: 40px;
}
.aboutPage .block .infoBox {
  width: calc(60% - 60px);
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1000px) {
  .aboutPage .block .infoBox {
    width: 100%;
  }
}
.aboutPage .block .infoBox .pic {
  width: 37%;
}
@media screen and (max-width: 1000px) {
  .aboutPage .block .infoBox .pic {
    width: 80%;
    margin: 0 auto;
  }
}
.aboutPage .block1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
}
@media screen and (max-width: 1000px) {
  .aboutPage .block1 {
    flex-direction: column;
  }
}
.aboutPage .block1 .infoBox {
  max-width: 800px;
}
.aboutPage .block2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .aboutPage .block2 {
    flex-direction: column;
  }
}
.aboutPage .block2::before {
  content: '';
  position: absolute;
  inset: 0 calc(var(--contentPadding) * -1);
  display: block;
  background: #042d59;
  z-index: -1;
}
.aboutPage .block2 .infoBox {
  width: calc(60% - 60px);
  max-width: 800px;
}
@media screen and (max-width: 1000px) {
  .aboutPage .block2 .infoBox {
    width: 100%;
  }
}
.aboutPage .block2 .blockTitle {
  color: #fff;
}
.aboutPage .block2 .blockTitle span {
  display: block;
  margin-left: 20%;
}
.aboutPage .block2 .editor {
  color: rgba(255, 255, 255, 0.7);
}
.aboutPage .block2 .pic {
  border-radius: 50px 0 50px 0;
}
.aboutPage .block3 {
  display: flex;
  flex-direction: column;
}
.aboutPage .block3 .blockTitle {
  text-align: center;
}
.aboutPage .block3 .editor {
  max-width: 875px;
  margin: 0 auto 5%;
}
.aboutPage .block3 .listBox {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 1000px) {
  .aboutPage .block3 .listBox {
    flex-wrap: wrap;
  }
}
.aboutPage .block3 .listBox .item {
  flex: 1 1 auto;
}
.aboutPage .block4 {
  display: flex;
  flex-direction: column;
  border-top: #dddddd 1px solid;
  position: relative;
  gap: 70px;
}
@media screen and (max-width: 767px) {
  .aboutPage .block4 {
    gap: 20px;
  }
}
.aboutPage .block4::before {
  content: '';
  position: absolute;
  inset: 0 calc(var(--contentPadding) * -1);
  display: block;
  background: linear-gradient(to top, #cccfd7 60%, rgba(204, 207, 215, 0) 90%);
  z-index: -1;
}
.aboutPage .block4 .blockTitle {
  text-align: center;
}
.aboutPage .block4 .listBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 10px;
}
.aboutPage .block4 .item {
  width: calc((100% - 10px * (5 - 1)) / 5);
}
@media screen and (max-width: 1000px) {
  .aboutPage .block4 .item {
    width: calc((100% - 10px * (3 - 1)) / 3);
  }
}
@media screen and (max-width: 767px) {
  .aboutPage .block4 .item {
    width: calc((100% - 10px * (2 - 1)) / 2);
  }
}
.aboutPage .block4 .item .pic {
  margin-bottom: 20px;
  isolation: isolate;
  position: relative;
  text-align: center;
}
.aboutPage .block4 .item .pic::before {
  content: '';
  position: absolute;
  aspect-ratio: 1;
  border-radius: 50%;
  width: 70%;
  background: #fff;
  filter: blur(20px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.8;
}
.aboutPage .block4 .item .pic img {
  width: auto !important;
}
.aboutPage .block4 .item .title {
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  padding: 5px;
  color: #042d59;
  background: #f8b92a;
  border-radius: 20px;
  font-size: 16px;
}

.historyPage {
  background: url('../images/in/banner_history.jpg') top center no-repeat;
  background-size: contain;
}
.historyPage .contentBox .container {
  position: relative;
  display: flex;
  flex-direction: column;
}
.historyPage .contentBox .container::before {
  content: '';
  position: absolute;
  bottom: 16px;
  height: 1px;
  left: 0;
  right: 0;
  display: block;
  background: #545454;
}
@media screen and (max-width: 1000px) {
  .historyPage .contentBox .container::before {
    display: none;
  }
}
.historyPage .contentBox .listBox {
  position: relative;
  padding: 0 170px;
  margin-bottom: -120px;
}
@media screen and (max-width: 1400px) {
  .historyPage .contentBox .listBox {
    padding: 0 80px;
  }
}
@media screen and (max-width: 1000px) {
  .historyPage .contentBox .listBox {
    padding: 0px;
    order: 2;
    margin-top: 40px;
    margin-bottom: 0px;
  }
}
.historyPage .contentBox .item {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1000px) {
  .historyPage .contentBox .item {
    flex-direction: column;
  }
}
.historyPage .contentBox .item .infoBox {
  width: calc(38% - 40px);
  padding-bottom: 150px;
}
@media screen and (max-width: 1000px) {
  .historyPage .contentBox .item .infoBox {
    padding-bottom: 0px;
    width: 100%;
  }
}
.historyPage .contentBox .item .title {
  color: #042d59;
  font-size: var(--clamp54);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .historyPage .contentBox .item .title {
    text-align: center;
    margin-bottom: 20px;
  }
}
.historyPage .contentBox .item .description {
  font-weight: 600;
  color: #545454;
  line-height: 2;
}
.historyPage .contentBox .item .pic {
  width: 62%;
}
@media screen and (max-width: 1000px) {
  .historyPage .contentBox .item .pic {
    width: 100%;
  }
}
.historyPage .swiperArrow {
  min-width: 82px;
  min-height: 82px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 1400px) {
  .historyPage .swiperArrow {
    min-width: 60px;
    min-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .historyPage .swiperArrow {
    top: 40px;
    min-width: 40px;
    min-height: 40px;
  }
}
.historyPage .swiperArrow::after {
  content: '';
  min-width: 82px;
  min-height: 82px;
  display: block;
  background: url('../images/icon/icon_arrow_swiper.svg') center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1400px) {
  .historyPage .swiperArrow::after {
    min-width: 60px;
    min-height: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .historyPage .swiperArrow::after {
    min-width: 40px;
    min-height: 40px;
  }
}
.historyPage .swiperArrow.swiper-button-prev {
  left: 0px;
}
.historyPage .swiperArrow.swiper-button-next {
  right: 0px;
}
.historyPage .swiperArrow.swiper-button-next::after {
  transform: rotate(180deg);
}
.historyPage .swiperArrow:hover::after {
  background: url('../images/icon/icon_arrow_swiper_2.svg') center no-repeat;
}
.historyPage .yearBox {
  width: 38%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .historyPage .yearBox {
    width: 100%;
  }
  .historyPage .yearBox::before {
    content: '';
    position: absolute;
    bottom: 16px;
    height: 1px;
    left: 0;
    right: 0;
    display: block;
    background: #545454;
  }
}
.historyPage .yearBox .swiper-slide {
  align-self: stretch;
  height: unset;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  padding-bottom: 17px;
  cursor: pointer;
}
.historyPage .yearBox .swiper-slide span {
  display: block;
  writing-mode: sideways-rl;
  line-height: 1;
  transform: rotate(180deg);
  color: #535353;
  font-weight: 700;
  text-align: left;
  position: relative;
  padding-top: 30px;
  height: 150px;
}
.historyPage .yearBox .swiper-slide span::before {
  content: '';
  width: 13px;
  height: 13px;
  display: block;
  border: #545454 1.5px solid;
  border-radius: 50%;
  flex-shrink: 0;
  background: #f6f6f6;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.historyPage .yearBox .swiper-slide.swiper-slide-thumb-active {
  font-size: var(--clamp24);
}
.historyPage .yearBox .swiper-slide.swiper-slide-thumb-active span {
  color: #042d59;
}
.historyPage .yearBox .swiper-slide.swiper-slide-thumb-active span::before {
  width: 32px;
  height: 32px;
  background: #f8b92a;
  border: none;
  border: 10px solid #f6f6f6;
  box-shadow: 0 0 0 1px #545454;
} /*# sourceMappingURL=about.css.map */
