@charset "UTF-8";

/*
 *지점 디테일 페이지 스타일
 */
.dt_tit {
	position: relative;
	box-shadow: 2px 5px 6px rgba(0, 0, 0, 0.12);
	background-color: #fff;
	padding-bottom: 20px;
}
.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-top: 20px;
    padding-right: 1rem;
    padding-left: 1rem;
    border-top: 1px solid #eee;
    text-align: center;
    color: #757575;
    word-break: keep-all;
}
.oi-sub-txt,
span.oi-sub-txt {
    display: block;
	font-size: 1rem;
    color: #757575;
}
.option_scrl_wrap .oi-sub-txt {
	padding-left: 25px;
}

/*selected list*/
.s_list .s_item { 
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 0.25rem;
	margin-bottom: 0.25rem;
	overflow: hidden;
}
.i-box { 
	display: inline-block;
	width: 18px;
    height: 18px;
	padding-top: 0.1rem;
	margin-left: 0.5rem;
    background-color: #ffffff;
    border: 1px solid #ccc;
	font-size: 1rem;
	text-align: center;
	line-height: 1.1;
}
.choice .i-box i { 
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
}
.i-box.left { 
	margin-left: 0;
	margin-right: 0.5rem;
}
/*fix select*/
.selectServiceWrap { 
	position: fixed;
	bottom: -999rem;
	z-index: 0;
}
.selectServiceWrap.on { 
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 300;
	width: 100%;
	margin: 0 auto;
}
.closeSelectServie { 
    position: absolute;
    top: -25px;
    left: 50%;
	width: 60px;
    height: 25px;
    margin-left: -30px;
    padding-top: 5px;
    border-radius: .5em;
    text-align: center;
    overflow: hidden;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.selectServiceWrap .ss_body { 
	/*스크롤 최소높이*/
    min-height: 143.5px;

	/*최대높이*/
	/*overflow-y: auto;*/
    max-height: 350px;

	/*선택박스 42 + 리스트	max-height: 224px;*/
	/*height: 268px;*/
}
.ss_body .s_list { 
    max-height: 300px;
    overflow: auto;
}

/*service price  wrap*/
.sepr_wrap { 
	position: relative;
	min-height: 2rem;
}
.sepr_wrap .se { 
	position: relative;
	/*.pr와 연관*/
	padding-right: 6em;
}
.sepr_wrap .se .check { 
	position: absolute;
	top: 0;
	left: 0
}
.sepr_wrap .se .item_tit { 
	padding-left: 2rem;
}
.sepr_wrap .pr { 
	position: absolute;
	top: 0.25rem;
	right: 0.5rem;
	/*.se와 연관*/
	width: 6em;
    text-align: right;
}
.item_subprice { 
	min-height: 37px;
}

/*padding large*/
.sepr_wrap.pl .se { 
	padding-right: 7.5em;
}
.sepr_wrap.pl .pr { 
    top: 1rem;
    right: 1rem;
    width: 7em;
}
.btn_wrap.bar_scnd { 
	background-color:#494440;
}
.bar_scnd .column { 
	width:100%; 
	padding:0.5rem;
}
.bar_scnd .column > button { 
	display: block;
	width: 100%;
	height: 47px;
	font-weight: 600;
}
.selectServiceWrap .bar_scnd .column {
	width: 100%;
}
.bar_scnd .consul { 
	color:#7A6E66; 
	background-color:#D7D2CC;
}
.bar_scnd .consul .bedge { 
    background-color: #cb9f76;
}
.bar_scnd .reserv { 
	color:#fff; 
	background-color:#7B6D64;
}
.selectServiceWrap.br_style { 
    padding: 0;
    border: 0;
    background-color: #494440;
}
.br_style .ss_body { 
    margin: 1rem 1rem 0;
	background-color: #fff;
}
.br_style .s_list { 
    background-color: white;	
}
.br_style .s_list .s_item { 
    margin: 0.25rem;
}
.br_style.selectServiceWrap .tt_wrap { 
    border-top: 1px solid #ececec;
    background-color: white;
	margin: 0 1rem;
    padding: 0.5rem 0.5rem 1rem;
}
.br_style .closeSelectServie { 
	overflow: visible;
	background-color: #494440;
	border-radius: 0;
	top: -20px;
	height: 20px;
}
.br_style .closeSelectServie:before,
.br_style .closeSelectServie:after { 
	content: '';
	position: absolute;
	top: 0;
}
.br_style .closeSelectServie:before { 
    left: -0.98rem;
	border-top: 1.65rem solid transparent;
    border-bottom: 0rem solid transparent;
    border-right: 1rem solid #494440;
    border-left: none;
}
.br_style .closeSelectServie:after { 
	right: -0.98rem;
	border-top: 1.65rem solid transparent;
	border-bottom: 0rem solid transparent;
	border-left: 1rem solid #494440;
	border-right: none;
}

/*selected list*/
.selt_info_wrap { 
	position: relative;
	min-height: 2rem;
}
.selt_info_wrap .selt { 
	padding-top: 0em;
	padding-right: 8.5em;
}
.selt_info_wrap .info { 
	position: absolute;
	top: 0.25rem;
    right: 0.25rem;
	width: 8.5em;
    padding-right: 2rem;
    padding-top: 0em;
	text-align: right;
}
.selt_info_wrap .info .abtn { 
	position: absolute;
	top: 0rem;
    right: 0rem;
}

/*	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 #a9a9a9;
	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: 190px;
    overflow-y: auto;
    overflow-x: hidden;
}
.optipon_item { 
	border-bottom: 1px solid #ddd;
	padding: 0.4rem;
}
.optipon_item span { 
	display: inline-block;
}

/*active*/
.select_service_form.active {
    z-index: 10;
    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;
}

/*valiable*/
.select_service_form.active,
.select_service_form.active .option_scrl_wrap { 
	border: 1px solid #333;
}
.select_service_form .default_item { 
	padding-top: 0.5rem;
	padding-left: 0.5rem;
	padding-bottom: 0.5rem;
}

.selectServiceWrap .tt_wrap { 
	border-top: 1px dashed #ccc;
	margin-top: 1rem;
	padding: 1rem;
	font-size: 1.1em;
}
.tt_wrap .right > span,
.tt_wrap .right > strong { 
	vertical-align: middle;
}

.tt_wrap .right .txt_num { 
	font-size: 1.4em;
}

/************************************************************
 *패키지옵션 스타일
 */
p {margin:0;}
.detail_content_wrap {
    margin-top: 1.5rem;
	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', Sans-serif;
	font-size: 1rem;
	font-weight: 500;
	color: #CB9F76;
	white-space: nowrap;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    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;
}

/*패키지 소개*/
.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%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    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: -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: 65px;
    position: relative;
    padding-bottom: 12px;
    font-family: 'Campton', Sans-serif;
    font-size: 16px;
    color: #cb9f76;
    vertical-align: top;
}
.rf-item > b:after {
	content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15px;
    height: 2px;
    background-color: #cb9f76;
}
.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 #cb9f76 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: #cb9f76;
    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: 0px 1px 7px rgba(0, 0, 0, 0.06);
}
.qna-item .ques:before {
    content: '';
    position: absolute;
    top: 0px;
    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: #cb9f76;
    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: #cb9f76;
    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 #cb9f76;
	-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;
}