@charset "utf-8";
/* Plani Webdesign Team (http://plani.co.kr/) hasungpil 090104 */

/* 전체적인 타입 */

html { overflow: scroll; overflow-x: auto; }

* { margin:0; padding:0; }

body, table, tr, td, select, input, textarea {
	font-family:"돋움",Dotum,"굴림",Gulim,seoul, arial, verdana;
	font-size:12px;
	line-height:150%;
	color:#818181;
}
body {
	background-color: #eeeeee;
}
em,cite,address,dfn,var{font-style:normal;}

dl,ul,ol{list-style:none;}

select, input, textarea, file { border:0px solid #a6b5bc;font-size:12px;}

a { text-decoration:none;}

a:hover, a:active, a:focus { text-decoration:underline;}
/* For Screen Reader */

legend { position:absolute; top:0; left:0; width:0; height:0; overflow:hidden; visibility:hidden; font-size:0; line-height:0;} 
/* 스타일없을시 보여지는 것 */

hr, h2, h1 {display:none;}

.display {display:none;}

/* 테이블기본셋팅 */

table {border-collapse:collapse; border-spacing:0; }
caption { display:none;}

/* 이미지 테두리0 */

IMG {
	border:0;
	text-align: left;
}

/* 링크점선 없애기(탭키활용불가능-클라이언트가원하는경우이외에는사용하지말것)*/
a { selector-dummy : expression(this.hideFocus=true); color:#6b6b6b; }

/* 모든레이어나타내기-코딩용 div {border: #ff0000 1px solid;} */
