/* <style> */
/* font
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanumbrushscript.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css);

고도체 Godo
//cdn.rawgit.com/young-ha/webfont-archive/master/css/Godo.css

나눔바른고딕 'NanumBarunGothic'
//cdn.rawgit.com/young-ha/webfont-archive/master/css/NanumBarunGothic.css

나눔스퀘어 'NanumSquare'
//cdn.rawgit.com/young-ha/webfont-archive/master/css/NanumSquare.css

*/
/* font-family: 'Nanum Pen Script', cursive; */
/* 요소(element) 여백 초기화  */
/*font-family: "Nanum Barun Gothic";*/
/* font-family: "Nanum Gothic","Malgun Gothic", Gulim, Dotum;  */

/*
local fonts
Noto Sans KR : 400/700/900
Nanum Gothic : 400/700/800
*/
@import url('./fonts/fonts.css');


html, body {width:100%;height:100%; padding:0; margin:0; font-family: "Noto Sans KR", "Gulim", "Dotum"; font-size: 14px; font-weight: 400;}

a { color: #08c;}
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }

img{border:0px}
label {cursor:pointer;}

.clear{clear:both; width:0px;height:0px}
.menu_hidden{color:red}
