html, body
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 10pt;
	line-height: 15px;
	font-family: 'Consolas', 'Malgun Gothic'
}

input, select, textarea
{
	font-family: 'Consolas', 'Malgun Gothic'
}

.divLoginBox
{
	width: 450px;
	height: 400px;
	border-radius: 10px;
	/* background-color: rgba(167, 72, 0, 0.5); */
	background-color: rgba(0, 0, 0, 0.5);
}

.divLoginLogo
{
	position: absolute;
	top: 30px;
	left: 50px;
}

.divCopyright
{
	clear: both;
	text-align: center;
	padding-top: 10px;
	font-family: 'Verdana';
	color: #fff;
}

#loadingOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
	z-index: 9999;
	display: none;
}

/* 배경 비디오 스타일
.video-background
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
*/
@media (max-width: 767.98px) {
	.divLoginBox {
		width: 100%;
	}
}