@charset "utf-8"; 

@import url(main.css);
@import url(menu.css);
@import url(silder.css);
@import url(contents.css);

/* 베이스 스타일 시작 */
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, address, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, select, textarea{margin:0; padding:0;}
h1, h2, h3, h4, h5, h6{font-size:100%;line-height:100%;}
img, fieldset{border:none;}
table{border-collapse:collapse;}
ul, ol, li{list-style:none;}
address, em{font-style:normal;}
li img, object{vertical-align:top;}
input, select, textarea, form img{vertical-align:middle;}
/* font */
body{color:#575757; font-size:0.75em; font-family: "돋움", Seoul, "한강체", helivetica,sans-serif;}
input, select, textarea{color:#575757; font-size:100%; font-family: "돋움", Seoul, "한강체", helivetica,sans-serif;}
/* anchor */
a{color:#575757; text-decoration:none;}
a:hover, a:focus, a:active{color:#575757;text-decoration:none;}
/* skip */
legend, hr, .skip, .script_skip{position:absolute; left:-5000px; width:0; height:0; font-size:0; line-height:0; overflow:hidden;}
caption{
	width:0;
	height:0;
	padding: 0px;
	margin: 0px;
	visibility: hidden;
	line-height:0px;
	}