


.YJM_1060_1 { width:100%; float:left;  }


/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {.YJM_1060_1 .wg_box{  width:100%; float:left; display: grid;grid-template-columns: clamp(200px, calc(13.158vw + 147.368px), 400px) auto ; padding:0px 0px 100px; border-bottom: 1px solid #eee}
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {.YJM_1060_1 .wg_box{  width:100%; float:left;  padding:0 0px 30px; border-bottom: 1px solid #eee}
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/



.YJM_1060_1 .wg_boxin{  width:100%; float:left; }
.YJM_1060_1 .wg_boxinin{  width:100%; float:left;  display: grid;display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(10px, calc(2.632vw + -0.526px), 50px);}



.YJM_1060_1  .wg_img1{ width:100%; float:left; padding: 20px; border-radius: 20px; background-color: #fafafa; text-align: center ;  width: 100%;
  float: left;
  position: relative;
  overflow: hidden; /* 선택적 */
  text-align: center; /* 작은 이미지 가운데 정렬 */ }



.YJM_1060_1  .wg_img1 img{
  max-width: 100%;
  max-height: 100%;
  width: auto;   /* 기본은 원본 크기 유지 */
  height: auto;
  display: inline-block;
}
