@charset "utf-8";

 .about__10 .halfBx{display: flex; flex-direction: row-reverse; justify-content: space-between; align-items: flex-end;}
  .about__10 .rightBx {padding-left:200px;}
  .about__10 .rightBx .img{ max-width:400px; aspect-ratio:100 / 140}
  .about__10 .rightBx .img img{ width:100%; height:100%; object-fit:cover;}
  .about__10 .rightBx .ment{ line-height:1.6em; }

  .about__10 .leftBx .img{width:100%; aspect-ratio:100 / 130}
  .about__10 .leftBx .img img{ width:100%; height:100%; object-fit:cover;}


  /* 스크롤 모션용 */
  .about__10 .scroll-item{
    will-change: transform;
  }

  @media screen and (max-width:1200px){
    .about__10 .rightBx {padding-left:100px;}
  }

  @media screen and (max-width:1024px){
    .about__10 .rightBx {padding-left:70px;}
  }

  @media screen and (max-width:768px){
    .about__10 .halfBx {flex-wrap:wrap; flex-direction:inherit;}
    .about__10 .rightBx { order:1; padding-left:0; }
    .about__10 .leftBx { order:2; width:80%; margin-left:auto; }
  }

  @media screen and (max-width:560px){
 
  }