@charset "utf-8";

.green-bg{
  background:#E5E5E5;
}

.top-service{
  background:#BABABA;
}

.top-about > p{
  background:#E5E5E5;
}

.about-top{
  margin-bottom:140px;
  max-width:1345px;
  display: flex;
  justify-content: space-between;
}

.about-top h2{
  font-size:clamp(1.25rem, 0.795rem + 1.52vw, 2.5rem);
  letter-spacing: 2px;
}

.about-top p{
  font-size:clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
  line-height:2;
  font-weight: 400;
  letter-spacing: 1.5px;
}

.about-wrap{
  margin-bottom:5rem;
  max-width:1345px;
  display: flex;
  justify-content: space-between;
  align-items:flex-end;
}

.about-txt{
  width:40%;
  letter-spacing: 1.5px;
}

.about-txt h2{
  font-size:clamp(1.125rem, 0.898rem + 0.76vw, 1.75rem);
  margin-bottom:2.5rem;
  letter-spacing: 1.5px;
}

.about-txt p{
  line-height:calc(28/16);
}

.about-img{
  width:56%;
  display: flex;
  justify-content: space-between;
  gap:1.5rem;
  align-items: flex-start;
  padding-bottom:5rem;
  position:relative;
  z-index:1;
}

.about-img::before{
  content:"";
  position:absolute;
  aspect-ratio:1/1;
  width:55%;
  bottom:0;
  right:18%;
  z-index:-1;
  background:url(https://active-corp68.com/system_panel/uploads/images/20260216112951529378.png) no-repeat center/contain;
}

.about-img img{
  width:calc((100% - 1.5rem ) /2 );
  border-radius:20px;
  object-fit:cover;
  aspect-ratio:360/300;
}

.about-img img:first-child{
  margin-top:5rem;
  aspect-ratio:1/1;
}

.about-wrap2{
  margin-bottom:140px;
}

.about-wrap2 .about-img{
  padding:0;
  align-items: center;
}

.about-wrap2 .about-img::before{
  display:none;
}

.about-wrap2 .about-img img{
  aspect-ratio:360/533;
}

.about-wrap2 .about-img img:first-child{
  aspect-ratio:360/420;
  margin:0;
}

.about-wrap2 .about-txt{
  max-width:380px;
}

@media (max-width: 1400px) {
  .about-top{
    flex-direction: column;
    gap: 1.5rem;
    text-align:center;
  }
}

@media (max-width: 1279px) {
  .about-wrap,
  .about-wrap2{
    flex-direction: column-reverse;
    gap: 2.5rem;
    align-items: center;
  }
  .about-wrap2{
    flex-direction: column;
  }
  .about-txt,
  .about-wrap2 .about-txt {
    max-width: none;
    width: 100%;
  }
  .about-img {
    width: 100%;
  }
}


@media (max-width: 1024px) {
}

@media (max-width: 767px) {
  .about-top{
    margin-bottom: 80px;
  }
  .about-img{
    padding-bottom: 2rem;
    gap: 10px;
  }
  .about-wrap2{
    margin-bottom: 5rem;
  }
  .about-txt h2{
    margin-bottom: 1.5rem;
  }
  .about-img img {
    width: calc((100% - 10px) / 2);
    border-radius: 10px;
  }
  .about-txt p{
    font-size:12px;
  }
  .about-wrap2 .about-txt{
    width: fit-content;
    margin: 0 0 0 auto;
  }
}
