body{ margin:0; padding:0; }
ul,ol,dl,dd{ margin:0; padding:0; list-style-type:none; }
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; }

/* ¿©±â±îÁö¸¸ ¾¸. ¹Ø¿¡ css Á¤¸®(°¡·Î¹è¿­) */


input, select, textarea{
     border:1px solid #dddddd;
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    -webkit-box-sizing:content-box; 
}

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;
}


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;
}

.hand { cursor:pointer; }