File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
@charset "utf-8";
.area_catpcha {padding-top:20px;padding-bottom:40px;position:relative;}
.area_catpcha p {padding:0;margin:0;font-size:12px;}
.area_catpcha:after {content:""; display:block; clear:both;}
.area_catpcha {*zoom:1;}
.area_catpchaInner {float:right;*zoom:1;}
.area_catpchaInner:after {content:""; display:block; clear:both;}
#audiocatpch {display:none;}
.catpcha {float:left;margin-right:10px;}
.reloadInput {height:24px;}
.catpcharInputArea {float:left;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;transition:all 0.3s ease;}
.catpcharInputArea .txt {margin-top:10px;}
.catpchaInputWrap .btnArea {float:left;width:20px;margin-right:10px;}
.catpchaInputWrap #captChaValue {float-right;width:206px;height:28px;line-height:28px;font-size:20px;cursor:pointer;border:1px solid #d4d2d0;padding:10px;}
.catpchaInputWrap #reLoad {background:url('/img/common/btn_cap_reload.jpg') no-repeat;width:20px;height:20px;border:0;vertical-align:top;text-indent:-9999em;}
.catpchaInputWrap #soundOn {background:url('/img/common/btn_cap_speaker.png') no-repeat;width:20px;height:20px;border:0;vertical-align:top;text-indent:-9999em;margin-top:10px;}
.reloadInput button span {position:absolute;top:-9999em;left:-9999em;}
.reloadInput input[type='text'] {margin-left:10px;height:12px;width:216px;cursor:pointer;border:1px solid #d4d2d0;padding:5px;vertical-align:top;}
/* mobile 767px 이하 */
@media (max-width:767px) {
.catpcharInputArea {width:136px;width:-webkit-calc(100% - 164px);width:-moz-calc(100% - 164px);width:calc(100% - 164px);}
.catpchaInputWrap #captChaValue {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:136px;width:-webkit-calc(100% - 30px);width:-moz-calc(100% - 30px);width:calc(100% - 30px);height:50px;}
.catpcharInputArea .txt {position:absolute;top:70px;left:0;width:100%;}
}