@charset "utf-8";
/*******************************************************************************
  base 속성
*******************************************************************************/
html {padding:0; margin:0; overflow-x:auto; overflow-y:scroll;}
body {padding:0; margin:0}
img {border:0; vertical-align:middle;}
div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
summary, address {margin:0px; padding:0; list-style:none; font-style:normal}
legend, caption {font-size:0px !important; color:#ffffff !important; line-height:0 !important; height:0 !important; overflow:hidden; text-indent:-9999px;}
table{border-spacing:0; border-collapse:collapse;}
th, td {line-height:140%;}

fieldset {border:none;}
em {font-style:normal;}
hr {font-size:0px !important; color:#ffffff !important; line-height:0 !important; height:0 !important; visibility:hidden; overflow:hidden; clear:both; border:0;}
textarea{width:100%;  border:1px #ccc solid;}
input, select, textarea, label {vertical-align: middle;}
input{padding:0;}
select {height:20px; padding:0 0 1px;}
a {text-decoration:none}

input[type=text] ,input[type=file] ,input[type=password]  {border:solid 1px #a8a8a8 ; padding:2px 0} 
select {border:solid 1px #a8a8a8;}


/*---------------------------------------------------*\
	Font
\*---------------------------------------------------*/
/*body, a {font-family:AppleGothic,Dotum,Arial,Verdana,sans-serif;font-size:12px;line-height:1;color:#666}_기존*/
body, a {font-family:'NanumGothicWeb','Apple SD Gothic Neo','Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif,Helvetica;font-size:12px;line-height:1;color:#666}
h1, h2, h3, h4, h5, h6 {font-size:12px}
textarea {line-height:1.5}
h1, h2, h3, h4, h5, h6 {font-size:12px}
textarea {line-height:1.5}


/*******************************************************************************
  FORM ELEMENT
*******************************************************************************/


/* ff style */
input[type=radio] {
	border:0;
	margin:-2px 0 0 0;
	padding:0;
}
input[type=checkbox] {
	border:0;
	margin:-2px 0 0 0;
	padding:0;
}
/* ff style // */



button {border:0 none;padding:0;margin:0;background:transparent; cursor:pointer;} 
/* button::-moz-focus-inner {border:0;padding:0;}  firefox 여백방지 */
 
/* 
<butto>초기화 설명
background:transparent; 회색배경 없애기
overflow:visible; IE6~7 여백버그 해결
cursor:pointer; 손 커서 
*/
