@charset "utf-8";
/*
<fieldset id="captcha" class="captcha">
	<legend>
		<label for="captcha_key">자동등록방지</label>
	</legend>
	<img 	id="captcha_img" src="http://ujong2.79.ypage.kr/plugin/kcaptcha/kcaptcha_image.php?t=1544514405422" alt="">
	<input 	id="captcha_key" type="text" name="captcha_key" required="" class="captcha_box required" size="6" maxlength="6">
	<button id="captcha_mp3" type="button"><span></span>숫자음성듣기</button>
	<audio 	id="mp3_audio" preload="auto" src="http://ujong2.79.ypage.kr/data/cache/kcaptcha-1794499066_1544514161.mp3?t=1544514159156" autoplay=""></audio>
	<button id="captcha_reload" type="button"><span></span>새로고침</button>
	<span 	id="captcha_info">자동등록방지 숫자를 순서대로 입력하세요.</span>
</fieldset>

#captcha {display:inline-block;position:relative;border:1px solid red;}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
*/
/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {}
#captcha legend {}
#captcha #captcha_img {width:100px !important;height:43px !important;}
#captcha #captcha_mp3 {background:none !important;}
#captcha #captcha_mp3 span{}
#captcha #mp3_audio {}
#captcha #captcha_reload {background:none !important;}
#captcha #captcha_reload span {}
#captcha #captcha_key {margin-left:25px !important;width:100px !important;height:43px !important;border:1px solid #ccc !important;}