body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	margin-bottom: 0;
	padding: 0 auto;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: cover;
	background: #181823;
	max-width: 800px;
	width: auto;
	height: 100%;
	top: 0px;
	bottom: 0px;
}

.swiper-container {
	width: 100%;
	margin: 0;
}

.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;
}

.bot {
	position: fixed;
	max-width: 800px;
	width: 100%;
	bottom: 75px;
	z-index: 20000;
}

.imagemap {
	position: relative;
	width: 100%;
}

img {
	display: block;
	width: 100%;
}

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: 76px;
}

.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;
	padding: 5px 0px 5px 0px;
	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 5px;
	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% - 90px);
	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 20px 0px;
	text-align: center;
	color: #000;
	font-weight: 500;
}

.kakaomap {
	position: absolute;
    top: 68.06%;
    left: 8%;
    width: 84%;
    height: 14.34%;
    display: block;
}

.fix_click {
	position: fixed;
	bottom: 62px;
	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: 50%;
	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: 15px;
}

.popup form label {
	display: inline-block;
	width: 85px;
	font-weight: 500;
}

.popup form select {
	width: calc(100% - 90px);
	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;
	height: 120px;
	overflow-y: auto;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 5px;
	color: #333;
}

.popup-overlay {
	touch-action: none; /* 터치 스크롤 막음 (모바일 대응) */
}

.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;
}

.scrolldown {
	position: fixed;
	bottom: 0%;
	width: 100%;
	z-index: 1000;
	max-width: 800px;
	margin: 0 auto;
	display: none;
}

#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;
}


.register {
    position: absolute;
    top: 18.7%;
    left: 50%;
    transform: translateX(-50%);
    height: 4%;
    width: 62%;
    cursor: pointer;
}

.gomap {
	position: absolute;
    top: 88.8%;
    left: 50%;
    transform: translateX(-50%);
    height: 3%;
    width: 62%;
    cursor: pointer;
}