@charset "utf-8";

/************************************************************************
* filename		: default.css
* description	: default  CSS import
* author		: Jeon young chang (ars9845@naver.com)
* date			: 2011.10.19
+ version		: v2.0
************************************************************************/

@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
ul, ol, li, dl, dt, dd {margin:0; padding:0; list-style:none;}

form input, form select, form label, form img, form button {vertical-align:middle;}

fieldset {border:none;}
fieldset input, fieldset select, fieldset label, fieldset img, fieldset button {vertical-align:middle;}
legend {width:0; height:0; line-height:0; font-size:0; visibility:hidden; display:none;}

img {border:0; font-size:0;}
hr {height:1px; color:#ccc; }


/** a tag set **/
A:link, A:visited, A:active {color:#333; text-decoration: none;}
A:hover {color: #111; text-decoration:none;}



/** table set **/
table {margin:0; padding:0; border-collapse:collapse; border-spacing:0;}
caption {width:0; height:0; line-height:0; font-size:0; visibility:hidden; display:none;}

.cl{clear:both; font-size:0; line-height:0; height:0;}


/** html5 **/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
