.sec1 .wrap .bottom {
  width: 1400px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 120px;
}
.sec1 .wrap .bottom .trem {
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
}
.sec1 .wrap .bottom .trem:not(:last-child) {
  margin-bottom: 50px;
}
.sec1 .wrap .bottom .trem .key {
  color: #1a1a1a;
  font-size: 24px;
  margin-bottom: 20px;
}
.sec1 .wrap .bottom .trem .value .list {
  display: flex;
  gap: 50px;
}
.sec1 .wrap .bottom .trem .value .list .item {
  color: rgba(26, 26, 26, 0.5);
  font-size: 14px;
  line-height: 28px;
  position: relative;
  transition: all 0.6s;
}
.sec1 .wrap .bottom .trem .value .list .item:hover {
  color: #FF6E11;
}
.sec1 .wrap .bottom .trem .value .list .item:hover::after {
  transform: scaleX(1);
}
.sec1 .wrap .bottom .trem .value .list .item::after {
  content: "";
  display: block;
  width: 100%;
  transition: all 0.6s;
  transform: scaleX(0);
  transform-origin: left;
  height: 1px;
  background: #FF6E11;
}
@media screen and (max-width: 1919px) {
.sec1 .wrap .bottom{
width: 72.9166666667vw;
 padding-top: 4.1666666667vw;
 padding-bottom: 6.25vw;
}
.sec1 .wrap .bottom .trem{
padding-bottom: 1.0416666667vw;
}
.sec1 .wrap .bottom .trem:not(:last-child){
margin-bottom: 2.6041666667vw;
}
.sec1 .wrap .bottom .trem .key{
font-size: 1.25vw;
 margin-bottom: 1.0416666667vw;
}
.sec1 .wrap .bottom .trem .value .list{
gap: 2.6041666667vw;
}
.sec1 .wrap .bottom .trem .value .list .item{
font-size: 0.7291666667vw;
 line-height: 1.4583333333vw;
}
}
@media screen and (max-width: 1024px) {
  .sec1 .wrap .bottom{
    width: 90vw;
    padding: 50px 0;
  }
  .sec1 .wrap .bottom .trem .key{
    font-size: 18px;
    margin-bottom: 20px;
  }
  .sec1 .wrap .bottom .trem{
    padding-bottom: 20px;
  }
  .sec1 .wrap .bottom .trem:not(:last-child){
    margin-bottom: 30px;
  }
  .sec1 .wrap .bottom .trem .value .list{
    flex-wrap: wrap;
    gap:20px;
  }
  .sec1 .wrap .bottom .trem .value .list .item{
    font-size: 14px;
  }
}