<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "euc-kr";
/* CSS Document */

*{margin:0; padding:0;}
*{ /* 패딩, 보더를 포함시킴 */
 -webkit-box-sizing : border-box;
 -moz-box-sizing : border-box;
 -o-box-sizing : border-box;
 -ms-box-sizing : border-box;
 box-sizing : border-box;
 } 
/*================================
	나눔고딕 / 나눔바른고딕 / 나눔스퀘어
================================*/

@font-face {font-family: 'Nanum Gothic';
src: url(NanumGothic-Regular.eot);
src: url(NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
	url(NanumGothic-Regular.woff) format('woff'),
	url(NanumGothic-Regular.ttf) format('truetype');
}
@font-face {font-family: 'Nanum Barun Gothic';
 src: url(NanumBarunGothic.eot);
 src: url(NanumBarunGothic.eot?#iefix) format('embedded-opentype'),
	url(NanumBarunGothic.woff) format('woff'),
	url(NanumBarunGothic.ttf) format('truetype');
}
@font-face {font-family: 'NanumSquare';
 src: url(nanumsquare.eot);
 src: url(nanumsquare.eot?#iefix) format('embedded-opentype'),
	url(nanumsquare.woff) format('woff'),
	url(nanumsquare.ttf) format('truetype');
}

body{ font-size:13px; color:#666666;}
body, div, ul, li, dl, dt, dd, ol, p, h1, h2, h3, h4, h5, h6, form, img, span,  select, input, textarea, option{margin:0; padding:0; text-align:justify; font-family: "Nanum Gothic", sans-serif, 돋움, dotum }

 /* -----기본 링크스타일----- */
a:link{color:#666666; text-decoration:none;}                                       
a:visited{color:#666666;  text-decoration:none;}
a:hover{color:#4cb2da; text-decoration:none;}
a:active{color:#4cb2da; text-decoration:none;}
.hidden{display:none;}

caption, legend{font-size:0px; width:0px; height:0px; overflow:hidden; position:absolute; visibility:hidden;}


td img, img{border:0;}

/*table{border-collapse:collapse; border-spacing:0; border:0;}*/

input,textarea,select{font-family:inherit; font-size:inherit; font-weight:inherit;}

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

textarea{overflow:auto;} 

button,label{cursor:pointer;}


.skip{position:absolute; width:1px; height:1px; border:1px; top:-5000em; overflow:hidden;}
hr{display:none; clear:both;}</pre></body></html>