.page_org_AA {
  position: relative;
  padding-top: 0rem;
  padding-bottom: 10rem;
  overflow: hidden; background-color: #fff
}

.page_org_AA .contents-inner {
 display: flex;
justify-content:center;  align-items: center; flex-direction:column; box-sizing: border-box; 
height:608px 
}

.page_org_AA .cardset-figure {
 width: 100%;  display: flex;
justify-content:center;  align-items: center; flex-direction:column; box-sizing: border-box; 
}


/* 구분 -----------------------------------*/
/**** 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 .contents-inner {
 display: flex;
justify-content:center;  align-items: center; flex-direction:column; box-sizing: border-box; 
height: auto; width: 100%; padding: 20px 0px
}

.page_org_AA .cardset-figure {
 width: 100%;  display: flex;
justify-content:center;  align-items: center; flex-direction:column; box-sizing: border-box; 
}
	
.page_org_AA .cardset-figure  img.mo{ display: block; width: 100%}




}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/



