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

.woman-waxing-tab { display: flex; background-color: #a9c7dc; }
.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: #fff; 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: #1777a9; border-right: 0;border-bottom-color: #1777a9; }
.waxingArea .tab-panel.active { padding-top: 0; }


/*슈링크*/
.shurink-area-sec {
	padding:0;
	background-color: #dcdddf;
}
.shurink-area-sec .fix_area {
	position: relative;
}
.shurink-area-sec .cont-bg {
	background-color: #D1E7F5;
}
.shurink-area-sec .ds-cont {
	position: relative;
    height: 240px;
    margin-left: auto;
    background-color: #fff;
    z-index: 10;
    overflow: hidden;
}
.shurink-area-sec .ds-cont ul {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    word-break: keep-all;
}
.shurink-area-sec .ds-cont li {
    position: relative;
	display: table;
    float: left;
    width: 50%;
    height: 25%;
    padding: 10px;
    padding-left: 40px;
    outline: 1px solid #f1f1f1;
    transition: 0.2s;
}
.shurink-area-sec .ds-cont li .num {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 10px;
    margin-top: -10px;
    background-color: #1bb1ff;
	color:#fff;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
}
.shurink-area-sec .ds-cont li .text {
	display: table-cell;
	vertical-align: middle;
}
.shurink-area-sec .ds-cont li.active {
    text-decoration: underline;
    background-color: #f1f1f1;
}
.shurink-area-sec .ds-cont2 {
	position: relative;
    width: 100%;
    padding-bottom: 120%;
}
.shurink-area-sec .ds-cont2 ul {
    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
	height: 100%;
    z-index: 0;
}
.shurink-area-sec .ds-cont2 .back-img1 {
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.shurink-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;
}
.shurink-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);
}
.shurink-area-sec .ds-cont2 img {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.shurink-area-sec .ds-cont2 img {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.shurink-area-sec .ds-cont2 li.i1 {
    top: 26%;
    left: 48%;
    width: 35%;
}
.shurink-area-sec .ds-cont2 li.i2 {
    top: 46%;
    left: 57.5%;
    width: 10%;
}
.shurink-area-sec .ds-cont2 li.i3 {
    top: 49%;
    left: 43%;
    width: 22%;
}
.shurink-area-sec .ds-cont2 li.i4 {
    top: 54%;
    left: 57%;
    width: 19%;
}
.shurink-area-sec .ds-cont2 li.i5 {
    top: 40%;
    left: 58.5%;
    width: 12%;
}
.shurink-area-sec .ds-cont2 li.i6 {
    top: 17%;
    left: 47%;
    width: 37%;
}
.shurink-area-sec .ds-cont2 li.i7 {
    top: 61%;
    left: 50%;
    width: 27%;
}

/*바디슈링크*/
.bodyshurink-area-sec {
	padding:0;
	background-color: #dcdddf;
}
.bodyshurink-area-sec .fix_area {
	position: relative;
}
.bodyshurink-area-sec .ds-cont {
	position: relative;
    height: 220px;
    margin-left: auto;
    background-color: #fff;
	border-bottom:1px solid #f1f1f1;
    z-index: 10;
    overflow: hidden;
}
.bodyshurink-area-sec .ds-cont ul {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    word-break: keep-all;
}
.bodyshurink-area-sec .ds-cont li {
    position: relative;
	display: table;
    float: left;
    width: 50%;
    height: 25%;
    padding: 10px;
    padding-left: 40px;
    outline: 1px solid #f1f1f1;
    transition: 0.2s;
}
.bodyshurink-area-sec .ds-cont li .num {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 10px;
    margin-top: -10px;
    background-color: #1bb1ff;
	color:#fff;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
}
.bodyshurink-area-sec .ds-cont li .text {
	display: table-cell;
	vertical-align: middle;
}
.bodyshurink-area-sec .ds-cont li.active {
    text-decoration: underline;
    background-color: #f1f1f1;
}
.bodyshurink-area-sec .ds-cont2 {
	position: relative;
    width: 100%;
    padding-bottom: 120%;
}
.bodyshurink-area-sec .ds-cont2 ul {
    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
	height: 100%;
    z-index: 0;
}
.bodyshurink-area-sec .ds-cont2 .back-img1 {
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bodyshurink-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;
}
.bodyshurink-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);
}
.bodyshurink-area-sec .ds-cont2 img {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.bodyshurink-area-sec .ds-cont2 li.i1 { top: 9%; left: 41%; width: 75%; }
.bodyshurink-area-sec .ds-cont2 li.i2 { top: 25%; left: 48%; width: 30%;}
.bodyshurink-area-sec .ds-cont2 li.i3 { top: 38%; left: 50%; width: 19%;}
.bodyshurink-area-sec .ds-cont2 li.i4 { top: 49%; left: 32.5%; width: 15%;}
.bodyshurink-area-sec .ds-cont2 li.i5 { top: 52%; left: 56.5%; width: 40%; }
.bodyshurink-area-sec .ds-cont2 li.i6 { top: 50%; left: 80%; width: 12%; }
.bodyshurink-area-sec .ds-cont2 li.i7 { top: 59.5%; left:68%; width: 58.5%; }