@charset "utf-8";
.about__01 .top_sec {  }
.about__01 .top_sec .tbinner {position:relative; }
.about__01 .top_sec .top_wrap {display:flex; flex-wrap:wrap;}
.about__01 .top_sec .top_wrap .top_img { width:550px; }
  .about__01 .top_img .img_wrap {position: relative; width: 100%;
  height: 0; padding-bottom: 120%; overflow: hidden;}
  .about__01 .top_img .img_wrap img {width:100%; height:100%; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); object-fit:cover;}
.about__01 .top_sec .titleArea { width:calc(100% - 550px); padding-left:100px;}

.about__01 .sign {
  font-family: "Nanum Pen Script", cursive;
  font-weight: 400;
  font-style: normal;
  font-size:2.4rem;
  padding-left:10px;
}
@media screen and (max-width:1200px){
  .about__01 .top_sec .top_wrap .top_img { width:450px; }
  .about__01 .top_sec .titleArea { width:calc(100% - 450px); padding-left:50px;}
}
@media screen and (max-width:1024px){
  .about__01 .top_sec .top_wrap .top_img { width:100%; }
  .about__01 .top_sec .top_wrap .top_img,
  .about__01 .top_sec .titleArea{margin:0 auto;}

  .about__01 .top_img .img_wrap { padding-bottom: 50%; }
  .about__01 .top_sec .titleArea { width:100%; padding-left:0px; }
  .about__01 .titleArea{text-align: center;}
}
@media screen and (max-width:768px){
  .about__01 .top_img .img_wrap { padding-bottom: 65%; }
}
