.blog_banner {
  padding: 0.6rem;
  position: relative;
  max-width: 145.6rem;
  margin: 1.5rem auto;
  background: url(../img/home-banner-border.svg) no-repeat center / contain;
}
.blog_banner .blog_banner_swiper {
  overflow: hidden;
  mask: url(../img/home-banner-mask.svg) no-repeat center / contain;
}
.blog_banner .blog_banner_swiper .swiper-slide {
  position: relative;
}
.blog_banner .blog_banner_swiper .img {
  padding-bottom: 37.406217%;
}
.blog_banner .blog_banner_swiper .title {
  position: absolute;
  left: 6.859593%;
  bottom: 2.8rem;
  z-index: 2;
  color: #383838;
  font-weight: 500;
  font-size: 2rem;
  gap: 0.8rem;
  display: grid;
  align-items: start;
  grid-template-columns: auto 1fr;
}
.blog_banner .blog_banner_swiper .title::before {
  content: '';
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0.9rem;
  background: url(../img/icon-star.svg) no-repeat center / contain;
}
.blog_banner .blog_banner_swiper .btn {
  position: absolute;
  right: 8.1458%;
  bottom: 2rem;
  z-index: 2;
  transform: scale(0.8);
  transform-origin: right bottom;
}
.blog_banner .swiper_btns {
  width: calc(100% + 6.4rem)!important;
  max-width: 177.6rem!important;
}
.blog_banner div.swiper-pagination {
  position: absolute;
  bottom: 0.4rem;
  z-index: 3;
  gap: 0.8rem;
}
.blog_banner div.swiper-pagination .swiper-pagination-bullet {
  width: 1.8rem;
  height: 1.8rem;
}
.blog_main {
  padding: 3.2rem 0 6.4rem;
}
.blog_main h1 {
  color: var(--primary);
  font-size: 4rem;
  font-weight: 500;
}
.blog_main .content {
  max-width: 144.4rem;
}
.blog_main .list {
  margin-top: 7.2rem;
}
.blog_main .list ul {
  gap: 4.2rem 3.2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.blog_main .list .center {
  display: none;
}
.blog_main .list .center:has(.btn) {
  margin-top: 6rem;
  min-height: 6rem;
}
.section_banner {
  margin-bottom: 5.8rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .blog_banner {
    width: calc(100% - 8rem);
  }
  .blog_banner div.swiper-pagination {
    bottom: -1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .blog_banner {
    padding: 5px;
    margin: 14px auto;
    width: calc(100% - 26px);
  }
  .blog_banner .blog_banner_swiper .title {
    gap: 8px;
    font-size: 12px;
    bottom: 15px;
  }
  .blog_banner .blog_banner_swiper .title::before {
    width: 12px;
    height: 12px;
    margin-top: 3px;
  }
  .blog_banner .blog_banner_swiper .btn {
    transform: scale(0.8);
    transform-origin: right bottom;
  }
  .blog_banner .swiper_btns {
    width: 98%;
  }
  .blog_banner div.swiper-pagination {
    bottom: -4px;
    gap: 4px;
  }
  .blog_banner div.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .blog_main {
    padding: 20px 0 32px;
  }
  .blog_main .list {
    margin-top: 22px;
  }
  .blog_main .list ul {
    gap: 30px;
  }
}
@media screen and (max-width: 576px) {
  .blog_banner {
    border-radius: 8px;
    background: none;
    border: 1px solid var(--primary);
  }
  .blog_banner .blog_banner_swiper {
    mask: none;
    border-radius: 8px;
  }
  .blog_banner .blog_banner_swiper .img {
    padding-bottom: 108.333333%;
  }
  .blog_banner .blog_banner_swiper .head {
    margin-top: -14px;
    padding-bottom: 40px;
    text-align: center;
    background-color: #FAFAFA;
  }
  .blog_banner .blog_banner_swiper .title {
    position: relative;
    z-index: 2;
    left: 0;
    bottom: 0;
    max-width: max-content;
    margin: 0 auto;
    font-size: 18px;
  }
  .blog_banner .blog_banner_swiper .title::before {
    margin-top: 7px;
  }
  .blog_banner .blog_banner_swiper .btn {
    position: static;
    transform: scale(1);
    margin-top: 1rem;
  }
  .blog_banner .swiper_btns {
    display: none;
  }
  .blog_banner div.swiper-pagination {
    bottom: 16px;
  }
  .blog_main h1 {
    font-size: 24px;
    line-height: 1.3;
  }
  .blog_main .head .more {
    display: none;
  }
  .blog_main .list ul {
    gap: 30px;
    grid-template-columns: 1fr;
  }
  .blog_main .list .center:has(.btn) {
    display: block;
    margin-top: 30px;
    min-height: 46px;
  }
}
