<style type="text/css">
<!--
@charset "utf-8";

@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');

@font-face{
 font-family: 'NanumGothicWeb';
 font-style: normal;
 font-weight: normal;
 src: url('/font/NanumGothic.eot'); 
 src: local('※'), url('/font/NanumGothic.woff') format('woff'), url('/font/NanumGothic.ttf') format('truetype');
}

/* 요소(element) 여백 초기화  */
html, body,
div, span,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
blockquote, p, address, pre, cite,
form, fieldset, input, textarea, select{
	margin:0;
	padding:0;
}

/* 숨김요소 */
legend,h1,h2,h3,h4,h5,h6 {
	position:absolute;
	overflow:hidden;	
	width:1px;
	height:1px;
	font-size:0;
	line-height:0;
}

/* 목록 */
ol, ul { list-style:none; }

/* 테두리 없애기 */
fieldset, img, abbr,acronym { border:0 none; } 

/* 텍스트 관련 요소 초기화 */
address, caption, em, cite, th {
	font-weight:normal;
	font-style:normal;
	}
ins { text-decoration:none; }
del { text-decoration:line-through; }

/* body 스타일 */
body,td,div {
	color:#000;
	font-size:12px;
	line-height:1.2;
	letter-spacing: 0pt;
	font-family:Dotum,Gulim, Verdana, AppleGothic, sans-serif;
}

/* 링크 */
a, a:link {color:#4f4f4f;text-decoration:none;} 
a:visited {color:#4f4f4f;text-decoration:none;}
a:hover {color:#f00;text-decoration:underline;}
a:focus {color:#f00;text-decoration:underline;}
a:active {color:#f00;text-decoration:none;} 

/* 탑메뉴 */
.tmenu{color:#bfc5c9;font-size:12px; font-family:굴림,tahoma;line-height:140%}
A.tmenu:link {color:#bfc5c9; text-decoration:none;}
A.tmenu:visited {color:#bfc5c9; text-decoration:none;}
A.tmenu:hover {color:#ffffff; text-decoration:none;}

.thm7{font-size:11px; font-family:tahoma;letter-spacing: 0pt}
.dod8_{font-size:11px; font-family:돋움;letter-spacing: -1pt}
.dod8{font-size:11px; font-family:돋움;letter-spacing: 0pt}
.n{letter-spacing: 0pt}

.input_{font-size:12px;border:1px solid #D8D8D8; background-color:#ffffff;height:22px;padding:5px}
.inputbox_{font-size:12px;border:1px solid #D8D8D8; background-color:#ffffff;padding:5px}
-->
</style>