@charset "utf-8";
/* CSS Document */

/* 여백 초기화 */
body, div, ul, li, dl, dd, dt, ol, h1, h2, h3, h4, h5, h6, input, fieldset, legend, p, select, table, th, td, tr, textarea, button, form, figure, figcaption {margin:0; padding:0;}

/* a 링크 초기화 */
  a {color: #222; text-decoration: none;}
  a:hover {color: #2698cb;}

/* 블릿기호 초기화 */
ul, li, ol {list-style: none;}
