@charset "utf-8";

footer.footer {
    padding: 39px 0;
    background:#333333;
}

footer.footer.board_top {
    margin-top: 140px;
}

footer.footer .footer_container {
    position: relative;
    max-width: 1510px;
    width:100%;
    padding:0 15px;
    margin:0 auto;
}

footer.footer .footer_top {
    display:flex;
    flex-wrap: wrap;
    gap: 4px;
}

footer.footer .footer_ul{
    display: flex;
}

footer.footer .footer_ul:not(:first-child) {
    padding-left: 8px;
    border-left:1px solid #666666;
}

footer.footer .footer_li {
    margin-right: 8px;
}

footer.footer .footer_li + li {
    padding-left:8px;
    border-left:1px solid #666666;
}

footer.footer .footer_p,
footer.footer .footer_p a {
    letter-spacing: -0.02em;
    font-family: "Noto Sans KR",sans-serif;
    font-size: 14px;
    color:#fff;
}

footer.footer .fot_title {
    margin-right: 5px;
}

footer.footer .footer_bot {
    margin-top: 10px;
}

footer.footer h4 {
    font-family: "Noto Sans KR",sans-serif;
    font-size: 14px;
    color:#999;
}

@media (max-width:1280px) {
    footer.footer .footer_ul:last-child {
        padding-left: 0;
        border: none;
    }
}

@media (max-width:991px) {
    footer.footer {
        padding: 27px 0;
    }

    footer.footer.board_top {
        margin-top: 70px;
    }

    footer.footer .footer_container {
        padding: 0 17px;
    }

    footer.footer .footer_top {
        gap:1px;
    }

    footer.footer .footer_ul:not(:first-child){
        padding-left: 0;
        border: none;
        width: 100%;
    }

    footer.footer .footer_li + li {
        border: none;
        position: relative;
    }

    footer.footer .footer_li + li::after {
        content: '';
        position: absolute;
        top: 3px;
        left: 0;
        width: 1px;
        height: 15px;
        background-color: #666666;
    }

    footer.footer .fot_title {
        margin-right: 3px;
    }

    footer.footer .footer_p, 
    footer.footer .footer_p a {
        font-size: 13px;
        letter-spacing: 0;
        line-height: 1.6;
    }

    footer.footer .footer_p.address_p {
        width: 80%;
        word-break: keep-all;
    }

    footer.footer .footer_bot{
        margin-top: 5px;
    }

    footer.footer h4 {
        font-size: 13px;
    }

}