﻿/**언어변경컨텐트 - 로그인화면에있는거라ㅇ동일 */
.popupMenuLang {
    background-color: white;
    display: none;
    position: absolute;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0px 12px 24px 0px #1C1D210A;
    z-index: 100;
    max-height: 190px;
    overflow: auto;
    border: 1px solid var(--gray-50);
    width: 280px;
}

.selectedLang__item {
    font-weight: bold;
    color: #2f384d;
}

.popupMenuLang__item {
    font-size: 12px;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: var(--gray-800);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    user-select: none;
    height: 36px;
    border-radius: 8px;
    padding: 8px 12px;
}

    .popupMenuLang__item:hover {
        background-color: rgba(100, 100, 100, 0.1);
        cursor: pointer;
    }

#DivFindAdminIDPW, #DivFindEmployIDPW {
    background: #fff;
}

     .header {
        background: inherit;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: center;
        width: 100%;
        height: 96px;
        padding: 32px;
    }

         .header::after {
            display: none;
        }

     .joinDiv {
        width: 640px;
    }

         .joinDiv .joinBox {
            display: flex;
            flex-direction: column;
            gap: 32px;
        }

             .joinDiv .joinBox .joinTitWrapper {
                display: flex;
                flex-direction: column;
                gap: 16px;
            }

             .joinDiv .joinBox .joinTit {
                text-align: left;
                border: none;
                font-weight: 700;
                font-size: 24px;
                line-height: 34px;
                color: var(--gray-800);
            }

             .joinDiv .joinBox .joinSubTit {
                font-weight: 400;
                font-size: 14px;
                line-height: 20px;
                color: var(--gray-600);
            }

             .joinDiv .joinBox .joinForm {
                border: 1px solid var(--gray-100);
                border-radius: 8px;
                padding: 32px;
                min-height: fit-content;
            }


             .joinDiv .joinBox .joinForm .formDiv .formEl .lb-tfield-wrapper{
                margin: 8px 0 0 30px;
            }

             .joinDiv .joinBox .joinBtn button {
                height: var(--btn-l);
                border-radius: 8px;
                padding: 12px 20px;
                font-size: var(--font-size-16);
                background-color: #cb4d61;
                color: var(--btn-primary-txt);
                border: none;
                font-weight: 500;
                font-size: 16px;
                line-height: 22px;
            }

     .joinFooter{
        display: none;
    }

#PopupFindIDPW .selectbox {
    width: 100%;
    border: 1px solid var(--gray-100);
    border-radius: 8px;
    padding: 10px 12px 10px 14px;

}

#PopupFindIDPW .selectbox .e-ddl {
    width: 100%;
}

#PopupFindIDPW .selectbox strong {
    background: none;
    border: none;
}

    #PopupFindIDPW .selectbox:has(.e-popactive),
    #PopupFindIDPW .selectbox:has(.e-popactive)  strong{
        background: var(--gray-50);
    }

#FindIDList_popup_list_wrapper {
    border-radius: 8px;
    padding: 5px 0;
    background: #fff;
    gap: 5px;
    border: 1px solid var(--gray-50);
    box-shadow: 0px 12px 24px 0px #1C1D210A ;
}

#FindIDList_popup_list_wrapper ul{
    padding: 2px 8px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    #FindIDList_popup_list_wrapper ul li{
        border-radius: 4px;   
    }

        #FindIDList_popup_list_wrapper ul li.e-active{
            background: var(--gray-50);
        }


        #FindIDList_popup_list_wrapper ul li:hover {
            background: var(--gray-25);
        }


 .joinBox:has(#findpwd-result-title) .joinTitWrapper{
    display: none;
}

 .joinBox:has(#findpwd-result-title) .joinForm {
    display: flex;
    flex-direction: column;
    align-items: center;

    border: none;
}

 .joinBox:has(#findpwd-result-title) .joinForm > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

     .joinBox:has(#findpwd-result-title) .joinForm > div > div{
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

     .joinBox:has(#findpwd-result-title) .joinForm > div > div > div{
        display: flex;
        flex-direction: column; 
        gap: 8px;
    }


     .joinBox:has(#findpwd-result-title) .joinForm #findpwd-result-title{
        font-weight: 700;
        font-size: 24px;
        line-height: 34px;
        text-align: center;
    }

     .joinBox:has(#findpwd-result-title) .joinForm #findpwd-result-subtitle,
     .joinBox:has(#findpwd-result-title) .joinForm #findpwd-result-email {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        color: var(--gray-600);
    }

#PopupFindIDPWNoData #PopupFindIDPWNoData_dialog-content {
    display: flex;
    align-items: center;
}

 #logogohome{
    cursor: pointer;
}