@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); 
/*@import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css);*/
@font-face{
   font-family:"NanumGothic",'Nanum Gothic',helvetica,arial,sans-serif;
   font-style:normal;
 /*  font-weight:normal; */
   src:url(NanumGothic.eot);
   src:local(※),url('NanumGothic.woff') format('woff'),url('NanumGothic.ttf') format('truetype') ;
}

/*Common*/
html,body,div,span,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,
pre,abbr,address,cite,code,del,dfn,
em,img,ins,kbd,q,samp,small,strong,
sub,sup,var,b,i,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,
figure,footer,header,hgroup,menu,nav,
section,summary,time,mark,audio,video{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	background:transparent;
	
}
body{
	background:#fff; 
}
body{
	word-break:break-all;
}

h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
	font-family:"Apple SD Gothic Neo","Apple Gothic","나눔고딕","Nanum Gothic","맑은 고딕","Malgun Gothic","Lucida Grande", Tahoma, Verdana,helvetica,sans-serif;
}

img,fieldset,iframe{
	border:0 none;
}
ul,ol,li{
	list-style:none;
}
em,address{
	font-style:normal;
}
img,input,select,textarea{
	vertical-align:middle;
}
li img,dd img,dt img,label img{
	vertical-align:top;
}
a,a:link,a:visited{
	cursor:pointer;
	text-decoration:none;
	color:#9c9c9c;
}

button,label{
	cursor:pointer;
}
textarea{
	overflow:auto;
}
hr{
	display:none;
}

img {
	background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /*IE6 & 7 */     
    zoom: 1;
}








