@charset "utf-8";
.mask { /* 불투명처리 */
	/* position:absolute; 스크롤 없애기위한 포지션 변경*/
	position: fixed;
    left:0;
    top:0;
    z-index:9999;
    background-color:rgba(0,0,0,0.3);
    display:none;
}
.window { /* 레이어창 */
	display: none;
    background-color: #ffffff;
    height: auto !important;
    z-index:99999;
}
.load {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(255,255,255,0.5);
    z-index: 10000;
    text-align: center; }
.wrap-loading { /* 로딩 이미지 */
	/*display:none;*/
    position: fixed;
    top:50%;
    left:50%;
    background:transparent url(../../images/common/loading.gif) center center / cover no-repeat !important;
    padding:32px;
    z-index:10005;
    width:0 !important;
    height: 0 !important;
    border:0 !important;
    transform:translate(-50%,-50%)
}
.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;
}