.BG-black-aboutus {
  background: black;
}

.aboutus-banner .banner {
  padding: 5% 0 0 0;
  position: relative;
}
.aboutus-banner .banner .img {
  width: 4.2vw;
}
.aboutus-banner .banner img {
  width: 100%;
}
.aboutus-banner .title-banner {
  position: absolute;
  top: 28%;
}
.aboutus-banner .box {
  padding-bottom: 17%;
}

.aboutus-banner .text1 {
  font-size: 2.61vw;
  font-weight: 800;
  line-height: 110%;
  padding: 0 0 4% 0;
}
.aboutus-banner .text1 span {
  font-size: 2.45vw;
  font-weight: 500;
}
.aboutus-banner .text2 {
  font-size: 1.57vw;
  font-weight: 400;
  padding: 4% 0 0 0;
}
.aboutus-banner .borderbox {
  width: 80%;
  border-bottom: 2px black solid;
}

.aboutus-banner .iconbox {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 15% 0 0;
}
.aboutus-banner .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aboutus-banner .icon .text {
  font-size: 1.83vw;
}

.aboutus-intro .img img {
  width: 100%;
}
.aboutus-intro .text {
  padding: 8% 6% 8% 37%;
  color: white;
  font-size: 0.94vw;
  font-weight: 300;
}
.aboutus-intro .text .title {
  color: #ffde00;
  font-size: 1.25vw;
  font-weight: 400;
}
.aboutus-intro .text .yellow {
  color: #ffde00;
  font-size: 0.94vw;
}
.aboutus-intro .text .middle {
  padding: 5% 0;
}
.aboutus-intro2 .text {
  font-size: 0.94vw;
  color: #585858;
  font-weight: 300;
  padding: 4% 0;
}
.aboutus-intro2 .text .title {
  font-size: 1.88vw;
  font-weight: 400;
}
.aboutus-intro2 .text .bold {
  font-size: 0.94vw;
  color: #585858;
  font-weight: 400;
}
.aboutus-intro2 .text .yellowbold {
  font-size: 0.94vw;
  color: #ffde00;
  font-weight: 400;
}
.aboutus-intro2 .img,
.aboutus-intro2 img {
  width: 100%;
}

.aboutus-vision {
  padding: 3% 0;
}

.aboutus-vision .left
{
  width: 30%;
  padding-right: 0;
}
.aboutus-vision .right
{
  width: 70%;
  padding-left: 0;
}
.BG-darkgrey-aboutus {
  background-color: #353535;
  height: 100%;
  padding: 6%;
}
.aboutus-vision .title {
  background-color: #ffde00;
  width: 14.6vw;
  font-size: 1.57vw;
  display: flex;
  flex-direction: column;
  padding: 3% 3% 2% 5%;
  line-height: 140%;
  font-weight: 500;
}

.aboutus-vision .title span {
  font-size: 2.62vw;
  font-weight: 700;
  text-align: end;
  color: rgba(0, 0, 0, 0.1);
}
.aboutus-vision img {
  width: 100%;
}
.aboutus-vision .content {
  color: white;
  padding: 7% 0;
  font-size: 1.05vw;
}
.aboutus-vision .content span{
  color: #edc006;
  font-weight: 500;
}

.aboutus-misson .title,
.aboutus-standard .title {
  font-size: 1.57vw;
  color: #edc006;
  font-weight: 500;
  padding: 0 0 1% 0;
  border-bottom: 2px #edc006 solid;
  width: 14vw;
  text-align: center;
  margin: 0 0 3% 0;
}
.aboutus-misson .box {
  display: flex;
  align-items: center;
  margin: 0 0 9% 0;
}
.aboutus-misson .box .img {
  width: 5.3vw;
}
.aboutus-misson .box .img img{
width: 100%;
}
.aboutus-misson .box .text{
  font-size: 1.15vw;
  text-align: start;
  padding: 0 20% 0 5%;
}
.aboutus-misson .content{
  padding: 3% 0 0 0;
}

.aboutus-standard .text{
  font-size: 1.15vw;
  text-align: center;
  font-weight: 500;
}
.aboutus-standard img{
width: 100%;
padding: 4% 0 0 0 ;
}
.show-pc {
  display: block;
}
.show-mobile {
  display: none;
}

@media (max-width: 991px) {
  .show-pc {
    display: none;
  }
  .show-mobile {
    display: block;
  }
  .aboutus-banner {
    padding: 56px 0 0 0;
  }
  .BG-yw-aboutus {
    background: linear-gradient(
      to bottom,
      rgb(255, 255, 255) 35%,
      rgb(255, 222, 0) 35%,
      rgb(255, 222, 0) 97%,
      rgb(255, 222, 0) 97%
    );
  }
  .aboutus-banner .img img {
    width: 100%;
  }
  .aboutus-banner .box {
    padding: 6% 0;
  }
  .aboutus-banner .text1 {
    font-size: 38px;
    text-align: center;
    padding: 4% 0;
    margin: 0 5%;
  }
  .aboutus-banner .text1 span {
    font-size: 28px;
    text-align: center;
  }
  .aboutus-banner .borderbox {
    width: 100%;
    border-bottom: 2px black solid;
  }
  .aboutus-banner .text2 {
    font-size: 18px;
    text-align: center;
    margin: 0 5%;
    padding: 4% 0;
  }
  .aboutus-banner .iconbox {
    padding: 8% 0;
  }
  .aboutus-banner .icon .text {
    font-size: 24px;
  }
  .aboutus-banner .icon .img {
    width: 60%;
  }
  .aboutus-intro .text {
    padding: 10% 5%;
    font-size: 18px;
  }
  .aboutus-intro .text .title {
    font-size: 20px;
    padding: 0;
  }
  .aboutus-intro .text .yellow {
    font-size: 18px;
  }
  .aboutus-intro2 .text .title {
    font-size: 20px;
  }
  .aboutus-intro2 .text {
    font-size: 18px;
    padding: 10% 0;
  }
  .aboutus-intro2 .text .bold,
  .aboutus-intro2 .text .yellowbold {
    font-size: 18px;
  }
.aboutus-vision {
  padding: 10% 0 8% 0;
}
  .aboutus-vision .title{
    font-size: 28px;
    width: 100%;
  }
  .aboutus-vision .title span{
    font-size: 60px;
  }
  .aboutus-vision .content{
    font-size: 18px;
  }
  .aboutus-misson .title, .aboutus-standard .title {
    font-size: 28px;
    width: 85%;
  }
  .aboutus-misson .box .text ,
  .aboutus-standard .text{
    font-size: 18px;
 padding: 0;
  }
  .aboutus-misson .box .img{
    width: 90px;
    margin: 0 6% 0 0;
  }
}
