/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {

.JLS_6010_1  .wg_box_in {width: 100%; float:left; display: grid;grid-template-columns:40% auto ; grid-gap: 90px; position:relative;  }

}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
.JLS_6010_1 .wg_box_in  {width: 100%; float:left;display: flex;flex-direction: column; grid-gap: 50px; position:relative;  }

}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/



.JLS_6010_1 .wg_box_in .wg_imgbox {width: 100%; float:left; position: relative }
.JLS_6010_1 .wg_box_in .wg_tx_box{width: 100%; float:left; padding-top: clamp(0px, calc(3.289vw + -13.158px), 50px) ; }

/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
	

.JLS_6010_1 .wg_box_in  .wg_img1{ margin:0; width:100%; aspect-ratio:13 / 14;  float:left; overflow:hidden; border-radius:15px 117px 15px 15px;  }
.JLS_6010_1 .wg_box_in    .wg_img1 img{ width:100%; height: 100%;  object-fit:cover; display:block; }

	

}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {

.JLS_6010_1 .wg_box_in   .wg_img1{ margin:0; width:100%; aspect-ratio:13 / 14;  float:left; overflow:hidden; border-radius:15px 117px 15px 15px;  }
.JLS_6010_1 .wg_box_in   .wg_img1 img{ width:100%; height: 100%;  object-fit:cover; display:block; }


}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/


