   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:#fff;
		overflow:hidden;
		max-width:800px;
		width:100%;
		height:100%;
	}

.imagemap {position:relative;width:100%;}

img{display:block;width:100%;}
video{display:block;width:100%;border:0;}

.kakaomap {
	position: absolute;
    z-index: 9;
    width: 91%;
    left: 4%;
    top: 74%;
    height: 13%;
}

.videoxy {
	position: absolute;
    top: 61.5%;
    height: auto;
    left: 4%;
    width: 82%;
	}

.popup-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
  opacity: 1;
  transition: opacity 1.5s 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;
}

.bot {
	position:fixed;
	bottom:0px;
	width:100%;
	max-width:800px;
	z-index:10;
	}

	ul{
				width:100%;
				list-style:none;
				padding:0;
				margin:0;
		}
