@charset "utf-8";


/* Common */
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{margin:0;padding:0}
body,input,textarea,select,button,table{
	font-family: "나눔고딕", "굴림", "맑은 고딕", sans-serif, Verdana;
	font-size: 12px;
	text-align: center;
	zoom: 1;
	line-height: 180%;
	letter-spacing: -1px;
}
th{text-align:left}
/*텍스트 링크에 밑줄 안보이게 하기*/
a{color:#444547;text-decoration:none}
/*이미지,이미지맵,인풋버튼 선택시 테두리 없에기 */
a:hover,a:active,a:focus{color:#55aaea;text-decoration:underline}
.blind{position:absolute;top:0;left:0;width:1px;height:1px;overflow:hidden;visibility:hidden;font-size:0;line-height:0}

header {
	width: 100%;
	height: 10vh;
}
header img {
	width: 10%;
	height: 50%;
}
header nav ul {
	display: flex;
	width: 50%;
}