/*********************
 home
*********************/
#archive-post .bg {
  background: url("../../images/top/echizencity_drone16_9.jpg");
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px;
}
#archive-post .bg:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.5);
  background-image: radial-gradient(black 20%, transparent 20%),
    radial-gradient(black 20%, transparent 20%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  z-index: 1;
}
#archive-post .bg h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}
#archive-post .bg h1 span {
  display: block;
}
#archive-post .bg h1 span:nth-of-type(1) {
  font-size: 62px;
  margin-bottom: 15px;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#archive-post .bg h1 span:nth-of-type(2) {
  font-size: 14px;
  margin-bottom: 5px;
  color: #fff;
  letter-spacing: 0.1em;
}
#archive-post .news-cnt {
  width: 100%;
  margin: 0 auto 50px;
}
#archive-post .thumb {
  margin-bottom: 15px;
}
#archive-post .thumb img {
  width: 100%;
}
#archive-post .meta {
  margin-bottom: 5px;
}
#archive-post .title {
  margin-bottom: 30px;
}
#archive-post .title a {
  color: #234371;
  text-decoration: none;
}
