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

.renew_2025 .treatment_detail_container{
	background-color: #fff;
}
.renew_2025 .detail_content .tag_date_container{
	display: flex;
	justify-content: space-between;
	padding: 15px 15px 11px 15px;
}
.renew_2025 .detail_content .tag_date_container .labels {
	display:flex;
	gap: 4px;
}
.renew_2025 .detail_content .tag_date_container .labels span{
	height: 22px;
	border-radius: 4px;
	padding: 4px 8px;
	font-family: "Pretendard";
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: -0.017em;
	vertical-align: middle;
}
.renew_2025 .detail_content .tag_date_container .labels .kakao{
	background-color: #FFCE2D;
	color: #000000;
}
.renew_2025 .detail_content .tag_date_container .labels .home{
	background-color: #A73439;
	color: white;
}
.renew_2025 .detail_content .name_price_container{
	display: flex;
	justify-content: space-between;
	padding: 0 15px;
}
.renew_2025 .detail_content .name_price_container .name{
	font-family: "Pretendard";
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: -0.017em;
}
.renew_2025 .detail_content .name_price_container .price{
	margin: 0;
	color: #221E1F;
	font-family: "Pretendard";
	font-weight: 700;
	font-size: 11px;
	line-height: 100%;
	letter-spacing: -0.017em;
}
.renew_2025 .detail_content .name_price_container .price strong{
	color: #A73439;
	font-family: "Pretendard";
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: -0.017em;

}
.renew_2025 .detail_content .description {
	margin: 13px 15px 0;
	font-family: "Pretendard";
	font-weight: 400;
	font-size: 13px;
	line-height: 100%;
	letter-spacing: -0.017em;
	word-break: break-word;
}
.renew_2025 .detail_content .brow {
	margin: 13px 15px 0;
	font-size: 14px;
}
.renew_2025 .detail_content .brow .red{
	color: #A73439;
}
.renew_2025 .detail_content .tags {
	margin: 13px 15px 0;
}
.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: 12px;
	line-height: 100%;
	letter-spacing: -0.017em;
}

.renew_2025 .treatment_form_container{
	margin: 12px 12px 0 12px;
	border-top: 1px solid #6C696A;
	transition: all .2s;
}

.renew_2025 .treatment_form_container .treatment_list{
	display: flex;
	flex-direction: column;
	padding-bottom: 8px;
}

.renew_2025 .treatment_form_container .treatment_list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	border-bottom: 1px solid #E1E1E1;
	background-color: #ffffff;
	transition: all .2s;
}
.renew_2025 .treatment_form_container .treatment_list li.no_data:hover {
	border: none;
}
.renew_2025 .treatment_form_container .treatment_list li .list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	width: 100%;
}
.renew_2025 .treatment_form_container .treatment_list li .box_evt_body {
	width: 100%;
}
.renew_2025 .treatment_list input[type="checkbox"] {
	visibility: hidden;
	display: none;
}
.renew_2025 .treatment_form_container .treatment_list label {
    padding: 15px 0;
	position: relative;
	display: inline-block;
	cursor: pointer;
	margin: 0;
	line-height: 20px;
	transition: all .3s ease-out;
	width: 100%;
}
.renew_2025 .treatment_list label:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-right: 8px;
	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_form_container .treatment_list label p{
	font-family: "Pretendard";
	font-weight: 400;
	font-size: 15px;
	line-height: 100%;
	letter-spacing: -0.017em;
	margin-left: 28px;
	word-break: break-word;
}
.renew_2025 .treatment_list input[type="checkbox"]:checked ~ label p {
	font-weight: 700;
}
.renew_2025 .treatment_list .treatment_info{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 4px;
}
.renew_2025 .treatment_list .treatment_info .treatment_name_wrap .ev-duration{
	word-break: break-word;
	margin-left: 28px;
	margin-top: 4px;
}
.renew_2025 .treatment_list .treatment_info .treatment_price_wrap {
	text-align: right;
}
.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;
	color: #A73439;
}
/*
 *지점 디테일 페이지 스타일
 */
.dt_tit {
	position: relative;
	box-shadow: 2px 5px 6px rgba(0, 0, 0, 0.12);
	background-color: #fff;
}
.dt_tit > .h {
	padding-right: 7rem;
	font-weight: bold;
}
.dt_sh {
	position: absolute;
	top: 0.5rem;
	right: 1rem;
	overflow: hidden;
}

/* BEST/NEW 아이콘 */
.__po-t {
	top: 3rem;
}
.dt_sh .b_col {
	display: inline-block;
	float: right;
	padding: 0.5rem;
}
/*hash tag list*/
.htag_list {
	overflow: hidden;
	padding: 0.7rem 1rem 0rem;
	font-size: 95%;
	color: #988555;
}
.htag_list li {
	float: left;
	margin-right: 5px;
}
.htag_list li > span:hover {
	text-decoration: underline;
}
.main-item-info .htag_list {
	padding: 1rem 0 2rem;
	font-size: 1rem;
}

.pck-limit-txt {
	margin-top: 15px;
	padding: 20px 1rem;
	border-top: 1px solid #eee;
	color: #757575;
	word-break: keep-all;
}
.pck-limit-txt > span.strong {
	color: #a73439;
	font-weight: bold;
}
.oi-sub-txt,
span.oi-sub-txt {
	display: block;
	font-size: 1rem;
	color: #757575;
}
.option_scrl_wrap .oi-sub-txt {
	padding-left: 25px;
}

/************************************************************
 *패키지옵션 스타일
 */
p {margin:0;}
.detail_content_wrap {
	background-color: #fff;
	box-shadow: 2px 5px 6px rgba(0, 0, 0, 0.12);
}
.detail_content_wrap .fix_area {
	padding: 0 1rem;
}
.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 130px;
}
.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 .rsp-box {
	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;
}
.ds-tit {
	position: relative;
	padding-top: 20px;
	text-align: center;
}
.ds-tit > h5 {
	font-size: 22px;
	font-weight: 600;
	word-break: keep-all;
}
.ds-tit > span {
	position: absolute;
	top: 0;
	left: 50%;
	font-family: 'Campton';
	font-size: 1rem;
	font-weight: 500;
	color: #CB9F76;
	white-space: nowrap;
	transform: translateX(-50%);
}
.video-sec {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	margin-top: 40px;
}
.video-sec > iframe {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 auto;
}
.img-sec {
	margin-top: 40px;
}
.img-sec > img {
	display: block;
	max-width: 100%;
	height: auto !important;
	margin: 0 auto;
}
/*시술내용*/
.custom-sec {
	padding-top: 20px;
	padding-bottom: 60px;
}
.detail_content_wrap .tx_ip .iframe_box {
	padding-top: 35px;
}
.detail_content_wrap .tx_ip .iframe_box iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 100/56;
}

/*패키지 소개*/
.whatis-sec .ds-cont {
	padding-top: 30px;
	text-align: center;
	line-height: 1.7em;
	color: #444;
	word-break: keep-all;
}
.whatis-sec .ds-cont2 {
	margin-top: 40px;
}
.whatis-sec .picto-list {
	overflow: hidden;
}
.whatis-sec .picto-list > li {
	width: 48%;
	float: left;
}
.whatis-sec .picto-list > li:nth-child(2n) {
	float: right;
}
.picto-list .rsp-box {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	margin-top: 20px;
	background-color: #FAF9F7;
	border-radius: 50%;
	text-align: center;
	overflow: hidden;
}
.picto-list .picto-item {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}
.picto-item figure img {
	width: 23%;
	height: 23%;
}
.picto-item > b {
	display: block;
	margin-top: 7px;
	margin-bottom: 3px;
	font-size: 15px;
}
.picto-item > span {
	font-size: 12px;
	color: #666666;
}

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

/*추천대상*/
.recomdFor-sec .ds-cont {
	margin-top: 30px;
}
.recomdFor-sec .rf-list {
	display: flex;
	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: 65px;
	position: relative;
	padding-bottom: 12px;
	font-family: 'Campton';
	font-size: 16px;
	color: #A73439;
	vertical-align: top;
}
.rf-item > b:after {
	content: '';
	display: block;
	position: absolute;
	left: 12px;
	bottom: 0;
	width: 15px;
	height: 2px;
	background-color: #A73439;
}
.rf-item > p {
	display: inline-block;
	width: calc(100% - 65px);
	margin-left: auto;
	padding-left: 40px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5em;
	word-break: keep-all;
}


/*시술과정*/
.proces-sec .ds-cont {
	margin-top: 10px;
}
.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: 33.3333%;
	margin-top: 30px;
	text-align: center;
}
.prs-item:before {
	content: '';
	display: block;
	position: absolute;
	top: 40px;
	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-weight: 400;
	color: #666666;
}
.prs-item .dopt {
	position: relative;
	width: 25px;
	height: 25px;
	margin: 0 auto;
	background: center / 10px 8px #a73439 url(/imges/ico-check-w.png) no-repeat;
	border-radius: 50%;
	outline: 3px solid #fff;
}
.prs-list .prs-item > span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 500;
	color: #444;
}

/*효과및권장주기*/
.effect-sec .ds-cont {
	margin-top: 35px;
	text-align: center;
	overflow: hidden;
}
.effect-sec .ds-cont2 {
	margin-top: 35px;
	overflow: hidden;
}
.effect-sec .ds-cont2 p {
	position: relative;
	padding-top: 3px;
	padding-left: 35px;
	padding-right: 5px;
	margin-bottom: 30px;
	word-break: keep-all
}
.effect-sec .ds-cont2 .num {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 25px;
	height: 25px;
	padding: 3px 0;
	background-color: #a73439;
	color: #fff;
	text-align: center;
}

.effect-sec .bna-wrap {
	position: relative;
}
.bna-wrap .bna-date {
	position: absolute;
	width: 100%;
	bottom: 10px;
	left: 0;
}
.bna-wrap .bna-date > span {
	position: absolute;
	bottom: 0;
	color: #fff;
	font-family: 'Campton-book', Sans-serif;
	font-size: 12px;
}
.bna-wrap .bna-date .before {
	left: 25%;
	margin-left: -35px;
}
.bna-wrap .bna-date .after {
	right: 25%;
	margin-right: -35px;
}
.effect-sec .twentytwenty-wrapper{
	overflow: hidden;
}
.effect-sec .ds-cont > span {
	display: block;
	margin-top: 10px;
	font-size: 12px;
	color: #666666;
}
.effect-sec .ds-cont > p {
	line-height: 1.7;
	/*margin-bottom: 10px;*/
	word-break: keep-all;
}
/*twentytwenty-override css*/
.twentytwenty-overlay:hover {
	background: transparent;
}
.twentytwenty-handle {
	height: 40px;
	width: 40px;
	margin-left: -20px;
	margin-top: -20px;
	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: 21px;
}
.twentytwenty-horizontal .twentytwenty-handle:after {
	margin-top: 21px;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
	border: 5px inset transparent;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
	margin-top: -5px;
}
.twentytwenty-left-arrow{
	border-right: 5px solid rgba(255, 255, 255, 0.75);
	margin-left: -15px;
}
.twentytwenty-right-arrow {
	border-left: 5px solid rgba(255, 255, 255, 0.75);
	margin-right: -15px;
}
.twentytwenty-before-label,
.twentytwenty-after-label {
	opacity: 1;
}
.twentytwenty-horizontal .twentytwenty-before-label:before {
	top: auto;
	left: 25%;
	bottom: 30px;
	margin-left: -48px;
	background: none;
	font-family: 'Campton-book', Sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1;
}
.twentytwenty-horizontal .twentytwenty-after-label:before {
	top: auto;
	right: 25%;
	bottom: 30px;
	margin-right: -43px;
	background: none;
	font-family: 'Campton-book', Sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1;
}
/*//twentytwenty-override css*/

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

/*시술전후*/
.bna-sec .bna-swiper-wrap {
	position: relative;
	margin-top: 50px;
}
.bna-pasination {
	position: relative;
	text-align: center;
	margin-top: 25px;
}
.bna-pasination .swiper-pagination {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.bna-pasination .swiper-pagination-bullet {
	width: 5px;
	height: 5px;
	margin: 0 5px;
	opacity: .4;
	vertical-align: middle;
}
.bna-pasination .swiper-pagination .swiper-pagination-bullet-active {
	background: #000;
	width: 8px;
	height: 8px;
	opacity: 1;
}
.bna-swiper .bna-item {
	width: 100%;
	text-align: center;
}
.bna-item .img-box {
	position: relative;
	width: 100%;
	padding-bottom: 50%;
	overflow: hidden;
}
.bna-item .img-box img {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-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: 12px;
	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 .ds-tit p {
	margin-top: 15px;
	color: #666;
	line-height: 1.6;
}
.caution-sec .ds-cont {
	margin-top: 60px;
}
.caution-list .caution-item {
	position: relative;
	padding-left: 25px;
	margin-bottom: 20px;
	color: #444;
	line-height: 1.6;
	word-break: keep-all;
}
.caution-list .caution-item:before {
	content: '/';
	position: absolute;
	top: 0;
	left: 3px;
	-webkit-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
}
.caution-list .add-item {
	padding-left: 25px;
	color: #444;
	line-height: 1.5;
	word-break: keep-all;
}

/*연관시술*/
.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;
}

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

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

/* 230822 */
.btn_wrap.__color {
	padding-bottom: 0;
	background-color: #F1F1F1;
}
.__color .column:first-child {
	padding-left: 1rem;
}
.__color .column:last-child {
	padding-right: 1rem;
}
.__color .consul {
	color: #A73439;
	background-color: #ffffff;
	border: 1px solid #A73439;
}
.__color .reserv {
	background-color: #A73439;
	color: #ffffff;
}

.__renew_detail .i-fasttrack {
	width: 62px;
	height: 13px;
	vertical-align: -3px;
}

.option_scrl_wrap .i-fasttrack {
	width: 62px;
	height: 13px;
	vertical-align: -3px;
}

.selt_info_wrap .i-fasttrack {
	margin-left: 3px;
	width: 62px;
	height: 13px;
	vertical-align: -2px;
}



.carvon-down {
	display: inline-block;
	position: relative;
	width: 18px;
	height: 15px;
}
.carvon-down:before,
.carvon-down:after {
	content: '';
	width: 2px;
	height: 10px;
	position: absolute;
	top: 3px;
	background-color: #fff;
}
.carvon-down:before {
	left: 4px;
	-webkit-transform: rotate(-50deg);
	-ms-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
.carvon-down:after {
	left: 11px;
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
}
