@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

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

img {
    border: 0;
    margin: 0;
    padding: 0;
}

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

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

.sns_wrap {
    width: 300px;
    height: 100px;
    margin: 0 auto;
}

ul.sns {
    width: 300px;
    height: 100px;
    margin: 0 auto;
}

ul.sns li {
    float: left;
    width: 100px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    padding-top: 25px;
}

ul.sns li a {
    display: block;
    width: 100%;
    height: 100%;
}

ul.sns li img {
    width: 50px;
}

