.san-home-choose .title {
  position: relative;
  text-align: left;
}

.san-home-choose .title h2,
.san-home-choose .title h2 a {
  font-size: clamp(24px, 2.04vw, 39px);
}

.san-home-choose .title p {
  margin-top: 30px;
  font-size: 18px
}

@keyframes border_width {
  from {
    width: 0
  }

  to {
    width: 100%
  }
}

.san-home-choose ul {
  margin-top: 40px
}

.san-home-choose li span {
  display: block;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -ms-transition: .3s all;
  transition: .3s all
}

.san-home-choose ul {
  margin-top: 20px;
}

.san-home-choose ul li {
  position: relative;
  padding-bottom: 30px;
  text-align: left;
  border-bottom: 2px solid #d4e0d7;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -ms-transition: .3s all;
  transition: .3s all;
  background: #fff;
  border-radius: 20px;
  padding: 22px;
  overflow: hidden;
  margin-top: 30px;
}

.san-home-choose ul li span {
  display: block;
  width: 121px;
  height: 105px;
  margin: 0;
  font-size: 52px;
  color: var(--color-primary);
  line-height: 105px;
  text-align: center;
  background-repeat: no-repeat;
}

.san-home-choose ul li span img {
  max-height: 100px;
  max-width: 100px;
}

.san-home-choose ul li:nth-child(4) span {
  font-size: 46px
}

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

.san-home-choose ul li h3 {
  margin-top: 35px;
  font-family: var(--title-font-family);
  font-weight: 700;
}
.san-home-choose .title h2::after{
        content: '';
        display: block;
        width: 78px;
        height: 2px;
        margin-top: 6px;
        background: #029312;
}
.san-home-choose ul li::after {
  content: ' ';
  position: absolute;
  z-index: 2;
  bottom: -2px;
  left: 50%;
  width: 100%;
  height: 2px;
  transform: translate(-50%);
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -ms-transition: .3s all;
  transition: .3s all
}

.san-home-choose ul li:hover::after {
  animation: border_width .5s linear forwards;
  background: var(--color-primary)
}

.san-home-choose.padding-top-sangni {
  padding: clamp(30px, 4.166667vw, 80px) 0;
  position: relative;
  background: #f8f8f8;
}

.san-home-choose .container,
.tit-text-sangni .container {
  margin: 0 auto;
}

.san-home-choose .wpa {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.san-home-choose .lg-04 li {
  width: 31%;
  margin-left: 2.66%;
}

.san-home-choose .lg-04 li:nth-child(3n+1) {
  margin-left: 0;
}


.san-home-choose h2, .san-home-choose h3 {
	color: #212121;
	font-weight: normal;			
	font-family: var(--title-font-family);
  font-weight: 700;
}
.san-home-choose h2 a,.san-home-choose h3 a {      
  color: #212121;
  font-family: var(--title-font-family);
  font-weight: 700;
}

.san-home-choose h2,.san-home-choose h2 a{
  font-size: 36px;
}
.san-home-choose h3,.san-home-choose h3 a{
  font-size: clamp(17px, 0.94vw, 18px);
  font-family: var(--title-font-family);
  font-weight: 700;
}

.san-home-choose p{
  margin-top: 20px;
	font-size: 16px;
	font-family: 'Montserrat-Regular';
	color: #666;
	line-height: 30px;
}

@media screen and (max-width:1580px) {
  .san-home-choose.padding-top-sangni {
  }
  .san-home-choose .container {
  }

  .san-home-choose h2,
  .san-home-choose h2 a {
    font-size: 32px
  }

  .san-home-choose .title p {
    font-size: 17px
  }

  .san-home-choose .title p {
    margin-top: 20px
  }
}

@media screen and (max-width:1280px) {

  .san-home-choose h2,
  .san-home-choose h2 a {
    font-size: 28px
  }
}

@media screen and (max-width:960px) {
  .san-home-choose ul li span img {
    max-height: 70px;
    max-width: 70px;
 }

.san-home-choose ul li span {
    width: 70px;
    height: 80px;
}

  .san-home-choose .container {
  }

  .san-home-choose p {
    line-height: 26px;
  }

  .san-home-choose .title {
    width: 100%
  }

  .san-home-choose .title p {
    font-size: 16px
  }

  .san-home-choose .title h2 {
    line-height: 40px;
  }

  .san-home-choose ul {
    margin-top: 0
  }

  .san-home-choose ul li {
    margin-top: 30px
  }

  .san-home-choose .lg-04 li {
    width: 49%;
    margin-left: 0;
  }

  .san-home-choose .lg-04 li:nth-child(4) {
    margin-top: 30px;
  }
}

@media(max-width:767px){
	.san-home-choose .lg-04 li {
    width: 100%;
	}

	.san-home-choose ul li {
    margin-top: 15px;
  }

  .san-home-choose .lg-04 li:nth-child(4) {
    margin-top: 15px;
  }
}