body{ margin:0; padding:0;
    font-family: "Noto Sans KR", sans-serif;;
    font-size: 13px;
    color: #333;
    background-color: #fff;
	letter-spacing:-0.2px;
}
ul,ol,dl,dd{ margin:0; padding:0; list-style-type:none; }
h1, h2, h3, h4, h5, h6 {letter-spacing:-0.7px;}
h1, h2, h3, h4, h5, h6, p { margin:0; padding:0; }
a{ text-decoration:none; color:inherit; }
table{ border-collapse:collapse; border-spacing:0px; }
*:focus { outline: 0; }

input, select, textarea{
     border:1px solid #ddd;
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    -webkit-box-sizing:content-box; 
}

.btn.active,.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.focus, .btn:focus, .btn:hover {
    color: inherit; }
label {margin:0;}
button {border:0;}
legend {display:none;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


ol, ul, li {
	list-style: none;
}

a:hover,a:focus {
  text-decoration:none;
  color:inherit;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


.hide{
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: -9999em;
	overflow: hidden;
	visibility:hidden;
}

.cf:after{
	font-size: 0;
	line-height: 0;
	content: '';
	display: block;
	clear: both;
}
