@charset "utf-8";
/*------------------------------------------------
    공통 스타일
------------------------------------------------*/
.loading-screen-wrapper {
	position: fixed;
	background-color: rgba(0, 0, 0, .72);
	width: 100%;
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 300;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.loading-icon {
	width: 120px;
	height: 120px;
}

.loading-screen-wrapper .loading-screen-text {
	font-size: 18px;
	letter-spacing: 0;
	color: #fff;
	padding-top: 22px;
}
