




/* 구분 start -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
.SRO_MAIN_07{ width: 100%; float: left;  display: flex;
	justify-content:center;  align-items: center; flex-direction:column; box-sizing: border-box;  padding: 100px 0px 0px}


}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
.SRO_MAIN_07{ width: 100%; float: left;  display: flex;
	justify-content:center;  align-items: center; flex-direction:column; box-sizing: border-box;  padding:50px 0px 0px}

}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/