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;
	overflow: hidden;
	max-width: 800px;
	width: 100%;
	height: 100%;
}

.swiper-container {
	width: 100%;
	margin: 0;
	/*position:absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%); */
	max-width: 800px;
}

.swiper-slide {
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;

}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

ul {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}


.imagemap {
	position: relative;
	width: 100%;
}

img {
	display: block;
	width: 100%;
}

video {
	display: block;
	width: 100%;
	border: 0;
}

.copylink {    
	position: absolute;
    top: 63.5%;
    left: 12%;
    width: 82%;
    height: 3.1%;
	}

.link00 {    
    position: absolute;
    top: 85.5%;
    left: 12%;
    width: 76%;
    height: 8.1%;
	}

.link01 {    
	position: absolute;
	top: 78.52%;
	left: 12%;
	width: 18%;
	height: 12.1%;
	}

.link02 {    
	position: absolute;
	top: 78.52%;
	left: 31.5%;
	width: 18%;
	height: 12.1%;
	}

.link03 {    
	position: absolute;
	top: 78.52%;
	left: 50.5%;
	width: 18%;
	height: 12.1%;
	}

.link04 {    
	position: absolute;
	top: 78.52%;
	left: 70%;
	width: 18%;
	height: 12.1%;
	}

.kakaomap {
	position: absolute;
    top: 21.4%;
    left: 6%;
    width: 88%;
    height: 37.55%;
    margin: 0 auto;
}

button {
	padding: 10px 20px 10px 20px;
	text-align: center;
	margin: 0 auto;
	background: #000;
	color: #fff;
	border: none;
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
}

#musicb {
	position: fixed;
	text-align: center;
	padding: 2px 2px 2px 2px;
	top: 5px;
	left: 5px;
	z-index: 10000;
	font-size: 10px;
	background: skyblue;
}

video {
	width: 100%;
	height: auto;
}

.videoxy {
	position: absolute;
    top: 32.7%;
    left: 7%;
    width: 86%;
    height: auto;
}

.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 2s 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;
}


.scrolldown {
	position: fixed;
	bottom: 0%;
	width: 100%;
	z-index: 1000;
	max-width: 800px;
	margin: 0 auto;
	display: none;
}

.scrollani {
	animation: scroll-move 1.5s infinite linear;
}

@keyframes scroll-move {

	0%,
	100% {
		transform: translate(0%, -50%);
	}

	50% {
		transform: translate(0%, -60%);
	}
}


.popup2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
}

.popup2-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width:910px;
  background-color: white;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 20;
}

.popup2-content img {
  width: 100%;
  height: auto;
  z-index: 20;
}

.popup2-close {
    position: absolute;
    top: -1%;
    right: 2%;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    z-index: 22;
}

.popup2-close:hover {
  color: #999;
}

