@charset "utf-8";


@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);


*{
    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;
}



/*속성 지정*/
.inner{
    width:1200px;
    margin:0 auto;
}
.cf:after{
    content:"";
    clear:both;
    display:block;
}

#wrap{
    min-width:1200px;
}

::-moz-selection {
   background: #e3f5fb;
   color: #015d7c;
}
::selection {
   background: #e3f5fb;
   color: #015d7c;
}