@charset "UTF-8";
@import url("btn.css");
/*
웹 퍼블리싱
작업자:이승희(didily@naver.com) 
*/

/*기본설정 */

body,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p,form,fieldset,legend,input,img{margin:0;padding:0;}
img,fieldset{border:0;}
ul,ol{list-style:none;}
legend{height:0;font-size:0;}
label{cursor:pointer;cursor:hand;}
input{outline:none;}
cite{font:normal 85% verdana;}
em{font-style:normal;}
cite span{font-weight:bold;}

body {
	font-family:"돋움", dotum, "굴림", Gulim, AppleGothic, sans-serif;
	font-size:75%;
	_font:12px/14px dotum;
	}

a {
	color:#666;
	text-decoration:none;
	}

a:hover {
	color:#666666;
	text-decoration:underline;
	}


hr { 
	display:none;
	} 

h1, h2, h3, h4, h5, h6, legend, caption, #skipnav {
	visibility:hidden;
	overflow:hidden;
	position:absolute; 
	width:0; 
	height:0;
	margin:0; 
	padding:0;
	font-size:0;
	line-height:0;
	}
.blindtext {
	POSITION: absolute; LINE-HEIGHT: 0; TEXT-INDENT: -3000em; WIDTH: 0px; HEIGHT: 0px; VISIBILITY: visible; FONT-SIZE: 0px; OVERFLOW: hidden
}




