.grayLayer{
    display: none; 
    height:100%;
    width:100%; 
    position:fixed;
    left:0;
    top:0;      
    background:black; 
    opacity:0.5;
    z-index: 6;
    /* pointer-events : none; */
}

#change_new_text{
    color: red;
    font-size: 11px;
    /* display: block; */
}
#repeat_pw_text{
    color: red;
    font-size: 11px;
}
.hidden{
    visibility: hidden;
}

#findId{
    width: 400px;
    height: 565px;
    position: fixed;
    left: 55%;
    margin-left: -250px;
    top: 55%;
    margin-top: -310px;
    padding-top: 60px;
    box-sizing: border-box;
    /* border-radius: 5px; */
    background-color: rgb(255, 255, 255);
}
.change_password i{
       /* background-color: saddlebrown; */
       position: relative;
       width: 103%;
       top: -7px;
       text-align: right;
       cursor: pointer;
       font-size: 0.9em;
       color: #929292;
}
#findPw{
  background-color: rgb(255, 255, 255);
}
#setPw{
    width: 400px;
    height: 565px;
    position: fixed;
    left: 55%;
    margin-left: -250px;
    top: 55%;
    margin-top: -310px;
    padding-top: 60px;
    box-sizing: border-box;
    /* border-radius: 5px; */
    background-color: rgb(255, 255, 255);
}
.foundId{
    width: 400px;
    height: 565px;
    position: fixed;
    top: 55%;
    margin-top: -310px;
    padding-top: 60px;
    box-sizing: border-box;
    /* border-radius: 5px; */
    background-color: rgb(255, 255, 255);
}
.change_password{
    width: 18%;
    position: fixed;
    padding: 1%;
    margin-left: 41%;
    margin-top: 15%;
    z-index: 99;
    box-sizing: border-box;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 20px 20px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    display: none;
}

.contents_container{
    width: 100%;
    /* height: 300px; */
    margin: 0px auto;
}

.find_name{

    margin-bottom: 17px;
}

.find_title{
    text-align: center;
    padding-bottom: 23px;
    font: bold 1.2em 'Noto sans KR';
    color: #333333;
}
.use_phone{
    width: 100%;
    height: 100%;
    position: relative;
    left: 0px;
    top: 0px;
}

.use_phone input{
    width: 97%;
    /* height: 35px; */
    font: 0.8em 'Noto sans KR';
    color: #a7afbe;
    text-align: left;
    text-indent: 3%;
    border: solid 1px #d3d3d3;
    margin-top: 5px;
}

.use_phone input::placeholder{
    font-size: 1em;
    font-weight: 300;
    color: rgb(102, 102, 102);
}
.find_input{
    width: 97%;
    height: 30px;
    font: 0.8em 'Noto sans KR';
    color: #989ba1;
    text-align: left;
    margin-top: 5px;
}
.find_name p{
    font: normal 0.8em 'Noto sans KR';
    color: #393a3b;
}
.use_phone button{
    width: 100%;
    /* height: 35px; */
    box-sizing: border-box;
    border: solid 1px #989ba1;
    font-size: 0.8em;
    margin-top: 5px;
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    margin-bottom: 10px;
}

.find_move{
       /* height: 260px; */
       width: 100%;
       padding-top: 16px;
}

.move_find_pw_container{
    margin-top: 30px;
}
.move_find_pw_container a{
    font: bold 0.8em 'Noto sans KR';
    color: #989ba1;
}

.find_btn_move1{
    width: 50%;
    height: 40px;
    margin-right: 10px;
    color: #989ba1;
    border: 1px solid #989ba1;
    cursor: pointer;
    background-color: #fff;
}

.find_btn_move{
    width: 50%;
    height: 40px;
    border: 1px solid #989ba1;
    background: #fff;
    color: #989ba1;
}
.find_move_main {
    width: 50%;
    height: 40px;
    margin-right: 40px;
    background: #3a548d;
    color: #fff;
    border: none;
    cursor: pointer;
}
.find_move_main2 {
    width: 50%;
    height: 40px;

    background: #3a548d;
    color: #fff;
    border: none;
    cursor: pointer;
}
.find_move_main a{
    color: #fff;
}
.btn_able{
    background: #3a548d;
    color: #fff;
    cursor: pointer;
}
.show_id{
    margin-top: 100px;
}
.show_id p{
    font: bold 1em 'Noto sans KR';
}

.find_move{
    /* height: 260px; */
    margin: 0px auto;
}
.find_pw_setting{
    margin-top: 50px;
    margin-bottom: 30px;
}
.find_pw_setting2 {
    margin-bottom: 50px;
}

#change_new_password{
    background-color: #333333;
    color: #fff;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
}
.changePop{
    position: absolute;
    width: 240px;
    background: #fff;
    height: 100px;
    top: 30%;
    left: 20%;
    z-index: 77;
    display: none;
    font: normal 1em 'Noto sans KR';
    text-align: center;
}
.changePop button{
    width: 50%;
    height: 30px;
    margin-right: 10px;
    color: #2a2c2f;
    border: 1px solid #989ba1;
    cursor: pointer;
    background-color: #fff;
    margin-top: 20px;
}
.popContainer{
    padding: 10px 10px;
    height: 80px;
}