.selectArea { position: absolute; bottom: 167px; left: 50%; transform: translateX(-50%); display: flex; align-items: flex-end; justify-items: center; gap: 73px; }
.selectArea .object { cursor: pointer; width: 224px; height: 289px; }
.selectArea .object2 { width: 289px; height: 336px; }
.selectArea .object img { width: 100%; }

.rotateArea { touch-action: none; } /*줌 차단을 해줘야함*/
.rotateImg {
    position: absolute;
    top: -170px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.rotateImg img { width: 100%; height: 100%; }
