@charset "UTF-8";
/*
 *지점 디테일 페이지 스타일
 */
.renew_2025 .inmode-info-sec .ii-sec2 .ds-cont ul li {
	width: 50%
}

/*
 *지점 디테일 페이지 스타일
 */

 .renew_2025 .content_container {
	max-width: 1362px;
	width: 1362px;
	margin: 0 auto;
	margin-top: 20px;
 }
 /* 2025 renew css */
.renew_2025 .sticky_wrap {
	position: sticky;
	left: 0;
	top: 80px;
	z-index: 10;
	width: 100%;
	height: 60px;
}

.renew_2025 .sticky_wrap .sticky_ui_wrap {
	background-color: #ffffff;
	border-bottom: 1px solid #E0E0E0;
}
.renew_2025 .category_swiper {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1362px;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
}
.renew_2025 .category_swiper .swiper-wrapper {
	width: calc(100% - 48px);
}
.renew_2025 .category_swiper .swiper-slide {
	display: flex;
	align-items: center;
	min-height: 60px;
	gap: 20px;
	background-color: #fff;
	margin-bottom: 0;
	color: #646464;
	box-sizing: border-box;
}
.renew_2025 .category_swiper .swiper-slide:last-child {
	margin-right: 58px !important;
}
.renew_2025 .category_swiper .swiper-slide a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #221E1F;
	font-family: "Pretendard";
	line-height: 100%;
	white-space: nowrap;
}
.renew_2025 .category_swiper .swiper-slide a:hover {
	font-weight: 700;
}
.renew_2025 .category_swiper .swiper-slide.active a {
	font-weight: 700;
	color: #A9343A;
}
.renew_2025 .category_swiper .swiper-slide span {
	font-size: 12px;
	font-weight: 400;
	color: #A73439;
	font-family: "Pretendard";
	line-height: 100%;
	vertical-align: middle;
}
.renew_2025 .category_swiper .swiper-slide:last-child span {
	display: none;
}
.renew_2025 .category_swiper .swiper-notification {
	display: none;
}
.renew_2025 .category_swiper.no_swiper .swiper-wrapper {
	flex-wrap: wrap;
	padding: 5px 0;
}
.renew_2025 .category_swiper.no_swiper .swiper-slide {
	margin-right: 20px;
	min-height: 49px;
}

.renew_2025 .category_swiper.no_swiper .swiper-slide:last-child {
    margin-right: 20px !important;
}
.renew_2025 .category_swiper .all_menu_button_wrap {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFFFFF;
	box-shadow: -15px 0 15px rgba(255, 255, 255, 0.8);
	padding-right: 14px;
	max-height: 60px;
	z-index: 3;
}
.renew_2025 .category_swiper .all_menu_button_wrap.hidden {
	opacity: 0;
	visibility: hidden;
}
.renew_2025 .category_swiper .all_menu_button {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	border-radius: 6px;
	background-color: #A73439;
	cursor: pointer;
}
.renew_2025 .category_swiper .all_menu_button .first,
.renew_2025 .category_swiper .all_menu_button .second {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 2px;
	height: 9px;
	border-radius: 2px;
	background-color: #fff;
	transition: all 0.3s ease;
	transform-origin: center;
}
.renew_2025 .category_swiper .all_menu_button .first {
	transform: translate(-50%, -50%) rotate(0deg);
}
.renew_2025 .category_swiper .all_menu_button .second {
	transform: translate(-50%, -50%) rotate(90deg);
}
.renew_2025 .category_swiper.no_swiper .all_menu_button .first {
	transform: translate(-50%, -50%) rotate(45deg);
}
.renew_2025 .category_swiper.no_swiper .all_menu_button .second {
	transform: translate(-50%, -50%) rotate(-45deg);
}


.renew_2025 .detail_content_wrap{
	border-top: 1px solid #6C696A;
	padding-top: 20px;
	margin-top: 32px;
	text-align: center;
}
.renew_2025 .detail_content {
	margin-bottom: 32px;
}
.renew_2025 .detail_content .label_date_container{
	display: flex;
	justify-content: space-between;
	margin-top: 32px;
	align-items: center;
}
.renew_2025 .detail_content .label_date_container .labels {
	display:flex;
	gap: 4px;
	align-items: center;
}
.renew_2025 .detail_content .label_date_container .labels span{
	height: 24px;
	border-radius: 4px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	font-family: "Pretendard";
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: -0.017em;
	vertical-align: middle;
}
.renew_2025 .detail_content .label_date_container .labels .kakao{
	background-color: #FFCE2D;
	color: #000000;
}
.renew_2025 .detail_content .label_date_container .labels .home{
	background-color: #A73439;
	color: white;
}
.renew_2025 .detail_content .label_date_container .event_date{
	sfont-size: 16px;
    font-weight: 400;
    color: #221E1F;
    font-family: "Pretendard";
    line-height: 100%;
    white-space: nowrap;
}
.renew_2025 .detail_content .name_price_container{
	display: flex;
	justify-content: space-between;
	padding: 8px 0 15px;
	gap: 4px;
}
.renew_2025 .detail_content .name_price_container .name{
	font-family: "Pretendard";
	font-weight: 700;
	font-size: 30px;
	line-height: 100%;
	letter-spacing: -0.017em;
	vertical-align: middle;
}
.renew_2025 .detail_content .name_price_container .price{
	margin: 0;
	color: #221E1F;
	font-family: "Pretendard";
	font-weight: 700;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: -0.017em;
	white-space: nowrap;
}
.renew_2025 .detail_content .name_price_container .price strong{
	font-family: "Pretendard";
	font-weight: 700;
	font-size: 30px;
	line-height: 100%;
	letter-spacing: -0.017em;
	color: #A73439;
}
.renew_2025 .detail_content .description {
	padding-bottom: 16px;
	font-family: "Pretendard";
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: -0.017em;
	word-break: break-word;
}
.renew_2025 .detail_content .brow {
	padding-bottom: 16px;
}
.renew_2025 .detail_content .brow .red{
	color: #A73439;
}
.renew_2025 .detail_content .tags .tag-item{
	background-color: #F5F5F5;
	color: #6C696A;
	margin-right: 4px;
	margin-top: 4px;
	border-radius: 60px;
	padding: 2px 5px;
	font-family: "Pretendard";
	font-weight: 400;
	font-size: 12.5px;
	line-height: 100%;
	letter-spacing: -0.017em;
	vertical-align: middle;
}
.renew_2025 .treatment_detail_wrap .caution-sec .ds-tit {
	position: relative !important;
	left: 0;
	padding-top: 20px;
}
.renew_2025 .treatment_detail_wrap .caution-sec .ds-tit p {
	margin-top: 15px;
	color: #666;
	line-height: 1.6;
}
.renew_2025 .effect-sec {
	text-align: left;
}
.renew_2025 .effect-sec .ds-cont {
	margin-top: 35px;
	text-align: center;
	overflow: hidden;
}
.renew_2025 .effect-sec .ds-cont2 {
	margin-top: 35px;
	overflow: hidden;
	font-size: 18px;
}
.renew_2025 .effect-sec .ds-cont2 p {
	position: relative;
	padding-left: 35px;
	padding-right: 5px;
	margin-bottom: 30px;
	word-break: keep-all
}
.renew_2025 .effect-sec .ds-cont2 .num {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 25px;
	height: 25px;
	background-color: #a73439;
	color: #fff;
	text-align: center;
	line-height: 25px;
}


.renew_2025 .treatment_detail_wrap .rlpck-list  {
	text-align: center;
	margin-right: 0;
}
.treatment_detail_wrap .rlpck-list .rlpck-item{
    margin-right: 0px;
}
.renew_2025 .treatment_form_container{
	margin-bottom: 32px;
	position: fixed;
	top: 210px;
	width: 523px;
	margin-left: 839px;
	height: calc(100% - 229px);
	transition: all .2s;
}
.renew_2025 .treatment_form_container .treatment_wrap{
	background-color: #F5F5F5;
	border-radius: 4px 4px 0 0;
	height: calc(100% - 247px);
	min-height: 130px;
}
.renew_2025 .treatment_form_container .treatment_wrap .form_label {
	display: block;
	font-size: 26px;
	font-weight: 600;
	color: #221E1F;
	line-height: 100%;
	margin-bottom: 19px;
	margin-left: 12px;
	padding-top: 19px;
}
.renew_2025 .treatment_form_container .treatment_list{
	display: flex;
	flex-direction: column;
	gap: 8px;
	height: calc(100% - 64px);
	overflow-y: auto;
	padding-bottom: 8px;
}
.renew_2025 .treatment_form_container .treatment_list li.treatment_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	border-radius: 4px;
	border: 1px solid transparent;
	background-color: #ffffff;
	transition: all .2s;
	margin: 0px 24px 0px 12px;
}
.renew_2025 .treatment_form_container .treatment_list li.treatment_item:hover {
	border: 1px solid #A73439;
}
.renew_2025 .treatment_form_container .treatment_list li.treatment_item.no_data:hover {
	border: none;
}
.renew_2025 .treatment_form_container .treatment_list li.treatment_item .list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	width: 100%;
}
.renew_2025 .treatment_form_container .treatment_list label {
    padding: 16px 12px 16px 38px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	margin: 0;
	line-height: 20px;
	transition: all .3s ease-out;
	width: 100%;
}
.renew_2025 .treatment_form_container .treatment_list label p{
	font-family: "Pretendard";
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: -0.017em;
	  word-break: break-word;
}
.renew_2025 .treatment_form_container .btn-area {
	margin: 0px 12px;
}
.renew_2025 .treatment_form_container .reserve_btn {
	background-color: #A73439;
	border-radius: 4px;
	padding: 29px 0;
	width: 100%;
	font-size: 24px;
	font-weight: 700;
	color: #FFFFFF;
	font-family: "Pretendard";
	line-height: 100%;
}
.renew_2025 .sticky_box .treatment_container {
	background-color: #FAF9F7;
	/* padding: 16px 8px 0 16px; */
	padding: 19px 0px 0 14px;
}
.renew_2025 .sticky_box .treatment_wrapper {
	max-width: 523px;
}
.renew_2025 .treatment_form_container .treatment_list::-webkit-scrollbar {
    width: 4px;
}
.renew_2025 .treatment_form_container .treatment_list::-webkit-scrollbar-track {
	background: #EBEBEB;
}
.renew_2025 .treatment_form_container .treatment_list::-webkit-scrollbar-thumb {
    background: #A73439;
} 
.renew_2025 .treatment_list input[type="checkbox"] {
	visibility: hidden;
	display: none;
}
.renew_2025 .treatment_list label:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	margin-left: 12px;
	border-radius: 0;
	background-color: transparent;
	background-image: url('/imges/treatmentDetail/icon/checkbox.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	transition: all .3s ease-out;
	transform: scale(1) translateY(-50%);
}
.renew_2025 .treatment_list input[type="checkbox"]:checked ~ label:before {
	background-image: url('/imges/treatmentDetail/icon/checkbox_checked.svg');
}
.renew_2025 .treatment_list > label:hover:before {
	transform: scale(1.05);
}
.renew_2025 .treatment_list .treatment_info{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
}
.renew_2025 .treatment_list .treatment_info .treatment_price_wrap{
	text-align: right;
	padding-right: 7px;
}
.renew_2025 .treatment_list .treatment_info .treatment_price_wrap .price{
	min-width: 100px;
	white-space: nowrap;
	margin: 0;
	font-family: "Pretendard";
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: -0.017em;
}
.renew_2025 .treatment_list .treatment_info .treatment_price_wrap .price strong{
	font-family: "Pretendard";
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: -0.017em;
	text-align: right;
	color: #A73439;
}
.renew_2025 .treatment_detail_wrap .total_container{
	position: relative;
	border-top: 1px solid #A73439;
	background-color: #D9D9D9;
	padding: 13px 16px 24px 26px;
	margin-bottom: 14px;
}
.renew_2025 .treatment_detail_wrap .total_container .total_title_wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 8px;
	width: 100%;
	margin-bottom: 41px;
}
.renew_2025 .treatment_detail_wrap .total_container .total_title_wrap p {
	font-size: 24px;
	font-weight: 700;
	color: #221E1F;
	font-family: "Pretendard";
	line-height: 100%;
}
.renew_2025 .treatment_detail_wrap .total_container .total_title_wrap .bs-txt {
	font-size: 13px;
	font-weight: 400;
	color: #6C696A;
	font-family: "Pretendard";
	line-height: 100%;
}
.renew_2025 .treatment_detail_wrap .total_price_container {
	display: flex;
	justify-content: flex-end;
}
.renew_2025 .treatment_detail_wrap .total_price_container .total_price_wrap {
	text-align: right;
}
.renew_2025 .treatment_detail_wrap .total_price_container .total_price_wrap .price {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	font-size: 14px;
	font-weight: 400;
	color: #221E1F;
	font-family: "Pretendard";
}
.renew_2025 .treatment_detail_wrap .total_price_container .total_price_wrap .num_ {
	font-size: 20px;
	font-weight: 400;
	color: #a73439;
	letter-spacing: -0.017em;
	font-family: "Campton";
}
.renew_2025 .treatment_detail_wrap .total_price_container .total_price_wrap .desc {
	display: block;
	font-size: 12px;
	font-weight: 400;
	color: #6c696a;
	font-family: "Pretendard";
}
.renew_2025 .treatment_detail_wrap .total_price_container .icon_ {
	margin: 0 14px;
	display: flex;
	align-items: flex-start;
}

.renew_2025 .treatment_detail_wrap .total_price_container .right {
	display: flex;
	align-items: flex-start;
	gap: 5px;
}
.renew_2025 .treatment_detail_wrap .total_price_container .right span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	font-weight: 400;
	color: #A73439;
	font-family: 'Pretendard';
}
.renew_2025 .treatment_detail_wrap .total_price_container .right span .txt_num {
	font-size: 28px;
	font-weight: 700;
	color: #A73439;
	letter-spacing: -0.017em;
	font-family: 'Campton';
}
.renew_2025 .treatment_detail_container{
	max-width: 800px;
	width: calc(100vw - 524px)
}



.main-img-size{
	position: relative;
	width: 100%;
	min-width: 100%;
	overflow: hidden;
	text-align: center;
}
.main-img-size img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}
.item-top-section {
	position: relative;
}
/* BEST/NEW 아이콘 */
.main-item-info .bn-icon {
	width: 60px;
	height: 31px;
}
.main-item-info .bn-icon img {
	max-width: 100%;
}
.main-item-info h2 {
	font-size: 2rem;
}
.detail_content_wrap .fix_area {
	max-width: 700px !important;
	width: 100%;
	min-width: 500px;
}
.detail_content_wrap .qna-list {
	padding: 20px;
	text-align: left;
}
/*select item */
.select_service_form {
	position: relative;
}
.select_service_form .default_item {
	position: relative;
	width: 100%;
	padding-right: 2.5rem;
	background-color: #fff;
	border: 1px solid #cb9f76;
	text-align: left;
	border-radius: 0;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.default_item:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 1.1em;
	margin-top: -0.2rem;
	border: 0.28571428em solid transparent;
	border-top-color: #999;
}
.option_scrl_wrap {
	display: none;
	overflow: hidden;
	position: relative;
}
.option_list {
	display: block;
	background: #fff;
	/*스크롤 최소높이*/
	max-height: 224px;
	overflow-y: auto;
	overflow-x: hidden;
}
.optipon_item {
	border-bottom: 1px solid #ddd;
	padding: 0.2rem 0.5rem 0.2rem 0.2rem;
}
.optipon_item span {
	display: inline-block;
}
.oi-sub-txt,
span.oi-sub-txt {
	display: block;
	font-size: 13.5px;
	color: #757575;
}
.selt_info_wrap .oi-sub-txt {
	padding-left: 1rem;
	padding-right: 3rem;
}

/*active*/
.select_service_form.active {
	z-index: 11;
	background-color: #fff;
}

.select_service_form.active .default_item {
	border: 0;
}

.select_service_form.active .default_item:after {
	border-top-color: #333;
}

.select_service_form.active .option_scrl_wrap {
	display: block;
	position: absolute;
	right: -1px;
	left: -1px;
	background-color: #fff;
	user-select: none;
}
/*valiable*/
.select_service_form.active,
.select_service_form.active .option_scrl_wrap {
	border: 1px solid #76232f;
}

.select_service_form .default_item {
	padding-top: 0.5rem;
	padding-left: 0.5rem;
	padding-bottom: 0.5rem;
}
/*service price  wrap*/
.sepr_wrap {
	position: relative;
	min-height: 2.5rem;
}

.sepr_wrap .se {
	position: relative;
	padding-top: 0.3em;
	/*.pr와 연관*/
	padding-right: 6em;
}

.item_subprice {
	min-height: 42px;
}

.sepr_wrap .se .check {
	position: absolute;
	top: 0;
	left: 0
}
.sepr_wrap .se .item_tit {
	padding-left: 2.5rem;
}
.sepr_wrap .pr {
	position: absolute;
	top: 0.4rem;
	right: 0.5rem;
	/*.se와 연관*/
	width: 6em;
	text-align: right;
}
.sepr_wrap .pr del.txt_sub {
	line-height: 1.3;
}


/************************************************************
 *패키지옵션 스타일
 */
p{margin:0;}
.detail_content_wrap .whatis-sec,
.detail_content_wrap .recomdFor-sec,
.detail_content_wrap .type-sec,
.detail_content_wrap .proces-sec,
.detail_content_wrap .effect-sec,
.detail_content_wrap .qna-sec,
.detail_content_wrap .bna-sec,
.detail_content_wrap .caution-sec,
.detail_content_wrap .relatedPack-sec {
	padding: 80px 0 110px;
}
.detail_content_wrap > *:nth-child(even) {
	background-color: #FAF9F7;
}
.detail_content_wrap > *:nth-child(even) .prs-item .dopt {
	outline-color: #FAF9F7;
}
.detail_content_wrap > *:nth-child(even) .picto-list .picto-item {
	background-color: #fff;
}
.detail_content_wrap > *:nth-child(odd) .qna-item .ques {
	background-color: #a0a0a0;
	color: #fff;
	box-shadow: none;
}
.detail_content_wrap > *:nth-child(odd) .qna-item .ques:before {
	border-right-color: #a0a0a0;
}
.detail_content_wrap .video-sec,
.detail_content_wrap .img-sec {
	margin-top: 70px;
}
.ds-tit {
	position: relative;
	padding-top: 25px;
	text-align: center;
}
.ds-tit > h5 {
	font-size: 38px;
	font-weight: 600;
}
.ds-tit > span {
	position: absolute;
	top: 0;
	left: 50%;
	font-family: 'Campton', Sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #CB9F76;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.video-sec > iframe {
	display: block;
	margin: 0 auto;
}
.img-sec > img {
	display: block;
	max-width: 100%;
	height: auto !important;
	margin: 0 auto;
}
.custom-video-box {
	margin-bottom: 70px;
}
/*시술내용*/
.custom-sec {
	padding-top: 70px;
	padding-bottom: 200px;
}
.detail_content_wrap .tx_ip > iframe {
	width: 100%;
	height: 657px;
}
.detail_content_wrap .tx_ip .iframe_box {
	padding-top: 50px;
}
.detail_content_wrap .tx_ip .iframe_box iframe {
	width: 100%;
	height: 657px;
}

/*패키지 소개*/
.whatis-sec .ds-cont {
	padding-top: 70px;
	text-align: center;
	font-size: 18px;
	line-height: 1.6;
	word-break: keep-all;
}
.whatis-sec .ds-cont2 {
	margin-top: 90px;
}
.whatis-sec .picto-list {
	text-align: center;
	display: flex;
    flex-wrap: wrap;
    gap: 50px;
    max-width: 500px;
    margin: 0 auto;
}
.picto-list .picto-item {
	display: inline-block;
	width: 216px;
	height: 216px;
	padding: 50px;	
	background-color: #FAF9F7;
	border-radius: 50em;
	text-align: center;
	vertical-align: middle;
	margin-top: 10px;
}
.picto-item > b {
	display: block;
	margin-top: 10px;
	margin-bottom: 8px;
	font-size: 22px;
}
.picto-item > span {
	color: #666666;
}

/*패키지 메인이미지*/
.mainImg-sec {
	max-width: 1920px;
	margin: 0 auto;
}
.mainImg-sec img {
	display: block;
	width: 100%;
}

/*추천대상*/
.recomdFor-sec  {
	text-align: left;
}
.recomdFor-sec .rf-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;

}
.recomdFor-sec .rf-list.center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.rf-list .rf-item:after {
	content: '';
	display: block;
	width: 1px;
	height: calc(100% - 90px);
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: rgba(119,119,119,0.5);
}
.rf-list .rf-item:nth-child(3n):after,
.rf-list .rf-item:last-of-type:after {
	content: none;
}
/*시술과정*/
.proces-sec .ds-cont {
	margin: 0 auto;
}
.proces-sec .prs-list.center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.proces-sec .prs-list .prs-item {
	position: relative;
	width: 25%;
	margin-top: 55px;
	text-align: center;
}
.prs-item:before {
	content: '';
	display: block;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #B5B5B5;
}
.prs-list .prs-item > b {
	display: block;
	margin-bottom: 10px;
	font-family: 'Campton-book', Sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
}
.prs-item .dopt {
	position: relative;
	width: 38px;
	height: 38px;
	margin: 0 auto;
	background: center / 20px 16px #a73439 url(/imges/ico-check-w.png) no-repeat;
	border-radius: 50%;
	outline: 10px solid #fff;
}
.prs-list .prs-item > span {
	display: block;
	margin-top: 20px;
	font-size: 20px;
	font-weight: 500;
	color: #444;
	line-height: 1.5;
}

/*효과및권장주기*/
.effect-sec .ds-cont1 {
	width: 940px;
	margin: 70px auto 0;
	text-align: center;
	overflow: hidden;
}
.effect-sec .bna-wrap {
	position: relative;
}
.bna-wrap .bna-date {
	position: absolute;
	width: 100%;
	bottom: 25px;
	left: 0;
}
.bna-wrap .bna-date > span {
	position: absolute;
	bottom: 0;
	color: #fff;
	font-family: 'Campton-book', Sans-serif;
	font-size: 18px;
}
.bna-wrap .bna-date .before {
	left: 25%;
	margin-left: -51px;
}
.bna-wrap .bna-date .after {
	right: 25%;
	margin-right: -51px;
}
.effect-sec .twentytwenty-wrapper{
	height: 540px;
	overflow: hidden;
}
.effect-sec .ds-cont1 > span {
	display: block;
	margin-top: 15px;
	color: #666666;
}
.effect-sec .ds-cont2 {
	margin-top: 55px;
	overflow: hidden;
	padding: 0 20px;
}
.effect-sec .ds-cont2 ul {
	text-align: center;
}
.effect-sec .ds-cont2 ul li {
	padding-right: 50px;
	margin-bottom: 50px;
	text-align: left;
}
.effect-sec .ds-cont2 ul.center  {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.effect-sec .ds-cont2 ul.center li  {
	width: auto;
}
.effect-sec .ds-cont2 ul li p {
	position: relative;
	padding-top: 2px;
	padding-left: 50px;
	font-size: 18px;
	line-height: 1.4;
	word-break: keep-all;
}
.effect-sec .ds-cont2 .num {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #a73439;
	color: #fff;
	text-align: center;
}

/*twentytwenty-override css*/
.twentytwenty-overlay:hover {
	background: transparent;
}
.twentytwenty-handle {
	height: 67px;
	width: 67px;
	margin-left: -33.5px;
	margin-top: -33.5px;
	border: 1px solid black;
	background-color: rgba(0, 0, 0, 0.65);
}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
	-webkit-box-shadow: none;
	-mox-box-shadow: none;
	box-shadow: none;
}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
	width: 1px;
	margin-left: -0.5px;
}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
	background: rgba(0, 0, 0, 0.7);
}
.twentytwenty-horizontal .twentytwenty-handle:before {
	margin-bottom: 33.5px;
}
.twentytwenty-horizontal .twentytwenty-handle:after {
	margin-top: 33.5px;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
	border: 10px inset transparent;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
	margin-top: -10px;
}
.twentytwenty-left-arrow{
	border-right: 10px solid rgba(255, 255, 255, 0.75);
	margin-left: -30px;
}
.twentytwenty-right-arrow {
	border-left: 10px solid rgba(255, 255, 255, 0.75);
	margin-right: -30px;
}
.twentytwenty-before-label,
.twentytwenty-after-label {
	opacity: 1 !important;
}
.twentytwenty-horizontal .twentytwenty-before-label:before {
	top: auto;
	left: 25%;
	bottom: 40px;
	margin-left: -61px;
	background: none;
	font-family: 'Campton-book', Sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}
.twentytwenty-horizontal .twentytwenty-after-label:before {
	top: auto;
	right: 25%;
	bottom: 40px;
	margin-right: -54px;
	background: none;
	font-family: 'Campton-book', Sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}
/*//twentytwenty-override css*/

/*시술 Q&A*/
.qna-sec .ds-cont {
	width: 1024px;
	margin: 0 auto;
}
.qna-list .qna-item {
	margin-top: 70px;
}
.qna-item .ques {
	display: inline-block;
	position: relative;
	padding: 20px 30px;
	margin-left: 20px;
	background-color: #fff;
	border-radius: 40px;
	font-size: 20px;
	font-weight: 500;
	box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.11);
}
.qna-item .ques:before {
	content: '';
	position: absolute;
	top: 20px;
	left: -27px;
	border: 12px solid rgba(0,0,0,0);
	border-right: 30px solid #ffffff;
	-webkit-transform: rotate(7deg);
	-ms-transform: rotate(7deg);
	transform: rotate(7deg);
}
.qna-item .ques > b {
	font-family: 'Campton', Sans-serif;
	font-size: 30px;
	font-weight: 500;
}
.qna-item .answer {
	position: relative;
	margin-top: 50px;
	text-align: right;
}
.qna-item .answer > b {
	display: block;
	width: 70px;
	height: 70px;
	position: absolute;
	top: -20px;
	right: 0;
	padding: 15px;
	background-color: #A73439;
	border-radius: 50%;
}
.qna-item .answer > b img {
	display: block;
	height: 38px;
	margin: 0 auto;
}
.qna-item .answer > span {
	display: inline-block;
	position: relative;
	max-width: 780px;
	margin-left: auto;
	margin-right: 90px;
	padding: 25px 40px;
	background-color: #a73439;
	border-radius: 40px;
	font-size: 18px;
	color: #fff;
	text-align: left;
	line-height: 1.6;
	word-break: keep-all;
}
.qna-item .answer > span:after {
	content: '';
	position: absolute;
	top: 20px;
	right: -27px;
	border: 12px solid rgba(0,0,0,0);
	border-left: 30px solid #a73439;
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
}

/*시술전후*/
.bna-sec .bna-swiper-wrap {
	position: relative;
	margin-top: 70px;
}
.bna-swiper-wrap .bna-swiper {
	width: 1024px;
	margin: 0 auto;
	user-select: none;
}
.bna-pasination .swiper-button-next,
.bna-pasination .swiper-button-prev {
	width: 47px;
	height: 47px;
	background-color: #A8A8A8;
	background-size: 9px 18px;
	border-radius: 50%;
}
.bna-pasination .swiper-button-next {
	right: 0;
}
.bna-pasination .swiper-button-prev {
	left: 0;
}
.bna-swiper .bna-item {
	display: inline-block;
	width: 500px;
	text-align: center;
}
.bna-item .img-box {
	position: relative;
	width: 100%;
	height: 275px;
	overflow: hidden;
}
.bna-item .img-box img {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.bna-item .txt-box {
	overflow: hidden;
}
.bna-item .txt-box > div {
	width: 50%;
	padding: 10px;
	font-family: 'Campton-book', Sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	float: left;
}
.bna-item .txt-box > div span {
	color: #E1E1E1;
}
.bna-item .txt-box .before-txt {
	background-color: #A2A2A2;
}
.bna-item .txt-box .after-txt {
	background-color: #777777;
}

/*주의사항*/
.caution-sec .fix_area {
	min-height: 150px;
	position: relative;
	overflow: hidden;
}
.caution-sec .ds-tit {
	position: absolute;
	width: 400px;
	top: 0;
	left: 16px;
	text-align: left;
}
.caution-sec .ds-tit > span {
	left: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.caution-sec .ds-tit p {
	margin-top: 15px;
	font-size: 16px;
	font-size: 16px;
	color: #666;
	line-height: 1.5;
	margin-bottom: 8px;
}
.caution-sec .ds-cont {
	padding-left: 450px;
}
.caution-sec .ds-tit + .video-sec,
.caution-sec .ds-tit + .img-sec {
	margin-top: 200px;
}
.caution-list .caution-item {
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
	font-size: 18px;
	color: #444;
	line-height: 1.5;
	word-break: keep-all;
	text-align: left;
}
.caution-list .caution-item:before {
	content: '/';
	position: absolute;
	top: 0;
	left: 5px;
	font-size: 18px;
	-webkit-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
}
.caution-list .add-item {
	padding-left: 30px;
	font-size: 18px;
	color: #444;
	line-height: 1.5;
	word-break: keep-all;
	text-align: left;
}

/*연관시술*/
.detail_content_wrap .relatedPack-sec {
	background-color: #F1F1F1;
}
.relatedPack-sec .ds-tit > h5 span {
	font-size: 18px;
	font-weight: 400;
}
.relatedPack-sec .ds-tit > span {
	display: none;
}
.relatedPack-sec .ds-cont {
	margin-top: 50px;
}
.rlpck-item > a {
	display: block;
	width: 100%;
}
.rlpck-item .img-box img {
	display: block;
	width: 100%;
}
.rlpck-item .txt-box {
	padding: 30px 20px;
	background-color: #fff;
}
.rlpck-item .txt-box > b {
	display: block;
	margin-bottom: 10px;
	font-size: 17px;
}
.rlpck-item .txt-box >  p {
	color: #777777;
}
.rlpck-item .txt-box .price strong {
	font-size: 17px;
	color: #CB9F76;
}
.rlpck-pasination {
	position: relative;
	text-align: center;
	margin-top: 25px;
}
.rlpck-pasination .swiper-pagination {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.rlpck-pasination .swiper-pagination-bullet {
	width: 5px;
	height: 5px;
	margin: 0 5px;
	opacity: .4;
	vertical-align: middle;
}
.rlpck-pasination .swiper-pagination .swiper-pagination-bullet-active {
	background: #000;
	width: 8px;
	height: 8px;
	opacity: 1;
}


/*****************************************************
	fix service select
*/
.detail-top-fix {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	border-bottom: 1px solid #221f16;
	background-color: #fff;
	z-index: 10000;
}
.detail-top-fix .fix_area {
	position: relative;
}
.detail-top-fix .dtf-top {
	position: relative;
	height: 50px;
	padding-left: 100px;
	margin: 12px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.detail-top-fix .dtf-top .img-box {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 89px;
	height: 50px;
}
.dtf-top .img-box img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.dtf-top .tit {
	display: block;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	line-height: 16px;
	white-space: nowrap;
	padding: 5px 200px 0 0;
}
.dtf-top .dtft-bottom {
	margin-top: 5px;
}
.dtf-top .dtft-bottom .price {
	display: inline-block;
	margin-top: 1px;
	vertical-align: top;
	font-size: 14px;
}
.dtft-bottom .price strong {
	display: inline-block;
	margin-top: -1px;
	vertical-align: top;
	font-size: 16px;
	color: #a73439;
}
.detail-top-fix .dtf-open-reserv-btn {
	cursor: pointer;
	-webkit-appearance: none;
	position: absolute;
	top: 3px;
	right: 16px;
	width: 160px;
	height: 44px;
	background-color: #a73439;
	font-family: 'Noto Sans KR', Sans-serif;
	color: white;
	text-align: center;
}
.detail-top-fix .dtf-cont {
	display: none;
	overflow: hidden;
	margin-bottom: 15px;
	border: 1px solid #dee0e2;
	background-color: #f8f9fa;
	font-size: 13px;
}
.dtf-cont > form {
	height: 100%;
}
.dtf-cont .dtf-divi {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0;
}
.dtf-divi > .dtfd {
	position: relative;
	display: inline-block;
	width: 37%;
	height: 100%;
	max-height: 220px;
	padding: 20px 25px;
	font-size: 14px;
	vertical-align: top;
}
.dtf-divi > .dtfd:first-of-type:before {
	content: '';
	position: absolute;
	top: 20px;
	right: 0;
	width: 1px;
	bottom: 20px;
	background-color: #dee0e2;
}
.dtf-divi > .dtfd:last-of-type:before {
	content: '';
	position: absolute;
	top: 20px;
	left: 0;
	width: 1px;
	bottom: 20px;
	background-color: #dee0e2
}
.dtf-cont .option_list {
	max-height: 140px;
}
.dtf-cont .select_service_form .default_item {
	border-color:  #c7c7c7;
}
.dtf-divi > .dtfd.w_top_select {
	height: 180px;
	margin-top: 20px;
	padding-top: 0;
	padding-bottom: 0;
	overflow-y: auto;
}
.dtf-cont .select_list {
	background-color: #fff;
}
.dtf-cont .w_select_bottom {
	text-align: right;
	width: 26%;
}
.dtf-cont .w_select_bottom .tt-box {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 100px;
}
.w_select_bottom .tt-top {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0px;
	font-size: 13px;
}
.w_select_bottom .tt-btm {
	display: block;
	font-size: 15px;
	padding-left: 90px;
}
.w_select_bottom .tt-btm .bs-txt {
	display: block;
	margin-bottom: 4px;
	font-size: 9pt;
	color: #6b6b6b;
}
.w_select_bottom .tt-btm strong {
	display: inline-block;
	font-size: 22px;
	font-weight: 600;
	color: #a73439;
}
.dtf-cont .btn-box {
	position: absolute;
	bottom: 30px;
	left: 25px;
	right: 15px;
	font-size: 0;
}
.dtf-cont .btn-box > .col2 {
	display: inline-block;
	width: 50%;
	padding-right: 10px;
}
.dtf-cont .btn-box button {
	height: 50px;
}
.dtf-close-reserv-btn {
	position: absolute;
	top: 0px;
	right: 20px;
	background: center/30px url(/imges/times.svg) no-repeat;
	height: 50px;
	width: 50px;
	padding: 0;
	z-index: 10;
}
/*on*/
.detail-top-fix.on .dtf-open-reserv-btn {
	display: none;
}
.detail-top-fix.on .dtf-cont {
	display: block;
	height: 222px;
}

/*card img*/
.card-img-box {
	/*max-width: 1920px;*/
	margin: 0 auto;
}
.card-img-box img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.pc-only {
	display: block;
}
.mo-only {
	display: none;
}

/* event detail txt */
.ev-duration {
	font-size: 12px;
	color: #A73439;
	margin-top: 4px;

}

.ev-duration.pr-1{
	padding-left:1rem;
}























.recomdFor-sec .ds-cont {
	margin-top: 30px;
}
.recomdFor-sec .rf-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.rf-list .rf-item {
	position: relative;
	width: 100%;
	height: 100%;
	margin-top: 35px;
	font-size: 0;
}

.rf-item > b {
	display: inline-block;
	width: 80px;
	position: relative;
	padding-bottom: 12px;
	font-family: 'Campton', Sans-serif;
	font-size: 18px;
	color: #A73439;
	vertical-align: top;
}
.rf-item > b:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 15px;
	height: 2px;
	background-color: #A73439;
}
.rf-item > p {
	display: inline-block;
	width: calc(100% - 80px);
	margin-left: auto;
	padding-left: 40px;
	font-size: 18px;
	font-weight: 500;
	word-break: keep-all;
}

@media screen and (max-width: 1362px) {
	.renew_2025 .content_container{
		padding-left: 12px;
	}
	.renew_2025 .treatment_detail_container{
		width: calc(100vw - 586px);
	}
	.renew_2025 .treatment_form_container{
		margin-left: calc(100vw - 559px);
	}	
}

/* .renew_2025 .treatment_detail_container{
		width: 800px;
	}
	.renew_2025 .treatment_form_container{
		margin-left: 839px
	}	 */