/* BASIC css start */
.headroom {
    display: none;
}

iframe[name=namecheck_frame] {
    display: none !important;
    width: 0px !important;
    height: 0px !important;
    bottom: 0 !important;
    right: 0 !important;
}

nav.find_menu ul {
    display: flex;
}

nav.find_menu ul li {
    width: 100%;
    cursor: pointer;
    border-bottom: 1px solid #c7c7c7;
    box-sizing: border-box;
}

nav.find_menu li .tit {
    width: 100%;
    padding: 20px 0;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    color: #7d7d7d;
}


nav.find_menu li.on {
    border-bottom: 2px solid #f95c25;
}

nav.find_menu li.on .tit {
    font-weight: bold;
    color: #f95c25;
}

#findIdpw .find_pw {
    display: none;
}

#passimg {
    width: 100%;
    border-top: 2px solid #dadada;
    background-color: #fff;
    border-bottom: 2px solid #dadada;
    top: 280px;
    text-align: center;
}

#passimg .popups .head h5 {
    padding: 10px 0;
    margin: 0;
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #979797;
}

#passimg .popups .contents {
    position: relative;
    padding: 15px 0;
}

#passimg .popups .contents table {
    background-color: #f1f1f1;
    margin: 0 auto;
}

#passimg .popups .contents table td {
    vertical-align: middle;
    padding: 5px 0;
    border: 1px solid #979797;
    text-align: center;
    font-weight: bold;
    color: #000;
}

#passimg .popups .contents .btns {
    text-align: center;
    padding: 10px 0;
}

#passimg .popups .btns a.btn-gray-h25 {
    width: 80%;
    height: 35px;
    line-height: 35px;
    background-color: #393939;
    color: #fff;
    text-align: center;
    display: block;
    border: 1px solid #393939;
    margin: 0 auto;
}



/* =============================================================================
   ¾ÆÀÌµð/ºñ¹Ð¹øÈ£ Ã£±â find_idpw.html 
   ========================================================================== */
/* ¹öÆ° */
.btn_White {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: #fff;
    text-align: center;
    display: block;
    border: 1px solid #c6c6c6;
    box-sizing: border-box;
    vertical-align: middle;
}

.btn_Black {   
    padding: 0;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    border: none;
    background: #000;
    margin-bottom: 5px;
    font-weight: 200;
}

.btn_Red {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #ab3e41;
    color: #fff;
    text-align: center;
    display: block;
    border: 1px solid #ab3e41;
    box-sizing: border-box;
    vertical-align: middle;
}

#findIdpw .txt-input {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    border: 0 none;
    padding: 0;
}

#findIdpw input::placeholder {
    color: #7d7d7d;
    font-weight: 200;
}

#findIdpw input[type="text"],
#findIdpw input[type="email"],
#findIdpw select {
    height: 50px;
    border: 1px solid #c7c7c7;
    vertical-align: middle;
    padding: 0 25px;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 13px;
}

#findIdpw input:-webkit-autofill,
#findIdpw input:-webkit-autofill:hover,
#findIdpw input:-webkit-autofill:focus,
#findIdpw input:-webkit-autofill:active {
 transition: background-color 5000s ease-in-out 0s;
 -webkit-transition: background-color 9999s ease-out;
 -webkit-box-shadow: 0 0 0px 1000px white inset !important;
 -webkit-text-fill-color: #000 !important;
}

#passimg {
    width: 100%;
    border-top: 2px solid #dadada;
    border-bottom: 2px solid #dadada;
    top: 280px;
}

#findIdpw {
    font-size: .75em;
}

#findIdpw .member {
    padding: 0 15px;
    margin: 20px 0;
}

#findIdpw .member .sub-tit {
    text-align: center;
    margin: 25px 0;
    font-size: 13px;
    line-height: 22px;
    color: #000;
    word-break: keep-all;
}

#findIdpw .radio-wrap {
    margin-bottom: 30px;
    text-align: center;
}

#findIdpw .radio-wrap label {
    position: relative;
    padding-left: 30px;
    margin-right: 30px;
    color: #575757;
    font-size: 13px;
}

#findIdpw .loginInput,
#findIdpw .loginBottom {
    margin: 0;
}

#findIdpw .loginInput {
    margin-bottom: 20px;
}

#findIdpw .loginInput input {
    width: 100%;
    display: block;
}


#findIdpw input[name="name"], 
#findIdpw input[name="user_id"] {
    border-bottom: none;
}

#findIdpw .loginMiddle .btn_Red {
    font-size: 1.167em;
    margin: 10px 0;
}

#findIdpw .loginMiddle .btn_White {
    font-size: 1.167em;
}

#findIdpw .loginBottom p {
    padding: 18px 15px;
    text-align: center;
    font-weight: bold;
    background: #eaeaea;
}

#findIdpw .loginBottom a {
    margin-top: 10px;
    font-size: 1.167em;
}


#findIdpw .find_txt {
    font-size: 13px;
    text-align: center;
    word-break: keep-all;
    padding: 0 15px 100px;
}

#findIdpw .find_txt a {
    font-size: 13px;
    color: #f95c25;
    text-decoration: underline;
}
/* BASIC css end */

