@import url('http://fonts.googleapis.com/earlyaccess/notosanskr.css');
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/NotoSansKr/NotoSansKR-Thin.woff') format('woff');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/NotoSansKr/NotoSansKR-Light.woff') format('woff');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url('../fonts/NotoSansKr/NotoSansKR-Regular.woff') format('woff');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url('../fonts/NotoSansKr/NotoSansKR-Medium.woff') format('woff');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: url('../fonts/NotoSansKr/NotoSansKR-Bold.woff') format('woff');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 900;
   src: url('../fonts/NotoSansKr/NotoSansKR-Black.woff') format('woff');
 }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, input, select, textarea,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: normal;
  font-size: 100%;
  font-family: "Noto Sans KR","Noto Sans","nanumgothic";
  vertical-align: top;
  list-style: none;
  text-decoration: none;
	border-collapse: collapse;
}
.a11y {position: absolute; left:-9999px; width:1px; height:1px; margin:-1px; text-indent:-9999px; clip:rect(0 0 0 0); overflow:hidden;}
button:focus {outline:0;}
input:focus{outline:0;}
