#footer {
    border-top: 2px solid #8f012b;
}

#footer .footer-top {
    height: 50px;
    border-bottom: 1px solid #dfdfdf;
}

#footer .footer-top .footer-menu {
    display: inline-block;
    margin-top: 18px;
}

#footer .footer-top .footer-menu > li {
    float: left;
    border-left: 1px solid #c0c0c0;
}

#footer .footer-top .footer-menu > li a {
    padding: 0 14px;
    color: #000;
}

#footer .footer-top .footer-menu > li:first-child {
    padding-left: 0;
    border-left: 0;
}

#footer .footer-top .footer-menu > li:first-child a {
    padding-left: 0;
    color: #945823;
}

#footer .footer-top .sns-links {
    float: right;
}

#footer .footer-top .sns-links > a {
    float: left;
    width: 50px;
    height: 50px;
    border-right: 1px solid #dfdfdf;
}

#footer .footer-top .sns-links > a.btn-kakao {
    background: url("/static/images/kusrc/icon_kakao_off.png") no-repeat 50% 50%;
    border-left: 1px solid #dfdfdf;
}

#footer .footer-top .sns-links > a.btn-kakao:hover {
    background: url("/static/images/kusrc/icon_kakao_on.png") no-repeat 50% 50%;
}

#footer .footer-top .sns-links > a.btn-youtube {
    background: url("/static/images/stm/front/layout/icon/icon_yt_off.png") no-repeat 50% 50%;
}

#footer .footer-top .sns-links > a.btn-youtube:hover {
    background: url("/static/images/stm/front/layout/icon/icon_yt_on.png") no-repeat 50% 50%;
}

#footer .footer-bottom {
    height: 74px;
    padding-top: 25px;
}

#footer .footer-bottom .wrapper {
    position: relative;
}

#footer .footer-bottom .footer-logo {
    float: left;
    margin-top: 7px;
}

#footer .footer-bottom .copyright {
    float: left;
    margin-left: 30px;
    line-height: 24px;
    color: #898989;
}

#footer .footer-bottom .family-site {
    position: relative;
    float: right;
    border: 1px solid #cccccc;
    z-index: 1000;
}

#footer .footer-bottom .family-site.on {
    border-color: #1b1b1b;
}

#footer .footer-bottom .family-site.on .btn:after {
    background: url("/static/images/stm/front/layout/btn/btn_minus.png") no-repeat 0 50%;
}

#footer .footer-bottom .family-site .btn-family-site {
    display: block;
    width: 218px;
    height: 40px;
    padding-left: 15px;
    font-weight: bold;
    line-height: 40px;
    color: #000;
    box-sizing: border-box;
}

#footer .footer-bottom .family-site .btn-family-site:after {
    float: right;
    content: '';
    width: 14px;
    height: 14px;
    margin: 13px 13px 0 0;
    background: url("/static/images/stm/front/layout/btn/btn_plus.png") no-repeat 0 0;
}

#footer .footer-bottom .family-site > ul {
    display: none;
    position: absolute;
    left: -1px;
    bottom: 40px;
    width: 100%;
    border: 1px solid #1b1b1b;
}

#footer .footer-bottom .family-site > ul > li {
    border-top: 1px solid #5d5e62;
}

#footer .footer-bottom .family-site > ul > li:first-child {
    border-top: 0;
}

#footer .footer-bottom .family-site > ul > li > a {
    display: block;
    height: 40px;
    padding-left: 15px;
    line-height: 38px;
    color: #fff;
    background: #47494d;
}

#footer .footer-bottom .family-site > ul > li > a:hover {
    background: #5d5e62;
}

#footer .footer-bottom #btn-go-top {
    position: fixed;
    right: 15px;
    width: 43px;
    height: 42px;
    bottom: 32px;
    background: #fff url("/static/images/stm/front/layout/btn/btn_top.png") no-repeat 0 0;
    z-index: 1000;
}

#footer .footer-bottom #btn-kakao {
    position: fixed;
    right: 15px;
    width: 43px;
    height: 42px;
    bottom: 77px;
    background: #fff url("/static/images/kusrc/btn_kakao.png") no-repeat 0 0;
    z-index: 1000;
    background-size: cover;
}

/* 960px */
@media screen and (max-width: 1023px) {
    .wrapper {
        width: 100%;
    }

    #footer .footer-top .footer-menu {
        margin-left: 15px;
    }

    #footer .footer-bottom .wrapper {
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }

    #footer .footer-bottom .footer-logo {
        display: none;
    }

    #footer .footer-bottom .copyright {
        margin-left: 0;
        padding-right: 55px;
    }
}

/* 640px */
@media screen and (max-width: 767px) {
    #footer .footer-top {
        position: relative;
        z-index: 10;
    }

    #footer .footer-top .footer-menu {
        display: table;
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        table-layout: fixed;
    }

    #footer .footer-top .footer-menu > li {
        float: none;
        display: table-cell;
        height: 50px;
        padding-left: 0;
        box-sizing: border-box;
        border-color: #dfdfdf;
    }

    #footer .footer-top .footer-menu > li > a {
        display: block;
        padding-left: 0;
        padding-right: 0;
        line-height: 50px;
        text-align: center;
    }

    #footer .footer-top .sns-links {
        position: absolute;
        top: 76px;
        left: 15px;
    }

    #footer .footer-top .sns-links > a {
        width: 41px;
        height: 40px;
        border-top: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
    }

    #footer .footer-top .sns-links > a.btn-fb {
        background: url("/static/images/stm/front/layout/icon/icon_fb_mobile_off.png") no-repeat 50% 50%;
    }

    #footer .footer-top .sns-links > a.btn-fb:hover {
        background: url("/static/images/stm/front/layout/icon/icon_fb_mobile_on.png") no-repeat 50% 50%;
    }

    #footer .footer-top .sns-links > a.btn-youtube {
        background: url("/static/images/stm/front/layout/icon/icon_yt_mobile_off.png") no-repeat 50% 50%;
    }

    #footer .footer-top .sns-links > a.btn-youtube:hover {
        background: url("/static/images/stm/front/layout/icon/icon_yt_mobile_on.png") no-repeat 50% 50%;
    }

    #footer .footer-bottom {
        position: relative;
        padding-top: 92px;
    }

    #footer .footer-bottom .family-site {
        position: absolute;
        top: -67px;
        right: 15px;
        width: calc(100% - 130px);
        z-index: 10;
    }

    #footer .footer-bottom .family-site .btn {
        width: 100%;
        box-sizing: border-box;
        background: none;
    }

    #footer .footer-bottom .family-site .btn-family-site {
        width: 100%;
        box-sizing: border-box;
    }

    #footer .footer-bottom .family-site.on .btn-family-site:after {
        background: url("/static/images/stm/front/layout/btn/btn_minus.png") no-repeat 0 50%;
    }
}

/* 480px */
@media screen and (max-width: 639px) {
    #footer .footer-bottom .family-site .btn-family-site {
        width: 100%;
    }
}

/* 320px */
@media screen and (max-width: 479px) {
    #footer .footer-top {
        height: auto;
    }

    #footer .footer-top .footer-menu > li {
        height: auto;
        vertical-align: middle;
    }

    #footer .footer-top .footer-menu > li > a {
        padding: 12px 0;
        line-height: 21px;
    }

    #footer .footer-top .footer-menu > li > a span {
        display: block;
    }

    #footer .footer-top .sns-links {
        top: 92px;
    }

    #footer .footer-bottom {
        height: 108px;
    }

    #footer .footer-bottom .copyright {
        line-height: 20px;
    }
}

/*# sourceMappingURL=footer.css.map */
