html,
body {
	margin: 0px;
	height: 100%;
	font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo",
		"Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI",
		"Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji",
		"Segoe UI Symbol", sans-serif !important;
	letter-spacing: -0.25px;
}

table tr th {
	text-align: center !important;
}

table tr td {
	cursor: pointer;
}

textarea {
	resize: none !important;
	height: 200px;
}

#page-loading {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9999;
	background-color: rgba(255, 255, 255, 0.5);
	/* 로딩 화면 배경 */
	display: none;
	/* 기본 숨김 */
}

#page-loading .spinner-border {
	position: absolute;
	top: 50%;
	left: 50%;
}

#color {
	height: 80px;
	max-width: 80px;
}

.mw-300 {
	max-width: 300px;
}

.mw-400 {
	max-width: 400px;
}

.mw-500 {
	max-width: 500px;
}

.container-fluid {
	max-width: none !important;
}

.pointer {
	cursor: pointer;
}

.logo-txt {
	color: black;
	font-size: 1rem;
	font-weight: bold;
}

.table-body {
	padding: 15px;
}

/* 테이블 기본 스타일 */
table.dataTable {
	border-collapse: collapse;
	width: 100%;
	font-size: 14px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
}

/* 테이블 헤더 스타일 */
table.dataTable thead th {
	background-color: #f4f4f4;
	color: #333;
	padding: 10px;
	border-bottom: 2px solid #ddd;
	text-align: left;
}

/* 테이블 바디 스타일 */
table.dataTable tbody td {
	padding: 10px;
	border-bottom: 1px solid #ddd;
}

/* 테이블 바디 홀수행 배경색 */
table.dataTable tbody tr:nth-child(odd) {
	background-color: #f9f9f9;
}

/* 테이블 바디 짝수행 배경색 */
table.dataTable tbody tr:nth-child(even) {
	background-color: #fff;
}

/* 선택된 행 스타일 */
table.dataTable tbody tr.selected {
	background-color: #e0f7fa;
}

/* 검색창, 페이지네이션 스타일 */
.dataTables_wrapper .dataTables_filter input {
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 5px;
	width: 200px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	border: 1px solid #ddd;
	padding: 5px 10px;
	margin: 2px;
	background-color: #f9f9f9;
	cursor: pointer;
	border-radius: 3px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
	background-color: #007bff;
	color: white;
	border: 1px solid #007bff;
}

/* 검색창 및 페이지네이션 배치 */
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_paginate {
	margin: 10px 0;
}

/* 레이블 스타일 */
.dataTables_wrapper .dataTables_length label,
.dataTables_wrapper .dataTables_filter label {
	font-weight: bold;
}

.dt-paging-button {
	font-size: 12px;
}

.dt-paging-button {
	font-size: 12px;
}

.dataTables_info {
	width: fit-content;
	float: left;
}

.dataTables_paginate {
	width: fit-content;
	float: right;
}

.dataTables_length {
	padding-bottom: 5px;
	width: fit-content;
	float: left;
}

.dataTables_length select {
	width: 60px;
	height: 30px;
}

.dt-buttons {
	float: right !important;
}

.td-text-left {
	text-align: left !important;
}

.note-editor .modal-dialog .modal-content .modal-header button {
	display: none;
}

.note-form-label {
	width: 100%;
}

.modal-body {
	padding-bottom: 0 !important;
}

.comment {
	font-size: 10px;
	color: gray;
}

.table-title {
	font-weight: bold;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.nav-link {
	color: black !important;
}

@media (max-width: 600px) {
	.hide {
		display: none;
	}

	.show {
		display: block
	}

	.ta-l {
		text-align: left;
	}

	.td-text-align {
		text-align: left !important;
	}
}

@media (min-width: 601px) {
	.show {
		display: none;
	}

	.td-text-align {
		text-align: center !important;
	}
}

.dz-progress {
	display: none;
}

#map-wrapper {
	position: relative;
	width: 100%;
	height: 400px;
}

#map {
	width: 100%;
	height: 100%;
}

/* 중심 고정 마커 */
#center-marker {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 32px;
	background-image: url('https://ssl.pstatic.net/static/maps/mantle/1x/pin_default.png');
	background-size: contain;
	background-repeat: no-repeat;
	transform: translate(-50%, -100%);
	/* 정중앙 위에 꽂히게 */
	pointer-events: none;
	/* 마커 클릭 막기 */
	z-index: 10;
}

.dz-image img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.term-list {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.term-list {
	display: none;
	list-style: none inside;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #fff;
	border: 1px solid #ddd;
	font-weight: 400;
	position: absolute;
	z-index: 9999;
	width: 100%;
}

.term-list li {
	border-bottom: 1px solid #eee;
	padding-left: 17px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
}

.term-list strong {
	color: #444;
	font-weight: 700;
}

#tag_list span {
	cursor: pointer;
}