/* 회원정보 */
.layout-register .layout{
    display:flex;
    flex-direction: column;
    gap:20px;
}
.layout-register .header{
    visibility: visible;      
}

.layout-register .shopping_cart{
    display:none;
}
.layout-register .main{
    overflow:auto;
}
.layout-register .register{    
    display:flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    gap:20px;   
    margin-bottom:20px;

}
.layout-register .register_line{
    width:100%;
    height:2px;
    background:#D9D9D9;
} 

.layout-register .register_line_fill{
    width:40%;
    height:2px;
    background:#000000;
}
.layout-register .register_form{
    max-width:360px;
    width:100%;
    display:flex;
    flex-direction:column;
    gap:20px;
}
.layout-register .register_label{
    display:flex;
    flex-direction:column;
    position: relative;
    gap:10px;
}
.layout-register .register_form_place{
    width:100%;
    height:48px;   
    border:1px solid #d3d3d3;
    border-radius:2px;    
    padding:20px 10px;
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 14px;
}

.layout-register .register_form_place::placeholder{
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 14px;
    color: #C8C8C8;    
}

.layout-register .label_text{
    height: 16px;
    font-family: 'Spoqa Han Sans Neo';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #1F1F1F;    
}
.layout-register .error{
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 13px;
    color: #EB4C42;   
    visibility: hidden;     
}
.layout-register .submit_label{
    width:100%;
    height:60px;
    position:fixed;
    left:0;
    bottom:0;
}
.layout-register .register_submit_label{    
    width:100%;
    height:100%;
    border:none;    
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    background:#e6dddb
}

.layout-register .footer{
    display:none;
}

.layout-register #password, .layout-register #passwordCheck{
    -webkit-text-security:disc;
}

.layout-register #emailCheck {
    display: none;
    bottom: 0;
    position: absolute;
    color: #EB4C42;
    font-weight: 400;
    font-size: 13px;
    font-family: 'Spoqa Han Sans Neo';
}