/* 2025 강남본점 상세페이지 리뉴얼 */
.renew_2025 {
    position: relative;
    max-width: 595.2px;
    min-width: 319px;
    margin: 0 auto;
    background-color: #ffffff;
}
.renew_2025 #header {
    position: sticky;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 3;
}
.renew_2025 #header.navOpen {
    background: transparent;
    z-index: 360;
}
.renew_2025 #header.navOpen .h_left {
    display: none;
}
.renew_2025 #header.navOpen .h_right .search-btn {
    display: none;
}
.renew_2025 .content_wrap {
    height: 100%;
}
.renew_2025 .list_wrap {
    display: block;
    width: 100%;
    height: 100%;
}
.renew_2025 .sticky_wrap {
    position: sticky;
    left: 0;
    top: 50px;
    z-index: 2;
    width: 100%;
    height: 50px;
}
.renew_2025 .sticky_wrap.sticky_full {
    position: fixed;
    left: 50%;
    z-index: 101;
    transform: translateX(-50%);
    max-width: 596px;
    height: calc(100% - 50px);
}
.renew_2025 .sticky_wrap .sticky_ui_wrap {
    height: 100%;
    background-color: #ffffff;
}
.renew_2025 .treat_menu_swiper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
}
.renew_2025 .treat_menu_swiper .swiper-wrapper {
    width: calc(100% - 61px);
    padding-left: 11px;
}
.renew_2025 .treat_menu_swiper .swiper-slide {
    display: flex;
    align-items: center;
    gap: 11px;
    background-color: #fff;
    margin-bottom: 0;
    color: #646464;
    box-sizing: border-box;
}
.renew_2025 .treat_menu_swiper .swiper-slide:last-child {
    margin-right: 72px !important;
}
.renew_2025 .treat_menu_swiper .swiper-slide a {
    display: block;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    color: #221E1F;
    font-family: "Pretendard";
    line-height: 100%;
    white-space: nowrap;
}
.renew_2025 .treat_menu_swiper .swiper-slide.active a {
    font-weight: 700;
    color: #A9343A;
}
.renew_2025 .treat_menu_swiper .swiper-slide span {
    font-size: 11px;
    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 {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    overflow: auto;
}
.renew_2025 .treat_menu_swiper.no_swiper .swiper-wrapper {
    display: block;
    transform: none;
    box-sizing: border-box;
    padding: 0 19px 19px;
    width: 100%;
    height: calc(100% - 121px);
    overflow-y: auto;
}
.renew_2025 .treat_menu_swiper.no_swiper .swiper-slide {
    position: relative;
    height: 100%;
    max-height: 49px;
    padding: 0;
    min-height: 49px;
    border-bottom: 2px solid #D3D3D3;
}
.renew_2025 .treat_menu_swiper.no_swiper .swiper-slide:last-child {
    margin-right: 0 !important;
}
.renew_2025 .treat_menu_swiper.no_swiper .swiper-slide a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 6px;
}
.renew_2025 .treat_menu_swiper.no_swiper .swiper-slide span {
    display: none;
}
.renew_2025 .treat_menu_swiper .all_menu_button_wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #a73439;
    box-shadow: -15px 0 15px rgba(255, 255, 255, 0.8);
    width: 50px;
    height: 50px;
    z-index: 3;
}
.renew_2025 .treat_menu_swiper .all_menu_button_wrap p {
    display: none;
}
.renew_2025 .treat_menu_swiper .all_menu_button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    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: 11px;
    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 .treat_menu_swiper .all_menu_button_wrap.hidden {
    opacity: 0;
    visibility: hidden;
}
.renew_2025 .treat_menu_swiper.no_swiper .all_menu_button_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 20px;
}
.renew_2025 .treat_menu_swiper.no_swiper .all_menu_button_wrap p {
    display: block;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    font-family: "Pretendard";
    line-height: 100%;
    letter-spacing: 0.017em;
}
.renew_2025 .treat_menu_swiper.no_swiper .all_menu_button_wrap .all_menu_button {
    max-width: 50px;
}
.renew_2025 .sticky_wrap .add-ticket-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #a73439;
    border-radius: 50em;
    width: 100%;
    height: 34px;
    font-size: 15px;
    font-weight: 500;
    color: #221E1F;
    line-height: 100%;
    font-family: "Pretendard";
    transition: all 0.2s;
    letter-spacing: -0.03em;
    padding: .35rem 1rem;
}
.renew_2025 .sticky_wrap .add_ticket_btn_wrap {
    display: none;
}
.renew_2025 .sticky_wrap.sticky_full .add_ticket_btn_wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 0 29px 32px;
    background-color: #ffffff;
}

.renew_2025 .list_wrap .list-cont-sec {
    position: relative;
    display: block;
    max-width: 1362px;
    width: 100%;
    height: 100%;
}
.renew_2025 .list_wrap .list-cont-sec .list_flex {
    position: relative;
}
.renew_2025 .event-card-list {
    width: 100%;
}
.renew_2025 .event-card-list > li {
    margin-bottom: 15px;
}
.renew_2025 .event-card-list .treatment_list .img_box {
    width: 100%;
    max-width: 100%;
}
.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: 15px;
    margin-bottom: 15px;
    padding: 0 15px;
}
.renew_2025 .event-card-list .treatment_list .text_box .mb-8 {
    margin-bottom: 11px;
}
.renew_2025 .event-card-list .treatment_list .text_box .flex_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 4px;
}
.renew_2025 .event-card-list .treatment_list .text_box .right_box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.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: 6px;
}
.renew_2025 .event-card-list .treatment_list .text_box .color_text_box .bn_icon_box img {
    max-width: 100%;
    max-height: 24.5px;
}
.renew_2025 .event-card-list .treatment_list .text_box .kakao_text {
    display: inline-block;
    max-height: 22px;
    padding: 4px 8px;
    border-radius: 4px;
    background-color: #FFCE2D;
    font-size: 12px;
    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: 22px;
    padding: 4px 8px;
    border-radius: 4px;
    background-color: #A73439;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    font-family: 'Pretendard';
    line-height: 100%;
}
.renew_2025 .event-card-list .treatment_list .text_box .right_box .period_text {
    display: inline-block;
    padding-top: 6px;
    font-size: 11px;
    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 0 2px;
    font-size: 20px;
    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 .price_text {
    font-size: 15px;
    font-weight: 700;
    color: #221E1F;
    font-family: "Pretendard";
    line-height: 100%;
    white-space: nowrap;
}
.renew_2025 .event-card-list .treatment_list .text_box .price_text b {
    font-size: 20px;
    font-weight: 700;
    color: #A73439;
}
.renew_2025 .event-card-list .treatment_list .text_box .sub_txt {
    margin: 0;
    padding: 11px 0 2px;
    font-size: 13px;
    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;
    background-color: #F5F5F5;
    border-radius: 8px;
    margin-top: 4px;
    margin-right: 4px;
    padding: 2px 5px;
    max-height: 18px;
    font-size: 12px;
    font-weight: 400;
    color: #6C696A;
    font-family: "Pretendard";
    line-height: 100%;
}
.renew_2025 .event-card-list .treatment_list .treat_list_box {
    margin: 0 15px;
    padding: 9px 0;
    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: flex-start;
    padding: 11px 0 9px;
    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 10px;
    font-size: 15px;
    font-weight: 700;
    color: #221E1F;
    font-family: "Pretendard";
    line-height: 100%;
    word-break: break-word;
    vertical-align: middle;
}
.renew_2025 .event-card-list .treatment_list .treat_list_box .treat_list .title_text .inline_text {
    display: block;
    margin-bottom: 4px;
}
.renew_2025 .event-card-list .treatment_list .treat_list_box .treat_list .detail_button {
    display: inline-block;
    border-bottom: 1px solid #6C696A;
    font-size: 11px;
    font-weight: 500;
    color: #6C696A;
    font-family: "Pretendard";
    line-height: 100%;
    vertical-align: middle;
}
.renew_2025 .event-card-list .treatment_list .treat_list_box .treat_list .sub_text {
    margin: 0 0 7px;
    font-size: 13px;
    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: 11px;
}
.renew_2025 .event-card-list .treatment_list .treat_list_box .treat_list .price_box del {
    font-size: 11px;
    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: 15px;
    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: 12px;
    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: 7px;
    background-color: #a73439;
    border-radius: 8px;
    width: 87px;
    height: 55px;
}
.renew_2025 .event-card-list .treatment_list .treat_list_box .treat_list .button_box .reserve_button span {
    font-size: 13px;
    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;
    max-width: 11px;
}
.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: 7px;
    background-color: rgba(229, 229, 229, 0.5);
    border: 1px solid #B0B0B0;
    border-radius: 8px;
    width: 87px;
    height: 55px;
}
.renew_2025 .event-card-list .treatment_list .treat_list_box .treat_list .button_box .cancel_button span {
    font-size: 13px;
    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;
    max-width: 7px;
}