header::before {
  opacity: 0.2;
}
.page_banner {
  padding-bottom: 61px;
}
.page_banner .flex {
  min-height: 458px;
}
.page_banner .head_banner {
  max-width: unset;
}
.page_banner .head_banner h1 {
  font-size: 64px;
}
.page_banner .head_banner h1::after {
  display: none;
}
.page_banner .head_banner .desc {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  color: var(--title_color);
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 29px 0 41px;
}
.page_banner .head_banner .desc::before {
  width: 30px;
  aspect-ratio: 1;
  content: '';
  display: inline-block;
  background: url("../img/icon-menu.svg") no-repeat center / contain;
}
.technical_introduce {
  padding: 116px 0 140px;
}
.technical_introduce .head {
  max-width: 744px;
}
.technical_introduce .postdetail {
  font-size: 18px;
  line-height: 32px;
  color: var(--content_color);
  font-weight: 300;
  margin-top: 44px;
}
.technical_introduce .postdetail ol {
  list-style: none;
  counter-reset: sectioncounter;
  margin-bottom: 34px;
}
.technical_introduce .postdetail ol li {
  display: inline-flex;
  gap: 11px;
  margin-bottom: 12px;
}
.technical_introduce .postdetail ol li:last-child {
  margin-bottom: 0;
}
.technical_introduce .postdetail ol li::before {
  content: '' counter(sectioncounter) '.';
  counter-increment: sectioncounter;
  color: var(--theme_color);
  font-size: 22px;
  font-weight: 600;
}
.technical_introduce .postdetail img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 16px;
  overflow: hidden;
  margin: 15px 0;
}
.technical_introduce .postdetail h3 {
  font-size: 27px;
  line-height: 35px;
  color: #161616;
  font-weight: 700;
  margin: 32px 0 24px;
}
.technical_introduce .postdetail p {
  margin-bottom: 10px;
}
.technical_gallery {
  background-color: #f5f9fc;
  overflow: hidden;
  padding: 108px 0 240px;
  position: relative;
}
.technical_gallery::before {
  position: absolute;
  content: '';
  width: 100%;
  aspect-ratio: 1920/524;
  background-image: linear-gradient(to top, #ffffff, transparent);
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.technical_gallery .technical_gallery_swiper {
  max-width: 868px;
  margin: 56px auto 0;
}
.technical_gallery .technical_gallery_swiper .swiper-slide {
  aspect-ratio: 868/506;
  background-color: #ffffff;
  border-radius: 23px;
  overflow: hidden;
  box-shadow: 0 15px 20px rgba(159, 159, 159, 0.35);
  transform: scale(0.77732854);
  transform-origin: right center;
  transition: all 0.3s;
  position: relative;
}
.technical_gallery .technical_gallery_swiper .swiper-slide:hover img {
  transform: scale(105%);
}
.technical_gallery .technical_gallery_swiper .swiper-slide::before {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  transition: all 0.3s;
  pointer-events: none;
}
.technical_gallery .technical_gallery_swiper .swiper-slide::after {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 23px;
  border: 3px solid #ffffff;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  pointer-events: none;
}
.technical_gallery .technical_gallery_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s;
  position: relative;
  z-index: -1;
}
.technical_gallery .technical_gallery_swiper .swiper-slide-active {
  transform: scale(1);
}
.technical_gallery .technical_gallery_swiper .swiper-slide-active::before {
  opacity: 0;
}
.technical_gallery .technical_gallery_swiper .swiper-slide-prev {
  transform-origin: center;
}
.technical_gallery .technical_gallery_swiper .swiper-slide-next {
  transform-origin: center;
}
.technical_gallery .swiper_btns {
  max-width: 1135px;
}
/*# sourceMappingURL=technical.css.map */