@charset "euc-kr";


*{
    padding:0px;
    margin:0px;
}
ul,li {
    list-style:none;
}
a {
    text-decoration:none;
    color:#333;
}
img{
    border: 0;
    vertical-align: top;
}
body {
    width:100%;
    font-family:'Nanum Gothic', sans-serif;
}

/*ΌΣΌΊ ΑφΑ€*/
.cf:after{
    content:"";
    clear:both;
    display:block;
}