/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/





/*for web
/*********************************************/

#mainBannerImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/imges/renew/renew_main_mo2.jpg?v=2502071820');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}
#mainBannerImg.imgOn {
    opacity: 1;
}


.img_wrap { 
	overflow: hidden;
	border-radius: 0.25rem;
}

.img_basic_size {
	overflow: hidden;
	width: 160px;
	height: 90px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 160px;
	        flex: 0 0 160px;
}

.img_w4_size {
	overflow: hidden;
	width: 255px;
	height: 143.43px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 160px;
	        flex: 0 0 160px;
}

.img_center { 
	position: relative;
	text-align: center;
}

.img_center img { 
    position: absolute;
	top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
    margin: 0;
}

/*card only text*/
.card_otxt { 
	position: relative;
	display: block;
	border-radius: 1rem;
	padding: 1rem;
}

.card_otxt .fix_cont { 
	padding-right: 8.5rem;
}
.card_otxt .fix_cont p { 
	margin-bottom: 0;
}
.card_otxt .ab_cont { 
	position: absolute;
    right: 1rem;
    top: 3.4rem;
    width: 8.5em;
    text-align: right;
}

/*휴진일 안내*/
.closed-notice { 
    text-align: center;
    background-color: #eaeaea;
}

.closed-notice .notice-line { 
	/*display: none;*/
	padding: 1rem;
}

.closed-notice h2 { 
	padding: 1rem;
    font-size: 16px;
    background-color: #ffffff;
    border-bottom: 1px solid #ddd;
    font-weight: normal;
}

.closed-notice h2 span { 
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 8px;
	vertical-align: middle;
}

.closed-notice .point { 
    font-size: 14px;
    line-height: 1.5;
    margin: 0.5rem;
}

.closed-notice .point strong { 
	position: relative;
	display: inline-block;
	padding-right: 0.5em;
	color: #a73439;
}

.closed-notice .point strong:after { 
	content: ',';
	position: absolute;
	bottom: 0;
	right: 0.2em;
}

.closed-notice .point strong:last-child { 
	padding-right: 0.3em;
}

.closed-notice .point strong:last-child:after { 
	content: none;
}

.closed-notice .notic_link { 
	display: inline-block;
    margin-left: 10px;
    text-decoration: underline;
    color: #757575;
}

/*for common*/
.row:after { 
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 0;
	clear: both;
	content: "";
}

.row>[class^=col] { 
	float: left;
}

.row>.col2 { 
	width: 50%;
}

.row>.col3 { 
	width: 33.333%;
}

.row>.col4 { 
	float: left;
	width: 25%;
}

.row>.col5 { 
	width: 50%;
}

.row>.col6 { 
	width: 60%;
}

.row>.col6 + .col4 { 
	width: 40%;
}

.row.row_padding { 
	margin-left: -1rem;
	margin-right: -1rem;
}

.row.row_padding>.col2,
.row.row_padding>.col3,
.row.row_padding>.col5 { 
	padding-right: 1rem;
	padding-left: 1rem;
}


/* 지점 단독 이벤트 팝업
/*********************************************/
.branch-event-popup-slide .bep-inner {
    position: relative;
	width: 100%;
    height: 100%;
	min-height: 410px;
    padding-bottom: 38px;
	background: center / cover url(/imges/mainPp/bg-m.png) no-repeat;
}
.bep-inner .bep-tit-area {
	position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 0;
    padding-bottom: 44.78%;
    -webkit-transform: translateX(-50%);
    -mstransform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
}
.bep-tit-area .bep-tit {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -38%;
	width: 61.54%;
    height: 0;
    padding-bottom: 33.93%;
    background: center /contain url(/imges/mainPp/title-m.png) no-repeat;
}
.bep-tit-area .bep-tit .tept-branch {
    width: 115px;
    position: absolute;
    bottom: 37%;
    left: 82%;
    margin-top: -0.3rem;
    color: #383838;
    font-size: 1rem;
    letter-spacing: -0.05rem;
    font-weight: 300;
}
.bep-tit-area .bep-tit .tept-branch span {
    white-space: nowrap;
}
.bep-tit-area .bep-tit .tept-branch b {
	font-weight: 600;
    white-space: nowrap;
}
.bep-inner .branch-event-area {
    display: table;
	width: 100%;
    height: 100%;
	position: relative;
	padding-top: 40%;
	padding-bottom: 15px;
}
.branch-event-area .ev-list {
    display: table-cell;
    vertical-align: middle;
	padding: 0 16px;
}
.ev-list .ev-item {
	position: relative;
    padding: 18px 13px 17px 13px;
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.12);
            box-shadow: 0 0 5px rgba(0,0,0,0.12);
    cursor: pointer;
}
.ev-list .ev-item:last-of-type {
	margin-bottom: 0;
}
.ev-list .ev-item .num {
    display: inline-block;
    position: absolute;
    top: -8px;
    left: 13px;
    width: 23px;
    height: 23px;
    background-color: #a8bfca;
    text-align: center;
    vertical-align: middle;
    font-family: 'Campton-book';
    color: #fff;
    font-size: 0.9rem;
    line-height: 25px;
}
.ev-item .evi-box {
    height: 35px;
}
.ev-item .tit-box {
    width: 51%;
    height: 100%;
    padding-right: 10px;
	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: 1rem;
    color: #464646;
    letter-spacing: -0.03rem;
}
.ev-item .price-box {
	width: 49%;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0px;
    text-align: right;
    border-left: 1px solid #b0b0b0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.ev-item .price-box .txt_num {
	font-size: 20px;
    color: #9f0000;
    letter-spacing: -0.1rem;
    vertical-align: bottom;
    line-height: 1;
}
.ev-item .price-box .txt_num + span {
	font-size: 0.95rem;
    color: #383838;
    letter-spacing: -0.03rem;
    vertical-align: baseline;
    line-height: 1;
}
.ev-item .go-link {
    display: block;
    width: 80px;
    height: 24px;
    position: absolute;
    bottom: -10px;
    right: 13px;
    background: center / cover url(/imges/mainPp/beige.png) no-repeat;
    text-align: center;
    color: #fff;
    font-family: 'Campton-book', sans-serif;
    font-weight: 300;
    line-height: 24px;
}
.i-golink {
	position: relative;
	padding-right: 1.5rem;
}
.i-golink:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 7.5px;
    background: center / contain url(/imges/mainPp/icon-go.png) no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.bep-inner .price-sub-info {
	display: inline-block;
    position: absolute;
    bottom: 35px;
    left: 20px;
    text-align: center;
	font-size: 11px;
    color: #757575;
    letter-spacing: -0.025em;
	white-space: nowrap;
}

/*1개 버전*/
.bep-tit-area .bep-tit.each {
	top: 35px;
}
.branch-event-area.each .ev-list {
	padding: 0 30px;
}
.branch-event-area.each .ev-list .ev-item {
	margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}
.branch-event-area.each .ev-list .ev-item .num {
    width: 26px;
    height: 26px;
    top: 0;
    left: 50%;
    margin-left: -13px;
    margin-top: -13px;
    line-height: 28px;
}
.ev-item.each .evi-box {
	height: auto;
}
.ev-item.each .tit-box {
	width: 70%;
    min-height: 30px;
    padding: 0;
    margin: 0 auto;
}
.ev-item.each .tit-box .tit-inbox .ev-tit {
	font-size: 15px;
}
.ev-item.each .price-box {
    width: 100%;
    margin-top: 10px;
    border: 0;
    text-align: center;
}
.ev-item.each .price-box .txt_num {
    font-size: 27px;
    font-weight: 600;
}
.ev-item.each .price-box .txt_num + span {
	font-size: 1rem;
}
.ev-item.each .go-link {
	width: 100px;
    height: 39px;
    top: auto;
    bottom: -17px;
    left: 50%;
    right: auto;
    line-height: 39px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 15px;
}
.bep-inner .branch-event-area.each + .price-sub-info {
	left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* 2023-07-12 지점 리뉴얼 */
.branch-renew{
    letter-spacing: -1px;
}
.swiper-button-next:after,
.swiper-button-prev:after{
    display: none;
}
@-webkit-keyframes rotate_icon{
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes rotate_icon{
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
/* 공통 */
.branch-renew .main-wrap .type-treat-sec,
.branch-renew .main-wrap .amount-sec,
.branch-renew .main-wrap .beaty-tip-sec{
    padding: 100px 0 180px;
}
.branch-renew .title-box{
    text-align: center;
    position: relative;
}
.branch-renew .title-box h3{
    font-size: 40px;
    line-height: 42px;
    color:#222;
    font-weight: 600;
    font-family: 'Campton', Sans-serif;
    letter-spacing: 0px;
}
.branch-renew .title-box .sub-tit {
    font-size: 16px;
    color:#000000;
    font-weight: 400;
    margin-top: 15px;
    letter-spacing: 0;
}
.branch-renew .title-box::before {
    content:'';
    display: block;
    margin: 0 auto 10px;
    width: 90px;
    aspect-ratio: 321 / 59;
    background: url('/imges/renew/logo_toxnfill.png') no-repeat center / contain;
}

/* 점점점 */
.branch-renew .treat-item-sec .title-box h3,
.branch-renew .map-sec .title-box h3{
    position: relative;
}
.branch-renew .treat-item-sec .title-box h3 span,
.branch-renew .map-sec .title-box h3 span{
    position: absolute;
    right: -13px;
    width: 8px;
    height: 8px;
    border-radius: 50rem;
    background-color: var(--primary);
}
.branch-renew .treat-item-sec .title-box h3 span{
    bottom: 3px;
}
.branch-renew .map-sec .title-box h3 span{
    bottom: 10px;
}
/*상단 메인*/
.mainWrapper{
    position: relative;
}
/* 메인 */
.sub-video-sec{
    position: relative;
    width: 100%;
}
/************ main-visual-sec *********** */
.main-visual-sec{
	position: relative;
    width: 100%;
    z-index: 8;
}
.main-visual-sec .video-container {
    width: 100%;
    height: 80vh;
    max-width: 594.2px;
    /* max-height: 320px; */
	margin: 0 auto;
    /*background-color:var(--primary);*/
    overflow: hidden;
    position: relative;
}
.main-visual-sec .video-container #mainBannerVideo iframe {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: relative;
    width: 100% !important;
    height: 100%;
}
/* 메인 예약 */
.reservation-sec{
    background-color: #f9f9f9;
    position: relative;
    top: -10px;
    z-index: 10;
    padding: 80px 0;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    /* background-color: #fff; */
}
.branch-renew .reservation-sec .oper-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
    font-size: 15px;
}
.branch-renew .reservation-sec .oper-txt .icon {
    margin-right: 0.4rem;
}
.branch-renew .reservation-sec .oper-txt .icon img {
    vertical-align: sub;
}
.branch-renew .reservation-sec .oper-txt .time {
    color: var(--primary);
	font-weight: 700;
}
.branch-renew .reservation-sec .oper-txt .sub-txt {
	padding-top: 0.2rem;
    margin: 0;
    color: var(--primary);
	font-weight: 700;
}

.reservation-sec .reser-inner{
	padding-top: 2.5rem;
	padding-right: 1rem;
    padding-left: 1rem;
}
.branch-renew .reservation-sec .reser-inner .input-wrap{
	margin-bottom: 0.7rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.branch-renew .reservation-sec .reser-inner .input-wrap.price__{
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.branch-renew .reservation-sec .reser-inner .input-wrap:last-child{
	margin-top: 1.5rem;
	margin-bottom: 0;
}
.branch-renew .reservation-sec .reser-inner .title-wrap {
	width: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 0.5rem;
}
.reservation-sec .reser-inner .input-wrap.price__ .title-wrap{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.branch-renew .reservation-sec .reser-inner .title-wrap h3 {
    font-size: 1.1rem;
}
.branch-renew .reservation-sec .reser-inner .title-wrap h3 > span{
    font-size: 0.9rem;
}
.branch-renew .reservation-sec .reser-inner .title-wrap h3 .s-txt{
	font-size: 0.6rem;
}
.branch-renew .reservation-sec .reser-inner .info-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% - 110px);
}
.branch-renew .reservation-sec .reser-inner .title-wrap .num__ {
    padding: 0.2rem 0.7rem;
    margin-left: 0.5rem;
    border: 1px solid var(--primary);
    border-radius: 50rem;
    color: var(--primary);
    font-size: 1rem;
    line-height: 1;
    font-family: 'Campton', Sans-serif;
    font-weight: 700;
}
.branch-renew .reservation-sec .reser-inner .info-wrap > span {
    width: 100%;
    position: relative;
}
.branch-renew .reservation-sec .reser-inner .info-wrap > span::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 7px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background-color: #DDDDDD;
}
.branch-renew .reservation-sec .reser-inner .info-wrap > span:last-child:after{
    display: none;
}
.branch-renew .reservation-sec .input-wrap.date__ .info-wrap > span{
    width: 50%;
}
.branch-renew .reservation-sec .input-wrap.info__ .info-wrap > span{
    width: 22%;
}
.branch-renew .reservation-sec .input-wrap.info__ .info-wrap > span:first-child{
    width: 28%;
}
.branch-renew .reservation-sec .input-wrap.info__ .info-wrap > span:last-child{
    width: 50%;
}
.branch-renew .reservation-sec .reser-inner .info-wrap input {
    width: 100%;
	height: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
    font-size: 1rem;
    background-color: #f9f9f9!important;
}
.branch-renew .reservation-sec .reser-inner .input-wrap .sub-txt{
	color: rgba(102, 102, 102, 0.7);
}
.branch-renew .reservation-sec .reser-inner .input-wrap .price{
	font-weight: 700;
}
.branch-renew .reservation-sec .reser-inner .input-wrap .price .color{
	color: var(--primary);
	font-size: 2rem;
    font-family: 'Campton', Sans-serif;
}
.reservation-sec .reser-inner .btn{
	width: 100%;
    padding: 1rem 0;
	margin-top: 2.5rem;
    background-color: var(--primary);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 1rem;
}
.reservation-sec .reser-inner .btn .icon{
	margin-right: 0.5rem;
}
.reservation-sec .reser-inner .btn img{
	width: 20px;
	vertical-align: middle;
}
/* 예약 모달 공통 */
.reser-inner .modal-wrap{
    display: none;
    padding: 3.5rem 0 3rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    overflow-y: auto;
    z-index: 350;
}
.reser-inner .modal-wrap.on{
    display: block;
}
.reser-inner .content {
    padding: 0rem 1rem;
}
.reser-inner .modal-tit {
    font-size: 1.7rem;
    padding-bottom: 2rem;
    font-weight: 700;
    line-height: 1;
}
.reser-inner .modal-wrap .btn-area {
    margin-top: 2rem;
}
.reser-inner .modal-wrap .btn-area > button{
    width: 280px;
    display: block;
    padding: 0.7rem 0;
    margin: 0 auto;
    color: #fff;
    background-color: var(--primary);
    border-radius: 50rem;
}
/* 예약 모달 텝 */
.reser-inner .tab-menu {
    padding: 0 1rem;
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
}
.reser-inner .tab-menu > li {
	width: 100%;
	text-align: center;
    padding-bottom: 1rem;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    line-height: 1;
    word-break: keep-all;
}
.reser-inner .tab-menu > li.active {
    color: var(--primary);
    border-bottom: 2px 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: 1rem;
}
.reser-inner .tab_content .cate-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.reser-inner .tab_content .cate-list > li.active {
    background-color: #F1F1F1;
}
.reser-inner .tab_content .cate-list > li {
    cursor: pointer;
    min-height: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 33.3333%;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    text-align: center;
    word-break: keep-all;
}
.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 .modal-wrap .close-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.2rem;
    width: 25px;
    height: 25px;
}
.reser-inner .modal-wrap .close-btn img{
    width: 100%;
}
.reser-inner .tab_content .reser-list {
    padding: 1rem;
    background-color: #F1F1F1;
}
.reser-inner .tab_content .reser-list > li {
    border-radius: 1rem;
    background-color: #fff;
    margin-bottom: 0.5rem;
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
            box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
    cursor: pointer;
}
.reser-inner .tab_content .reser-list .ac_top {
    padding: 1rem;
    position: relative;
    padding-right: 4rem;
}
.reser-inner .tab_content .reser-list .ac_top .tit_wrap .tit__ {
    margin: 0;
    margin-bottom: 0.2rem;
    font-size: 1.2rem;
}
.reser-inner .tab_content .reser-list .ac_top .tit_wrap .desc {
    color: #707070;
    font-size: 1rem;
}
.reser-inner .tab_content .reser-list .price-box .price {
    font-family: 'Campton', Sans-serif;
    color: var(--primary);
    font-weight: 700;
    font-size: 1.7rem;
}
.reser-inner .tab_content .reser-list .toggle-btn {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-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: 14px;
    left: 14px;
    width: 7px;
    height: 1px;
    background-color: var(--primary);
}
.reser-inner .tab_content .reser-list .toggle-btn::before {
    left: 9px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.reser-inner .tab_content .reser-list .toggle-btn::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.reser-inner .tab_content .reser-list .ac_top.on .toggle-btn::before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.reser-inner .tab_content .reser-list .ac_top.on .toggle-btn::after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.reser-inner .tab_content .reser-list .ac_body {
    display: none;
    padding: 1rem;
    border-top: 1px solid #DDDDDD;
}
.reser-inner .tab_content .reser-list .ac_body .rp_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0.5rem;
}
.reser-inner .tab_content .reser-list .rp_box .price-box {
    text-align: right;
}
.reser-inner .tab_content .reser-list .rp_box .price-box .del__ {
    font-family: 'Campton', Sans-serif;
    text-decoration: line-through;
    color: #999999;
}
.reser-inner .tab_content .reser-list .rp_box .price-box .price_ {
    margin-left: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-weight: 700;
}
.reser-inner .tab_content .reser-list .rp_box .price-box .price_ span:first-child {
    font-family: 'Campton', Sans-serif;
    color: var(--primary);
    font-size: 1.2rem;
}
.reser-inner .fix_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.reser-inner .fix_bottom > button {
    width: 100%;
    padding: 0.7rem 0;
    color: #fff;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 0;
}
.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 .selectServiceWrap { 
	position: fixed;
	bottom: -999rem;
	z-index: 0;
    max-width: 100%;
}
.branch-renew .selectServiceWrap.on { 
	right: 0;
    left: 0;
    bottom: 0!important;
    z-index: 300;
    width: 100%;
    margin: 0 auto;
    border: 1px solid var(--primary);
    background-color: #F1F1F1;
    padding: 1rem;
}
.branch-renew .selectServiceWrap .s_item{
    background-color: #fff;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 1rem;
    padding: 0.7rem;
}
.branch-renew .selectServiceWrap .s_item:last-child{
    margin-bottom: 0;
}
.branch-renew .selectServiceWrap .s_item .selt{
    text-align: left;
    font-size: 1rem;
}
.branch-renew .selectServiceWrap .s_item .selt .oi-sub-txt{
    padding-top: 0.2rem;
    color: #707070;
    font-size: 0.9rem;
}
.branch-renew .selectServiceWrap .s_item .selt .ev-duration{
    padding-top: 0.5rem;
    font-size: 0.8rem;
    color: var(--primary);
    line-height: 1.3;
}
.branch-renew .selectServiceWrap .s_item .info{
    min-width: 110px;
    text-align: right;
}
.branch-renew .selectServiceWrap .s_item .info > span {
    font-size: 1.2rem;
    margin-right: 0.5rem;
}
.branch-renew .selectServiceWrap .s_item .info > span .txt_num{
    color: var(--primary);
    font-weight: 700;
}
.branch-renew .selectServiceWrap .s_item .info .abtn img{
    width: 12px;
}
.branch-renew .selectServiceWrap .btn_wrap{
    border-radius: 1rem;
    margin-top: 1rem;
    color: #fff;
}
.branch-renew .closeSelectServie{
    position: absolute;
    top: -29px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 94px;
    padding: 0.5rem 0 0.3rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.reser-inner .remain-treat{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2rem;
}
.reser-inner .remain-treat > div{
    width: 49%;
    margin: 0 0.5%;
    margin-bottom: 0.5rem;
}
/* 예약모달 날짜, 시간 선택 */
.branch-renew .input-wrap.date__ .modal-wrap .content{
    border-bottom: 1px solid #ddd;
    margin-bottom: 2rem;
}
.branch-renew .input-wrap.date__ .modal-wrap .content:nth-child(2){
    border-bottom: none;
}
.branch-renew .swiperDatapicker {
    overflow: hidden;
    position: relative;
    padding-bottom: 2rem;
}
.branch-renew .swiperDatapicker .swiper-button-next,
.branch-renew .swiperDatapicker .swiper-button-prev {
    top: 25px;
    background-size: 14px;
}
.branch-renew .ui-datepicker .ui-datepicker-header {
    margin-bottom: 2rem;
}
.branch-renew .ui-datepicker .ui-datepicker-title {
    font-weight: 700;
}
.reser-inner .modal-wrap .time-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.reser-inner .modal-wrap .time-list > li {
    width: 24%;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 50em;
    color: #666666;
    text-align: center;
    cursor: pointer;
    margin-right: 1%;
    margin-top: 10px;
    position: relative;
}
.reser-inner .modal-wrap .time-list > li.done {
    background-color: #ECECEC;
    border: 1px solid #ECECEC;
    color: #AAAAAA;
}
.reser-inner .modal-wrap .time-list > li.active {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: #fff;
}
/* 예약모달 폼박스 */
.reser-inner .content .form_box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1rem;
}
.reser-inner .content .form_box .form-label{
    min-width: 60px;
    color: #444444;
}
.reser-inner .content .form_box .right-sec{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.reser-inner .content .form_box .right-sec input,
.reser-inner .content .form_box .right-sec .sel_box{
    width: 100%;
    margin-right: 5px;
    
}
.reser-inner .content .form_box .right-sec input,
.reser-inner .content .form_box .right-sec select{
    width: 100%;
    padding: 0.4rem;
    color: #888888;
    font-size: 1rem;
}
.reser-inner .content .form_box .right-sec input:first-child{
    margin-right: 0;
}
.reser-inner .content .form_box .right-sec .btn-wrap > button{
    padding: 0.4rem;
    border-radius: 5px;
    min-width: 65px;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    font-size: 1rem;
}
.reser-inner .content .form_box .right-sec .btn-wrap > button:last-child{
    background-color: #fff;
    color: var(--primary);
}
.reser-inner .content .form-wrap input,
.reser-inner .content .form_box .right-sec select{
    border: 1px solid #CCCCCC;
    border-radius: 5px;
}
.reser-inner .content .form_box .right-sec.a-num input{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}
.reser-inner .content .form_box .right-sec.a-num button{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.reser-inner .content .form_box .right-sec select{
    height: 100%;
}
.reser-inner .content .form_box .right-sec .sel_box{
    position: relative;
}
.reser-inner .content .form_box .right-sec .sel_box::after,
.reser-inner .content .form_box .right-sec .sel_box::before{
    content: '';
    position: absolute;
    top: 18px;
    right: 7px;
    width: 7px;
    height: 1px;
    background-color: #888888;
}
.reser-inner .content .form_box .right-sec .sel_box::before{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 12px;
}
.reser-inner .content .form_box .right-sec .sel_box::after{
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.reser-inner .content .form-wrap .check-area{
    margin-top: 2.5rem;
    background-color: #F1F1F1;
    border-radius: 0.5rem;
    padding: 1.7rem;
}
.reser-inner .content .form-wrap .check-area .cs-checkbox{
    margin-bottom: 0.7rem;
}
.reser-inner .content .form-wrap .check-area .cs-checkbox:last-child{
    margin-bottom: 0;
}
.reser-inner .content .form-wrap .check-area .ll_tit{
    display: inline;
}
.reser-inner .content .form-wrap .check-area .notice-txt{
    color: #999999;
    font-size: 12px;
}
/* 예약모달 선택한 예약 시술 팝업 */
.reser-inner .content .chk-list > li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #F1F1F1;
    padding: 1rem;
    padding-right: 3.5rem;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
}
.reser-inner .content .chk-list > li:last-child{
    margin-bottom: 0;
}
.reser-inner .content .chk-list .price-wrap{
    padding-left: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.reser-inner .content .chk-list .price-wrap .del__{
    text-decoration: line-through;
    color: #999999;
}
.reser-inner .content .chk-list .price-wrap .price{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-weight: 700;
}
.reser-inner .content .chk-list .price-wrap .price span:first-child{
    color: var(--primary);
    font-size: 1.2rem;
    font-weight: 700;
}
.reser-inner .content .del-btn{
    position: absolute;
    top: 50%;
    right: 0.5rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.reser-inner .content .del-btn img{
    width: 80%;
}
/************ live-reser-sec *********** */
.live-reser-sec{
    /* position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 22; */
}
.live-reser-sec .live-inner{
    background-color: #E5E0E0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 7rem;
}
.live-reser-sec .fix-wrap{
    width: 160px;
    padding: 1.2rem 0.5rem 1.2rem 1rem;
}
.live-reser-sec .fix-wrap .sub-tit{
    color: rgba(34, 34, 34, 0.7);
    font-size: 0.9rem;
}
.live-reser-sec .fix-wrap h3{
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 7px;
}
.live-reser-sec .fix-wrap .count_{
    color: var(--primary);
    line-height: 1;
    margin: 0;
}
.live-reser-sec .fix-wrap .count_ .num__{
    font-family: 'Campton', Sans-serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0;
}
.live-reser-sec .flex-area{
    overflow: hidden;
    width: calc(100% - 160px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.live-reser-sec .flow-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.live-reser-sec .flowTop{
    margin-bottom: 0.2rem;
}
.live-reser-sec .flowBottom{
    margin-top: 0.2rem;
}
.live-reser-sec .flow-wrap{
    font-size: 0.8rem;
}
.live-reser-sec .flow-wrap .js-marquee{
    /* display: flex; */
}
.live-reser-sec .flow-wrap .flow-item{
    margin-bottom: 0.4rem;
}
.live-reser-sec .flow-wrap .branch_{
    
    background-color:#584A4A;
    color: #fff;
    padding: 3px 10px;
    border-radius: 50em;
}
.live-reser-sec .flow-wrap .time_{
    color: #584A4A;
    font-weight: 700;
}
.live-reser-sec .flow-wrap .flow-tail{
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.live-reser-sec .flow-wrap .flow-tail > span{
    color:var(--primary);
    font-size: 0.9rem;
    word-break: keep-all;
}
.live-reser-sec .flow-wrap .flow-tail .btn{
    font-size: 0.9rem;
    margin-left: 0.7rem;
    background-color: var(--primary);
    color: #fff;
    border-radius: 50em;
    padding: 4px 10px;
    line-height: 1;
}

/* map-sec */
.map-sec .bg-area{
    width: 100%;
    height: 100%;
    position: relative;
}
.map-sec .top,
.map-sec .bottom{
    position: absolute;
}
.map-sec .top{
    top: 13rem;
    right: 13rem;
}
.map-sec .bottom{
    right: 15rem;
    bottom: 0;
}
.map-sec .top img,
.map-sec .bottom img{
    display: block;
}
.map-sec{
    padding: 70px 0;
    position: relative;
    z-index: 1;
    background-color: #fff;
}
.map-sec .title-box{
    margin-left: 1rem;
    padding-bottom: 30px;
    text-align: left;
}
.branch-renew .map-sec .title-box h3{
    display: inline-block;
    font-family: 'Campton', Sans-serif;
}
.map-sec .title-box .color{
    color: var(--primary);
}
.map-sec .mapWrap{
    width: 90%;
    position: relative;
    overflow: hidden;
    border-top-right-radius: 50em;
    border-bottom-right-radius: 50em;
}
.map-sec .mapWrap .map-box{
    width: 100%;
    height:210px ;
}
.map-sec .map-sec-inner{

}
.map-sec .map-area{
    width: 100%;
}
.map-sec .info-wrap{
    padding-top: 3rem;
    width: 100%;
    line-height: 1.5;
}
.map-sec .info-wrap .info-list{
    padding-left: 1rem;
}
.map-sec .info-wrap .info-list .item{
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.map-sec .info-wrap .info-list .item:last-child{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.map-sec .info-wrap .item .tit__{
    min-width: 70px;
    margin: 0;
    font-weight: 700;
    font-size: 1.1rem;
}
.map-sec .info-wrap .item .desc{
    color: #888;
    font-size: 1rem;
}
.map-sec .info-wrap .item .park2{
    position: relative;
    width: 180px;
}
.map-sec .info-wrap .item .park2::before,
.map-sec .info-wrap .item .park2::after{
    content: '';
    position: absolute;
    top: 9px;
    right: 22px;
    width: 1px;
    height: 8px;
    background-color: #fff;
}
.map-sec .info-wrap .item .park2::before{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 14px;
}
.map-sec .info-wrap .item .park2::after{
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.map-sec .info-wrap .item .park2 a{
    display: block;
    width: 100%;
    padding: 0.6rem 0 0.6rem 1.5rem;
    background-color: var(--primary);
    color: #fff;
    border-radius: 50em;
    font-size: 1rem;
}
.map-sec .info-wrap .item .cs-num{
    font-family: 'Campton', Sans-serif;
    font-weight: 600;
    font-size: 2rem;
    color: #a73439;
    letter-spacing: 3.75px;
}

section .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
}

/* cdb */
#new-event-sec .inner,
#value-sec .inner,
#renew-map-sec .inner {
    padding:0 35px;
}
#ranking-sec {
    background-color: #E6C7AA;
    font-family: 'Campton', 'Noto Sans KR', Sans-serif;
    padding: 41px 0 80px;
}
.ranking-list {
    width:calc(100% + 32px);
    margin-left: -16px;
}
.ranking-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #000;
    padding: 0 13px;
    height: 93px;
}
.ranking-list li:first-child {
    border-top: none;
}
.ranking-list li:first-child {
    border-top: 1px solid #000;
}
.ranking-list li:last-child {
    border-bottom: 1px solid #000;
}
.ranking-list li .product-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ranking-list .product-info .ranking-num {
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    margin-right:9px;
    line-height: 1.25;
}
.ranking-list .product-info .product-name {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    line-height: 1;
}
.ranking-list .product-info .product-name > span {
    font-size: 12px;
    font-family: 'Noto Sans KR', Sans-serifCampton;
    line-height: 1.25;
    font-weight: normal;
}
.ranking-list .product-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0;
    white-space: nowrap;
    position: relative;
}
.ranking-list .product-price > strong {
    font-weight: 600;
    color: #A73439;
    font-size: 24px;
    display: flex;
    gap: 4px;
    line-height: 1;
    align-items: flex-end;
}
.ranking-list .product-price > strong > span {
    font-size: 12px;
    top: -4px;
    color: #000;
    font-family: 'Noto Sans KR', Sans-serifCampton;
    line-height: 1.25;
    font-weight: 500;
    position: relative;
}
.ranking-list .product-price > del {
    font-size: 10px;
    line-height: 1.666;
    color:#767676;
    position: absolute;
    top: -15px;
}

#value-sec {
    padding: 80px 0 36px;
    background-color: #EFECE3;
    font-family: 'Campton', 'Noto Sans KR', Sans-serif;
}
#value-sec .txt-box {
    text-align: center;
    margin-bottom: 50px;
}
#value-sec .txt-box p {
    font-size: 14px;
    line-height: 1.607;
    /*letter-spacing: -1.785px;*/
    letter-spacing: -1px;
    word-break: keep-all;
    font-weight: 300;
    font-family: 'Noto Sans KR', Sans-serifCampton;
    margin: 0;
}
#value-sec .notice-txt {
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    color: #A7A293;
    margin: 0;
}
.value-list {
    display: flex;
    gap:25px 35px;
    flex-wrap: wrap;
    max-height: 212px;
    /*flex-direction: column;*/
    margin-bottom: 55px;
}
.value-list > li {
    position: relative;
    width: calc((100% - 35px) / 2);
    padding-top: 3.5px;
}
.value-list > li:before {
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 85%;
    height: 1px;
    background-color: #000;
}
.value-list > li > p {
    font-size: 12px;
    letter-spacing: -1.042px;
    margin: 0;
    font-weight: 300;
    line-height: 1.666;
    font-family: 'Noto Sans KR', Sans-serif;
    white-space: nowrap;
}
.value-list > li > strong {
    position: relative;
    height: 44px;
    display: block;
}
.value-list > li > strong span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 43.5px;
    font-weight: 600;
    color: #A73439;
    line-height: 1;
    display: block;
    white-space: nowrap;
}
.cheong-ju .value-list > li > strong span#count03:after {
    content: "K+";
    font-size: 35px;
    letter-spacing: -2.45px;
}
.value-list > li > span {
    font-size: 24px;
    display: block;
    color: #A73439;
    font-weight: 500;
    line-height: 1;
}

/* 240911 */
.branch-renew .title-box {
    margin-bottom: 30px;
}
.branch-renew .title-box p {
    margin: 0;
    margin-top: 10px;
}

/* 3正 영역 */
.sc-samjung {
    position: relative;
    margin-bottom: 0;
}
.sc-samjung .silde-hd {
    overflow: hidden;
}
.sc-samjung .swiper-wrapper {
    height: auto;
}
.sc-samjung .title-box {
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    z-index: 10;
    color: #fff;
    width:90%;
    top:49px;
}
.sc-samjung .swiper-notification {
    display:none;
}
.sc-samjung .title-box > h3 {
    color:#fff;
}
.sc-samjung .title-box::before {
    background-image: url('/imges/renew/logo_toxnfill_w.png');
}
.branch-renew .title-box::before {
    content: '';
    display: block;
    margin: 0 auto 10px;
    width: 90px;
    aspect-ratio: 321 / 59;
}
.sc-samjung .title-box p {
    font-size: 30px;
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 9px;
}
.sc-samjung .title-box span {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
}
.sc-samjung .title-box p > i {
    font-size: 39px;
    font-style: normal;
    font-weight: 500;
    font-family: 'Campton', 'Noto Sans KR', sans-serif;
    line-height: 1;
    position: relative;
    top: 3px;
}
.sc-samjung .advertSwiper .swiper-slide figure {
    width: 100%;
}
.sc-samjung .advertSwiper .swiper-slide figure img {
    display: block;
    width: 100%;
}
.sc-samjung .swiper-slide > .bt-wrap {
    position: absolute;
    bottom: 16.365%;
    width:100%;
}
.sc-samjung .swiper-slide > .bt-wrap .inbox:before {
    content:"";
    position: absolute;
    top:73px;
    left:0;
    width: calc(50% - 5px);
    height: 1px;
    background-color: #fff;
}
.sc-samjung .swiper-slide > .bt-wrap .inbox:after {
    content:"";
    position: absolute;
    top:73px;
    right:0;
    width: calc(50% - 5px);
    height: 1px;
    background-color: #fff;
}
.sc-samjung .swiper-slide > .bt-wrap p {
    text-align: center;
    color: #fff;
    font-weight: 300;
    letter-spacing: -1.785px;
    margin: 12px 0 0;
}
.sc-samjung .swiper-slide > .bt-wrap img {
    display: block;
    width:140px;
    height:140px;
    position: relative;
    margin: 0 auto;
}

#new-event-sec {
    background-color:#EFECE3;
    padding: 66px 0 65px;
}
#new-event-sec .swiper-slide .event-info {
    width: 100%;
    text-align: center;
}
#new-event-sec .swiper-slide .event-info__thumb {
    width: 100%;
    position: relative;
}

#new-event-sec .swiper-slide .event-info__thumb > img {
    width:100%;
    display: block;
}
#new-event-sec .swiper-slide .event-info__thumb-txt {
    position: absolute;
    top: 50%;
    /*left: 2.743%;
    width: 94.513%;*/
    width: 100%;
    transform: translateY(-50%);
}
#new-event-sec .swiper-slide .event-info__thumb-txt > img {
    width: 100%;
    display: block;
}
#new-event-sec .swiper-slide .event-info__title {
    margin-top: 16px;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.176;
    margin-bottom: 6px;
    letter-spacing: -1.47px;
}
#new-event-sec .swiper-slide .event-info__txt {
    font-size: 14px;
    line-height: 1.428;
    color: #767676;
    letter-spacing: -1.785px;
}
#new-event-sec .swiper-slide .event-info__price--origin {
    /*display:none;*/
    position: relative;
    font-size: 12px;
    display: inline-block;
    color: #767676;
    margin-top: 13px;
    margin-bottom: 0;
}
#new-event-sec .swiper-slide .event-info__price--origin:before {
    content:"";
    position: absolute;
    top:50%;
    left: 0;
    transform: translateY(-50%);
    width:100%;
    height: 1px;
    background-color: #767676;
}
#new-event-sec .swiper-slide .event-info__price p:not(.event-info__price--origin) {
    margin: 0;
    font-size: 10px;
    font-weight: bold;
}

#new-event-sec .swiper-slide .event-info__price p:not(.event-info__price--origin) > span {
    font-size: 22px;
    color:#A73439;
    font-family: 'Campton', 'Noto Sans KR', Sans-serif;
    font-weight: 600;
}
#new-event-sec .newEventSwiper {
    padding-bottom: 41px;
}
#new-event-sec .swiper-pagination {
    display: flex;
    justify-content: center;
    gap:12px;
}
#new-event-sec .swiper-pagination > span {
    margin: 0;
    position: relative;
}
#new-event-sec .swiper-pagination .swiper-pagination-bullet-active:before {
    content: "";
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width:15px;
    height: 15px;
    border-radius: 50%;
    background-color: #A73439;
    opacity: .28;
}
#signature-sec {
    background-color:#E6C7AA;
    padding: 59px 0 58px;
}

#signature-sec .signature-swiper {
    width: calc(100% + 32px);
    margin-left: -16px;
}
#signature-sec .signatureSwiper {
    padding-bottom: 45px;
}
#signature-sec .swiper-pagination {
    display: flex;
    justify-content: center;
    gap:12px;
}
#signature-sec .swiper-pagination > span {
    margin: 0;
    position: relative;
}
#signature-sec .swiper-pagination .swiper-pagination-bullet-active:before {
    content: "";
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width:15px;
    height: 15px;
    border-radius: 50%;
    background-color: #A73439;
    opacity: .28;
}
#signature-sec .signature-info {
    width:100%;
}
#signature-sec .signature-info__thumb > img {
    width:100%;
}
#signature-sec .signature-hover {
    /*display: none;*/
    text-align: center;
    margin-top: 16px;
    opacity: 0;
    transition: opacity .3s;
}

#signature-sec .swiper-slide-active .signature-hover {
    opacity: 1;
}
#signature-sec .signature-hover__link {
    display:none;
}
#signature-sec .signature-hover__title {
    font-size: 17px;
    line-height: 1.176;
    font-weight: bold;
    margin-bottom: 6px;
}
#signature-sec .signature-hover__sub {
    font-size: 14px;
    color: #767676;
    line-height: 1.428;
    letter-spacing: -1.785px;
}



#ranking-sec .title-box h3 {
    line-height: 1.0625;
}


/* benefit */
#benefit-sec {
    position: relative;
    /*max-width: 1920px;*/
    /*max-height: 1523px;*/
    /*margin: 0 auto;*/
    background-color: #E2E2E2;
    padding: 215.5px 0 107px;
    overflow: hidden;
}

#benefit-sec .benefit-box {
    z-index:1;
    position: relative;
    min-height: 620px;
    border-radius: 16.5px;
    overflow: hidden;
    /*background: radial-gradient(#fff, #ccc) no-repeat center;*/
    background-size: 2000px 2000px;
    box-shadow: 6px 20px 42px rgba(0,0,0,.32);
    background: radial-gradient(circle, rgb(255 255 255) 0%, rgb(209 209 209) 100%);
}
#benefit-sec .benefit-box::after {
    content: '';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    border-radius: 16.5px;
    border:6px solid #000;
    box-sizing: border-box;
    background: rgba(0,0,0,.2);
    pointer-events: none;
}

#benefit-sec .benefit-loop-txt {
    position: absolute;
    top: 63px;
    left: 0;
    background: url('/imges/renew/benefit_loop_txt.png') no-repeat top center;
    background-size: 43.802%;
    width: 15500px;
    aspect-ratio: 23.347 / 1;
    animation: loopTxt 60s infinite linear;
}

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

.benefit-box__deco {
    position: absolute;
    left: -2vw;
    opacity: .5;
}
.benefit-box__deco::before {
    content: '';
    display: block;
    width: 100vw;
    aspect-ratio: 1240 / 369;
    background: url('/imges/renew/benefit_deco_01.png') no-repeat left -20px bottom -35px / cover;
    max-width: 720px;
}

.benefit-box__deco.first {
    top:max(-14vw, -110px);
}
.benefit-box__deco.first::before {
    background-position: center bottom;
}
.benefit-box__deco.second {
    bottom:max(-4vw, -70px);
}
.benefit-box__deco--secret {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.benefit-box__deco--secret span:first-child::before {
    content: '';
    position: absolute;
    bottom: 33px;
    right: 13px;
    width: 93px;
    height: 1px;
    background: #222222;
}
.benefit-box__deco--secret span:first-child::after {
    content: '';
    position: absolute;
    bottom: 21px;
    right: 25px;
    width: 1px;
    height: 50px;
    background: #222222;
}
.benefit-box__deco--secret span:last-child::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 36.5px;
    width: 170px;
    height: 1px;
    background: #222222;
}
.benefit-box__deco--secret span:last-child::after {
    content: '';
    position: absolute;
    top: -20px;
    right: 60px;
    width: 14px;
    height: 94px;
    background: url(/imges/renew/benefit_deco_02.png) no-repeat top left / contain;
    transform: rotate(270deg);
}

.benefit-box__inner {
    z-index: 1;
    position: absolute;
    padding: 51px 30px 184px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.benefit-box__inner .title-box {
    text-align: left;
    margin-bottom: 0
}
.benefit-box__inner .title-box h3 {
    font-size: 40px;
    color: #222222;
    line-height: 1.0625;
    margin-bottom: 7px;
}
.benefit-box__inner .title-box .sub-tit {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.5;
}
.benefit-box__inner .title-box::before {
    display: none;
}

.benefit-accordion-list {
    margin-top: 31.5px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.benefit-accordion-item {
    position: relative;
    min-height: 43px;
}
.benefit-accordion-item__btn {
    /*
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    */
    width: 100%;
    display: flex;
    cursor: pointer;
    flex-direction: column;
    gap:1px;
    padding-bottom: 15px;
}
.benefit-accordion-item__btn p {
    position: relative;
    font-size: 27.5px;
    font-weight: 600;
    line-height: 1;
    font-family: 'Campton', Sans-serif;
    transition: all .3s;
    margin: 0;
    white-space: nowrap;
}
.benefit-accordion-item__btn span {
    font-size: 10px;
    font-weight: 300;
    font-family: 'Noto Sans KR', Sans-serif;
    transition: opacity .3s;
}

.benefit-accordion-item__content {
    display: none;
    position: relative;
}
.benefit-accordion-item__txt {
    padding-bottom: 45px;
}
.benefit-accordion-item__txt img {
    width: 70%;
    max-width: 200px;
    display: block;
    margin-left: auto;
}
.benefit-accordion-item__txt p {
    position: absolute;
    left: 6px;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    bottom: 0;
    margin: 0;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: from-font;
    /*text-shadow: 1px 1px 0 rgba(255, 255, 255, .8)*/
}
.benefit-txt {
    font-size: 12px;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: from-font;
    padding-top: 10px;
    color: #000;
}
.benefit-icon__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
}
.benefit-icon__list p {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    text-align: center;
}
.benefit-icon__list p::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
}
.benefit-icon__list p:nth-child(1)::before {
    background: url('/imges/renew/ico_benefit_01.png') no-repeat center / contain;
}
.benefit-icon__list p:nth-child(2)::before {
    background: url('/imges/renew/ico_benefit_02.png') no-repeat center / contain;
}
.benefit-icon__list p:nth-child(3)::before {
    background: url('/imges/renew/ico_benefit_03.png') no-repeat center / contain;
}
.benefit-accordion-item__btn > span {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 1;
    transition: opacity .3s;
}
.benefit-accordion-item.active .benefit-accordion-item__btn > span
{
    opacity: 0;
}
.benefit-accordion-item.active .benefit-accordion-item__btn {
    color: #A73439;
}
.last .benefit-accordion-item__btn {
    padding-bottom: 2px;
}
.last .benefit-txt {
    padding-top: 5px;
    line-height: 1.5;
}
.benefit-icon__list {
    margin-top:8px;
}
#sns-sec {
    padding: 115px 0 0;
    background: url('/imges/renew/sns_bg_mo.jpg') no-repeat center / cover;
}
#sns-sec .title-box {
    margin-bottom: 0;
}
#sns-sec .title-box::before {
    background: url('/imges/renew/logo_toxnfill_w.png') no-repeat center / contain;
}
#sns-sec .title-box h3 {
    color: #fff;
}
#sns-sec .title-box p {
    color: #CB9F76;
}
.sns-box-wrap-mask {
    z-index: 10;
    top: 70px;
    position: relative;
    overflow-x: hidden;
    margin: 0 -16px;
    padding: 20px 0 30px;
}
.sns-box-wrap {
    display: flex;
    flex-direction: column;
    gap: 58px;
    align-items: center;
}
.sns-box__bg img {
    width: 100%;
}
.sns-box-wrap .sns-box__hover {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    gap: 12px;
}
.sns-box.youtube {
    position: relative;
    margin-left: auto;
    margin-right: -12px;
    padding-left: 40px;
}
.sns-box.youtube::after {
    content: '';
    position: absolute;
    top: -123px;
    right: 28px;
    width: 238px;
    aspect-ratio: 386 / 741;
    background: url('/imges/renew/mo_mockup.png') no-repeat center / contain;
    pointer-events: none;
    transform: rotate(-90deg);
}
.sns-box.youtube .sns-box__bg {
    width: 366px;
    aspect-ratio: 631 / 333;
}
.sns-box.youtube .sns-box__hover {
    left: 40px;
    padding: 0 190px 15px 0;
}
.sns-box.youtube .sns-box__hover img {
    width:80px;
}
.sns-box.insta {
    position: relative;
}
.sns-box.insta::after {
    content: '';
    position: absolute;
    top: -14px;
    right: -10px;
    width: 238px;
    aspect-ratio: 386 / 741;
    background: url('/imges/renew/mo_mockup.png') no-repeat center / contain;
    pointer-events: none;
}
.sns-box.insta .sns-box__bg {
    width: 200px;
    aspect-ratio: 329 / 685;
}
.sns-box.insta .sns-box__hover {
    padding-bottom: 20px;
}
.sns-box.insta .sns-box__hover img {
    width:74px;
}
.sns-box__hover p {
    line-height: 1;
    font-size: 23px;
    font-weight: 600;
    color: #CB9F76;
    font-family: 'Campton', Sans-serif;
    margin: 0;
}
#renew-map-sec {
    padding-bottom: 81px;
    padding-top: 145px;
}
#renew-map-sec .title-box {
    margin-left: 0;
    padding-bottom: 0px;
    text-align: center;
}
#renew-map-sec .mapWrap .map-box {
    height: 210px;
}
#renew-map-sec .title-box::before {
    display: none;
}
#renew-map-sec .mapWrap {
    width:100%;
    border-radius: 0;
}
#renew-map-sec .info-wrap {
    padding-top: 30px;
}
#renew-map-sec .info-wrap .info-list .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
    gap:2.5px;
}
#renew-map-sec .info-wrap .item .desc {
    font-size: 14px;
    padding: 0 7.317%;
    word-break: keep-all;
}
#renew-map-sec .info-wrap .info-list {
    padding-left: 0;
}
#renew-map-sec .info-wrap .item .tit__ {
    min-width: initial;
    font-size: 16px;
    font-weight: normal;
}
#renew-map-sec .info-wrap .info-list .item:last-child {
    margin-bottom: 0;
}
#renew-map-sec .info-wrap .item .park2 {
    margin: 0;
    width:160px;
    margin-top: -7px;
}
#renew-map-sec .info-wrap .item .park2 a {
    padding: 0 20px;
    max-width: 160px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: 500;
}
#renew-map-sec .info-wrap .item .park2::before {
    top: 16px;
}
#renew-map-sec .info-wrap .item .park2::after {
    top: 10px;
}
#renew-map-sec .info-wrap .item table tr {
    margin-bottom: 2px;
    display: block;
}
#renew-map-sec .info-wrap .item table td:first-child {
    width:80px;
}
#renew-map-sec .info-wrap .item table td > b,
#renew-map-sec .info-wrap .item table td > strong {
    font-weight: normal;
}
#renew-map-sec .info-wrap .item table tr:last-child td {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 9px;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.458;
}
#renew-map-sec .info-wrap .item .cs-num {
    font-size: 22px;
}
#footerWrap.main-renew-ft .ft-bottom {
    background: #F5F5F5;
}
#footerWrap.main-renew-ft .ft-bottom .compInfoBtn {
    /*box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.1);*/
    box-shadow:none;
}
#footerWrap.main-renew-ft .line-top {
    padding-top: 40px;
    padding-bottom: 20px;
}
#footerWrap.main-renew-ft .line-top a {
    font-size: 14px;
    font-weight: 500;
}
#footerWrap.main-renew-ft .line-top .sns-wrap > ul {
    justify-content: center;
    gap:15px;
    margin-bottom: 30px;
}
#footerWrap.main-renew-ft .line-top .sns-wrap > ul > li {
    max-width: 46px;
    max-height: 46px;
}
#footerWrap.main-renew-ft .line-top .sns-wrap > ul > li > a {
    margin: 0;
    padding: 0;
}
#footerWrap.main-renew-ft .line-top .sns-wrap li img {
    width:100%;
}
footer.main-renew-ft .compInfoBtn span.selbox {
    font-size: 15px;
    padding-right: 0;
}
footer.main-renew-ft .compInfoBtn span.selbox::before,
footer.main-renew-ft .compInfoBtn span.selbox::after {
    display: none;
}
#footerWrap.main-renew-ft .compInfoWrap {
    padding: 30px 35px 40px;
}
#footerWrap.main-renew-ft address {
    display: flex;
    flex-wrap: wrap;
    gap: 0 8px;
    font-size: 13px;
    line-height: 1.769;
    margin-top: 20px !important;
    padding: 0;
}
#footerWrap.main-renew-ft address b {
    font-weight: normal;
}
#footerWrap.main-renew-ft .sub-address {
    color: #aaa;
}

#footerWrap.main-renew-ft .compinner {
    gap:26.5px;
}
#footerWrap.main-renew-ft h1 {
    margin-right: 0;
}
footer.main-renew-ft h1 img {
    width: 93.5px;
    height: auto;
}
#footerWrap.main-renew-ft .compInfoWrap .selbox .selbox_select {
    height: 35px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 500;
}
#footerWrap.main-renew-ft .compInfoWrap .selbox {
    height: 35px;
}
#footerWrap.main-renew-ft .selbox .arrow-icon img {
    transform: rotate(180deg);
}
#footerWrap.main-renew-ft .selbox .arrow-icon {
    right: 13px;
}