@import url(https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css);

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

/* 폰트 초기화 */
body,input,textarea,select,button,table {font-family: 'NanumSquare','맑은 고딕','Apple SD Gothic Neo','돋움',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,h3,h4,h5,h6 {font-size: 12px;font-weight: normal;}

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

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

/* 테이블 초기화 */
table {width: 100%; border-spacing: 0; border-collapse: collapse; }
th {font-weight: normal;}

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