


/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
.skin_0001{width:100%; height:auto;  float: left; display: flex; flex-direction: row; grid-gap: 20px}	
.skin_0001 .inbox{width:100%; height:auto;  padding:3rem; display: flex;  justify-content: center;  align-items: center;flex-direction: column;  background-color: rgba(255,255,255,0.70); grid-gap: 5px; border-radius: 15px}	
.skin_0001 .inbox .icon{width:100%; float: left;  aspect-ratio:1 / 0.8;  text-align: center; overflow: hidden }	
.skin_0001 .inbox .icon img{max-width:130px; }	
.skin_0001 .inbox .tit{width:100%; float: left; font-weight: 600; color: #333; text-align: center }
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
.skin_0001{width:100%; height:auto;  float: left; display: flex; flex-direction: row; grid-gap: 20px}	
.skin_0001 .inbox{width:100%; height:auto;   padding:1.2rem; display: flex;  justify-content: center;  align-items: center;flex-direction: column;  background-color: rgba(255,255,255,0.70); grid-gap: 5px; border-radius: 15px}	
.skin_0001 .inbox .icon{width:100%; float: left;  aspect-ratio:1 / 0.8;  text-align: center; overflow: hidden }	
.skin_0001 .inbox .icon img{width:100%; }	
.skin_0001 .inbox .tit{width:100%; float: left; font-weight: 600; color: #333; text-align: center }
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/

