@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}

body {
	font-family: 'Noto Sans KR', sans-serif; 
font-size:13px; 
line-height:18px;/*행간*/ 
color:#121212;}

ul, ol {list-style:none;}

a {color:#121212; text-decoration:none}

img {border:0; vertical-align:top;/*인라인블럭요소태그들은 정렬될때 bottom기준으로 정렬이 되므로, 상단을 기준으로 잡아라!*/}
input,select,button {vertical-align:top;}

button {cursor:pointer}/*버튼영역위에 마우스 올렸을때 손바닥모양으로 변해랍.*/