.container .t {
  text-align: center;
}
.container .t .cn {
  color: #4E4E50;
  font-weight: 300;
  letter-spacing: 0.1875vw;
}
.container .t .en {
  font-family: "Aboreto";
  letter-spacing: 0.72px;
  margin-top: 0.2604166667vw;
}
.container .sec1 {
  padding: 5.7291666667vw 0 9.8958333333vw 0;
  background: url(../images/sbg.png) no-repeat;
  background-size: cover;
}
.container .sec1 .list {
  display: flex;
  justify-content: center;
  gap: 11.9270833333vw;
  margin-top: 5.8854166667vw;
}
.container .sec1 .list .item {
  text-align: center;
}
.container .sec1 .list .item .icon {
  width: 4.4270833333vw;
  height: 4.4270833333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.container .sec1 .list .item .icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.container .sec1 .list .item .st {
  margin: 1.9791666667vw 0 0.625vw 0;
}
.container .sec1 .list .item .st .cn {
  font-weight: 500;
}
.container .sec1 .list .item .st .en {
  font-family: "Aboreto";
  line-height: 2;
  letter-spacing: 0.72px;
}
.container .sec1 .list .item .des {
  width: 14.4791666667vw;
  font-weight: 300;
  line-height: 2;
  text-align: center;
}
.container .sec2 {
  padding: 9.6354166667vw 4.2708333333vw 7.9166666667vw 4.2708333333vw;
}
.container .sec2 img {
  width: 100%;
}
.container .sec3 {
  padding: 0 7.5520833333vw 5.8333333333vw 7.5520833333vw;
}
.container .sec3 .list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5625vw;
  margin-top: 3.5416666667vw;
}
.container .sec3 .list .item {
  width: 100%;
  background: #FFF;
  box-shadow: 0 2px 6.4px 0 rgba(156, 156, 156, 0.25);
  padding: 4.7916666667vw 0;
  text-align: center;
  transition: all 600ms;
}
.container .sec3 .list .item.code .icon img {
  filter: none;
}
.container .sec3 .list .item .icon {
  width: 4.6875vw;
  height: 4.6875vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2.2916666667vw auto;
}
.container .sec3 .list .item .icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: brightness(0);
  transition: all 600ms;
}
.container .sec3 .list .item .p1 {
  font-weight: 500;
}
.container .sec3 .list .item .p2 {
  font-weight: 300;
  margin-top: 0.8333333333vw;
}
.container .sec3 .list .item:hover {
  background: #F5EBE0;
  color: #986733;
}
.container .sec3 .list .item:hover .icon img {
  filter: brightness(1);
}

@media screen and (max-width: 768px) {
  .container {
    padding-bottom: 40px;
  }
  .container .t .cn {
    letter-spacing: 2px;
  }
  .container .t .en {
    margin-top: 5px;
  }
  .container .sec1 {
    padding: 30px 0 40px 0;
    background-size: cover;
    background-position: center;
  }
  .container .sec1 .list {
    flex-direction: column;
    gap: 30px;
    margin-top: 60px;
  }
  .container .sec1 .list .item .icon {
    width: 60px;
    height: 60px;
  }
  .container .sec1 .list .item .st {
    margin: 20px 0 10px 0;
  }
  .container .sec1 .list .item .st .en {
    line-height: 1.8;
  }
  .container .sec1 .list .item .des {
    width: 100%;
    padding: 0 10%;
    line-height: 1.8;
  }
  .container .sec2 {
    padding: 30px 5%;
  }
  .container .sec2 img {
    width: 100%;
    height: auto;
  }
  .container .sec3 {
    padding: 30px 5%;
  }
  .container .sec3 .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px;
  }
  .container .sec3 .list .item {
    padding: 40px 10px;
  }
  .container .sec3 .list .item .icon {
    width: 45px;
    height: 45px;
    margin-bottom: 20px;
  }
  .container .sec3 .list .item .p1 {
    font-size: 16px;
  }
  .container .sec3 .list .item .p2 {
    margin-top: 10px;
    font-size: 14px;
  }
}

/*# sourceMappingURL=service.css.map */
