<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "euc-kr";
@import url("/Css/NanumGothic.css");
@import url("/Css/NotoSansKr.css");
@import url("/Css/Godo.css");

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-style: normal;
	font-family: "NotoSansKR", NotoSansKR, 'NanumGothic', NanumGothic, �뗭�, dotum, sans-serif;	
}

html, body { font-family:"NotoSansKR", NotoSansKR, 'NanumGothic', NanumGothic, �뗭�, dotum, sans-serif !important; }

body {
	width: 100%;
	position: relative;
	color: #505050;
	background: #fff;
}

a {display:inline-block;}

img {
	border:0;
	vertical-align: middle;
}

hr { display: none; }

table, th, td { border-collapse: collapse; }

caption { display: none }

h1{
	font-size:1%;
	line-height:0;
	text-indent: -5000px;
}

ul { list-style: none; }

a {color:#666; }

a:link {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #777;
	text-decoration: none;
}
a:visit {
	color: #666;
	text-decoration: none;
}
a:active {
	color: #666;
	text-decoration: none;
}

input.txt {
	width: 122px;
	height: 20px;
	line-height: 18px;
	border: 1px solid #d6d6d6;
	background: #fff;
	color: #777;
	vertical-align: middle;
}

textarea {
	overflow: auto;
	overflow-x: hidden;
	font-family: dotum;
	line-height:150%;
	padding:3px;
}

button, input, select, textarea {
	font-family: 'NanumGothic', NanumGothic, '�뗭�',Dotum,AppleGothic,sans-serif;
	font-size: 12px;
	color: #767676;
}


legend {
	display: none;
}

img, fieldset, iframe {
	border: none;
}
/* base */
.skip_navigation a { position:absolute; top:-9999px; }
.skip_navigation a:focus { width:100%; top:0px; padding:5px; background:red; color:white; }
.blind { position: absolute; top: -9999px; font-size: 0;}
.clear::after { content:'';display:block;clear:both; }

.Bold { font-weight:bold; }
.clear:after {clear:both; display:block; content:'';}
.fl {float:left;}
.fr {float:right;}
</pre></body></html>