.post_banner {
  background: url("../img/postbanner.webp") no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 123px 0 110px;
}
.post_banner h1 {
  font-size: 52px;
  font-weight: 500;
  color: #fff;
  text-transform: unset;
}
.post_main {
  padding-bottom: 140px;
}
.post_main .breadcrumbs {
  padding: 24px 0;
  background-color: #eeeeee;
  margin: 0 auto;
}
.post_main .breadcrumbs > span {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 1692px;
  padding: 0 20px;
  margin: 0 auto;
  font-size: 18px;
  color: #545454;
  overflow: auto;
}
.post_main .breadcrumbs > span::before {
  content: "";
  display: block;
  width: 19px;
  min-width: 19px;
  height: 19px;
  background: url(../img/home-icon.svg) no-repeat;
  background-position: center;
  background-size: contain;
}
.post_main .breadcrumbs > span span a {
  color: #545454;
  transition: all 0.3s;
  font-size: 18px;
  white-space: nowrap;
}
.post_main .breadcrumbs > span span a:hover {
  color: #8b8b8b;
}
.post_main .breadcrumbs > span .breadcrumb_last {
  white-space: nowrap;
  color: #8b8b8b;
}
.post_main .main {
  padding: 100px 7.6% 0 7.6%;
}
.post_main .main .img {
  width: 100%;
  margin-bottom: 23px;
  aspect-ratio: 929/561;
}
.post_main .main .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.post_main .main .img-date {
  justify-content: end;
  font-size: 16px;
  color: rgba(63, 63, 63, 0.85);
  font-weight: 500;
  margin-bottom: 2rem;
}
.post_main .main .btns {
  display: flex;
  justify-content: space-between;
  margin-top: 119px;
}
.post_main .main .btns a {
  color: #666 !important;
  font-size: 18px;
  padding: 15px 4.09% 15px 6%;
  border: 1px solid rgba(175, 175, 175, 0.4);
  font-weight: 600;
  background-color: #fff;
  position: relative;
  transition: 0.3s;
}
.post_main .main .btns a.prevbtn:hover {
  background-color: var(--theme_color);
  color: #fff !important;
}
.post_main .main .btns a.prevbtn:hover::after {
  left: 22px;
  background-image: url(../img/nav-w-icon.svg);
}
.post_main .main .btns a.prevbtn::after {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 9px;
  top: 50%;
  left: 12.748713%;
  transition: 0.3s;
  transform: translateY(-50%) rotate(180deg);
  background: url("../img/nav-r-icon.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.post_main .main .btns a.nextbtn {
  padding: 15px 6% 15px 4.09%;
}
.post_main .main .btns a.nextbtn:hover {
  background-color: var(--theme_color);
  color: #fff;
}
.post_main .main .btns a.nextbtn:hover::after {
  right: 11%;
  background-image: url(../img/nav-w-icon.svg);
}
.post_main .main .btns a.nextbtn::after {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 9px;
  top: 50%;
  right: 12.748713%;
  transform: translateY(-50%);
  background: url("../img/nav-r-icon.svg") no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s;
}
.post_news {
  padding-bottom: 216px;
}
.post_news > div {
  padding-left: 7.6%;
  padding-right: 1.442%;
}
.post_news .new > a {
  column-gap: 74px;
}
.post_news .head {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 70px;
}
.post_news .head::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 39px;
  height: 7.2px;
  background-color: var(--theme_color);
  border-radius: 2rem;
}
.post_news h2 {
  font-size: 40px;
  color: #242424;
}
.post_news .newcontainer {
  row-gap: 26px;
}
