#main_latest{
 width:100%;
 padding:0 20px;
 border-top:1px solid #c9c9c9;
 border-bottom:1px solid #c9c9c9;  
 margin:45px 0;
 font-family:'Noto Sans Korean','Noto Sans KR',"Open Sans Regular", sans-serif;

}

#main_latest .latest_wrap{
	max-width: 1320px;
	margin: 0 auto;
	padding: 0;	
	display:flex;
}

#main_latest .latest_bbs_box1{
   width:50%;
   border-right:1px solid #c9c9c9;
   padding:20px 40px 20px 30px;
}
#main_latest .latest_bbs_box2{
    width:50%;
   padding:20px 10px 20px 30px;

}

 


#main_latest .title_wrap{
  display:flex;
  margin-bottom:10px;
  
}

#main_latest .title_area_text{
   width:80%;
   font-size:30px;
   font-weight:normal;
   padding-top:7px;
   color:#444444;
   font-family: 'Noto Sans Korean','Noto Sans KR',"Open Sans Regular", sans-serif;
}

#main_latest .title_area_more{
   width:20%;
   font-size:30px;
   font-weight:normal;
   text-align:right;
   padding-right:0;
   padding-top:0;
   color:#797979;
   
}

#main_latest a.subject_wrap_link .subject_wrap{
  display:flex;
  border-bottom:1px solid #dadada;
}

#main_latest a.subject_wrap_link:last-of-type .subject_wrap{
  border-bottom:0px solid #c0c0c0;
}



#main_latest .latest_subject{
   width:80%;
  font-size:16px;
  font-weight:500;
  color:#494949;
  padding:12px 0 12px 5px;
  
}

#main_latest .latest_datetime{
   width:20%;
  font-size:16px;
  font-weight:500;
  color:#797979;
  text-align:right;
  padding-top:12px;
 
}