.san-goods-service.padding {
  padding: clamp(30px, 4.166667vw, 80px) 0;
  background: #f8f8f8;
}
.positon{
        position: relative;
}
.n-titp{
        position: absolute;
        left: 0;
        top: -35px;
        font-family: 'Montserrat-Bold';
        font-size: 118px;
        line-height: 110px;
        color: #fff;
        text-shadow: 1px 1px 0 #ebeef0, -1px 1px 0 #ebeef0, 1px -1px 0 #ebeef0, -1px -1px 0 #ebeef0;
        z-index: 0;
}
.n-tit h2::after{
        content: '';
        display: block;
        width: 78px;
        height: 2px;
        margin-top: 6px;
        background: #006432;
}
.san-goods-service .title h2::after{
        content: '';
        display: block;
        width: 78px;
        height: 2px;
        margin-top: 6px;
        background: #006432;
}
.san-goods-service .title h2{
  font-size: clamp(24px, 2.04vw, 39px);
  text-align: left;
}
.san-goods-service .title {
  margin: 0px auto 0;
  text-align: center;
 
}
.san-goods-service .title p {
  margin-top: 30px;
}
.san-goods-service .wpb {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
.san-goods-service .lg-02 li {
  width: 48.8%;
  margin-left: 2.4%;
}
.san-goods-service .lg-02 li:nth-child(2n + 1) {
  margin-left: 0;
}
.san-goods-service ul {
  margin-top: 10px;
}

.san-goods-service ul li {
  position: relative;
  padding: 38px 48px;
  margin-top: 30px;
  border: 2px solid #eee;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 10px;
}

.san-goods-service ul li:after {
  content: " ";
  position: absolute;
  z-index: 2;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}
@keyframes border_width {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}
.san-goods-service ul li:hover::after {
  animation: border_width 0.5s linear forwards;
  background: var(--color-primary);
}

.san-goods-service ul li:hover {
  transform: translate(0, -8px);
  -webkit-transform: translate(0, -8px);
  -moz-transform: translate(0, -8px);
  -ms-transform: translate(0, -8px);
  -o-transform: translate(0, -8px);
}

.san-goods-service ul li span {
  display: block;
  width: 102px;
  height: 102px;
  font-size: 60px;
  color: var(--color-primary);
  border-radius: 50%;
  text-align: center;
  line-height: 102px;
}

.san-goods-service ul li:nth-child(2) span {
  font-size: 54px;
}

.san-goods-service ul li:nth-child(3) span {
  font-size: 62px;
}

.san-goods-service ul li:nth-child(4) span {
  font-size: 54px;
}

.san-goods-service ul li h3 {
  padding: 20px 0;
  font-family: var(--title-font-family);
  font-weight: 700;
  font-size: clamp(17px, 1.25vw, 24px);
}

.san-goods-service ul li p {
  font-size: clamp(14px, 0.89vw, 17px);
  line-height: 1.8;
}

.san-goods-service img {
  vertical-align: middle;
  -webkit-transition: 0.6s all;
  -moz-transition: 0.6s all;
  -ms-transition: 0.6s all;
  transition: 0.6s all;
}

@media screen and (max-width: 1580px) {
  .san-goods-service h2,
  .san-goods-service h2 a {
    font-size: 32px;
  }

  .san-goods-service .title p {
    font-size: 17px;
  }

  .san-goods-service .title p {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1280px) {
  .san-goods-service h2,
  .san-goods-service h2 a {
    font-size: 28px;
  }
}

@media screen and (max-width: 960px) {
  .san-goods-service .title {
    width: 100%;
  }

  .san-goods-service .title p {
    font-size: 16px;
  }

  .san-goods-service .title h2 {
  line-height: 40px;
  }
  .san-goods-service .lg-02 li {
    width: 49%;
    margin-left: 0;
  }

  .san-goods-service ul li {
    padding: 25px;
  }

  .san-goods-service ul li span {
    width: 80px;
    height: 80px;
    line-height: 80px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}


@media(max-width:767px){
      .san-goods-service .lg-02 li {
        width: 100%;
        padding: 20px;
      }
}