html,body {
	height: 100%;
}


* html .layer_board_bg,
* html .layer_board {
	position: absolute;
}

.layer_board_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../img/enter/enter_bg.jpg) no-repeat center top;
	background-size: cover;
	z-index: 1000;

	top: 0;
	left: 0;

	display: none;
	cursor: pointer;
/*  background: rgb(29, 53, 31);*/
  opacity: 0.85!important;
  z-index: 9999;
}

.layer_board {
	display: none;
	text-align: center;
	z-index: 2000;
}

.btn_close a {
	color:#fff;
	font-size:14px;
}

.photo {
	margin-bottom: 10px;
}

.modal_wrapper {
	background-image: url(../img/modal/modal.png);
	background-repeat: no-repeat;
	height:607px;
	width: 900px;
	position:relative;
	margin:0 0 10px;
}

.btn_reserve {
    position: absolute;
    top: 310px;
    left: 240px;
}

ul.btn_reserve2 {
	position:absolute;
	top:510px;
	left:245px;
	list-style:none;
}

ul.btn_reserve3 {
    position: absolute;
    top: 510px;
    left: 553px;
	list-style:none;
}
/*ul.btn_reserve2 li {
	height: 33px;
	width: 138px;
	margin-bottom: 18px;
	margin-left: 115px;
	float: left;
}*/

.layer_board .section_btn ul.first{
	width: 1050px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

.layer_board .section_btn ul.first li{
	display: inline-block;
}

.layer_board .section_btn ul.second{
	width: 1000px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 20px auto 30px;
}

.layer_board .section_btn ul.first li{
	display: inline-block;
}

.layer_board .section_btn .btn_about{
	text-align: center;
	margin: 0 auto;
	width: 500px;
}

.layer_board .section_btn .btn_about img{
	width: 100%;
}
