
/* 푸터 스타일 */
footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #E5E7EB;
    background-color: #38bdf8;
    color: white;
    padding-bottom: 60px;
}

.footer_foot{
    display: flex;
}
footer > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 30px 0;
    
}

footer li {
    padding: 12px 20px;
    font-weight: 500;
}



footer p {
    font-size: 14px;
    color: #fdfdfdbb;
}