



/* 구분 start -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {
.YJM_2020_1 .wg_boxin{ width:100%; float:left; background-color: #f4f2ef; padding: 100px; border-radius: 20px }

.YJM_2020_1 .wg_boxin .wg_img1{
  width:353px;  float:left;
  display:flex; justify-content:center; align-items:center; flex-direction:column;
  box-sizing:border-box;  aspect-ratio:353/394; position: absolute; right: 10%; top:50px
}

.YJM_2020_1 .wg_boxin .wg_img1 img{
  width:100%; height:100%; object-fit:cover; display:block;
}

.YJM_2020_1 .wg_boxin .wg_tx1{ width:100%; float:left; color:#000; font-size:calc(var(--tit-md-size) * 0.9); font-weight:700;  font-family:var(--ff-ko5)!important;  margin-bottom: 20px}

.YJM_2020_1 .wg_boxin .wg_tx2{ width:100%; float:left; color:#333; font-size:calc(var(--tx-sm-size)*1.2); font-weight:700; }

.YJM_2020_1 .wg_boxin .wg_tx3{ width:100%; float:left; color:#333; font-size:calc(var(--tx-sm-size)*1.2); font-weight:700; }
.YJM_2020_1 .wg_boxin .wg_tx3{ width:100%; float:left; color:#333; font-size:calc(var(--tx-sm-size)*1.2); font-weight:700; }

}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {

.YJM_2020_1 .wg_boxin{ width:100%; float:left; background-color: #f4f2ef; padding: 50px 20px 20px; border-radius: 20px; position: relative }

.YJM_2020_1 .wg_boxin .wg_img1{
  width:79px;  float:left;
  display:flex; justify-content:center; align-items:flex-end; flex-direction:column;
  box-sizing:border-box;  aspect-ratio:79/88; position: absolute; right: 10%; top:10%
}

.YJM_2020_1 .wg_boxin .wg_img1 img{
  width:100%; height:100%; object-fit:cover; display:block;
}

.YJM_2020_1 .wg_boxin .wg_tx1{ width:100%; float:left; color:#000; font-size:calc(var(--tit-md-size) * 0.9); font-weight:700;  font-family:var(--ff-ko5)!important;  margin-bottom: 20px}

.YJM_2020_1 .wg_boxin .wg_tx2{ width:100%; float:left; color:#333; font-size:calc(var(--tx-sm-size)*1.2); font-weight:700; }

.YJM_2020_1 .wg_boxin .wg_tx3{ width:100%; float:left; color:#333; font-size:calc(var(--tx-sm-size)*1.2); font-weight:700; }
.YJM_2020_1 .wg_boxin .wg_tx3{ width:100%; float:left; color:#333; font-size:calc(var(--tx-sm-size)*1.2); font-weight:700; }
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/


