@charset "utf-8";
/* **********************************************************
 * 파일명      : base.css
 * 설명        : 기본
********************************************************** */


@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

body {font-size:12px; font-family:"Nanum Gothic", "나눔고딕" , "돋움", "굴림", sans-serif, Arial; color:#404040; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, p, blockquote, th, td ,input{padding:0; margin:0;}
ol, ul, li {list-style:none;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;	font-size:100%;}
form, fieldset, img {border:0;}
address, caption, em {font-weight:normal; font-style:normal;} 
legend, caption {display:none;}

a{text-decoration:none;}
a:link, a:visited {color:#404040; text-decoration:none;}
a:hover, a:active {color:#404040; text-decoration:none;}

.btn_radio   {border:0;}
.btn_check   {border:0;}
.bold   { font-weight:bold;}
.clear { clear:both;}

