
/* 이미지 초기화 */
img {border:0;}

/* table 초기화 */
table {width: 100%; border-spacing: 0; border-collapse: collapse;}



/* 여백 초기화 */
body,div,ul,li,dl,dd,dt,ol,h1,h2,h3,h4,h5,h6,input,fieldset,legend,p,select,table,td,th,textarea,button,form,figure
{padding:0;margin:0;}

/* 폰트 초기화 */
body,input,textarea,select,button,table{font-family:'NanumSquare','맑은 고딕','Apple SD Gothic N','돋움',dotum, sans-serif; font-size: 12px; line-height: 1.5;}

/* 폰트 스타일 초기화 */
em, address {font-style:normal;}

/* list-style 초기화 */
ul,li,ol {list-style:none;}

/* 제목 태그 초기화 */
h1,h2,h4,h5,h6{font-size: 12px; font-weight: normal;}

/* a 링크 초기화 */
a {color: #333; text-decoration: none;}

/*  IR효과 */
.ir {width: 0;height: 0; font-size:0; line-height: 0; position: absolute; left:0; overflow: hidden; }
