/* Plugin Custom Style */
.loading-wrap{ position: relative; }
.loading-wrap .loading-bg{
    position: fixed; width: 100%; height: 100%; z-index: 100000; background: #000000; opacity: 0.3;
    filter: alpha(opacity=30); top: 0; bottom: 0; left: 0;
}
.loading-wrap .loading-img {
    position: fixed; width: 54px; height: 55px; z-index: 1002;  background: url('/wp-content/uploads/image/common/loading-circle.gif') no-repeat 0 0;
    text-indent: -9999px; line-height: 0;
}

