#pw_wrapper {
    position: relative;
    height: 100%;
}

#pw_content {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 460px;
	padding-top: 20px;    
}

#popup_change_btn_div {
	position: absolute;
	top : 300px;
	left : -25px;
}

.btn_st1,btn_st2,.btn_st3 {
	border : 0;
}

.change_info{
	margin : 0px; 
	padding-left : 10px;
	line-height: 15px;
}

input:focus {
    outline: none;
}


h3 {
    margin: 10px 0 8px;
    font-size: 14px;
    font-weight: 700;
}


.box {
    display: block;
    width: 100%;
    /* height: 51px; */
    height: 40px;
    border: solid 1px #dadada;
    /* padding: 10px 14px 10px 14px; */
    padding: 5px;
    box-sizing: border-box;
    background: #fff;
    position: relative;
}

.int {
    display: block;
    position: relative;
    border: none;
    background: #fff;
    font-size: 15px;
    /* height: 33px; */
    height: 30px;
    float: left;
    width: 70%;    
}



.box.int_id {
    /* padding-right: 110px; */
    /* padding-top: 7px; */
}

.box.int_pass {
    padding-right: 40px;
}

.box.int_pass_check {
    padding-right: 40px;
}

.step_url {
    /*@naver.com*/
    position: absolute;
    top: 16px;
    right: 13px;
    font-size: 15px;
    color: #8e8e8e;
}

.pswdImg {
    width: 18px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -10px;
}

#bir_wrap {
    display: table;
    width: 100%;
}

#bir_yy {
    display: table-cell;
    width: 147px;
    
}

#bir_mm {
    display: table-cell;
    width: 147px;
    vertical-align: middle;
}

#bir_dd {
    display: table-cell;
    width: 147px;
}

#bir_mm, #bir_dd {
    padding-left: 10px;
}

select {
    width: 100%;
    height: 29px;
    font-size: 15px;
    background: #fff url(https://static.nid.naver.com/images/join/pc/sel_arr_2x.gif) 100% 50% no-repeat;
    background-size: 20px 8px;
    -webkit-appearance: none;
    display: inline-block;
    text-align: start;
    border: none;
    cursor: default;
    font-family: Dotum,'돋움',Helvetica,sans-serif;
}


.pass_next_box {
    margin-top: 9px;
    font-size: 12px;
    color: #08A600;    
    display: none;
	float: right;    
}

/* 에러메세지 */

.error_next_box {
    margin-top: 9px;
    font-size: 12px;
    color: red;    
    display: none;
	float: right;
}

#alertTxt {
    position: absolute;
    top: 19px;
    right: 38px;
    font-size: 12px;
    color: red;
    display: none;
}

/* 버튼 */

.btn_area {
    margin: 30px 0 91px;
}

#signUpFormSubmitBtn {
    width: 100%;
    padding: 21px 0 17px;
    border: 0;
    cursor: pointer;
    color: #fff;
    background-color: #0072ff;
    font-size: 20px;
    font-weight: bolder;
    font-family: Dotum,'돋움',Helvetica,sans-serif;
}

#overlapCheckBtn{
	border: 0;
    cursor: pointer;
    color: #fff;
    background-color: #0072ff;
    font-size: 15px;
    font-weight: bolder;
    font-family: Dotum,'돋움',Helvetica,sans-serif;
    float: right;
    width: 100px;
    /* height: 35px; */
	height: 100%;
}

#imgBox{
	position: absolute;
    top: 630px;
    right: 30px;
    width: 250px;
    height: 200px;
    border: solid black 1px;
    padding: 12px;
}

#imgSrc{
    max-width: 100%;
    max-height: 100%;
}

.required{
	font-size: smaller;
    margin-left: 5px;
    color: forestgreen;	
}

