/* Shared legacy footer */

.legacy-footer {
    clear: both;
    width: 100%;
    height: 187px;
    margin: 0;
    padding: 0;
    background: #fafbfc;
}

.legacy-footer-wrap {
    position: relative;
    width: 1164px;
    height: 187px;
    margin: 0 auto;
    padding: 0;
}

.legacy-footer-wrap>ul {
    position: relative;
    margin: 0;
    padding: 68px 0 0 31px;
    list-style: none;
}

.legacy-footer-wrap>ul::after {
    display: block;
    clear: both;
    content: "";
}

.legacy-footer-wrap>ul>li {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.legacy-footer-logo {
    width: 204px;
}

.legacy-footer-logo a {
    display: block;
}

.legacy-footer-logo img {
    display: block;
    width: 204px;
    height: 73px;
    max-width: none;
    border: 0;
}

.legacy-footer-info {
    float: left;
    width: 880px;
    color: #777;
    font-size: 12px;
}

.legacy-footer-info>div {
    margin-top: -8px;
    margin-left: 40px;
    color: #777;
    font-family: Dotum, "돋움", Gulim, "굴림", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.1em;
    white-space: nowrap;
}

.legacy-footer-info span {
    display: inline;
    white-space: nowrap;
}