


/* 구분 start -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {

.YJM_3010_1_3 .wg_box{ width:100%; float:left; display: grid;display: grid; grid-template-columns: repeat(2, 1fr); gap:2%; }
.YJM_3010_1_3 .wg_boxin{ width:100%; float:left; }

.YJM_3010_1_3 .wg_boxin .wg_boxinin{ width:100%; float:left;  background-color: #f7f7f7; padding:25px 20px 25px 100px;; border-radius: 10px; ; position: relative;  }

.YJM_3010_1_3 .wg_boxin .wg_boxinin .wg_tx1{ width:45px; height: 45px; border-radius: 100%;  background-color: #ed710f; color: #fff; font-size:calc(var(--tx-sm-size)*1); display: flex;  justify-content: center;  align-items: center; position: absolute; left: 40px; top: 50%; transform: translateY(-50%); font-weight: 800}


.YJM_3010_1_3 .wg_boxin .wg_boxinin .wg_tx2{ width:100%; float:left;}


.YJM_3010_1_3 .wg_tx3{ width:100%; float:left;  padding: 50px}
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {
	


.YJM_3010_1_3 .wg_box{ width:100%; float:left; display: grid;display: grid; grid-template-columns: repeat(1, 1fr); gap:2%; margin-bottom: 30px}
.YJM_3010_1_3 .wg_boxin{ width:100%; float:left; }

.YJM_3010_1_3 .wg_boxin .wg_boxinin{ width:100%; float:left;  background-color: #f7f7f7; padding:25px 25px 25px 80px; border-radius: 10px; ; position: relative;  }

.YJM_3010_1_3 .wg_boxin .wg_boxinin .wg_tx1{ width:40px; height: 40px; border-radius: 100%;  background-color: #ed710f; color: #fff; font-size:calc(var(--tx-sm-size)*0.8); display: flex;  justify-content: center;  align-items: center; position: absolute; left: 25px; top: 50%; transform: translateY(-50%); font-weight: 800}


.YJM_3010_1_3 .wg_boxin .wg_boxinin .wg_tx2{ width:100%; float:left;}


.YJM_3010_1_3 .wg_tx3{ width:100%; float:left;  padding: 25px}
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/