﻿@charset "utf-8";
@import url('wfp.css?20141001');
@import url('board.css?20141001');
@import url('about.css?20141001');
@import url('service.css?20141001');
@import url('investor.css?20141001');
@import url('careers.css?20141001');
@import url('main.css?20141001');

/* =========================================================================== */
/* loading */
/* =========================================================================== */
#loading {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
    display: none;
    width: 43px;
    height: 11px;
    background: url(../img/common/ajax-loader.gif) no-repeat;
}

#full_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    width: 100%;
    background: #000000;
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 998;
}