/* 아이디 찾기 결과 */
.result-wrap .result {
    padding: 10px 0 20px;
}
.result-wrap .result p {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #000b33;
}
.result-wrap .result .result-icon {
    position: relative;
    padding: 30px 0;
    margin-top: 0;
    height: 70px;
    font-size: 18px;
    border-bottom: 1px solid #e4e4e4;
}
.result-wrap .result .result-icon::before {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #0070d8;
}
.result-wrap .result .result-icon::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 17px;
    margin-top: -8px;
    border-left: 6px solid #fff;
    border-bottom: 6px solid #fff;
    transform: rotate(315deg);
}
.result-wrap .result .result-text {
    margin: 20px 0;
    color: #848484;
}
.result-wrap .result .result-notify {
    margin: 60px 0 40px;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
}
.result-wrap .result .result-answer {
    margin: 40px 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    color: #0070d8;
}