/* pc */
.edk_file_wrap {
    flex-wrap: initial;
}

.edk_file_wrap .file_remove {
    width: 24px;
}

.file_item .file_sort {
    display: flex;
    width: 24px;
    position: absolute;
    top: 6px;
    left: 6px;
    background-color: transparent;
}

/* tablet */
@media screen and (max-width: 1023px) {}

/* mobile */
@media screen and (max-width: 767px) {}