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: #4c1111;
	overflow: hidden;
	max-width: 640px;
	width: 100%;
	height: 100%;
}

.swiper-container {
	width: 100%;
    margin: 0;
    position: absolute;
    max-width: 640px;
    top: 50%;
    transform: translateY(-50%);
}

.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;

}


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;
}


.page10 {    
	position: absolute;
    top: 28%;
    left: 71%;
    width: 19%;
    height: 3.4%;
	cursor:pointer;
}

.page12 {    
	position: absolute;
    top: 8.2%;
    left: 10%;
    width: 19%;
    height: 3.4%;
    cursor: pointer;
}

.page15 {    
    position: absolute;
    top: 11%;
    left: 71%;
    width: 19%;
    height: 3.4%;
    cursor: pointer;
}

.page17 {    
	position: absolute;
    top: 39%;
    left: 71%;
    width: 19%;
    height: 3.4%;
    cursor: pointer;
}

.page18 {    
	position: absolute;
    top: 46.7%;
    left: 71%;
    width: 19%;
    height: 3.4%;
    cursor: pointer;
}

.page21 {    
    position: absolute;
    top: 24%;
    left: 71%;
    width: 19%;
    height: 3.4%;
    cursor: pointer;
}

.page22 {    
    position: absolute;
    top: 10.8%;
    left: 39%;
    width: 19%;
    height: 3.4%;
    cursor: pointer;
}

.page24 {    
    position: absolute;
    top: 22%;
    left: 71%;
    width: 19%;
    height: 3.4%;
    cursor: pointer;
}

.page27 {    
    position: absolute;
    top: 34.8%;
    left: 71%;
    width: 19%;
    height: 3.4%;
    cursor: pointer;
}


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-overlay {
    display: none; /* 초기 상태에서 숨김 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); /* 어두운 배경 */
    z-index: 9999; /* 가장 위에 위치 */
    justify-content: center;
    align-items: center;
}

/* 팝업 콘텐츠(유튜브 영상 프레임) */
.popup-content {
    position: relative;
    width: 90%; /* 반응형으로 90% 넓이 */
    max-width: 800px; /* 최대 넓이 */
    height: 60%; /* 높이는 화면에 맞춰 조정 가능 */
    background: #fff;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* 팝업 닫기 버튼 (X) */
.popup-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}
