* {
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
}

::-webkit-scrollbar {
	display: none;
}

swiper-slide {
	width: 87%;
}

/* pagination 전체 영역 스타일 */
swiper-container::part(pagination) {
	bottom: 0;
}

swiper-container::part(bullet-active) {
	height: 4px;
	width: 20px;
	background: linear-gradient(90.85deg, #8509EA 1.76%, #1CD2EE 98.24%);
	border-radius: 20px;
	margin: 0 2px;
}

swiper-container::part(bullet) {
	width: 4px;
	height: 4px;
	margin: 0 2px;
}

swiper-container swiper-slide:first-child {
	margin-left: 12px;
}


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;
	letter-spacing: -0.25px;
	overscroll-behavior: none;
	/* 스크롤 오버스크롤 방지 */
}

/* a blue color as a generic focus style */
button:focus-visible {
	outline: 2px solid #4a90e2 !important;
	outline: -webkit-focus-ring-color auto 5px !important;
}

a {
	text-decoration: none;
}

select {
	border: none;
	/* 기본 테두리 제거 */
	outline: none;
	/* 포커스 시 나타나는 테두리 제거 */
	appearance: auto;
	/* 화살표를 기본으로 유지 */
	-webkit-appearance: auto;
	/* Safari에서도 화살표 유지 */
	-moz-appearance: auto;
	/* Firefox에서도 화살표 유지 */
	background-color: transparent;
	/* 배경색 투명 (필요 시) */
	cursor: pointer;
	/* 포인터 커서 추가 */
}

custom-select-header li {
	font-size: 14px;
}

custom-select li {
	font-size: 14px;
	text-align: left;
}

html {
	scroll-behavior: auto !important;
}

body {
	margin: 0;
}

iframe {
	width: 100%;
}

table {
	table-layout: fixed;
	width: 100%;
}

table td {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

table td span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

textarea {
	resize: none;
}

hr {
	color: #D9D9D9;
	height: 1.5px;
	background-color: #D9D9D9;
}

.container {
	margin: auto !important;
}

.main-logo {
	transition: left 0.5s ease-in-out;
	/* 애니메이션 효과 */
	position: fixed;
	top: 10px;
}

.main-logo img {
	width: 44px;
	height: 44px;
}

.main-menu {
	transition: left 0.5s ease-in-out;
	/* 애니메이션 효과 */
	position: fixed;
	top: 10px;
	right: 19px;
}

.main-menu img {
	width: 44px;
	height: 44px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
	border-radius: 30px;
	/* 선택 사항: 모서리를 약간 둥글게 */
}

.location-button img {
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
	border-radius: 30px;
	/* 선택 사항: 모서리를 약간 둥글게 */
}

#editor_modal {
	display: none;
}

.head-tabs {
	position: fixed;
	left: 10px;
	top: 40px;
	max-width: calc(100% - 70px);
	transition: left 0.5s ease-in-out;
	/* 애니메이션 효과 */
}

.head-tabs .line {
	height: 2px;
	position: absolute;
	bottom: 0;
	margin: 10px 0 0 0;
	background: black;
}

.head-tabs ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
}

.head-tabs ul li {
	margin: 0 20px 0 0;
	opacity: 0.4;
	transition: all 0.4s ease;
}

.head-tabs ul li:hover {
	opacity: 0.7;
}

.head-tabs ul li.active {
	opacity: 1;
}

.head-tabs ul li:last-child {
	margin-right: 0;
}

.head-tabs ul li a {
	text-decoration: none;
	color: black;
	display: block;
	font-weight: 600;
	letter-spacing: 0.1rem;
	font-size: 14px;
}

.footer {
	padding: 0px 30px 30px 30px;
}

.small-logo {
	width: 30px;
	height: 30px;
}

.artist-profile {
	width: 80px;
	height: 80px;
}

.toast {
	position: fixed;
	bottom: 30px;
	z-index: 9999;
	width: calc(100% - 40px);
	left: 50%;
	transform: translateX(-50%);
	border-radius: 20px;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -2.5%;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}

.toast img {
	width: 24px;
	padding-right: 5px;
}

.toast .btn-close {
	font-size: 10px;
}

.toast .toast-body {
	padding: 10px;
}

.system-alert.show {
	display: block !important;
}

#page-loading {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9999;
	background-color: rgba(255, 255, 255, 0.55);
	backdrop-filter: blur(2px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.25s ease, visibility 0.25s ease;
	display: block;
}

#page-loading.is-visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.loader {
	margin: 0 auto;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	width: 85px;
	height: 50px;
	background-repeat: no-repeat;
	background-image: linear-gradient(#8509EA 50px, transparent 0),
		linear-gradient(#6A30E0 50px, transparent 0),
		linear-gradient(#4D58D6 50px, transparent 0),
		linear-gradient(#309FCD 50px, transparent 0),
		linear-gradient(#1CD2EE 50px, transparent 0);
	background-position: 0px center, 15px center, 30px center, 45px center, 60px center;
	animation: rikSpikeRoll 0.65s linear infinite alternate;
}

@keyframes rikSpikeRoll {
	0% {
		background-size: 10px 3px;
	}

	16% {
		background-size: 10px 50px, 10px 3px, 10px 3px, 10px 3px, 10px 3px, 10px 3px
	}

	33% {
		background-size: 10px 30px, 10px 50px, 10px 3px, 10px 3px, 10px 3px, 10px 3px
	}

	50% {
		background-size: 10px 10px, 10px 30px, 10px 50px, 10px 3px, 10px 3px, 10px 3px
	}

	66% {
		background-size: 10px 3px, 10px 10px, 10px 30px, 10px 50px, 10px 3px, 10px 3px
	}

	83% {
		background-size: 10px 3px, 10px 3px, 10px 10px, 10px 30px, 10px 50px, 10px 3px
	}

	100% {
		background-size: 10px 3px, 10px 3px, 10px 3px, 10px 10px, 10px 30px, 10px 50px
	}
}


.pointer {
	cursor: pointer;
}

.center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.menu-button {
	position: fixed;
	top: 10px;
	right: 10px;
}

.location-button {
	border: none;
	background: none;
	position: absolute;
	top: -62px;
	right: 19px;
	width: 44px;
	height: 44px;
	padding: 0;
}

.sheet.full .location-button {
	display: none;
}

.location-button img {
	width: 100%;
}

.alert-button {
	position: fixed;
	top: 10px;
	right: 60px;
}

.this-button {
	position: fixed;
	top: 65px;
	transition: padding-left 0.5s ease-in-out;
	display: none;
	text-align: center;
	width: 100%;
}

.swiper {
	width: 100%;
	border-radius: 10px;
}

.swiper-slide {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	/* 16:9 비율 (9 / 16 = 0.5625) */
	overflow: hidden;
}

.swiper-slide img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.place-swiper1 img {
	max-height: 500px;
}

.place-swiper2 img {
	max-height: 200px;
}

.place-swiper1 {
	height: 100% !important;
	max-height: 500px;
}

.place-swiper2 {
	height: 100% !important;
	max-height: 200px;
}

.place-swiper2 .swiper-slide {
	width: 25%;
	height: 20%;
	opacity: 0.4;
}

.place-swiper2 .swiper-slide-thumb-active {
	opacity: 1;
}

.table-profile {
	width: 50px;
	height: 50px;
	padding: 0;
}

.width-100-50 {
	width: calc(100% - 50px);
}

.ft-r {
	float: right;
}

.table-show {
	display: none;
}

.search-input {
	width: 100%;
	font-size: initial !important;
}

.overflow-hd {
	overflow: hidden;
}

.hold_tr {
	background-color: #D8D8D8;
}

.upload-container input[type="file"] {
	display: none;
}

.upload-label {
	width: 100%;
	background-color: #007bff;
	color: white;
	padding: 10px 20px;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
}

.upload-label:hover {
	background-color: #0056b3;
}

#image-preview {
	margin: auto;
	max-width: 100%;
	max-height: 400px;
	display: none;
	border-radius: 10px;
}

.preview-body {
	height: fit-content;
	max-height: 50vh;
	overflow: auto;
}

.preview-body img {
	width: 100%;
}

#show_map {
	height: 25vh;
	border-radius: 10px;
}

.lightbox .lb-image {
	border: none !important;
}

.swiper-pagination {
	width: fit-content;
	padding: 3px 10px 3px 10px;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border-radius: 30px;
	font-size: 0.7rem;
	position: absolute;
	top: 10px;
	left: 10px;
	height: 25px;
}

.swiper-pagination-bullet {
	background-color: #D9D9D9 !important;
	width: 4px !important;
	height: 4px !important;
	margin: 0 !important;
	margin-right: 4px !important;
}

.swiper-pagination-bullet-active {
	background: #FFFFFF !important;
}

.oauth-icon {
	width: 34px;
	height: 34px;
	margin-right: 10px;
}

.icon {
	width: 30px;
}

.profile-img-div {
	width: fit-content;
	margin: auto;
	/*
	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(45deg, #a52ccf, #00d4ff) border-box;
	*/
	border: 2px solid transparent;
	border-radius: 100px;
}

.profile-img-div img {
	width: 8rem;
	height: 8rem;
	border-radius: 100px;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	image-rendering: crisp-edges;
	object-fit: cover;
	clip-path: circle(50% at center);
}

.txt-center {
	text-align: center;
}

.full-modal-header {
	position: fixed;
	width: 100%;
	display: flex;
	align-items: center;
	background: white;
	z-index: 9999;
	padding-top: 25px;
	padding-bottom: 20px;
	padding-right: 19px !important;
	padding-left: 19px !important;
}

.back-button {
	background: none;
	border: none;
	font-size: 16px;
	cursor: pointer;
}

#image-upload {
	display: none;
}

.place-delete {
	position: absolute;
	top: 10px;
	right: 10px;
	border: none;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 20px;
	color: white;
	font-size: 0px;
}

.place-update {
	position: absolute;
	top: 45px;
	right: 10px;
	border: none;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 20px;
	color: white;
	font-size: 0px;

}

.service {
	height: 25vh;
	border: 1px solid #D8D8D8;
	overflow: auto;
	font-size: 0.7rem;
	padding: 5px;
}

.txt-small {
	font-size: 0.7rem;
}

.track-middle {
	/*
	margin-left: 100px;
	*/
}

.light-border {
	border: 1px solid #D8D8D8;
}

.search-field,
.term-list {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.search-field {
	border: 1px solid #999;
	width: 100%;
}

.term-list {
	list-style: none inside;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #fff;
	border: 1px solid #ddd;
	font-weight: 400;
	position: absolute;
	z-index: 99;
	width: 100%;
	max-height: 200px;
	overflow: auto;
}

.term-list li {
	border-bottom: none;
	padding-left: 17px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
}

.term-list strong {
	color: #8509EA;
	font-weight: 700;
}

.hidden {
	display: none;
}

#searchResults li:hover {
	background-color: #D8D8D8;
}

#tag_list .badge span {
	font-size: 15px;
}

#tag_list .badge {
	margin: 3px;
	background: white;
	color: #8509EA;
	border: 1.2px solid #ebebeb;
	padding: 7px 10px;
	font-weight: 500;
	font-style: Medium;
	font-size: 12px;

	line-height: 100%;
	letter-spacing: -2.5%;
	vertical-align: middle;
	align-items: center;
	display: inline-flex;
}

.copyright {
	font-size: 17px;
}

.center-marker {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* 마커가 정중앙에 위치하도록 조정 */
	z-index: 10;
	/* 마커가 지도 위에 보이도록 z-index 설정 */
	pointer-events: none;
	/* 마커가 클릭되지 않도록 설정 */
	width: 20px;
	height: 20px;
}

#share_modal img {
	width: 36px;
	height: 36px;
	cursor: pointer;
}

.pagination span {
	font-size: 13px !important;
	font-weight: bold;
}

#pagination-container {
	display: flex;
	justify-content: center;
	/* 가운데 정렬 */
}

#pagination {
	list-style: none;
	/* 기본 리스트 스타일 제거 */
	padding: 0;
	margin: 0;
}

.back-btn {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
}

.size-16-9 {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	/* 16:9 비율 */
	height: 0;
}

.size-16-9 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 반응형 비디오 컨테이너 */
.video-container {
	position: relative;
	width: 100%;
	padding-bottom: 177.73%;
	/* (814 / 458) * 100% => 비율에 맞는 패딩 값 */
	height: 0;
	overflow: hidden;
}

/* 반응형 iframe 스타일 */
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Pagination 스타일 */
.shorts-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	position: absolute;
	width: 100%;
	z-index: 9999;
	padding-bottom: 7vh;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	position: fixed;
	right: 0;
	left: 0;
}


.shorts-pagination .dot {
	width: 20%;
	height: 2px;
	background-color: #D9D9D9;
	margin: 0 0.5px;
	border-radius: 2px;
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.shorts-close {
	z-index: 9999;
	position: absolute;
	right: 10px;
	top: 25px;
}

.shorts-next {
	z-index: 9999;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.shorts-next img {
	height: 40px;
}

.shorts-previous {
	z-index: 9999;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.shorts-previous img {
	transform: rotate(180deg);
	height: 40px;
}

.line-top {
	border-top: 1px solid black;
}

.line-bottom {
	border-bottom: 1px solid black;
}

#off_bottom {
	border-top: none !important;
	height: 100%;
}

#off_iframe {
	height: 100vh !important;
	width: 100% !important;
}

#toggleButton {
	position: fixed;
	top: 50%;
	left: 364px;
	transform: translateY(-50%);
	cursor: pointer;
	border: none;
	background: none;
	transition: left 0.5s ease-in-out;
}

#toggleButton img {
	height: 65px;
}

.search-top {
	padding-top: 25px;
	padding-bottom: 25px;
}

#sheet_body iframe {
	padding-bottom: 74px;
}

#loc_search {
	top: 100px;
}

#loc_search button {
	border: none;
	background: none;
}

#loc_search img {
	width: 130px;
}

.pc-left-bar {
	background-color: white;
	position: fixed;
	top: 0;
	left: 0;
	width: 50px;
	height: 100%;
	z-index: 100;
	border-radius: 0 20px 20px 0;
}

#menu_offcanvas {
	width: 300px !important;
}

.header-searchbar {
	display: flex;
	align-items: center;
	gap: 11px;
	margin-right: 19px;
	margin-left: 19px;
}

.search-bar-icon {
	width: 23px;
	cursor: pointer;
}

.search-bar {
	display: flex;
	align-items: center;
	border: 2px solid transparent;
	border-radius: 93px;
	background: linear-gradient(#fff, #fff) padding-box,
		linear-gradient(45deg, #a52ccf, #00d4ff) border-box;
	padding: 5px 8px;
	height: 40px;
	width: 100%;
}

.search-input {
	border: none;
	outline: none;
	flex: 1;
	font-size: 14px;
	height: 25px;
	border-radius: 20px;
}

.search-button {
	background: none;
	border: none;
	cursor: pointer;
	padding: 0 0 3px 0;
}

.search-icon {
	width: 23px;
}


.main-footer {
	text-align: center;
	padding: 20px 20px 100px 20px;
	background-color: #F8F8F8;
	color: #9B9B9B;
	font-size: 14px;
}

.main-footer .icons {
	margin-bottom: 15px;
}

.main-footer .icons a {
	display: inline-block;
	margin: 0 5px;
	font-size: 24px;
	color: #BDBDBD;
	text-decoration: none;
	transition: color 0.3s;
}

.main-footer .icons img {
	border: 1px solid #BDBDBD;
	padding: 10px;
	border-radius: 50px;
}

.main-footer .icons a:hover {
	color: #555;
}

.main-footer p {
	margin: 0;
	line-height: 24px;
}

/* 체크박스 커스텀 디자인 */
.checkmark {
	display: inline-block;
	width: 24px;
	/* 체크박스 크기 */
	height: 24px;
	background-image: url('/assets/img/temp/uncheck.png');
	/* 체크 안 된 상태 이미지 */
	background-size: cover;
	margin-right: 8px;
	cursor: pointer;
}

/* 체크박스가 체크된 상태일 때 이미지 변경 */
.checkbox:checked+.checkmark {
	background-image: url('/assets/img/temp/check.png');
	/* 체크된 상태 이미지 */
}

/* select 체크박스 */
.select-box {
	position: relative;
	width: 250px;
	height: 44px;
	cursor: pointer;
}

.select-box__current {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	border-radius: 10px;
	border: 1.5px solid #ffffff;
}

.select-box__list {
	position: absolute;
	width: 100%;
	border-radius: 10px;
	list-style: none;
	padding: 0;
	margin: 5px 0 0;
	display: none;
	z-index: 10;
	box-shadow: 0px 4px 10px 0px #0000000D;
	border-radius: 10px;
	font-size: 16px;
	max-height: 150px;
	overflow: auto;
}

.select-box__list li {
	padding: 10px;
	cursor: pointer;
}

.select-box__list li:hover {
	background-color: #8509EA1C;
}

.select-box.open .select-box__list {
	display: block;
}

.swich-header {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	/* 버튼 간 간격 */
	background-color: rgba(255, 255, 255, 0);
	border-radius: 25px;
	height: 43px;

	position: fixed;
	top: 10px;
	display: none;

	transition: background-color 1000ms ease;
}

/* swich-header 내부의 이미지 버튼 공통 스타일 */
.swich-header .image-button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 43px;
	height: 43px;
	border: none;
	/* 기본 버튼 테두리 제거 */
	border-radius: 50%;
	/* 원 모양 */
	overflow: hidden;
	/* 원을 벗어난 이미지 부분 숨김 */
	cursor: pointer;
	padding: 0;
	background: none;
	/* 배경 제거 */
	position: relative;
}

/* swich-header 내부의 이미지 스타일 */
.swich-header .image-button img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* 이미지가 버튼 크기에 맞게 잘림 */
	display: block;
	border-radius: 30px;
	z-index: 100;
}

/* 그라디언트 테두리를 가진 버튼 */
.swich-header .artist-border {
	color: rgb(133, 9, 234);
	position: relative;
	background: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) padding-box padding-box, linear-gradient(to right, rgb(133, 9, 234), rgb(28, 210, 238)) border-box border-box;

	background-origin: border-box;
	background-clip: content-box, border-box;
	padding: 3px;
	/* 테두리 두께만큼 패딩을 주어 그라디언트가 테두리로 보이도록 함 */
}

.swich-header .user-border {
	color: white;
	padding: 2px;
}

.swich-header .simple-border {
	width: 39px;
	height: 39px;
	margin-right: 3px;
}

#switch_btn {
	display: none;
}

.shorts-previous,
.shorts-next,
.shorts-close {
	border: none;
	border-radius: 20px;
	width: 30px;
	height: 30px;
	background: none;
	color: white;
	position: fixed;
}

.marker-wrapper {
	position: relative;
	width: 45px;
	height: 45px;
	cursor: pointer;
}

.location-marker {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 15px;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: linear-gradient(135deg, #9c27b0 0%, #2196f3 100%);
	border: 2.5px solid #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.ping {
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 45px;
	z-index: -1;
	border-radius: 50%;
	background: rgba(133, 9, 234, 0.19);
	animation: ping 1.8s ease-in-out infinite both;
	-webkit-animation: ping 1.8s ease-in-out infinite both;
	animation: ping 1.8s ease-in-out infinite both;
}

.form-switch .form-check-input {
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1)'/%3e%3c/svg%3e");
	width: 2em;
	margin-left: -2.5em;
	background-color: #DADADA;
	/* ✅ 배경색 설정 */
	background-image: var(--bs-form-switch-bg);
	background-position: left center;
	border-radius: 2em;
	transition: background-position 0.15s ease-in-out;
}

.form-check-input:checked {
	background-color: #8509EA;
}

.share-popup h3 {
	margin: 0;
	color: #000000;
	text-align: center;
	padding-top: 16px;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: -2.5%;
}

/* 아이콘 버튼 스타일 */
.share-popup .share-icons {
	display: flex;
	justify-content: center;
	padding-right: 16px;
	padding-left: 16px;

	display: flex;
	gap: 24px;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	padding-bottom: 10px;
}

.share-popup #shareUrl {
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: -2.5%;
}


.share-popup .share-icons button {
	background: none;
	border: none;
	cursor: pointer;
}

.share-popup .share-item {
	text-align: center;
}

.share-popup .icon-button {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 2px solid #000;
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
}

.share-popup .icon-button img {
	width: 24px;
	height: 24px;
}

.share-popup .share-item p {
	font-size: 14px;
	margin: 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: -2.5%;

}

/* 링크 복사 스타일 */
.share-popup .copy-link {
	display: flex;
	align-items: center;
	gap: 5px;
	cursor: pointer;
	color: #7d4dfb;
	font-size: 14px;
	margin-top: 10px;
	margin: auto;
	padding-right: 16px;
	padding-left: 16px;
}

.share-popup .link-icon {
	width: 20px !important;
	height: 20px !important;
}

/* 닫기 버튼 */
.share-popup .close-btn {
	background: #EAEAEA;
	color: #000000;
	border: none;
	padding: 16px;
	border-radius: 10px;
	cursor: pointer;
	margin: 16px;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: -2.5%;

}

.share-popup .close-btn:hover {
	background: #ddd;
}

.topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	border: 1px solid white;
	z-index: 200;
	padding: 25px 19px 10px 19px;
}

.topbar-left {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.topbar-title {
	text-align: center;
	flex: 1;
	/* 가운데 정렬을 위해 확장 */
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: -2.5%;
}

.empty-state {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	color: #333;
	text-align: center;
	width: 100%;
}

.empty-icon img {
	width: 90px;
	margin-bottom: 25px;
}

.empty-title {
	display: none;
	font-weight: 700;
	margin-bottom: 14px;
	font-weight: 600;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: -2.5%;
}

.empty-desc {
	color: #999999;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -2.5%;
	text-align: center;
}

.alert-container {
	position: relative;
	/* 기준이 되는 부모 */
	display: inline-block;
}

.alert-container .red-dot {
	width: 6px;
	height: 6px;
	background-color: #D54545;
	border-radius: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.form-switch .form-check-input {
	background-position: -0.1em center;
}

.form-switch .form-check-input:checked {
	background-position: 1.3em center !important;
}

.form-switch .form-check-input {
	background-size: 1.8em !important;
}

.info-icon {
	width: 18px;
	padding-top: 5px;
}

@media only screen and (max-width: 420px) {
	.container {
		overflow: hidden;
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {

	.table-hidden {
		display: none;
	}

	.table-show {
		display: block;
	}

	#sheet_body iframe {
		padding-bottom: 90px !important;
	}

	.head-tabs {
		left: 10px !important;
	}

	.swich-header {
		left: 70px !important;
	}

	.this-button {
		padding-left: 0px !important;
	}

	.sheet {
		left: 0px !important;
	}

	#toggleButton {
		display: none;
	}

	.main-logo {
		left: 19px !important;
	}

	.pc-left-bar {
		display: none;
	}
}

.share-btn img {
	width: 34px;
}

.custom-gallery-description {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 16px;
	background: rgba(0, 0, 0, 0.7);
	color: white;
	font-size: 14px;
	z-index: 9999;
	text-align: center;
	pointer-events: none;
}

.custom-gallery-description h3 {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: bold;
}

.custom-gallery-description p {
	margin: 0;
	line-height: 1.4;
}

.gclose {
	display: none !important;
}

/* 트리거 버튼 */
.reaction-trigger {
	margin-top: 32px;
	width: fit-content;
	cursor: pointer;
}

.reaction-trigger img {
	width: 22px;
	height: 22px;
}

/* 팝업 박스 */
.reaction-popup {
	position: absolute;
	display: none;
	gap: 12px;
	background: white;
	padding: 10px 27px;
	border-radius: 30px;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
	z-index: 99999;
	user-select: none;
	animation: fadeIn 0.2s ease forwards;
	opacity: 0;
	/* fadeIn이 작동할 수 있도록 초기값 설정 */
}

.input-container {
	margin-bottom: 6px !important;
}

/* fadeIn 애니메이션 */
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* fadeOut 애니메이션 */
@keyframes fadeOut {
	from {
		opacity: 1;
		transform: translateY(0);
	}

	to {
		opacity: 0;
		transform: translateY(10px);
	}
}

/* 닫힐 때 적용되는 클래스 */
.reaction-popup.fade-out {
	animation: fadeOut 0.2s ease forwards;
}

/* 리액션 아이템 */
.reaction-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 12px;
	cursor: pointer;
	transition: transform 0.2s ease;
}

.reaction-item img {
	width: 26px;
	height: 26px;
	transition: transform 0.2s ease;
}

.reaction-item span {
	margin-top: 4px;
	color: #333;
	font-weight: 500;
}

/* 호버 애니메이션 */
.reaction-item:hover img {
	transform: scale(1.3);
	animation: bounce 0.4s ease;
}

.banner-container {
	margin-right: -20px;
	margin-left: -20px;
}

.banner-container img {
	width: 100%;
}

.card-status {
	color: white;
	font-size: 14px;
	font-weight: 500;
	padding: 2px 12px;
	border-radius: 30px;
	height: 24px;
}

.Waiting {
	background: #F39821;
}

.On-Air {
	background: #E72020;
}

.Ended {
	background: #999999;
}

/* bounce 효과 */
@keyframes bounce {

	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.4);
	}
}


@keyframes bounce {

	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.4);
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}


@media only screen and (min-width: 768px) {

	.sheet {
		position: fixed !important;
		min-height: 100% !important;
		width: 375px !important;
	}

	.offcanvas {
		width: 375px !important;
	}

	.offcanvas .tab-bottom {
		width: 375px !important;
	}

	.handle-head {
		display: none;
	}

	.search-top {
		padding-top: 9px !important;
	}

	.head-tabs {
		left: 375px;
	}

	.swich-header {
		left: 435px;
	}

	.main-logo {
		left: 384px;
	}

	.this-button {
		padding-left: 375px;
	}

	#shouts_modal .modal-dialog {
		max-width: 360px;
	}

	#off_bottom,
	.location-button {
		position: fixed !important;
		display: block !important;
	}
}

@-webkit-keyframes ping {
	0% {
		-webkit-transform: scale(0.2);
		transform: scale(0.2);
		opacity: 0.8;
	}

	/* 원래 80% 지점을 전체 1.8초 비율로 환산(≈35.56%) */
	35.56% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0;
	}

	/* 원래 100% 지점을 전체 1.8초 비율로 환산(≈44.44%) */
	44.44% {
		-webkit-transform: scale(2.2);
		transform: scale(2.2);
		opacity: 0;
	}

	/* 44.44% 이후 ~ 100%까지는 최종 상태 유지(대기) */
	100% {
		-webkit-transform: scale(2.2);
		transform: scale(2.2);
		opacity: 0;
	}
}

@keyframes ping {
	0% {
		transform: scale(0.2);
		opacity: 0.8;
	}

	35.56% {
		transform: scale(1.2);
		opacity: 0;
	}

	44.44% {
		transform: scale(2.2);
		opacity: 0;
	}

	100% {
		transform: scale(2.2);
		opacity: 0;
	}
}

@keyframes slide-in-up {
	from {
		transform: translate(-50%, 100%);
		/* X: -50%로 중앙, Y: 아래쪽 */
		opacity: 0;
	}

	to {
		transform: translate(-50%, 0);
		/* X 그대로, Y만 0으로 */
		opacity: 1;
	}
}

@keyframes slide-out-down {
	from {
		transform: translate(-50%, 0);
		/* 현재 위치 */
		opacity: 1;
	}

	to {
		transform: translate(-50%, 100%);
		/* 아래로 사라짐 */
		opacity: 0;
	}
}

.toast.custom-anim.show {
	animation: slide-in-up 0.5s ease forwards;
}

.toast.custom-anim.anim-hide {
	animation: slide-out-down 0.5s ease forwards;
}

.iframe-transition {
	transition: opacity 0.3s ease-in-out;
	opacity: 1;
}

.iframe-hidden {
	opacity: 0 !important;
}

/* Generic Fade In Animation */
.fade-in {
	animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}