<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 13px;
	font: inherit;
	/*font-family: "Noto Sans KR","Noto Sans SC","Nanum Gothic","돋움", sans-serif;*/
	font-family: 'Noto Sans Korean',"Noto Sans KR","Noto Sans SC","Nanum Gothic","돋움", sans-serif;
	color:#222222;
	/*vertical-align: baseline;*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}
table {
	border:0;padding:0;
	border-collapse: collapse;
	border-spacing: 0;
}
input[type=radio],input[type=checkbox] {
	margin:-2px 3px 0 0;vertical-align:middle;
}

a {text-decoration:none;}
a:link {} /*- a 태그가 걸린 글자의 스타일*/
a:hover { } /*- a 태그가 걸린 글자에 마우스오버 했을 때의 스타일*/
a:active { } /*- a 태그가 걸린 글자를 클릭했을 때의 스타일*/
a:visited { }

li,dt,dd,div,header {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}

*{-webkit-text-size-adjust:none;} /*모바일웹 가로 회전시 폰트가 커지는 문제방지*/</pre></body></html>