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: 66.7%;
    left: 20%;
    width: 60%;
    height: 5%;
}
.link02 {
    position: absolute;
    top: 73.1%;
    left: 20%;
    width: 60%;
    height: 5%;
}

.link04 {
    position: absolute;
    top: 79.5%;
    left: 20%;
    width: 60%;
    height: 5%;
}

.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: 30.7%;
    width: 12.2%;
    left: 71.5%;
    height: 2.6%;
    font-size: 1.5vw;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    z-index: 11;
	}

.seats img{
    position: absolute;
    top: 42%;
    width: 100%;
    left: 0%;
    height: auto;
    z-index: 13;
	}

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: 42%;
    width: 100%;
    left: 0%;
    height: auto;
    z-index: 8;
	}

#seat_number {
	position: absolute;
    top: 31%;
    left: 18%;
    width: 53%;
    height: 1.9%;
    background: none;
    font-size: 3.5vw;
    border: none;
    z-index: 11;
	}
	
#seat_txt {
	position: absolute;
    top: 40.7%;
    left: 57%;
    width: 9%;
    height: 2.7%;
    font-size: 3.5vw;
    border: none;
    color: #fff;
    transform: translate(-50%, -50%);
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
	}

#branch_select {
	position: absolute;
    top: 34.2%;
    left: 18%;
    width: 64%;
    height: 1.7%;
    background: none;
    font-size: 3.5vw;
    border: none;
    z-index: 11;
	}

#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  {
        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;
	}