.layout-loginnot {
    background: 100% 100% linear-gradient(133.08deg, #EBCFB0 21.45%, #E5AF9F 68.15%) no-repeat;
}

.layout-loginnot > .layout {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.layout-loginnot .header, .layout-loginnot .footer {
    visibility: visible;
}

.layout-loginnot .header{
    margin-top: 0;
}

.layout-loginnot .main {
    overflow: visible;
}

/* 기기측정_기기찾기 페이지 */
.layout-loginnot .loginnot {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.layout-loginnot .searching {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.layout-loginnot .searching > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.layout-loginnot .loginnot_word {
    width: 100%;
    bottom: 0;
    display: block;
    position: absolute;
    margin-bottom: 10rem;
}

.layout-loginnot .loginnot_title {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
}

.layout-loginnot .loginnot_text {
    height: 100%;
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    gap: 5px;
}