/* 2019.05.24 kang nuri */
@charset "utf-8";

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;
}
li {
	display: inline;
}
img {
	border: 0;
}
a {
	color: inherit;
	text-decoration: none;
	outline: none;
}
a:hover, a:active, a:visited {
	text-decoration: none;
	color: inherit;
}

input[type=text]::-ms-clear{
	display: none;
}

input[type=password]::-ms-reveal {
  display:none;
}

input:focus{
	outline: none;
}