@charset "UTF-8";


/*
 *지점 디테일 페이지 스타일
 */
.main-img-size{
    position: relative;
    width: 655px;
    height: 368px;
	overflow: hidden;
    border-radius: 0.25rem;
    text-align: center;
}
.img_center img {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 0;
}
.item-top-section { 
	padding: 2rem 0;
}
.pck-limit-txt {
	padding-top: 15px;
}
.pck-limit-txt > span {
	display: block;
	color: #6c696a;
    font-size: 13.5px;
}
/* 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;
}
.main-item-info .wbka {
	margin-top: 1rem;
}
.main-item-info .price { 
    display: block;
	font-size: 1.3rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
}
.main-item-info .__price {
	display: block;
	font-size: 1.3rem;
	margin-top: 0.5rem;
	margin-bottom: 3rem;
}
.main-item-info .price strong { 
	font-size: 1.8rem;
}
.main-item-info .__price strong {
	font-size: 1.8rem;
	font-weight: 700;
	color: #A73439;
}
.main-item-info .htag_list { 
	padding: 1rem 0 1.5rem;
    font-size: 1rem;
}
.main-item-info .form-box {
	margin-bottom: 7px;
}
.pts-wrap {
	position: relative;
}
.pts-wrap .img-ps {
    position: absolute;
    bottom: 50%;
    right: 0;
}
.pts-wrap .border-line {
	/*width: 250px;*/
	height: 1px;
	background-color: #ddd;
}
.pts-wrap .img-ps img {
	display: block;
    width: 150px;
    height: 150px;
}
#web .optipon_item { 
    padding: 0.4rem 0.5rem;
}
.w_top_select .selt_info_wrap { 
	padding: 0.8rem 0;
    border-bottom: 1px solid #ddd;
}
.w_top_select .selt_info_wrap:last-child { 
	border: none;
}
.w_top_select .selt_info_wrap .selt { 
    padding-right: 11.5em;
    padding-left: 1rem;
    width: 100%;
}
.w_top_select .selt_info_wrap .info { 
    top: 0.7rem;
    width: 11.5em;
    padding-right: 3rem;
    padding-top: 0.3em;
}

.w_top_select .selt_info_wrap .info button { 
    position: absolute;
	top: 0;
	right: 0;
}

.w_select_bottom .total { 
    position: relative;
    background-color: #e6e6e6;
    padding: 1.5rem;
}
.w_select_bottom .total .left { 
    position: absolute;
    top: 1.6rem;
    left: 20px;
}
.w_select_bottom .total .right { 
	text-align: right;
	padding-left: 70px;
	padding-right: 24px;
	line-height: 1.5rem;
}
.w_select_bottom .total .right strong {
	font-size: 22px;
    font-weight: 600;
}
.w_select_bottom .total .bs-txt { 
	display: block;
	margin-top: 4px;
    font-size: 9pt;
    color: #6b6b6b;
}
.item-top-section .main_btn { 
	text-align: right;
	margin: 1rem 0;
}
.item-top-section .main_btn button { 
	width: 180px;
	height: 50px;
}
/*selected list*/
.selt_info_wrap { 
	position: relative;
	min-height: 2.5rem;
}

.selt_info_wrap .selt { 
	padding-top: 0.3em;
	padding-right: 8.5em;
}

.selt_info_wrap .info { 
	position: absolute;
	top: 0.2rem;
    right: 0.2rem;
	width: 8.5em;
    padding-right: 2.5rem;
    padding-top: 0.2em;
	text-align: right;
}

.selt_info_wrap .info .abtn { 
	position: absolute;
	top: 0;
    right: 0;
}
/*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-wrap {
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex; 
	-webkit-box-pack: justify; 
	-ms-flex-pack: justify; 
	justify-content: space-between; 
}
.oi-wrap .oi-txt {
	flex: 0 0 60%;
	max-width: 60%;
}
.oi-wrap .oi-price {
	flex: 0 0 40%;
	max-width: 40%;
    text-align: right;
}
.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: 160px 0 220px;
}
.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-sec {
    padding-top: 70px;
    padding-bottom: 200px;
}

/*패키지 소개*/
.whatis-sec .ds-cont {
	padding-top: 70px;
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
	word-break: keep-all;
}
.whatis-sec .ds-cont2 {
	margin-top: 90px;
}
.whatis-sec .picto-list {
	margin-right: -50px;
	text-align: center;
}
.picto-list .picto-item {
	/* display: inline-block; */
    width: 216px;
    height: 216px;
    /* padding: 40px 0; */
	overflow: hidden;
    margin-right: 50px;
    background-color: #FAF9F7;
    border-radius: 50em;
    text-align: center;
	vertical-align: middle;
	display:flex;
	flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.picto-item > b {
    display: block;
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 22px;
}
.picto-item > span {
    color: #666666;
	max-width:75%;
}

/*패키지 메인이미지*/
.mainImg-sec {
	max-width: 1920px;
	margin: 0 auto;
}
.mainImg-sec img {
	display: block;
	width: 100%;
}

/*추천대상*/
.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 {
    position: relative;
    width: 33.3333%;
    padding: 0 60px;
    margin-top: 100px;
    vertical-align: top;
    text-align: 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;
}
.rf-item > b {
    display: block;
    position: relative;
    padding-bottom: 20px;
    color: #cb9f76;
    font-family: 'Campton', Sans-serif;
    font-size: 20px;
    font-weight: 700;
}
.rf-item > b:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 20px;
	height: 2px;
	margin-left: -10px;
	background-color: #cb9f76;
}
.rf-item > p {
	margin-top: 50px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    word-break: keep-all;
}

/*시술과정*/
.proces-sec .ds-cont {
	width: 1024px;
	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 #cb9f76 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;
}
.effect-sec .ds-cont2 ul {
	margin-right: -50px;
	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: #cb9f76;
	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: #cb9f76;
	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: #cb9f76;
    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 #cb9f76;
    -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: 450px;
    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;
}
.caution-sec .ds-cont {
	padding-left: 490px;
}
.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;
}
.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;
}

/*연관시술*/
.detail_content_wrap .relatedPack-sec {
	background-color: #F1F1F1;
}
.relatedPack-sec .ds-tit > h5 {
    font-size: 30px;
}
.relatedPack-sec .ds-tit > h5 span {
	font-weight: 400;
}
.relatedPack-sec .ds-tit > span {
	display: none;
}
.relatedPack-sec .ds-cont {
	margin-top: 50px;
}
.relatedPack-sec .rlpck-list {
	font-size: 0;
	margin-right: -29px;
}
.rlpck-list .rlpck-item {
	display: inline-block;
	width: 370px;
	margin-top: 50px;
	margin-right: 29px;
	text-align: left;
	vertical-align: top;
}
.rlpck-item > a {
	display: block;
}
.rlpck-item .img-box img {
	display: block;
	width: 100%;
	max-height: 209px;
}
.rlpck-item .txt-box {
    padding: 35px 25px;
    background-color: #fff;
    font-size: 1rem;
}
.rlpck-item .txt-box > b {
    display: block;
    margin-bottom: 10px;
	font-size: 18px;
}
.rlpck-item .txt-box >  p {
	color: #777777;
}
.rlpck-item .txt-box .price strong {
	font-size: 18px;
    color: #CB9F76;
}


/*****************************************************
	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: #cb9f76;
}
.detail-top-fix .dtf-open-reserv-btn {
    cursor: pointer;
    -webkit-appearance: none;
    position: absolute;
    top: 3px;
    right: 16px;
    width: 160px;
    height: 44px;
    background-color: #cb9f76;
	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: #cb9f76;
}
.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;
}