@charset "utf-8";
/* CSS Document */

div#loading_bg{
    width:100%;
    height:100%;
    background:#f5f5f3;
    position:fixed;
    left:0;
    top:0;
    z-index:9999;
}

div#loading_img{
    width:20%;
    max-width:300px;
    min-width:200px;
    margin-top:-3vw;
}

/* =======================================
	SMPH
======================================= */

@media screen and (max-width: 640px) {
    
    div#loading_img{
    width:60%;
}
    
}