@charset "utf-8";


/* ==========================================================================
   Base styles & Helper
   ========================================================================== */

   @import url('lib/normalize.css');

   /* base */

   h1, h2, h3, h4, h5, h6, fieldset,ul, ol, dl, dt, dd, p, button, figure{margin:0;padding:0;
   	font-family :"Nanum Gothic","나눔 고딕","Dotum","돋움",sans-serif;}
   	html{}
   	body {font-family :"Nanum Gothic","나눔 고딕","Dotum","돋움",sans-serif; color:#1a1a1a; } 
   	h1, h2, h3, h4, h5, h6, strong, b, th{font-weight:Normal;}
   	legend, caption{width:0;height:0;visibility:hidden;font-size:0;line-height:0;}
   	a{font-style:normal;text-decoration:none;color:#333;}
   	fieldset, button{background:none;border:0px;}
   	ul,ol{overflow:hidden;}
   	li{list-style:none;}
   	table{width:100%;}
   	iframe{width:100%;vertical-align:middle;border:0 none;}
   	input, button{box-sizing:inherit;}
   	hr{border-width:1px 0 0 0;}
      .blind{position: absolute;top:-9999px;}