.layout-selfcare .layout {
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.layout-selfcare .header {
    visibility: visible;
}

.layout-selfcare .main {
    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: 100%;
}

.layout-selfcare .selfcare_title span {
    color: white;
    font-weight: 700;
    font-size: 4vw;
}

.layout-selfcare .selfcare_title > p {
    margin-top: 10px;
    color: #707070;
    font-size: 3vw;
}

.layout-selfcare .selfcare_faceimg {
    width: 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: 200;
    font-size: 13px;
    /*color: #5F5753;*/
    color: white;
    word-break: keep-all;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.layout-selfcare .selfcare_result_info > p {
    line-height: 16px;
    font-size: 3vw;
}

.layout-selfcare .selfcare_result_info > p:first-child {
    margin-bottom: 20px;
}

.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: white;
    /* color: #000000; */
}
