/* 2025 renew css */
.renew_2025 .sticky_wrap {
	position: sticky;
	left: 0;
	top: 80px;
	z-index: 10;
	width: 100%;
	height: 60px;
}
.renew_2025 .sticky_wrap .sticky_ui_wrap {
	background-color: #ffffff;
	border-bottom: 1px solid #E0E0E0;
}
.renew_2025 .treat_menu_swiper {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1362px;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
}
.renew_2025 .treat_menu_swiper .swiper-wrapper {
	width: calc(100% - 48px);
}
.renew_2025 .treat_menu_swiper .swiper-slide {
	display: flex;
	align-items: center;
	min-height: 60px;
	gap: 20px;
	background-color: #fff;
	margin-bottom: 0;
	color: #646464;
	box-sizing: border-box;
}
.renew_2025 .treat_menu_swiper .swiper-slide:last-child {
	margin-right: 58px !important;
}
.renew_2025 .treat_menu_swiper .swiper-slide a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #221E1F;
	font-family: "Pretendard";
	line-height: 100%;
	white-space: nowrap;
}
.renew_2025 .treat_menu_swiper .swiper-slide a:hover {
	font-weight: 700;
}
.renew_2025 .treat_menu_swiper .swiper-slide.active a {
	font-weight: 700;
	color: #A9343A;
}
.renew_2025 .treat_menu_swiper .swiper-slide span {
	font-size: 12px;
	font-weight: 400;
	color: #A73439;
	font-family: "Pretendard";
	line-height: 100%;
	vertical-align: middle;
}
.renew_2025 .treat_menu_swiper .swiper-slide:last-child span {
	display: none;
}
.renew_2025 .treat_menu_swiper .swiper-notification {
	display: none;
}
.renew_2025 .treat_menu_swiper.no_swiper .swiper-wrapper {
	flex-wrap: wrap;
	padding: 5px 0;
}
.renew_2025 .treat_menu_swiper.no_swiper .swiper-slide {
	margin-right: 20px;
	min-height: 49px;
}
.renew_2025 .treat_menu_swiper.no_swiper .swiper-slide:last-child {
	margin-right: 20px !important;
}
.renew_2025 .treat_menu_swiper .all_menu_button_wrap {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFFFFF;
	box-shadow: -15px 0 15px rgba(255, 255, 255, 0.8);
	padding-right: 14px;
	max-height: 60px;
	z-index: 3;
}
.renew_2025 .treat_menu_swiper .all_menu_button.hidden {
	opacity: 0;
	visibility: hidden;
}
.renew_2025 .treat_menu_swiper .all_menu_button {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	border-radius: 6px;
	background-color: #A73439;
	cursor: pointer;
}
.renew_2025 .treat_menu_swiper .all_menu_button .first,
.renew_2025 .treat_menu_swiper .all_menu_button .second {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 2px;
	height: 9px;
	border-radius: 2px;
	background-color: #fff;
	transition: all 0.3s ease;
	transform-origin: center;
}
.renew_2025 .treat_menu_swiper .all_menu_button .first {
	transform: translate(-50%, -50%) rotate(0deg);
}
.renew_2025 .treat_menu_swiper .all_menu_button .second {
	transform: translate(-50%, -50%) rotate(90deg);
}
.renew_2025 .treat_menu_swiper.no_swiper .all_menu_button .first {
	transform: translate(-50%, -50%) rotate(45deg);
}
.renew_2025 .treat_menu_swiper.no_swiper .all_menu_button .second {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.renew_2025 .list-wrap {
	display: block;
}
.renew_2025 .list-wrap .list-category-sec {
	display: flex;
}
.renew_2025 .list-wrap .list-cont-sec {
	display: block;
	max-width: 1362px;
	margin: 20px auto 0;
	width: 100%;
	padding: 0;
}
.renew_2025 .list-wrap .list-cont-sec .list_flex {
	position: relative;
	display: flex;
	gap: 20px;
}
.renew_2025 .event-card-list {
	width: 100%;
	max-width: 800px;
}
.renew_2025 .event-card-list > li {
	margin-bottom: 32px;
}
.renew_2025 .event-card-list .treatment_list .img_box {
	max-width: 800px;
	max-height: 450px;
}
.renew_2025 .event-card-list .treatment_list .img_box img {
	display: block;
	width: 100%;
	object-fit: cover;
}
.renew_2025 .event-card-list .treatment_list .text_box {
	margin-top: 32px;
	margin-bottom: 32px;
}
.renew_2025 .event-card-list .treatment_list .text_box .flex_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 4px;
}
.renew_2025 .event-card-list .treatment_list .text_box .mb-8 {
	margin-bottom: 8px;
}
.renew_2025 .event-card-list .treatment_list .text_box .color_text_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 4px;
}
.renew_2025 .event-card-list .treatment_list .text_box .color_text_box .__tit-best {
	background: center / contain url('/imges/icon/i-new.png') no-repeat;
	width: 60px;
	height: 31px;
}
.renew_2025 .event-card-list .treatment_list .text_box .color_text_box .__tit-new {
	background: center / contain url('/imges/icon/i-best.png') no-repeat;
	width: 60px;
	height: 31px;
}
.renew_2025 .event-card-list .treatment_list .text_box .kakao_text {
	display: inline-block;
	max-height: 24px;
	padding: 6px 8px;
	border-radius: 4px;
	background-color: #FFCE2D;
	font-size: 13px;
	font-weight: 400;
	color: #000000;
	font-family: 'Pretendard';
	line-height: 100%;
}
.renew_2025 .event-card-list .treatment_list .text_box .homepage_text {
	display: inline-block;
	max-height: 24px;
	padding: 6px 8px;
	border-radius: 4px;
	background-color: #A73439;
	font-size: 13px;
	font-weight: 400;
	color: #ffffff;
	font-family: 'Pretendard';
	line-height: 100%;
}
.renew_2025 .event-card-list .treatment_list .text_box .right_box {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	min-width: 161px;
}
.renew_2025 .event-card-list .treatment_list .text_box .right_box .period_text {
	font-size: 16px;
	font-weight: 400;
	color: #221E1F;
	font-family: "Pretendard";
	line-height: 100%;
	white-space: nowrap;
}
.renew_2025 .event-card-list .treatment_list .text_box .tit-txt {
	margin: 0;
	font-size: 30px;
	font-weight: 700;
	color: #221E1F;
	line-height: 100%;
	font-family: "Pretendard";
}
.renew_2025 .event-card-list .treatment_list .text_box .tit-txt .multy-ellip2 {
	margin: 0;
}
.renew_2025 .event-card-list .treatment_list .text_box .right_box .price_text {
	font-size: 20px;
	font-weight: 700;
	color: #221E1F;
	font-family: "Pretendard";
	line-height: 100%;
	white-space: nowrap;
}
.renew_2025 .event-card-list .treatment_list .text_box .right_box .price_text b {
	font-size: 30px;
	font-weight: 700;
	color: #A73439;
}
.renew_2025 .event-card-list .treatment_list .text_box .sub_txt {
	margin: 0;
	padding: 15px 0 12px;
	font-size: 14px;
	font-weight: 400;
	color: #221E1F;
	line-height: 100%;
	word-break: break-word;
}
.renew_2025 .event-card-list .treatment_list .text_box .hash_tag_text {
	font-size: 0;
	line-height: 1;
}
.renew_2025 .event-card-list .treatment_list .text_box .hash_tag_text span {
	display: inline-block;
	margin-top: 4px;
	margin-right: 4px;
	background-color: #F5F5F5;
	border-radius: 8px;
	padding: 4px 5px;
	max-height: 19px;
	font-size: 12px;
	font-weight: 400;
	color: #6C696A;
	font-family: "Pretendard";
	line-height: 100%;
}
.renew_2025 .event-card-list .treatment_list .treat_list_box {
	padding: 11px 0 7px;
	border-top: 1px solid #6C696A;
	border-bottom: 1px solid #A73439;
}
.renew_2025 .event-card-list .treatment_list .treat_list_box .treat_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 9px 0 9px 17px;
	border-bottom: 1px solid #E1E1E1;
}
.renew_2025 .event-card-list .treatment_list .treat_list_box .treat_list:last-child {
	border: none;
}
.renew_2025 .event-card-list .treatment_list .treat_list_box .treat_list .title_text {
	margin: 0 0 11px;
	font-size: 20px;
	font-weight: 700;
	color: #221E1F;
	font-family: "Pretendard";
	line-height: 100%;
	vertical-align: middle;
}
.renew_2025 .event-card-list .treatment_list .treat_list_box .treat_list .title_text .inline_text {
	display: inline;
	margin-right: 15px;
}
.renew_2025 .event-card-list .treatment_list .treat_list_box .treat_list .detail_button {
	display: inline-block;
	border-bottom: 1px solid #6C696A;
	font-size: 16px;
	font-weight: 500;
	color: #6C696A;
	font-family: "Pretendard";
	line-height: 100%;
	vertical-align: middle;
	transition: all .2s;
}
.renew_2025 .event-card-list .treatment_list .treat_list_box .treat_list .detail_button:hover {
	color: #a73439;
	border-color: #a73439;
}
.renew_2025 .event-card-list .treatment_list .treat_list_box .treat_list .sub_text {
	margin: 0 0 5px;
	font-size: 14px;
	font-weight: 400;
	color: #6C696A;
	font-family: "Pretendard";
	line-height: 100%;
}
.renew_2025 .event-card-list .treatment_list .treat_list_box .treat_list .price_box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
}
.renew_2025 .event-card-list .treatment_list .treat_list_box .treat_list .price_box del {
	font-size: 16px;
	font-weight: 700;
	color: #6C696A;
	font-family: "Pretendard";
	line-height: 100%;
}
.renew_2025 .event-card-list .treatment_list .treat_list_box .treat_list .price_box b {
	font-size: 24px;
	font-weight: 700;
	color: #a73439;
	font-family: "Pretendard";
	line-height: 100%;
}
.renew_2025 .event-card-list .treatment_list .treat_list_box .treat_list .price_box span {
	font-size: 16px;
	font-weight: 700;
	color: #221E1F;
	font-family: "Pretendard";
	line-height: 100%;
}
.renew_2025 .event-card-list .treatment_list .treat_list_box .treat_list .button_box {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 6px;
}
.renew_2025 .event-card-list .treatment_list .treat_list_box .treat_list .button_box .reserve_button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 3px;
	background-color: #a73439;
	border-radius: 4px;
	width: 166px;
	height: 54px;
}
.renew_2025 .event-card-list .treatment_list .treat_list_box .treat_list .button_box .reserve_button span {
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	font-family: "Pretendard";
	line-height: 100%;
}
.renew_2025 .event-card-list .treatment_list .treat_list_box .treat_list .button_box .reserve_button img {
	display: block;
}
.renew_2025 .event-card-list .treatment_list .treat_list_box .treat_list .button_box .cancel_button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 3px;
	background-color: rgba(229, 229, 229, 0.5);
	border: 1px solid #B0B0B0;
	border-radius: 4px;
	width: 166px;
	height: 54px;
}
.renew_2025 .event-card-list .treatment_list .treat_list_box .treat_list .button_box .cancel_button span {
	font-size: 16px;
	font-weight: 500;
	color: #6C696A;
	font-family: "Pretendard";
	line-height: 100%;
}
.renew_2025 .event-card-list .treatment_list .treat_list_box .treat_list .button_box .cancel_button img {
	display: block;
}

.renew_2025 .treat_list_wrap {
	position: fixed;
	top: 210px;
	width: 100%;
	max-width: 523px;
	margin-left: 839px;
	height: calc(100% - 229px);
	transition: all .2s;
}
.renew_2025 .list-cont-sec .add-ticket-btn {
	position: absolute;
	top: 8px;
	right: 17px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	border: 1px solid #A73439;
	padding: 7px 8px;
	border-radius: 50em;
	width: 144px;
	height: 31px;
	font-size: 15px;
	font-weight: 500;
	color: #221E1F;
	line-height: 100%;
	font-family: "Pretendard";
	transition: all 0.2s;
}
.renew_2025 .list-cont-sec .add-ticket-btn:hover {
	background-color: #f5f5f5;
}
.renew_2025 .treat_list_wrap .bg_box {
	background-color: #F5F5F5;
	border-radius: 4px 4px 0 0;
	height: calc(100% - 236px);
	min-height: 130px;
}
.renew_2025 .treat_list_wrap .treat_title_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 19px 20px;
}
.renew_2025 .treat_list_wrap .title {
	display: block;
	font-size: 26px;
	font-weight: 600;
	color: #221E1F;
	line-height: 100%;
}
.renew_2025 .treat_list_wrap .scroll_box {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 0 14px 16px;
	height: calc(100% - 64px);
	overflow-y: auto;
}
.renew_2025 .treat_list_wrap .scroll_box::-webkit-scrollbar {
	width: 4px;
}
.renew_2025 .treat_list_wrap .scroll_box::-webkit-scrollbar-track {
	background: #EBEBEB;
}
.renew_2025 .treat_list_wrap .scroll_box::-webkit-scrollbar-thumb {
	background: #A73439;
}
.renew_2025 .treat_list_wrap .scroll_box li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	padding: 16px 12px;
	border-radius: 4px;
	border: 1px solid transparent;
	background-color: #ffffff;
	transition: all .2s;
}
.renew_2025 .treat_list_wrap .scroll_box li:hover {
	border: 1px solid #A73439;
}
.renew_2025 .treat_list_wrap .scroll_box li.no_data {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F5F5F5;
	padding: 0;
	height: 100%;
	border: none;
	font-size: 14px;
	font-weight: 400;
	color: #6C696A;
	line-height: 100%;
}
.renew_2025 .treat_list_wrap .scroll_box li.no_data:hover {
	border: none;
}
.renew_2025 .treat_list_wrap .scroll_box li .list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 4px;
	width: 100%;
}
.renew_2025 .treat_list_wrap .scroll_box li .list .list_text {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	color: #221E1F;
	line-height: 100%;
	font-family: "Pretendard";
	word-break: break-word;
}
.renew_2025 .treat_list_wrap .scroll_box li .list .price_text {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	color: #221E1F;
	font-family: "Pretendard";
	white-space: nowrap;
}
.renew_2025 .treat_list_wrap .scroll_box li .list .price_text b {
	font-size: 20px;
	font-weight: 700;
	color: #A73439;
	line-height: 100%;
	font-family: "Pretendard";
}
.renew_2025 .treat_list_wrap .scroll_box .delete {
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
}
.renew_2025 .treat_list_wrap .scroll_box .delete img {
	max-width: 100%;
	display: block;
}
.renew_2025 .treat_list_wrap .total {
	position: relative;
	border-top: 1px solid #A73439;
	background-color: #D9D9D9;
	padding: 13px 16px 16px 26px;
	margin-bottom: 14px;
}
.renew_2025 .treat_list_wrap .total_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 8px;
	width: 100%;
	margin-bottom: 41px;
}
.renew_2025 .treat_list_wrap .total_title .txt_title {
	font-size: 24px;
	font-weight: 700;
	color: #221E1F;
	font-family: "Pretendard";
	line-height: 100%;
}
.renew_2025 .treat_list_wrap .total_title .bs-txt {
	font-size: 13px;
	font-weight: 400;
	color: #6C696A;
	font-family: "Pretendard";
	line-height: 100%;
}
.renew_2025 .treat_list_wrap .payment-detail {
	display: flex;
	justify-content: flex-end;
}
.renew_2025 .treat_list_wrap .payment-detail .price-wrap {
	text-align: right;
}
.renew_2025 .treat_list_wrap .payment-detail .price-wrap .price {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	font-size: 14px;
	font-weight: 400;
	color: #221E1F;
	font-family: "Pretendard";
}
.renew_2025 .treat_list_wrap .payment-detail .price-wrap .price .num_ {
	font-size: 20px;
	font-weight: 400;
	color: #a73439;
	letter-spacing: -0.017em;
	font-family: 'Campton';
}
.renew_2025 .treat_list_wrap .payment-detail .price-wrap .desc {
	display: block;
	font-size: 12px;
	font-weight: 400;
	color: #6c696a;
	font-family: 'Pretendard';
}
.renew_2025 .treat_list_wrap .payment-detail .icon_ {
	margin: 0 14px;
	display: flex;
	align-items: flex-start;
}
.renew_2025 .treat_list_wrap .payment-detail .right {
	display: flex;
	align-items: flex-start;
	gap: 5px;
}
.renew_2025 .treat_list_wrap .payment-detail .right span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	font-weight: 400;
	color: #A73439;
	font-family: 'Pretendard';
}
.renew_2025 .treat_list_wrap .payment-detail .right span .txt_num {
	font-size: 28px;
	font-weight: 700;
	color: #A73439;
	letter-spacing: -0.017em;
	font-family: 'Campton';
}
.renew_2025 .treat_list_wrap .reserve_btn {
	background-color: #A73439;
	border-radius: 4px;
	padding: 29px 0;
	width: 100%;
	font-size: 24px;
	font-weight: 700;
	color: #FFFFFF;
	font-family: 'Pretendard';
	line-height: 100%;
}

@media screen and (max-width: 1362px){
	.renew_2025 .treat_menu_swiper {
		max-width: 1180px;
		min-width: 1180px;
	}
	.renew_2025 .list-wrap .list-cont-sec {
		max-width: 1180px;
		min-width: 1180px;
	}
	.renew_2025 .event-card-list {
		max-width: 638px;
		width: calc(96vw - 553px);
	}
	.renew_2025 .treat_list_wrap {
		margin-right: 0;
		right: 10px;
	}
}