/*----------------------------------------------
리셋
----------------------------------------------*/

@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
/* 
@font-face {
    font-family: 'notokr-regular';
    src: url('notokr-regular.eot');
    src: url('notokr-regular.eot?#iefix') format('embedded-opentype'),
         url('notokr-regular.woff2') format('woff2'),
         url('notokr-regular.woff') format('woff'),
         url('notokr-regular.ttf') format('truetype'),
         url('notokr-regular.svg#notokr-regular') format('svg');
    font-weight: normal;
    font-style: normal;

}패널 */
body {
   font-family: "Noto Sans Korean", sans-serif;
}

html,body {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}
img {
    max-width: 100%;
}
ul, li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
a, a:hover, a:focus {
    text-decoration: none;
    color: inherit;
	
}