@charset "UTF-8";



@font-face {  font-family: 'notokr'; 
 font-weight: 300;
 font-style: normal;
 src: url('../font/NotoKR-DemiLight/notokr-demilight.eot'); 
 src: url('../font/NotoKR-DemiLight/notokr-demilight.eot?#iefix') format('embedded-opentype'), 
 url('../font/NotoKR-DemiLight/notokr-demilight.woff2') format('woff2'), 
 url('../font/NotoKR-DemiLight/notokr-demilight.woff') format('woff'), 
 url('../font/NotoKR-DemiLight/notokr-demilight.ttf') format('truetype'), 
 url('../font/NotoKR-DemiLight/notokr-demilight.svg#notokr-demilight') format('svg'); 
} 

@font-face {  font-family: 'notokr'; 
 font-weight: 400;
 font-style: normal;
 src: url('../font/NotoKR-Regular/notokr-regular.eot'); 
 src: url('../font/NotoKR-Regular/notokr-regular.eot?#iefix') format('embedded-opentype'), 
 url('../font/NotoKR-Regular/notokr-regular.woff2') format('woff2'), 
 url('../font/NotoKR-Regular/notokr-regular.woff') format('woff'), 
 url('../font/NotoKR-Regular/notokr-regular.ttf') format('truetype'), 
 url('../font/NotoKR-Regular/notokr-regular.svg#notokr-regular') format('svg'); 
} 


/* reset */
* { -moz-box-sizing:border-box; -webkit-box-sizing:border-box;  box-sizing: border-box; word-break:keep-all; }
body {font-size:13px; background:#fff;  }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button,section {margin:0;padding:0;  }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, main, address { display: block; }
body,th,td,input,select,textarea,button  { font-family:notokr, sans-serif; font-weight:200;  color:#363636; letter-spacing:-1px;}
fieldset,img {border:0 none}
dl,ul,ol,menu,li {list-style:none}
blockquote, q {quotes: none}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none}
input,select,textarea,button  {vertical-align:middle}
button  {border:0 none; background-color:transparent; cursor:pointer}
table {border-collapse:collapse; }
address,caption,cite,code,dfn,em,var  {font-style:normal; font-weight:normal}
section{position:relative;}
caption{position:absolute; visibility:hidden; left:-9999px; display:none; overflow:hidden; width:0; height:0; font-size:0; line-height:0;}
a {text-decoration:none; cursor: pointer; color:#666; }
a:hover, a:focus {color:#000;}
input[placeholder] {color:#888;}
