.service1 {
  padding: 100px 0 17px;
}
.service1 .wrap {
  width: 1400px;
  margin: auto;
}
.service1 .wrap .title {
  color: #1A1A1A;
  font-size: 40px;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 25px;
}
.service1 .wrap .display {
  display: flex;
  justify-content: space-between;
  padding: 0 0 33px;
  border-bottom: 1px solid #F3F3F3;
  margin: 0 0 50px;
}
.service1 .wrap .display .cut {
  display: flex;
}
.service1 .wrap .display .cut .list {
  width: fit-content;
  padding: 0 20px;
  height: 44px;
  border-radius: 22px;
  background: #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .6s ease;
  font-size: 16px;
}
.service1 .wrap .display .cut .list:hover {
  color: var(--color);
}
.service1 .wrap .display .cut .list.hover {
    color: var(--color);
}
.service1 .wrap .display .cut .list:not(:last-child) {
  margin: 0 30px 0 0;
}
.service1 .wrap .display form {
  width: 449px;
  height: 52px;
  position: relative;
}
.service1 .wrap .display form input {
  width: 100%;
  height: 100%;
  border-radius: 52px;
  background: #F8F8F8;
  padding: 0 30px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: .6s ease;
  border: 1px solid transparent;
  display: block;
}
.service1 .wrap .display form input:focus {
  border-color: var(--color);
}
.service1 .wrap .display form input::placeholder {
  color: #D7D7D7;
}
.service1 .wrap .display form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color);
  transition: .6s ease;
}
.service1 .wrap .display form button:hover {
  background: var(--color2);
}
.service1 .wrap .display form button svg {
  width: 14px;
  height: 14px;
}
.service1 .wrap .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0;
  margin: 0 0 43px;
}
.service1 .wrap .content .item {
  width: 688px;
  height: 84px;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 35px;
}
.service1 .wrap .content .item:hover:after {
  border-color: var(--color);
}
.service1 .wrap .content .item:hover .circle {
  background: #2EA148;
}
.service1 .wrap .content .item:hover .circle img {
  filter: brightness(0) invert(1);
}
.service1 .wrap .content .item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border: 1px solid #E9E9E9;
  background: #FFF;
  border-radius: inherit;
  transition: .6s ease;
}
.service1 .wrap .content .item .l {
  display: flex;
  align-items: center;
  gap: 33px;
}
.service1 .wrap .content .item .l img {
  width: 24px;
  height: 24px;
}
.service1 .wrap .content .item .l p {
  color: #1A1A1A;
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.service1 .wrap .content .item .circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color);
  transition: .6s ease;
}
.service1 .wrap .content .item .circle img {
  width: 11px;
  object-fit: contain;
  transition: .6s ease;
}



@media screen and (max-width: 1919px) {
  .service1{
    padding: 5.2083333333vw 0px 0.8854166667vw;
  }
  .service1 .wrap{
    width: 72.9166666667vw;
  }
  .service1 .wrap .title{
    font-size: 2.0833333333vw;
    margin: 0px 0px 1.3020833333vw;
  }
  .service1 .wrap .display{
    padding: 0px 0px 1.71875vw;
    margin: 0px 0px 2.6041666667vw;
  }
  .service1 .wrap .display .cut .list{
    padding: 0px 1.0416666667vw;
    height: 2.2916666667vw;
    border-radius: 1.1458333333vw;
    font-size: 0.8333333333vw;
  }
  .service1 .wrap .display .cut .list:not(:last-child){
    margin: 0px 1.5625vw 0px 0px;
  }
  .service1 .wrap .display form{
    width: 23.3854166667vw;
    height: 2.7083333333vw;
  }
  .service1 .wrap .display form input{
    border-radius: 2.7083333333vw;
    padding: 0px 1.5625vw;
    font-size: 0.8333333333vw;
  }
  .service1 .wrap .display form button{
    right: 0.3645833333vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .service1 .wrap .display form button svg{
    width: 0.7291666667vw;
    height: 0.7291666667vw;
  }
  .service1 .wrap .content{
    gap: 1.0416666667vw 0px;
    margin: 0px 0px 2.2395833333vw;
  }
  .service1 .wrap .content .item{
    width: 35.8333333333vw;
    height: 4.375vw;
    border-radius: 0.5208333333vw;
    padding: 0px 1.8229166667vw;
  }
  .service1 .wrap .content .item .l{
    gap: 1.71875vw;
  }
  .service1 .wrap .content .item .l img{
    width: 1.25vw;
    height: 1.25vw;
  }
  .service1 .wrap .content .item .l p{
    font-size: 0.9375vw;
  }
  .service1 .wrap .content .item .circle{
    width: 2.2916666667vw;
    height: 2.2916666667vw;
  }
  .service1 .wrap .content .item .circle img{
    width: 0.5729166667vw;
  }
}


@media screen and (max-width: 1024px) {
  .service1{
    padding: 35px 0 0;
  }
  .service1 .wrap{
    width: 90%;
  }
  .service1 .wrap .title{
    font-size: 18px;
    margin: 0 0 15px;
  }
  .service1 .wrap .display{
    flex-direction: column;
    padding: 0 0 20px;
    margin: 0 0 20px;
  }
  .service1 .wrap .display .cut .list:not(:last-child){
    margin: 0 15px 0 0;
  }
  .service1 .wrap .display .cut .list{
    padding: 0 15px;
    height: 35px;
    border-radius: 30px;
    font-size: 12px;
  }
  .service1 .wrap .display form{
    width: 100%;
    height: 40px;
    margin: 18px 0 0 0;
  }
  .service1 .wrap .display form input{
    border-radius: 30px;
    padding: 0 10px;
    font-size: 13px;
  }
  .service1 .wrap .display form button{
    right: 6px;
    width: 30px;
    height: 30px;
  }
  .service1 .wrap .display form button svg{
    width: 13px;
    height: 13px;
  }
  .service1 .wrap .content .item{
    width: 43vw;
    height: 45px;
    border-radius: 7px;
    padding: 0 10px;
  }
  .service1 .wrap .content .item .l{
    gap: 9px;
  }
  .service1 .wrap .content .item .l img{
    width: 16px;
    height: 16px;
  }
  .service1 .wrap .content .item .l p{
    font-size: 12px;
  }
  .service1 .wrap .content .item .circle{
    width: 22px;
    height: 22px;
  }
  .service1 .wrap .content .item .circle img{
    width: 9px;
  }
  .service1 .wrap .content{
    gap: 10px 0;
    margin: 0 0 20px;
  }
}