	@font-face {
	  font-family: 'Nanum Barun Gothic';
	  font-style: normal;
	  font-weight: 200;
	  src: local('Nanum Barun Gothic UltraLight'), local('Nanum Barun Gothic-UltraLight'), local('NanumBarunGothic UltraLight');
	  src: url(../../../css/font/NanumBarunGothicUltraLight.eot);
	  src: url(../../../css/font/NanumBarunGothicUltraLight.eot?#iefix) format('embedded-opentype'),
		   url(../../../css/font/NanumBarunGothicUltraLight.woff) format('woff'),
		   url(../../../css/font/NanumBarunGothicUltraLight.ttf) format('truetype');
	}

	@font-face {
	  font-family: 'Nanum Barun Gothic';
	  font-style: normal;
	  font-weight: 300;
	  src: local('Nanum Barun Gothic Light'), local('Nanum Barun Gothic-Light'), local('NanumBarunGothic Light');
	  src: url(../../../css/font/NanumBarunGothicLight.eot);
	  src: url(../../../css/font/NanumBarunGothicLight.eot?#iefix) format('embedded-opentype'),
		   url(../../../css/font/NanumBarunGothicLight.woff) format('woff'),
		   url(../../../css/font/NanumBarunGothicLight.ttf) format('truetype');
	}

	@font-face {
	  font-family: 'Nanum Barun Gothic';
	  font-style: normal;
	  font-weight: 400;
	  src: local('Nanum Barun Gothic Regular'), local('Nanum Barun Gothic-Regular'), local('NanumBarunGothic Regular');
	  src: url(../../../css/font/NanumBarunGothic.eot);
	  src: url(../../../css/font/NanumBarunGothic.eot?#iefix) format('embedded-opentype'),
		   url(../../../css/font/NanumBarunGothic.woff) format('woff'),
		   url(../../../css/font/NanumBarunGothic.ttf) format('truetype');
	}

	@font-face {
	  font-family: 'Nanum Barun Gothic';
	  font-style: normal;
	  font-weight: 700;
	  src: local('Nanum Barun Gothic Bold'), local('Nanum Barun Gothic-Bold'), local('NanumBarunGothic Bold');
	  src: url(../../../css/font/NanumBarunGothicBold.eot);
	  src: url(../../../css/font/NanumBarunGothicBold.eot?#iefix) format('embedded-opentype'),
		   url(../../../css/font/NanumBarunGothicBold.woff) format('woff'),
		   url(../../../css/font/NanumBarunGothicBold.ttf) format('truetype');
	}

	@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic|Nanum+Myeongjo&display=swap');



	/* 요소(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,
	table, th, td {
		margin:0;
		padding:0;
		}

	/* 테이블설정 */
	table, th, td{
		margin:0;
	}

	/* 목록 */
	ol, ul,li { list-style:none}

	/* 테두리 없애기 */
	fieldset, img, abbr,acronym { border:0 none; } 


	/* 테이블 - 마크업에 'cellspacing="0"' 지정 함께 필요 */
	table {
		border-collapse: separate;
		border-spacing:0;
		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:#000000;
		font-size:15px;
		font-family: 'Nanum Barun Gothic', sans-serif;
		letter-spacing: -0.05em;
	}

	/* 링크 */
	a, a:link {color:#2f2f2f;text-decoration:none;} 
	a:visited {color:#2f2f2f;text-decoration:none;}
	a:hover {color:#326996;text-decoration:none;}
	a:focus {color:#2f2f2f;text-decoration:underline;}
	a:active {color:#2f2f2f;text-decoration:none;} 

	/* 이미지, 폼관련 요소 */
	label, select, input, textarea {
		vertical-align:middle;
		box-sizing:border-box;
		font-size:15px;
	}

	select {
		padding:7px;
		border:1px solid #9b9b9b
	}

	.memu{color:#000000;font-size:9pt; font-family:굴림,tahoma;line-height:140%}
	A.menu:link {color:#000000; text-decoration:none;}
	A.menu:visited {color:#000000; text-decoration:none;}
	A.menu:hover {color:#FF0000; text-decoration:none;}

	.thm7{font-size:7pt; font-family:tahoma;letter-spacing: 0pt}
	.dod8_{font-size:8pt; font-family:돋움;letter-spacing: -1pt}
	.dod8{font-size:8pt; font-family:돋움;letter-spacing: 0pt}

	.input_{border:1px solid #D8D8D8; background-color:#ffffff;padding:7px;font-size:1.05em}

	/* 관리자전용알림 */
	.adminmess{background-color:#edefd6;border:1px solid #ccd189;padding:15px;text-align:center;color:#8c9339;display:block}

	/* 네비게이션 디자인 */
	.navi_design{background-color:#F5F5F5;border:1px solid #dddddd;text-align:left;height:50px;line-height:50px;}
	.navi_design h2{display:none}
	.navi_design ul{float:left;padding-left:10px}
	.navi_design ul li{float:left;padding:0 20px;background:url(../image/A_icon_7.gif);background-repeat:no-repeat;background-Position:100% 50%;}
	.navi_design ul li:last-child{background:url();}
	.subtitle{padding:20px 0;font-weight:bolder;}
	.subtitle_line{border-bottom:1px solid #dddddd}

	.input_ess{background:url(../../../image/input_ess.gif);background-repeat:no-repeat;background-Position:0% 0%;}