@charset "utf-8";
.archive {
  padding: 230px 0 100px;
}
.archive__title {
  width: 240px;
}
.archive__lists {
  margin-top: 56px;
}
.archive__list {
  width: 1200px;
  margin: 0 auto;
  border-bottom: solid 2px rgba(255, 255, 255, 0.6);
  padding-bottom: 25px;
}
.archive__list:not(:first-child) {
  margin: 20px auto 0;
}
.archive__list:hover p {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.archive__list:hover img {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.archive__date {
  color: #f00014;
  font-size: 18px;
  line-height: 1.2;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.archive__date p {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.archive__date img {
  margin-left: 5px;
  width: 60px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.archive__text {
  color: #fff;
  height: 61px;
  overflow: hidden;
  font-size: 20px;
  line-height: 1.6;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.archive__pagination {
  margin-top: 64px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.archive__number {
  font-size: 18px;
  color: #f00014;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #1b1b1b;
  border: solid 2px #f00014;
  padding-bottom: 2px;
  cursor: pointer;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.archive__number:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.archive__number:nth-child(n + 2) {
  margin-left: 12px;
}
.archive__number.active {
  font-size: 22px;
  color: #fff;
  border: none;
  background-color: rgba(255, 255, 255, 0);
  width: 60px;
  height: 70px;
  position: relative;
  background-image: url("../../assets/images/archive/active.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  pointer-events: none;
}
@media screen and (max-width: 736px) {
  .archive {
    padding: 21.333333333333332vw 0 24vw;
  }
  .archive__title {
    width: 32vw;
  }
  .archive__lists {
    margin-top: 13.333333333333334vw;
  }
  .archive__list {
    width: 89.33333333333333vw;
    padding-bottom: 4.8vw;
  }
  .archive__list:not(:first-child) {
    margin: 5.333333333333333vw auto 0;
  }
  .archive__list:hover p {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .archive__list:hover img {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .archive__date {
    font-size: 4.266666666666667vw;
  }
  .archive__text {
    height: 14.666666666666666vw;
    font-size: 4.8vw;
    line-height: 1.611111111111111;
  }
  .archive__pagination {
    margin-top: 8.8vw;
  }
  .archive__number {
    font-size: 4.8vw;
    width: 10.133333333333333vw;
    height: 10.133333333333333vw;
    padding-bottom: 0.533333333333333vw;
  }
  .archive__number:nth-child(n + 2) {
    margin-left: 4.266666666666667vw;
  }
  .archive__number.active {
    font-size: 5.866666666666666vw;
    width: 12.266666666666666vw;
    height: 13.333333333333334vw;
    padding-bottom: 0.266666666666667vw;
  }
}
