﻿@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 12px;
}

html {
    width: 100%;
    height: 100%;
}

body {
    font-family: Malgun Gothic,Arial,Verdana,STXihei,Osaka,宋体,SimSun,华文细黑,NanumGothic,Nanum Gothic;
    width: 100%;
    height: 100%;
}

.bodyTbl {
    width: 100%;
    height: 100%;
}

.bodyTblTD {
    width: 100%;
    height: 100%;
    vertical-align: top;
    text-align: left;
}

#loading {
    display: none;
    position: fixed;
    top: 40%;
    left: 45%;
    width: 100px;
    height: 100px;
    z-index: 9000;
}

    #loading img {
        width: 100px;
        height: 100px;
    }



#all_body {
    position: fixed;
    z-index: 10;
    display: block;
    filter: alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity: 0.7;
    background: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
