/* */
/* text */

.footer-link {
    font-size: var(--ps-fontSize);
    color: var(--systemSecondary);
    font-weight: 300;
    text-decoration: none;
    transition: all 0.1s ease-in-out;
    text-decoration: underline;
}

.footer__dsc-sm {
    font-size: var(--ps-fontSize);
    color: var(--systemSecondary);
    font-variation-settings: "wght" 300, "wdth" 100, "opsz" 8;
    line-height: 1.4;
}

.footer__eg-all-wrp .footer__info-wrp .footer_info {
    color: var(--systemSecondary);
    font-size: var(--ps-fontSize);
    font-weight: 300;
    text-decoration: underline;
    transition: all 0.1s ease-in-out;
}

.footer-ctnr .footer__all-wrp {
    display: flex;
    flex-direction: column;
    max-width: 72rem;
    margin: 0rem auto;
    padding: 4rem 0rem 1rem 0rem;
}

.footer-ctnr .footer__all-wrp .footer__icon-txt-wrp {
    display: flex;
    flex-direction: row;
}

.footer-ctnr .footer__all-wrp .footer__icon-txt-wrp .footer__icon-wrp {
    margin-right: 3.5rem;
}

.footer-ctnr .footer__all-wrp .footer__icon-txt-wrp .footer__icon-wrp .footer__home-svg {
    display: block;
    fill: var(--systemPrimary);
    transition: all 0.1s ease-in-out;
}

.footer-ctnr .footer__all-wrp .footer__icon-txt-wrp .footer__icon-wrp .footer__home-svg:hover {
    fill: var(--systemPrimary-hover);
}

.footer-ctnr .footer__all-wrp .footer__icon-txt-wrp .footer__txt-sns-wrp {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 40rem;
}

.footer-ctnr .footer__all-wrp .footer__icon-txt-wrp .footer__txt-sns-wrp .footer__sns-wrp {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

.footer-ctnr .footer__all-wrp .footer__icon-txt-wrp .footer__txt-sns-wrp .footer__sns-wrp .footer-link:hover {
    text-decoration: none;
    color: var(--systemSecondary);

}


/* */
/* footer border */

.footer-ctnr .footer__all-wrp .footer-brdr {
    border: solid 0.01rem var(--systemQuinary);
    margin: 2rem 0rem;
}


/* */
/* secondary footer */

.footer-ctnr .footer__all-wrp .footer__eg-all-wrp {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer-ctnr .footer__all-wrp .footer__eg-all-wrp .footer__eg-icon-wrp {
    width: fit-content;
    margin-right: 6rem;
}

.footer-ctnr .footer__all-wrp .footer__eg-all-wrp .footer__eg-icon-wrp .footer__eg-svg {
    fill: var(--systemPrimary);
    display: block;
    transition: all 0.1s ease-in-out;
}

.footer-ctnr .footer__all-wrp .footer__eg-all-wrp .footer__eg-icon-wrp .footer__eg-svg:hover {
    fill: var(--systemPrimary-hover);
}

.footer-ctnr .footer__all-wrp .footer__eg-all-wrp .footer__info-wrp {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

.footer-ctnr .footer__all-wrp .footer__eg-all-wrp .footer__info-wrp .footer_info:hover {
    text-decoration: none;
}

.footer-ctnr .footer__all-wrp .footer__eg-all-wrp .footer__eg-icon-wrp .footer-logo-svg {
    fill: var(--systemPrimary);
}


/* */
/* media query */

@media screen and (max-width: 1294px) {

    .footer-ctnr .footer__all-wrp {
        margin: 0rem 2rem;
    }
}


@media screen and (max-width: 960px) {

    .footer-ctnr .footer__all-wrp {
        padding: 2rem 0rem 2rem 0rem;
    }

    /* */
    /* */

    .footer-ctnr .footer__all-wrp .footer__icon-txt-wrp {
        display: flex;
        flex-direction: column;
    }

    .footer-ctnr .footer__all-wrp .footer__icon-txt-wrp .footer__icon-wrp {
        margin-bottom: 1rem;
    }

    .footer-ctnr .footer__all-wrp .footer__icon-txt-wrp .footer__txt-sns-wrp {
        max-width: 100%;
    }

    .footer-ctnr .footer__all-wrp .footer__icon-txt-wrp .footer__txt-sns-wrp .footer__sns-wrp {
        gap: 1rem;
    }


    /* */
    /* secondary footer*/

    .footer-ctnr .footer__all-wrp .footer__eg-all-wrp {
        display: flex;
        flex-direction: column;
        align-items: normal;
    }


    .footer-ctnr .footer__all-wrp .footer__eg-all-wrp .footer__eg-icon-wrp {
        margin-right: 0rem;
        margin-bottom: 1rem;
    }

    .footer-ctnr .footer__all-wrp .footer__eg-all-wrp .footer__info-wrp {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .footer-ctnr .footer__all-wrp .footer__eg-all-wrp .footer__info-wrp .footer_info:hover {
        text-decoration: none;
    }
}