@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; }

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html { background:#fff;
  text-decoration:none; 
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; 
  font-size:15px; font-weight:; 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;
}

