@charset "utf-8";

/* 2023.12.05 kang nuri */
/* reset.css */


/**************************************************/

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;
}

input, textarea, select, button, table {
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
}

table {
	border-collapse: collapse;
}

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

img {
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
}

a {
	color: inherit;
	text-decoration: none;
	outline: none;
}

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

button{
	border: 0;
}