@charset "utf-8";


*{
    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: 'Noto Sans KR', sans-serif;
}

/*속성 지정*/
#container{
    width: 100%;
}
.inner{
    margin: 0 15px;
}

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