@charset "utf-8";
/* 마진과 패딩의 초기화 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, select
{ margin : 0; padding : 0;border:0;  font-size:12px; line-height:1.5em; font-family:"돋움",Dotum,"굴림",Gulim,AppleGothic,Sans-serif;  }

/* 헤더 폰터 초기화*/
h1, h2, h3, h4, h5, h6
{ font-size :100% }

/* 리스트의 스타일 제거 */
ol, ul
{list-style : none; }

/* 테이블 스타일 초기화 */
table, th, td, 
{border-collapse: collapse; line-height:1.5em; font-family:"돋움",Dotum,"굴림",Gulim,AppleGothic,Sans-serif;  }

/* 폰트 강조 특성 초기화 */
address, caption, cite, code, dfn, em, th, var
{ font-style : normal; font-weight : normal; }

/* 이미지 및 필드셋에서 보더표시 초기화 */
filedset, img 
{border : 0; }

/* 캡션과 테이블헤더 텍스트 정렬 초기화 */
caption, th 
{text-align : left ;}

/* 텍스트박스*/
input{font-family:"돋움",Dotum,"굴림",Gulim,AppleGothic,Sans-serif; color:#6c6b6b;}

/* 인용구 표시 초기화 */
q:before, q:after
{ content : '' ; }

body,button {font-size:12px;}

img, fieldset,iframe, button {border:none;}

img, input, select, textarea {vertical-align:middle; }

textarea {overflow:auto;} 


/* 리스트의 스타일제거 */
ol, ul { list-style: none;}
li {list-style:none;}

/* 기본LINK값 */
a {text-decoration:none; color:#6d6e72;}
a:hover, a:active, a:focus {text-decoration:underline; color:#6d6e72;}

/* 다른브라우져 */
html:first-child select {padding-right:6px; height:20px;} /* Opera 9 & Below Fix */ 
option {padding-right:6px;} /* Firefox Fix */
legend {position:absolute; top:0; left:0; width:0; height:0; overflow:hidden; visibility:hidden; font-size:0; line-height:0;} /* For Screen Reader */ 



/*Com Css Float*/
.R {float:right;}
.L {float:left;}
.EL {_float:left;}
/*Com Css Font*/
.B {font-weight: bold;}

/*Com Css Padding*/
.paddT5 {padding-top:5px;}

/*Com border */
.b1 {border:1px #0D78BE solid;}
.b2 {border:1px red solid;}
