@charset "UTF-8";
/*****************************************************
		area module style
*/
.manWaxingArea-tab { display: flex; background-color: #f2f2f2; }
.col-3 {
    width: 33.33%;
}
.manWaxingArea .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: #114162; font-weight: 500; border-right: 1px solid #d6d6d6;}
.manWaxingArea .tab > .tab-item:last-of-type { border-right: 0; }
.manWaxingArea .tab > .tab-item.active { color: #fff; background-color: #114162; border-right: 0;border-bottom-color: #114162;}
.manWaxingArea .tab-panel.active { padding-top: 0; }



/********************************
	얼굴 및 헤어라인*/
.manWaxingArea-face {
	padding:0;
	background-color: #dcdddf;
}
.manWaxingArea-face .title_area__{
    background-color:#114162;
    
    font-size:17px;
    text-align: center;
}
.manWaxingArea-face .title_area__ > .txt__wrap{
    padding:15px 0;
    color:#fff;
}

.manWaxingArea-face .fix_area {
	position: relative;
}
.manWaxingArea-face .ds-cont {
	position: relative;
    margin-left: auto;
    background-color: #fff;
    z-index: 10;
    overflow: hidden;
}
.manWaxingArea-face .ds-cont ul {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    word-break: keep-all;
}
.manWaxingArea-face .ds-cont li {
    position: relative;
	display: table;
    float: left;
    width: 50%;
    min-height: 66px;
    padding: 15px 10px;
    padding-left: 40px;
    outline: 1px solid #f1f1f1;
    transition: 0.2s;
}
.manWaxingArea-face .ds-cont li .num {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 10px;
    margin-top: -10px;
    background-color: #3b74b7;
	color:#fff;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
}
.manWaxingArea-face .ds-cont li .text {
	display: table-cell;
	vertical-align: middle;
}
.manWaxingArea-face .ds-cont li.active {
    text-decoration: underline;
    background-color: #f1f1f1;
}
.manWaxingArea-face .ds-cont2 {
	position: relative;
    width: 100%;
    padding-bottom: 100%;
}
.manWaxingArea-face .ds-cont2 ul {
    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
	height: 100%;
    z-index: 0;
}
.manWaxingArea-face .ds-cont2 .back-img1 {
    background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.manWaxingArea-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;
}
.manWaxingArea-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);
}
.manWaxingArea-face .ds-cont2 img {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.manWaxingArea-face .ds-cont2 li.i1 { top: 8%; left: 26.5%; width: 40%; }
.manWaxingArea-face .ds-cont2 li.i2 { top: 8%; left: 26.5%; width: 8%;}
.manWaxingArea-face .ds-cont2 li.i3 { top: 12%; left: 26.5%; width: 32%;}
.manWaxingArea-face .ds-cont2 li.i4 { top: 25%; left: 27%; width: 35%;}
.manWaxingArea-face .ds-cont2 li.i5 { top: 26%; left: 26.5%; width: 5%; }
.manWaxingArea-face .ds-cont2 li.i6 { top: 28%; left: 27%; width: 33%; }
.manWaxingArea-face .ds-cont2 li.i7 { top: 32%; left: 27.5%; width: 45%; }
.manWaxingArea-face .ds-cont2 li.i8 { top: 35%; left: 27.5%; width: 34%; }
.manWaxingArea-face .ds-cont2 li.i9 { top: 46%; left: 28%; width: 15%; }
.manWaxingArea-face .ds-cont2 li.i10 {
    top: 46%;
    left: 28.5%;
    width: 32%;
}
.manWaxingArea-face .ds-cont2 li.i11 { top: 36.5%; left: 27.8%; width: 39.5%; }
.manWaxingArea-face .ds-cont2 li.i12 { top: 58.7%; left: 28%; width: 8%; }
.manWaxingArea-face .ds-cont2 li.i13 {
    top: 58%;
    left: 28.5%;
    width: 23%;
}
.manWaxingArea-face .ds-cont2 li.i14 { top: 59.5%; left: 28.5%; width: 31%; }
.manWaxingArea-face .ds-cont2 li.i15 { top: 81%; left: 71.8%; width: 8%; }
.manWaxingArea-face .ds-cont2 li.i16 { top: 77%; left: 72.5%; width: 6%; }
.manWaxingArea-face .ds-cont2 li.i17 { top: 10%; left: 27%; width: 41%; }


/********************************
	manFaceWaxingArea*/
.manFaceWaxingArea-area-sec {
	padding:0;
	background-color: #cfdbdb;
}
.manFaceWaxingArea-area-sec .fix_area {
	position: relative;
}
.manFaceWaxingArea-area-sec .ds-cont {
	position: relative;
    margin-left: auto;
    background-color: #fff;
    z-index: 10;
    overflow: hidden;
}
.ia-tit_box {max-width:80%;margin:0px auto;padding:20px 10px 30px 10px;text-align:center;background:#3c7f15;letter-spacing:-1px;}
.ia-tit_box strong {
	display:block;font-weight: 600;color: #e4ff00;font-size:24px;line-height:120%;
}
.ia-tit_box span {
	display:block;font-weight: 400;color: #fff;font-size:16px;line-height:150%;padding-bottom:10px;
}
.manFaceWaxingArea-area-sec .ds-cont ul {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    word-break: keep-all;
}
.manFaceWaxingArea-area-sec .ds-cont li {
    position: relative;
	display: table;
    float: left;
    width: 50%;
    height: 20%;
    padding: 15px 10px;
    padding-left: 40px;
    outline: 1px solid #f1f1f1;
    transition: 0.2s;
}
.manFaceWaxingArea-area-sec .ds-cont li .num {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 10px;
    margin-top: -10px;
    background-color: #3b74b7;
	color:#fff;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
}
.manFaceWaxingArea-area-sec .ds-cont li .text {
	display: table-cell;
	vertical-align: middle;
}
.manFaceWaxingArea-area-sec .ds-cont li.active {
    text-decoration: underline;
    background-color: #f1f1f1;
}
.manFaceWaxingArea-area-sec .ds-cont2 {
	position: relative;
    width: 100%;
    padding-bottom: 110%;
}
.manFaceWaxingArea-area-sec .ds-cont2 ul {
    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
	height: 100%;
    z-index: 0;
}
.manFaceWaxingArea-area-sec .ds-cont2 .back-img1 {
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.manFaceWaxingArea-area-sec .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;
}
.manFaceWaxingArea-area-sec .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);
}
.manFaceWaxingArea-area-sec .ds-cont2 img {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.manFaceWaxingArea-area-sec .ds-cont2 li.i1 { top: 12%; left: 48%; width: 42%; }
.manFaceWaxingArea-area-sec .ds-cont2 li.i2 { top: 16%; left: 48%; width: 35%;}
.manFaceWaxingArea-area-sec .ds-cont2 li.i3 { top: 28%; left: 48%; width: 38%;}
.manFaceWaxingArea-area-sec .ds-cont2 li.i4 { top: 35%; left: 49%; width: 50%;}
.manFaceWaxingArea-area-sec .ds-cont2 li.i5 { top: 38%; left: 49%; width: 38%; }
.manFaceWaxingArea-area-sec .ds-cont2 li.i6 { top: 49.3%; left: 49.2%; width: 19%; }
.manFaceWaxingArea-area-sec .ds-cont2 li.i7 { top: 59%; left: 49.9%; width: 20%; }
.manFaceWaxingArea-area-sec .ds-cont2 li.i8 { top: 45%; left: 49.8%; width: 40.5%; }
.manFaceWaxingArea-area-sec .ds-cont2 li.i9 { top: 66%; left: 49%; width: 19%; }
.manFaceWaxingArea-area-sec .ds-cont2 li.i10 { top: 60.7%; left: 49.7%; width: 34.3%; }
.manFaceWaxingArea-area-sec .ds-cont2 li.i11 { top: 60.7%; left: 50%; width: 10%; }    /*턱끝*/
.manFaceWaxingArea-area-sec .ds-cont2 li.i12 { top: 56%; left: 49.5%; width: 36%; }   /*턱라인*/
.manFaceWaxingArea-area-sec .ds-cont2 li.i13 { top: 62.5%; left: 49.5%; width: 33%; } /*윗목*/
.manFaceWaxingArea-area-sec .ds-cont2 li.i14 { top: 15%; left: 49%; width: 43%; }     /*얼굴전체*/


/*상반신*/
.manWaxingArea-body {
	padding:0;
	background-color: #dcdddf;
}
.manWaxingArea-body .fix_area {
	position: relative;
}
.manWaxingArea-body .ds-cont {
	position: relative;
    margin-left: auto;
    background-color: #fff;
    z-index: 10;
    overflow: hidden;
}
.manWaxingArea-body .ds-cont ul {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    word-break: keep-all;
}
.manWaxingArea-body .ds-cont li {
    position: relative;
	display: table;
    float: left;
    width: 50%;
    padding: 15px 10px;
    padding-left: 40px;
    outline: 1px solid #f1f1f1;
    transition: 0.2s;
}
.manWaxingArea-body .ds-cont li .num {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 10px;
    margin-top: -10px;
    background-color: #3b74b7;
	color:#fff;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
}
.manWaxingArea-body .ds-cont li .text {
	display: table-cell;
	vertical-align: middle;
}
.manWaxingArea-body .ds-cont li.active {
    text-decoration: underline;
    background-color: #f1f1f1;
}
.manWaxingArea-body .ds-cont2 {
	position: relative;
    width: 100%;
    padding-bottom: 110%;
}
.manWaxingArea-body .ds-cont2 ul {
    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
	height: 100%;
    z-index: 0;
}
.manWaxingArea-body .ds-cont2 .back-img1 {
    background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.manWaxingArea-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;
}
.manWaxingArea-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);
}
.manWaxingArea-body .ds-cont2 img {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.manWaxingArea-body .ds-cont2 li.i1 { top: 3%; left: 32%; width: 35%; }
.manWaxingArea-body .ds-cont2 li.i2 { top:25%; left: 50%; width: 4.5%;}
.manWaxingArea-body .ds-cont2 li.i3 { top: 33%; left: 28.4%; width: 28.5%;}
.manWaxingArea-body .ds-cont2 li.i4 { top: 21%; left: 30.5%; width: 40%;}
.manWaxingArea-body .ds-cont2 li.i5 { top: 11%; left: 36%; width: 66.5%; }
.manWaxingArea-body .ds-cont2 li.i6 { top: 48%; left: 35.5%; width: 68%; }
.manWaxingArea-body .ds-cont2 li.i7 { top: 12.5%; left: 35.4%; width: 68.2%; }
.manWaxingArea-body .ds-cont2 li.i8 { top: 72.5%; left: 25%; width: 41.6%; }
.manWaxingArea-body .ds-cont2 li.i9 { top: 38.5%; left: 34.8%; width: 35%; }
.manWaxingArea-body .ds-cont2 li.i10 { top: 55.8%; left: 28.5%; width: 9%; }
.manWaxingArea-body .ds-cont2 li.i11 { top: 67%; left: 26%; width: 4%; }
.manWaxingArea-body .ds-cont2 li.i12 { top: 61%; left: 83%; width: 31%; }
.manWaxingArea-body .ds-cont2 li.i13 { top: 42%; left: 36%; width: 41%; }
.manWaxingArea-body .ds-cont2 li.i14 { top: 13%; left: 35.2%; width: 68.2%; }



/*하반신*/
.manWaxingArea-foot {
	padding:0;
	background-color: #dcdddf;
}
.manWaxingArea-foot .fix_area {
	position: relative;
}
.manWaxingArea-foot .ds-cont {
	position: relative;
    margin-left: auto;
    background-color: #fff;
    z-index: 10;
    overflow: hidden;
}
.manWaxingArea-foot .ds-cont ul {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    word-break: keep-all;
}
.manWaxingArea-foot .ds-cont li {
    position: relative;
	display: table;
    float: left;
    width: 50%;
    padding: 15px 10px;
    padding-left: 40px;
    outline: 1px solid #f1f1f1;
    transition: 0.2s;
}
.manWaxingArea-foot .ds-cont li .num {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 10px;
    margin-top: -10px;
    background-color: #3b74b7;
	color:#fff;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
}
.manWaxingArea-foot .ds-cont li .text {
	display: table-cell;
	vertical-align: middle;
}
.manWaxingArea-foot .ds-cont li.active {
    text-decoration: underline;
    background-color: #f1f1f1;
}
.manWaxingArea-foot .ds-cont2 {
	position: relative;
    width: 100%;
    padding-bottom: 114%;
}
.manWaxingArea-foot .ds-cont2 ul {
    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
	height: 100%;
    z-index: 0;
}
.manWaxingArea-foot .ds-cont2 .back-img1 {
    background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.manWaxingArea-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;
}
.manWaxingArea-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);
}
.manWaxingArea-foot .ds-cont2 img {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.manWaxingArea-foot .ds-cont2 li.i1 { top: 3.5%; left: 35.8%; width: 32%; }
.manWaxingArea-foot .ds-cont2 li.i2 { top: 8%; left: 35.5%; width: 41%;}
.manWaxingArea-foot .ds-cont2 li.i3 { top: 8%; left: 49.5%; width: 69%;}
.manWaxingArea-foot .ds-cont2 li.i4 { top: 20%; left: 35%; width: 9%;}
.manWaxingArea-foot .ds-cont2 li.i5 { top: 22.2%; left: 35.8%; width: 10%; }
.manWaxingArea-foot .ds-cont2 li.i6 { top: 21%; left: 36%; width: 48%; }
.manWaxingArea-foot .ds-cont2 li.i7 { top: 44%; left: 36.5%; width: 48%; }
.manWaxingArea-foot .ds-cont2 li.i8 { top: 52.5%; left: 36%; width: 55%; }
.manWaxingArea-foot .ds-cont2 li.i9 { top: 21%; left: 36%; width: 55%; }
.manWaxingArea-foot .ds-cont2 li.i10 { top: 85%; left: 36.5%; width: 67%; }
.manWaxingArea-foot .ds-cont2 li.i11 { top: 15%; left: 80%; width: 5%; }
.manWaxingArea-foot .ds-cont2 li.i12 { top: 9%; left: 85.5%; width: 27%; }
.manWaxingArea-foot .ds-cont2 li.i13 { top: 21.5%; left: 83%; width: 5%; }
.manWaxingArea-foot .ds-cont2 li.i14 { top: 22%; left: 36.5%; width: 66.5%; }
.manWaxingArea-foot .ds-cont2 li.i15 { top: 21.5%; left: 36%; width: 48%; }  /*허벅지(무릎포함)*/
.manWaxingArea-foot .ds-cont2 li.i16 { top: 45%; left: 36%; width: 54.5%; }  /*종아리(무릎포함)*/



/*대전둔산점*/
.manWaxingArea-face.chngArea .ds-cont li,
.manWaxingArea-body.chngArea .ds-cont li,
.manWaxingArea-foot.chngArea .ds-cont li {
	height: 76px;
	padding-left: 37px;
}
.manWaxingArea-face.chngArea .ds-cont li .text small,
.manWaxingArea-body.chngArea .ds-cont li .text small,
.manWaxingArea-foot.chngArea .ds-cont li .text small {
	display : block;
	font-size: 10px;
}

.manWaxingArea-face.chngArea .ds-cont2 li.i4 {
	top: 23%;
}
.manWaxingArea-face.chngArea .ds-cont2 li.i13 {
	top: 45.3%;
    left: 28%;
}.manWaxingArea-face.chngArea .ds-cont2 li.i17 {
	top: 32%;
    left: 27.5%;
    width: 46%;
}
.manWaxingArea-foot.chngArea .ds-cont2 li.i3 {
	top: 15%;
    left: 55.5%;
    width: 52%;
}
.manWaxingArea-foot.chngArea .ds-cont2 li.i8 {
	top: 44.5%;
    left: 36%;
    width: 55%;
}
.manWaxingArea-foot.chngArea .ds-cont2 li.i9 {
	top: 21%;
    left: 36.5%;
    width: 67%;
}
