body{
	background-position:center top;
	background-attachment:fixed;
}
.footer{background:#fff;}
.top_bg{
	position:relative;
	height:480px;
}
.top_bg img{
	position:absolute;left:0;right:0;top:50px;bottom:0;margin:auto;
}
.top_nav:after{
    content:"";
    clear:both;
    display:block;
}

.top_nav{
    position: absolute;
    top: 415px;
    left: 50%;
    transform: translateX(-50%);
    /*width: 550px;*/
}

.top_nav p{
    width: 130px;
    float: left;
    margin-right: 10px;
}
.top_nav p:last-child{
    margin-right: 0;
}
.top_nav p a{
    display: block;
    width: 100%;
    text-align: center;
    padding: 7px 0;
    color: #fff;
    border: 1px solid #fff;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.4s;
}
.top_nav p a:hover{
    background: #fff;
    color: #222;
}
.content{
	margin:0 15px 15px 15px;
	text-align:center;font-size:0;
	padding-top:30px;
	min-height:600px;
	background:#fff;
}
.iframeWrap{
	display:inline-block;vertical-align:top;
	width:100%;
	text-align:center;
}
iframe{
	overflow-x: hidden; overflow-y: auto;
	width:1200px;max-width:100%;
    padding: 0 15px;
    box-sizing: border-box;
}
/* 버튼 */
.submenu{
	display:none;
	text-align:center;
}

.reserNumber{
	width:100%;height:55px;
	margin:auto;
	background:url('http://img.einet.kr/service/title/booking/rt_title_01.jpg') no-repeat 15px top;
}


/*s ====PC화면====*/

@media screen and (min-width:1200px){
    .top_bg img{
        top:140px;
    }
}


/* ======= 야놀자 Price ======== */
.wrap_price {
    width:1200px; margin:0 auto; padding:20px 0;
}

@media screen and (max-width:1200px){
    .wrap_price {
        width:100%;
    }
}