@charset "utf-8";

.about_cont{
  margin-top: 100px; 
  height: auto;
  padding-bottom: 3rem;
}

.about_top{
  width: 80%;
  margin: 0 auto 3rem;
}

.about_top h1{
  font-size: 1rem;
}

.about_top-title{
  font-size: 3rem;
  padding: 1rem;
  background-color: #fff;
  width: fit-content;
}

.about_top-cont{
  display: flex;
  gap: 3rem;
  justify-content: space-around;
  width: 100%;
  margin: 2rem auto;
} 

.about_top-item{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 50%;
} 

.about_top-name{
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
} 

.about_top-name-job{
  font-size: 1rem;
  font-weight: 600;
} 

.about_top-item h2{
  position: relative;
  font-size: 2rem;
  padding: 1rem;
  background-color: #fff;
  width: fit-content;
} 
.about_top-item h3{
  font-size: 1.25rem;
  font-weight: 600;
} 

.about_message{
  margin: 3rem auto; 
  padding-bottom: 3rem;
  width: 80%;
}

.about_message-cont{
  margin: 3rem auto; 
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.about_message-item{
  margin: 2rem auto 0; 
  display: flex;
  background-color: #fff;
  gap: 2rem;
}

.about_message-item:nth-child(2){
  margin: 2rem auto 0; 
  display: flex;
  flex-direction: row-reverse;
  background-color: #fff;
  gap: 1rem;
}

.about_message-item-img{
  width: 50%;
  max-height: 400px;
  object-fit: cover;
}

.about_message-text{
  position: relative;
  width: 50%;
  padding: 3rem 1rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.about_message-text h3{
  font-size: 2rem;
  font-weight: 400;
  width: fit-content;
  padding: 0.5rem;
}

.about_message-text-num{
  position: absolute;
  top: -2rem;
  font-size: 3.5rem;
  color: #59B3DC;
  line-height: 1.2;
  font-weight: bold;
}


.about_we{
  position: relative;
  padding: 5rem 0 2rem;
}

.about_we-back{
  position: absolute;
  background-color: #fff;
  top: 12rem;
  left: 5%;
  width: 95%;
  height: calc(100% - 12rem );
  z-index: -1;
}

.about_we-back_20260507{
  top: 0;
  height: 100%;
}

.about_we-title-head{
  font-size: 4rem;
  line-height: 1.5;
}

.about_we-title{
  margin: 3rem 0 3rem auto; 
  display: flex;
  gap: 2rem;
  width: 90%;
}

.about_we-title img{
  width: 50%;
  height: auto;
}

.about_we-item{
  margin: 2rem auto 0 0; 
  display: flex;
  gap: 2rem;
  width: 90%;
}

.about_we-item:nth-child(2){
  margin: 2rem 0 0 auto; 
  display: flex;
  flex-direction: row-reverse;
  gap: 1rem;
  width: 90%;
}

.about_we-item-img{
  width: 60%;
  max-height: 400px;
  object-fit: cover;
}

.about_we-text{
  position: relative;
  width: 50%;
  padding: 3rem 1rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  text-align: center;
  animation-duration: 2500ms;
}

.about_we-text h3{
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
}

.about_we-text-num{
  display: flex;
  justify-content: center;
  margin: 1rem auto;
  font-size: 2rem;
  color: #fff;
  background-color: #2d2d2d;
  line-height: 60px;
  width: 60px;
  height: 60px
  font-weight: bold;
  border-radius: 50%;
}

.about_news{
  width: 80%;
  margin: 0 auto 3rem;
}

.about_news-title{
    position: relative;
    margin: auto auto auto 15%;
    z-index: 1;
}

.about_news-item{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 2rem;
}

.about_news-text{
  width: 60%;
}

.about_news-text h3{
  font-size: 1.5rem;
  color: #59B3DC;
}

.about_company{
  margin: 3rem auto; 
  padding: 5rem 0 3rem;
  width: 80%;
}

.about_company-cont{
  margin: 2rem auto 0; 
  display: flex;
  gap: 2.5rem;
}

.about_company-item{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 50%;
}

.about_company-img{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 50%;
}

.about_company-img img{
  height: auto;
}
.about_company-img-logo{
  width: 320px;
  height: auto;
}

.about_company-list{
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 2rem;
  padding: 1rem 0;
  width: 100%;
  border-bottom: 1px #2D2D2D solid; 
}

@media screen and (max-width: 1024px) {
  .about_we-title-head{
    font-size: 3rem;
  }
  .about_we-text{
    width: 90%;
    padding: 1rem 0;
  }
  .about_top-item h2{
    font-size: 1.5rem;
  } 
  .about_message-text h3{
    font-size: 1.5rem;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .about_top-title{
    font-size: 2rem;
  }
  .about_top{
    width: 90%;
  }
  .about_cont{
    margin-top: 80px; 
  }
  .about_top-cont{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  } 
  .about_top-item{
    max-width: 95%;
    margin: 1rem auto;
  } 
  
  .about_message{
    width: 95%;
    margin: 1rem auto; 
    padding-bottom: 1rem;
  }
  .about_message-item{
    flex-direction: column;
    gap: 0rem;
  }
  .about_message-item:nth-child(2){
    flex-direction: column;
    gap: 0rem;
  } 
  .about_message-text{
    width: 100%;
    padding: 3rem 1rem 2rem;
    gap: 1rem;
  }
  .about_message-text h3{
    font-size: 1.25rem;
  }
  .about_message-item-img{
    width: 100%;
  }
  .about_we{
    position: relative;
    padding: 2rem 0;
  }
  .about_we-title img{
    width: 100%;
  }
  .about_we-title-head{
    font-size: 2.5rem;
    line-height: 1.5;
  }
  .about_we-title{
    margin: 2rem auto; 
    flex-direction: column;
  }
  .about_we-item{
    flex-direction: column;
    margin: 2rem auto; 
  }
  .about_we-item:nth-child(2){
    flex-direction: column;
    margin: 2rem auto; 
  }
  .about_we-item-img{
    width: 100%;
  }
  .about_we-back{
  position: absolute;
  background-color: #fff;
  top: 12rem;
  left: 0%;
  width: 100%;
  height: calc(100% - 12rem );
  z-index: -1;
}
  .about_we-text-num{
    font-size: 1.25rem;
    line-height: 40px;
    width: 40px;
    height: 40px
  }
  .about_we-text{
    width: 100%;
    padding: 1rem 0;
  }
  .about_news{
    width: 90%;
    margin: 0 auto 3rem;
  }
  .about_news-title{
    width: 90%;
    margin: 0 auto;
  }
  .about_news-item{
    flex-direction: column;
  }
  .about_news-text{
    width: 100%;
  }
  .about_company{
    margin: 2rem auto; 
    padding: 1rem 0;
    width: 90%;
  }
  .about_company-cont{
    margin: 0 auto; 
    flex-direction: column;
    gap: 1.5rem;
  }
  .about_company-list{
    gap: 1rem;
    grid-template-columns: 1fr 3fr;
  }
  .about_company-item{
  width: 100%;
}

.about_company-img{
  max-width: 100%;
}
  .about_company-img-logo{
  width: 200px;
  height: auto;
}
}