.global-drop-area.placeholder {
  border: 2px dashed grey;
  border-radius: 10px;
}
/* .global-drop-area.placeholder.type-1 {
  border: none;
  box-shadow: 0px 0px 15px 0px grey inset;
} */
/* .global-drop-area.placeholder::after {
  content: '컴포넌트를 삭제하려면 이곳에 Drop';
  font-size: 0.8vw;
  position: relative;
  display: inline-block;
  top: 38px;
  left: 40%;
  color: black;
} */

.global-drop-area {
  /* background-color: lightgrey;
  box-shadow: 0px 2px 6px grey inset;
  border-radius: 2.5px; */
}