@font-face {
	font-family: "Pretendard";
	font-style: normal;
	font-weight: 100;
	src: url("/assets/fonts/Pretendard-Thin.woff2") format("woff2");
}
@font-face {
	font-family: "Pretendard";
	font-style: normal;
	font-weight: 200;
	src: url("/assets/fonts/Pretendard-ExtraLight.woff2") format("woff2");
}
@font-face {
	font-family: "Pretendard";
	font-style: normal;
	font-weight: 300;
	src: url("/assets/fonts/Pretendard-Light.woff2") format("woff2");
}
@font-face {
	font-family: "Pretendard";
	font-style: normal;
	font-weight: 400;
	src: url("/assets/fonts/Pretendard-Regular.woff2") format("woff2");
}
@font-face {
	font-family: "Pretendard";
	font-style: normal;
	font-weight: 500;
	src: url("/assets/fonts/Pretendard-Medium.woff2") format("woff2");
}
@font-face {
	font-family: "Pretendard";
	font-style: normal;
	font-weight: 600;
	src: url("/assets/fonts/Pretendard-SemiBold.woff2") format("woff2");
}
@font-face {
	font-family: "Pretendard";
	font-style: normal;
	font-weight: 700;
	src: url("/assets/fonts/Pretendard-Bold.woff2") format("woff2");
}
@font-face {
	font-family: "Pretendard";
	font-style: normal;
	font-weight: 800;
	src: url("/assets/fonts/Pretendard-ExtraBold.woff2") format("woff2");
}
@font-face {
	font-family: "Pretendard";
	font-style: normal;
	font-weight: 900;
	src: url("/assets/fonts/Pretendard-Black.woff2") format("woff2");
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Pretendard;
}

.footer-img {
	width: 165px;
}

.list-slide-text {
	position: relative;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
}
.list-slide-btn {
	margin-left: auto;
}
.list-badge {
	font-size: 0.75em;
	font-weight: 700;
}

.map {
	width: 100%;
	height: 350px;
	background: rgb(79, 202, 74);
}

.choices__input--cloned {
	display: none !important;
}

.aside_bar {
	position: relative;
}
.aside_content {
	position: sticky;
	top: 100px;
}
.circle {
	display: inline-block;
	background: #e4e8fe;
	padding: 15px;
	border-radius: 50%;
}

#pbp-rotation-button span::before {
	content: "";
	display: block;
	position: fixed;
	z-index: 10000;
	bottom: 40px;
	left: 100%;
	margin-left: -90px;
	width: 70px;
	height: 70px;
	background: url(/assets/images/ring-text-black.svg) no-repeat center center / contain;
	-webkit-animation: rotation 20s infinite linear;
	animation: rotation 20s infinite linear;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	pointer-events: none;
}

@keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.form-control[readonly] {
	background-color: #e9ecef;
}

.nav-pills-custom .nav-link {
	margin: 10px 10px 10px 0;
	color: #4e66f8;
	border: 1px solid #4e66f8;
	border-radius: 50px;
	display: block;
	padding: 0.5rem 1rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.nav-date-link:hover {
	background-color: #4e66f8;
	color: #ffffff;
	border: 1px solid #ffffff;
}

.btn-collapse::before {
	display: inline-block;
	height: 100%;
	margin-right: 0.5rem;
	content: "\f068";
	text-align: center;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.btn-collapse.collapsed::before {
	content: "\f067";
}

.badge-travel {
	padding: 5px 18px;
	border-radius: 0.5rem;
	background: rgba(214, 41, 62, 0.1);
	color: rgb(214, 41, 62);
	font-weight: 800;
}
.badge-stay {
	padding: 5px 18px;
	border-radius: 0.5rem;
	background: rgba(23, 162, 184, 0.1);
	color: rgb(23, 162, 184);
	font-weight: 800;
}

.process {
	width: 100%;
	height: 5px;
	background: rgba(104, 185, 104, 0.2);
}
.process-complete {
	background: rgb(104, 185, 104);
}

.form-control.input-items {
	width: 2rem;
	border-color: transparent;
	margin-left: 0.6rem;
	margin-right: 0.6rem;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.btn.btn-items {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 25px;
	border-radius: 50%;
	letter-spacing: 0;
	font-weight: normal;
	padding: 0;
	border: solid 1px #4e66f8;
	text-align: center;
	color: #4e66f8;
	flex-shrink: 0;
}

.btn-disabled {
	pointer-events: none;
	background: gray;
	border: 1px solid gray;
	color: white;
}

.brands-slider {
	max-width: 100%;
	overflow: hidden;
}

.keep-word {
	word-break: keep-all;
}

@media screen and (max-width: 1200px) {
	.mobile {
		display: none;
	}
}

@media screen and (max-width: 575px) {
	.width-90 {
		width: 85% !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

@media screen and (max-width: 480px) {
	.agree-block {
		font-size: 0.8rem;
	}
	.pay-step {
		font-size: 0.725rem;
		white-space: nowrap;
	}
}

.none {
	pointer-events: none;
}

.line {
	text-decoration: line-through;
	align-self: flex-end;
}

.padding3-5 {
	padding: 1.25rem;
}

.speechBubble {
	/* top: 50%; */
	/* transform: translate3d(18px, -50%, 0); */
	position: absolute;
	margin-left: 14px;
	padding: 0 3px 0 6px;
	background-color: #222222;
	text-align: left;
	font-family: Pretendard;
	font-size: 11px;
	font-weight: 500;
	line-height: 20px; /* 181.818% */
	color: #ffffff;
	white-space: nowrap;
	pointer-events: none;
	display: none;
}
.speechBubble.show {
	display: inline-block;
}

.text-muted {
	--bs-text-opacity: 1;
	color: #6c757d !important;
}

@media screen and (max-width: 576px) {
	.main-right {
		flex-direction: column;
		align-items: start !important;
	}
	.main-mobile {
		left: 0;
		transform: translate3d(0, 0, 0);
	}
}

.travel-dropdown {
	position: relative;
	display: inline-block;
	width: 100%;
}
.travel-selected {
	padding: 10px;
	cursor: pointer;
	font-size: 1.2rem;
	font-weight: 500;
	padding: 0.5rem 1rem;
	line-height: 1.5;
	color: #747579;
}
.travel-dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	border-radius: 0.5rem;
	width: 100%;
	z-index: 10;
	overflow: hidden;
	border-color: rgba(81, 67, 217, 0.7);
}
.travel-dropdown-content input {
	width: 100%;
	padding: 10px;
	border: none;
	border-bottom: 1px solid #ddd;
}
.travel-dropdown-content input::placeholder {
	color: #96969a;
	font-size: 14px;
}
.travel-dropdown-content input:focus {
	outline: none;
}
.travel-dropdown-content div {
	padding: 10px;
	cursor: pointer;
	background: white;
}
.travel-dropdown-content div:hover {
	background-color: rgba(81, 67, 217, 0.2);
}

.stay-container {
	position: relative;
	z-index: 1;
}
.stay-travel {
	position: relative;
	z-index: 10;
}
.stay-label {
	margin-bottom: 0;
	transform: translate3d(0, 5px, 0);
}
.stay-dropdown {
	position: relative;
	display: inline-block;
	width: 100%;
	transform: translate3d(0, -5px, 0);
}
.stay-dropdown .travel-selected {
	padding: 10px;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 500;
	padding: 0.75rem 1rem;
	line-height: 1.5;
	color: #2e2e2e;
	border: 1px solid #c5c5c7;
	border-radius: 0.5rem;
}
.stay-dropdown .travel-dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	border-radius: 0.5rem;
	width: 100%;
	z-index: 10000;
	overflow: hidden;
	border-color: rgba(81, 67, 217, 0.7);
}
.stay-dropdown .travel-dropdown-content input {
	width: 100%;
	padding: 10px;
	border: none;
	border-bottom: 1px solid #ddd;
}
.stay-dropdown .travel-dropdown-content input::placeholder {
	color: #96969a;
	font-size: 14px;
}
.stay-dropdown .travel-dropdown-content input:focus {
	outline: none;
}
.stay-dropdown .travel-dropdown-content div {
	padding: 10px;
	cursor: pointer;
	background: white;
}
.stay-dropdown .travel-dropdown-content div:hover {
	background-color: rgba(81, 67, 217, 0.2);
}

.main-banner .card {
	aspect-ratio: 2.75 / 1;
}
.main-banner .tiny-slider,
.main-banner .tiny-slider-inner {
	height: auto;
}
.main-article img {
	aspect-ratio: 16 / 9;
	width: 100%;
	object-fit: cover;
}

.main-down-banner {
	flex-wrap: nowrap;
}
.main-down-banner-img {
	aspect-ratio: 4 / 3;
	max-width: max-content;
	width: auto;
	flex: auto;
}
.main-down-banner-text {
	max-width: max-content;
	width: auto;
	flex: auto;
}
/* .main-down-banner-container {
	max-width: 96%;
}
@media screen and (max-width: 767px) {
	.main-down-banner-container {
		max-width: 99%;
	}
}
.main-down-banner-container #tns2-iw {
	margin: 0;
}
.main-down-banner-container .tiny-slider-inner {
	display: flex;
	gap: 20px;
}
.main-down-banner {
	aspect-ratio: 4 / 5;
	} */

.main-category {
	aspect-ratio: 1 / 1;
}

.travel-bottom {
	padding-bottom: 31.5px !important;
}

@media screen and (max-width: 480px) {
	.badge-wrapper {
		display: flex;
		flex-direction: column;
	}
	.custom-badge {
		position: relative;
		order: -1;
		padding: 0 !important;
		margin-bottom: 10px;
	}
	.magazine-list-wrapper {
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	.magazine-list-text {
		margin-top: auto;
	}
}

.mobile-slide {
	display: none;
}
@media screen and (max-width: 575px) {
	.desktop {
		display: none;
	}
	.mobile-slide {
		display: block;
	}
}

#pbp-top-button {
	display: block;
	position: fixed;
	z-index: 10000;
	right: 20px;
	bottom: 140px;
	width: 80px;
	height: 60px;
	background: url(/assets/images/icon/top.svg) no-repeat center center / contain;
	cursor: pointer;
	transition: bottom 0.3s ease, opacity 0.2s ease;
}
#pbp-top-button:hover {
	bottom: 140px;
}
#pbp-top-button.pbp-hide {
	display: none;
}

#pbp-top-button-trigger {
	position: absolute;
	top: 80vh;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
}

#pbp-order-button {
	transition: none;
}
#pbp-order-button span::before {
	content: "";
	display: block;
	position: fixed;
	z-index: 10000;
	bottom: 40px;
	left: 100%;
	margin-left: -90px;
	width: 100px;
	height: 100px;
	background: url(/assets/images/icon/icon-floating-buy.svg) no-repeat center center/contain;
}

.top_btn {
	position: fixed;
	z-index: 10000;
	right: 8px;
	bottom: 140px;
	width: 80px;
	height: 80px;
	background: url(/assets/images/icon/top_btn.svg) no-repeat center center / contain;
	cursor: pointer;
	box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.4);
	border-radius: 50%;
}
@media screen and (max-width: 575px) {
	.top_btn {
		visibility: hidden;
		width: 62px;
		height: 62px;
	}
}
.blank {
	width: 100%;
	height: 0.8rem;
}

.pbp-thumb {
	flex-grow: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.pbp-upload {
	position: relative;
	margin: 105px 0 0 105px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 10px;
	background-color: #6601ff;
	color: #ffffff;
	font-size: 36px;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
}

.pbp-file {
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	opacity: 0;
	cursor: pointer;
}

.loading {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	background: rgba(0, 0, 0, 0.75);
	width: 100%;
	height: 100%;
	z-index: 20001;
}
.loading .container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: white;
}
.loading .container p {
	margin-top: 1rem;
	margin-bottom: 50px;
	font-family: "Pretendard";
	font-size: 1rem;
}
.loading .container .spinner {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	animation: spin 1s linear infinite;
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.w-60 {
	width: 60%;
}

.flatpickr-day:not(.flatpickr-disabled).selected,
.flatpickr-day:not(.flatpickr-disabled).startRange,
.flatpickr-day:not(.flatpickr-disabled).endRange {
	color: white !important;
}

.flatpickr-day:not(.flatpickr-disabled).inRange.startRange,
.flatpickr-day:not(.flatpickr-disabled).inRange.endRange {
	color: white !important;
}

.flatpickr-day:not(.flatpickr-disabled).inRange:not(.startRange):not(.endRange) {
	color: black !important;
}

.flatpickr-day:not(.flatpickr-disabled):not(.selected):not(.startRange):not(.endRange):not(.inRange):hover {
	color: black !important;
}
.flatpickr-day.nextMonthDay.endRange.custom-hover-end {
	border: 1px solid #5143d9;
	background: #5143d9;
}
.flatpickr-day.nextMonthDay.selected.endRange.inRange {
	border: 1px solid #5143d9;
	background: #5143d9;
}
.flatpickr-day.nextMonthDay.selected.startRange.inRange {
	border: 1px solid #5143d9;
	background: #5143d9;
}
.flatpickr-day.nextMonthDay.selected.startRange:hover {
	border: 1px solid #5143d9;
	background: #5143d9;
}
