/* <style> */
/* font

Noto Sans KR (Korean)
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
font-family: 'Noto Sans KR';


@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);
@import url(https://cdn.rawgit.com/openhiun/hangul/14c0f6faa2941116bb53001d6a7dcd5e82300c3f/nanumbarungothic.css);
@import url(https://cdn.rawgit.com/openhiun/hangul/14c0f6faa2941116bb53001d6a7dcd5e82300c3f/nanumbarungothic.css);
*/
/* font-family: 'Nanum Pen Script', cursive; */
/* 요소(element) 여백 초기화  */
/*font-family: "Nanum Barun Gothic";*/


html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

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

* {-webkit-text-size-adjust:none;}

.clear{clear:both; width:0px;height:0px}
.reset{list-style:none; margin:0; padding:0}
.underline {text-decoration: underline;}
.align_center{text-align:center;}
.menu_hidden{color:red}