


.SWCF_1020_4 { width:100%; float:left;}


/* 구분 start -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
.SWCF_1020_4 .wg_side_out{width: 100%; display: grid; grid-template-columns: 2fr 1fr; gap:20px;  }
.SWCF_1020_4 .wg_side_out>div{width: 100%;   }
	
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
.SWCF_1020_4 .wg_side_out{width: 100%; display: grid; grid-template-columns: 100%; gap:30px;  }
.SWCF_1020_4 .wg_side_out>div{width: 100%;   }

}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/
