@charset "UTF-8";
/*****************************************************
		area module style
*/
.womanWaxingArea-tab { display: flex; background-color: #f2f2f2; }
.womanWaxingArea .tab > .tab-item { 
	display: -webkit-box; display: -ms-flexbox; display: flex;     
	word-break: keep-all;
	padding: 0;
	min-height: 50px;
	display: flex;
	-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; 
	-webkit-box-align: center; -ms-flex-align: center; align-items: center; 
	color: #9e0202; font-weight: 500; border-right: 1px solid #d6d6d6;}
.womanWaxingArea .tab > .tab-item:last-of-type { border-right: 0; }
.womanWaxingArea .tab > .tab-item.active { color: #fff; background-color: #9e0202; border-right: 0;border-bottom-color: #9e0202;}
.womanWaxingArea .tab-panel.active { padding-top: 0; }
.womanWaxingArea .tab > .tab-item small {
    font-size: 10px;
}


/*얼굴 및 헤어라인*/
.womanWaxingArea-face {
	padding:0;
	background-color: #dcdddf;
}
.womanWaxingArea-face .fix_area {
	position: relative;
}
.womanWaxingArea-face .ds-cont {
	position: relative;
    /*height: 520px;*/
    margin-left: auto;
    background-color: #fff;
	border-bottom: 1px solid #f1f1f1;
    z-index: 10;
    overflow: hidden;
}
.womanWaxingArea-face .ds-cont ul {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    word-break: keep-all;
}
.womanWaxingArea-face .ds-cont li {
    position: relative;
	display: table;
    float: left;
    width: 50%;
    height: 10%;
    padding: 15px 10px;
    padding-left: 40px;
    outline: 1px solid #f1f1f1;
    transition: 0.2s;
}
.womanWaxingArea-face .ds-cont li .num {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 10px;
    margin-top: -10px;
    background-color: #ae0909;
	color:#fff;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
}
.womanWaxingArea-face .ds-cont li .text {
	display: table-cell;
	vertical-align: middle;
}
.womanWaxingArea-face .ds-cont li.active {
    text-decoration: underline;
    background-color: #f1f1f1;
}
.womanWaxingArea-face .ds-cont2 {
	position: relative;
    width: 100%;
    padding-bottom: 110%;
}
.womanWaxingArea-face .ds-cont2 ul {
    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
	height: 100%;
    z-index: 0;
}
.womanWaxingArea-face .ds-cont2 .back-img1 {
    background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.womanWaxingArea-face .ds-cont2 li {
	opacity: 0;
    position: absolute;
	-webkit-transform: translateX(-50%) scale(0.5);
	-ms-transform: translateX(-50%) scale(0.5);
	transform: translateX(-50%) scale(0.5);
    z-index: 10;
	transition: 0.2s;
}
.womanWaxingArea-face .ds-cont2 li.active {
	opacity: 1;
	-webkit-transform: translateX(-50%) scale(1) rotate(0.0001deg);
	-ms-transform: translateX(-50%) scale(1) rotate(0.0001deg);
	transform: translateX(-50%) scale(1) rotate(0.0001deg);
}
.womanWaxingArea-face .ds-cont2 img {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.womanWaxingArea-face .ds-cont2 li.i1 { top: 13%; left: 47.5%; width: 40%; }
.womanWaxingArea-face .ds-cont2 li.i2 { top: 10%; left: 46%; width: 10%;}
.womanWaxingArea-face .ds-cont2 li.i3 { top: 14%; left: 47%; width: 40%;}
.womanWaxingArea-face .ds-cont2 li.i4 { top: 30%; left: 45%; width: 40%;}
.womanWaxingArea-face .ds-cont2 li.i5 { top: 30%; left: 41%; width: 6%; }
.womanWaxingArea-face .ds-cont2 li.i6 { top: 34%; left: 46%; width: 38%; }
.womanWaxingArea-face .ds-cont2 li.i7 { top: 43%; left: 74%; width: 5%; }
.womanWaxingArea-face .ds-cont2 li.i8 { top: 45.5%; left: 41%; width: 37%; }
.womanWaxingArea-face .ds-cont2 li.i9 { top: 55%; left: 42%; width: 22%; }
.womanWaxingArea-face .ds-cont2 li.i10 { top: 55.5%; left: 41%; width: 24%; }
.womanWaxingArea-face .ds-cont2 li.i11 { top: 72%; left: 40%; width: 10%; }
.womanWaxingArea-face .ds-cont2 li.i12 { top: 59%; left: 48%; width: 42%; }
.womanWaxingArea-face .ds-cont2 li.i13 { top: 70%; left: 53%; width: 25%; }
.womanWaxingArea-face .ds-cont2 li.i14 { top: 58%; left: 71%; width: 6%; }
.womanWaxingArea-face .ds-cont2 li.i15 { top: 69%; left: 74%; width: 14%; }
.womanWaxingArea-face .ds-cont2 li.i16 { top: 14%; left: 48%; width: 50%; }
.womanWaxingArea-face .ds-cont2 li.i17 { top: 63%; left: 41%; width: 18%; }
.womanWaxingArea-face .ds-cont2 li.i18 { top: 55%; left: 47%; width: 44%; }
.womanWaxingArea-face .ds-cont2 li.i19 { top: 77%; left: 48%; width: 15%; }
.womanWaxingArea-face .ds-cont2 li.i20 { top: 64%; left: 65%; width: 16%; }



/*상반신*/
.womanWaxingArea-body {
	padding:0;
	background-color: #dcdddf;
}
.womanWaxingArea-body .fix_area {
	position: relative;
}
.womanWaxingArea-body .ds-cont {
	position: relative;
    margin-left: auto;
    background-color: #fff;
	border-bottom: 1px solid #f1f1f1;
    z-index: 10;
    overflow: hidden;
}
.womanWaxingArea-body .ds-cont ul {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    word-break: keep-all;
}
.womanWaxingArea-body .ds-cont li {
    position: relative;
	display: table;
    float: left;
    width: 50%;
    height: 14.28%;
    padding: 15px 10px;
    padding-left: 40px;
    outline: 1px solid #f1f1f1;
    transition: 0.2s;
}
.womanWaxingArea-body .ds-cont li .num {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 10px;
    margin-top: -10px;
    background-color: #ae0909;
	color:#fff;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
}
.womanWaxingArea-body .ds-cont li .text {
	display: table-cell;
	vertical-align: middle;
}
.womanWaxingArea-body .ds-cont li.active {
    text-decoration: underline;
    background-color: #f1f1f1;
}
.womanWaxingArea-body .ds-cont2 {
	position: relative;
    width: 100%;
    padding-bottom: 110%;
}
.womanWaxingArea-body .ds-cont2 ul {
    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
	height: 100%;
    z-index: 0;
}
.womanWaxingArea-body .ds-cont2 .back-img1 {
    background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.womanWaxingArea-body .ds-cont2 li {
	opacity: 0;
    position: absolute;
	-webkit-transform: translateX(-50%) scale(0.5);
	-ms-transform: translateX(-50%) scale(0.5);
	transform: translateX(-50%) scale(0.5);
    z-index: 10;
	transition: 0.2s;
}
.womanWaxingArea-body .ds-cont2 li.active {
	opacity: 1;
	-webkit-transform: translateX(-50%) scale(1) rotate(0.0001deg);
	-ms-transform: translateX(-50%) scale(1) rotate(0.0001deg);
	transform: translateX(-50%) scale(1) rotate(0.0001deg);
}
.womanWaxingArea-body .ds-cont2 img {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.womanWaxingArea-body .ds-cont2 li.i1 { top: 3%; left: 28.5%; width: 28%; }
.womanWaxingArea-body .ds-cont2 li.i2 { top: 21.5%; left: 42%; width: 6%;}
.womanWaxingArea-body .ds-cont2 li.i3 { top: 26%; left: 9%; width: 20%;}
.womanWaxingArea-body .ds-cont2 li.i4 { top: 22%; left: 9%; width: 25%;}
.womanWaxingArea-body .ds-cont2 li.i5 { top: 6%; left: 57%; width: 32%; }
.womanWaxingArea-body .ds-cont2 li.i6 { top: 6.5%; left: 30%; width: 92%; }
.womanWaxingArea-body .ds-cont2 li.i7 { top: 6.5%; left: 30%; width: 92%; }
.womanWaxingArea-body .ds-cont2 li.i8 { top: 46.5%; left: 23%; width: 20%; }
.womanWaxingArea-body .ds-cont2 li.i9 { top: 38%; left: 12%; width: 19%; }
.womanWaxingArea-body .ds-cont2 li.i10 { top: 53%; left: 6%; width: 4%; }
.womanWaxingArea-body .ds-cont2 li.i11 { top: 64%; left: 7%; width: 3%; }
.womanWaxingArea-body .ds-cont2 li.i12 { top: 58%; left: 81.5%; width: 26%; }
.womanWaxingArea-body .ds-cont2 li.i13 { top: 85%; left: 77.5%; width: 24%; }
.womanWaxingArea-body .ds-cont2 li.i14 { top: 6.5%; left: 30%; width: 92%; }



/*하반신*/
.womanWaxingArea-foot {
	padding:0;
	background-color: #dcdddf;
}
.womanWaxingArea-foot .fix_area {
	position: relative;
}
.womanWaxingArea-foot .ds-cont {
	position: relative;
    margin-left: auto;
    background-color: #fff;
	border-bottom: 1px solid #f1f1f1;
    z-index: 10;
    overflow: hidden;
}
.womanWaxingArea-foot .ds-cont ul {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    word-break: keep-all;
}
.womanWaxingArea-foot .ds-cont li {
    position: relative;
	display: table;
    float: left;
    width: 50%;
    height: 25%;
    padding: 15px 10px;
    padding-left: 40px;
    outline: 1px solid #f1f1f1;
    transition: 0.2s;
}
.womanWaxingArea-foot .ds-cont li .num {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 10px;
    margin-top: -10px;
    background-color: #ae0909;
	color:#fff;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
}
.womanWaxingArea-foot .ds-cont li .text {
	display: table-cell;
	vertical-align: middle;
}
.womanWaxingArea-foot .ds-cont li.active {
    text-decoration: underline;
    background-color: #f1f1f1;
}
.womanWaxingArea-foot .ds-cont2 {
	position: relative;
    width: 100%;
    padding-bottom: 129%;
}
.womanWaxingArea-foot .ds-cont2 ul {
    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
	height: 100%;
    z-index: 0;
}
.womanWaxingArea-foot .ds-cont2 .back-img1 {
    background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.womanWaxingArea-foot .ds-cont2 li {
	opacity: 0;
    position: absolute;
	-webkit-transform: translateX(-50%) scale(0.5);
	-ms-transform: translateX(-50%) scale(0.5);
	transform: translateX(-50%) scale(0.5);
    z-index: 10;
	transition: 0.2s;
}
.womanWaxingArea-foot .ds-cont2 li.active {
	opacity: 1;
	-webkit-transform: translateX(-50%) scale(1) rotate(0.0001deg);
	-ms-transform: translateX(-50%) scale(1) rotate(0.0001deg);
	transform: translateX(-50%) scale(1) rotate(0.0001deg);
}
.womanWaxingArea-foot .ds-cont2 img {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.womanWaxingArea-foot .ds-cont2 li.i1 { top: 16.5%; left: 36.7%; width: 9%; }
.womanWaxingArea-foot .ds-cont2 li.i2 { top: 84%; left: 74%; width: 23%;}
.womanWaxingArea-foot .ds-cont2 li.i3 { top: 9%; left: 32%; width: 30%;}
.womanWaxingArea-foot .ds-cont2 li.i4 { top: 38%; left: 31%; width: 18%;}
.womanWaxingArea-foot .ds-cont2 li.i5 { top: 49%; left: 28.5%; width: 26%; }
.womanWaxingArea-foot .ds-cont2 li.i6 { top: 77%; left: 28.5%; width: 33%; }
.womanWaxingArea-foot .ds-cont2 li.i7 { top: 8.3%; left: 32%; width: 33%; }
.womanWaxingArea-foot .ds-cont2 li.i8 { top: 8.5%; left: 29.5%; width: 36%; }
/*비키니 부위 추가*/
.womanWaxingArea-foot .ds-cont2 li.b1 { top: 4%; left: 35.5%; width: 29%; }
.womanWaxingArea-foot .ds-cont2 li.b2 { top: 8.5%; left: 34%; width: 28%;}
.womanWaxingArea-foot .ds-cont2 li.b3 { top: 16%; left: 36%; width: 8%;}
.womanWaxingArea-foot .ds-cont2 li.b4 { top: 15.5%; left: 37.0%; width: 12%;}
.womanWaxingArea-foot .ds-cont2 li.b5 { top: 1.5%; left: 35%; width: 31.0%; }
.womanWaxingArea-foot .ds-cont2 li.b6 { top: 88%; left: 76.5%; width: 8%; }
.womanWaxingArea-foot .ds-cont2 li.b7 { top: 3.5%; left: 51%; width: 60%; }

/*********************
	비키니*/
.womanWaxingArea-bikini {
	padding:0;
	background-color: #dcdddf;
}
.womanWaxingArea-bikini .fix_area {
	position: relative;
}
.womanWaxingArea-bikini .ds-cont {
	position: relative;
    margin-left: auto;
    background-color: #fff;
	border-bottom: 1px solid #f1f1f1;
    z-index: 10;
    overflow: hidden;
}
.womanWaxingArea-bikini .ds-cont ul {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    word-break: keep-all;
}
.womanWaxingArea-bikini .ds-cont li {
    position: relative;
	display: table;
    float: left;
    width: 50%;
    height: 25%;
    padding: 15px 10px;
    padding-left: 40px;
    outline: 1px solid #f1f1f1;
    transition: 0.2s;
}
.womanWaxingArea-bikini .ds-cont li .num {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 10px;
    margin-top: -10px;
    background-color: #ae0909;
	color:#fff;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
}
.womanWaxingArea-bikini .ds-cont li .text {
	display: table-cell;
	vertical-align: middle;
}
.womanWaxingArea-bikini .ds-cont li.active {
    text-decoration: underline;
    background-color: #f1f1f1;
}
.womanWaxingArea-bikini .ds-cont2 {
	position: relative;
    width: 100%;
    padding-bottom: 129%;
}
.womanWaxingArea-bikini .ds-cont2 ul {
    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
	height: 100%;
    z-index: 0;
}
.womanWaxingArea-bikini .ds-cont2 .back-img1 {
    background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.womanWaxingArea-bikini .ds-cont2 li {
	opacity: 0;
    position: absolute;
	-webkit-transform: translateX(-50%) scale(0.5);
	-ms-transform: translateX(-50%) scale(0.5);
	transform: translateX(-50%) scale(0.5);
    z-index: 10;
	transition: 0.2s;
}
.womanWaxingArea-bikini .ds-cont2 li.active {
	opacity: 1;
	-webkit-transform: translateX(-50%) scale(1) rotate(0.0001deg);
	-ms-transform: translateX(-50%) scale(1) rotate(0.0001deg);
	transform: translateX(-50%) scale(1) rotate(0.0001deg);
}
.womanWaxingArea-bikini .ds-cont2 img {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.womanWaxingArea-bikini .ds-cont2 li.i1 { top: 4%; left: 35.5%; width: 29%; }
.womanWaxingArea-bikini .ds-cont2 li.i2 {
    top: 10%;
    left: 34.5%;
    width: 28%;}
.womanWaxingArea-bikini .ds-cont2 li.i3 { top: 16%; left: 36%; width: 8%;}
.womanWaxingArea-bikini .ds-cont2 li.i4 { top: 15.5%; left: 37.0%; width: 12%;}
.womanWaxingArea-bikini .ds-cont2 li.i5 { top: 1.5%; left: 35%; width: 31.0%; }
.womanWaxingArea-bikini .ds-cont2 li.i6 { top: 88%; left: 76.5%; width: 8%; }
.womanWaxingArea-bikini .ds-cont2 li.i7 { top: 3.5%; left: 51%; width: 60%; }



/*대전둔산점*/
.womanWaxingArea-face.chngArea .ds-cont2 li.i4 {
	top: 29%;
}
.womanWaxingArea-face.chngArea .ds-cont2 li.i15 {
	top: 59%;
    left: 75%;
}
.womanWaxingArea-body.chngArea .ds-cont2 li.i6 {
    top: 6.5%;
    left: 29%;
    width: 91.8%;
}
.womanWaxingArea-body.chngArea .ds-cont2 li.i7 {
    top: 5.5%;
    left: 29%;
    width: 92%;
}
.womanWaxingArea-body.chngArea .ds-cont2 li.i10 {
	top: 51%;
    left: 7%;
}
.womanWaxingArea-body.chngArea .ds-cont2 li.i11 {
	top: 60%;
    left: 82%;
    width: 24%;
}
.womanWaxingArea-foot.chngArea .ds-cont2 li.i6 {
	top: 40%;
    left: 28.5%;
    width: 26%;
}
.womanWaxingArea-foot.chngArea .ds-cont2 li.i7 {
	top: 7.3%;
    left: 30%;
    width: 37%;
}
.womanWaxingArea-bikini.chngArea .ds-cont2 li.i1 {
	top: 6.5%;
    left: 34.5%;
}
.womanWaxingArea-face.chngArea .ds-cont li,
.womanWaxingArea-body.chngArea .ds-cont li,
.womanWaxingArea-foot.chngArea .ds-cont li,
.womanWaxingArea-bikini.chngArea .ds-cont li {
	height: 67px;
	padding-left: 37px;
}
.womanWaxingArea-face.chngArea .ds-cont li .text small,
.womanWaxingArea-body.chngArea .ds-cont li .text small,
.womanWaxingArea-foot.chngArea .ds-cont li .text small,
.womanWaxingArea-bikini.chngArea .ds-cont li .text small {
	display : block;
	font-size: 10px;
}