@charset "utf-8";
.mainpage-spectrum{
	position: absolute;
   	vertical-align: middle;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 3;
}

.mainpage-spectrum img{
	height: 15%;
}
.moving{
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	background:url(../source/main_background.png) 0 center / 3000px repeat-x;
	animation: movebg 30s linear infinite;
	z-index: -10;
}
@keyframes movebg {
	0%{background-position: 0 center;}
	100%{background-position: -3000px center;}
}
.footer{
	
}
.mainpagefooter{
	color: #fff;
}
.mainpagefooter-left{
	float: left;
	left: 35px;
	bottom: 35px;
	position: absolute;
	font-family: 'KoPub Dotum', sans-serif;
	font-size: 12px;
}
.mainpagefooter-right{
	float: right;
	text-align: right;
	color: #000;
	position: absolute;
	right: 35px;
	bottom: 35px;
	font-family: 'KoPub Dotum', sans-serif;
	font-size: 12px;
}
.left-table{
	color: #000;
}
/*    서브사이트시작     */
.mainsection{
	top: 45%;
	left: 50%;
	transform: translateY(-50%);
	transform: translateX(-50%);
	position: absolute;
}
.mainsection span{
	font-family: 'KoPub Dotum', sans-serif;
	font-size: 60px;
	font-weight: 700;
}
.siteopenday{
	position: relative;
	top: 10px;
	text-align: center;
	font-family: 'KoPub Dotum', sans-serif;
	font-size: 18px;
	font-weight: 700;
}
.reservation{
	position: relative;
	top: 10px;
	text-align: center;
	margin: auto;
}
.reservation a{
	text-decoration: none;
	font-family: 'KoPub Dotum', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #333;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	transition: all .35s;
}
.reservation a:hover{
	text-decoration: none;
	font-family: 'KoPub Dotum', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	background-color: #ccc;
	transition: all .35s;
}
/*    서브사이트종료     */
@media screen and (min-width:320px) and (max-width: 1280px) {

.mainpagefooter-left{
	float: left;
	left: 35px;
	bottom: 35px;
	position: absolute;
	font-family: 'KoPub Dotum', sans-serif;
	font-size: 18px;
}

.mainpagefooter-right{
	float: right;
	text-align: right;
	color: #000;
	position: absolute;
	right: 35px;
	bottom: 35px;
	font-family: 'KoPub Dotum', sans-serif;
	font-size: 18px;
}
	
}
