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

.mb-width-fix {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 1920px;
	height: 100%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	width: 100%;
}
#mainBannerVideo {
	position: absolute;
	width: 100%;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding-bottom: 56.25%;
	background-size: 100% 100%;
	background-position: center center;
	background-size: contain;
	-o-object-fit: cover;
	object-fit: cover;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: opacity 1s ease-out;
	-o-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}
#mainBannerVideo > iframe {
	width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -110px);
	-ms-transform: translate(-50%, -110px);
	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%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-image: url("/imges/renew/renew_main2.jpg?v=2502071820");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-o-object-fit: cover;
	object-fit: cover;
	overflow: hidden;
	z-index: 0;
	opacity: 0;
	/*-webkit-transition: opacity 1s ease-out;*/
	/*-o-transition: opacity 1s ease-out;*/
	/*transition: opacity 1s ease-out;*/
}
#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 {
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	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;
	-webkit-box-sizing: border-box;
	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;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	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;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.ev-list .ev-item:hover {
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.18);
	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{
	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 .main-banner-section{
	position: relative;
	max-width: 100%;
	/* background-color: #d4dbe5; */
	/* height: 100vh; */
	overflow: hidden;
	height: 900px;

}
.branch-renew .mb-width-fix .video-wrap{
	height: 100%;
}
.branch-renew .mb-width-fix .video-wrap .video-cover{
	position: relative;
	max-width: 1920px;
	height: 100%;
	margin: auto;
}
.branch-renew .reservation-sec{
	width: 1180px;
	padding: 2rem 0rem 2rem 3rem;
	position: absolute;
	bottom: 80px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #fff;
	border: rebeccapurple;
	border-radius: 1rem;
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}
.branch-renew .payment-system .reservation-sec{
	padding: 1.7rem 14rem 1.7rem 3rem;
}
/* 메인 예약 페이지 */
.branch-renew .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 .payment-system .reservation-sec .reser-inner{
	width: auto;
}
.branch-renew .reservation-sec .reser-inner > div{
	width: 100%;
}
.branch-renew .reservation-sec .input-wrap.add__{
	width: 250px;
}
.branch-renew .payment-system .reservation-sec .input-wrap.add__{
	width: 240px;
}
.branch-renew .reservation-sec .input-wrap.date__{
	width: 140px;
}
.branch-renew .reservation-sec .input-wrap.info__{
	width: 210px;
}
.branch-renew .reservation-sec .input-wrap.price__{
	width: 280px;
}
.branch-renew .reservation-sec .input-wrap.date__ .info-wrap > span{
	width: 40%;
}
.branch-renew .reservation-sec .input-wrap.date__ .info-wrap > span:first-child{
	width: 70%;
}
.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 .title-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin-bottom: 0.5rem;
}
.branch-renew .reservation-sec .reser-inner .title-wrap h3{
	font-size: 18px;
}
.branch-renew .reservation-sec .reser-inner .title-wrap h3 > span{
	font-size: 13px;
}
.branch-renew .reservation-sec .reser-inner .title-wrap .sub-txt{
	font-size: 14px;
	color: rgba(102, 102, 102, 0.7);
}
.branch-renew .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 .reservation-sec .reser-inner .info-wrap{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 5px 0 15px;
}
.branch-renew .payment-system .reservation-sec .reser-inner .info-wrap{
	padding: 28px 0 5px;
	border-bottom: 1px solid #ddd;
}
.branch-renew .reservation-sec .reser-inner .input-wrap.add__ .info-wrap{
	position: relative;
}
.branch-renew .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 .payment-system .reservation-sec .reser-inner .input-wrap.add__ .info-wrap::after{
	bottom: 6px;
	right: 5px;
}
.branch-renew .reservation-sec .reser-inner .info-wrap input{
	width: 100%;
	border: none;
	font-size: 1rem;
	border-bottom: 1px solid #ddd;
	letter-spacing: -1px;
}
.branch-renew .payment-system .reservation-sec .reser-inner .info-wrap input{
	border-bottom: none;
}
.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: 5px;
	-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 .payment-info{
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 5px;
}
.branch-renew .reservation-sec .payment-info .payment{
	padding-top: 0.2rem;
	display: flex;
	justify-content: space-between;
}
.branch-renew .reservation-sec .payment-info .payment .txt{
	color: #707070;
}
.branch-renew .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 .reservation-sec .payment-info .payment .txt{
	font-size: 1rem;
}
/* 결제시스템 */
.branch-renew .reservation-sec .input-wrap.price__ .title-wrap{
	justify-content: space-between;
}
.branch-renew .reservation-sec .input-wrap.price__ .price-wrap{
	position: absolute;
	right: 2.5rem;
	bottom: -30px;
}
.branch-renew .payment-system .reservation-sec .input-wrap.price__ .price-wrap{
	right: 0;
	bottom: -36px;
}
.branch-renew .reservation-sec .input-wrap.price__ .price-wrap > span{
	display: block;
	text-align: right;
	line-height: 1;
}
.branch-renew .reservation-sec .input-wrap.price__ .price-wrap .sub-txt{
	color: rgba(102,102,102,0.7);
	font-size: 14px;
}
.branch-renew .reservation-sec .input-wrap.price__ .price-wrap .price{
	padding-top: 0.4rem;
	font-size: 16px;
	font-weight: 700;
}
.branch-renew .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 .payment-system .reservation-sec .input-wrap.price__ .price-wrap .price .color{
	font-size: 30px;
}
.branch-renew .reservation-sec .oper-txt{
	padding-top: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 400;
	font-size: 15px;
}
.branch-renew .payment-system .reservation-sec .oper-txt{
	padding-top: 0.8rem;
}
.branch-renew .reservation-sec .oper-txt .icon{
	margin-right: 0.4rem;
}
.branch-renew .reservation-sec .oper-txt .icon img{
	vertical-align: middle;
}
.branch-renew .reservation-sec .oper-txt .time{
	color: var(--primary);
	font-weight: 700;
}
.branch-renew .reservation-sec .oper-txt .sub-txt{
	margin-left: 0.4rem;
	color: var(--primary);
	font-weight: 700;
}
.branch-renew .reservation-sec .oper-txt .sub-txt img{
	vertical-align: middle;
}
.branch-renew .reservation-sec .btn{
	position: absolute;
	top: 0;
	right: 0;
	width:170px;
	height: 100%;
	background-color: var(--primary);
	color:#fff;
	border-radius: 0;
	border-top-right-radius: 1rem;
	border-bottom-right-radius: 1rem;
	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: 20px;
}
.branch-renew .input-wrap.add__ .modal-inner{
	width: 700px;
	height: auto;
	background-color: #F1F1F1;
	/* border-radius: 1rem;
	overflow: hidden; */
}
.branch-renew .input-wrap.add__ .modal-inner .tab_wrap{
	height: 87%;
}
.branch-renew .input-wrap.add__ .modal-inner .scroll-sec_{
	height: 100%;
	overflow-y: auto;
	/*background-color: #fff;*/
}
.branch-renew .input-wrap.add__ .modal-inner .scroll-sec_::-webkit-scrollbar {
	width: 5px;
}
.branch-renew .input-wrap.add__ .modal-inner .scroll-sec_::-webkit-scrollbar-thumb {
	height: 30%;
	background-color: #BBBBBB;
	border-radius: 10px;
}
.branch-renew .input-wrap.add__ .modal-inner .scroll-sec_::-webkit-scrollbar-track {
	background-color: transparent;
}
.branch-renew .input-wrap.add__ .modal-wrap02 .modal-inner{
	width: 550px;
	height:600px;
	background-color: #fff;
}
.branch-renew .input-wrap.date__ .modal-inner{
	width: 1000px;
	height: auto;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 180px;
	top:13vh;
	bottom: 13vh;

}
.branch-renew .input-wrap.date__ .modal-inner > div{
	width: 50%;
	position: relative;
}
.branch-renew .input-wrap.date__ .modal-inner > div::after{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 70%;
	background-color: #ddd;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.branch-renew .input-wrap.date__ .modal-inner > .time__::after{
	display: none;
}
.branch-renew .input-wrap.date__ .modal-inner > .time__ .time_box{
	overflow-y: auto;
	height: 100%;
}
.branch-renew .input-wrap.info__ .modal-inner .content{
	padding: 60px 40px;
}
.branch-renew .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 .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: 2px solid var(--primary);
	background-color: #F1F1F1;
	padding: 1rem;
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 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: 25px 20px;
}
.branch-renew .selectServiceWrap .s_item:last-child{
	margin-bottom: 0;
}
.branch-renew .selectServiceWrap .s_item .selt{
	text-align: left;
	font-size: 16px;
}
.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: 14px;
	color: var(--primary);
	line-height: 1.3;
}
.branch-renew .selectServiceWrap .s_item .info > span{
	font-size: 16px;
	margin-right: 0.5rem;
}
.branch-renew .selectServiceWrap .s_item .info > span .txt_num{
	font-size: 20px;
}
.branch-renew .selectServiceWrap .s_item .info .abtn img{
	width: 17px;
}
.branch-renew .selectServiceWrap .btn_wrap{
	border-radius: 1rem;
	margin-top: 1rem;
}
.branch-renew .selectServiceWrap .btn_wrap > button{
	font-size: 20px;
	font-weight: 400;
}
.branch-renew .closeSelectServie{
	position: absolute;
	top: -38px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 40px;
}
.reser-inner .remain-treat > div{
	width: 32.33%;
	margin: 0 0.5%;
	margin-bottom: 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%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-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: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-color: #fff;
	border-radius: 1rem; */
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.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;
	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;
	-webkit-box-shadow: 2px 2px 15px rgba(0,0,0,0.16);
	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 1.7rem;
	position: relative;
	justify-content: space-between;
	align-items: center;
	padding-right: 7rem;
	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;
	margin-bottom: 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{
	/* margin-top: 1rem; */
	line-height: 1;
	white-space: nowrap;
}
.reser-inner .tab_content .reser-list .toggle-btn{
	width: 50px;
	height: 50px;
	position: absolute;
	right: 2rem;
	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: 24px;
	left: 0;
	width: 12px;
	height: 2px;
	background-color: var(--primary);
}
.reser-inner .tab_content .reser-list .toggle-btn::before{
	left: 15px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.reser-inner .tab_content .reser-list .toggle-btn::after{
	left: 23px;
	-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: 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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	word-break: keep-all;
}
.reser-inner .tab_content .reser-list .rp_box .price-box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #F1F1F1;
	padding: 1.4rem 1.3rem;
	padding-right: 4rem;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	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: -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 .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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	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 .swiperDatapicker{
	overflow: hidden;
	position: relative;
}
.branch-renew .swiperDatapicker .swiper-slide{
	width: 100%;
}
.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;
	font-family: 'Campton','Noto Sans KR', Sans-serif;
	letter-spacing: 0;
}
.branch-renew .ui-datepicker table{
	font-family: 'Campton','Noto Sans KR', Sans-serif;
	letter-spacing: 0;
}
.branch-renew .ui-datepicker-calendar .ui-datepicker-week-end:first-child{
	color: #DF3737;
}
.reser-inner .modal-wrap .time-list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-ms-flex-line-pack: start;
	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;
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
}
/* 예약모달 폼박스 */
.reser-inner .modal-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: 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{
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	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{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 12px;
}
.reser-inner .modal-inner .content .form_box .right-sec .sel_box::after{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	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;
}

/* 실시간예약현황 */
.live-reser-sec .live-inner{
	height: 100px;
	background-color: #E5E0E0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.live-reser-sec .fix-wrap{
	width: 580px;
	padding: 1rem 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.live-reser-sec .fix-wrap .icon-area{
	position: relative;
	padding: 6px 10px;
	background-color: var(--primary);
	border-radius: 5px;
	-webkit-box-shadow: -3px -3px 0 rgba(255, 255, 255, 0.5);
	box-shadow: -3px -3px 0 rgba(255, 255, 255, 0.5);
	z-index: 1;
}
.live-reser-sec .fix-wrap .icon-area::before{
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: var(--primary);
	opacity: 0.5;
	z-index: -1;
}
.live-reser-sec .fix-wrap h3{
	font-size: 24px;
	padding: 0 1rem 0 2rem;
	font-weight: 700;
	line-height: 1.2;
}
.live-reser-sec .fix-wrap h3 > span{
	display: block;
}
.live-reser-sec .fix-wrap h3 .sub-tit{
	font-size: 1rem;
	color: rgba(34, 34, 34, 0.7);
	font-weight: 400;
	text-align: right;
}
.live-reser-sec .fix-wrap .count_{
	width: 220px;
	color: var(--primary);
	line-height: 1;
	margin: 0;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
}
.live-reser-sec .fix-wrap .count_ .num__{
	font-family: 'Campton', Sans-serif;
	font-size: 50px;
	font-weight: 700;
}
.live-reser-sec .flow-wrap{
	width: calc(100% - 580px);
	overflow: hidden;
	/* display: flex; */
	display: none;
	-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 .flow-wrap .js-marquee{
	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;
	height: 100px;
}
.live-reser-sec .flow-wrap .flow-item{
	margin-right: 3rem;
}
.live-reser-sec .flow-wrap .branch_{
	background-color:#584A4A;
	color: #fff;
	padding: 4px 15px;
	border-radius: 50em;
	margin-right: 0.4rem;
}
.live-reser-sec .flow-wrap .time_{
	color: #584A4A;
	font-weight: 700;
}
.live-reser-sec .flow-wrap .flow-tail{
	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: 25px;
}
.live-reser-sec .flow-wrap .flow-tail .btn{
	margin-left: 0.7rem;
	background-color: var(--primary);
	color: #fff;
	border-radius: 50em;
	padding: 7px 17px;
	line-height: 1;
}

/* scroll-section-10 */
.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;
	z-index: -1;
}
.map-sec .bottom{
	right: 15rem;
	bottom: 0;
	z-index: -1;
}
.map-sec .top img,
.map-sec .bottom img{
	display: block;
}
.map-sec{
	padding: 200px 0;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.map-sec .title-box{
	padding-bottom: 40px;
	text-align: right;
}
.map-sec .title-box .color{
	color: var(--primary);
}
.map-sec .mapWrap{
	width: 100%;
	position: relative;
	overflow: hidden;
	border-top-right-radius: 50em;
	border-bottom-right-radius: 50em;
}
.map-sec .mapWrap .map-box{
	width: 100%;
	height:420px ;
}
.map-sec .map-sec-inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.map-sec .map-area{
	width: 50%;
}
.map-sec .map-area .title-box{
	font-family: 'Campton', Sans-serif;
}
.map-sec .map-area .title-box h3 img{
	width: 560px;
}
.map-sec .info-wrap{
	width: 50%;
}
.map-sec .info-wrap .info-list{
	padding-left: 100px;
}
.map-sec .info-wrap .item .tit__{
	font-weight: 700;
	font-size: 22px;
	margin: 2rem 0 0.5rem;
}
.map-sec .info-wrap .item .desc{
	color: #888;
	font-size: 18px;
	line-height: 1.5;
}
.map-sec .info-wrap .item .park2{
	position: relative;
	width: 200px;
}
.map-sec .info-wrap .item .park2::before,
.map-sec .info-wrap .item .park2::after{
	content: '';
	position: absolute;
	top: 12px;
	right: 21px;
	width: 2px;
	height: 8px;
	background-color: #fff;
}
.map-sec .info-wrap .item .park2::before{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 17px;
}
.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.5rem 0 0.5rem 1.5rem;
	background-color: var(--primary);
	color: #fff;
	border-radius: 50em;
	font-size: 16px;
}
.map-sec .info-wrap .item .cs-num{
	font-family: 'Campton', Sans-serif;
	font-size: 40px;
	letter-spacing: 0;
	line-height: 1;
}

#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;
}

/* 202409 renew */
.branch-renew .title-box{
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: 70px;
}
.branch-renew .title-box h3{
	font-size: 80px;
	line-height: 1;
	color:#222222;
	font-weight: 600;
	font-family: 'Campton', Sans-serif;
	margin-bottom: 23px;
}
.branch-renew .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 .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;
}

/* new event */
#new-event-sec {
	padding: 125px 0 246px;
	background-color: #EFECE3;
	line-height: 1;
}
#new-event-sec .title-box {
	margin-bottom: 77px;
}
section .inner {
	width: 1180px;
	margin: 0 auto;
}
.new-event-swiper .swiper-wrapper {
	flex-wrap: wrap;
	gap: 54px 20px;
}
.new-event-swiper .event-info {
	width: 580px;
}
.new-event-swiper .event-info:hover .event-info__thumb > img {
	transform: scale(1.1);
}
.event-info__thumb {
	position: relative;
	aspect-ratio: 580 / 326;
	background-color: #eee;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-bottom: 32px;
}
.event-info__thumb > img {
	width: 100%;
	transition: transform .3s ease-out;
}

.event-info__thumb-txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.event-info__thumb-txt > img {
	width: 100%;
	display: block;
}
.event-info__title {
	font-size: 30px;
	font-weight: 700;
	color:#222222;
	margin-bottom: 18px;
}
.event-info__txt {
	font-size: 18px;
	color: #767676;
	margin-bottom: 18px;
	
}
.event-info__price {
	display: flex;
	align-items: center;
	gap: 10px;
}
.event-info__price p {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}
.event-info__price p.event-info__price--origin {
	position: relative;
	font-size: 12px;
	font-weight: 500;
	color: #767676;
}
.event-info__price p.event-info__price--origin > span {
	font-size: 20px;
	font-weight: normal;
	color: #767676;
}
.event-info__price p.event-info__price--origin::after {
	content: '';
	position: absolute;
	top: 50%;
	left: -2px;
	width: calc(100% + 4px);
	height: 1px;
	background: #767676;
}
.event-info__price p > span {
	color: #A73439;
	font-size: 40px;
	font-weight: 600;
	font-family: 'Campton', Sans-serif;
}

/* signature */
#signature-sec {
	padding: 156px 0 234px;
	background-color: #E6C7AA;
}
#signature-sec .title-box {
	margin-bottom: 114px;
}
.signature-swiper .swiper-wrapper {
	gap: 20px;
}
.signature-info {
	position: relative;
	width: 380px;
}
.signature-info__thumb {
	aspect-ratio: 380 / 630;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.signature-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	opacity: 0;
	background-color: rgba(167,52,57,.8);
	padding: 210px 15px 60px;
	transition: opacity .3s;
	pointer-events: none;
}
.signature-hover__title {
	font-size: 32px;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 16px;
	word-break: auto-phrase;
    text-align: center;
}
.signature-hover__sub {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	text-align: center;
	word-break: auto-phrase;
}
.signature-hover__link {
	font-size: 22px;
	font-weight: 500;
	margin-top: auto;
}
.signature-hover__link a {
	position: relative;
	padding: 12px 18px;
	border: 1px solid #fff;
	display: flex;
	gap: 4px;
	transition: background-color .3s;
}
.signature-hover__link a:hover {
	background: rgba(255,255,255,.2);
}
.signature-hover__link a::after {
	content:'';
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url('/imges/renew/ico_link_arrow.png') no-repeat center / contain;
}
.signature-info:hover .signature-hover {
	opacity: 1;
	pointer-events: auto;
}
.songdo #signature-sec .swiper-pagination {
	display: flex;
	justify-content: center;
	gap:20px;
}
.songdo #signature-sec .swiper-pagination > span {
	margin: 0;
	position: relative;
	width:10px;
	height: 10px;
}
.songdo #signature-sec .swiper-pagination .swiper-pagination-bullet-active {
	background: #a73439;
}
.songdo #signature-sec .swiper-pagination .swiper-pagination-bullet-active:before {
	content: "";
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width:22px;
	height: 22px;
	border: 1px solid #9A232B;
	border-radius: 50%;
}
.songdo #signature-sec .swiper-button-next, #signature-sec .swiper-button-prev {
	transform: translateY(-50%);
	top: calc(50% - 43px);
	width: 24px;
	height: 48px;
	background-size: 100%;
}
.songdo #signature-sec .swiper-button-prev {
	background-image: url('/imges/renew/ico-brand-next.png');
	filter: brightness(0.5);
	transform: rotate(180deg);
}
.songdo #signature-sec .swiper-button-next {
	background-image: url('/imges/renew/ico-brand-next.png');
	filter: brightness(0.5);
}

.songdo #signature-sec .swiper-button-prev:hover,
.songdo #signature-sec .swiper-button-next:hover {
	filter: none;
}

/* benefit */
#benefit-sec {
	position: relative;
	/*max-width: 1920px;*/
	max-height: 1523px;
	background: url(/imges/renew/benefit_bg_pc.jpg) no-repeat center / cover;
	margin: 0 auto;
	padding: 317px 0 345px;
	overflow: hidden;
}
#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);
}
#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;
}

#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;
	}
}

.benefit-box__deco {
	position: absolute;
	left: 10px;
	opacity: .5;
}
.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;
}

.benefit-box__deco.first {
	top: -158px;
}
.benefit-box__deco.second {
	bottom: -182px;
}
.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;
	top: 62px;
	left: 92px;
	width: 698px;
	height: 1px;
	background: #222222;
}
.benefit-box__deco--secret span:first-child::after {
	content:'';
	position: absolute;
	top: 62px;
	right: 66px;
	width: 186px;
	height: 1px;
	background: #222222;
}
.benefit-box__deco--secret span:last-child::before {
	content: '';
	position: absolute;
	top: 35px;
	right: 93px;
	width: 1px;
	height: 484px;
	background: #222222;
}
.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;
}

.benefit-box__inner {
	z-index: 1;
	position: absolute;
	padding: 94px 97px 76px;
	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 {
	margin-bottom: 20px;
}
.benefit-box__inner .title-box .sub-tit {
	position: absolute;
	top: 100%;
	padding-left: 4px;
}
.benefit-box__inner .title-box::before {
	display: none;
}

.benefit-accordion-list {
	margin-top: auto;
	padding: 0 50px 0 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.benefit-accordion-item {
	position: relative;
	min-height: 75px
}
.benefit-accordion-item__btn {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	display: flex;
	align-items: center;
}
.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;
}
.benefit-accordion-item__btn span {
	font-size: 18px;
	font-weight: 300;
	font-family: 'Noto Sans KR', Sans-serif;
	margin-left: auto;
	transition: opacity .3s;
}

.benefit-accordion-item__btn:hover {
	color: #A73439;
}
.benefit-accordion-item__content {
	display: none;
}
.benefit-accordion-item.active .benefit-accordion-item__btn span {
	opacity: 0;
}
.benefit-accordion-item.active .benefit-accordion-item__btn p {
	color: #A73439;
	padding-top: 40px;
}
.benefit-accordion-item__txt {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
.benefit-accordion-item__txt > a {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	gap: 40px;
}
.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;
}
.benefit-accordion-item__txt img {
	width: 413px;
	aspect-ratio: 413 / 275;
	position: relative;
	z-index: 1;
	cursor: pointer;
	transition: box-shadow .3s;
}
.benefit-accordion-item__txt > a:hover p {
	color: #C44D52;
}
.benefit-accordion-item__txt > a:hover img {
	box-shadow: 0 6px 20px #666;
}
.benefit-txt {
	font-size: 20px;
	font-weight: 400;
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-thickness: from-font;
	padding-top: 15px;
}
.benefit-icon__list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 30px 16px 70px;
}
.benefit-icon__list p {
	display: flex;
	align-items: center;
	gap: 16px;
	font-size: 20px;
	line-height: 28px;
	margin: 0;
}
.benefit-icon__list p::before {
	content:'';
	display: inline-block;
	width: 80px;
	height: 80px;
}
.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.last .benefit-accordion-item__btn {
	position: relative;
	height: 77px;
}
.benefit-accordion-item.last.active .benefit-accordion-item__btn p {
	color: #A73439;
	padding-top: 0;
}
/* sns */
#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;
}
#sns-sec .title-box {
	color: #fff;
	text-align: left;
	margin-bottom: 32px;
}
#sns-sec .title-box h3 {
	line-height: 90px;
	color: #fff;
	margin-bottom: 12px;
}
#sns-sec .title-box .sub-tit {
	color:#CB9F76;
	letter-spacing: 0;
}
#sns-sec .title-box::before {
	margin-left: 6px;
	background-image: url('/imges/renew/logo_toxnfill_w.png');
}
.sns-box-wrap {
	display: flex;
	gap: 56px;
	justify-content: flex-end;
	padding-right: 10px;
}
.sns-box-wrap .sns-box {
	position:relative;
	width: 329px;
}
.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;
}
.sns-box__bg {
	aspect-ratio: 329 / 685;
}
.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;
}
.sns-box-wrap .sns-box:hover .sns-box__hover {
	opacity: 1;
}
.sns-box.youtube .sns-box__hover img {
	width:170px;
	margin-bottom: 22px;
}
.sns-box.insta .sns-box__hover img {
	width:128px;
	margin-bottom: 16px;
}
.sns-box__hover p {
	line-height: 1;
	font-size: 35px;
	font-weight: 600;
	color: #CB9F76;
	font-family: 'Campton', Sans-serif;
	margin: 0;
}
#ranking-sec {
	background-color: #E6C7AA;
	font-family: 'Campton', 'Noto Sans KR', Sans-serif;
	padding: 92px 0 160px;
}
#ranking-sec .title-box {
	margin-bottom: 36px;
}
.ranking-list li:first-child {
	border-top: none;
}
.ranking-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 26px 20px 27px 12px;
	border-top: 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;
	margin-right: 23px;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.25;
}
.ranking-list .product-info .product-name {
	margin: 0;
	font-size: 32px;
	font-weight: bold;
	/*line-height: 0.9375;*/
	line-height: 1;
}
.ranking-list .product-info .product-name > span {
	font-size:24px;
	font-family: 'Noto Sans KR', Sans-serifCampton;
	line-height: 1.25;
	font-weight: normal;
}
.ranking-list .product-price {
	display: flex;
	gap:24px;
	align-items: center;
}
.ranking-list .product-price > del {
	font-size: 18px;
	line-height: 1.666;
	color:#767676;
	/*font-family: 'Noto Sans KR', Sans-serifCampton;*/
}
.ranking-list .product-price > strong {
	font-weight: 600;
	color: #A73439;
	font-size: 48px;
	display: flex;
	gap: 4px;
	line-height: 1;
	align-items: flex-end;
}
.ranking-list .product-price > strong > span {
	font-size: 24px;
	color: #000;
	font-family: 'Noto Sans KR', Sans-serifCampton;
	line-height: 1.25;
	font-weight: 500;
	position: relative;
	top: -5px;
}


#value-sec {
	background-color: #EFECE3;
	padding: 228px 0 172px;
	font-family: 'Campton', 'Noto Sans KR', Sans-serif;
}
.brand-renew #value-sec .title-box {
	margin-bottom: 52px;
}
#value-sec .txt-box {
	text-align: center;
	margin-bottom: 92px;
}
#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;
}
#value-sec .notice-txt {
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	color: #A7A293;
	margin: 0;
}
.value-list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 104px;
}
.value-list > li {
	min-width: 239px;
	position: relative;
	padding-top: 6.5px;
}
.value-list > li:before {
	content: "";
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	max-width: 239px;
	height: 1px;
	background-color: #000;
}

.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;
}

.value-list > li > strong {
	position: relative;
	display: block;
	height: 87px;
}
.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;
}
.cheong-ju .value-list > li > strong span#count03:after {
	content: "K+";
	font-size: 61px;
	letter-spacing: -2.45px;
}
.value-list > li > span {
	display: block;
	color: #A73439;
	font-size: 49px;
	font-weight: 500;
	line-height: 1;
}

/* 3正 섹션*/
#samjung-sec {
	background-color: #483d3d;
	position: relative;
}
#samjung-sec .silde-hd {
	overflow: hidden;
}
#samjung-sec .advertSwiper {
	line-height: 1;
	font-size: 0;
}
#samjung-sec .title-box {
	position: absolute;
	z-index: 10;
	color: #fff;
	left: 50%;
	transform: translateX(-50%);
	top: 76px;
	display: block;
	width: 100%;
}
#samjung-sec .title-box > h3 {
	color: #fff;
}
#samjung-sec .title-box > p {
	font-size: 59px;
	font-weight: 900;
	margin: 0;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 32px;
}
#samjung-sec .title-box > p > i {
	font-size: 78px;
	font-family: 'Campton', 'Noto Sans KR', sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0;
	position: relative;
	top: 2px;
}
#samjung-sec .title-box > span {
	font-size:32px;
	font-weight: 300;
	line-height: 1.406;
	letter-spacing: -1.562px;
}
.brand-renew #samjung-sec .title-box::before {
	content: '';
	display: block;
	margin: 0 auto 15px;
	width: 150px;
	aspect-ratio: 321 / 59;
	background-image: url('/imges/renew/logo_toxnfill_w.png');
	background-repeat: no-repeat;
	background-position: center;
}
#samjung-sec .advertSwiper .swiper-slide figure img {
	width: 100%;
	min-height: 848px;
}
#samjung-sec.advertSwiper .swiper-pagination.img__ .swiper-pagination-bullet {
	position: relative;
	background-image: url(/imges/brand/icon/icon-key-w.png);
	width: 23px;
	height: 44px;
	border: none;
	border-radius: 0;
	margin: 0 126px;
}
#samjung-sec .advertSwiper .swiper-pagination.img__ .swiper-pagination-bullet-active::before {
	content: '';
	display: block;
	position: relative;
	bottom: 50px;
	right: 98px;
	width: 220px;
	height: 220px;
	z-index: -1;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.2);
}
#samjung-sec .advertSwiper .swiper-pagination.img__ .swiper-pagination-bullet-active::after {
	content: '톡스앤필은 \A오직 정품만을 사용합니다.';
	position: absolute;
	/* width: 100%; */
	bottom: -200px;
	left: 50%;
	transform: translateX(-50%);
	white-space:pre;
	font-size: 22px;
	color: #fff;
	line-height: 1.363;
	letter-spacing: -2.272px;
}
#samjung-sec .advertSwiper .swiper-pagination.img__ .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active::after {
	content: '톡스앤필은 \A반드시 정량을 사용합니다.';
}
#samjung-sec .advertSwiper .swiper-pagination.img__ .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active::after {
	content: '숙련된 의료진이 \A정성으로 시술합니다.';
}
#samjung-sec .advertSwiper .swiper-pagination.img__ {
	bottom: 278px;
}
#samjung-sec .advertSwiper .swiper-pagination {
	bottom: 248px;
}
#samjung-sec .advertSwiper .swiper-pagination.txt__ {
	bottom: 198px;
}
#samjung-sec .advertSwiper .swiper-pagination.line__ .swiper-pagination-bullet::before{
	content:'';
	position: absolute;
	width:260px;
	height:2px;
	background-color: rgba(255, 255, 255, 0.3);
}
#samjung-sec .advertSwiper .swiper-pagination.line__ .swiper-pagination-bullet:nth-child(2)::after{
	content:'';
	position: absolute;
	width:260px;
	height:2px;
	background-color: rgba(255, 255, 255, 0.3);
}
#samjung-sec .advertSwiper .swiper-pagination.line__ .swiper-pagination-bullet:nth-child(1)::before,
#samjung-sec .advertSwiper .swiper-pagination.line__ .swiper-pagination-bullet:nth-child(2)::after{
	top:1px;
	right: 10px;
}
#samjung-sec .advertSwiper .swiper-pagination.line__ .swiper-pagination-bullet:nth-child(3)::before,
#samjung-sec .advertSwiper .swiper-pagination.line__ .swiper-pagination-bullet:nth-child(2)::before {
	top: 1px;
	left: 10px;
}
#samjung-sec .advertSwiper .swiper-pagination.line__ .swiper-pagination-bullet::before,
#samjung-sec .advertSwiper .swiper-pagination.line__ .swiper-pagination-bullet:nth-child(2)::after{
	background-color: #9F8A78;
	height: 1px;
}
#samjung-sec .advertSwiper .swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
	border-color: #fff;
}
#samjung-sec .advertSwiper .swiper-pagination.img__ .swiper-pagination-bullet {
	background-image: url('/imges/brand/icon/icon-key-w.png');
	width: 23px;
	height: 44px;
	border: none;
	border-radius: 0;
	margin: 0 126px;
}
#samjung-sec .advertSwiper .swiper-pagination.img__ .swiper-pagination-bullet-active {
	background-image: url('/imges/brand/icon/icon-key-red.png');
}
#samjung-sec .advertSwiper .swiper-pagination .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	border: 6px solid rgba(255, 255, 255, 0.6);
	background-color: transparent;
	margin: 0 130px;
	position: relative;
}
#samjung-sec .advertSwiper .swiper-pagination .swiper-pagination-bullet-active {
	position: relative;
	border: 6px solid rgba(255, 255, 255, 1);
	border-color: #a73339;
}
#samjung-sec .advertSwiper .swiper-pagination.txt__ .swiper-pagination-bullet {
	width: 38px;
	height: 21px;
	border: none;
	border-radius: 0;
	margin: 0 118px;
}
#samjung-sec .advertSwiper .swiper-pagination.txt__ .swiper-pagination-bullet[aria-label="Go to slide 1"] {
	background-image: url('/imges/brand/icon/icon_txt_01.png');
}
#samjung-sec .advertSwiper .swiper-pagination.txt__ .swiper-pagination-bullet[aria-label="Go to slide 2"] {
	background-image: url('/imges/brand/icon/icon_txt_02.png');
}
#samjung-sec .advertSwiper .swiper-pagination.txt__ .swiper-pagination-bullet[aria-label="Go to slide 3"] {
	background-image: url('/imges/brand/icon/icon_txt_03.png');
}
#samjung-sec .advertSwiper .swiper-pagination.txt__ .swiper-pagination-bullet-active[aria-label="Go to slide 1"] {
	background-image: url('/imges/brand/icon/icon_txt_red_01.png');
}
#samjung-sec .advertSwiper .swiper-pagination.txt__ .swiper-pagination-bullet-active[aria-label="Go to slide 2"] {
	background-image: url('/imges/brand/icon/icon_txt_red_02.png');
}
#samjung-sec .advertSwiper .swiper-pagination.txt__ .swiper-pagination-bullet-active[aria-label="Go to slide 3"] {
	background-image: url('/imges/brand/icon/icon_txt_red_03.png');
}

.main-renew-sec {
	padding: 132px 0 142px;
}
.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;
}
.main-renew-sec .title-box {
	width:100%;
	margin-bottom: 48px;
	padding-bottom: 0;
}
.main-renew-sec .title-box::before {
	display:none;
}
.main-renew-sec .map-area {
	max-width: 680px;
	width:100%;
}
.main-renew-sec .mapWrap .map-box {
	height: 544px;
}
.main-renew-sec .info-wrap .info-list {
	padding-left: 0;
}
.main-renew-sec .info-wrap {
	width:calc(100% - 680px - 74px);
}
.main-renew-sec .mapWrap {
	border-radius: 0;
}
.main-renew-sec .info-wrap .item .tit__ {
	font-weight: bold;
	line-height: 1.818;
	margin-bottom: 5px;
	margin-top: 22px;
}
.main-renew-sec .info-wrap .item:first-child .tit__ {
	margin-top:0;
}
.main-renew-sec .info-wrap .item .desc {
	line-height: 1.444;
}
.main-renew-sec .info-wrap .item .park2 {
	width:200px;
}
.main-renew-sec .info-wrap .item .park2 a{
	padding: 9.5px 19px;
	font-weight: 500;
}
.main-renew-sec .info-wrap .item .park2::after {
	top: 13px;
	height: 9px;
}
.main-renew-sec .info-wrap .item .park2::before {
	top: 18px;
	height: 9px;
}
.main-renew-sec .info-wrap .item table tr {
	margin-bottom: 3px;
	display: block;
	font-size: 18px;
	line-height: 1.444;
}
.main-renew-sec .info-wrap .item table tr:last-child td:first-child {
	width:100%;
}
.main-renew-sec .info-wrap .item table tr:last-child {
	margin-top: 7px;
}
.main-renew-sec .info-wrap .item table td:first-child {
	width:104px;
}
.main-renew-sec .info-wrap .item table td:first-child > b,
.main-renew-sec .info-wrap .item table td:first-child > strong {
	font-weight: normal;
}
.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;
}
.main-renew-sec .info-wrap .item .cs-num {
	font-size: 35px;
	line-height: 1.342;
	color: #A73439;
	letter-spacing: 4.285px;
}


/* 강남본점 리뉴얼 푸터 */
#footerWrap.main-renew-ft {
	background-color:#A73439;
	padding: 64px 0 70px;
}
#footerWrap.main-renew-ft .selbox {
	height:40px;
}
#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;
}
#footerWrap.main-renew-ft .selbox:after {
	height: 2px;
	background-color: #fff;
	transform: rotate(-135deg);
	right:20px;
	width:10px;
}
#footerWrap.main-renew-ft .selbox:before {
	height: 2px;
	background-color: #fff;
	transform: rotate(-45deg);
	right:26px;
	width:10px;
}
#footerWrap.main-renew-ft .left-sec .logo > img {
	filter: invert(1);
	max-width: 154px;
}
#footerWrap.main-renew-ft .footer-inner .left-sec .logo {
	margin-right: 30px;
	line-height: 1;
}
#footerWrap.main-renew-ft .adress-wrap {
	color:#000;
	letter-spacing: -1px;
}

#footerWrap.main-renew-ft .footer-inner .right-sec {
	/*width: 80%;*/
	max-width: 323px;
	letter-spacing: -1px;
}
#footerWrap.main-renew-ft .adress-wrap address {
	display: flex;
	flex-wrap: wrap;
	gap: 0 10px;
	font-size: 16px;
	line-height: 1.5;
}
#footerWrap.main-renew-ft .adress-wrap address b {
	font-weight: normal;
}
#footerWrap.main-renew-ft .adress-wrap .sub-address {
	margin-top: 20px;
}
#footerWrap.main-renew-ft .adress-wrap .sub-address address {
	font-size: 14px;
}
#footerWrap.main-renew-ft .right-sec .accept-wrap > a {
	font-size: 16px;
	font-weight: 500;
	color: #CB9F76;
	margin:0;
}
#footerWrap.main-renew-ft .footer-inner .right-sec .accept-wrap {
	display: flex;
	justify-content: flex-end;
	gap:30px;
	margin-bottom: 42px;
}
#footerWrap.main-renew-ft .footer-inner .right-sec .sns-wrap ul {
	gap:12px;
}
#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: 6.5px 46px 6.5px 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) {
	.value-list > li > strong span {
		font-size: 82px;
	}
}