.MAIN_0202_KNB  .magazine{width: 100%; height: 100%;  float: left;position: relative; padding-top: 15px }

.MAIN_0202_KNB  .magazine .tit_box{width:auto; padding: 15px 60px 15px 20px ; border-radius: 0px 30px 30px 30px;   float: left;position: relative ; background-color: #fff; color: #000; position:  absolute; left: 0px; top: -15px; font-weight: 700; font-size:calc(var(--tit-mds-size) * 0.8);   box-shadow:3px 3px 30px rgba(0,0,0,0.1);
}
.MAIN_0202_KNB  .magazine .tit_box .more{width:33px; height: 33px;  border-radius: 100%; background-color: var(--primary);; color: #fff; line-height: 40px; font-size:16px; position: absolute; right: 10px; top: 10px;text-align: center; line-height: 30px!important; font-weight: 700}
/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {.MAIN_0202_KNB  .magazine .wg_img1{width: 100%;  aspect-ratio:322 / 406;  overflow: hidden; border-radius: 20px;}
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {.MAIN_0202_KNB .magazine .wg_img1{width: 100%;  aspect-ratio:1 / 1;  overflow: hidden; border-radius: 20px;}
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/



.MAIN_0202_KNB  .magazine .wg_img1 img{width:100%;     object-fit: cover;      height: 100%;   }



