#loading, #loading_in {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: fixed;
	display: block;
	opacity: 0.7;
	/*background-color: #fff;*/ /* 사장님 요청 사항 하얀 백그라운드 색 삭제 2022/04/18 */
	z-index: 99999;
	text-align: center;
}

#loading-image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin:auto;
	z-index: 99999;
}

