.page_org_AA {
  position: relative;
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
}


.page_org_AA .cardset-figure {display: flex;  justify-content: center;  align-items: center;
 width: 100%; 
}
.page_org_AA .cardset-figure img{
 max-width: 100%; 
}


/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
.page_org_AA .cardset-figure  img.pc{display: block}


.page_org_AA .cardset-figure  img.mo{display: none}




}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
.page_org_AA .cardset-figure  img.pc{display: none}


.page_org_AA .cardset-figure {
 width: 100%;  display: flex;
justify-content:center;  align-items: center; flex-direction:column; box-sizing: border-box; padding: 0px 30px 
}
	
.page_org_AA .cardset-figure  img.mo{ display: block; width: 100%}




}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/



