/* 이미지 보이게 */
._img_box img {
  visibility: visible !important;
}

/* 이미지 박스 설정 */
._img_box {
  position: relative;
  overflow: hidden;
}

/* 모든 카드 이미지 꽉 채우기 */
._img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* 비율 유지 + 박스 꽉 채움 */
  display: block;
}

#img_w20210907e27f109506c10{
  height: calc(100% + 20px) !important;
}

#img_w20210907c5ffa8ea838c2{
  height: calc(100% - 50px) !important;
}

#img_w202109075fa52fb95f43e{
  height: calc(100% - 50px) !important;
}