/* 기본태그의 속성 정의
html, body { margin:0; padding:0; font-family:'Nanum Gothic', '나눔 고딕', Arial, Tahoma, sans-serif; font-size:100%; }
*/
html, body { margin:0; padding:0; font-size:100%; }

div, p, span, strong, label, address, table, tr, th, td, thead, tbody, tfoot, dl, dt, dd { margin:0; padding:0; }
header, footer, section, article, aside, mark, address { margin:0; padding:0; }
form, fieldset, legend, input { margin:0; padding:0; border:none; }

h1, h2, h3, h4, h5, h6 { margin:0; padding:0; }
ul, ol, li { }

a:link { text-decoration:none; border:none; }
a:hover { }
a:active { }
a:visited { }

img { max-width:100%; border:none; }
* { -webkit-text-size-adjust: none; }

/* 캡챠 자동등록(입력)방지 기본 */
	#captcha { position:relative; display:inline-block; }
	#captcha legend { position:absolute; margin:0; padding:0; font-size:0; line-height:0; text-indent:-9999em; overflow:hidden; }
	#captcha #captcha_img { width:100px; height:41px; border:1px solid #e9e9e9; }
	#captcha #captcha_mp3 { position:absolute; left:101px; top:0; width:23px; height:22px; margin:0; padding:0; border:0; background:transparent; vertical-align:middle; overflow:hidden; cursor:pointer; }
	#captcha #captcha_mp3 span { position:absolute; width:23px; height:22px; left:0; top:0; background:url('../../plugin/kcaptcha/img/sound.gif'); }
	#captcha #captcha_reload { position:absolute; left:101px; top:21px; width:23px; height:22px; margin:0; padding:0; border:0; background:transparent; vertical-align:middle; overflow:hidden; cursor:pointer; }
	#captcha #captcha_reload span { position:absolute; left:0; top:0; width:23px; height:22px; background:url('../../plugin/kcaptcha/img/reload.gif'); }
	#captcha #captcha_key { width:70px; height:41px; margin:0 0 0 25px; padding:0 5px; font-size:1.333em; font-weight:bold; text-align:center; line-height:2.8em; border:1px solid #b8c9c2; background:#f7f7f7; vertical-align:top; }
	#captcha #captcha_info { display:block; margin:5px 0 0; font-size:0.95em; letter-spacing:-0.1em; }