﻿@charset "UTF-8";

/*--------------------------------------------------------------
CONTACT CONTENTS:
----------------------------------------------------------------

/*--------------------------------------------------------------
 # Wait block
--------------------------------------------------------------*/
.waitBlock {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    filter: alpha(opacity=40);
    pointer-events: none;
}
