@charset "utf-8";
/* ### 기본 스타일 커스터마이징 시작 ### */

/* animated custom */
.box { width:100%; margin:0 auto; border-radius:10px; }
.box .inner { padding:30px; }
.captcha img {width:275px;}


/* */
.login_box {width:100%; max-width:600px; border-radius:10px; border:1px solid #ffd504; margin:0 auto; }
.login_box .inner { padding:30px; }
.login_box .btn a { color:#535353; }


/* 캡챠 자동등록(입력)방지 기본 */
#captcha {border:0px;padding:0px;margin:0px;}
#captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha #captcha_img {width:200px;height:75px;border:1px solid #e9e9e9;margin-right:20px;}
#captcha #captcha_key {width:200px;height:75px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:2em;margin-bottom:20px;}
#captcha #captcha_reload {margin:0;padding:0 5px;width:32px;height:32px;border:0;background:url(../../../../img/captcha.png) no-repeat 0 -30px;overflow:hidden; vertical-align:middle;overflow:hidden;cursor:pointer;text-indent:-999px}
#captcha #captcha_mp3{width:32px;height:32px;margin:0;padding:0 5px;height:32px;border:0;background:url(../../../../img/captcha.png) no-repeat 0 0;vertical-align:middle;overflow:hidden;cursor:pointer;overflow:hidden;text-indent:-999px}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

