/*reset.css*/
@import 'utf-8';

@font-face {
    font-family: 'NanumSquareR';
    src: url('../font/NanumSquareR.eot');
    src: url('../font/NanumSquareR.eot?') format('eot'),
        url('../font/NanumSquareR.woff') format('woff');
}

@font-face {
    font-family: 'NanumSquareB';
    src: url('../font/NanumSquareB.eot');
    src: url('../font/NanumSquareB.eot?') format('eot'),
        url('../font/NanumSquareB.woff') format('woff');
}

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

body {
    font-family: 'NanumSquareR', Malgun Gothic, "맑은 고딕", sans-serif;
    line-height:1.5;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    vertical-align: top;
}

.clearfix {
    display: table;
    clear: both;
    content: '';
}
