@charset "utf-8";

/**공통 레이아웃 */
.about_custom .half_wrap { display:flex; flex-wrap:wrap; align-items:center; justify-content: space-between; }
.about_custom .half { width:50%; }

.about_custom .half.order1 {order:1;}
.about_custom .half.order2 {order:2;}
/**텍스트 부분 */
.about_custom .cont_box ul li { position:relative; font-size: 1.8rem; font-weight:500; padding:7px 0 7px 30px;  } 
.about_custom .cont_box ul li:before {content:""; position:absolute; top:8px; left:0; width:20px; height:20px; background-image:url('./check_box.svg'); background-repeat:no-repeat; background-size:contain;}
.about_custom .ment_wrap { padding-left:150px; padding-bottom:0; }
.about_custom .ment_wrap .cont_p_big {padding-bottom:50px;}

/**이미지 부분 */
.about_custom .halfimg_cont { position:relative; width:100%; height:0; padding-bottom:76%; overflow:hidden; background-color:#f9f9f9; border-radius:20px; }
.about_custom .halfimg_cont img { width:100%; height: 100%; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); }

@media screen and (max-width:1200px){
  .about_custom .half.ment_wrap { padding-left:70px; }
}

@media screen and (max-width:1024px){
  .about_custom .half.order1 {order:2;}
  .about_custom .half.order2 {order:1;}
  .about_custom .half { width:100%; }
  .about_custom .halfCont {width:90%; margin:0 auto;}
  .about_custom .halfimg_wrap { flex-wrap:wrap; }
  .about_custom .halfimg_cont { padding-bottom:70%; }
  .about_custom .half.ment_wrap { padding-left:10px; padding-right:10px; padding-bottom:70px; }
  .about_custom .cont_box ul li { font-size: 1.7rem; padding:7px 0 7px 35px;  } 
  .about_custom .cont_box ul li:before {top:9px; left:0; width:18px; height:18px;} 
}
@media screen and (max-width:768px){
  .about_custom .halfCont {width:100%;}
  .about_custom .half.ment_wrap {padding-bottom:50px; } 
  .about_custom .halfCont .half.ment_wrap { padding-left:10px; padding-right:10px;}
  .about_custom .cont_box ul li { font-size: 1.5rem; padding:4px 0 4px 35px;  } 
  .ment_wrap .cont_p_big {padding-bottom:30px;}
}
