@charset "utf-8";
/* CSS Document */

body{
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.75)), url(/Content/main/img/1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.bg-box{
	min-width: calc(100vw - 2rem);
	min-height: calc(100vh - 5rem);
	padding-top:2rem;
	padding-bottom: 2rem;
}