
.file-chip {
display: flex;
}
.file-chip {
display: flex;
justify-content: space-between;
}

.file-chip {
align-items: center;
}

.file-chip {
position: relative;
}
.file-chip-new {
position: absolute;
top: -1px;
left: 1px;
}
relative : 현재 있는 자리에서 이동absolute : 부모의 요소를 기준으로 이동fixed : window를 기준으로 이동