.detail-file {
    position: relative;
    display: flex;
    gap: 5px;

    font-family: Noto Sans KR;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;

    color: #2983DD;
}

.detail-file-list {
    border: 1px solid #E2EAEF;
    box-sizing: border-box;
    border-radius: 10px;
    width: 240px;
    padding: 15px;
    position: absolute;
    background-color: #FFFFFF;
    opacity: 0;
    transition: 0.3s;
}

.detail-file-list .button {
    margin: auto;
    font-family: Noto Sans KR;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    color: #5A6166;
    gap: 6px;
    display: flex;
    align-self: center;
    box-sizing: border-box;
    text-align: center;
    align-items: center;
    padding: 7px 10px;
    background: #FFFFFF;
    border: 1px solid #BFC4C8;
    border-radius: 6px;
    letter-spacing: -0.02em;
    height: 34px;
}

.file-list {
    margin-top: 12px;
}

.file-list li {
    font-family: Noto Sans KR;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;

    display: flex;
    align-items: center;

    color: #2D353C;
    text-decoration: underline;
    margin-bottom: 8px;
}


.detail-body .button-circle-primary span {
    font-weight: bold;
}

.detail-content {
    font-family: Noto Sans KR;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #2D353C;
}

.file-download-all {
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: underline;
    cursor: pointer;
}

.separator {
    height: 1px;
    background: #D8E2EC;
    margin: 20px 0 25px;
}