:이공되 등장인물/styles.css

/* 사진 페이드 */
.img img {opacity: 0.5; transition: all 0.3s}
.img img:hover {opacity: 1}