	/* 본고딕 가져오기*/
	@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);


	@font-face {
	  font-family: 'Noto Sans KR';
	  font-style: normal;
	  font-weight: 100;
	  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),
		   url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),
		   url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
	}
	@font-face {
	  font-family: 'Noto Sans KR';
	  font-style: normal;
	  font-weight: 300;
	  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
		   url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
		   url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
	}
	@font-face {
	   font-family: 'Noto Sans KR';
	   font-style: normal;
	   font-weight: 400;
	   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
			url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
			url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
	 }
	@font-face {
	   font-family: 'Noto Sans KR';
	   font-style: normal;
	   font-weight: 500;
	   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
			url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
			url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
	 }
	@font-face {
	   font-family: 'Noto Sans KR';
	   font-style: normal;
	   font-weight: 700;
	   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
			url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
			url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
	 }
	@font-face {
	   font-family: 'Noto Sans KR';
	   font-style: normal;
	   font-weight: 900;
	   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),
			url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),
			url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
	 }



	/* 요소(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: 'Noto Sans KR', sans-serif;
		letter-spacing: -0.05em;
		box-sizing:border-box;
	}

	/* 링크 */
	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{text-align:left;height:40px;line-height:40px;margin-bottom:35px;}
	.navi_design h2{float:left;font-size:36px;color:#292929;line-height:36px;font-weight:500;}
	.navi_design ul{float:right;}
	.navi_design ul li{float:left;padding:0 11px 0 14px;background:url(../image/A_icon_7.gif) no-repeat 0% 50%;font-size:12px;color:#888888;line-height:36px;}
	.navi_design ul li a {color:#888888;}
	.navi_design ul li:first-child{background:url(../image/S_sub_navi_i.gif) no-repeat 0% 50%;padding-left:17px;}
	.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%;}