/* 회사소개 */
.download-box {
    background: #111111;
    color: #ffffff;
    padding: 32px;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left;

}


.download-box:hover {
    background: #2B2B2B;
    color: #ffffff;
    padding: 32px;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left;
    border-radius: 2px;
}



.download-box .title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
}


.download-box .sub {
    font-size: 14px;
    opacity: 0.8;
}


.table-black {
    width: 650px !important;
    line-height: 2rem;
    border-top: 3px solid #2b2b2b !important;
}

.table-wideBlack {
    width: auto !important;
    border-top: 3px solid #2b2b2b !important;
}



.table-red {
    width: 650px;
    line-height: 2rem;
    border-top: 3px solid #ee1c25 !important;
}

.table-wideRed {
    width: auto;
    border-top: 3px solid #ee1c25 !important;
}





.mobile-table {
    width: 125% !important;
    margin-left: 10px;
}

@media (min-width: 992px) {
    .mobile-table {
        width: 50% !important
    }
}






/* --------------------------------------- */






/* 회사연혁 */
.history-contents {
    display: flex;
    flex-direction: column;
    gap: 48px;
}


.historyYear {
    color: #111111;
    font-size: 38px;
    font-weight: 500
}


.history-title-item {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}


.history-title-item::before {
    content: "■";
    font-size: 10px;
    padding-top: 5px;
    margin-right: 10px;
}


.history-item {
    padding: 40px 0;
    border-bottom: 1px solid #c7c6c6;
    display: flex;
    flex-direction: column;
    gap: 24px;
}


.history-item:last-child {
    border-bottom: none;
}