@charset "UTF-8";
/*
 * ldLayer v1.0.0
 * Copyright 2022 DH.Song
 * 2022.07.17
 */
body {
	margin: 0px;
	padding: 0px;
}

.ldArea {
	display: none;
}

.ldAreaBg {
	background-color: #fff;
	-moz-opacity: 0.2;
	opacity: 0.8;
	/*position: absolute;*/
	position: fixed;
	min-height: 100vh;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
}

.ldAreaContentBx {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	/*position: absolute;*/
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 99999;
}

.ldAreaContent {
	font-family: system-ui, serif;
	/*font-size: 2rem;*/
	font-size: 16px;
	padding: 3rem;
	border-radius: 1rem;
	/* background-color: #ff6e6c;
	color: #fff; */
	background-color: #c3c3c3;
	color: #fff;
	border: 1px solid #bdbdbd;
	text-align: center;
}

.ldAreaContentImg {
	font-family: system-ui, serif;
	/*font-size: 2rem;*/
	font-size: 16px;
	padding: 3rem;
	border-radius: 1rem;
	/* background-color: #fff; */
	color: #5a5a5a;
	text-align: center;
}