﻿@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);

/* reset */
body, div, header, article, section, footer, ul, li, ol, dl, dt, dd, table, th, td, img, p, form, input, fieldset, button, h1, h2, h3, h4, h5, h6 {margin:0; padding:0; border:none;} 

body {font-size:13px; font-family:"나눔고딕",Nanum Gothic; color:#333; font-size:0;}

li, ul, ol{list-style:none;}

a{text-decoration:none;}

h1{}
h3{font-size:24px;}

.clear{clear:both;}