@charset "utf-8";

.ctt_admin {
    position: absolute;
    top: 330px;
    padding: 1px 4px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, .15);
    z-index: 97;
}

.ctt_admin:hover {
    background-color: rgba(255, 255, 255, .25);
}

.ctt_admin a {
    color: #fff;
    font-size: 15px;
}

.ctt_admin a:hover {
    color: #fff;
}

.nonpay {
    height: 400px !important;
    background: url(../../../sub/contents/images/login-bg.jpg);
}

.nonpay .sub-p-text h5 {
    font-size: 45px;
    margin-top: 3rem;
}

.nonpay .sub-p-text p {
    font-size: 17px;
    margin-top: 1.5rem;
}

.np_cate {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 3rem;
}

.np_cate a {
    color: #bbb;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 24px;
    border-radius: 100px;
    transition: all .3s;
}

.np_cate a:hover {
    background-color: #f2f2f2;
}

.np_cate a.on {
    color: #fff;
    font-weight: 700;
    background-color: var(--main-color);
}

table {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-spacing: 0;
    table-layout: fixed;
}

table thead {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    border-top: 2px solid var(--main-color);
    background-color: #c2996c20
}

table thead tr th {
    padding: 10px 0;
}

table th,
table td {
    color: #222;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

table td {
    padding: 12px;
    font-size: 16px;
    text-align: center;
}

.nonpay-t-title {
    color: #222;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 1rem;
}
.nonpay-t-title:first-child {
    margin-top: 0;
}

.nonpay-t-title span {
    color: #aaa;
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-top: 7px;
}


/*==================================================*/
@media (max-width: 768px) {
    .nonpay .sub-p-text h5 {
        font-size: 45px;
    }

    .np_cate {
        gap: 0;
        margin-bottom: 1rem;
    }
    
    .np_cate a {
        font-size: 16px;
        padding: 10px 18px;
    }
}


@media (max-width: 550px) {
    .nonpay .sub-p-text h5 {
        font-size: 36px;
    }

    .nonpay .sub-p-text p {
        font-size: 15px;
    }

    .np_cate {
        margin-bottom: 0;
    }
    
    .np_cate a {
        font-size: 14px;
        padding: 8px 14px;
    }

    .nonpay-t-title {
        font-size: 24px;
        margin-top: 3rem;
    }
    
    table thead {
        font-size: 14px;
    }
    
    table td {
        padding: 8px 4px;
        font-size: 14px;
    }
}


@media (max-width: 450px) {
    .nonpay .sub-p-text p br {
        display: none;
    }
    
    .np_cate a {
        font-size: 13px;
        padding: 6px 12px;
    }

    table thead {
        font-size: 13px;
    }
    
    table td {
        padding: 7px 3px;
        font-size: 12px;
    }
}