/* 스플래시 */

.layout-splash.layout-con{
    background:linear-gradient(133.08deg, #EBCFB0 21.45%, #E5AF9F 68.15%);    
}
.layout-splash .layout{
    display:flex;
}
.layout-splash .header, .layout-splash .footer{
    display:none;
}
.layout-splash .splash{
    width:100%;
    height:100%;
    display:flex;    
    justify-content: space-around;
    align-items:center;
    font-family: 'Prata';
    font-size:30px;
    color:#1f1f1f;    
}