/*-------------------------------------------------
	[한국표준협회] CSS
	
	* Version 	: 1.0
	* author	: jun hyung park
-------------------------------------------------*/

@charset "utf-8";
@charset "euc-kr";

@import url("content_p.css");
@import url("develope_p.css");

/*초기화*/
*{margin:0;padding:0}
html{overflow-x:auto;overflow-y:auto;width:100%;height:100%;}
body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	color:#313131;
	background:#FFF;
	font-size:13px;
	letter-spacing:0em;
	word-spacing:0em;
	word-break: keep-all;
	font-family:'Nanum Gothic';
	}

p, div, ul, ol. li, dt, dl, dd, header, nav, aside, article, section, footer, figure, address, h1, h2, h3, h4, h5, h6{border:0px;margin:0px;padding:0px;}
/*HTML5*/article, aside, hgroup, header, footer, figure, figcaption, nav, section,time, mark, canvas, video, audio, details, summary{display:block;}

table{border-spacing:0;border-collapse:collapse;}
fieldset,img{border:0;}
ul{list-style:none;}
hr{display:none;}



/* a:link */
.crtfcEntrpsTable a:link,
.crtfcEntrpsTable a:active,
.crtfcEntrpsTable a:visited{color: #0097b6 !important; font-weight: bold;}
.crtfcEntrpsTable a:hover{color: #96b8bf !important;}