.sub__page__tableWrap{
    overflow-x: auto;
    overflow-y: hidden;
}

.sub__page__table{
    width: 100%;
    min-width: 1000px;
    height: auto;
    margin-top: 40px;
}

.sub__page__table tr{
    height: 70px;
    border-top: 1px solid #242425;
    border-bottom: 1px solid #242425;
}

.sub__page__table tr th{
    background-color: #141415;
    text-align: center;
    color: #757575;
    font-size: 18px;
    font-weight: 400;
}

.sub__page__table tr td{
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #757575;
}

.sub__page__table tr td p{
    font-size: 18px;
    font-weight: 400;
    color: #757575;
}

.sub__page__table tr td p.noti{
    color: #1e4ce0;
}

.sub__page__table tr td:nth-child(2){
    text-align: left;
    padding: 0 10px;
}

.sub__page__table tr td a{
    font-size: 18px;
    font-weight: 400;
    color: var(--color-white);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    height: 70px;
    line-height: 70px;
    display: block;
}











/* media */
@media screen and (max-width: 768px){
    .sub__page__table{
        margin-top: 10px;
    }

    .sub__page__table tr{
        height: 60px;
    }

    .sub__page__table tr td a{
        height: 60px;
        line-height: 60px;
        font-size: 16px;
    }

    .sub__page__table tr th{
        font-size: 16px;
    }

    .sub__page__table tr td{
        font-size: 16px;
    }

    .sub__page__table tr td p{
        font-size: 16px;
    }

    .view__title{
        font-size: 16px;
    }
}

@media screen and (max-width: 600px){
    .sub__page__table tr th{
        font-size: 14px;
    }

    .sub__page__table tr td{
        font-size: 14px;
    }

    .sub__page__table tr td p{
        font-size: 14px;
    }

    .sub__page__table tr td a{
        font-size: 14px;
    }
}