@charset "utf-8";

/*기본css*/
h1,h2,h3,h4,h5,h6,p,dl,dt,dd,body{
    margin:0;
}

ul{
    margin:0;
    padding:0;
    list-style: none;
}

a{
    text-decoration: none;
    display: block;
    color: #292929;
}

.inner{
    width:1200px;
    margin:0 auto;
}

.cf:after{
    content:"";
    display:block;
    clear:both;
}
body{
    font-family: 'NotoSans';
}