/*
알파요 로딩페이지

	알파요 로딩페이지를 디자인처리
	
	HISTORY:
		나성수, 1.0.0, 2024.03.12 최초 작성
*/
@charset "UTF-8";
#arpayoLoadingPage 
{
	position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background-color: #0000004a;
    display: none;
}

#arpayoLoadingPage > svg 
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 180px !important;
	height: 180px !important;
	transform: translate(-50%, -50%) !important;
}
