@charset "utf-8";

html, body,  ul,dl,dt,dd, li, div, p, h1, h2, h3, h5, h6, p, span, fieldset { border:0; margin:0; padding:0; }
ol { border:0; margin:0;  }
ul, ul>li, li {list-style:none;}
li img { vertical-align:top;}

/* A태그 */
a:link { color:#444; text-decoration:none; }
a:visited { color:#444; text-decoration:none; }
a:active { color:#444; text-decoration:none; }
a:hover  { color:#444; text-decoration:none; }

html { background:#fff;
  text-decoration:none; 
  font-family: 'NotoSansKR','NanumBarunGothic', '나눔바른고딕', 'Open Sans', 'dotum'; 
  font-size:14px; color:#444; letter-spacing:0; line-height:1.3em; word-break:keep-all;/* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

ol { border:0; margin:0;  }
ul, ul>li, li {list-style:none;}
li img { vertical-align:top;}
img { margin:0; padding:0;  vertical-align:top;}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

