${data.data.name}
@@ -387,9 +390,21 @@ const MapWrapper = styled.div`
justify-content: center;
flex-direction: column;
+ .skeleton {
+ position: absolute;
+ width: 142px;
+ height: 142px;
+ display: block;
+ object-fit: cover;
+ border-radius: 10px;
+ top: 8px;
+ background-color: #ccc; /* 스켈레톤의 배경색 */
+ }
+
.info_image {
width: 142px;
height: 142px;
+ display: block;
object-fit: cover;
border-radius: 10px;
}