@charset "utf-8";

@import url(layout.css); /* layout */
@import url(global.css); /* page setting */
@import url(board.css); /* board */
/*@import url(print.css);*/ /* print */


/* defaut CSS */

body {font-family: '宋体',SimSun, SimHei,  MS Song, Dotum, Arial;font-size:12px;line-height:1.33;color:#484848;margin:0;padding:0;background-color:#fff;}
/*돋움,dotum,tahoma,sans-serif*/
/* fix font size IE only Hack */
/* IE 6, 7 */
* html body, *:first-child+html body {font-size:12px;}

/* margin, padding deafult setting */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {margin:0;padding:0;}

/* head value default setting */
h1, h2, h3, h4, h5, h6 {font-size:100%;}

/* list style setting */
ol, ul {list-style:none;}

/* font, etc setting */
address, caption, cite, code, dfn, em {font-style: normal;/*font-weight:normal;*/}

/* image border setting */
img {border:none;vertical-align:top;}

/* hr setting */
hr.section	{position:absolute;width:0;height:0;overflow:hidden;font:0/0 sans-serif;visibility:hidden;}

/* table caption setting */
caption.caption	{display:none;}

/* site common Link value CSS */
A:link		{text-decoration:none; color:#989898;}
A:visited	{text-decoration:none; color:#989898;}
A:hover		{text-decoration:underline; color:#989898;}
A:active	{text-decoration:none; color:#989898;}

fieldset	{border:none;margin:0;padding:0;display:inline;}
legend		{margin:0;padding:0;display:none;}
input		{vertical-align:middle;font-family: '宋体',SimSun, SimHei,  MS Song, Dotum, Arial;color:#4d4d4d;font-size:0.90em;}
textarea	{font-family: '宋体',SimSun, SimHei,  MS Song, Dotum, Arial;color:#777;font-size:100%;}
select		{font-family: '宋体',SimSun, SimHei,  MS Song, Dotum, Arial;vertical-align:middle;color:#777;}


/*accessibility Guide*/
#accessibilityMenu	 {position:absolute;width:0;height:0;overflow:hidden;font:0/0 sans-serif;visibility:hidden;}
.accessibilityTitle	 {position:absolute;width:0;height:0;overflow:hidden;font:0/0 sans-serif;visibility:hidden;}
.accessibilityContents	 {position:absolute;width:0;height:0;overflow:hidden;font:0/0 sans-serif;visibility:hidden;}


/* wysiwyg editor view_page setting (ex: div class="editorContents" */
.editorContents	h1	{font-size:2em;margin:.67em 0}
.editorContents	h2	{font-size:1.5em;margin:.83em 0}
.editorContents	h3	{font-size:1.17em;margin:1em 0;}
.editorContents	h4, .editorContents	p, .editorContents	ul, .editorContents	ol, .editorContents	dl,	 .editorContents	fieldset,	 .editorContents	form	{margin:1.33em 0;}
.editorContents	h5	{font-size:.83em;line-height:1.17em;margin:1.67em 0;}
.editorContents	h6	{font-size:.67em;margin:2.33em 0;}
.editorContents	ol, .editorContents	ul, .editorContents	dd	{margin-left:40px;}
.editorContents	ol	{list-style-type:decimal;}
.editorContents	ul	{list-style-type:disc;}
.editorContents	ol	ul, .editorContents	ul	ol, .editorContents	ul	ol, .editorContents	ol	ol	{margin-top:0;margin-bottom:0;}
.editorContents	h1	img, .editorContents	h2	img, .editorContents	h3	img, .editorContents	h4	img, .editorContents	h5	img, .editorContents	h6	img, .editorContents	li	img, .editorContents	dl	img, .editorContents	p	img, .editorContents	input, .editorContents	select	{vertical-align:baseline;}


/* End of base Attribute */