html, body {
	height: 100%
}
body {
	background-color:#f5f5f9
}
.nav-item img{
	width:10rem;
	margin-top:0.65rem;
}
.box-shadow {
	box-shadow:0 0.125rem 0.375rem 0 rgba(161,172,184,.3)
}
.mr-1 {
	margin-right: 0.75rem;
}
.fs-7 {
	font-size: 0.75rem!important;
}
@media (min-width: 320px) {
	.contents-wrap {
		min-height: 320px;
	}
	.login-box {
		min-height:280px;
	}
	.wm-50 {
		width: 50%
	}
}
@media (min-width: 1440px) {
	.contents-wrap {
		width: 98%;
		border-radius: 0.5rem;
		transform: translateX(1%);
		min-height:517px;
	}
	.login-box {
		min-height:450px;
	}
	.w-30 {
		width: 30%
	}
}
.footer {
	width:100%;
	position: absolute;
}
#wrap {
	position: relative;		
}
input[type=checkbox] {
	zoom: 1.5;
}