@charset "utf-8";

/* Styles for page-cpds-payment-system */
.sub-title {
    font-size: 32px;
}

.payment-about h1 {
    font-size: 36px;
    line-height: 1.5;
}

.c-faq-chk {
    background: #fff;
    padding: 24px;
    border-radius: 8px;
    position: relative;
}

.c-faq-chk .box {
    font-weight: normal;
}

.payment-unit ul {
    flex-wrap: wrap;
    display: flex;
    gap: 16px;
    list-style: none;
    padding-left: 0;
}

.payment-unit li {
    flex: 1 1 calc(33.333% - 16px);
    box-sizing: border-box;
    padding: 24px 16px;
    background: #fff;
    border: 1px solid #e0e6ed;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
    position: relative;
    padding-top: 56px;
    margin-bottom: 20px;
}

.payment-unit li:nth-child(1):before {
    content: '1';
}

.payment-unit li:nth-child(2):before {
    content: '2';
}

.payment-unit li:nth-child(3):before {
    content: '3';
}

.payment-unit li:nth-child(4):before {
    content: '4';
}

.payment-unit li:nth-child(5):before {
    content: '5';
}

.payment-unit li:before {
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-green2);
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
}

.none_style li {
    margin-bottom: 0.5em;
    list-style: none;
}

.c-faq-acr {
    border-radius: 6px;
    padding: 16px;
}

.c-faq-acr .q span {
    padding: 10px 10px;
}

.c-faq-acr .q:after {
    top: 30%;
}

a[href*=".pdf"]::before,
a[href$=".doc"]::before,
a[href$=".docx"]::before,
a[href$=".xls"]::before,
a[href$=".xlsx"]::before {
    display: none !important;
}

.limitTbl {
    width: 100%;
    border-collapse: collapse;
    border: none;
}

.limitTbl th,
.limitTbl td {
    padding: 16px;
    vertical-align: middle;
    text-align: left;
    border: none;
}

.limitTbl th {
    background: #edfaf9;
    width: 60%;
}

.limitTbl tr:first-child {
    border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 1023px) {
    .sub-title {
        font-size: 26px;
    }

    .payment-about h1 {
        font-size: 28px;
    }

    .payment-unit li {
        flex: 1 1 calc(50% - 16px);
    }
}

@media (max-width: 768px) {
    .payment-unit li {
        flex: 1 1 100%;
    }

    .limitTbl {
        font-size: 15px;
    }
}
