img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover
}

.img_bor {
  border-radius: 1.04167vw;
  overflow: hidden
}

.item_hover {
  overflow: hidden
}

.item_hover:hover img {
  transform: scale(1.05)
}

.item_hover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .6s ease
}

.section1 {
  height: 15.20833vw;
  border-radius: 0 0 3.125vw 3.125vw;
  background: #FFF;
  box-shadow: 0 7.98px 9.98px 0 rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center
}

.section1 .dis {
  display: flex;
  gap: 3.125vw
}

.section1 .dis .title {
  color: #000;
  font-size: 8.85417vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.section1 .dis .label {
  display: flex;
  width: 11.19792vw;
  height: 2.5vw;
  padding: .3125vw 0;
  justify-content: center;
  align-items: center;
  gap: .52083vw;
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 2.55208vw;
  border: 1px solid #000;
  margin: 2.76042vw 0 0 0
}

.section2 {
  padding: 14.42708vw 15.20833vw 6.19792vw 15.20833vw
}

.section2 .cut {
  display: flex;
  justify-content: center;
  gap: 2.55208vw
}

.section2 .cut .list {
  display: flex;
  padding: 0 .88542vw 0 1.04167vw;
  justify-content: center;
  align-items: center;
  border-radius: 5.36458vw;
  border: 1px solid #CED4DA;
  color: #848484;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  transition: .6s ease
}

.section2 .cut .list.on {
  background: #E9ECEF;
  color: #111
}

.section2 .content {
  position: relative;
  margin: 4.11458vw 0 0 0
}

.section2 .content .headline {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  gap: 1.66667vw
}

.section2 .content .headline img {
  width: 4.16667vw
}

.section2 .content .headline p {
  color: #1D2088;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.section2 .content .matter {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between */
  display: grid;
  grid-template-columns: repeat(3,1fr);
}

/* .section2 .content .flex:not(:nth-child(2n)) {
  margin: 11.09375vw 0 0 0
} */
.section2 .content .flex {
  margin: 11.09375vw 0 0 0
}

.section2 .content .item {
  width: 21.875vw;
  height: 30.26042vw;
  border-radius: 1.04167vw;
  padding: 2.03125vw 1.5625vw;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: .6s ease;
  margin: 0 0 1.5625vw
}

.section2 .content .item:hover {
  background: #1D2088
}

.section2 .content .item:hover .img {
  top: .52083vw;
  transform: scale(0.7)
}

.section2 .content .item:hover .img .add {
  opacity: 1;
  transition: .6s ease;
  transition-delay: .3s
}

.section2 .content .item:hover .text,
.section2 .content .item:hover .title {
  opacity: 1
}

.section2 .content .item:hover .text {
  transform: scale(0.75) translateY(.26042vw) translateX(-.78125vw)
}

.section2 .content .item .title {
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin: 0 0 1.19792vw;
  opacity: 0;
  transition: .6s ease
}

.section2 .content .item .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: .6s ease
}

.section2 .content .item .img .add {
  position: absolute;
  right: -1.82292vw;
  bottom: -1.30208vw;
  width: 3.38542vw;
  height: 3.38542vw;
  opacity: 0;
  transition: .2s ease
}

.section2 .content .item .img .add img {
  width: 100%;
  height: 100%
}

.section2 .content .item .img img {
  width: 100%;
  height: 100%
}

.section2 .content .item .text {
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 1.25vw 0 .52083vw 0;
  opacity: 0;
  transition: .6s ease
}

.section2 .content .view_more {
  width: 8.64583vw;
  height: 2.08333vw;
  border-radius: 3.80208vw;
  border: 1px solid #1D2088;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1D2088;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 3.64583vw auto 0;
  transition: .6s ease
}

.section2 .content .view_more:hover {
  background: #1D2088;
  color: #fff
}

@media screen and (max-width: 768px) {
  .img_bor {
    border-radius: 15px
  }

  .section1 {
    border-radius: 0 0 20px 20px;
    height: auto;
    padding: 30px 5%
  }

  .section1 .dis {
    flex-direction: column;
    align-items: unset;
    width: 100%
  }

  .section1 .dis .label {
    width: max-content;
    height: 40px;
    border-radius: 25px;
    padding: 0 20px;
    margin: 0
  }

  .section2 {
    padding: 60px 5% 30px 5%
  }

  .section2 .cut {
    padding: 20px;
    flex-wrap: wrap;
    gap: 10px;
    position: sticky;
    top: 60px;
    z-index: 5;
    background-color: #fff;
  }

  .section2 .cut .list {
    padding: 3px 10px;
    font-size: 16px
  }

  .section2 .content {
    margin: 25px 0 0 0;
    flex-direction: column;
    gap: 20px;
  }

  .section2 .content .view_more {
    width: max-content;
    height: 40px;
    padding: 0 25px;
    border-radius: 30px;
    margin: 30px auto 0
  }

  .section2 .content .headline {
    position: static;
    gap: 20px;
    margin: 0 0 30px
  }

  .section2 .content .headline img {
    width: 40px
  }

  .section2 .content .matter {
    flex-direction: column;
    gap: 20px
  }

  .section2 .content .matter  {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
  }
  .section2 .content .matter:not(:first-child) {
    margin-top: 20px;
  }
  .section2 .content .matter .item {
    visibility: visible !important;
    width: 100%;
    height: auto;
    padding: 25px 5%;
    background: #1D2088;
    border-radius: 15px;
    /* margin: 0 0 20px */
    margin: 0;
  }

  .section2 .content .matter .item:last-child {
    margin: 0 !important
  }

  .section2 .content .matter .item .img {
    position: static;
    margin: 20px 0 10px 0;
    transform: scale(1) !important
  }

  .section2 .content .matter .item .img .add {
    width: 35px;
    height: 35px;
    bottom: -15px;
    opacity: 1
  }

  .section2 .content .matter .item .title,
  .section2 .content .matter .item .text {
    opacity: 1;
    text-align: center
  }

  .section2 .content .matter .item .text {
    font-size: 14px
  }

  .section2 .content .matter .item:hover .text {
    transform: scale(1) translate(0)
  }
}