@charset "utf-8";

/* reset style [start] */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, big, cite, code,
del, dfn, em, font, img, ins, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td 
{margin: 0;padding: 0;	border:0;  line-height: 1.5em; font-family:dotum,gulim,sans-serif;} /* vertical-align: baseline; outline: 0; ie 외 브라우저 포커싱 사라지는 문제로 제거 */

body {line-height: 1.8em; font-family:dotum,gulim,sans-serif;}

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,abbr,article,aside,command,details,figcaption,figure,footer,header,hgroup,mark,meter,nav,output,progress,section,summary,time 
{ margin: 0; padding: 0;  }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th,figcaption { font-size: 1em; font-style: normal; }
table { border-collapse: collapse; border-spacing: 0; }
article,aside,footer,header,hgroup,nav,section,figure,figcaption { display: block; }

/* 헤더 폰트 사이즈 초기화 */
h1, h2, h3, h4, h5, h6 {font-size:100%;}

/* 리스트의 스타일 제거 */
dl, ol, ul, li {list-style: none; color:#666666; }

/* 폰트 강조 특성 초기화 */
address, caption, cite, code, dfn, em, strong, th, var {font-style:normal;} /* font-weight:normal */

/* 테이블 스타일 초기화 */
/* tables still need 'cellspacing="0"' in the markup */
table {border-spacing:0;} /* border-collapse: collapse; ff에서 border="0" 인 경우 문제 발생 */


/* 이미지 및 필드셋에서 보더표시 초기화 */
caption, th {text-align:left;}

/* 인용구 표시 초기화 */
q:before, q:after {content:' ';}
caption {overflow:hidden;width:0; height:0; font-size:0;}
blockquote, q {quotes: none;}
/* remember to define focus styles! :focus {outline: 0;} */
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

a { text-decoration:none; color:#767676; }	a:hover, a:active { text-decoration:underline; }

/* reset style [end] */
img,input,select,textarea { vertical-align:middle; }
img.ibottom { vertical-align:bottom; }
input.textBox { border:1px solid #ccc; height:17px; margin-bottom:1px; padding:0 2px; }
.radio { margin-bottom:-2px;}
textarea, select {border:1px solid #ccc}
hr {display: none;}
legend { visibility:hidden; height:0; width:0; font-size:0;}

/*  button */
button {cursor: pointer; border-color: #FAFAFA #848484 #848484 #FAFAFA; border-width: 2px; border-style: solid; color: #333; font-family: monospace; font-size: 85%; background-color: #F0F0F0;}
button:active { border-color: #848484 #FAFAFA #FAFAFA #848484;}