.layout-404 {
    background:#000;  
}
.layout-404 .header,.layout-404 .footer{
    display:none;
}
.layout-404 .layout{
    display:flex;
}
.layout-404 .back {
    width: 100%;
    height: 100%;   
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow:hidden;
}

.layout-404 .pop_con {
    position: relative;
    width: 80vw;
    max-width:600px;
    height: 50vh;
    background-color: #fff;
    border-radius: 12px;
    padding:24px;
    display:flex;
    flex-direction:column;
    align-items: center;
    justify-items: center;
}

.layout-404 .pop_con > * {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 0 0 12px 12px;
    word-break:keep-all;
}

.layout-404 .pop_title {
    width:100%;
    font-family: 'Spoqa Han Sans Neo';    
    font-weight: 700;
    font-size: 16px; 
    color: #404040;
    display:flex;
    flex-direction:column;
    align-items: center;
    gap:20px;
}
.layout-404 .error_msg{
    font-size:30px;
    color:transparent;
    background:100% 100% linear-gradient(133.08deg, #EBCFB0 21.45%, #E5AF9F 68.15%) no-repeat;
    -webkit-background-clip: text;    
    display:flex;
    flex-direction:column;
    align-items: center;
    gap:10px;
}
.layout-404 .pop_main {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 16px;
    color: #1F1F1F;
    display:flex;
    flex-direction:column;
    justify-content: flex-start;
    gap:10px;
    
}

.layout-404 .pop_bot {
    cursor: pointer;
    user-select: none;
    text-decoration: none !important;    
    background-color:#CB7658;
    position:absolute;
    bottom:0;
    height:50px;
    
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
}