/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {		
.JLS_6060_2_4 .wg_box{ width: 100%; background-color:#fafafa; padding:90px 130px ; border-radius: 15px }
	
.JLS_6060_2_4 .wg_box .sub_stit2{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!important}	

	
.JLS_6060_2_4 .wg_box .wg_box_in {  display: flex;
justify-content:center;  align-items: center; flex-direction:column-reverse; box-sizing: border-box; }	
	
.JLS_6060_2_4 .wg_box .wg_box_in .wg_img1 { }
.JLS_6060_2_4 .wg_box .wg_box_in .wg_img1 img{
width:100%;     object-fit: cover;    height: 100%; }	

.JLS_6060_2_4 .sub_stit3{ width: 100%; display: flex;
justify-content:center;  align-items: center; flex-direction:row; box-sizing: border-box; margin-top: 70px}	
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
.JLS_6060_2_4 .wg_box{ width: 100%; background-color:#fafafa; padding:90px 130px ; border-radius: 15px }
	
.JLS_6060_2_4 .wg_box .sub_stit2{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!important}	

	
.JLS_6060_2_4 .wg_box .wg_box_in {  display: flex;
justify-content:center;  align-items: center; flex-direction:column-reverse; box-sizing: border-box; }	
	
.JLS_6060_2_4 .wg_box .wg_box_in .wg_img1 { }
.JLS_6060_2_4 .wg_box .wg_box_in .wg_img1 img{
width:100%;     object-fit: cover;    height: 100%; }	

.JLS_6060_2_4 .sub_stit3{ width: 100%; display: flex;
justify-content:center;  align-items: center; flex-direction:row; box-sizing: border-box; margin-top: 70px}	
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/


