.blog_highlight {
  padding-top: 15.6rem;
  overflow: hidden;
}
.blog_highlight .swiper_btns {
  margin-bottom: 1rem;
}
.blog_highlight .blog_highlight_swiper {
  margin-top: 7rem;
  width: 82.198%;
  margin-left: auto;
  margin-right: -9.4203%;
}
.blog_highlight .blog_highlight_swiper .swiper-slide {
  position: relative;
  transition: transform 0.5s, opacity 0.4s;
  transform: translateX(100%) scale3d(0.3, 0.3, 0.3);
  opacity: 0;
  max-width: 360px;
}
.blog_highlight .blog_highlight_swiper .swiper-slide::after {
  display: block;
  content: '';
  pointer-events: none;
  padding-bottom: 173.39535567%;
}
.blog_highlight .blog_highlight_swiper .swiper-slide-next .item {
  width: 192.65117141%;
  height: 100%;
  right: 1%;
}
.blog_highlight .blog_highlight_swiper .swiper-slide-next .img {
  height: 100%;
}
.blog_highlight .blog_highlight_swiper .swiper-slide-next .img::after {
  opacity: 1;
}
.blog_highlight .blog_highlight_swiper .swiper-slide-next .info {
  padding: 0 4.8% 2%;
}
.blog_highlight .blog_highlight_swiper .swiper-slide-next .date,
.blog_highlight .blog_highlight_swiper .swiper-slide-next .title {
  color: #fff;
}
.blog_highlight .blog_highlight_swiper .swiper-slide-active {
  transform: translateX(0);
  opacity: 1;
}
.blog_highlight .blog_highlight_swiper .swiper-slide-active ~ .swiper-slide {
  transform: translateX(0);
  opacity: 1;
}
.blog_highlight .blog_highlight_swiper .swiper-slide-active .item {
  width: 109.0232753%;
  height: 100%;
  right: 95.6%;
}
.blog_highlight .blog_highlight_swiper .swiper-slide-active .img {
  height: 74.6921%;
}
.blog_highlight .blog_highlight_swiper .swiper-slide-active .btn_single {
  opacity: 1;
}
.blog_highlight .item {
  position: absolute;
  width: 100%;
  height: 81.3305%;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
}
.blog_highlight .item:hover img {
  transform: scale(1.02);
}
.blog_highlight .item .img {
  position: absolute;
  width: 100%;
  height: 68.88262%;
  transition: all 0.5s;
  border-radius: 2rem;
}
.blog_highlight .item .img::after {
  position: absolute;
  width: 100%;
  height: 30.596%;
  left: 0;
  bottom: 0;
  content: '';
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.blog_highlight .item .btn_single {
  position: absolute;
  right: 9.21%;
  top: 6%;
  opacity: 0;
}
.blog_highlight .item .btn_single::before {
  background-color: var(--secondary);
}
.blog_highlight .item .info {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 26.3%;
  overflow-y: auto;
  max-height: 13.3rem;
  transition: all 0.5s;
}
.blog_highlight .item .date {
  font-size: 1.7rem;
  color: #3f3f3f;
  opacity: 0.85;
  transition: all 0.3s;
}
.blog_highlight .item .title {
  font-size: 2.4rem;
  line-height: 3.327rem;
  font-weight: 600;
  color: #161616;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
  max-width: 43.1rem;
  margin-top: 1.7rem;
  letter-spacing: 0.025rem;
}
.blog_highlight .float {
  position: absolute;
  width: 54.5%;
  height: 66%;
  right: 104.8%;
  bottom: 0;
}
.blog_highlight .float::before {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: var(--skewX2);
  content: '';
  border-radius: 2rem;
  background-color: var(--bg);
}
.blog_main {
  padding: 18.3rem 0 16.7rem;
}
.blog_main .nav {
  margin-bottom: 1.1rem;
}
.blog_main .nav .nav_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
}
.blog_main .nav .nav_item {
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
  cursor: pointer;
  height: 100%;
  transition: all 0.3s;
  font-size: 2rem;
  font-weight: 500;
  color: #3f3f3f;
  line-height: 4.2rem;
  padding: 0 1.4rem;
}
.blog_main .nav .nav_item::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  z-index: -1;
  border-radius: 0.7rem;
  background-color: var(--primary);
  transform: var(--skewX);
  transition: all 0.3s;
  opacity: 0;
}
.blog_main .nav .nav_item.active,
.blog_main .nav .nav_item:hover {
  color: #fff;
}
.blog_main .nav .nav_item.active::before,
.blog_main .nav .nav_item:hover::before {
  opacity: 1;
}
.blog_main .list {
  margin-top: 5.9rem;
}
.blog_main .list ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(35rem, 100%), 1fr));
  gap: 5.2rem 2.3913%;
}
.blog_main p.center:has(.btn) {
  margin-top: 7.1rem;
  min-height: 6.4rem;
}
.blog_main p.center:has(.btn) .btn {
  padding: 0 3.9rem;
  gap: 2.2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .blog_highlight .item .info {
    height: 23%;
  }
  .blog_highlight .item .title {
    margin-top: 0.5rem;
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .blog_highlight {
    padding: 50px 0;
  }
  .blog_highlight .swiper_btns {
    margin-bottom: 0;
  }
  .blog_highlight .blog_highlight_swiper {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }
  .blog_highlight .blog_highlight_swiper .swiper-slide {
    transform: translateX(0);
    opacity: 1;
    max-width: 277px;
  }
  .blog_highlight .blog_highlight_swiper .swiper-slide::after {
    display: none;
  }
  .blog_highlight .blog_highlight_swiper .swiper-slide .item {
    position: static;
    width: 100%;
    height: 100%;
    right: 0;
  }
  .blog_highlight .blog_highlight_swiper .swiper-slide .img {
    position: relative;
    height: auto;
    padding-bottom: 118.6%;
  }
  .blog_highlight .blog_highlight_swiper .swiper-slide .info {
    position: static;
    height: auto;
    max-height: unset;
    margin-top: 20px;
    padding: 0;
  }
  .blog_highlight .blog_highlight_swiper .swiper-slide .info .date {
    color: #3f3f3f;
  }
  .blog_highlight .blog_highlight_swiper .swiper-slide .info .title {
    color: #161616;
  }
  .blog_highlight .item .img {
    border-radius: 10px;
  }
  .blog_highlight .item .info .date {
    font-size: 14px;
  }
  .blog_highlight .item .info .title {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px;
    letter-spacing: unset;
  }
  .blog_highlight .item .btn_single {
    opacity: 1;
  }
  .blog_main {
    padding: 50px 0;
  }
  .blog_main .nav {
    margin-bottom: 0;
    max-width: 100%;
  }
  .blog_main .nav .nav_list {
    width: calc(100% + 60px);
    margin: 0 -30px;
    padding: 0 30px;
    flex-wrap: nowrap;
    gap: 10px;
    white-space: nowrap;
    overflow-x: auto;
  }
  .blog_main .nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .blog_main .nav .nav_item {
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
  }
  .blog_main .list {
    margin-top: 30px;
  }
  .blog_main .list ul {
    grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
    gap: 30px 16px;
  }
  .blog_main p.center:has(.btn) {
    margin-top: 40px;
    min-height: 42px;
  }
  .blog_main p.center:has(.btn) .btn {
    padding: 0 20px;
    gap: 12px;
  }
}
@media screen and (max-width: 576px) {
  .blog_main .nav .nav_list {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
  }
}
