@charset "euc-kr";

/* reset style [start] */
html,body, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,pre
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;}
legend, caption, .skip{display: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; } /* 삭제 */

/* 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;
}