/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
.JLS_6020_4 {width: 100%; height: 650px;  background-image: linear-gradient(to bottom, #fbfaf9 70%, #fff 70%);  padding: 80px 0px}	
	
	
.JLS_6020_4 .wg_box{ width: 100%; background-color: #fff; border: 1px solid #e9e9e9 ; border-radius:15px; padding: 120px;
 display: flex; justify-content:flex-start;  align-items: center; flex-direction:row; box-sizing: border-box; margin-bottom: 50px}	
	
.JLS_6020_4 .wg_box .wg_box_in{ width: 100%;  display: flex;
justify-content:center;  align-items: center; flex-direction:column; box-sizing: border-box;  }
.JLS_6020_4 .wg_box .wg_box_in:last-child{ width: 100%;  border-left: dotted 3px #e9e9e9  }
	
	
.JLS_6020_4 .wg_box .wg_box_in .wg_tx1{width: 100%; font-size: calc(var(--tx-sm-size)* 1.1); color: #222;  
font-weight: 500 ; line-height: 100%;  margin-bottom:50px;  text-align: center}	
.JLS_6020_4 .wg_box .wg_box_in:first-child .wg_tx1{ margin-bottom:0px;}	
	
	
.JLS_6020_4 .wg_box .wg_box_in .wg_img1 { }
.JLS_6020_4 .wg_box .wg_box_in .wg_img1 img{
width:100%;     object-fit: cover;    height: 100%; }	
.JLS_6020_4 .wg_box .wg_box_in:last-child  .wg_img1 img{
padding: 25px 0px }		
	

.JLS_6020_4 .sub_stit3{ width: 100%; display: flex;
justify-content:center;  align-items: center; flex-direction:row; box-sizing: border-box; }
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
.JLS_6020_4 {width: 100%; height: 650px;  background-image: linear-gradient(to bottom, #fbfaf9 70%, #fff 70%);  }	

	.JLS_6020_4 .wg_box{ width: 100%; background-color: #fff; border: 1px solid #e9e9e9 ; border-radius:15px; padding: 120px;
 display: flex; justify-content:flex-start;  align-items: center; flex-direction:row; box-sizing: border-box; margin-bottom: 50px}	
	
.JLS_6020_4 .wg_box .wg_box_in{ width: 100%;  display: flex;
justify-content:center;  align-items: center; flex-direction:column; box-sizing: border-box;  }
.JLS_6020_4 .wg_box .wg_box_in:last-child{ width: 100%;  border-left: dotted 3px #e9e9e9  }
	
	
.JLS_6020_4 .wg_box .wg_box_in .wg_tx1{width: 100%; font-size: calc(var(--tx-sm-size)* 1.1); color: #222;  
font-weight: 500 ; line-height: 100%;  margin-bottom:50px;  text-align: center}	
.JLS_6020_4 .wg_box .wg_box_in:first-child .wg_tx1{ margin-bottom:0px;}	
	
	
.JLS_6020_4 .wg_box .wg_box_in .wg_img1 { }
.JLS_6020_4 .wg_box .wg_box_in .wg_img1 img{
width:100%;     object-fit: cover;    height: 100%; }	
.JLS_6020_4 .wg_box .wg_box_in:last-child  .wg_img1 img{
padding: 25px 0px }		
	

.JLS_6020_4 .sub_stit3{ width: 100%; display: flex;
justify-content:center;  align-items: center; flex-direction:row; box-sizing: border-box; }
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/



