.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: 280px; height: 310px; }
.selectArea .object2 { width: 280px; height: 310px; }
.selectArea .object3 { width: 440px; height: 310px; }
.selectArea .object img { width: 100%; }

.rotateImg { position: absolute; bottom: 58px; left: 50%; transform: translateX(-50%); cursor: pointer;}
.rotateImg img { width: 100%; height: 100%; }
.activityPage[data-pageId="2"] .rotateImg { bottom: -38px; }
.activityPage[data-pageId="3"] .rotateImg { bottom: 0px; }
