/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {


.JLS_6030_3 .wg_box {width: 100%; float: left; display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
 }

.JLS_6030_3 .wg_inbox {  padding: 10px 0px; border-right: 1px solid #ddd;  display: flex;
justify-content:flex-start;  align-items:center; flex-direction:column; box-sizing: border-box; }

.JLS_6030_3 .wg_inbox:last-child {  border-right: none;   }


.JLS_6030_3 .wg_inbox  .wg_img1 {width: clamp(30px, calc(1.316vw + 24.737px), 50px); height: clamp(30px, calc(1.316vw + 24.737px), 50px);margin-bottom: 20px
}

.JLS_6030_3  .wg_inbox  .wg_img1 img{
width:100%;     object-fit: cover;    height: 100%;   
}
.JLS_6030_3 .wg_inbox .wg_tx1{color: #222; font-size: calc(var(--tit-mds-size) * 0.8);  font-weight: 700 ; line-height: 100%; ; text-align: center; margin-bottom: 20px; 
	font-family: 'NanumSquare';}
.JLS_6030_3 .wg_inbox .wg_tx2{color: #222; font-size: calc(var(--tx-sm-size)* 1.1);  font-weight:400 ; line-height: 150%; ; text-align: center; 
	font-family: 'NanumSquare';}	
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {


}
/**** 모바일2 ****/
@media only all and (max-width:400px) {


.JLS_6030_3 .wg_box {width: 100%; float: left; display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
 }

.JLS_6030_3 .wg_inbox {  padding: 10px 0px; border-right: 1px solid #ddd;  display: flex;
justify-content:flex-start;  align-items:center; flex-direction:column; box-sizing: border-box; }

.JLS_6030_3 .wg_inbox:last-child {  border-right: none;   }


.JLS_6030_3 .wg_inbox  .wg_img1 {width: clamp(30px, calc(1.316vw + 24.737px), 50px); height: clamp(30px, calc(1.316vw + 24.737px), 50px);margin-bottom: 20px
}

.JLS_6030_3  .wg_inbox  .wg_img1 img{
width:100%;     object-fit: cover;    height: 100%;   
}
.JLS_6030_3 .wg_inbox .wg_tx1{color: #222; font-size: calc(var(--tit-mds-size) * 0.8);  font-weight: 700 ; line-height: 100%; ; text-align: center; margin-bottom: 20px; font-family: 'NanumSquare';}
.JLS_6030_3 .wg_inbox .wg_tx2{color: #222; font-size: calc(var(--tx-sm-size)* 1.1);  font-weight:400 ; line-height: 150%; ; text-align: center; font-family: 'NanumSquare';}			
	
	
}
/* 구분 //end -----------------------------------*/



