@charset "UTF-8";



/* reset style [start] */
html,body, iframe,h1, h2, h3, h4, h5, h6, p, blockquote,pre,button,
q, s, dl, dt, dd, ol, ul, li, fieldset, form, input, table,tr, th ,td
{  margin: 0; padding: 0; border:0; line-height: 1.5em; }

img, fieldset{border:0 none;}

body {
	font-size:75%;
	line-height:1.8em;
	color:#545454;
	font-family:"돋움", Dotum, "굴림", Gulim, "Lucida Grande", Tahoma, Verdana, AppleGothic, UnDotum, sans-serif;
	position:relative;
}

/* Tag Standard ***********************************************************************/


/* Tag구문(Construction) */
strong { font-weight: bold; }
em { font-style: normal; }
dfn { font-style: normal; }
cite { font-style: normal; }
sup { font-size: .92em; }
sub { font-size: .92em; }
address { font-style: normal; }
del { text-decoration: line-through; }
button{cursor:pointer;border:none;background:none}

/* common */
ol, ul, li { list-style:none;}
table {border-collapse:collapse; border-spacing:0;}

hr {display:none;}

a:link { color:#636363; text-decoration:none; }
a:visited { color:#636363; text-decoration:none; }
a:hover { color:#0030AE; text-decoration:underline; }
a:active { color:#0030AE; text-decoration:underline; }

span.button,
img.button,
a.button {
	cursor:pointer;
	vertical-align:middle;
}
button::-moz-focus-inner{border:0;padding:0;}
legend {position:absolute; visibility:hidden; overflow:hidden; width:0; height:0; font-size:0%;}
caption {position:absolute; visibility:hidden; overflow:hidden; width:0; height:0; font-size:0%;}