/* 회원정보 */
.layout-register .layout{
    display:flex;
    flex-direction: column;
    gap:20px;
}

.layout-register .header{
    visibility: visible;      
}

.layout-register .header_house{
    display:none;
}

.layout-register .main{
    overflow:visible;
    padding:60px 94px;
}

.layout-register .register{
    width:100%;
    height:100%;
}

.layout-register .register_form{
    display:grid;   
}

.layout-register .register_info{
    display:flex;
    flex-direction:column;
    gap:32px;
}

.layout-register .register_form_place{
    width:100%;
    height:75px;
    margin-bottom:16px;   
    background:#252525;
    border-radius:3.126px;

    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
    padding:20px;
}

.layout-register .register_form_place::placeholder{
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 14px;
    color: #989898;   
}

.layout-register .register_label{
    display:flex;
    flex-direction:column;
    gap:5px;
}

.layout-register .label_text{
    font-family: 'Spoqa Han Sans Neo';    
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
    margin-bottom:10px;
}

.layout-register .register_submit{
    display:flex;
    flex-direction:column;
    justify-content: center;
}

.layout-register .error{
    height:40px;
    visibility: hidden;
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 19px;
    color: #EB4C42;
}

.layout-register .register_submit_label{    
    width:100%;
    height:76px;
    border:none;
    margin-bottom:0;
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 500;
    font-size: 16px;
    background: #434343;
    border-radius: 4px;    
    color:#fff;
}

.layout-register .footer{
    display:none;
}

.layout-register #password, .layout-register #passwordCheck{
    -webkit-text-security:disc;
}

.layout-register #emailCheck {
    display: none;
    height:40px;
    color: #EB4C42;
    font-weight: 400;
    font-size: 19px;
    font-family: 'Spoqa Han Sans Neo';
}