@charset "utf-8";
/*@font-face{
    font-family:'NanumSquare';
    src:url('font/NanumSquareR.eot');
    src:url('font/NanumSquareR.woff'),
        url('font/NanumSquareR.ttf');
}*/

*{margin: 0; padding: 0;}
body{font-family:'NanumSquare', sans-serif; font-size:12px; line-height:18px; color: #121212;}
a{color: #121212; text-decoration: none;}
img{border: none; vertical-align: top;}
input, select, button{vertical-align: top;}
button{cursor: pointer;}
ul,ol{list-style: none;}
.cf{}
.cf:after{content: ""; display: block; clear: both;}
address{font-style: normal;}
