.l_blogupper {
  padding: 40px 0;
  background-image: url(../img/blogpage/upper/bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.l_blogupper .inner {
  position: relative;
}
.l_blogupper .heading-gr {
  position: relative;
}
.l_blogupper .heading-gr h2 {
  font-size: 3.2rem;
}
.l_blogupper .heading-gr h2 img {
  width: 100%;
}
.l_blogupper .heading-gr .eng {
  position: absolute;
  top: 60%;
  left: 35%;
  transform: translateX(-50%) translateY(-50%);
  width: 45%;
  text-align: center;
}
.l_blogupper .heading-gr .eng img {
  width: 100%;
}
.l_blogupper .image {
  position: absolute;
  right: 0;
  top: 40px;
  width: 35%;
  height: 100%;
}
.l_blogupper .image img {
  width: 100%;
  height: auto;
}
.l_blogupper .p {
  margin-top: 40px;
  text-align: center;
}

.l_blogarticles {
  padding: 40px 0 0;
}
.l_blogarticles .heading-gr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l_blogarticles .heading-gr h2 {
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 2.4rem;
}
.l_blogarticles .heading-gr h2 img {
  width: 100%;
}
.l_blogarticles .cat {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.l_blogarticles .cat .c-heading {
  font-size: 1.8rem;
  font-weight: 600;
  display: block;
  text-align: center;
}
.l_blogarticles .cat select {
  width: 240px;
  padding: 10px 20px;
  border: 1px solid #757575;
  border-radius: 50px;
  background-color: #fff;
  font-size: 1.6rem;
  text-align: center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}
.l_blogarticles .cat option {
  font-size: 1.6rem;
  color: #000;
  background-color: #fff;
}
.l_blogarticles .content {
  margin-top: 32px;
  background-color: #FFDBB2;
  padding: 80px 0;
}
.l_blogarticles .content .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 1%;
}
.l_blogarticles .content .items article {
  width: 24.2%;
}
.l_blogarticles .content .pagination {
  margin-top: 64px;
  text-align: center;
}
.l_blogarticles .content .pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.l_blogarticles .content .pagination .pages {
  display: none;
}
.l_blogarticles .content .pagination .page, .l_blogarticles .content .pagination .current, .l_blogarticles .content .pagination a {
  display: flex;
  align-items: center;
  font-weight: 300;
  justify-content: center;
  width: 40px;
  height: 40px;
  height: 40px;
  border: none;
  font-size: 2.2rem;
  color: #000;
}
.l_blogarticles .content .pagination .current {
  font-weight: 800;
}

@media screen and (max-width: 768px) {
  .l_blogupper {
    padding: 24px 0px 40px;
  }
  .l_blogupper .heading-gr .eng {
    top: 60%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 75%;
  }
  .l_blogupper .image {
    position: absolute;
    right: 12px;
    top: 96px;
    width: 42.5675%;
  }
  .l_blogupper .p {
    margin-top: 25px;
    width: 50%;
  }
  .l_blogarticles {
    padding: 24px 0 0;
  }
  .l_blogarticles .heading-gr {
    display: block;
  }
  .l_blogarticles .heading-gr h2 {
    gap: 16px;
    font-size: 1.7rem;
    display: block;
  }
  .l_blogarticles .heading-gr .eng {
    margin-top: 12px;
    width: 50%;
    display: block;
  }
  .l_blogarticles .cat {
    margin-top: 24px;
  }
  .l_blogarticles .cat .c-heading {
    font-size: 1.5rem;
    text-align: left;
  }
  .l_blogarticles .cat select {
    width: 100%;
    padding: 10px 12px;
    font-size: 1.4rem;
    text-align: left;
  }
  .l_blogarticles .cat option {
    font-size: 1.4rem;
  }
  .l_blogarticles .content {
    margin-top: 32px;
    padding: 40px 0;
  }
  .l_blogarticles .content .items {
    gap: 12px 0;
  }
  .l_blogarticles .content .items article {
    width: 48.75%;
  }
  .l_blogarticles .content .pagination {
    margin-top: 32px;
  }
  .l_blogarticles .content .pagination .wp-pagenavi {
    gap: 4px;
  }
  .l_blogarticles .content .pagination .page, .l_blogarticles .content .pagination .current, .l_blogarticles .content .pagination a {
    width: 28px;
    height: 28px;
    border: none;
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=blog.css.map */