@charset "utf-8";


/* reset */
body {margin:0;padding:0; background-color:#fff; -webkit-text-size-adjust:none;}
hr {display:none; clear:both;}
ol,ul { list-style : none; }
img,fieldset {border:0 none;}
address, caption, cite, code, dfn, em, th, var{ font-style : normal; font-weight : normal; }
h1,h2,h3,h4,h5,dl,dt,dd,ul,li,ol,th,td,p,blockquote,form,fieldset,legend {margin:0;padding:0;}
table {border-collapse:collapse;border:0 none;}
form, p {margin: 0px; }
button {border:0 none;padding:0;margin:0;background:transparent;*overflow:visible;cursor:pointer;}
button::-moz-focus-inner {border:0;padding:0;} 
a:link { color:#3366cc; text-decoration:none; }
a:visited { color:#3366cc; text-decoration:none; }
a:active { color:#3366cc; text-decoration:none; }
a:hover { color:#2850a2; text-decoration:none; } 
body,table,th,td,input,select,textarea,div {
  font-family: Dotum,'돋움', Arial, Helvetica, sans-serif;
  font-size: 12px; 
  color: #666; 
  font-style: normal; 
  margin:0; 
  word-break:keep-all;
}
select {
	width: 70px;
}
/* skip */
#accessibility, .skip, hr, legend, caption {visibility: hidden; width: 0; height: 0; overflow: hidden;}
