
footer {
    background: linear-gradient(to bottom, #E26B79 0%, #E2A3AA 100%);
    font-size: 14px;
    line-height: 24px;
}

.f-contents {
    padding: 20px 30px 0 30px;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer ul {
    padding: 4px 0 4px 0;
    margin: 10px 0 0 0;
    list-style: none;
    font-weight: 500;
    line-height: 24px;
}

.f-main {
    font-weight: 700;
}

.f-li {
    padding-top: 20px;
}

footer p{
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-top: 41px;
    margin-bottom: 27px;
}
