.home_products {
  padding: 5rem 0 6.3rem;
}
.home_products .head {
  flex: 1;
  padding-left: 10.8%;
}
.home_products .btn_line {
  margin-bottom: -0.6rem;
}
.home_products .nav_list {
  display: flex;
  border-bottom: 1px solid #cecece;
  flex-wrap: wrap;
  margin-top: 2.1rem;
}
.home_products .nav_list li {
  width: 20%;
  width: auto;
  flex: auto;
  min-width: max-content;
}
.home_products .nav_list .nav_item {
  position: relative;
  display: block;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  color: #707070;
  transition: all 0.3s;
  cursor: pointer;
  padding: 1.8rem 2rem;
}
.home_products .nav_list .nav_item::after {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: var(--theme_color);
  content: '';
  transition: all 0.3s;
  opacity: 0;
}
.home_products .nav_list .nav_item.active,
.home_products .nav_list .nav_item:hover {
  color: var(--theme_color);
}
.home_products .nav_list .nav_item.active::after,
.home_products .nav_list .nav_item:hover::after {
  opacity: 1;
}
.home_products .list {
  display: none;
  margin-top: 3.4rem;
}
.home_products .list.active {
  display: block;
}
.home_products .list ul {
  display: grid;
  grid-template-columns: 25.1875% repeat(2, 1fr);
  gap: 1.9rem 2.4rem;
}
.home_products .list a {
  display: block;
  height: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.home_products .list a:hover img {
  transform: scale(1.02);
}
.home_products .list .info {
  position: absolute;
  left: 0;
  top: 2.5rem;
  bottom: 2rem;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 5.1% 0 5.3%;
}
.home_products .list .info > div {
  flex: 1;
}
.home_products .list .info::-webkit-scrollbar {
  width: 5px;
}
.home_products .list .info::-webkit-scrollbar-thumb {
  background: #888888;
  border-radius: 10px;
}
.home_products .list h3 {
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 600;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.home_products .list h3::after {
  display: block;
  content: '';
  background-color: #cecece;
  width: 4.3rem;
  height: 2px;
  border-radius: 100px;
  margin-top: 0.9rem;
  transition: all 0.3s;
}
.home_products .list p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #606060;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 1.1rem;
}
.home_products .list .item.active h3::after {
  background-color: var(--theme_color);
}
.home_products .list .item.active i {
  transform: translateX(0);
  opacity: 1;
}
.home_products .list .item a {
  background-image: linear-gradient(to bottom, #e5e8ea, #ffffff 51.676%, #e5e8ea);
}
.home_products .list .item .img {
  width: 50%;
  padding-bottom: 43.38%;
  margin-left: auto;
  margin-right: 12%;
}
.home_products .list .item i {
  width: 3.8rem;
  height: 3.8rem;
  display: block;
  content: '';
  border-radius: 50%;
  background: url("../img/arrow-r3.svg") no-repeat center / 34.211% var(--theme_color);
  margin-left: auto;
  transition: all 0.4s, opacity 0.3s;
  transform: translateX(20%);
  opacity: 0;
  flex-shrink: 0;
}
.home_products .list .item p {
  max-width: 16rem;
}
.home_products .list .left {
  grid-area: span 2;
}
.home_products .list .left .img {
  width: 100%;
  padding-bottom: 128.29%;
}
.home_products .list .left .info {
  padding: 0 8.8% 0 6.8%;
  bottom: 2.6rem;
}
.home_products .list .left h3 {
  color: #fff;
  -webkit-line-clamp: 2;
}
.home_products .list .left h3::after {
  background-color: var(--theme_color);
  margin-top: 2.5rem;
}
.home_products .list .left p {
  opacity: 0.85;
  color: #fff;
  font-weight: 300;
  margin-top: 1.9rem;
  -webkit-line-clamp: 6;
}
.home_products .list .left .link {
  display: inline-flex;
  margin-left: auto;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.7rem;
  font-weight: 600;
  align-items: center;
  gap: 1rem;
}
.home_products .list .left .link::after {
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
  content: '';
  background: url("../img/arrow-r2.svg") no-repeat center / contain;
  transition: all 0.3s;
}
.home_products .list .left .link:hover::after {
  transform: translateX(20%);
}
.home_blog {
  padding: 6.7rem 0 3.5rem;
}
.home_blog .head {
  flex: 1;
  padding-left: 10.8%;
}
.home_blog .btn_line {
  margin-bottom: -0.9rem;
}
.home_blog .swiper_box {
  overflow: hidden;
}
.home_blog .home_blog_swiper {
  max-width: 51.1rem;
  margin: 4.4rem auto 0;
}
.home_blog .home_blog_swiper .swiper-slide {
  transform-origin: left top;
  transition: all 0.3s;
  transform: scale(0.83333);
}
.home_blog .home_blog_swiper .swiper-slide-active {
  transform: scale(1);
  transform-origin: center;
}
.home_blog .home_blog_swiper .swiper-slide-next {
  transform-origin: right top;
}
.home_blog .home_blog_swiper .swiper-slide-next ~ .swiper-slide {
  transform-origin: right top;
}
.home_blog div.swiper_btns {
  max-width: 68.3rem;
  top: 42%;
}
.home_blog .swiper_btns div {
  width: 5.7rem;
  height: 5.7rem;
}
