body {

        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
		margin-bottom:0;
		padding:0 auto;
		margin:0 auto;
		/* background-image:url('https://inviteme.kr/bmf/images/bg.jpg'); */
		background-repeat:no-repeat;
		background-size:cover;
		background-color:#000;
		max-width:800px;
		width:100%;
		height:100%;
	}
ul{
		width:100%;
		list-style:none;
		padding:0;
		margin:0;
	}


img {
	width:100%;
	display:block;
}

.imagemap {position:relative;width:100%;height:auto}

.main_seat {position:relative;z-index:10;}


.link01 {
	position: absolute;
    top: 47.4%;
    height: 6%;
    left: 21%;
    width: 58%;
}

.link02 {
    position: absolute;
    top: 55.8%;
    height: 6%;
    left: 21%;
    width: 58%;
	cursor:pointer;
}

.link03 {
    position: absolute;
    top: 64%;
    height: 6%;
    left: 21%;
    width: 58%;
}

.link04 {
	position: absolute;
    top: 72%;
    height: 6%;
    left: 21%;
    width: 58%;
}

.link05 {
	position: absolute;
    top: 80%;
    height: 6%;
    left: 21%;
    width: 58%;
}

.link06 {
	position: absolute;
    top: 80.6%;
    height: 6%;
    left: 21%;
    width: 58%;
}


.large01 {
	position: absolute;
    top: 75.5%;
    left: 20%;
    width: 60%;
    height: 3.5%;
    z-index: 11;
}

.popup-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
  opacity: 1;
  transition: opacity 3s ease-in-out;
}

.popup-content {
  max-width: 90%;
  max-height: 90%;
}

.popup-content img {
  display: block;
  width: 100%;
  max-height: 100%;
  margin:0 auto;
  max-width:800px;
}

.seat_button {
    position: absolute;
    top: 27.5%;
    width: 12.2%;
    left: 76.6%;
    height: 3.5%;
    font-size: 1.5vw;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    z-index: 11;
	}

.seats img{
    position: absolute;
    top: 0%;
    width: 100%;
    left: 0%;
    height: auto;
    z-index: 9;
	}

input {text-align:center;margin:0;padding:0;}
input:focus {outline:none;text-align:center;z-index:11;}

.location01 {
    position: absolute;
    top: 76.4%;
    left: 13%;
    width: 35%;
    height: 9%;
	}

.location02 {
    position: absolute;
    top: 76.4%;
    left: 52%;
    width: 35%;
    height: 9%;
	}

.location03 {
	position: absolute;
    top: 86.4%;
    left: 13%;
    width: 35%;
    height: 9%;
	}

.location04 {
	position: absolute;
    top: 86.4%;
    left: 52%;
    width: 35%;
    height: 9%;
	}

.input-container {
	z-index:11;
	}

.basic {
	position: absolute;
    top: 0%;
    width: 100%;
    left: 0%;
    height: auto;
    z-index: 8;
	}

#seat_number {
	position: absolute;
    top: 27.55%;
    left: 11%;
    width: 62%;
    height: 3.4%;
    background: none;
    font-size: 3.5vw;
    border: none;
    z-index: 11;
	}
	
#seat_txt {
    position: absolute;
    top: 31.7%;
    left: 50%;
    width: 35%;
    height: 2.3%;
    font-size: 3.5vw;
    font-weight: 700;
    border: none;
    color: #fff;
    transform: translate(-50%, -50%);
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
	}

#branch_select {
	position: absolute;
    top: 32.3%;
    left: 11%;
    width: 62.2%;
    height: 3.55%;
    text-align: center;
    background: none;
    font-size: 3.5vw;
    border: none;
    z-index: 11;
	}
	
#select_branch {

}

#seat_text {
	position: absolute;
    top: 41.8%;
    z-index: 11;
    left: 55%;
    height: auto;
    width: auto;
    color: #FFF;
    font-size: 4vw;
    font-weight: 900;
	}

@media (min-width: 800px) {
	#seat_number, #seat_txt, #branch_select, #select_branch  {
        font-size: 26px;
    }
}

.kakaomap{
    position: absolute;
    top: 34.5%;
    height: 18%;
    left: 18%;
    width: 64%;
	}
	
#musicb {
	position:absolute;
	text-align:center;
	padding:2px 2px 2px 2px;
	top:5px;
	left:5px;
	z-index:10000;
	font-size:10px;
	background:skyblue;
	color:white;
	border:none;
	}
	
.rbox {
    position: absolute;
    z-index: 20;
    background: #f1efec;
    top: 66.5%;
    left: 59%;
    width: 9%;
    height: 4%;
	}

.gohome {
	position:fixed;
	top:15px;
	left:15px;
	width:8%;
	height:auto;
	z-index:10;
	max-width:44px;
	}
	
.location01 {
    position: absolute;
    top: 86%;
    height: 9%;
    width: 31%;
    left: 18%;
	cursor:pointer;
	}

.location02 {
	position: absolute;
    top: 86%;
    height: 9%;
    width: 31%;
    left: 50.5%;
	cursor:pointer;
	}

.music_popup {
	display: none;
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0,0,0,0.6);
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.music_popup .music_inner {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	width: 90%;
	max-width: 400px;
	position: relative;
	box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.music_popup audio {
	width: 100%;
}

.music_popup .close_btn {
	position: absolute;
	top: 10px; right: 15px;
	font-size: 24px;
	color: #333;
	cursor: pointer;
}

.menu02_link01 {
	position: absolute;
    top: 43.8%;
    height: 20%;
    width: 100%;
    left: 0%;
    cursor: pointer;
	}
	
.menu02_link02 {
    position: absolute;
    top: 67.7%;
    height: 20%;
    width: 100%;
    left: 0%;
    cursor: pointer;
	}