/*@charset "utf-8";*/
/* CSS Document */

/************************************************************
 css 인클루드
 ************************************************************/
@import url(form.css);/*폼 스타일 지정 */
@import url(style.css);/*디자인 스타일 */
@import url(module_other.css);/*모듈 스타일*/


/************************************************************
 CSS정의 : 디자인 패턴을 미리정의하고 자주 쓰는것들은 미리 작성해둠
 ************************************************************/
/* 전체페이지 공통요소 */
body {font-size:12px;font-family:dotum;color:#666666;width:100%;line-height:16px;margin:0px;font-weight:normal;height:100%;padding:0px;}
div, p, ul, li, table, th, td, textarea, input, span, form, h1, h2, h3, h4, h5, h6, dt, dl, dd {margin:0px;padding:0px;font-size:12px;font-family:돋움;color:#666666;}
ul, ol, dl, dd, dt, li	{list-style-type:none; margin:0; padding:0px;line-height:16px;}
table {border:0px; padding:0px; margin:0px; border-collapse: collapse;}
th {border:0px; padding:0px; margin:0px; font-size:12px;}
td {border:0px; padding:0px; margin:0px; font-size:12px;}
hr {display:none;}


/* png파일 ie6 까지 해결 */
.png24 {tmp:expression(setPng24(this));}

/* 이미지 */
img {border:0;vertical-align:top;}

/* 클리어 */
.clear {clear:both; font-size:0px; line-height:0px; height:0px; width:0px; overflow:hidden;}

/* 정렬관련 */
.aleft{float:left;} .aright{float:right;}

/* 컨텐츠정렬관련 */
.al {text-align:left;} .ac {text-align:center;} .ar {text-align:right;} 

/* 건너뛰기 */
#skipnavi {width:0; height:0; font-size:0; line-height:0;}


