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;}


.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;
}

.link01 {
	position: absolute;
    top: 40.8%;
    height: 6.4%;
    left: 21%;
    width: 58%;
	cursor:pointer;
}

.link02 {
    position: absolute;
    top: 48.7%;
    height: 6.4%;
    left: 21%;
    width: 58%;
    cursor: pointer;
}

.link03 {
	position: absolute;
    top: 56.6%;
    height: 6.4%;
    left: 21%;
    width: 58%;
    cursor: pointer;
}

.link04 {
    position: absolute;
    top: 64.4%;
    height: 6.4%;
    left: 21%;
    width: 58%;
    cursor: pointer;
}

.link05 {
    position: absolute;
    top: 72.3%;
    height: 6.4%;
    left: 21%;
    width: 58%;
    cursor: pointer;
}

.container {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	position: relative; /* ✅ 기준 요소로 지정 */
}

.gohome {
	position: fixed;
	top: 15px;
	width: 8%;
	height: auto;
	max-width: 44px;
	z-index: 10;
}

