


.YJM_1040_1 { width:100%; float:left;  }



/*.YJM_1040_1 .sub_stit{  width:100%; float:left;  font-size:calc(var(--tit-md-size) * 0.9); margin-bottom: 5px ; font-weight: 800}
.YJM_1040_1 .sub_stit2{  width:100%; float:left; font-size:calc(var(--tx-sm-size) * 1);  margin-bottom: 20px}
*/



/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {.YJM_1040_1 .wg_boxin{ width:100%; float:left; border-radius: 20px; border: 1px solid #ccc; display: flex;flex-direction: row; padding: clamp(20px, calc(3.947vw + 4.211px), 60px); grid-gap:  clamp(20px, calc(3.947vw + 4.211px), 60px);  }
	
.YJM_1040_1 .wg_boxin .wg_boxinin{ width:100%; float:left;  border-right: 1px dashed #ccc;  position: relative ; text-align: left; flex:1; padding-right: 150px; }
.YJM_1040_1 .wg_boxin .wg_boxinin:last-child{ width:100%; float:left;  border-right: none }

}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {.YJM_1040_1 .wg_boxin{ width:100%; float:left; border-radius: 20px; border: 1px solid #ccc; display: grid; grid-template-columns:100%; padding: clamp(20px, calc(3.947vw + 4.211px), 60px);  }
	
.YJM_1040_1 .wg_boxin .wg_boxinin{ width:100%; float:left;  border-bottom: 1px dashed #ccc; padding:30px 0px; position: relative ; text-align: left; padding-right: 120px; }
.YJM_1040_1 .wg_boxin .wg_boxinin:last-child{ width:100%; float:left;  border-bottom: none }

	
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/




.YJM_1040_1 .wg_boxin .wg_boxinin .wg_img1{
  width:100px; height:100px; float:left;
  display:flex; justify-content:center; align-items:center; flex-direction:column;
  box-sizing:border-box; margin-bottom:20px; aspect-ratio:1/1; padding: 20px; position: absolute; right: 50px; top: 50%; 

transform: translateY(-50%); background-color: #F7F7F7; border-radius: 10PX
}

.YJM_1040_1 .wg_boxin .wg_boxinin .wg_img1 img{
  width:100%; height:100%; object-fit:cover; display:block;
}

.YJM_1040_1 .wg_boxin .wg_boxinin:last-child .wg_img1{right: 00px;
}



/**** 모바일 ****/
@media only all and (max-width:767px) {
	.YJM_1040_1 .wg_boxin .wg_boxinin .wg_img1{ right: 0px;
}

}



.YJM_1040_1 .wg_boxin .wg_boxinin .wg_tx1{ width:100%; float:left; color:#333;  font-size:calc(var(--tit-mds-size) * 0.9);font-weight:700;  margin-bottom: 20px}
.YJM_1040_1 .wg_boxin .wg_boxinin .wg_tx2{ width:100%; float:left; color:#333; font-size:calc(var(--tx-sm-size)*1.2); font-weight:700; }


