.AOCSIDEBAR {
  position: fixed; 
  top: 50%; 
  width: 180px;
  height: 475px;
  background: white;
  transform: translate(-50%, -45%);
  border-radius: 15px;
  user-select: none;
  box-shadow: 0px 0px 10px #E0E0E0
}

.AOCSIDEBAR a {
  font-family: SUITE Variable;
}

.AOCSIDEBAR b {
  font-family: SUITE Variable;
}

.AOCSIDEBAR p {
  font-family: SUITE Variable;
}

/* 선택 모션 */
.set-image-ani {
  opacity: 0.8;
  user-select: none;
  transition: opacity 0.2s
}

.set-image-ani:hover {
  opacity: 1;
  transition: opacity 0.2s
}