.banner {
  width: 100%;
  height: 210px;
  margin-top: 146px;
}

.banner .banner_box {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner .banner_box img {
  width: 100%;
  height: 100%;
}

.banner .banner_box .banner_content {
  width: 492px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 29px;
  transform: translateY(-50%);
}

.banner .banner_box .banner_content .title {
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 100% */
  text-transform: uppercase;
}

.banner .banner_box .banner_content .desc {
  margin-top: 16px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

.filter_content {
  width: 100%;
  height: auto;
}

.filter_content .box {
  width: 100%;
  height: auto;
  padding: 40px 0 80px;
}

.filter_content .box .box_content {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.filter_content .box .box_content .item {
  width: 390px;
  height: 370px;
  margin-right: 15px;
  margin-bottom: 20px;
  border-radius: 6px;
  overflow: hidden;
}

.filter_content .box .box_content .item:hover {
  border: 1px solid #E62129;
}

.filter_content .box .box_content .item:hover a .item_tags {
  background: #E62129;
}

.filter_content .box .box_content .item:nth-of-type(3n) {
  margin-right: 0;
}

.filter_content .box .box_content .item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

.filter_content .box .box_content .item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.filter_content .box .box_content .item a .item_tags {
  padding: 12px 10px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  border-radius: 6px;
  background: #1D1819;
  color: #FFF;
  font-size: 18px;
}

@media screen and (max-width: 960px) {
  .banner {
    width: 100%;
    height: auto;
    padding: 6.66667vw 4vw 4vw;
    margin-top: 11.73333vw;
    background: #000;
  }
  .banner .banner_box {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .banner .banner_box img {
    display: none;
    width: 100%;
    height: 100%;
  }
  .banner .banner_box .banner_content {
    width: 100%;
    height: auto;
    position: static;
    top: unset;
    right: unset;
    transform: translate(0%, 0%);
  }
  .banner .banner_box .banner_content .title {
    color: #FFF;
    text-align: center;
    font-size: 4.53333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 2.93333vw;
    /* 100% */
    text-transform: uppercase;
  }
  .banner .banner_box .banner_content .desc {
    margin-top: 3.46667vw;
    color: #FFF;
    text-align: justify;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.13333vw;
    /* 187.5% */
  }
  .filter_content {
    width: 100%;
    height: auto;
  }
  .filter_content .box {
    width: 100%;
    height: auto;
    padding: 5.33333vw 0 10.66667vw;
  }
  .filter_content .box .box_content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .filter_content .box .box_content .item {
    width: 44vw;
    height: 41.73333vw;
    margin-right: 4vw;
    margin-bottom: 2.66667vw;
    border-radius: 0.8vw;
    overflow: hidden;
  }
  .filter_content .box .box_content .item:hover {
    border: 0.13333vw solid #E62129;
  }
  .filter_content .box .box_content .item:hover a .item_tags {
    background: #E62129;
  }
  .filter_content .box .box_content .item:nth-of-type(3n) {
    margin-right: 4vw;
  }
  .filter_content .box .box_content .item:nth-of-type(2n) {
    margin-right: 0vw;
  }
  .filter_content .box .box_content .item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .filter_content .box .box_content .item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .filter_content .box .box_content .item a .item_tags {
    padding: 1.6vw 1.33333vw;
    position: absolute;
    bottom: 2vw;
    right: 2vw;
    border-radius: 0.8vw;
    background: #1D1819;
    color: #FFF;
    font-size: 2.93333vw;
  }
}
