body {
  background: linear-gradient(180deg, #EBEBEB 0%, rgba(250, 235, 196, 0.7) 48.34%, rgba(235, 235, 235, 0.7) 100%);
}
body .home .container {
  padding: 11.3541666667vw 1.875vw 9.1145833333vw 1.875vw;
}
body .home .container .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 1.3020833333vw;
  margin-bottom: 7.2916666667vw;
  position: relative;
}
body .home .container .list .items {
  width: 100%;
}
body .home .container .list .items .title {
  margin-bottom: 1.7708333333vw;
}
body .home .container .list .items .title::before {
  content: "";
  display: block;
  height: 0.2604166667vw;
  background: #222;
  width: 0;
  animation: cwa 1s linear forwards;
}
body .home .container .list .items .title p {
  margin: 1.0416666667vw 0;
  text-transform: capitalize;
  font-family: "LibreCaslonCondensed-Regular";
}
body .home .container .list .items .title::after {
  content: "";
  display: block;
  height: 0.15625vw;
  background: #222;
  width: 0;
  opacity: 0.5;
  animation: cwa 1s linear forwards;
}
@keyframes cwa {
  to {
    width: 100%;
  }
}
@-webkit-keyframes cwa {
  to {
    width: 100%;
  }
}
body .home .container .list .items a {
  display: block;
  color: #222;
  transition: all 600ms;
}
body .home .container .list .items a:not(:last-child) {
  margin-bottom: 4.1666666667vw;
}
body .home .container .list .items a .pic {
  position: relative;
  overflow: hidden;
}
body .home .container .list .items a .pic::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 600ms;
  z-index: 5;
}
body .home .container .list .items a .pic img {
  width: 100%;
  transition: all 600ms;
}
body .home .container .list .items a .pt {
  font-weight: 600;
  margin: 1.0416666667vw 0 0.5208333333vw 0;
  line-height: 1;
  letter-spacing: -0.8px;
}
body .home .container .list .items a .des {
  font-weight: 300;
  letter-spacing: -0.8px;
  line-height: 1;
}
body .home .container .list .items a:hover {
  color: #CA8000;
}
body .home .container .list .items a:hover .pic::before {
  opacity: 1;
}
body .home .container .list .items a:hover .pic img {
  transform: scale(1.05);
}
body .home .container .pager {
  display: flex;
  justify-content: center;
  gap: 3.28125vw;
  align-items: center;
}
body .home .container .pager .prev {
  transform: rotate(180deg);
}
body .home .container .pager .prev,
body .home .container .pager .next {
  cursor: pointer;
}
body .home .container .pager .prev img,
body .home .container .pager .next img {
  width: 7.0833333333vw;
}
body .home .container .pager .nums {
  display: flex;
  gap: 2.3958333333vw;
}
body .home .container .pager .nums span ,body .home .container .pager .nums a {
  color: #222;
  line-height: 1;
  font-family: "LibreCaslonCondensed-Regular";
  border-bottom: 0.15625vw solid transparent;
  cursor: pointer;
}
body .home .container .pager .nums span.on,body .home .container .pager .nums a.on {
  color: #CA8000;
  border-color: #CA8000;
}
@media screen and (max-width: 768px) {
  body .home .container {
    padding: 80px 5%;
  }
  body .home .container .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0;
    margin-bottom: 40px;
  }
  body .home .container .list .items .title {
    margin-bottom: 15px;
  }
  body .home .container .list .items .title::before {
    height: 3px;
  }
  body .home .container .list .items .title::after {
    height: 2px;
  }
  body .home .container .list .items .title p {
    margin: 10px 0;
  }
  body .home .container .list .items a:not(:last-child) {
    margin-bottom: 30px;
  }
  body .home .container .list .items a .pt {
    margin: 10px 0 5px 0;
    line-height: 1.2;
  }
  body .home .container .pager {
    gap: 20px;
  }
  body .home .container .pager .prev img,
  body .home .container .pager .next img {
    width: 60px;
  }
  body .home .container .pager .nums {
    gap: 20px;
  }
  body .home .container .pager .nums span ,body .home .container .pager .nums a {
    border-bottom: 2px solid transparent;
  }
}

/*# sourceMappingURL=blog.css.map */
