.c-record {
    background: linear-gradient(180deg, #FFFFFF 0%, #F7FAF9 100%);
    padding: 120px 0 50px 0;
}

.record-container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.record-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.record-title {
    font-weight: 500;
    font-size: 48px;
    color: #313332;
}

.record-title-en {
    font-weight: 400;
    font-size: 16px;
    color: #B4BBB9;
}

.record-laypage-all {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.record-list {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #E8E8E8;
    padding: 20px;
}

.record-item {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.item-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 16px;
    background: #313332;
}

.record-item-title {
    font-weight: 400;
    font-size: 20px;
    color: #313332;
    line-height: 48px;
}

.project-name {
    width: 900px;
    margin-right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.project-name:hover {
    color: #07BD80;
}

.record-right {
    display: flex;
    flex: 1;
}

.color-status-3 {
    color: #109AFC;
    white-space: nowrap;
}

.color-status-1 {
    color: #07BD80;
    white-space: nowrap;
}

.color-status-2 {
    color: #109AFC;
    white-space: nowrap;
}

.record-date {
    white-space: nowrap;
    min-width: 100px;
    margin-left: 320px;
}

.inquiry {
    position: absolute;
    top: 44%;
    left: 12.67%;
    right: 0;
    width: 43.3%;
    display: flex;
    flex-direction: column;
}

.inquiry-desc {
    font-weight: 400;
    font-size: 26px;
    color: #313332;
    line-height: 48px;
    text-align: left;
}