@charset "utf-8";
/* CSS Document */

	@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
	@import url(https://fonts.googleapis.com/css?family=Open+Sans:300 400,600,700,800);
	@import url("/font/NanumBarunGothic/NanumBarunGothic.css");
	
	*{padding:0; margin:0; }
	
	body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, thead, tbody, tr, th, td, form, fieldset, legend, input, textarea, button, section, footer 
{ font-family: font-style:normal; font-size:13px; color:#333; }

	
	
	
	
	
	* html { overflow: scroll; overflow-x: auto; }/* [IE] 프레임안의가로스크롤문제해결 */
		
	a,a:hover,a:active,a:visited{text-decoration:none;}
	img{border:0; display:block;  /*이미지밑에 공간없애는 태그*/  }
	
	body{width:100%; height:100%; }
	ul,ol,li,dl,dt,dd {list-style:none;}
	label,button{cursor:pointer;}
	


	/* float */
.clearfix{*zoom: 1;}
.clearboth{clear:both;}
.clearfix:after{content:''; display:block; clear:both;}
.f_left{float:left;}
.f_right{float:right;}

/*text-align*/
.ta_center{text-align: center;}
.ta_left{text-align: left;}
.ta_right{text-align: right;}