@charset "utf-8";

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#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('/diam/web/lib/kcaptcha/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('/diam/web/lib/kcaptcha/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}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* cms login */
.login_captcha{}
.login_captcha.cms_login_captcha {padding: 3% 0 0;font-size: 0.75em;text-align: center;clear: both;word-break: keep-all;word-wrap: break-word;line-height: 1.3em;}
.login_captcha.cms_login_captcha .capcha_box{}
.login_captcha.cms_login_captcha .capcha_box #captcha #captcha #captcha_info {color:#000;font-size:1.4em;}

/* 게시판 write */
.bbs.bbs_post .bbs_capcha{margin: 10px 0;position: relative;}
.bbs.bbs_post .bbs_capcha #captcha_key{font-size: 1rem !important;}

/* 회원 join */
.mb_join .form_join_captcha{}
.mb_join .form_join_captcha #captcha_key{font-size: 1rem !important;}

/* 회원 login */
.mb_login .custom-control.captcha_area {margin-top: 0.825rem;margin-left: 0;padding-left: 0;}
.mb_login .custom-control.captcha_area #captcha_key{font-size: 1rem !important;}

/* 회원 login후 정보수정시 비밀번호 인증 */
.mb_inner.mb_check .password_captcha {margin:10px 0;}
.mb_inner.mb_check .password_captcha #captcha_key{font-size: 1rem !important;}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('/diam/web/lib/kcaptcha/img/captcha2.png') no-repeat 0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span {display:none}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('/diam/web/lib/kcaptcha/img/captcha2.png') no-repeat 0 0 ; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}