<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
	outline: 0;
}

html, body {
	font-family: 'dotum', 'ë‹ì›€';
	font-size: 12px;
	background-color: #ffffff;
	height:100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ul, ol, dl {
	list-style: none;
}
img, video, input {
	border: 0;
	vertical-align: middle;
	font-family: 'dotum', 'ë‹ì›€';
	font-size: 12px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-family: 'dotum', 'ë‹ì›€';
}
label {
	cursor: pointer;
}
.in_color {
	border: 1px solid #bdbdbd;
}
.in_color:focus {
    border: 1px solid #FF0000;
}
</pre></body></html>