@charset "UTF-8";
.p-group-second-pnl-list__itm .p-group-second-pnl-list__href {
  display: flex;
  justify-content: flex-end;
  background: #f9f9f9;
}

@media screen and (min-width: 769px), print {
  .p-group-second-pnl-list__hdg {
    left: 20px;
}

.p-group-second-pnl-list__img2_box {
    width: 146px;
    height: 186px;
    overflow: hidden;
  }

  .p-group-second-pnl-list__img2_box img {
    transition: 1s all;
  }

  .p-group-second-pnl-list__href:hover .p-group-second-pnl-list__img2_box img{
    transform: scale(1.2, 1.2);
    transition: 1s all;
  }
}
@media screen and (max-width: 768px) {
  .p-group-second-pnl-list__img2_box {
    width: 19.2vw;
    height: 24.26vw;
    overflow: hidden;
  }

  .p-group-second-pnl-list__img2_box img {
    transition: 1s all;
  }

  /* .p-group-second-pnl-list__img2_box img:hover {
    transform: scale(1.2, 1.2);
    transition: 1s all;
  } */
}