section {
  width: 59.0625vw;
  margin: 0px auto;
  padding: 10.5625vw 0px 12.3438vw;
}
section h1 {
  font-family: var(--font-serif);
  width: 100%;
  margin: 0px 0px 4.09375vw;
  text-align: center;
  font-size: 2.25625vw;
  font-weight: 400;
  line-height: 1.21;
  letter-spacing: 0.053125vw;
  text-transform: uppercase;
}
section .list .item {
  display: flex;
  justify-content: space-between;
  padding: 3.28125vw 0px;
  border-top: 1px solid #0b3311;
}
section .list .item .img-wrap {
  width: 27.8125vw;
}
section .list .item .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section .list .item .info {
  width: 28.125vw;
}
section .list .item .info .title {
  margin: 0px 0px 0.9375vw;
  font-size: 0.9375vw;
  font-weight: 700;
  line-height: 1.66;
  letter-spacing: 0.1875vw;
  text-transform: uppercase;
  font-family: var(--font-serif);
}
section .list .item .info .desc {
  margin: 0px 0px 1.25vw;
  font-size: 1.5625vw;
  line-height: 1.3;
  letter-spacing: 0.03125vw;
}
section .list .item .info .date {
  margin: 0px 0px 1.875vw;
  font-size: 0.9375vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05625vw;
  text-transform: uppercase;
}
section .list .item .info .content {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0px 0px 1.875vw;
  font-size: 1.09375vw;
  line-height: 1.57;
}
section .list .item .info .content p {
  margin: 0;
}
section .list .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10vw;
  height: 2.34375vw;
  font-size: 0.78125vw;
  color: #faf1e6;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #0b3311;
  background: #0b3311;
  transition: color 0.25s, background 0.25s;
  cursor: pointer;
  text-decoration: none !important;
}
section .list .item a:hover,
section .list .item a.active {
  color: #0b3311;
  background: #faf1e6;
}
@media (max-width: 767px) {
  header {
    position: fixed;
    top: 0;
  }
  header h1 a {
    display: block;
  }
  header .logo-center {
    display: none;
  }
  section {
    width: auto;
    padding: 0px 6.10687vw 15.2672vw;
  }
  section h1 {
    margin: 0px 0px 10.17812vw;
    font-size: 8.14249vw;
    line-height: 1;
    letter-spacing: 0.16285vw;
    padding: 35.9542vw 0px 0px !important;
  }
  section .list .item {
    flex-direction: column;
    gap: 5.08906vw 0px;
    padding: 7.12468vw 0px;
  }
  section .list .item .img-wrap {
    width: 100%;
    height: 87.7863vw;
  }
  section .list .item .info {
    width: 100%;
  }
  section .list .item .info .title {
    margin: 0px 0px 2.54453vw;
    font-size: 2.79898vw;
    line-height: 1;
    letter-spacing: 0.152672vw;
  }
  section .list .item .info .desc {
    margin: 0px 0px 3.05344vw;
    font-size: 4.3257vw;
    line-height: 1.35;
    letter-spacing: 0.101781vw;
  }
  section .list .item .info .date {
    margin: 0px 0px 3.05344vw;
    font-size: 2.54453vw;
    line-height: 1;
    letter-spacing: 0.152672vw;
  }
  section .list .item .info .content {
    margin: 0px 0px 4.07125vw;
    font-size: 3.85344vw;
    line-height: 1.5;
  }
  section .list .item a {
    width: 32.5698vw;
    height: 7.63359vw;
    font-size: 2.54453vw;
  }
}
