body {
	margin-bottom: 0;
	padding: 0 auto;
	margin: 0 auto;
	background-color: #000;
	max-width: 800px;
	width: auto;
}

.swiper-container {
	width: 100%;
	margin: 0;
	padding-bottom:60px;
}

.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;
}

.imagemap {
	position: relative;
	width: 100%;
}

img {
	display: block;
	width: 100%;
}

.kakaomap {
    position: absolute;
    top: 14.4%;
    height: 33%;
    left: 9%;
    width: 82%;
	}

.link01 {    
    position: absolute;
    top: 73%;
    left: 50%;
    width: 77%;
    height: 4.8%;
    transform: translateX(-50%);
	}

/* 하단 네비게이션 바 */
.nav {
	display: flex;
	flex-direction: row;
	width: 100%;
	max-width: 800px;
	margin: auto;
	background-color: #10151b;
	padding: 5px 0;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.8);
	position: fixed;
	bottom: 0;
	z-index: 5;
}

/* 각 아이템 래퍼 */
.nav-item {
	flex: 1 1 0;
	display: block;
	padding: 0 2px;
}

/* 실제 클릭 영역: 세로 중앙정렬 */
.nav-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding: 6px 4px;
	text-align: center;
}

/* 아이콘 컨테이너 */
.nav-icon {
	display: block;
	line-height: 0; /* 이미지 하단 여백 제거 */
	font-size: 0; /* 폰트 아이콘 사용 안함 */
}

/* 아이콘 이미지 크기 통일 */
.nav-icon img {
	display: block;
	width: 28px;
	height: 28px;
	object-fit: contain;
	margin: 0 auto;
}

/* 텍스트 중앙정렬 */
.nav-text {
	display: block;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	color:#FFF;
}

/* 호버 반응 (선택) */
.nav-link:hover .nav-text {
	color: red;
}

/* 작은 화면에서 아이콘/텍스트 크기 보정 (선택) */
@media (max-width: 360px) {
	.nav-icon img {
		width: 24px;
		height: 24px;
	}
	.nav-text {
		font-size: 11px;
	}
}

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;
	padding: 5px 2px 5px 2px;
	top: 5px;
	left: 5px;
	width: 73px;
	height: auto;
	z-index: 10000;
	font-size: 10px;
	background: skyblue;
	text-align: center;
	color: #fff;
}