footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #1c2431;
    padding: 60px 20px;
}

footer a {
    letter-spacing: 0.01em !important;
}

.footer-wrapper {
    width: 1200px;
}

.footer-box-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.footer-box-group {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-box {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* .logo-f {
    width: 70px;
    margin-bottom: 1rem;
    cursor: pointer;
} */

.logo-f {
    width: fit-content;
    color: #fff;
    font-size: 32px;
    font-family: 'establishRetrosansOTF';
    margin-bottom: 1rem;
}

.fBtn {
    color: #fff;
    display: flex;
    gap: 1rem;
}

.fBtn p {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.01em !important;
}

.fBtn span {
    font-weight: 300;
}

.fpBtn {
    padding: 0;
    font-size: 17px;
    font-weight: 600;
    background-color: transparent;
    cursor: pointer;
}

.footer-box-title h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.footer-box-info h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.footer-box-info p {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0;
}

.knp-info br {
    display: none;
}

.knp-info em br {
    display: block;
}

.f-list {
    display: flex;
    flex-direction: column;
    gap: .8rem;
}

.f-list li {
    color: #fff;
    font-size: 15px;
}


/*==================================================*/
@media (max-width: 1250px) {
    .footer-wrapper {
        width: 100%;
    }
}


@media (max-width: 1000px) {
    footer {
        padding: 40px 20px;
    }
    
    .footer-box-group {
        display: none;
    }
}


@media (max-width: 768px) {
    .footer-box {
        gap: .5rem;
    }

    .footer-box-wrapper {
        gap: 2rem;
    }
    
    .footer-box-button {
        display: none;
    }
    
    .knp-info br {
        display: block;
    }

    .knp-info span {
        display: none;
    }
}


@media (max-width: 450px) {
    .logo-f {
        font-size: 24px;
        margin-bottom: .5rem;
    }
    
    .footer-box-title h2 {
        font-size: 16px;
    }
    
    .footer-box-info h1 {
        font-size: 22px;
    }
    
    .footer-box-info p {
        font-size: 12px;
    }
}