.blog_banner .flex {
  min-height: 77.1rem;
  padding: 6rem 0;
}
.blog_banner .head {
  flex: 1;
  max-width: 61.1rem;
  padding-bottom: 3.5%;
}
.blog_banner p {
  font-size: 2.2rem;
  line-height: 3.2rem;
  color: var(--content_color);
  opacity: 0.85;
  margin-top: 2.8rem;
  max-width: 51rem;
}
.blog_banner .btn {
  margin-top: 4.9rem;
}
.blog_show {
  padding: 8.9rem 0 4.75rem;
}
.blog_show .blog_show_swiper {
  padding-top: 5.9rem;
}
.blog_show .flex {
  flex-wrap: wrap;
  height: 100%;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 7px 20px rgba(159, 159, 159, 0.09);
}
.blog_show .flex:hover img {
  transform: scale(1.02);
}
.blog_show .flex .img {
  width: 51.35%;
  padding-bottom: 37%;
  margin-top: -5.9rem;
  border-radius: 12px;
}
.blog_show .flex .info {
  flex: 1;
  padding: 7.6rem 4.2% 8.3rem;
}
.blog_show .flex strong {
  font-size: 2.8rem;
  line-height: 4.2rem;
  font-weight: 600;
  display: block;
}
.blog_show .flex p {
  line-height: 2.8rem;
  color: #3d3d3d;
  margin-top: 2.1rem;
  max-width: 47.75rem;
}
.blog_show .flex .btn_line {
  display: inline-flex;
  align-items: center;
  gap: 1.9rem;
  padding: 1.9rem 3.8rem;
  margin-top: 3.6rem;
}
.blog_show .flex .btn_line::after {
  width: 1.3rem;
  height: 1.3rem;
  display: inline-block;
  content: '';
  background: url("../img/arrow-r-b.svg") no-repeat center / contain;
  transition: all 0.3s;
}
.blog_show .flex .btn_line:hover::after {
  filter: contrast(0) brightness(2);
  transform: translateX(20%);
}
.blog_show .swiper_btns_circle {
  max-width: 163.4rem;
  top: 55.5%;
}
.blog_show .swiper_btns_circle div {
  width: 5.7rem;
  height: 5.7rem;
  border: 1px solid #222222;
  background-color: transparent;
}
.blog_show .swiper_btns_circle div::after {
  width: 1.4rem;
  background-image: url("../img/arrow-l-b.svg");
  filter: unset;
}
.blog_show .swiper_btns_circle div:hover {
  background-color: var(--theme_color);
  border-color: var(--theme_color);
}
.blog_show .swiper_btns_circle div:hover::after {
  filter: contrast(0) brightness(2);
}
.blog_main {
  padding: 4.75rem 0 9.3rem;
}
.blog_main .select {
  flex: 1;
  max-width: 28.3rem;
  margin-top: -0.9rem;
}
.blog_main .select select {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #e4e4e4;
  font-size: 1.8rem;
  font-weight: 500;
  color: #222222;
  display: block;
  background: url(../img/icon-sel.svg) no-repeat center right 2.8rem / 0.8rem;
  padding: 1.7rem 4.5rem 1.6rem 2.6rem;
}
.blog_main .list {
  margin-top: 4.4rem;
}
.blog_main .list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7.2rem 2.986111%;
}
.blog_main p.center:has(.btn_line) {
  margin-top: 7.1rem;
  min-height: 6.3rem;
}
/*# sourceMappingURL=blog.css.map */