.blog_banner {
  overflow: hidden;
}
.blog_banner .flex {
  height: 105vh;
  max-height: 95.3rem;
  min-height: max-content;
  padding: 14rem 0 9.5rem;
}
.blog_banner .head {
  flex: 1;
  max-width: 65rem;
  padding-top: 3.5%;
}
.blog_banner form {
  display: grid;
  grid-template-columns: 1fr auto;
  border-radius: 100px;
  background-color: #fff;
  max-width: 51rem;
  margin-top: 4.5rem;
  padding-right: 0.4rem;
}
.blog_banner form input {
  font-size: 1.8rem;
  font-weight: 600;
  display: block;
  width: 100%;
  background-color: transparent;
  padding: 0 2rem;
}
.blog_banner form input[type=submit] {
  color: #fff;
  border-radius: 100px;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  height: 6rem;
  text-align: center;
  transition: all 0.3s;
  min-width: 16.3rem;
  margin: 0.4rem 0;
}
.blog_banner form input[type=submit]:hover {
  background-color: transparent;
  color: var(--primary);
}
.blog_banner .img {
  width: 69.93%;
  height: auto;
  margin-right: -15.79%;
  align-self: flex-end;
  margin-left: -5%;
}
.blog_banner .img:hover img {
  transform: scale(1.02);
}
.blog_related {
  padding: 14.1rem 0 6.8rem;
}
.blog_related .container {
  display: grid;
  grid-template-columns: 51.286% 1fr;
  align-items: center;
  border-radius: 1.6rem;
  background-color: #fff;
  box-shadow: 0 1rem 1.5rem rgba(159, 159, 159, 0.09);
}
.blog_related .rt {
  padding: 1rem 1.6rem;
}
.blog_related .blog_related_swiper {
  overflow: hidden;
  border-radius: 1.6rem;
}
.blog_related .blog_related_swiper .img {
  display: block;
  padding-bottom: 77.5766%;
}
.blog_related .blog_related_swiper .img:hover img {
  transform: scale(1.02);
}
.blog_related .list li + li {
  margin-top: 0.4rem;
}
.blog_related .list .active a {
  background-color: var(--primary);
  color: #fff;
}
.blog_related .list .active .metas {
  color: #fff;
}
.blog_related .list .active .title::after {
  filter: contrast(0) brightness(2);
}
.blog_related .list a {
  height: 100%;
  display: block;
  transition: all 0.3s;
  border-radius: 1.6rem;
  padding: 3.5rem 9.69% 3rem 7.85%;
}
.blog_related .list .metas {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  color: #3f3f3f;
  opacity: 0.85;
  transition: all 0.3s;
  gap: 0.9rem;
}
.blog_related .list .metas .cat {
  margin-right: 2px;
}
.blog_related .list .title {
  position: relative;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  hyphens: auto;
  margin-top: 1.4rem;
  padding-right: 21%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.blog_related .list .title::after {
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  right: 0;
  top: 44%;
  content: '';
  background: url("../img/arrow2.svg") no-repeat center / contain;
  transform: translateY(-50%) rotate(180deg);
  filter: contrast(0) brightness(0);
  transition: all 0.3s;
}
.blog_main {
  padding: 6.8rem 0 16.1rem;
}
.blog_main .subtitle {
  margin-bottom: -0.8rem;
}
.blog_main select {
  display: block;
  width: 24rem;
  height: 6.3rem;
  border-radius: 100px;
  border: 1px solid #8a8a8a;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--title);
  background: url("../img/icon-select-b.svg") no-repeat center right 3rem/1.7rem #fff;
  padding: 0 5rem 1px 2.5rem;
  margin-bottom: 2.1rem;
}
.blog_main .list {
  margin-top: 2.9rem;
}
.blog_main .list ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(40rem, 100%), 1fr));
  gap: 8rem 2.43%;
}
.blog_main p.center:has(.btn_line) {
  margin-top: 6.2rem;
  min-height: 6.9rem;
}
.blog_main p.center:has(.btn_line) .btn_line {
  min-width: 22.1rem;
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  .blog_banner .img {
    width: 50%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .blog_banner .flex {
    height: auto;
    min-height: unset;
    max-height: unset;
    padding: 50px 0;
  }
  .blog_banner .head {
    padding: 0;
    width: 100%;
  }
  .blog_banner form {
    margin-top: 20px;
    padding-right: 4px;
  }
  .blog_banner form input {
    font-size: 14px;
    padding: 0 20px;
  }
  .blog_banner form input[type=submit] {
    min-width: 120px;
    margin: 4px 0;
    height: 42px;
  }
  .blog_banner .img {
    margin: 0;
    width: 50%;
  }
  .blog_related {
    padding: 50px 0;
  }
  .blog_related .container {
    border-radius: 10px;
  }
  .blog_related .rt {
    padding: 16px;
  }
  .blog_related .blog_related_swiper {
    border-radius: 10px;
  }
  .blog_related .list li + li {
    margin-top: 10px;
  }
  .blog_related .list a {
    border-radius: 10px;
    padding: 20px;
  }
  .blog_related .list .metas {
    font-size: 14px;
    gap: 8px;
  }
  .blog_related .list .metas .cat {
    margin-right: 0;
  }
  .blog_related .list .title {
    font-size: 18px;
    margin-top: 10px;
  }
  .blog_related .list .title::after {
    width: 14px;
    height: 14px;
  }
  .blog_main {
    padding: 50px 0;
  }
  .blog_main select {
    width: 180px;
    height: 46px;
    font-size: 14px;
    padding: 0 40px 0 20px;
    margin-bottom: 0;
    background-size: 14px;
    background-position: right 20px center;
  }
  .blog_main .list {
    margin-top: 30px;
  }
  .blog_main .list ul {
    grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
    gap: 30px 16px;
  }
  .blog_main p.center:has(.btn_line) {
    margin-top: 40px;
    min-height: 42px;
  }
  .blog_main p.center:has(.btn_line) .btn_line {
    min-width: 120px;
  }
}
@media screen and (max-width: 576px) {
  .blog_banner .img {
    width: 100%;
    order: -1;
  }
  .blog_related .container {
    display: block;
  }
}
/*# sourceMappingURL=blog.css.map */