@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    border: 0;
}

body {
    font-family: "맑은 고딕", MalgunGothic, arial, sans-serif;
    font-size: 16px;
    color: #666;
}

.clear::after {
    content: "";
    clear: both;
    display: block;
}


footer {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
}


footer h3 {
    float: left;
    width: 200px;
    height: 40px;
    padding-top: 30px;
}

footer .copyright {
    width: 700px;
    height: 100px;
    float: left;
}

footer .copyright ul.copy {
    width: 85%;
    /*    background: #eee;*/
    margin: 6px 80px;
    /*    margin-left: 20px;*/

}

footer .copyright ul.copy li {
    float: left;
    padding-right: 30px;
}


footer .sns_wrap {
    float: left;
    width: 300px;
    height: 100px;
}

footer .sns_wrap ul.sns {
    width: 80%;
    height: 100px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content:space-between;
    align-items: center;
}

footer .sns_wrap ul.sns li {
}

footer .sns_wrap ul.sns li img {
    width: 50px;
    height: 50px;
    filter: grayscale(100);
    transition: 0.2s;
}


footer .sns_wrap ul.sns li a {
    display: block;
}

footer .sns_wrap ul.sns li:hover img{
    filter: grayscale(0);
}
