/**/
.mb-width-fix {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 1920px;
    height: 100%;
    transform: translate3d(-50%, -50%, 0);
    width: 100%;
}
#mainBannerVideo {
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 56.25%;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    overflow: hidden;
    z-index: 1;
    transition: opacity 1s ease-out;
}
#mainBannerVideo > iframe {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -110px);
    opacity: 1;
}
#mainBannerVideo.end {
    opacity: 0;
}
.main-visual-sec .bannerImgWrap{
    background-image: -o-linear-gradient(273deg,#bac3d3 ,#d3dae4 ,#cdd5e0);
    background-image: linear-gradient(177deg,#bac3d3 ,#d3dae4 ,#cdd5e0);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#mainBannerImg {
    position: absolute;
    width: auto;
    height: 100%;
    max-width: 1920px;
    min-width: 1920px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("/imges/brand/main-banner250313.jpg?v=2502071821");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    object-fit: cover;
    overflow: hidden;
    z-index: 0;
    opacity: 0;
}
#mainBannerImg.imgOn {
    opacity: 1;
}
.main-content {
    position: relative;
    background-color: #fff;
}

/* 지점 단독 이벤트 팝업
/*********************************************/
.branch-event-popup-slide .bep-inner {
    position: relative;
    width: 100%;
    height: 513px;
    padding-bottom: 44px;
    background: center / cover url(/imges/mainPp/bg.jpg) no-repeat;
}
.bep-inner .bep-tit {
    width: 313px;
    height: 246px;
    position: absolute;
    left: 80px;
    top: 150px;
    background: center /contain url(/imges/mainPp/title.png) no-repeat;
}
.bep-inner .bep-tit span {
    position: absolute;
    top: -79px;
    right: 0;
    color: #383838;
    font-size: 20px;
    letter-spacing: -0.05rem;
    font-weight: 300;
}
.bep-inner .bep-tit span b {
    font-weight: 600;
}
.bep-inner .branch-event-area {
    display: table;
    height: 400px;
    position: absolute;
    top: 65px;
    right: 90px;
    z-index: 10;
}
.branch-event-area .ev-list {
    display: table-cell;
    vertical-align: middle;
}

.bep-inner .branch-event-area2 {
    width: 750px;
    padding: 0 50px;
    position: absolute;
    top: 65px;
    right: 30px;
    bottom: 50px;
    z-index: 10;
}
.branch-event-area2 .branch-eventPack-swiper {
    height: 100%;
}
.branch-eventPack-swiper .ev-list {
    flex-direction: column;
    padding-top: 15px;
    padding-right: 50px;
}
.branch-eventPack-swiper .swiper-button-next.swiper-button-disabled,
.branch-eventPack-swiper .swiper-button-prev.swiper-button-disabled {
    opacity: .15;
}
.ev-list .ev-item {
    position: relative;
    padding: 23px 90px 23px 30px;
    margin-bottom: 22px;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.ev-list .ev-item .num {
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 20px;
    width: 39px;
    height: 37px;
    background-color: #a8bfca;
    text-align: center;
    vertical-align: middle;
    font-family: 'Campton-book', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 37px;
}
.ev-item .evi-box {
    height: 60px;
}
.ev-item .tit-box {
    width: 100%;
    height: 100%;
    min-width: 200px;
    max-width: 242px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
}
.ev-item .tit-box .tit-inbox {
    display: table;
    width: 100%;
    height: 100%;
}
.tit-box .tit-inbox .ev-tit {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    color: #464646;
    line-height: 1.3;
    letter-spacing: -0.03rem;
}
.ev-item .price-box {
    width: 240px;
    padding-top: 9px;
    padding-bottom: 8px;
    padding-left: 15px;
    text-align: right;
    border-left: 1px solid #b0b0b0;
    box-sizing: border-box;
    white-space: nowrap;
}
.ev-item .price-box .txt_num {
    font-size: 36px;
    color: #9f0000;
    letter-spacing: -0.1rem;
    vertical-align: bottom;
    line-height: 1;
}
.ev-item .price-box .txt_num + span {
    font-size: 20px;
    color: #383838;
    letter-spacing: -0.03rem;
    vertical-align: baseline;
    line-height: 1;
}
.ev-item .go-link {
    display: block;
    width: 130px;
    height: 50px;
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    background: center / cover url(/imges/mainPp/beige.png) no-repeat;
    text-align: center;
    color: #fff;
    font-weight: 300;
    line-height: 50px;
}
.i-golink {
    position: relative;
    padding-right: 1.8rem;
}
.i-golink:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 13px;
    background: center / contain url(/imges/mainPp/icon-go.png) no-repeat;
    transform: translateY(-50%);
    transition: 0.2s;
}
.ev-list .ev-item:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.18)
}
.ev-list .ev-item:hover .i-golink:after  {
    right: -5px;
}
.bep-inner .price-sub-info {
    position: absolute;
    left: 30px;
    bottom: 50px;
    font-size: 12px;
    color: #4a4a4a;
    letter-spacing: -0.025em;
}
.bep-inner .price-sub-info{
    position: absolute;
    left: 30px;
    bottom: 35px;
    font-size: 12px;
    color: #4a4a4a;
    letter-spacing: -0.025em;
}
.bep-inner .price-sub-info-2{
    position: absolute;
    right: 30px;
    bottom: 35px;
    font-size: 12px;
    color: #4a4a4a;
    letter-spacing: -0.025em;
}

/* 지점페이지 리뉴얼 */
.branch-renew_v2 {
    letter-spacing: -1px;
}
.swiper-button-next:after,
.swiper-button-prev:after{
    display: none;
}
@-webkit-keyframes rotate_icon{
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotate_icon{
    100% {
        transform: rotate(360deg);
    }
}

/* 공통 */
.branch-renew_v2 .main-wrap .type-treat-sec,
.branch-renew_v2 .main-wrap .amount-sec,
.branch-renew_v2 .main-wrap .beaty-tip-sec {
    padding: 100px 0 180px;
}
.branch-renew_v2 .main-banner-section {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    height: 900px;
}
.branch-renew_v2 .mb-width-fix .video-wrap {
    height: 100%;
}
.branch-renew_v2 .mb-width-fix .video-wrap .video-cover{
    position: relative;
    max-width: 1920px;
    height: 100%;
    margin: auto;
}
.branch-renew_v2 .reservation-sec {
    width: 1180px;
    padding: 2rem 0 2rem 3rem;
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    border: rebeccapurple;
    border-radius: 1rem;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.branch-renew_v2 .payment-system .reservation-sec{
    padding: 1.7rem 14rem 1.7rem 3rem;
}
.branch-renew_v2 .reservation-sec .reser-inner{
    width: calc(100% - 160px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.branch-renew_v2 .payment-system .reservation-sec .reser-inner {
    width: calc(100% - 160px);
    display: flex;
    justify-content: space-between;
    position: relative;
}
.branch-renew_v2 .payment-system .reservation-sec .reser-inner{
    width: auto;
}
.branch-renew_v2 .reservation-sec .reser-inner > div{
    width: 100%;
}
.branch-renew_v2 .reservation-sec .input-wrap.add__{
    width: 250px;
}
.branch-renew_v2 .payment-system .reservation-sec .input-wrap.add__{
    width: 240px;
}
.branch-renew_v2 .reservation-sec .input-wrap.date__{
    width: 140px;
}
.branch-renew_v2 .reservation-sec .input-wrap.info__{
    width: 210px;
}
.branch-renew_v2 .reservation-sec .input-wrap.price__{
    width: 280px;
}
.branch-renew_v2 .reservation-sec .input-wrap.date__ .info-wrap > span{
    width: 40%;
}
.branch-renew_v2 .reservation-sec .input-wrap.date__ .info-wrap > span:first-child{
    width: 70%;
}
.branch-renew_v2 .reservation-sec .input-wrap.info__ .info-wrap > span{
    width: 22%;
}
.branch-renew_v2 .reservation-sec .input-wrap.info__ .info-wrap > span:first-child{
    width: 28%;
}
.branch-renew_v2 .reservation-sec .input-wrap.info__ .info-wrap > span:last-child{
    width: 50%;
}
.branch-renew_v2 .reservation-sec .reser-inner .title-wrap{
    display: flex;
    align-items: baseline;
    margin-bottom: 0.5rem;
}
.branch-renew_v2 .reservation-sec .reser-inner .title-wrap h3{
    font-size: 18px;
}
.branch-renew_v2 .reservation-sec .reser-inner .title-wrap h3 > span{
    font-size: 13px;
}
.branch-renew_v2 .reservation-sec .reser-inner .title-wrap .sub-txt{
    font-size: 14px;
    color: rgba(102, 102, 102, 0.7);
}
.branch-renew_v2 .reservation-sec .reser-inner .title-wrap .num__{
    padding: 0.2rem 0.7rem;
    margin-left: 4px;
    border: 1px solid var(--primary);
    border-radius: 50rem;
    color: var(--primary);
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    font-weight: 400;
    font-family: 'Campton', Sans-serif;
}
.branch-renew_v2 .reservation-sec .reser-inner .info-wrap{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0 15px;
}
.branch-renew_v2 .payment-system .reservation-sec .reser-inner .info-wrap{
    padding: 28px 0 5px;
    border-bottom: 1px solid #ddd;
}
.branch-renew_v2 .reservation-sec .reser-inner .input-wrap.add__ .info-wrap{
    position: relative;
}
.branch-renew_v2 .reservation-sec .reser-inner .input-wrap.add__ .info-wrap::after{
    content: '';
    background-image: url('/imges/icon/input-search.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 16px;
    height: 17px;
    position: absolute;
    bottom: 18px;
    right: 5px;
    display: inline-block;
}
.branch-renew_v2 .payment-system .reservation-sec .reser-inner .input-wrap.add__ .info-wrap::after{
    bottom: 6px;
    right: 5px;
}
.branch-renew_v2 .reservation-sec .reser-inner .info-wrap input{
    width: 100%;
    border: none;
    font-size: 1rem;
    border-bottom: 1px solid #ddd;
    letter-spacing: -1px;
}
.branch-renew_v2 .payment-system .reservation-sec .reser-inner .info-wrap input{
    border-bottom: none;
}
.branch-renew_v2 .reservation-sec .reser-inner .info-wrap > span{
    width: 100%;
    position: relative;
}
.branch-renew_v2 .reservation-sec .reser-inner .info-wrap > span::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background-color: #DDDDDD;
}
.branch-renew_v2 .reservation-sec .reser-inner .info-wrap > span:last-child:after{
    display: none;
}

/* 결제시스템 */
.branch-renew_v2 .reservation-sec .payment-info{
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 5px;
}
.branch-renew_v2 .reservation-sec .payment-info .payment{
    padding-top: 0.2rem;
    display: flex;
    justify-content: space-between;
}
.branch-renew_v2 .reservation-sec .payment-info .payment .txt{
    color: #707070;
}
.branch-renew_v2 .reservation-sec .payment-info .payment .price .color{
    color: var(--primary);
    font-family: 'Campton', Sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0;
}
.branch-renew_v2 .reservation-sec .payment-info .payment .txt{
    font-size: 1rem;
}
/* 결제시스템 */
.branch-renew_v2 .reservation-sec .input-wrap.price__ .title-wrap{
    justify-content: space-between;
}
.branch-renew_v2 .reservation-sec .input-wrap.price__ .price-wrap{
    position: absolute;
    right: 2.5rem;
    bottom: -30px;
}
.branch-renew_v2 .payment-system .reservation-sec .input-wrap.price__ .price-wrap{
    right: 0;
    bottom: -36px;
}
.branch-renew_v2 .reservation-sec .input-wrap.price__ .price-wrap > span{
    display: block;
    text-align: right;
    line-height: 1;
}
.branch-renew_v2 .reservation-sec .input-wrap.price__ .price-wrap .sub-txt{
    color: rgba(102,102,102,0.7);
    font-size: 14px;
}
.branch-renew_v2 .reservation-sec .input-wrap.price__ .price-wrap .price{
    padding-top: 0.4rem;
    font-size: 16px;
    font-weight: 700;
}
.branch-renew_v2 .reservation-sec .input-wrap.price__ .price-wrap .price .color{
    color: var(--primary);
    font-family: 'Campton', Sans-serif;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 0;
    vertical-align: sub;
}
.branch-renew_v2 .payment-system .reservation-sec .input-wrap.price__ .price-wrap .price .color{
    font-size: 30px;
}
.branch-renew_v2 .reservation-sec .oper-txt{
    padding-top: 5px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 15px;
}
.branch-renew_v2 .payment-system .reservation-sec .oper-txt{
    padding-top: 0.8rem;
}
.branch-renew_v2 .reservation-sec .oper-txt .icon{
    margin-right: 0.4rem;
}
.branch-renew_v2 .reservation-sec .oper-txt .icon img{
    vertical-align: middle;
}
.branch-renew_v2 .reservation-sec .oper-txt .time{
    color: var(--primary);
    font-weight: 700;
}
.branch-renew_v2 .reservation-sec .oper-txt .sub-txt{
    margin-left: 0.4rem;
    color: var(--primary);
    font-weight: 700;
}
.branch-renew_v2 .reservation-sec .oper-txt .sub-txt img{
    vertical-align: middle;
}
.branch-renew_v2 .reservation-sec .btn{
    position: absolute;
    top: 0;
    right: 0;
    width:170px;
    height: 100%;
    background-color: var(--primary);
    color:#fff;
    border-radius: 0 1rem 1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 20px;
}
.branch-renew_v2 .input-wrap.add__ .modal-inner{
    width: 700px;
    height: auto;
    background-color: #F1F1F1;
}
.branch-renew_v2 .input-wrap.add__ .modal-inner .tab_wrap{
    height: 87%;
}
.branch-renew_v2 .input-wrap.add__ .modal-inner .scroll-sec_{
    height: 100%;
    overflow-y: auto;
}
.branch-renew_v2 .input-wrap.add__ .modal-inner .scroll-sec_::-webkit-scrollbar {
    width: 5px;
}
.branch-renew_v2 .input-wrap.add__ .modal-inner .scroll-sec_::-webkit-scrollbar-thumb {
    height: 30%;
    background-color: #BBBBBB;
    border-radius: 10px;
}
.branch-renew_v2 .input-wrap.add__ .modal-inner .scroll-sec_::-webkit-scrollbar-track {
    background-color: transparent;
}
.branch-renew_v2 .input-wrap.add__ .modal-wrap02 .modal-inner{
    width: 550px;
    height:600px;
    background-color: #fff;
}
.branch-renew_v2 .input-wrap.date__ .modal-inner{
    width: 1000px;
    height: auto;
    background-color: #fff;
    display: flex;
    padding-bottom: 180px;
    top: 13vh;
    bottom: 13vh;
}
.branch-renew_v2 .input-wrap.date__ .modal-inner > div{
    width: 50%;
    position: relative;
}
.branch-renew_v2 .input-wrap.date__ .modal-inner > div::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 70%;
    background-color: #ddd;
    transform: translateY(-50%);
}
.branch-renew_v2 .input-wrap.date__ .modal-inner > .time__::after{
    display: none;
}
.branch-renew_v2 .input-wrap.date__ .modal-inner > .time__ .time_box{
    overflow-y: auto;
    height: 100%;
}
.branch-renew_v2 .input-wrap.info__ .modal-inner .content{
    padding: 60px 40px;
}
.branch-renew_v2 .input-wrap.info__ .modal-inner{
    width: 550px;
    height: auto;
    background-color: #fff;
    top: 60px;
    bottom: 60px;
    padding-bottom: 60px;
}
.reser-inner .modal-wrap{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 1002;
}
.reser-inner .modal-wrap.on{
    display: block;
}
.reser-inner .fix_bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 0 0 1rem 1rem;
    overflow: hidden;
}
.reser-inner .fix_bottom > button{
    width:100%;
    padding: 19px 0;
    color:#fff;
    border: 1px solid var(--primary);
    background-color: var(--primary);
    border-radius: 0;
    letter-spacing: -1px;
    font-size:20px;
    line-height: 1;
}
.reser-inner .fix_bottom .no-data{
    border-radius: 0;
    background-color: #AAAAAA;
    border: 1px solid #AAAAAA;
}
.reser-inner .fix_bottom .on-data{
    border-radius: 0;
    background-color: var(--primary);
    display: none;
}

/*select service*/
.branch-renew_v2 .selectServiceWrap {
    position: fixed;
    bottom: -999rem;
    z-index: 0;
    max-width: 100%;
}
.branch-renew_v2 .selectServiceWrap.on {
    right: 0;
    left: 0;
    bottom: 0 !important;
    z-index: 300;
    width: 100%;
    margin: 0 auto;
    border: 2px solid var(--primary);
    background-color: #F1F1F1;
    padding: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.branch-renew_v2 .selectServiceWrap .s_item{
    background-color: #fff;
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
    border-radius: 1rem;
    padding: 25px 20px;
}
.branch-renew_v2 .selectServiceWrap .s_item:last-child{
    margin-bottom: 0;
}
.branch-renew_v2 .selectServiceWrap .s_item .selt{
    text-align: left;
    font-size: 16px;
}
.branch-renew_v2 .selectServiceWrap .s_item .selt .oi-sub-txt{
    padding-top: 0.2rem;
    color: #707070;
    font-size: 0.9rem;
}
.branch-renew_v2 .selectServiceWrap .s_item .selt .ev-duration{
    padding-top: 0.5rem;
    font-size: 14px;
    color: var(--primary);
    line-height: 1.3;
}
.branch-renew_v2 .selectServiceWrap .s_item .info > span{
    font-size: 16px;
    margin-right: 0.5rem;
}
.branch-renew_v2 .selectServiceWrap .s_item .info > span .txt_num{
    font-size: 20px;
}
.branch-renew_v2 .selectServiceWrap .s_item .info .abtn img{
    width: 17px;
}
.branch-renew_v2 .selectServiceWrap .btn_wrap{
    border-radius: 1rem;
    margin-top: 1rem;
}
.branch-renew_v2 .selectServiceWrap .btn_wrap > button{
    font-size: 20px;
    font-weight: 400;
}
.branch-renew_v2 .closeSelectServie{
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    padding: 0.5rem 0;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
}
.reser-inner .remain-treat{
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
}
.reser-inner .remain-treat > div{
    width: 32.33%;
    margin: 0 0.5% 0.5rem;
}
.reser-inner .modal-wrap .close-btn{
    position: absolute;
    top: 15px;
    right: 15px;
}
.reser-inner .modal-wrap .btn-wrap-area{
    width: 100%;
    height: 120px;
    bottom: 120px;
    position: relative;
    background-color: #fff;
}
.reser-inner .modal-wrap .btn-area{
    width: 300px;
    position: absolute;
    padding: 14px 0;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--primary);
    color: #fff;
    border-radius: 50rem;
    font-size:20px;
}
.reser-inner .input-wrap.info__ .modal-wrap .btn-area{
    position: static;
    transform: none;
    margin: 40px auto 0;
    display: block;
}
.reser-inner .input-wrap.info___ .modal-wrap .btn-area {
    position: relative;
    transform: translateX(-50%);
    margin: 0;
}
.reser-inner .modal-inner{
    position: absolute;
    top: 100px;
    left: 50%;
    bottom: 100px;
    background-color: #fff;
    transform: translateX(-50%);
    border-radius: 20px;
}
.reser-inner .modal-inner .content{
    padding: 60px 50px;
    overflow-y: inherit;
    height: 100%;
}
.reser-inner .input-wrap.add__ .modal-inner .content{
    overflow-y: auto;
    height: 100%;
    padding: 60px 50px 100px;
}
.input-wrap.date__ .reser-inner .modal-inner .content{
    height: auto;
}
.reser-inner .modal-inner .modal-tit{
    font-size: 28px;
    padding-bottom: 2rem;
    font-weight: 700;
    line-height: 1;
}
.reser-inner .modal-inner.scroll-sec,
.reser-inner .modal-inner .scroll-sec{
    height: 60%;
    overflow-y: auto;
    padding: 0 10px;
}
.reser-inner .input-wrap.info__ .modal-inner .scroll-sec,
.reser-inner .input-wrap.date__ .modal-inner .scroll-sec{
    height: 100%;
}
.reser-inner .modal-wrap .scroll-sec::-webkit-scrollbar {
    width: 5px;
}
.reser-inner .modal-wrap .scroll-sec::-webkit-scrollbar-thumb {
    height: 30%;
    background-color: #BBBBBB;
    border-radius: 10px;
}
.reser-inner .modal-wrap .scroll-sec::-webkit-scrollbar-track {
    background-color: transparent;
}
.reser-inner .tab-menu{
    padding: 0 25px;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 1rem 1rem 0 0;
}
.reser-inner .tab-menu > li{
    padding: 20px 0;
    margin: 0 1rem;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    line-height: 1;
    color: #222222;
    font-size: 16px;
    font-weight: 600;
}
.reser-inner .tab-menu > li.active{
    color: var(--primary);
    border-bottom: 3px solid var(--primary);
}
.reser-inner .tab_content > div{
    display: none;
}
.reser-inner .tab_content > div.on{
    display: block;
}
.reser-inner .tab_content .reser-cate{
    background-color: #fff;
    padding: 20px;
}
.reser-inner .tab_content .cate-list{
    display: flex;
    flex-wrap: wrap;
}
.reser-inner .tab_content .cate-list > li{
    cursor: pointer;
    min-height: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33.3333%;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    font-size: 16px;
}
.reser-inner .tab_content .cate-list > li:nth-child(1),
.reser-inner .tab_content .cate-list > li:nth-child(2),
.reser-inner .tab_content .cate-list > li:nth-child(3){
    border-top: 1px solid #DDDDDD;
}
.reser-inner .tab_content .cate-list > li:nth-child(3n+0){
    border-right: 1px solid #DDDDDD;
}
.reser-inner .tab_content .cate-list > li:last-child{
    border-right: 1px solid #DDDDDD;
}
.reser-inner .tab_content .cate-list > li.active{
    background-color: #F1F1F1;
}
.reser-inner .tab_content .reser-list-wrap{
    background-color: #F1F1F1;
}
.reser-inner .tab_content .payment-tab-menu{
    padding: 20px 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.reser-inner .tab_content .payment-tab-menu .tab-btn-area{
    display: flex;
}
.reser-inner .tab_content .payment-tab-menu .tab-btn-area .txt-checkbox{
    margin-right: 0.5rem;
    cursor: pointer;
}
.reser-inner .tab_content .payment-tab-menu .tab-btn-area .txt-checkbox:last-child{
    margin-right: 0;
}
.reser-inner .tab_content .payment-tab-menu .tab-btn-area .txt-checkbox span{
    background-color: #E3E3E3;
    border: 1px solid #E3E3E3;
    color: #707070;
    font-size: 13px;
    padding: 0.4rem 1.5rem;
    border-radius: 50em;
}
.reser-inner .tab_content .payment-tab-menu .tab-btn-area .txt-checkbox.active span{
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: #fff;
}
.reser-inner .tab_content .payment-tab-menu .notice_{
    font-size: 12px;
    color: #B5B0B0;
}
.reser-inner .tab_content .reser-list{
    padding: 20px;
}
.reser-inner .tab_content .reser-list > li{
    border-radius: 1rem;
    background-color: #fff;
    margin-bottom: 10px;
    box-shadow: 2px 2px 15px rgba(0,0,0,0.16);
    cursor: pointer;
}
.reser-inner .tab_content .reser-list .ac_top{
    display: flex;
    padding: 1.5rem 7rem 1.5rem 1.7rem;
    position: relative;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.reser-inner .tab_content .reser-list .ac_top .tit_wrap{
    max-width: 340px;
}
.reser-inner .tab_content .reser-list .ac_top .tit_wrap .tit__{
    margin: 0 auto 10px;
    font-size: 20px;
}
.reser-inner .tab_content .reser-list .ac_top .tit_wrap .desc{
    color: #707070;
    font-size: 16px;
}
.reser-inner .tab_content .reser-list .ac_top .price-box{
    line-height: 1;
    white-space: nowrap;
}
.reser-inner .tab_content .reser-list .toggle-btn{
    width: 50px;
    height: 50px;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid var(--primary);
    border-radius: 50em;
}
.reser-inner .tab_content .reser-list .toggle-btn::before,
.reser-inner .tab_content .reser-list .toggle-btn::after{
    content: '';
    position: absolute;
    top: 24px;
    left: 0;
    width: 12px;
    height: 2px;
    background-color: var(--primary);
}
.reser-inner .tab_content .reser-list .toggle-btn::before{
    left: 15px;
    transform: rotate(45deg);
}
.reser-inner .tab_content .reser-list .toggle-btn::after{
    left: 23px;
    transform: rotate(-45deg);
}
.reser-inner .tab_content .reser-list .ac_top.on .toggle-btn::before{
    transform: rotate(-45deg);
}
.reser-inner .tab_content .reser-list .ac_top.on .toggle-btn::after{
    transform: rotate(45deg);
}
.reser-inner .tab_content .reser-list .ac_body{
    display: none;
    padding: 30px;
    border-top: 1px solid #DDDDDD;
}
.reser-inner .tab_content .reser-list .price-box .price{
    color: var(--primary);
    font-weight: 700;
    font-size: 30px;
    font-family: 'Campton', Sans-serif;
    letter-spacing: 0;
}
.reser-inner .tab_content .reser-list .ac_body .rp_box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 31px;
}
.reser-inner .tab_content .reser-list .ac_body .rp_box:last-child{
    margin-bottom: 0;
}
.reser-inner .tab_content .reser-list .ac_body .reser-info{
    display: flex;
    align-items: flex-start;
}
.reser-inner .tab_content .reser-list .ac_body .reser-info .online-payment-icon{
    margin-bottom: 0;
    margin-right: 0.5rem;
}
.reser-inner .tab_content .reser-list .ac_body .reser-info .txt-area{
    max-width: 300px;
    font-size: 16px;
}
.reser-inner .tab_content .reser-list .ac_body .payment-no-txt {
    display: table;
    margin: 0 auto;
}
.reser-inner .tab_content .reser-list .ac_body .payment-no-txt .__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.reser-inner .tab_content .reser-list .ac_body .payment-no-txt .__wrap img {
    width: 30px;
    height: 30px;
}
.reser-inner .tab_content .reser-list .ac_body .payment-no-txt .__txt {
    display: block;
    margin-left: 9px;
    font-size: 14px;
    font-weight: 500;
    color: #999999;
}
.reser-inner .tab_content .reser-list .ev-duration{
    color: var(--primary);
    font-size: 0.9rem;
    line-height: 1.3;
    padding-top: 0.5rem;
}
.reser-inner .tab_content .reser-list .ev-duration .__time{
    display: flex;
    flex-wrap: wrap;
    word-break: keep-all;
}
.reser-inner .tab_content .reser-list .rp_box .price-box{
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.reser-inner .tab_content .reser-list .rp_box .price-box .del__{
    font-size: 14px;
    text-decoration: line-through;
    color:#999999 ;
}
.reser-inner .tab_content .reser-list .rp_box .price-box .price_{
    margin-left: 0.5rem;
    display: flex;
    align-items: baseline;
    font-weight: 700;
    font-size: 16px;
}
.reser-inner .tab_content .reser-list .rp_box .price-box .price_ span:first-child{
    font-family: 'Campton', Sans-serif;
    color: var(--primary);
    font-size: 20px;
}
.reser-inner .modal-inner .content .chk-list > li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F1F1F1;
    padding: 1.4rem 4rem 1.4rem 1.3rem;
    position: relative;
    border-radius: 0.5rem;
    margin-bottom: 4px;
    font-size: 16px;
    gap:10px;
}
.reser-inner .modal-inner .content .chk-list > li:last-child{
    margin-bottom: 0;
}
.reser-inner .modal-inner .content .chk-list > li .ev-duration{
    padding-top: 0.3rem;
    font-size: 14px;
    line-height: 1.2;
    color: var(--primary);
}
.reser-inner .modal-inner .content .chk-list > li .ev-duration .__time > span{
    display: block;
}
.reser-inner .modal-inner .content .chk-list .price-wrap{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.reser-inner .modal-inner .content .chk-list .price-wrap .del__{
    text-decoration: line-through;
    color: #999999;
    letter-spacing: 0;
    font-family: 'Campton','Noto Sans KR', Sans-serif;
    white-space: nowrap;
}
.reser-inner .modal-inner .content .chk-list .price-wrap .price{
    display: flex;
    align-items: baseline;
    font-weight: 700;
}
.reser-inner .modal-inner .content .chk-list .price-wrap .price span:first-child{
    font-family: 'Campton', Sans-serif;
    color: var(--primary);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
}
.reser-inner .modal-inner .content .del-btn{
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}
/* 예약모달 datapicker */
.branch-renew_v2 .swiperDatapicker{
    overflow: hidden;
    position: relative;
}
.branch-renew_v2 .swiperDatapicker .swiper-slide{
    width: 100%;
}
.branch-renew_v2 .swiperDatapicker .swiper-button-next,
.branch-renew_v2 .swiperDatapicker .swiper-button-prev{
    top: 25px;
    background-size: 14px;
}
.branch-renew_v2 .ui-datepicker .ui-datepicker-header{
    margin-bottom: 2rem;
}
.branch-renew_v2 .ui-datepicker .ui-datepicker-title{
    font-weight: 700;
    font-family: 'Campton','Noto Sans KR', Sans-serif;
    letter-spacing: 0;
}
.branch-renew_v2 .ui-datepicker table{
    font-family: 'Campton','Noto Sans KR', Sans-serif;
    letter-spacing: 0;
}
.branch-renew_v2 .ui-datepicker-calendar .ui-datepicker-week-end:first-child{
    color: #DF3737;
}
.reser-inner .modal-wrap .time-list{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    align-content: flex-start;
}
.reser-inner .modal-wrap .time-list::-webkit-scrollbar {
    width: 5px;
}
.reser-inner .modal-wrap .time-list::-webkit-scrollbar-thumb {
    height: 30%;
    background-color: #BBBBBB;
    border-radius: 10px;
}
.reser-inner .modal-wrap .time-list::-webkit-scrollbar-track {
    background-color: transparent;
}
.reser-inner .modal-wrap .time-list > li{
    width: 24%;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 50em;
    color: #666666;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    margin-right: 1%;
    margin-top: 10px;
    position: relative;
}
.reser-inner .modal-wrap .time-list > li:nth-child(4n+0){
    margin-right: 0;
}
.reser-inner .modal-wrap .time-list > li.active{
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: #fff;
}
.reser-inner .modal-wrap .time-list > li.done{
    background-color: #ECECEC;
    border: 1px solid #ECECEC;
    color: #AAAAAA;
}
.reser-inner .modal-wrap .time-list > li.done::after{
    content: '예약마감';
    position: absolute;
    top: -5px;
    left: 0;
    width: 65px;
    height: 20px;
    border: 1px solid var(--primary);
    color: var(--primary);
    font-size: 12px;
    transform: rotate(-20deg);
}
/* 예약모달 폼박스 */
.reser-inner .modal-inner .content .form_box{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.reser-inner .modal-inner .content .form_box .form-label{
    min-width: 95px;
    font-size: 18px;
    color: #444444;
}
.reser-inner .modal-inner .content .form_box .right-sec{
    flex: 1 1 auto;
    display: flex;
}
.reser-inner .modal-inner .content .form_box .right-sec .radio-wrap .cs-radio{
    height: 40px;
    font-size: 16px;
}
.reser-inner .modal-inner .content .form_box .right-sec input,
.reser-inner .modal-inner .content .form_box .right-sec .sel_box{
    width: 100%;
    margin-right: 5px;
    font-size: 16px;
}
.reser-inner .modal-inner .content .form_box .right-sec input,
.reser-inner .modal-inner .content .form_box .right-sec select{
    width: 100%;
    padding: 0.5rem;
    color: #888888;
    font-size: 16px;
}
.reser-inner .modal-inner .content .form_box .right-sec input:first-child{
    margin-right: 0;
}
.reser-inner .modal-inner .content .form_box .right-sec .btn-wrap > button{
    min-width: 80px;
    font-size: 16px;
    line-height: 1.6;
}
.reser-inner .modal-inner .content .form-wrap input,
.reser-inner .modal-inner .content .form_box .right-sec select{
    border: 1px solid #CCCCCC;
    border-radius: 5px;
}
.reser-inner .modal-inner .content .form_box .right-sec.a-num input{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}
.reser-inner .modal-inner .content .form_box .right-sec.a-num button{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.reser-inner .modal-inner .content .form_box .right-sec select{
    height: 100%;
}
.reser-inner .modal-inner .content .form_box .right-sec .sel_box{
    position: relative;
}
.reser-inner .modal-inner .content .form_box .right-sec .sel_box::after,
.reser-inner .modal-inner .content .form_box .right-sec .sel_box::before{
    content: '';
    position: absolute;
    top: 20px;
    right: 7px;
    width: 7px;
    height: 1px;
    background-color: #888888;
}
.reser-inner .modal-inner .content .form_box .right-sec .sel_box::before{
    transform: rotate(45deg);
    right: 12px;
}
.reser-inner .modal-inner .content .form_box .right-sec .sel_box::after{
    transform: rotate(-45deg);
}
.reser-inner .modal-inner .content .form-wrap .check-area{
    margin-top: 2.5rem;
    background-color: #F1F1F1;
    border-radius: 5px;
    padding: 1.7rem;
    font-size: 16px;
}
.reser-inner .modal-inner .content .form-wrap .check-area .cs-checkbox{
    margin-bottom: 0.7rem;
}
.reser-inner .modal-inner .content .form-wrap .check-area .cs-checkbox:last-child{
    margin-bottom: 0;
}
.reser-inner .modal-inner .content .form-wrap .check-area .ll_tit{
    display: inline;
}
.reser-inner .modal-inner .content .form-wrap .check-area .notice-txt{
    color: #999999;
    font-size: 12px;
    margin-left: 4px;
}
.reser-inner .modal-inner .content .form-wrap .check-area .notice-txt .arrow-icon{
    display: inline-block;
    width: 15px;
    height: 9px;
    background-image: url('/imges/right_arrow.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    opacity: .5;
}
#mainReservationList.modal-wrap02.on > .modal-inner {
    overflow: hidden;
}
#mainReservationList.modal-wrap02.on > .modal-inner .content::-webkit-scrollbar {
    width: 5px;
}
#mainReservationList.modal-wrap02.on > .modal-inner .content::-webkit-scrollbar-thumb {
    height: 30%;
    background-color: #BBBBBB;
    border-radius: 10px;
}
#mainReservationList.modal-wrap02.on > .modal-inner .content::-webkit-scrollbar-track {
    background-color: transparent;
}
.reser-inner .modal-inner .content .form-wrap .check-area .txt-indent{
    margin-left: 10px;
    text-indent: -10px;
}
.reser-inner .modal-inner .content .form-wrap .agree_wrap {
    max-height:255px;
}

/* 실시간예약현황 */
.live-reser-sec .live-inner{
    height: 100px;
    background-color: #FFFFFF;
    display: flex;
}
.live-reser-sec .fix-wrap {
    position: relative;
    width: 421px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 61px;
}
.live-reser-sec .fix-wrap:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: inline-block;
    width: 1px;
    height: 46px;
    background-color: #F2F2F2;
}
.live-reser-sec .fix-wrap .d-flex {
    min-width: 319px;
    align-items: center;
    gap: 19px;
}
.live-reser-sec .fix-wrap .d-flex > span {
    display: block;
    font-size: 22px;
    font-weight: 800;
    color: #000000;
    line-height: 26px;
    font-family: "Pretendard";
}
.live-reser-sec .fix-wrap .count_{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
    margin: 0 0 0 auto;
    text-align: right;
    font-size: 26px;
    font-weight: 800;
    color: #000000;
    line-height: 26px;
    font-family: "Pretendard";
}
.live-reser-sec .fix-wrap .count_ .num__{
    font-size: 38px;
    font-weight: 900;
    line-height: 46px;
    color: #000000;
    font-family: "Lato";
}
.live-reser-sec .flow-wrap{
    width: 100%;
    overflow: hidden;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    transition: opacity .7s;
}
.live-reser-sec .flow-wrap.active {
    opacity: 1;
}
.live-reser-sec .flow-wrap .js-marquee{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}
.live-reser-sec .flow-wrap .flow-item{
    display: flex;
    align-items: center;
    gap: 11px;
    margin-right: 40px;
}
.live-reser-sec .flow-wrap .flow-item:last-child {
    margin-right: 0;
}
.live-reser-sec .flow-wrap .branch_{
    background-color: #000000;
    padding: 9px 12px;
    border-radius: 17px;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    line-height: 16px;
    font-family: "Pretendard";
}
.live-reser-sec .flow-wrap .time_{
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    line-height: 16px;
    font-family: "Lato";
}
.live-reser-sec .flow-wrap .desc {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    line-height: 19px;
    font-family: "Pretendard";
}
.live-reser-sec .flow-wrap .flow-tail{
    display: flex;
    align-items: center;
    margin-left: 59px;
    margin-right: 40px;
}
.live-reser-sec .flow-wrap .flow-tail .btn{
    background-color: #CC3333;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    margin-right: 10px;
    border-radius: 17px;
    width: 79px;
    height: 34px;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    line-height: 17px;
    font-family: "Pretendard";
}
.live-reser-sec .flow-wrap .flow-tail .btn img {
    max-width: 6px;
}
.live-reser-sec .flow-wrap .flow-tail > span {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    line-height: 19px;
    font-family: "Pretendard";
}

/* 공통 css */
.branch-renew_v2 .title-box {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 70px;
}
.branch-renew_v2 .title-box h3 {
    font-size: 80px;
    line-height: 1;
    color:#222222;
    font-weight: 600;
    font-family: 'Campton', Sans-serif;
    margin-bottom: 23px;
}
.branch-renew_v2 .title-box .sub-tit{
    font-size: 32px;
    line-height: 48px;
    color:#000000;
    font-weight: 400;
    font-family: 'Noto Sans KR', Sans-serif;
    margin: 0;
    letter-spacing: 0;
}
.branch-renew_v2 .title-box::before {
    content:'';
    display: block;
    margin: 0 auto 15px;
    width: 150px;
    aspect-ratio: 321 / 59;
    background: url('/imges/renew/logo_toxnfill.png') no-repeat center / contain;
}
.branch-renew_v2 .inner {
    width: 1180px;
    margin: 0 auto;
}
.branch-renew_v2 .branch-container {
    width: 81%;
    margin-left: auto;
    min-width: 1190px;
    padding: 120px 0;
}
.branch-renew_v2 .branch-container__center {
    margin: 0 auto;
    width: 1200px;
}
.branch-renew_v2 .branch-container h3 {
    padding-bottom: 39px;
    font-size: 52px;
    font-weight: 800;
    line-height: 61px;
    font-family: 'Pretendard';
}
.branch-renew_v2 .branch-container .info__txt-box{
    padding: 33px 36px 33px;
    background-color: #FFFFFF;
    margin-top: 4px;
    height: 100%;
}
.branch-renew_v2 .branch-container .info__txt-box p{
    font-family: 'Pretendard';
    font-weight: 800;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: -1.12px;
    margin: 0;
}
/* 스와이퍼 */
.branch-renew_v2 .swiper-button-wrap{
    display: flex;
    margin-top: 40px;
}
.branch-renew_v2 .swiper-button-wrap .prev {
    background: url('/imges/renew2025/icon/i_arrow_border_right.svg') no-repeat center / contain;
    width: 39px;
    height: 39px;
    rotate: 180deg;
    cursor: pointer;
}
.branch-renew_v2 .swiper-button-wrap #signature-button-prev,
.branch-renew_v2 .swiper-button-wrap #signature-button-next,
.branch-renew_v2 .swiper-button-wrap #ranking-button-prev,
.branch-renew_v2 .swiper-button-wrap #ranking-button-next {
    filter: brightness(0) invert(0);
}
.branch-renew_v2 .swiper-button-wrap .pagination {
    padding: 0 20px;
    display: flex;
    gap: 8px;
    align-items: center;
}
.branch-renew_v2 .swiper-button-wrap .pagination span {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    opacity: 1;
    background-color: #FFFFFF;
    transition: all .2s;
}
.branch-renew_v2 .swiper-button-wrap #signature-swiper-pagination span,
.branch-renew_v2 .swiper-button-wrap #ranking-swiper-pagination span {
    background-color: rgba(0, 0, 0, 0.3);
}
.branch-renew_v2 .swiper-button-wrap .pagination span.swiper-pagination-bullet-active{
    width: 50px;
    border-radius: 5px;
}
.branch-renew_v2 .swiper-button-wrap #signature-swiper-pagination span.swiper-pagination-bullet-active,
.branch-renew_v2 .swiper-button-wrap #ranking-swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #000000;
}
.branch-renew_v2 .swiper-button-wrap .next{
    background: url('/imges/renew2025/icon/i_arrow_border_right.svg') no-repeat center / contain;
    width: 39px;
    height: 39px;
    cursor: pointer;
}
.branch-renew_v2 .swiper-button-wrap #signature-swiper-pagination .next,
.branch-renew_v2 .swiper-button-wrap #ranking-swiper-pagination .next {
    filter: brightness(0) invert(0);
}
.branch-renew_v2 .swiper-notification{
    display: none;
}

/* 이벤트 section */
.branch-renew_v2 #event-section {
    width: 100%;
    background-color: #CC3333;
}
.branch-renew_v2 #event-section h3{
    padding-bottom: 0;
}
.branch-renew_v2 #event-section .title-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFFFFF;
    padding-bottom: 39px;
    max-width: 1180px;
}
.branch-renew_v2 #event-section .title-area a {
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.64px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.branch-renew_v2 #event-section .title-area a::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background: url('/imges/brand/icon/2025/i_arrow_right.svg') no-repeat center / contain;
    margin-left: 11px;
}
.branch-renew_v2 #event-section .event-swiper {
    overflow: hidden;
    width: 100%;
}
.branch-renew_v2 #event-section .event-swiper .event-info {
    max-width: 588px;
    width: 100%;
    height: 100%;
}
.branch-renew_v2 #event-section .event-swiper a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4px;
    width: 100%;
    height: 100%;
}
.branch-renew_v2 #event-section .event-info .event-info__thumb {
    min-width: 588px;
}
.branch-renew_v2 #event-section .event-info .event-info__thumb img {
    display: block;
    width: 100%;
    aspect-ratio: 690 / 690;
    object-fit: cover;
}
.branch-renew_v2 #event-section .info__txt-box.event-info__txt-box{
    min-height: 240px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 43px;
    padding-bottom: 32px;
    margin-top: 0;
}
.branch-renew_v2 #event-section .branch-container .info__txt-box p.event-info__title{
    word-break: break-word;
}
.branch-renew_v2 #event-section .branch-container .info__txt-box p.event-info__sub {
    margin-top: 9px;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    line-height: 28px;
    word-break: break-word;
    font-family: "Pretendard";
}
.branch-renew_v2 #event-section .branch-container .info__txt-box .event-info__price {
    display: flex;
    align-items: center;
    gap: 9px;
}
.branch-renew_v2 #event-section .branch-container .info__txt-box .event-info__price del {
    font-size: 20px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.50);
    line-height: 25px;
    font-family: "Lato";
}
.branch-renew_v2 #event-section .branch-container .info__txt-box .event-info__price p {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    line-height: 45px;
    font-family: "Pretendard";
}
.branch-renew_v2 #event-section .branch-container .info__txt-box .event-info__price p b {
    font-size: 48px;
    font-weight: 900;
    color: #CC3333;
    line-height: 48px;
    font-family: "Lato";
}
.branch-renew_v2 #event-section .branch-container .info__txt-box span.event-info__date{
    font-family: 'Lato';
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
}
/* event section */
/* signature section */
.branch-renew_v2 #signature-sec{
    background-color: #F2F2F2;
    font-family: 'Pretendard';
}
.branch-renew_v2 #signature-sec .signature-swiper {
    overflow: hidden;
    width: 100%;
}
.branch-renew_v2 #signature-sec .signature-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4px;
    max-width: 390px;
    width: 100%;
    height: 100%;
}
.branch-renew_v2 #signature-sec .info__txt-box.signature-info__txt-box{
    margin-top: 0;
    text-align: center;
    padding: 23px 20px 40px;
    min-height: 166px;
    height: 100%;
}
.brand-container #signature-sec .info__txt-box p.signature-info__title{
    line-height: 33px;
}
.branch-renew_v2 #signature-sec .info__txt-box span.signature-info__desc{
    margin-top: 12px;
    font-size: 20px;
    font-weight: 500;
    color:#000000;
    line-height: 26px;
    letter-spacing: -0.8px;
    font-family: 'Pretendard';
}
.branch-renew_v2 #signature-sec .signature-info__thumb {
    min-width: 390px;
}
.branch-renew_v2 #signature-sec .signature-info__thumb img {
    display: block;
    width: 100%;
    aspect-ratio: 468 / 700;
    object-fit: cover;
}
/* signature section */
/* ranking section */
.branch-renew_v2 .ranking-list .rankingSwiper {
    padding-right: 80px;
}
.branch-renew_v2 .ranking-list .swiper-slide {
    max-width: 800px;
    width: 100%;
}
.branch-renew_v2 .ranking-list .swiper-slide.w-full {
    max-width: 1180px;
}
.branch-renew_v2 .ranking-list .swiper-slide ul {
    width: 100%;
}
.branch-renew_v2 .ranking-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 98px;
    padding: 18px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.30);
}
.branch-renew_v2 .ranking-list li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.30);
}
.branch-renew_v2 .ranking-list li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.30);
}
.branch-renew_v2 .ranking-list .product-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.branch-renew_v2 .ranking-list .product-info .ranking-num {
    display: inline-block;
    margin-right: 23px;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    line-height: 30px;
    font-family: "Lato";
}
.branch-renew_v2 .ranking-list .product-info .product-name-front {
    display: block;
}
.branch-renew_v2 .ranking-list .product-info .product-name-front .popularity-text1 {
    display: inline;
    font-size: 26px;
    font-weight: 700;
    color: #000000;
    line-height: 38px;
    font-family: "Pretendard";
}
.branch-renew_v2 .ranking-list .product-info .product-name-front .popularity-title {
    display: inline;
    font-size: 26px;
    font-weight: 700;
    color: #000000;
    line-height: 38px;
    font-family: "Pretendard";
}
.branch-renew_v2 .ranking-list .product-info .product-name {
    margin: 0;
}
.branch-renew_v2 .ranking-list .product-info .product-name > span.popularity-text2 {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.50);
    line-height: 16px;
    font-family: "Pretendard";
}
.branch-renew_v2 .ranking-list .product-price-wrap {
    display: flex;
    align-items: center;
    gap: 11px;
}
.branch-renew_v2 .ranking-list .product-price {
    display: flex;
    align-items: center;
    gap: 11px;
    white-space: nowrap;
}
.branch-renew_v2 .ranking-list .product-price > del {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.50);
    line-height: 30px;
    font-family: "Lato";
}
.branch-renew_v2 .ranking-list .product-price > strong {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 32px;
    font-weight: 900;
    color: #CC3333;
    line-height: 30px;
    font-family: "Lato";
}
.branch-renew_v2 .ranking-list .product-price > strong > span {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    line-height: 18px;
    font-family: "Pretendard";
}
.branch-renew_v2 .ranking-list .product-price-wrap .reserve-btn {
    display: inline-block;
    padding: 9px 16px;
    border-radius: 19px;
    background: #CC3333;
    font-size: 16px;
    font-weight: 800;
    color: #FFFFFF;
    font-family: "Pretendard";
    white-space: nowrap;
    transition: all .2s;
}
.branch-renew_v2 .ranking-list .product-price-wrap .reserve-btn:hover {
    opacity: 0.7;
}
/* ranking section */

/* value section */
.branch-renew_v2 #value-sec {
    background-color: #EFECE3;
    padding: 228px 0 172px;
    font-family: 'Campton', 'Noto Sans KR', Sans-serif;
}
.branch-renew_v2 #value-sec .title-box {
    margin-bottom: 52px;
}
.branch-renew_v2 #value-sec .txt-box {
    text-align: center;
    margin-bottom: 92px;
}
.branch-renew_v2 #value-sec .txt-box p {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.818;
    font-family: 'Noto Sans KR', Sans-serifCampton;
    letter-spacing: -2.5px;
    margin: 0;
}
.branch-renew_v2 #value-sec .notice-txt {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    color: #A7A293;
    margin: 0;
}
.branch-renew_v2 .value-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 104px;
}
.branch-renew_v2 .value-list > li {
    min-width: 239px;
    position: relative;
    padding-top: 6.5px;
}
.branch-renew_v2 .value-list > li:before {
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    max-width: 239px;
    height: 1px;
    background-color: #000;
}
.branch-renew_v2 .value-list > li > p {
    margin: 0;
    font-weight: 300;
    font-size: 24px;
    letter-spacing: -2.083px;
    line-height: 1.666;
    font-family: 'Noto Sans KR', Sans-serif;
}
.branch-renew_v2 .value-list > li > strong {
    position: relative;
    display: block;
    height: 87px;
}
.branch-renew_v2 .value-list > li > strong span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 86px;
    font-weight: 600;
    color: #A73439;
    line-height: 1;
    display: block;
    white-space: nowrap;
}
.branch-renew_v2 .value-list > li > span {
    display: block;
    color: #A73439;
    font-size: 49px;
    font-weight: 500;
    line-height: 1;
}
/* value section */

/* benefit section */
.branch-renew_v2 #benefit-sec {
    position: relative;
    max-height: 1523px;
    background: url(/imges/renew/benefit_bg_pc.jpg) no-repeat center / cover;
    margin: 0 auto;
    padding: 317px 0 345px;
    overflow: hidden;
}
.branch-renew_v2 #benefit-sec .benefit-box {
    z-index:1;
    position: relative;
    min-height: 820px;
    border-radius: 32px;
    overflow: hidden;
    background: radial-gradient(#fff, #ccc) no-repeat center;
    background-size: 2000px 2000px;
    box-shadow: 6px 20px 42px rgba(0,0,0,.32);
}
.branch-renew_v2 #benefit-sec .benefit-box::after {
    content: '';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    border-radius: 32px;
    border:12px solid #000;
    box-sizing: border-box;
    background: rgba(0,0,0,.2);
    pointer-events: none;
}
.branch-renew_v2 #benefit-sec .benefit-loop-txt {
    position: absolute;
    top: 50%;
    left: 0;
    background: url('/imges/renew/benefit_loop_txt.png') no-repeat center / contain;
    width: 15500px;
    aspect-ratio: 22624 / 969;
    transform: translateY(-50%);
    animation: loopTxt 30s infinite linear;
}

@keyframes loopTxt {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: -7943px;
    }
}

.branch-renew_v2 .benefit-box__deco {
    position: absolute;
    left: 10px;
    opacity: .5;
}
.branch-renew_v2 .benefit-box__deco::before {
    content: '';
    display: block;
    width: 1240px;
    aspect-ratio: 1240 / 369;
    background: url('/imges/renew/benefit_deco_01.png') no-repeat center / contain;
}

.branch-renew_v2 .benefit-box__deco.first {
    top: -158px;
}
.branch-renew_v2 .benefit-box__deco.second {
    bottom: -182px;
}
.branch-renew_v2 .benefit-box__deco--secret {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.branch-renew_v2 .benefit-box__deco--secret span:first-child::before {
    content:'';
    position: absolute;
    top: 62px;
    left: 92px;
    width: 698px;
    height: 1px;
    background: #222222;
}
.branch-renew_v2 .benefit-box__deco--secret span:first-child::after {
    content:'';
    position: absolute;
    top: 62px;
    right: 66px;
    width: 186px;
    height: 1px;
    background: #222222;
}
.branch-renew_v2 .benefit-box__deco--secret span:last-child::before {
    content: '';
    position: absolute;
    top: 35px;
    right: 93px;
    width: 1px;
    height: 484px;
    background: #222222;
}
.branch-renew_v2 .benefit-box__deco--secret span:last-child::after {
    content: '';
    position: absolute;
    bottom: 78px;
    right: 79px;
    width: 27px;
    height: 192px;
    background: url('/imges/renew/benefit_deco_02.png') no-repeat center / contain;
}
.branch-renew_v2 .benefit-box__inner {
    z-index: 1;
    position: absolute;
    padding: 94px 97px 76px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.branch-renew_v2 .benefit-box__inner .title-box {
    text-align: left;
    margin-bottom: 0
}
.branch-renew_v2 .benefit-box__inner .title-box h3 {
    margin-bottom: 20px;
}
.branch-renew_v2 .benefit-box__inner .title-box .sub-tit {
    position: absolute;
    top: 100%;
    padding-left: 4px;
}
.branch-renew_v2 .benefit-box__inner .title-box::before {
    display: none;
}
.branch-renew_v2 .benefit-accordion-list {
    margin-top: auto;
    padding: 0 50px 0 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.branch-renew_v2 .benefit-accordion-item {
    position: relative;
    min-height: 75px
}
.branch-renew_v2 .benefit-accordion-item__btn {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    display: flex;
    align-items: center;
}
.branch-renew_v2 .benefit-accordion-item__btn p {
    position: relative;
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    font-family: 'Campton', Sans-serif;
    transition: all .3s;
    margin: 0;
    cursor: pointer;
}
.branch-renew_v2 .benefit-accordion-item__btn span {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Noto Sans KR', Sans-serif;
    margin-left: auto;
    transition: opacity .3s;
}
.branch-renew_v2 .benefit-accordion-item__btn:hover {
    color: #A73439;
}
.branch-renew_v2 .benefit-accordion-item__content {
    display: none;
}
.branch-renew_v2 .benefit-accordion-item.active .benefit-accordion-item__btn span {
    opacity: 0;
}
.branch-renew_v2 .benefit-accordion-item.active .benefit-accordion-item__btn p {
    color: #A73439;
    padding-top: 40px;
}
.branch-renew_v2 .benefit-accordion-item__txt {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.branch-renew_v2 .benefit-accordion-item__txt > a {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 40px;
}
.branch-renew_v2 .benefit-accordion-item__txt p {
    font-size: 20px;
    line-height: 35px;
    text-align: right;
    padding-bottom: 50px;
    margin: 0;
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: from-font;
    cursor: pointer;
    transition: color .3s;
}
.branch-renew_v2 .benefit-accordion-item__txt img {
    width: 413px;
    aspect-ratio: 413 / 275;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: box-shadow .3s;
}
.branch-renew_v2 .benefit-accordion-item__txt > a:hover p {
    color: #C44D52;
}
.branch-renew_v2 .benefit-accordion-item__txt > a:hover img {
    box-shadow: 0 6px 20px #666;
}
.branch-renew_v2 .benefit-txt {
    font-size: 20px;
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: from-font;
    padding-top: 15px;
}
.branch-renew_v2 .benefit-icon__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 30px 16px 70px;
}
.branch-renew_v2 .benefit-icon__list p {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
}
.branch-renew_v2 .benefit-icon__list p::before {
    content:'';
    display: inline-block;
    width: 80px;
    height: 80px;
}
.branch-renew_v2 .benefit-icon__list p:nth-child(1)::before {
    background: url('/imges/renew/ico_benefit_01.png') no-repeat center / contain;
}
.branch-renew_v2 .benefit-icon__list p:nth-child(2)::before {
    background: url('/imges/renew/ico_benefit_02.png') no-repeat center / contain;
}
.branch-renew_v2 .benefit-icon__list p:nth-child(3)::before {
    background: url('/imges/renew/ico_benefit_03.png') no-repeat center / contain;
}
.branch-renew_v2 .benefit-accordion-item.last .benefit-accordion-item__btn {
    position: relative;
    height: 77px;
}
.branch-renew_v2 .benefit-accordion-item.last.active .benefit-accordion-item__btn p {
    color: #A73439;
    padding-top: 0;
}
/* benefit section */
/* sns section */
.branch-renew_v2 #sns-sec {
    max-width: 1920px;
    max-height: 1080px;
    background: url('/imges/renew/sns_bg_pc.jpg') no-repeat center / cover;
    margin: 0 auto;
    padding: 92px 0 76px;
}
.branch-renew_v2 #sns-sec .title-box {
    color: #fff;
    text-align: left;
    margin-bottom: 32px;
}
.branch-renew_v2 #sns-sec .title-box h3 {
    line-height: 90px;
    color: #fff;
    margin-bottom: 12px;
}
.branch-renew_v2 #sns-sec .title-box .sub-tit {
    color:#CB9F76;
    letter-spacing: 0;
}
.branch-renew_v2 #sns-sec .title-box::before {
    margin-left: 6px;
    background-image: url('/imges/renew/logo_toxnfill_w.png');
}
.branch-renew_v2 .sns-box-wrap {
    display: flex;
    gap: 56px;
    justify-content: flex-end;
    padding-right: 10px;
}
.branch-renew_v2 .sns-box-wrap .sns-box {
    position:relative;
    width: 329px;
}
.branch-renew_v2 .sns-box-wrap .sns-box::after {
    content: '';
    position: absolute;
    top: -16px;
    right: -16px;
    width: 386px;
    aspect-ratio: 386 / 741;
    background: url('/imges/renew/mo_mockup.png') no-repeat center / contain;
    pointer-events: none;
}
.branch-renew_v2 .sns-box__bg {
    aspect-ratio: 329 / 685;
}
.branch-renew_v2 .sns-box__hover {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(0,0,0,.5);
    border-radius: 30px;
    overflow: hidden;
    opacity: 0;
    transition: opacity .35s ease-in;
}
.branch-renew_v2 .sns-box-wrap .sns-box:hover .sns-box__hover {
    opacity: 1;
}
.branch-renew_v2 .sns-box.youtube .sns-box__hover img {
    width: 170px;
    margin-bottom: 22px;
}
.branch-renew_v2 .sns-box.insta .sns-box__hover img {
    width:128px;
    margin-bottom: 16px;
}
.branch-renew_v2 .sns-box__hover p {
    line-height: 1;
    font-size: 35px;
    font-weight: 600;
    color: #CB9F76;
    font-family: 'Campton', Sans-serif;
    margin: 0;
}
/* sns section */

/* CONTACT US section */
.branch-renew_v2 .main-renew-sec {
    padding: 132px 0 142px;
}
.branch-renew_v2 .main-renew-sec .map-sec-inner {
    max-width: 1180px;
    width: 90%;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    flex-wrap: wrap;
    gap:0 74px;
}
.branch-renew_v2 .main-renew-sec .title-box {
    width:100%;
    margin-bottom: 48px;
    padding-bottom: 0;
}
.branch-renew_v2 .main-renew-sec .title-box::before {
    display:none;
}
.branch-renew_v2 .main-renew-sec .map-area {
    max-width: 680px;
    width:100%;
}
.branch-renew_v2 .main-renew-sec .mapWrap .map-box {
    height: 544px;
}
.branch-renew_v2 .main-renew-sec .info-wrap .info-list {
    padding-left: 0;
}
.branch-renew_v2 .main-renew-sec .info-wrap {
    width:calc(100% - 680px - 74px);
}
.branch-renew_v2 .main-renew-sec .mapWrap {
    border-radius: 0;
}
.branch-renew_v2 .main-renew-sec .info-wrap .item .tit__ {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.818;
    margin-bottom: 5px;
    margin-top: 22px;
}
.branch-renew_v2 .main-renew-sec .info-wrap .item:first-child .tit__ {
    margin-top:0;
}
.branch-renew_v2 .main-renew-sec .info-wrap .item .desc {
    font-size: 18px;
    color: #888;
    line-height: 1.444;
}
.branch-renew_v2 .main-renew-sec .info-wrap .item .park2 {
    position: relative;
    width: 200px;
}
.branch-renew_v2 .main-renew-sec .info-wrap .item .park2 a {
    display: block;
    width: 100%;
    padding: 10px 19px;
    background-color: var(--primary);
    color: #fff;
    border-radius: 50em;
    font-size: 16px;
    font-weight: 500;
}
.branch-renew_v2 .main-renew-sec .info-wrap .item .park2::before,
.branch-renew_v2 .main-renew-sec .info-wrap .item .park2::after{
    content: '';
    position: absolute;
    right: 21px;
    width: 2px;
    background-color: #fff;
}
.branch-renew_v2 .main-renew-sec .info-wrap .item .park2::after {
    transform: rotate(-45deg);
    top: 13px;
    height: 9px;
}
.branch-renew_v2 .main-renew-sec .info-wrap .item .park2::before {
    transform: rotate(45deg);
    top: 18px;
    height: 9px;
}
.branch-renew_v2 .main-renew-sec .info-wrap .item table tr {
    margin-bottom: 3px;
    display: block;
    font-size: 18px;
    line-height: 1.444;
}
.branch-renew_v2 .main-renew-sec .info-wrap .item table tr:last-child td:first-child {
    width:100%;
}
.branch-renew_v2 .main-renew-sec .info-wrap .item table tr:last-child {
    margin-top: 7px;
}
.branch-renew_v2 .main-renew-sec .info-wrap .item table td:first-child {
    width:104px;
}
.branch-renew_v2 .main-renew-sec .info-wrap .item table td:first-child > b,
.branch-renew_v2 .main-renew-sec .info-wrap .item table td:first-child > strong {
    font-weight: normal;
}
.branch-renew_v2 .main-renew-sec .info-wrap .item table tr:last-child td > span {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.428;
    display: inline-block;
}
.branch-renew_v2 .main-renew-sec .info-wrap .item .cs-num {
    font-size: 35px;
    line-height: 1.342;
    color: #A73439;
    letter-spacing: 4.285px;
    font-family: 'Campton', Sans-serif;
}
/* CONTACT US section */
/* 강남본점 리뉴얼 푸터 */
.branch-renew_v2 #footerWrap.main-renew-ft {
    background-color:#A73439;
    padding: 64px 0 70px;
}
.branch-renew_v2 #footerWrap.main-renew-ft .selbox {
    height:40px;
}
.branch-renew_v2 #footerWrap.main-renew-ft .selbox select {
    background-color: transparent;
    color:#fff;
    border-color: rgba(255, 255, 255, .6);
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
}
.branch-renew_v2 #footerWrap.main-renew-ft .selbox:after {
    height: 2px;
    background-color: #fff;
    transform: rotate(-135deg);
    right:20px;
    width:10px;
}
.branch-renew_v2 #footerWrap.main-renew-ft .selbox:before {
    height: 2px;
    background-color: #fff;
    transform: rotate(-45deg);
    right:26px;
    width:10px;
}
.branch-renew_v2 #footerWrap.main-renew-ft .left-sec .logo > img {
    filter: invert(1);
    max-width: 154px;
}
.branch-renew_v2 #footerWrap.main-renew-ft .footer-inner .left-sec .logo {
    margin-right: 30px;
    line-height: 1;
}
.branch-renew_v2 #footerWrap.main-renew-ft .adress-wrap {
    color:#000;
    letter-spacing: -1px;
}
.branch-renew_v2 #footerWrap.main-renew-ft .footer-inner .right-sec {
    max-width: 323px;
    letter-spacing: -1px;
}
.branch-renew_v2 #footerWrap.main-renew-ft .adress-wrap address {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    font-size: 16px;
    line-height: 1.5;
}
.branch-renew_v2 #footerWrap.main-renew-ft .adress-wrap address b {
    font-weight: normal;
}
.branch-renew_v2 #footerWrap.main-renew-ft .adress-wrap .sub-address {
    margin-top: 20px;
}
.branch-renew_v2 #footerWrap.main-renew-ft .adress-wrap .sub-address address {
    font-size: 14px;
}
.branch-renew_v2 #footerWrap.main-renew-ft .right-sec .accept-wrap > a {
    font-size: 16px;
    font-weight: 500;
    color: #CB9F76;
    margin:0;
}
.branch-renew_v2 #footerWrap.main-renew-ft .footer-inner .right-sec .accept-wrap {
    display: flex;
    justify-content: flex-end;
    gap:30px;
    margin-bottom: 42px;
}
.branch-renew_v2 #footerWrap.main-renew-ft .footer-inner .right-sec .sns-wrap ul {
    gap:12px;
}
.branch-renew_v2 #footerWrap.main-renew-ft .footer-inner .left-sec .branch-sel-wrap {
    padding-bottom: 25px;
}

.main-renew-fix {
    position:fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 1;
}
.main-renew-fix > ul {
    flex-direction: column;
    gap: 15px;
}
.main-renew-fix > ul > li {
    position:relative;
}
.main-renew-fix > ul > li > a {
    display: block;
    line-height: 1;
    font-size: 0;
}
.main-renew-fix > ul > li img {
    position: relative;
    z-index: 1;
    border-radius: 50%;
}
.main-renew-fix .hover-wrap {
    display:none;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right: 13px;
    background-color: #3C1E1E;
    border-radius: 17px;
}
.main-renew-fix li > a:hover .hover-wrap {
    display: block;
}
.main-renew-fix .hover-wrap > p {
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 7px 46px 7px 15px;
    margin: 0;
    line-height: 1.4em;
}
.main-renew-fix .gtop {
    position: static;
    background-color: rgba(0,0,0,.3);
    transition: all .2s;
}

@media screen and (max-width: 1280px) {
    .branch-renew_v2 .value-list > li > strong span {
        font-size: 82px;
    }
}