@charset "utf-8";
@import url(layout.css);
@import url(main.css);
@import url(contents.css);
@import url(navigation.css);
@import url(popup.css);
@import url(board.css);


/* css default */
/* 마진패딩 초기화 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, filedset, input, p, blockquote, th, td, img { margin: 0; padding: 0;}
/* 헤더폰트 사이즈 초기화 */
h1, h2, h3, h4, h5, h6 {font-size: 100%;}
/* 리스트 스타일 초기화  */
ol, li {list-style: none;}
/* 폰트 강조 특성 초기화 */
address, caption, cite, code, dfn, em, strong, th, var {font-style: normal; font-weight: normal;}
/* 이미지 및 필드셋에서 보더표시 초기화 */
filedset, img {border: 0;vertical-align:middle;}

/* 캡션과 테이블헤더 텍스트 정렬 초기화 */
caption, th {text-align: left;}
/* 인용구 표시 초기화 */
q:before, q:after {content: '';}
body {margin:0;padding:0; font-size:12px; font-family:"Gulim"; color:#666666;}
img, input, select { vertical-align:middle;}
a { text-decoration:none; color:#666666;}
a:hover { text-decoration:underline;}
img { border:0;}
table, tr, td {margin:0; padding:0; border:none; border-collapse:collapse;}

