/* CSS초기화 */
	@charset "utf-8";
	
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center, dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td { 
	  margin: 0;
	  padding: 0;
	  border: 0;
	  outline: 0;
	  font-size: 12px; /*원래100%였음*/
	  color:#777777; font-family:Tahoma,Dotum,돋움; /* 새로추가 */
	  vertical-align: baseline;
	  background: transparent;
	}
	
	img { vertical-align:bottom; } /* 이미지하단여백을 없애기 위해 추가함. */
	
	.debug1{border:2px black solid;}
	.debug2{border:2px red solid;}
	.debug3{border:2px blue solid;}
	
	body {
	  line-height: 1;
	}
	
	ol, ul {
	  list-style: none;
	}
	
	blockquote, q {
	  quotes: none;
	}
	
	/* remember to define focus styles! */
	
	:focus {
	  outline: 0;
	}
	
	/* remember to highlight inserts somehow! */
	
	ins {
	  text-decoration: none;
	}
	
	del {
	  text-decoration: line-through;
	}
	
	/* tables still need 'cellspacing="0"' in the markup */
	
	table {
	  border-collapse: collapse;
	  border-spacing: 0;
	}
	
	/* add */
	a:active	{color:#990000;text-decoration:underline}
	a:visited	{color:#666666;text-decoration:none}
	a:link		{color:#666666;text-decoration:none}
	a:hover		{color:#999999;text-decoration:underline}
	
	input { 
		font-size: 12px;
		font-family:Tahoma,Dotum,돋움;
	}
	
	select { 
		padding:2px;
		font-size: 12px;
		font-family:Tahoma,Dotum,돋움;
		border:1px solid #CCCCCC;
	}
	
	.rg_title {
		color:#000000;
		font-size:20px;
		line-height:25px;
		font-family: 나눔고딕;
		font-style:  normal;
		font-weight: bold;
	}
	
	h1{
		color:#000000;
		font-size:20px;
		line-height:25px;
		font-family: 나눔고딕;
		font-style:  normal;
		font-weight: bold;
	}
	@font-face {font-family: 나눔고딕; src:url(/lib/font/EXTRABO0.eot);}
	
	
	/*
		-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.1);

	*/