body {
	margin-bottom:0;
	padding:0 auto;
	margin:0 auto;
	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;
}

.swiper-container { padding-bottom:62px; }

.imagemap {position:relative;width:100%;height:auto}

.main_seat {position:relative;z-index:10;}


.link01 {
	position: absolute;
	top: 47.3%;
	height: 6%;
	left: 21%;
	width: 58%;
}

.link02 {
	position: absolute;
	top: 56%;
	height: 6%;
	left: 21%;
	width: 58%;
	cursor:pointer;
}

.link03 {
	position: absolute;
	top: 65.1%;
	height: 6%;
	left: 21%;
	width: 58%;
}

.link04 {
	position: absolute;
	top: 74.4%;
	height: 6%;
	left: 21%;
	width: 58%;
}

.link05 {
	position: absolute;
	top: 83%;
	height: 6%;
	left: 21%;
	width: 58%;
}

.menu01_link01 {
	position: absolute;
    top: 13.8%;
    height: 2.3%;
    left: 16%;
    width: 68%;
}

.menu02_link01 {
	position: absolute;
    top: 9.6%;
    height: 1.7%;
    left: 16%;
    width: 68%;
}

.menu03_link01 {
    position: absolute;
    top: 10.8%;
    height: 1.75%;
    left: 16%;
    width: 68%;
}

.menu04_link01 {
    position: absolute;
    top: 8.1%;
    height: 1.75%;
    left: 16%;
    width: 68%;
}

.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;
}
	
#musicb {
	position:absolute;
	text-align:center;
	padding:2px 2px 2px 2px;
	top:5px;
	left:5px;
	z-index:10000;
	font-size:10px;
	background:skyblue;
	color:white;
	border:none;
	}
	

.gohome {
	position:fixed;
	top:15px;
	left:15px;
	width:8%;
	height:auto;
	z-index:10;
	max-width:44px;
	}

.music_popup {
	display: none;
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0,0,0,0.6);
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.music_popup .music_inner {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	width: 90%;
	max-width: 400px;
	position: relative;
	box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.music_popup audio {
	width: 100%;
}

.music_popup .close_btn {
	position: absolute;
	top: 10px; right: 15px;
	font-size: 24px;
	color: #333;
	cursor: pointer;
}

#map { border-radius:20px; }

a:link {
	text-decoration: none;
	color: #000;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: red;
}

.container {
	width: 100%;
	max-width: 800px;
	color: #000;
	z-index: 0;
	padding-bottom: 50px;
}

.top {
	position: fixed;
	top: 0px;
	background: #fff;
	width: 100%;
	max-width: 800px;
	text-align: center;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.8);
	z-index: 1000;
}

.top h2 {
	font-size: 1.2em;
	color: #5D5D5D;
}

.data-download {
	font-weight: 100;
	width: 100%;
	text-align: center;
}

.data-download hr {
	width: 90%;
}

.data-download h3 {
	padding-top: 10px;
}

.dd-contents {
	padding: 10px 40px 10px 40px;
	text-align: left;
	font-size: 18px;
}

.nav {
	display: flex;
	flex-direction: row;
	width: 100%;
	max-width: 800px;
	margin: auto;
	background-color: #fff;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.8);
	position: fixed;
	bottom: 0px;
	z-index: 1000;
}

.nav-item {
	display: grid;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	padding: 5px 0px;
	cursor: pointer;
	transition: all 0.2s ease-out;
}

.nav-text {
	font-size: 20px;
	margin: auto;
	text-align: center;
	font-weight: 500;
	display: none;
	transition: all 0.3s ease;
}

.material-icons {
	display: inline;
	font-size: 32px !important;
	transition: color .3s;
	text-align: center;
}

#add,
#modify_cancel,
#more {
	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;
}

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;
}

input {
	width: calc(100% - 120px);
	padding: 5px;
	box-sizing: border-box;
}

input,
select {
	border: none;
	border-bottom: 1px solid #EAEAEA;
	background: #f9f9f9;
}

h1 {
	font-size: 18px;
	margin: 0 auto;
	margin: 0px 0px 30px 0px;
	text-align: center;
	color: #000;
	font-weight: 500;
}

.kakaomap {
    position: absolute;
    top: 50.06%;
    left: 12%;
    width: 76%;
    height: 20.34%;
    display: block;
}

.fix_click {
	position: fixed;
	bottom: 52px;
	z-index: 100;
	width: 100%;
	max-width: 800px;
}

.tit {
	color: #fff !important;
}

.root_daum_roughmap .section_address .txt {
	color: #fff !important;
}

.title {
	color: #fff !important;
}

.wrap_list li a {
	color: #fff !important;
}

.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: 50%;
	max-height: 100%;
	margin: 0 auto;
	max-width: 800px;
}


/* �앹뾽 �ㅻ쾭�덉씠 (諛곌꼍 寃��� + �щ챸�� 0.7) */
.popup-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1000;
}

.popup-overlay2 {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1000;
}

.popup {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 500px;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 5px;
}

/* �� �대� ��ぉ �ㅽ��� */
.popup form .form-group {
	margin-bottom: 10px;
}

.popup form label {
	display: inline-block;
	width: 100px;
	font-weight: 500;
}

.popup form select {
	width: calc(100% - 120px);
	padding: 5px;
	box-sizing: border-box;
}

/* �쒖텧 踰꾪듉 (�뚮��� 諛곌꼍, �곗깋 湲���) */
.submit-btn {
	background: #d0b9b9;
	color: white;
	padding: 10px 20px;
	border: none;
	cursor: pointer;
	width: 100%;
}

/* �숈쓽�� �ㅽ겕濡� 諛뺤뒪 */
.consent-box {
	background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 5px;
    height: 100px;
    overflow-y: auto;
    font-size: 12px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 5px;
    color: #333;
}

.form-check {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 5px;
	width: 100%;
	font-size: 14px;
	color: #333;
	white-space: normal;
	word-break: keep-all;
}

.form-check input[type="checkbox"] {
	width: 18px;
	height: 18px;
	accent-color: #666;
	flex-shrink: 0;
}

.form-check label {
	flex: 1;
	line-height: 1.5;
}



/* �リ린 踰꾪듉 */
.close-btn {
	position: absolute;
	top: -40px;
	right: -16px;
	background: transparent;
	border: none;
	font-size: 18px;
	cursor: pointer;
}



#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;
}

.nav-item div {
	font-size: 9px;
	text-align: center;
}

.nav img { max-height:32px; }