/*여백 초기화*/
/** {margin: 0;padding: 0;}*/
body,div,ul,li,dl,il,h1,h2,h3,h4,h5,h6,input,fieldset, legend,p,select,table,th,td,tr,textarea,button,form{margin: 0;padding: 0;}

/* 링크 초기화 */
a{color:#222; text-decoration: none;}
a:hover{color:rgb(101, 126, 104);}

/* 폰트 초기화 */
body,input,textarea,select,button,table{ font-family: 'Do Hyeon', sans-serif; color:#222; font-size:13px;line-height:1.5;}

/*IR 기법*/
.ir_pm{display:block;overflow:hidden;font-size:0;line-height: 0; text-indent: -9999px;}
.ir_wa{display:block;overflow: hidden; position: relative; z-index: -1; width: 100%;height: 100%;}

/*블릿 기호 초기화*/
ul,li,ol,dl,menu{list-style-type: none;}