.innerBanner1::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.content {
  width: 1440px;
  margin: 0 auto;
  margin-top: 74px;
  margin-bottom: 230px;
}
.content .title {
  font-weight: 400;
  font-size: 48px;
  color: #000000;
  line-height: 32px;
  letter-spacing: 4px;
  text-align: center;
}
.content .p {
  width: 900px;
  margin: 0 auto;
  max-width: 100%;
  font-weight: 400;
  font-size: 20px;
  color: #55565B;
  line-height: 36px;
  letter-spacing: 2px;
  margin-top: 50px;
  text-align: center;
}
.content .p span {
  color: #D13239;
}
.content .list {
  width: 100%;
  margin-top: 100px;
}
.content .list .item {
  width: 100%;
  height: 580px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.content .list .item .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.content .list .item .img::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: 1s;
}
.content .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.content .list .item .text {
  width: 400px;
  max-width: 90%;
  position: absolute;
  top: 100px;
  right: 80px;
  transition: 1s;
}
.content .list .item .text .name {
  font-family: "DINNextLTProBold";
  font-weight: bold;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 48px;
  letter-spacing: 3px;
}
.content .list .item .text .text-p {
  height: 144px;
  margin-top: 50px;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 36px;
  letter-spacing: 2px;
}
.content .list .item .text .button {
  width: 150px;
  height: 46px;
  background: #D13239;
  border-radius: 163px 163px 163px 163px;
  margin-top: 60px;
  transition: 0.5s;
  border: solid 1px #D13239;
}
.content .list .item .text .button a {
  width: 100%;
  height: 100%;
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 46px;
  letter-spacing: 3px;
  text-align: center;
  transition: 0.5s;
}
.content .list .item .text .button:hover {
  border: solid 1px #fff;
  background-color: rgba(209, 50, 57, 0);
}
.content .list .item:hover .img img {
  transform: scale(1.05);
}
@media screen and (max-width: 1660px) {
  .content {
    width: 90%;
    margin: 0 auto;
    margin-top: 74px;
    margin-bottom: 230px;
  }
  .content .list .item {
    width: 100%;
    height: 530px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
  }
  .content .list .item .text .text-p {
    height: 72px;
    margin-top: 50px;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 36px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 1460px) {
  .content .list .item {
    width: 100%;
    height: 505px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
  }
}
@media screen and (max-width: 1340px) {
  .content .list .item {
    width: 100%;
    height: 480px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
  }
}
@media screen and (max-width: 1280px) {
  .content .list .item {
    width: 100%;
    height: 450px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
  }
  .content .list .item .text {
    position: absolute;
    top: 80px;
    right: 80px;
    transition: 1s;
  }
}
@media screen and (max-width: 1200px) {
  .content .title {
    font-weight: 400;
    font-size: 32px;
    color: #000000;
    line-height: 32px;
    letter-spacing: 4px;
    text-align: center;
  }
  .content .p {
    font-weight: 400;
    font-size: 18px;
    color: #55565B;
    line-height: 36px;
    letter-spacing: 2px;
    margin-top: 50px;
    text-align: center;
  }
  .content .list .item .text .name {
    font-family: "DINNextLTProBold";
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 32px;
    letter-spacing: 3px;
  }
  .content .list .item .text .text-p {
    height: 96px;
    margin-top: 30px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    letter-spacing: 2px;
  }
  .content .list .item .text {
    width: 314px;
    position: absolute;
    top: 80px;
    right: 80px;
  }
  .content .list .item .text .button {
    width: 150px;
    height: 46px;
    background: #D13239;
    border-radius: 163px 163px 163px 163px;
    margin-top: 30px;
    transition: 0.5s;
    border: solid 1px #D13239;
  }
  .content .list .item {
    width: 100%;
    height: 450px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
  }
}
@media screen and (max-width: 680px) {
  .content .list .item .img::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
  }
  .content .list .item:nth-child(2) .img img {
    width: auto;
    height: 100%;
    object-fit: contain;
    transition: 0.5s;
    position: absolute;
    right: 0;
  }
  .content .list .item .text {
    position: absolute;
    top: 80px;
    right: auto;
    left: 10px;
  }
}
