@charset "utf-8";
.mask { /* 불투명처리 */
	position:absolute;
    left:0;
    top:0;
    z-index:9999;
    background-color:#000;
    opacity:0.3;
    display:none;
    width: 100% !important;
    height: 100% !important;
}
.window { /* 레이어창 */
	display: none;
    background-color: #ffffff;
    height: auto !important;
    z-index:99999;
}
.wrap-loading { /* 로딩 이미지 */
	display: none;
    position: fixed;
    top:50%;
    left:50%;
    margin-left: -130px;
    margin-top: -130px;
    background:url(/images/common/loading.gif) 0 0 no-repeat;
    width: 260px;
    height: 260px;
    z-index:999999 !important;
}
.display-none{ /* 감추기 */
    display:none;
}
.windowMng { /* 레이어창 */
	display: none;
    background-color: #ffffff;
    height:auto !important;
    z-index:99999;
}

.windowMngE { /* 레이어창 */
	display: none;
    background-color: #ffffff;
    height: auto !important;
    z-index:99999;
}

.windowMngAuto { /* 레이어창 */
	display: none;
    background-color: #ffffff;
    height: auto;
    z-index:99999;
}

.maskIncome { /* 불투명처리 */
	position:absolute;
    left:0;
    top:0;
    z-index:9999;
    background-color:#000;
    opacity:0.3;
    display:none;
}

.windowIncome { /* 레이어창 */
	display: none;
    background-color: #ffffff;
    height: auto;
    z-index:99999;
}
