
.layout-selfcare .header{
    visibility: visible;   
}
.layout-selfcare .main{
    margin-top:30px;
    overflow:visible;
}
.layout-selfcare .footer{
    visibility: visible;   
}

.layout-selfcare .selfcare{
    width:100%;   
    height:100%;
    display:flex;
    flex-direction:column;
    text-align:center;    
    align-items:center;
    gap:30px;
}
.layout-selfcare .selfcare_content{
    display:flex;
    flex-direction:column;
    gap:30px;
}
.layout-selfcare .selfcare_title{
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 24px;  
    text-align:left;  
    width:75%;
    height:90px;
}

.layout-selfcare .selfcare_title span{
    color: #121212;
    font-weight: 700;
}

.layout-selfcare .selfcare_faceimg{
    width:100%;
    height:100%; 
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.1));    
}

.layout-selfcare .selfcare_result_info{
    width:100%;
    height:100%;
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 13px;
    color: #5F5753;
    word-break:keep-all;  
    text-align:left;  
    display:flex;
    flex-direction:column;
    gap:5px;
}

.layout-selfcare .icons_wrap{
    display:flex;
    align-items:center;    
    gap:11.26px;
}

.layout-selfcare .icons_wrap:first-child{
    gap:22px;
}

.layout-selfcare .branch{
    display:flex;
    align-items:center;
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}
