@charset "UTF-8";
/*****************************************************
	inmode module style
*/

.woman-waxing-tab { display: flex; background-color: #f2f2f2;z-index:999;position:relative; }
.woman-waxing-tab.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: #5d5d5d; font-weight: 500; }
.woman-waxing-tab.tab > .tab-item:last-of-type { border-right: 0; }
.woman-waxing-tab.tab > .tab-item.active { color: #fff; background-color: #52aec3; border-right: 0;border-bottom-color: #52aec3; }
.waxingArea .tab-panel.active { padding-top: 0; }


/*상반신*/
.bodyInmodeArea_top-sec {
	padding:0;
	background-color: #dcdddf;
}
.bodyInmodeArea_top-sec .fix_area {
	position: relative;
}
.bodyInmodeArea_top-sec .ds-cont {
	position: relative;
    margin-left: auto;
    background-color: #fff;
    z-index: 10;
    overflow: hidden;
}
.bodyInmodeArea_top-sec .ds-cont ul {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    word-break: keep-all;
}
.bodyInmodeArea_top-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;
}
.bodyInmodeArea_top-sec .ds-cont li .num {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 10px;
    margin-top: -10px;
    background-color: #52aec3;
	color:#fff;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
}
.bodyInmodeArea_top-sec .ds-cont li .text {
	display: table-cell;
	vertical-align: middle;
}
.bodyInmodeArea_top-sec .ds-cont li.active {
    text-decoration: underline;
    background-color: #f1f1f1;
}
.bodyInmodeArea_top-sec .ds-cont2 {
	position: relative;
    width: 100%;
    padding-bottom: 100%;
}
.bodyInmodeArea_top-sec .ds-cont2 ul {
    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
	height: 100%;
    z-index: 0;
}
.bodyInmodeArea_top-sec .ds-cont2 .back-img1 {
    background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.bodyInmodeArea_top-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;
}
.bodyInmodeArea_top-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);
}
.bodyInmodeArea_top-sec .ds-cont2 img {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.bodyInmodeArea_top-sec .ds-cont2 li.i1 { top: 1%; left: 80%; width: 40%; }
.bodyInmodeArea_top-sec .ds-cont2 li.i2 { top: 13%; left: 24.5%; width: 28%;}
.bodyInmodeArea_top-sec .ds-cont2 li.i3 { top: 36%; left: 37%; width: 20%;}
.bodyInmodeArea_top-sec .ds-cont2 li.i4 { top: 50%; left: 17%; width: 22%;}
.bodyInmodeArea_top-sec .ds-cont2 li.i5 { top: 71%; left: 15%; width: 16%; }
.bodyInmodeArea_top-sec .ds-cont2 li.i6 { top: 55%; left: 32%; width: 8%; }
.bodyInmodeArea_top-sec .ds-cont2 li.i7 { top: 67%; left: 34%; width: 15%; }
.bodyInmodeArea_top-sec .ds-cont2 li.i8 { top: 75%; left: 30%; width: 17%; }

/*하반신*/
.bodyInmodeArea_bottom-sec {
	padding:0;
	background-color: #dcdddf;
}
.bodyInmodeArea_bottom-sec .fix_area {
	position: relative;
}
.bodyInmodeArea_bottom-sec .ds-cont {
	position: relative;
    margin-left: auto;
    background-color: #fff;
	border-bottom:1px solid #f1f1f1;
    z-index: 10;
    overflow: hidden;
}
.bodyInmodeArea_bottom-sec .ds-cont ul {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    word-break: keep-all;
}
.bodyInmodeArea_bottom-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;
}
.bodyInmodeArea_bottom-sec .ds-cont li .num {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 10px;
    margin-top: -10px;
    background-color: #52aec3;
	color:#fff;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
}
.bodyInmodeArea_bottom-sec .ds-cont li .text {
	display: table-cell;
	vertical-align: middle;
}
.bodyInmodeArea_bottom-sec .ds-cont li.active {
    text-decoration: underline;
    background-color: #f1f1f1;
}
.bodyInmodeArea_bottom-sec .ds-cont2 {
	position: relative;
    width: 100%;
    padding-bottom: 130%;
}
.bodyInmodeArea_bottom-sec .ds-cont2 ul {
    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
	height: 100%;
    z-index: 0;
}
.bodyInmodeArea_bottom-sec .ds-cont2 .back-img1 {
    background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.bodyInmodeArea_bottom-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;
}
.bodyInmodeArea_bottom-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);
}
.bodyInmodeArea_bottom-sec .ds-cont2 img {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.bodyInmodeArea_bottom-sec .ds-cont2 li.i1 { top: 12%; left: 62%; width: 8%; }
.bodyInmodeArea_bottom-sec .ds-cont2 li.i2 { top: 30%; left: 38%; width: 8%;}
.bodyInmodeArea_bottom-sec .ds-cont2 li.i3 { top: 16%; left: 50%; width: 19%;}
.bodyInmodeArea_bottom-sec .ds-cont2 li.i4 { top: 39%; left: 45%; width: 8%;}
.bodyInmodeArea_bottom-sec .ds-cont2 li.i5 { top: 51%; left: 41.5%; width: 12%; }
.bodyInmodeArea_bottom-sec .ds-cont2 li.i6 { top: 51%; left: 52%; width: 13%; }
.bodyInmodeArea_bottom-sec .ds-cont2 li.i7 { top: 77%; left:53%; width: 9%; }