.about {
  padding-bottom: 10px !important;
  overflow: hidden;
}
.about .box {
  padding-bottom: 8%;
}
.about .box1 {
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about .box1 {
    flex-direction: column;
  }
}
.about .box1 .pic {
  max-width: 760px;
  width: 53%;
  margin-right: -7%;
}
@media screen and (max-width: 767px) {
  .about .box1 .pic {
    width: 100%;
  }
}
.about .box1 .infoBox {
  width: 55%;
  position: relative;
  z-index: 2;
  margin-top: 3%;
}
@media screen and (max-width: 767px) {
  .about .box1 .infoBox {
    width: 100%;
  }
}
.about .box1 .infoBox::before {
  content: "";
  width: 65%;
  aspect-ratio: 518/143;
  background: url("../images/in/abg.png") no-repeat;
  background-size: contain;
  display: block;
  margin: 0 0 0 auto;
}
.about .box1 .infoBox .outer {
  background: #fff;
  padding: clamp(40px, 10%, 75px) clamp(30px, 7.5%, 60px);
}
.about .box1 .infoBox .title {
  font-size: 2.25rem;
  font-weight: 800;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .about .box1 .infoBox .title {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .about .box1 .infoBox .title {
    font-size: 1.5rem;
  }
}
.about .box1 .infoBox .title::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 5px;
  display: block;
  background: #E1251C;
  bottom: 0;
  left: 0;
}
.about .box1 .infoBox .title span {
  color: #E1251C;
}
.about .box1 .infoBox .description {
  font-size: 1.125rem;
  margin: 0;
  line-height: 1.8;
}
.about .box2 {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}
.about .box2 .title {
  color: #222222;
  font-size: 3rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 991px) {
  .about .box2 .title {
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 767px) {
  .about .box2 .title {
    font-size: 1.75rem;
  }
}
.about .box2 .title::before, .about .box2 .title::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  display: block;
  background: #000000;
}
.about .box2 .description {
  max-width: 680px;
  color: #444444;
  font-size: 1.125rem;
  line-height: 1.7;
  margin: 0 auto 8%;
}
.about .box2 .outer {
  font-size: 1.3125rem;
  font-weight: 700;
}
.about .box2 .outer span {
  display: block;
  margin-bottom: 15px;
}
.about .box2 .outer .text {
  font-size: 1.5rem;
  color: #FFF;
  background: #E1251C;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .about .box2 .outer .text {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .about .box2 .outer .text {
    font-size: 1.25rem;
  }
}
.about .box3 {
  background: #565656;
  padding: 0;
}
.about .box3 .listBox {
  max-width: 1680px;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .about .box3 .listBox {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .about .box3 .listBox:nth-child(1) .item {
    width: 50%;
  }
  .about .box3 .listBox:nth-child(1) .item:nth-child(1) {
    width: 100%;
  }
}
.about .box3 .listBox:nth-child(2) {
  justify-content: flex-end;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .about .box3 .listBox:nth-child(2) .item {
    width: 50%;
  }
}
.about .box3 .item {
  position: relative;
}
.about .box3 .pic {
  height: 100%;
}
.about .box3 .pic img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .about .box3 .pic img {
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
}
.about .box3 .title {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #FFF;
  font-weight: 700;
  font-size: 1.125rem;
}
.about .box3 .infoBox {
  width: 62%;
  display: flex;
  align-items: center;
  padding: 30px 60px;
  background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgb(60, 87, 130) 50%);
  color: #FFF;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .about .box3 .infoBox {
    width: 100%;
    padding: 30px;
  }
}
.about .box3 .description {
  max-width: 670px;
  line-height: 1.8;
}/*# sourceMappingURL=about.css.map */