@charset "UTF-8";

/*
톡스앤필 상세페이지 css
작업자 : 김승희
*/

/* 티타늄 리프팅 */
.titanium_module {
	margin: 0 auto;
}
.titanium_module > div{
  padding: 80px 0 130px;
  letter-spacing: -1px;
}
.titanium_module .fix_area{
  max-width: 500px;
  margin: 0 auto;
}
.titanium_module > div img{
  display: block;
}
.titanium_module .color-txt{
  color: #51607F;
}
.titanium_module .ds-tit {
	position: relative;
	padding-top: 20px;
	text-align: center;
}
.titanium_module .ds-tit > h5 {
    font-size: 2.2rem;
    font-weight: 600;
    word-break: keep-all;
	text-align: center;
}
.titanium_module .ds-tit > span {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 1.3rem;
    font-weight: 500;
    color: #CB9F76;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.titanium_module .titanium-list01{
  padding: 80px 0;
  background-position: left 0 top;
  background-repeat: no-repeat;
  background-size: cover;
}
.titanium_module .titanium-list01 .logo{
  width: 50%;
  margin: 0 auto 2rem; 
}
.titanium_module .titanium-list01 .logo img{
  width: 100%;
}
.titanium_module .titanium-list01 .content-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	width: 50%;
	margin: 0 auto;
}
@media screen and (max-width: 767px){
	.titanium_module .titanium-list01 .content-list{
		min-width: 280px;
	}
}
.titanium_module .titanium-list01 .content-list > li{
  width: 130px;
  height: 130px;
  border-radius: 50em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.3;
  background-size: contain;
  margin: 0 8px 15px;
}
@media screen and (max-width: 767px){
	.titanium_module .titanium-list01 .content-list > li {
		width: 120px;
		height: 120px;
	}
}

.titanium_module .titanium-list02{
  padding: 400px 0 80px;
  background-position: center 30%;
  background-repeat: no-repeat;
  background-size: cover;
}
.titanium_module .titanium-list02 .txt_box{
  text-align: center;
  font-weight: 100;
}
.titanium_module .titanium-list02 .txt_box > span{
  display: block;
  line-height: 1;
}
.titanium_module .titanium-list02 .txt_box > span:nth-child(1){
  color: #fff;
  font-size: 1.6rem;
  font-weight: 100;
  letter-spacing: 3px;
}
.titanium_module .titanium-list02 .txt_box > span:nth-child(2){
  width: 270px;
  margin: 0 auto;
  padding: 0.5rem 0 2rem;
  font-size: 4rem;
  letter-spacing: 20px;
  line-height: 1.1;
  background: -o-linear-gradient(172deg, #090D22,#4F5267, #090D22);
  background: linear-gradient(278deg, #090D22,#4F5267, #090D22);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.titanium_module .titanium-list02 .txt_box > span:nth-child(3){
  color: #464A5E;
  font-size: 1.6rem;
  font-weight: 100;
  font-style: italic;
}
.titanium_module .titanium-list03{
  background-color: rgba(248, 248, 248, 0.5);
}
.titanium_module .titanium-list03 .main-area{
  padding-top: 30px;
}
.titanium_module .titanium-list03 .main-area .main-txt{
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.3;
}
.titanium_module .titanium-list03 .main-area .main-img{
  width: 75%;
  margin: 30px auto 0;
}
.titanium_module .titanium-list03 .main-area .main-img img{
  width: 100%;
}
.titanium_module .titanium-list03 .content-box{
  padding: 60px 0;
  margin: 0 13px;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 13px rgba(0,0,0,0.1);
          box-shadow: 3px 3px 13px rgba(0,0,0,0.1);
  border-radius: 1rem;
}
.titanium_module .titanium-list03 .content-box .sub-tit-box{
  background-color: #121721;
  border-radius: 50em;
  width: 65%;
  margin: 0 auto;
  text-align: center;
}
.titanium_module .titanium-list03 .content-box .sub-tit-box > span{
  display: inline-block; 
  font-size: 1.5rem;
  font-weight: 700;
  line-height:1;
  padding: 10px 0;
  background: -o-linear-gradient(172deg, #B1B1B1,#F4F4F4, #B1B1B1);
  background: linear-gradient(278deg, #B1B1B1,#F4F4F4, #B1B1B1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.titanium_module .titanium-list03 .content-box .content-list{

}
.titanium_module .titanium-list03 .content-box .content-list figure{
  width: 80%;
  margin: 0 auto;
  padding: 40px 0 20px;
}
.titanium_module .titanium-list03 .content-box .content-list figure img{
  width: 100%;
}
.titanium_module .titanium-list03 .content-box .content-list .eng-tit{
  border-radius: 50em;
  border: 1px solid #51607F;
  font-size: 1.4rem;
  width: 130px;
  padding: 6px 0;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
}
.titanium_module .titanium-list03 .content-box .content-list .sub-tit{
  font-size: 1.6rem;
  padding: 10px 0 20px;
  text-align: center;
  font-style: italic;
}
.titanium_module .titanium-list03 .content-box .content-list .desc-list{
  font-size: 1.4rem;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px){
	.titanium_module .titanium-list03 .content-box .content-list .desc-list{
		flex-direction: column;
		align-items: center;
	}
}
.titanium_module .titanium-list03 .content-box .content-list .desc-list > p{
  position: relative;
  padding-left: 20px;
  margin: 0 10px 7px;
}
.titanium_module .titanium-list03 .content-box .content-list .desc-list > p > i{
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
}
.titanium_module .titanium-list03 .content-box .content-list .desc-list > p > i img{
  width: 100%;
}
.titanium_module .titanium-list04{
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  
}
.titanium_module .titanium-list04 .ds-tit h5{
  color: #fff;
}
.titanium_module .titanium-list04 .main-img{
  width: 90%;
  margin: 60px auto 80px;
}
.titanium_module .titanium-list04 .main-img img{
  width: 100%;
}
.titanium_module .titanium-list04 .content-box{
  position: relative;
  margin: 0 13px;
  background-color: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
          box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}
.titanium_module .titanium-list04 .content-box .img-list{
  width: 80%;
  position: absolute;
  left: 50%;
  top: -7%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.titanium_module .titanium-list04 .content-box .img-list img{
  width:100%;
}
.titanium_module .titanium-list04 .content-box .content{
  padding: 110px 0 0;
}
.titanium_module .titanium-list04 .content-box .content .txt__{
  padding: 0 2rem;
}
.titanium_module .titanium-list04 .content-box .content .txt__ .color-txt{
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 1.5rem;
  text-align: center;
}
.titanium_module .titanium-list04 .content-box .content .txt__ .txt-list{
  font-size: 1.4rem;
}
.titanium_module .titanium-list04 .content-box .content .txt__ .txt-list > p{
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  color: #303030;
}
.titanium_module .titanium-list04 .content-box .content .txt__ .txt-list > p > i{
  position: absolute;
  left: 0;
  top: 5px;
  width: 14px;
}
.titanium_module .titanium-list04 .content-box .content .txt__ .txt-list > p > i img{
  width: 100%;
}
.titanium_module .titanium-list04 .content-box .content figure{
  width: 45%;
  margin: 0 auto;
}
.titanium_module .titanium-list04 .content-box .content figure img{
  width: 100%;
}

/* 울쎄라 */
.ulthera-module {
	margin: 0 auto;
}
.ulthera-module .ds-tit {
	position: relative;
    padding-top: 20px;
    text-align: center;
}
.ulthera-module .ds-tit > h5 {
    font-size: 2.2rem;
    font-weight: 600;
    word-break: keep-all;
}
.ulthera-module .ds-tit > span {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 1.3rem;
    font-weight: 500;
    color: #CB9F76;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* 울쎄라 - 1번 영역 */
.ulthera-module .ul_list1{
	padding: 110px 0 120px;
	background-repeat: no-repeat;
	background-position: top 60% center;
	background-size: cover;
	background-color: #393a3c;
	width: 100%;
	text-align: center;
}
.ulthera-module .ul_list1 .fix-area{
	max-width: 500px;
	margin:0 auto; 
}
.ulthera-module .ul_list1 .text_box .logo{
	padding-bottom:60px;
	height:120px;
}
.ulthera-module .ul_list1 .text_box .logo img{
	width:unset;
	height:100%;
	margin:0 auto;
}
.ulthera-module .ul_list1 .text_box .txt{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}
.ulthera-module .ul_list1 .text_box .txt p{
	width: 120px;
	height: 120px;
	padding-top: 37px;
	margin: 20px;
	border-radius: 50em;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: -1px;
	font-weight: 300;
	line-height: 24px;
	background-color: rgba(237, 173, 62, 0.5);
}

/* 울쎄라 - 2번 영역 */
.ulthera-module .ul_list2{
	padding:80px 0 50px;
	text-align: center;
	background: #fff;
}
.ulthera-module .ul_list2 .fix-area{
	max-width: 500px;
	margin:0 auto;
}
.ulthera-module .ul_list2 ul{
	padding-top:60px;
	margin: 0 20px;
}
.ulthera-module .ul_list2 ul li{
	padding-bottom: 60px;
	margin-bottom:80px;
	border:1px solid #D0D0D0;
}
.ulthera-module .ul_list2 ul > li p:nth-child(1){
	height: 60px;
	padding-top: 9px;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 21px;
}
.ulthera-module .ul_list2 ul > li:nth-child(3) p:nth-child(1){
	padding-top:18px;
	margin-bottom: 80px;
}
.ulthera-module .ul_list2 ul li .tit1{
	background-color:#FCB53A;
}
.ulthera-module .ul_list2 ul li .tit2{
	background-color:#F8A024;
}
.ulthera-module .ul_list2 ul li .tit3{
	padding-top:24px;
	background-color:#F68E1E;
}
.ulthera-module .ul_list2 ul > li p:nth-child(1) span{
	font-size:1.6rem;
	font-weight:400;
}
.ulthera-module .ul_list2 ul li .imgs{
	width:80%;
	margin:60px auto 60px;
}
.ulthera-module .ul_list2 ul li .imgs img{
	width:100%;
}
.ulthera-module .ul_list2 ul li .desc{
	color: #424242;
    font-size: 1.7rem;
    line-height: 26px;
    letter-spacing: -1px;
}
.ulthera-module .ul_list2 ul li .desc span{
	color: #A0A0A0;
	font-size: 1.3rem;
	font-weight: 100;
}
.ulthera-module .ul_list2 ul li .cont div{
	padding:20px 0 20px;
	margin:0 8px;
}  
.ulthera-module .ul_list2 ul li .cont div p:nth-child(1){
	width:80%;
	height: 40px;
	margin:0 auto;
	padding-top: 10px;
	border-radius: 10px 10px 0 0;
	font-size: 1.8rem;
	color:#fff;
}
.ulthera-module .ul_list2 ul li .cont div p img{
	width: unset; 
	max-width: unset;
	display: inline-block; 
}
.ulthera-module .ul_list2 ul li .cont .s_tit1{
	background-color:#FCB53D;
}
.ulthera-module .ul_list2 ul li .cont .s_tit2{
	background-color:#F8A024;
}
.ulthera-module .ul_list2 ul li .cont .s_tit3{
	background-color:#F68E1E;
}
.ulthera-module .ul_list2 ul li .cont .img{
	width:80%;
	margin:0 auto;
	border: 1px solid #D0D0D0;
}
.ulthera-module .ul_list2 ul li .cont .img img{
	width:100%;
	display:block;
}
.ulthera-module .ul_list2 ul li .cont span{
	display: inline-block; 
	color: #424242;
    padding-top: 30px;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: -1px;
}

/* 울쎄라 - 3번 영역 */
.ulthera-module .ul_list3{
	padding:80px 0 30px;
	background-color:#F8F8F8;
}
.ulthera-module .ul_list3 .fix-area{
	max-width: 500px;
	margin:0 auto;
	text-align: center;
}
.ulthera-module .ul_list3 .ds-tit{
	margin-bottom: 60px;
}
.ulthera-module .ul_list3 ul{
	margin:0 20px;
}
.ulthera-module .ul_list3 li{
	margin-bottom:100px;
	background-color:#fff;
	-webkit-box-shadow: 3px 3px 5px rgba(40,40,40,0.1);
	        box-shadow: 3px 3px 5px rgba(40,40,40,0.1);
}
.ulthera-module .ul_list3 .tit{
	background-color: #FCB53A;
	padding: 15px 0 15px;
	color:#fff;
	font-size: 1.8rem;
	line-height: 25px;
	font-weight: 700;
	letter-spacing: -1px;
}
.ulthera-module .ul_list3 .tit span{
	color:#DF0A1A;
}
.ulthera-module .ul_list3 li .imgs{
	width:80%;
	padding-top:60px;
	margin:0 auto;
}
.ulthera-module .ul_list3 li:nth-child(2) .imgs{
	padding-bottom:80px;
}
.ulthera-module .ul_list3 li:nth-child(3) .imgs{
	padding-right:40px;
}
.ulthera-module .ul_list3 .imgs img{
	display: block;
	width:100%;
}
.ulthera-module .ul_list3 .s_tit{
	width: 80%;
	height: 40px;
	margin: 25px auto 0;
	padding-top: 10px;
	border-radius: 50em;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 400;
}
.ulthera-module .ul_list3 .s_tit1{
	background-color: #626262;
}
.ulthera-module .ul_list3 .s_tit2{
	background-color: #F68E1E;
}
.ulthera-module .ul_list3 .desc{
	padding:80px 0 80px;
	letter-spacing: -1px;
	color:#424242;
	font-size: 1.5rem;
}
.ulthera-module .ul_list3 .desc span{
	font-weight: 700;
}

/* 울쎄라 - 4번 영역 */
.ulthera-module .ul_list4{
	padding:80px 0 50px;
	background-color: #fff;
}
.ulthera-module .ul_list4 .fix-area{
	max-width: 500px;
	margin:0 auto;
	text-align: center;
}
.ulthera-module .ul_list4 .tit p{
	height:50px;
	margin:0 auto;
}
.ulthera-module .ul_list4 .tit p img{
	width: unset;
	height:100%;
	margin: 0 auto;
}
.ulthera-module .ul_list4 .tit span{
	display: inline-block; 
	padding: 9px 0 70px;
	color: #FCB338;
	font-size: 1.5rem;
	font-weight: 300;
}
.ulthera-module .iframe-auto-box {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.ulthera-module .iframe-auto-box > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 울쎄라 - 5번 영역 */
.ulthera-module .ul_list5{
	padding:80px 0 130px;
	background-color:#FFF7E9;
	text-align: center;
}
.ulthera-module .ul_list5 .fix-area{
	max-width:500px;
	margin:0 auto;
}
.ulthera-module .ul_list5 .s_tit{
	padding: 90px 0 90px;
    line-height: 1;
    font-size: 2.6rem;
    letter-spacing: -1px;
    position: relative;
    color: #171717;
}
.ulthera-module .ul_list5 .s_tit::before{
	content: "";
	display: block;
	position: absolute;
	width: 15px;
	height: 4px;
	border-radius: 50em;
	left: 50%;
	top: 41px;
	background-color:#171717;
	-webkit-transform: translatex(-50%);
	    -ms-transform: translatex(-50%);
	        transform: translatex(-50%);
}
.ulthera-module .ul_list5 .s_tit span{
	font-weight: 700;
}
.ulthera-module .ul_list5 ul{
	
}
.ulthera-module .ul_list5 ul li{
	margin:0 10px;
}
.ulthera-module .ul_list5 ul li .icons{
	width:60%;
	margin:0 auto;
}
.ulthera-module .ul_list5 ul li .icons img{
	width:100%;
}
.ulthera-module .ul_list5 ul li:nth-child(even){
	width:3%;
	margin:0 auto;
	padding: 25px 0 25px;
}
.ulthera-module .ul_list5 ul li:nth-child(even) img{
	width:100%;
}
.ulthera-module .ul_list5 ul li .u_tit{
	width: 40%;
	padding: 6px 0 6px;
	margin: 22px auto 14px;
	background-color: #FCB53B;
	color: #FFF7E9;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	border-radius: 50em;
}
.ulthera-module .ul_list5 ul li span{
	font-size: 1.7rem;
	line-height: 22px;
}
.ulthera-module .ul_list5 ul li span i{
	font-style: normal;
	font-size: 1.5rem;
}

/* 울쎄라 - 6번 영역 */
.ulthera-module .ul_list6{
	padding:80px 0 75px;
	text-align: center;
	background-color: #fff;
}
.ulthera-module .ul_list6 .fix-area{
	max-width:400px;
	margin:0 auto;
}
.ulthera-module .ul_list6 ul{
	padding:0 20px;
}
.ulthera-module .ul_list6 li{
	padding-bottom: 55px;
}
.ulthera-module .ul_list6 li .img{
	width:55%;
	margin:0 auto;
}
.ulthera-module .ul_list6 li .img img{
	width:100%;
}
.ulthera-module .ul_list6 li p{
	padding-top: 10px;
	font-size: 1.5rem;
	line-height: 20px;
}
.ulthera-module .ul_list6 li p span{
	font-weight: 700;
}
.ulthera-module .row {
    margin-right: 0px;
    margin-left: 0px;
	font-size: 0;
}
.ulthera-module .row:after, 
.ulthera-module .row:before {
    display: table;
    content: " ";
}
.ulthera-module .row:after { 
	clear: both;
}
.ulthera-module .col-1, 
.ulthera-module .col-10, 
.ulthera-module .col-11, 
.ulthera-module .col-12, 
.ulthera-module .col-2, 
.ulthera-module .col-3, 
.ulthera-module .col-4, 
.ulthera-module .col-5, 
.ulthera-module .col-6, 
.ulthera-module .col-7, 
.ulthera-module .col-8, 
.ulthera-module .col-9 {
    position: relative;
	display: inline-block;
	vertical-align: top;
	float: none;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
	box-sizing: border-box;
	font-size: 1.3rem;
}
.ulthera-module .col-11 { width: 91.666667%; }
.ulthera-module .col-10 { width: 83.333333%; }
.ulthera-module .col-9 { width: 75%; }
.ulthera-module .col-8 { width: 66.666667%; }
.ulthera-module .col-7 { width: 58.333333%; }
.ulthera-module .col-6 { width: 50%; }
.ulthera-module .col-5 { width: 41.66667%; }
.ulthera-module .col-4 { width: 33.3333%; }
.ulthera-module .col-3 { width: 25%; }
.ulthera-module .col-2 { width: 16.66667%; }
.ulthera-module .col-1 { width: 8.33333%; }

/* 울쎄라 - 7번 영역*/
.ulthera-module .ul_list7{
	padding:80px 0 130px;
	background-color:#FFF7E9;
}
.ulthera-module .ul_list7 .fix-area{
	max-width:500px;
	margin:0 auto;
}
.ulthera-module .ul_list7 .ul_tit{
	text-align:center;
}
.ulthera-module .ul_list7 .ul_tit .logo7{
	height:43px;
}
.ulthera-module .ul_list7 .ul_tit .logo7 img{
	width:unset;
	height:100%;
	margin:0 auto;
}
.ulthera-module .ul_list7 .ul_tit span{
	display: inline-block;
	padding: 12px 0 60px;
	font-size: 1.6rem;
	letter-spacing: -1px;
	font-weight: 200;
	color: #FCB338;
}
.ulthera-module .ul_list7 .cont7 .imgs{
	width:90%;
	margin:0 auto;
}
.ulthera-module .ul_list7 .cont7 .imgs img{
	width:100%;
}
.ulthera-module .ul_list7 .cont7 .desc{
	padding: 60px 0 0 60px;
	margin: 0 auto;
	display: inline-block;
	text-align: left;
}
.ulthera-module .ul_list7 .cont7 .txt{
	padding:20px 0 10px;
	font-size: 1.8rem;
	line-height:26px;
	position:relative;
}
.ulthera-module .ul_list7 .cont7 .txt em{
	display: inline-block;
	width:30px;
	height:34px;
	background-size:100%;
	background-position:center center ;
	background-repeat: no-repeat;
	position:absolute;
	left:-45px;
	top:15px;
}
.ulthera-module .ul_list7 .cont7 .txt span{
	font-weight: 700;
}

/* 울쎄라 - 시술가능부위 */
.ulthera-area-sec {
    padding:0;
	margin:0 auto;
    background-color: #ecc237;
}
.ulthera-area-sec .ds-cont {
    position: relative;
    height: 380px;
    margin-left: auto;
    background-color: #fff;
    z-index: 10;
    overflow: hidden;
}
.ulthera-area-sec .ia-tit_box {max-width:80%; min-width: 320px;
    word-break: keep-all;
    padding: 60px 10px 40px 10px;
    margin:0px auto;
	text-align:center;
	background:#464234;
	letter-spacing:-1px;
}
.ulthera-area-sec .ia-tit_box strong {
    display:block;
	font-weight: 600;
	color: #eec843;
	font-size:2.4rem;
	line-height:120%;
}
.ulthera-area-sec .ia-tit_box span {
    display:block;
	font-weight: 400;
	color: #fff;
	font-size:1.6rem;
	line-height:150%;
	padding-bottom:5px;
}
.ulthera-area-sec .ds-cont ul {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    word-break: keep-all;
}
.ulthera-area-sec .ds-cont li {
    position: relative;
    display: table;
    float: left;
    width: 50%;
    height: 14.2857%;
    padding: 10px;
    padding-left: 40px;
	font-size:1.3rem;
    outline: 1px solid #f1f1f1;
    transition: 0.2s;
}
.ulthera-area-sec .ds-cont li:nth-of-type(1n) {
	border-left: 1px solid #f1f1f1;
}
.ulthera-area-sec .ds-cont li:nth-of-type(2n) {
	border-right: 1px solid #f1f1f1;
}
.ulthera-area-sec .ds-cont li .num {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 10px;
    margin-top: -10px;
    background-color: #ff9c00;
    color:#fff;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
}
.ulthera-area-sec .ds-cont li .text {
    display: table-cell;
    vertical-align: middle;
}
.ulthera-area-sec .ds-cont li.active {
    text-decoration: underline;
    background-color: #f1f1f1;
}
.ulthera-area-sec .ds-cont2 {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}
.ulthera-area-sec .ds-cont2 ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.ulthera-area-sec .ds-cont2 .back-img1 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.ulthera-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;
}
.ulthera-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);
}
.ulthera-area-sec .ds-cont2 img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.ulthera-area-sec .ds-cont2 li.i1 {
    top: 20%;
    left: 61%;
    width: 35%;
}
.ulthera-area-sec .ds-cont2 li.i2 {
    top: 33.3%;
    left: 62%;
    width: 33%;
}
.ulthera-area-sec .ds-cont2 li.i3 {
    top: 36%;
    left: 65%;
    width: 7%;
}
.ulthera-area-sec .ds-cont2 li.i4 {
    top: 37.5%;
    left: 61%;
    width: 30%;
}
.ulthera-area-sec .ds-cont2 li.i5 {
    top: 39%;
    left: 61%;
    width: 33%;
}
.ulthera-area-sec .ds-cont2 li.i6 {
    top: 45%;
    left: 57.5%;
    width: 38%;
}
.ulthera-area-sec .ds-cont2 li.i7 {
    top: 54.5%;
    left: 56%;
    width: 28%;
}
.ulthera-area-sec .ds-cont2 li.i8 {
    top: 61%;
    left: 57%;
    width: 15%;
}
.ulthera-area-sec .ds-cont2 li.i9 {
    top: 70.5%;
    left: 52.5%;
    width: 16.5%;
}
.ulthera-area-sec .ds-cont2 li.i10 {
    top: 46%;
    left: 40%;
    width: 13%;
}
.ulthera-area-sec .ds-cont2 li.i11 {
    top: 71%;
    left: 43%;
    width: 28%;
}
.ulthera-area-sec .ds-cont2 li.i12 { }
.ulthera-area-sec .ds-cont2 li.i13 { }

/* 인모드 */
.inmode-info-sec .ds-tit {
    position: relative;
    padding-top: 20px;
    text-align: center;
}
.inmode-info-sec .ds-tit > span {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 1.3rem;
    font-weight: 500;
    color: #CB9F76;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.inmode-info-sec .ds-tit > h5 {
    font-size: 2.2rem;
    font-weight: 600;
    word-break: keep-all;
}
.inmode-info-sec .row {
    margin-right: 0px;
    margin-left: 0px;
	font-size: 0;
}
.inmode-info-sec .row:after, 
.inmode-info-sec .row:before {
    display: table;
    content: " ";
}
.inmode-info-sec .row:after { 
	clear: both;
}
.inmode-info-sec .col-1, 
.inmode-info-sec .col-10, 
.inmode-info-sec .col-11, 
.inmode-info-sec .col-12, 
.inmode-info-sec .col-2, 
.inmode-info-sec .col-3, 
.inmode-info-sec .col-4, 
.inmode-info-sec .col-5, 
.inmode-info-sec .col-6, 
.inmode-info-sec .col-7, 
.inmode-info-sec .col-8, 
.inmode-info-sec .col-9 {
    position: relative;
	display: inline-block;
	vertical-align: top;
	float: none;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
	box-sizing: border-box;
	font-size: 1.3rem;
}
.inmode-info-sec .col-11 { width: 91.666667%; }
.inmode-info-sec .col-10 { width: 83.333333%; }
.inmode-info-sec .col-9 { width: 75%; }
.inmode-info-sec .col-8 { width: 66.666667%; }
.inmode-info-sec .col-7 { width: 58.333333%; }
.inmode-info-sec .col-6 { width: 50%; }
.inmode-info-sec .col-5 { width: 41.66667%; }
.inmode-info-sec .col-4 { width: 33.3333%; }
.inmode-info-sec .col-3 { width: 25%; }
.inmode-info-sec .col-2 { width: 16.66667%; }
.inmode-info-sec .col-1 { width: 8.33333%; }
.inmode-info-sec .ii-sec1 {
	padding: 100px 0 120px;
    background-color: #fff;
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    text-align: center;
}
.inmode-info-sec .ii-sec1 h5 {
	display: inline-block;
	margin-bottom: 30px;
}
.inmode-info-sec .ii-sec1 h5 img {
	height: 40px;
	margin: 0 auto;
}
.inmode-info-sec .ii1-list .ii1-item  {
	margin: 50px 5px 0;
    color: #fff
}
.inmode-info-sec .ii1-list .ii1-item > p {
	position: relative;
    padding-bottom: 20px;
    font-size: 1.2rem;
    font-weight: 100;
}
.inmode-info-sec .ii1-list .ii1-item > p:after {
	content: '';
    width: 20px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    background-color: #52aec3;
}
.inmode-info-sec .ii1-list .ii1-item > div {
    display: inline-block;
    width: 150px;
    padding: 10px 0;
    margin: 20px auto 0;
    border: 2px solid #52aec3;
    border-radius: 50em;
	font-size: 1.3rem;
	letter-spacing: -0.03em;
    white-space: nowrap;
}
.inmode-info-sec .ii-sec2 {
	padding: 80px 0 130px;
	background-color: #efefef;
}
.inmode-info-sec .ii-sec2 .fix_area {
    padding: 0 13px;
}
.inmode-info-sec .ii-sec2 .ds-cont {
	margin-top: 40px;
}
.inmode-info-sec .ii-sec2 .ds-cont ul {
	margin-right: -13px;	
}
.inmode-info-sec .ii-sec2 .ds-cont ul li {
	padding-right: 13px;
}
.inmode-info-sec .ii-sec2 .ii2-item {
	border: 1px solid #aca6a6;
}
.inmode-info-sec .ii-sec2 .ii2-item > strong {
	display: block;
    background-color: #fff;
    padding: 8px 0;
}
.inmode-info-sec .ii-sec2 .ii2-item > strong img {
    display: block;
	width: unset;
    height: 16px;
    max-width: 100%;
    margin: 0 auto;
}
.inmode-info-sec .ii2-item > .inner {
	padding: 0 1rem 1rem;
}
.inmode-info-sec .ii2-item .ii2-1 {
	text-align: center;
}
.inmode-info-sec .ii2-item .ii2-1 .equipt {
	max-width: 100%;
}
.inmode-info-sec .ii2-item .ii2-1 .name {
	width: unset;
	height: 20px;
	margin: 0 auto;
}
.inmode-info-sec .ii2-item .ii2-1 > span {
	display: block;
	line-height: 1.4;
    letter-spacing: -0.03rem;
    word-break: keep-all;
}
.inmode-info-sec .ii2-item .ii2-2 {
    position: relative;
    height: 1px;
    margin-top: 30px;
    padding-bottom: 56.25%;
    text-align: center;
}
.inmode-info-sec .ii2-item .ii2-2 iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.inmode-info-sec .ii2-item .ii2-3 {
	position: relative;
    min-height: 200px;
    padding-top: 10px;
    font-size: 1.2rem;
	line-height: 1.4;
}
.inmode-info-sec .ii2-item .ii2-3 > img {
    display: block;
	width: unset;
    height: 40px;
    margin: 0 auto;
}
.inmode-info-sec .ii2-item .ii2-3 > p {
    max-width: 280px;
    margin: 10px auto 20px;
}
.inmode-info-sec .ii-sec3 {
	padding: 80px 0 130px;
}
.inmode-info-sec .ii-sec3 .ds-cont {
	margin-top: 40px;
	word-break: keep-all;
}
.inmode-info-sec .ii-sec3 .ii3-top,
.inmode-info-sec .ii-sec3 .ii3-bottom {
	background-color: #ffffff;
    border: 1px solid #d2b99f;
}
.inmode-info-sec .ii-sec3 .ii3-top > p {
    padding: 30px 15px;
	background-color: #d2b99f;
    color: #ffffff;
	font-size: 1.3rem;
    font-weight: 100;
    text-align: center;
	line-height: 1.4;
}
.inmode-info-sec .ii-sec3 .ii3-top > p > strong {
	display: block;
    margin-bottom: 10px;
    font-size: 2rem;
	font-weight: 600;
    color: #515151;
}
.inmode-info-sec .ii3-top .ii3t-cont {
	text-align: center;
	overflow-y: hidden;
	overflow-x: auto;
}
.inmode-info-sec .ii3-top .ii3t-cont > .inner {
    display: inline-block;
    padding: 10px 15px;
}
.inmode-info-sec .ii3-top .ii3t-cont table {
    /*width: 300px;*/
    margin: 20px auto;
    text-align: center;
	line-height: 1.4;
}
.inmode-info-sec .ii3t-cont table thead th {
	padding-bottom: 10px;
	font-size: 1.3rem;
    font-weight: 500;
    color: #c5996b;
}
.inmode-info-sec .ii3t-cont table tbody td {
    vertical-align: top;
    font-size: 1.1rem;
    color: #5b5b5b;
}
.inmode-info-sec .ii3t-cont table tbody td > img {
	display: inline-block;
    width: unset;
}
.inmode-info-sec .ii3t-cont table tbody td b {
	display: block;
	padding-bottom: 5px;
	color: #181818;
	font-size: 1.3rem;
}
.inmode-info-sec .ii3t-cont table tbody td b span {
	color: #cf0000;
}
.inmode-info-sec .ii3t-cont table tbody td > span {
	font-size: 1rem;
	color: #181818;
}
.inmode-info-sec .ii-sec3 .ii3-bottom {
    margin-top: 15px;
    text-align: center;
}
.inmode-info-sec .ii-sec3 .ii3-bottom .ii3b-l {
    padding: 30px 15px;
	background-color: #d2b99f;
    color: #fff;
    font-weight: 100;
    text-align: center;
}
.inmode-info-sec .ii-sec3 .ii3-bottom .ii3b-l > p {
	font-size: 1.3rem;
	line-height: 1.4;
}
.inmode-info-sec .ii3-bottom .ii3b-l b {
	display: block;
    margin-bottom: 10px;
    font-size: 2rem;
    font-weight: 600;
    color: #515151;
}
.inmode-info-sec .ii-sec3 .ii3-bottom .ii3b-r {
    padding: 20px 15px;
	font-size: 1.2rem;
    color: #898989;
	line-height: 1.4;
}
.inmode-info-sec .ii-sec3 .ii3-bottom .ii3b-r > img {
	width: unset;
	margin: 0 auto;
}

.inmode-area-sec .ds-tit {
    position: relative;
    padding-top: 20px;
    text-align: center;
}
.inmode-area-sec .ds-tit > span {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 1.3rem;
    font-weight: 500;
    color: #CB9F76;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.inmode-area-sec .ds-tit > h5 {
    font-size: 2.2rem;
    font-weight: 600;
    word-break: keep-all;
}
.inmode-area-sec {
	padding: 80px 0 0;
	background-color: #dcdddf;
}
.inmode-area-sec .ds-cont {
	position: relative;
    height: 170px;
    margin-left: auto;
    background-color: #fff;
    z-index: 10;
    overflow: hidden;
}
.inmode-area-sec .ds-cont ul {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    word-break: keep-all;
	border-left: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
}
.inmode-area-sec .ds-cont li {
    position: relative;
	display: table;
    float: left;
    width: 50%;
    height: 33.3333%;
    padding: 10px;
    padding-left: 40px;
	font-size: 1.3rem; 
    outline: 1px solid #f1f1f1;
    transition: 0.2s;
}
.inmode-area-sec .ds-cont li .num {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 10px;
    margin-top: -10px;
    background-color: #d2b39f;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
}
.inmode-area-sec .ds-cont li .text {
	display: table-cell;
	vertical-align: middle;
}
.inmode-area-sec .ds-cont li.active {
    text-decoration: underline;
    background-color: #f1f1f1;
}
.inmode-area-sec .ds-cont2 {
	position: relative;
    width: 100%;
	margin-top: 30px;
    padding-bottom: 100%;
}
.inmode-area-sec .ds-cont2 ul {
    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
	height: 100%;
    z-index: 0;
}
.inmode-area-sec .ds-cont2 .back-img1 {
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.inmode-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;
}
.inmode-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);
}
.inmode-area-sec .ds-cont2 img {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.inmode-area-sec .ds-cont2 li.i1 { top: 35%; left: 54%; width: 18%; padding-bottom: 14.5%;}
.inmode-area-sec .ds-cont2 li.i2 { top: 43%; left: 58%; width: 15%; height: 14.52%; }
.inmode-area-sec .ds-cont2 li.i3 { top: 57%; left: 51%; width: 25%; height: 12.68%; }
.inmode-area-sec .ds-cont2 li.i4 { top: 50%; left: 36%; width: 7%;  height: 12.02%; }
.inmode-area-sec .ds-cont2 li.i5 { top: 41%; left: 60%; width: 16%; height: 22.4%; }

/* 써마지 FLX */
.module_therFlx {
    line-height: 1.4;
}
.module_therFlx .fix_area {
	padding: 0 13px;
}
.module_therFlx .ds-tit {
    position: relative;
    padding-top: 20px;
    text-align: center;
}
.module_therFlx .ds-tit > h5 {
    font-size: 2.2rem;
    font-weight: 600;
    word-break: keep-all;
}
.module_therFlx .ds-tit > span {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 1.3rem;
    font-weight: 500;
    color: #CB9F76;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.module_therFlx .card-01 {
    padding: 135px 0 80px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    text-align: center;
}
.module_therFlx .card-01 .img-wrap {
    margin-bottom: 20px;
}
.module_therFlx .card-01 .img-wrap img {
	width: unset;
    max-width: 100%;
    max-height: 125px;
	margin: 0 auto;
}
.module_therFlx .card-01 .round-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px 8px;
	padding: 0 100px;
}
.module_therFlx .card-01 .round-wrap ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
}
.module_therFlx .card-01 .round-wrap ul li div {
    display: table;
    width: 100%;
    height: 45px;
    margin: 0 auto;
    border-radius: 22px;
    border: 1px solid #f8b9fd;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(208, 208, 208, 0.34);
            box-shadow: 1px 1px 2px 0 rgba(208, 208, 208, 0.34);
    font-size: 1.6rem;
    font-weight: 400;
    color: #FFFFFF;
}
.module_therFlx .card-01 .round-wrap ul li div span {
    display: table-cell;
    vertical-align: middle;
}

.module_therFlx .card-02 {
    padding: 90px 0;
    text-align: center;
}
.module_therFlx .card-02 .ds-tit {
    margin-bottom: 33px;
}
.module_therFlx .card-02 .sub-txt {
    margin-bottom: 45px;
    padding: 30px;
    border-radius: 15px;
    border: 2px solid transparent;
    background: -o-linear-gradient(white, white) padding-box, -o-linear-gradient(315deg, #861c5c, #320929);
    background: linear-gradient(white, white) padding-box, linear-gradient(135deg, #861c5c, #320929);
    background-origin: border-box;
}
.module_therFlx .card-02 .sub-txt p {
    font-size: 1.5rem;
}
.module_therFlx .card-02 .sub-txt p:first-child {
    font-weight: 900;
    color: #922893;
}
.module_therFlx .card-02 .sub-txt p:last-child {
    font-weight: 400;
    color: #41153A;
}
.module_therFlx .card-02 .cont-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0 30px;
}
.module_therFlx .card-02 .cont-wrap .img-wrap img {
    max-width: 100%;
    max-height: 858px;
}
.module_therFlx .card-02 .cont-wrap .txt-wrap {
    position: relative;
    width: 137px;
}
.module_therFlx .card-02 .cont-wrap .txt-wrap ul li {
    position: absolute;
    width: 137px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.module_therFlx .card-02 .cont-wrap .txt-wrap ul li:first-child {
    top: 10%;
}
.module_therFlx .card-02 .cont-wrap .txt-wrap ul li:nth-child(2) {
    top: 30%;
}
.module_therFlx .card-02 .cont-wrap .txt-wrap ul li:nth-child(3) {
    top: 49%;
}
.module_therFlx .card-02 .cont-wrap .txt-wrap ul li:nth-child(4) {
    top: 69%;
}
.module_therFlx .card-02 .cont-wrap .txt-wrap ul li:last-child {
    top: 88%;
}
.module_therFlx .card-02 .cont-wrap .txt-wrap ul li span {
    display: block;
    margin-bottom: 15px;
    font-size: 1.6rem;
    font-weight: 900;
}
.module_therFlx .card-02 .cont-wrap .txt-wrap ul li:first-child span {
    color: #C09CBA;
}
.module_therFlx .card-02 .cont-wrap .txt-wrap ul li:nth-child(2) span {
    color: #A4749C;
}
.module_therFlx .card-02 .cont-wrap .txt-wrap ul li:nth-child(3) span {
    color: #87467C;
}
.module_therFlx .card-02 .cont-wrap .txt-wrap ul li:nth-child(4) span {
    color: #68285D;
}
.module_therFlx .card-02 .cont-wrap .txt-wrap ul li:last-child span {
    color: #400D38;
}
.module_therFlx .card-02 .cont-wrap .txt-wrap ul li p {
    font-size: 1.4rem;
    font-weight: 400;
    color: #3F3C3C;
}

.module_therFlx .card-03 {
    padding: 85px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}
.module_therFlx .card-03 .ds-tit {
    margin-bottom: 38px;
}
.module_therFlx .card-03 .ds-tit h5 {
    color: #FFFFFF;
}
.module_therFlx .card-03 .txt-img-wrap {
    margin-bottom: 30px;
}
.module_therFlx .card-03 .txt-img-wrap img {
    width: unset;
	max-width: 100%;
    max-height: 66.5px;
	margin: 0 auto;
}
.module_therFlx .card-03 .cont-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
	gap: 13px;
}
.module_therFlx .card-03 .cont-wrap ul li {
	width: 50%;
    padding: 39px 0 34px;
    border-radius: 30px;
}
.module_therFlx .card-03 .cont-wrap ul li:first-child {
    border: 1px solid #f6c9fd;
    padding-left: 16px;
    padding-right: 16px;
}
@media screen and (max-width: 767px){
	.module_therFlx .card-03 .cont-wrap ul{
		flex-direction: column;
	}
	.module_therFlx .card-03 .cont-wrap ul li {
		width: 100%;
	}
	.module_therFlx .card-03 .cont-wrap ul li:first-child {
		margin-bottom: 15px;
	}
}
.module_therFlx .card-03 .cont-wrap ul li:last-child {
    border: 1px solid #e2e8eb;
    padding-left: 42px;
    padding-right: 42px;
}
.module_therFlx .card-03 .cont-wrap ul li:first-child .img-wrap img {
    width: unset;
	max-width: 100%;
    max-height: 81.5px;
	margin: 0 auto;
}
.module_therFlx .card-03 .cont-wrap ul li:last-child .img-wrap img {
    width: unset;
	max-width: 100%;
    max-height: 82px;
	margin: 0 auto;
}
.module_therFlx .card-03 .cont-wrap ul li:first-child span {
    display: block;
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: 900;
    color: #F8CCFF;
}
.module_therFlx .card-03 .cont-wrap ul li:last-child span {
    display: block;
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: 900;
    color: #D7F8CA;
}
.module_therFlx .card-03 .cont-wrap ul li p {
    font-size: 1.4rem;
    font-weight: 400;
    color: #FCFCFC;
}

.module_therFlx .card-04 {
    padding: 84px 0 90px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}
.module_therFlx .card-04 .img-wrap img {
    display: block;
    width: unset;
	margin: 0 auto;
    max-width: 100%;
    max-height: 309.5px;
}
.module_therFlx .card-04 .cont-wrap ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 30px;
    padding: 20px 0;
    border-radius: 58px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 2px 3px 5px 0 rgba(210, 210, 210, 0.38);
            box-shadow: 2px 3px 5px 0 rgba(210, 210, 210, 0.38);
}
.module_therFlx .card-04 .cont-wrap ul li:first-child {
    margin-bottom: 12px;
}
.module_therFlx .card-04 .cont-wrap ul li:first-child ._img-wrap img {
    max-width: 100%;
    max-height: 74px;
}
.module_therFlx .card-04 .cont-wrap ul li:last-child ._img-wrap img {
    max-width: 100%;
    max-height: 75.5px;
}
.module_therFlx .card-04 .cont-wrap ul li ._txt-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 127px;
            flex: 0 0 127px;
}
.module_therFlx .card-04 .cont-wrap ul li ._txt-wrap span {
    display: block;
    margin-bottom: 5px;
    font-size: 1.7rem;
    font-weight: 900;
}
.module_therFlx .card-04 .cont-wrap ul li:first-child ._txt-wrap span {
    color: #523748;
}
.module_therFlx .card-04 .cont-wrap ul li:last-child ._txt-wrap span {
    color: #3F463C;
}
.module_therFlx .card-04 .cont-wrap ul li ._txt-wrap p {
    font-size: 1.5rem;
    font-weight: 400;
}
.module_therFlx .card-04 .cont-wrap ul li:first-child ._txt-wrap p {
    color: #523748;
}
.module_therFlx .card-04 .cont-wrap ul li:last-child ._txt-wrap p {
    color: #3F463C;
}
.module_therFlx .card-04 ._c-txt {
    width: 191px;
    margin: 35px auto 15px;
    font-size: 1.7rem;
    font-weight: 900;
    color: #68285D;
}
.module_therFlx .card-04 ._txt {
    max-width: 280px;
    margin: 0 auto;
    font-size: 1.4rem;
    font-weight: 400;
    color: #3F3C3C;
}

.module_therFlx .card-05 {
    padding: 50px 0 90px;
    background-color: #FFFFFF;
    text-align: center;
}
.module_therFlx .card-05 .ds-tit {
    margin-bottom: 60px;
}
.module_therFlx .card-05 .ds-tit .img-wrap {
    margin-bottom: 20px;
}
.module_therFlx .card-05 .ds-tit img {
	width: unset;
    max-width: 100%;
    max-height: 42.5px;
	margin: 0 auto; 
}
.module_therFlx .card-05 .txt-wrap {
    position: relative;
    padding: 70px 28px 14px;
    margin-bottom: 50px;
    border-radius: 15px;
    background-color: #F7F7F7;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(154, 139, 139, 0.25);
            box-shadow: 1px 1px 3px 0 rgba(154, 139, 139, 0.25);
}
.module_therFlx .card-05 .txt-wrap .img-wrap {
    position: absolute;
    top: -38px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.module_therFlx .card-05 .txt-wrap .img-wrap img {
    max-width: 100%;
    max-height: 100px;
}
.module_therFlx .card-05 .txt-wrap ._c-txt {
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: 900;
    color: #922893;
}
.module_therFlx .card-05 .txt-wrap ._txt {
    font-size: 1.4rem;
    font-weight: 400;
    color: #41153A;
}
.module_therFlx .card-05 .cont-wrap ul li {
    position: relative;
    border-radius: 30px;
    border: 3px solid;
    margin-bottom: 38px;
}
.module_therFlx .card-05 .cont-wrap ul li:first-child {
    padding: 28px 0 0;
    border-color: rgba(182, 90, 183, 0.30);
}
.module_therFlx .card-05 .cont-wrap ul li:nth-child(2) {
    padding: 15px 0 20px;
    border-color: rgba(114, 33, 107, 0.30);
}
.module_therFlx .card-05 .cont-wrap ul li:last-child {
    padding: 33px 0 20px;
    border-color: rgba(99, 23, 100, 0.30);
    margin-bottom: 0;
}
.module_therFlx .card-05 .cont-wrap ul li ._ic-wrap {
    position: absolute;
    top: -22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #FFFFFF;
    padding: 0 13px;
}
.module_therFlx .card-05 .cont-wrap ul li ._ic-wrap span {
    display: inline-block;
    margin-right: 5px;
    font-size: 1.8rem;
    font-weight: 900;
}
.module_therFlx .card-05 .cont-wrap ul li:first-child ._ic-wrap span {
    color: #B65AB7;
}
.module_therFlx .card-05 .cont-wrap ul li:nth-child(2) ._ic-wrap span {
    color: #842185;
}
.module_therFlx .card-05 .cont-wrap ul li:last-child ._ic-wrap span {
    color: #631764;
}
.module_therFlx .card-05 .cont-wrap ul li:first-child ._ic-wrap img {
	width: unset;
    max-width: 100%;
    max-height: 37.5px;
	margin: 0 auto;
}
.module_therFlx .card-05 .cont-wrap ul li:nth-child(2) ._ic-wrap img {
	width: unset;
    max-width: 100%;
    max-height: 37px;
	margin: 0 auto;
}
.module_therFlx .card-05 .cont-wrap ul li:last-child ._ic-wrap img {
    width: unset;
	max-width: 100%;
    max-height: 38px;
	margin: 0 auto;
}
.module_therFlx .card-05 .cont-wrap ul li .flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	flex-direction: row;
    flex-wrap: nowrap;
}
.module_therFlx .card-05 .cont-wrap ul li .flex-wrap p {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    font-size: 1.4rem;
    font-weight: 400;
    color: #3F3C3C;
}
@media screen and (max-width: 767px){	
	.module_therFlx .card-05 .cont-wrap ul li .flex-wrap {
		justify-content: space-between;
	}
	.module_therFlx .card-05 .cont-wrap ul li .flex-wrap p {
		-webkit-box-flex: 0;
			-ms-flex: 0 0 50%;
				flex: 0 0 50%;
	}
}

.module_therFlx .card-05 .cont-wrap ul li:first-child .flex-wrap p {
    -webkit-transform: translateY(-13px);
        -ms-transform: translateY(-13px);
            transform: translateY(-13px);
} 
.module_therFlx .card-05 .cont-wrap ul li .flex-wrap p b {
    font-weight: 900;
}
.module_therFlx .card-05 .cont-wrap ul li .flex-wrap .img-wrap img {
    display: block;
    max-width: 100%;
    max-height: 109px;
}
.module_therFlx .card-05 .cont-wrap ul li:nth-child(2) .flex-wrap .img-wrap img {
    -webkit-transform: translateX(2px);
        -ms-transform: translateX(2px);
            transform: translateX(2px);
}

.module_therFlx .card-06 {
    padding: 85px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}
.module_therFlx .card-06 .ds-tit {
    margin-bottom: 35px;
}
.module_therFlx .card-06 .ds-tit h5 {
    color: #FFFFFF;
}
.module_therFlx .card-06 .ds-tit span {
    color: #837D7F;
}
.module_therFlx .card-06 .cont-wrap ul li {
    margin-bottom: 60px;
}
.module_therFlx .card-06 .cont-wrap ul li:last-child {
    margin-bottom: 0;
}
.module_therFlx .card-06 .cont-wrap ul li .img-wrap img {
    width: unset;
	max-width: 100%;
	margin: 0 auto;
}
.module_therFlx .card-06 .cont-wrap ul li:first-child .img-wrap img {
    max-height: 156.5px;
}
.module_therFlx .card-06 .cont-wrap ul li:nth-child(2) .img-wrap img {
    max-height: 150px;
}
.module_therFlx .card-06 .cont-wrap ul li:last-child .img-wrap img {
    max-height: 150px;
}
.module_therFlx .card-06 .cont-wrap ul li span {
    display: block;
    margin: 18px auto 15px;
    font-size: 2.1rem;
    font-weight: 600;
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, #d469e3), color-stop(80%, #a678eb));
    background: -o-linear-gradient(left, #d469e3 25%, #a678eb 80%);
    background: linear-gradient(90deg, #d469e3 25%, #a678eb 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'campton';
}
.module_therFlx .card-06 .cont-wrap ul li p {
    font-size: 1.3rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.80);
}

/* 슈링크 */
.shurink-module .fix_area {padding: 0 13px;}
.shurink-module .ds-tit {position: relative; padding-top: 20px; text-align: center;}
.shurink-module .ds-tit > h5 {font-size: 2.45rem; letter-spacing: -1.96px; font-weight: bold; word-break: keep-all;}
.shurink-module .ds-tit > span {position: absolute; top: 0; left: 50%; color: #CB9F76; font-size: 1.1rem; font-weight: 300; white-space: nowrap; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%);}

.shurink-module .shuk_list {background-repeat: no-repeat; background-position: center center; background-size: cover;}
.shurink-module .shuk_list1 {line-height: 1; font-size: 0;}
.shurink-module .shuk_list1 > img {width:100%;}

.shurink-module .shuk_list2 {padding:69.5px 0 63px; background-color:#000; text-align: center;}
.shurink-module .shuk_list2 .cont-tit span {color: #d9d9d9; font-size: 1.4rem; font-weight: 300; display: flex; justify-content: center; align-items: center; gap: 5px;}
.shurink-module .shuk_list2 .cont-tit span > img {width: 36.5px;}
.shurink-module .shuk_list2 .cont-tit h5 {color: #61C9FF; font-size: 3.5rem; font-weight: bold; line-height: 1;}

.shurink-module .shuk_list3 {padding:71.5px 0 67.5px; background-image: url('/theme/daybeau01/resources/image/detail/932/mo_03_bg.jpg'); background-color: #393a3c; width: 100%; text-align: center;}
.shurink-module .shuk_list3 .logo {padding-bottom:43px;}
.shurink-module .shuk_list3 .logo > img {width:187px; margin: 0 auto;}
.shurink-module .shuk_list3 ul {max-width:532px; width:73.888%; margin:0 auto; display: flex; flex-wrap:wrap; gap:53.85px 50px;}
.shurink-module .shuk_list3 ul > li {width:calc((100% - 50px) / 2);}
.shurink-module .shuk_list3 li p {width:107.77px; height:107.77px; margin:0 auto; display: flex; justify-content: center; align-items: center;  border-radius:50em; border:2px solid #64CAFF; color:#fff; font-size:14px; line-height:1.25;}
.shurink-module .shuk_list3 li span {padding-top: 45.65px; display:block; position:relative; color:#fff; font-size:1.2rem; line-height:1.371; font-weight: 100;}
.shurink-module .shuk_list3 li span::before {content: ''; display: block; width: 18.5px; height: 1.37px; position: absolute; background-color: #1BB1FF; top: 25.4px; left: 50%; -webkit-transform: translatex(-50%); -ms-transform: translatex(-50%); transform: translatex(-50%);}

.shurink-module .shuk_list4 {padding:50.6px 0 77.5px; background-color:#F2F2F2; text-align: center; font-size:1.9rem;}
.shurink-module .shuk_list4 .cont-wrap .tit {margin:25px auto 20px;}
.shurink-module .shuk_list4 .cont-wrap .tit > img {width: 69.444%; max-width: 500px; margin: 0 auto;}
.shurink-module .shuk_list4 .cont-wrap {width: 100%; margin: 0 auto; max-width: 661px;}
.shurink-module .shuk_list4 .cont-wrap img {width:100%;}

.shurink-module .shuk_list5 {padding:85px 0 100px; text-align: center; background-image: url('/theme/daybeau01/resources/image/detail/932/mo_05_bg.jpg');}
.shurink-module .shuk_list5 .fix_area > p > img {max-width: 395px; width: 70%; margin:0 auto;}
.shurink-module .shuk_list5 span {display:inline-block; margin:6.3px 0 8.2px;}
.shurink-module .shuk_list5 span img {margin:0 auto;}
.shurink-module .shuk_list5 .txt {font-size: 1.5rem; line-height: 1.406; color:#fff;}

.shurink-module .shuk_list6 {padding:50.6px 0 87.2px; background-color:#faf9f7;}
.shurink-module .shuk_list6 .ds-tit > img {width: 100%; max-width: 606px; margin: 20px auto 0;}
.shurink-module .shuk_list6 .ds-tit > h5 > b {color:#349DD4; font-weight:bold;}
.shurink-module .shuk_list6 .list__ {margin: -50px auto 0; display: flex; gap: 58.2px; flex-wrap: wrap; max-width: 431px; width: 62.103%;}
.shurink-module .shuk_list6 .list__ > li {width:100%; text-align: center;}
.shurink-module .shuk_list6 .list__ > li .list-img {position:relative;}
.shurink-module .shuk_list6 .list__ > li .list-img > img {display:inherit; width:100%;}
.shurink-module .shuk_list6 .list__ .list-txt {margin-top:23.8px;}
.shurink-module .shuk_list6 .list__ .list-txt p {font-size: 1.4rem; line-height: 1.214; white-space: nowrap; width: 100vw; margin-left: calc(-50vw + 50%);}
.shurink-module .shuk_list6 .list__ > li .img-bt-text {width:100%; background-color: rgba(52,157,212,.62); height: 48px; line-height: 48px; position: absolute; bottom:0; left:50%; transform: translateX(-50%);}
.shurink-module .shuk_list6 .list__ > li .img-bt-text > p {color:#fff; font-size:1.6rem; font-weight:bold;}

.shurink-module .shuk_list7 {background-color: #000; padding: 50.6px 0 68.5px; position:relative;}
.shurink-module .shuk_list7:before {content:""; position: absolute; left: 50%; transform: translateX(-50%); bottom:20px; width:297px; height:48.5px; background: url('/theme/daybeau01/resources/image/detail/932/mo_07_text.png') no-repeat center / contain;}
.shurink-module .shuk_list7 .fix_area {width: calc(100% + 2rem); margin-left: -1rem;}
.shurink-module .shuk_list7 .ds-tit > span {color:#fff;}
.shurink-module .shuk_list7 .ds-tit > h5 {color:#fff;}
.shurink-module .shuk_list7 .ds-tit > h5 > b {color:#48BBF7; font-weight: bold;}
.shurink-module .shuk_list7 .cont-wrap {position: relative; background:url('/theme/daybeau01/resources/image/detail/932/mo_07_bg.png') no-repeat bottom right #fff; background-size:cover; max-width: 618px; width: 85.833%; margin: 38.6px auto 0; padding: 53.5px 19.4px 47px;}
.shurink-module .shuk_list7 .cont-wrap:before {content:""; position:absolute; top:0; left: 50%; transform: translateX(-50%); background: url('/theme/daybeau01/resources/image/detail/932/pc_07_arrow.png') no-repeat center / contain; width:12.565px; height:10.875px;}
.shurink-module .shuk_list7 .cont-img > img {width:100%;}
.shurink-module .shuk_list7 .list__ {text-align: center; margin: 54.1px auto 0; max-width: 447px; width: 72.33%;}
.shurink-module .shuk_list7 .list__ > li {margin-bottom:21px;}
.shurink-module .shuk_list7 .list__ > li:last-child {margin-bottom:0;}
.shurink-module .shuk_list7 .list__ > li > span {font-family: 'Campton', Sans-serif; color: #fff; font-weight: bold; background-color: #558DAB; display: inline-block; font-size: 1.4rem; width: 93.75px; height: 44.91px; line-height: 44.91px; border-radius: 50%;}
.shurink-module .shuk_list7 .list__ > li:nth-child(2) > span {background-color:#2977A0;}
.shurink-module .shuk_list7 .list__ > li:last-child > span {background-color:#1F5876;}
.shurink-module .shuk_list7 .list__ > li > .txt {margin-top: 10px; font-size: 1.4rem; line-height: 1.363; letter-spacing: -1px; text-shadow: 0px 5px 5px #fff;}

.waxingArea.shurink .woman-waxing-tab { 
	display: flex; 
	font-size:1.3rem; 
	background-color: #a9c7dc; 
}
.waxingArea.shurink .woman-waxing-tab .tab {
    overflow: hidden;
    text-align: center;
    user-select: none;
}
.waxingArea.shurink .woman-waxing-tab.tab > .tab-item { 
	display: -webkit-box; 
	display: -ms-flexbox;
	display: flex; 
	word-break: keep-all; 
	padding: 0; 
	width:50%; 
	min-height: 50px; 
	-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-size: 1.3rem; 
	font-weight: 500; 
	cursor: pointer; 
	transition: all 0.3s ease-out; 
	outline: 0; 
}
.waxingArea.shurink .woman-waxing-tab.tab > .tab-item:last-of-type { 
	border-right: 0; 
}
.waxingArea.shurink .woman-waxing-tab.tab > .tab-item.active { 
	color: #fff; 
	background-color: #1777a9; 
	border-right: 0; 
	border-bottom-color: #1777a9; 
}
.waxingArea.shurink .tab-panel {
	position: relative;
	height: 0;
	outline: 0;
	overflow: hidden;
}
.waxingArea.shurink .tab-panel.active {
	height: auto;
	padding-top: 0;
	overflow: visible;
}

.waxingArea.shurink .shurink-area-sec {
	padding:0;
	background-color: #dcdddf;
}
.waxingArea.shurink .shurink-area-sec .fix_area {
	position: relative;
}
.waxingArea.shurink .shurink-area-sec .cont-bg {
	background-color: #D1E7F5;
}
.waxingArea.shurink .shurink-area-sec .ds-cont {
	position: relative;
    height: 240px;
    margin-left: auto;
    background-color: #fff;
    z-index: 10;
    overflow: hidden;
}
.waxingArea.shurink .shurink-area-sec .ds-cont ul {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    word-break: keep-all;
}
.waxingArea.shurink .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;
}
.waxingArea.shurink .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%;
	font-size: 1.3rem;
    line-height: 20px;
    text-align: center;
}
.waxingArea.shurink .shurink-area-sec .ds-cont li .text {
	display: table-cell;
	font-size: 1.3rem;
	vertical-align: middle;
}
.waxingArea.shurink .shurink-area-sec .ds-cont li.active {
    text-decoration: underline;
    background-color: #f1f1f1;
}
.waxingArea.shurink .shurink-area-sec .ds-cont2 {
	position: relative;
    width: 100%;
    padding-bottom: 120%;
}
.waxingArea.shurink .shurink-area-sec .ds-cont2 ul {
    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
	height: 100%;
    z-index: 0;
}
.waxingArea.shurink .shurink-area-sec .ds-cont2 .back-img1 {
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.waxingArea.shurink .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;
}
.waxingArea.shurink .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);
}
.waxingArea.shurink .shurink-area-sec .ds-cont2 img {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.waxingArea.shurink .shurink-area-sec .ds-cont2 img {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.waxingArea.shurink .shurink-area-sec .ds-cont2 li.i1 {
    top: 26%;
    left: 48%;
    width: 35%;
}
.waxingArea.shurink .shurink-area-sec .ds-cont2 li.i2 {
    top: 46%;
    left: 57.5%;
    width: 10%;
}
.waxingArea.shurink .shurink-area-sec .ds-cont2 li.i3 {
    top: 49%;
    left: 43%;
    width: 22%;
}
.waxingArea.shurink .shurink-area-sec .ds-cont2 li.i4 {
    top: 54%;
    left: 57%;
    width: 19%;
}
.waxingArea.shurink .shurink-area-sec .ds-cont2 li.i5 {
    top: 40%;
    left: 58.5%;
    width: 12%;
}
.waxingArea.shurink .shurink-area-sec .ds-cont2 li.i6 {
    top: 17%;
    left: 47%;
    width: 37%;
}
.waxingArea.shurink .shurink-area-sec .ds-cont2 li.i7 {
    top: 61%;
    left: 50%;
    width: 27%;
}

.waxingArea.shurink .bodyshurink-area-sec {
	padding:0;
	background-color: #dcdddf;
}
.waxingArea.shurink .bodyshurink-area-sec .fix_area {
	position: relative;
}
.waxingArea.shurink .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;
}
.waxingArea.shurink .bodyshurink-area-sec .ds-cont ul {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    word-break: keep-all;
}
.waxingArea.shurink .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;
}
.waxingArea.shurink .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%;
	font-size: 1.3rem;
    line-height: 20px;
    text-align: center;
}
.waxingArea.shurink .bodyshurink-area-sec .ds-cont li .text {
	display: table-cell;
	font-size: 1.3rem;
	vertical-align: middle;
}
.waxingArea.shurink .bodyshurink-area-sec .ds-cont li.active {
    text-decoration: underline;
    background-color: #f1f1f1;
}
.waxingArea.shurink .bodyshurink-area-sec .ds-cont2 {
	position: relative;
    width: 100%;
    padding-bottom: 120%;
}
.waxingArea.shurink .bodyshurink-area-sec .ds-cont2 ul {
    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
	height: 100%;
    z-index: 0;
}
.waxingArea.shurink .bodyshurink-area-sec .ds-cont2 .back-img1 {
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.waxingArea.shurink .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;
}
.waxingArea.shurink .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);
}
.waxingArea.shurink .bodyshurink-area-sec .ds-cont2 img {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.waxingArea.shurink .bodyshurink-area-sec .ds-cont2 li.i1 { top: 9%; left: 41%; width: 75%; }
.waxingArea.shurink .bodyshurink-area-sec .ds-cont2 li.i2 { top: 25%; left: 48%; width: 30%;}
.waxingArea.shurink .bodyshurink-area-sec .ds-cont2 li.i3 { top: 38%; left: 50%; width: 19%;}
.waxingArea.shurink .bodyshurink-area-sec .ds-cont2 li.i4 { top: 49%; left: 32.5%; width: 15%;}
.waxingArea.shurink .bodyshurink-area-sec .ds-cont2 li.i5 { top: 52%; left: 56.5%; width: 40%; }
.waxingArea.shurink .bodyshurink-area-sec .ds-cont2 li.i6 { top: 50%; left: 80%; width: 12%; }
.waxingArea.shurink .bodyshurink-area-sec .ds-cont2 li.i7 { top: 59.5%; left:68%; width: 58.5%; }

.waxingArea.shurink .row {
    margin-right: 0px;
    margin-left: 0px;
	font-size: 0;
}
.waxingArea.shurink .row:after, 
.waxingArea.shurink .row:before {
    display: table;
    content: " ";
}
.waxingArea.shurink .row:after { 
	clear: both;
}
.waxingArea.shurink .col-1, 
.waxingArea.shurink .col-10, 
.waxingArea.shurink .col-11, 
.waxingArea.shurink .col-12, 
.waxingArea.shurink .col-2, 
.waxingArea.shurink .col-3, 
.waxingArea.shurink .col-4, 
.waxingArea.shurink .col-5, 
.waxingArea.shurink .col-6, 
.waxingArea.shurink .col-7, 
.waxingArea.shurink .col-8, 
.waxingArea.shurink .col-9 {
    position: relative;
	display: inline-block;
	vertical-align: top;
	float: none;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
	box-sizing: border-box;
	font-size: 1rem;
}
.waxingArea.shurink .col-11 { width: 91.666667%; }
.waxingArea.shurink .col-10 { width: 83.333333%; }
.waxingArea.shurink .col-9 { width: 75%; }
.waxingArea.shurink .col-8 { width: 66.666667%; }
.waxingArea.shurink .col-7 { width: 58.333333%; }
.waxingArea.shurink .col-6 { width: 50%; }
.waxingArea.shurink .col-5 { width: 41.66667%; }
.waxingArea.shurink .col-4 { width: 33.3333%; }
.waxingArea.shurink .col-3 { width: 25%; }
.waxingArea.shurink .col-2 { width: 16.66667%; }
.waxingArea.shurink .col-1 { width: 8.33333%; }

/* 슈링크 유니버스 */
.shurinkUniverse-module {line-height: 1.4;}
.shurinkUniverse-module .fix_area {padding: 0 13px;}
.shurinkUniverse-module .ds-tit {position: relative; padding-top: 20px; text-align: center;}
.shurinkUniverse-module .ds-tit > h5 {font-size: 2.2rem; font-weight: 600; word-break: keep-all;}
.shurinkUniverse-module .ds-tit > span {position: absolute; top: 0; left: 50%; font-size: 1.3rem; font-weight: 500; color: #CB9F76; white-space: nowrap; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%);} 
.shurinkUniverse-module > div {background-size: cover; background-repeat: no-repeat; background-position: center center;}

.shurinkUniverse-module .shurinkUniverse-list01 {padding: 65px 0 794px;}
.shurinkUniverse-module .shurinkUniverse-list01 .logo > img {max-width: 170px; width: unset; margin: 0 auto;}
.shurinkUniverse-module .shurinkUniverse-list01 .cont-txt {color: #fff;}
.shurinkUniverse-module .shurinkUniverse-list01 .cont-txt > h2 {font-size: 3.2rem; font-weight: 300; letter-spacing: 3.125px; line-height: 1.75;}
.shurinkUniverse-module .shurinkUniverse-list01 .cont-txt > p {font-size: 1.5rem; line-height: 1.304; margin-top: 30px; padding-top: 30px; position:relative;}
.shurinkUniverse-module .shurinkUniverse-list01 .cont-txt > p:before {content:""; position:absolute; top:0; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); width:40px; height: 1px; background-color: rgba(112,112,112,.3);}
.shurinkUniverse-module .shurinkUniverse-list01 .cont-txt > p > span {color:#6E7B86;}

.shurinkUniverse-module .shurinkUniverse-list02 {padding:77px 0;}
.shurinkUniverse-module .shurinkUniverse-list02 .cont-txt > p {color: #6C6D6D; line-height: 1.304; font-size: 1.2rem;}
.shurinkUniverse-module .shurinkUniverse-list02 .cont-txt > h2 {color: #FF7E3F; font-size: 2.8rem; font-weight: normal; letter-spacing: -1.12px; line-height: 1.403;}

.shurinkUniverse-module .shurinkUniverse-list03 {padding:63px 0 700px; background-position: center bottom !important;}
@media screen and (max-width: 767px){
	.shurinkUniverse-module .shurinkUniverse-list03 {padding-bottom: 110%;}
}
.shurinkUniverse-module .shurinkUniverse-list03 .logo > img {max-width: 170px; width:unset; margin:0 auto;}
.shurinkUniverse-module .shurinkUniverse-list03 .list__ {display:-webkit-box;display:-ms-flexbox;display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; gap: 28px 0; margin: 33.6px auto 0; max-width: 304px;}
.shurinkUniverse-module .shurinkUniverse-list03 .list__ > li {width:calc(100% /2);}
.shurinkUniverse-module .shurinkUniverse-list03 .list__ > li .point_cont {width: 125px; height: 125px; margin:0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 50%; border: 6px solid transparent; background-image: -o-linear-gradient(#dbdbdb, #dbdbdb), -o-linear-gradient(top, #ededed 0%, #ddd 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#dbdbdb)), -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ddd)); background-image: linear-gradient(#dbdbdb, #dbdbdb), linear-gradient(to bottom, #ededed 0%, #ddd 100%); background-origin: border-box; background-clip: content-box, border-box;}
.shurinkUniverse-module .shurinkUniverse-list03 .list__ .point_cont > p {font-size: 1.5rem; font-weight: 500; letter-spacing: -1.333px; line-height: 1.333;}
.shurinkUniverse-module .shurinkUniverse-list03 .list__ > li > span {display: inline-block; width: 18px; height: 1px; background: #aaa; margin: 10px 0 9px;}
.shurinkUniverse-module .shurinkUniverse-list03 .list__ > li > p {font-size: 1.3rem; color: #666; letter-spacing: -1.51px; line-height: 1.23;}

.shurinkUniverse-module .shurinkUniverse-list04 {padding: 51px 0 60px; background-color: #f0f0f0;}
.shurinkUniverse-module .shurinkUniverse-list04 .cont-box {position:relative;}
.shurinkUniverse-module .shurinkUniverse-list04 .cont-box .img_bg {max-width: 500px; margin: 25px auto 0;}
.shurinkUniverse-module .shurinkUniverse-list04 .cont-box .img_bg img {width:100%;}
.shurinkUniverse-module .shurinkUniverse-list04 .cont-box > ul {display:-webkit-box;display:-ms-flexbox;display:flex; gap:10px; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.shurinkUniverse-module .shurinkUniverse-list04 .cont-box > ul > li {display:-webkit-box;display:-ms-flexbox;display:flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width:100%; border-radius: 15px; border: 4px solid #ddd; position: relative; height: 108px; justify-content: space-around; padding: 0 100px;}
.shurinkUniverse-module .shurinkUniverse-list04 .cont-box > ul > li .cont-img img {width:50%;}
.shurinkUniverse-module .shurinkUniverse-list04 .cont-box > ul > li .cont-txt > p {font-size: 1.6rem; letter-spacing: -1.28px; line-height: 1.25; color:#2F2E2E;}
.shurinkUniverse-module .shurinkUniverse-list04 .cont-box > ul > li .cont-txt > p > span {font-weight:bold;}
@media screen and (max-width: 767px){
	.shurinkUniverse-module .shurinkUniverse-list04 .cont-box > ul > li {justify-content: unset; padding: 0;}
	.shurinkUniverse-module .shurinkUniverse-list04 .cont-box > ul > li .cont-img {position: absolute; top: 50%; left: 45%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}
	.shurinkUniverse-module .shurinkUniverse-list04 .cont-box > ul > li .cont-txt {position: absolute; top: 50%; left: 75%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); width: 35%; margin: 0 auto;}
}

.shurinkUniverse-module .shurinkUniverse-list05 {padding:220px 0 220px; background-size:120%; background-position: center top 52%;}
@media screen and (max-width: 767px){
	.shurinkUniverse-module .shurinkUniverse-list05 {padding:249px 0 250px;}
}
.shurinkUniverse-module .shurinkUniverse-list05 .logo > img {max-width: 170px; width:unset; margin:0 auto;}
.shurinkUniverse-module .shurinkUniverse-list05 .cont-txt > p {color:#98A3AC; font-size:1.5rem; line-height: 1.333; margin-bottom: 15.4px; letter-spacing: 1.846px;}
.shurinkUniverse-module .shurinkUniverse-list05 .cont-txt > p > b {color:#fff; font-weight: normal;}

.shurinkUniverse-module .shurinkUniverse-list06 {padding: 60.5px 0 60px; background-color: #F2F2F2;}
.shurinkUniverse-module .shurinkUniverse-list06 .fix_area > ul {max-width: 640px; margin:31px auto 0; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap:30px;}
.shurinkUniverse-module .shurinkUniverse-list06 .fix_area > ul > li {background-color:#fff; width:100%;}
.shurinkUniverse-module .shurinkUniverse-list06 li .cont-title {height: 75px; background: #3C4555; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.shurinkUniverse-module .shurinkUniverse-list06 li:nth-child(2) .cont-title {background: #4A6B88;}
.shurinkUniverse-module .shurinkUniverse-list06 li:nth-child(3) .cont-title {background: #4184AB;}
.shurinkUniverse-module .shurinkUniverse-list06 li:nth-child(4) .cont-title {background: #41A5AB;}
.shurinkUniverse-module .shurinkUniverse-list06 li .cont-title > p {color:#fff; font-size:1.7rem; letter-spacing: -0.833px;}
.shurinkUniverse-module .shurinkUniverse-list06 li > .cont-box {padding: 26.5px 0 38px; width: 83.832%; margin: 0 auto;}
.shurinkUniverse-module .shurinkUniverse-list06 li > .cont-box .cont-txt {margin-bottom: 29.5px; text-align: center;}
.shurinkUniverse-module .shurinkUniverse-list06 li > .cont-box .cont-txt > p {font-size: 1.5rem; line-height: 1.333; letter-spacing: -1.2px;}
.shurinkUniverse-module .shurinkUniverse-list06 li > .cont-box .cont-txt > p > b {color:#3C4555; font-weight:bold;}
.shurinkUniverse-module .shurinkUniverse-list06 li > .cont-box .cont-img > img {width:100%; margin: 0 auto; display: block;}
.shurinkUniverse-module .shurinkUniverse-list06 li > .cont-box .cont-img > ul {display:-webkit-box; display:-ms-flexbox; display:flex; border:1px solid #ddd; position:relative; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.shurinkUniverse-module .shurinkUniverse-list06 li > .cont-box .cont-img > ul > li {width:100%;}
.shurinkUniverse-module .shurinkUniverse-list06 li > .cont-box .cont-img > ul > li .txt-box {background: #F4F4F4; border-bottom: 1px solid #ddd; text-align:center; padding: 17.3px;}
.shurinkUniverse-module .shurinkUniverse-list06 li > .cont-box .cont-img > ul > li .txt-box > p {color: #666; letter-spacing: -1.04px; font-size: 1.8rem; font-family: 'Campton', Sans-serif; font-weight: bold; width: 100%; line-height:1;}
.shurinkUniverse-module .shurinkUniverse-list06 li > .cont-box .cont-img > ul > li img {margin: 35px auto 40px; width: calc(100% - 60px); display: block;}
.shurinkUniverse-module .shurinkUniverse-list06 li:nth-child(2) > .cont-box .cont-txt > p > b {color:#4A6B88;}
.shurinkUniverse-module .shurinkUniverse-list06 li:nth-child(3) > .cont-box .cont-txt > p > b {color:#4184AB;}
.shurinkUniverse-module .shurinkUniverse-list06 li:nth-child(4) > .cont-box .cont-txt > p > b {color:#41A5AB;}
.shurinkUniverse-module .shurinkUniverse-list06 li:nth-child(1) > .cont-box .cont-img {text-align:right;}
.shurinkUniverse-module .shurinkUniverse-list06 li:nth-child(1) > .cont-box .cont-img > img {margin-right: 188px;}
.shurinkUniverse-module .shurinkUniverse-list06 .type-list-wrap > li:first-child {margin-bottom:33.75px;}
.shurinkUniverse-module .shurinkUniverse-list06 .type-list-wrap .type-img {text-align: center; max-width:50%; margin: 0 auto 18px;}
.shurinkUniverse-module .shurinkUniverse-list06 .type-list-wrap .type-img > img {width:100%;}
.shurinkUniverse-module .shurinkUniverse-list06 .type-cont > li {padding:13.4px 7px 16.6px; border-bottom:1px solid #ddd; display:-webkit-box; display:-ms-flexbox; display:flex; gap:10px; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.shurinkUniverse-module .shurinkUniverse-list06 .type-cont > li:first-child {border-top:1px solid #ddd;}
.shurinkUniverse-module .shurinkUniverse-list06 .type-cont .type-txt-box {width:96.5px; font-size: 1.3rem;}
.shurinkUniverse-module .shurinkUniverse-list06 .type-cont .type-txt-box > * {white-space: nowrap;}
@media screen and (max-width: 767px){
	.shurinkUniverse-module .shurinkUniverse-list06 .type-cont .type-txt-box > * {white-space: wrap;}
}
.shurinkUniverse-module .shurinkUniverse-list06 .type-cont > li > div:not(.type-txt-box) {width:calc(100% - 117.25px); text-align:center; }
.shurinkUniverse-module .shurinkUniverse-list06 .type-cont > li > div:not(.type-txt-box) img {margin:0 auto;}

.shurinkUniverse-module .shurinkUniverse-list07 {padding: 50.5px 0 123px;}
.shurinkUniverse-module .shurinkUniverse-list07 .ds-tit > h5 {color:#fff;}
.shurinkUniverse-module .shurinkUniverse-list07 .ds-tit > h5 {color:#fff;}
.shurinkUniverse-module .shurinkUniverse-list07 .ds-tit > span {color:#A3CEE5;}
.shurinkUniverse-module .shurinkUniverse-list07 .list__ {color:#fff; display: -webkit-box; display: -ms-flexbox; display: flex; gap: 39.2px; margin-top: 42.2px; -ms-flex-wrap: nowrap; flex-wrap: nowrap;}
@media screen and (max-width: 767px){
	.shurinkUniverse-module .shurinkUniverse-list07 .list__ {-ms-flex-wrap: wrap; flex-wrap: wrap;}
}
.shurinkUniverse-module .shurinkUniverse-list07 .list__ > li {width:100%; text-align:center;}
.shurinkUniverse-module .shurinkUniverse-list07 .list__ > li > .cont-txt {margin-top:19.8px;}
.shurinkUniverse-module .shurinkUniverse-list07 .list__ > li > .cont-txt h5 {font-size: 2rem; font-weight: bold; line-height: 1; letter-spacing: -1px; margin-bottom: 8.4px;}
.shurinkUniverse-module .shurinkUniverse-list07 .list__ > li > .cont-txt p {color: #888; line-height: 1.428; font-size: 1.4rem; letter-spacing: -1.428px;}
.shurinkUniverse-module .shurinkUniverse-list07 .list__ > li > .cont-img {max-width: 420px; margin: 0 auto; width: 50%;}
.shurinkUniverse-module .shurinkUniverse-list07 .list__ > li > .cont-img img {width: 100%;}

.shurinkUniverse-module .shurinkUniverse-list08 {padding:50.7px 0 60px; background-color: #E4E7E9;}
.shurinkUniverse-module .shurinkUniverse-list08 .fix_area > .img-wrap {width: calc(100% + 2rem); margin-left: -1rem; margin-top:20px;}
.shurinkUniverse-module .shurinkUniverse-list08 .fix_area > .img-wrap > img {width:100%;}
.shurinkUniverse-module .shurinkUniverse-list08 .list__ {display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 10px;}
.shurinkUniverse-module .shurinkUniverse-list08 .list__ > li {position:relative; text-align:center; width:100%; background-color: rgba(255,255,255,.5); border-radius: 20px; padding: 15px 0 25.7px;}
.shurinkUniverse-module .shurinkUniverse-list08 .list__ > li .num {display:inline-block; font-size: 2.4rem; margin-bottom:10px; font-weight: 300; line-height: 1; background-image: -o-linear-gradient(10deg, #d5c0b4 0%, #b5b6eb 50%, #8fcae8 100%); background-image: linear-gradient(80deg, #d5c0b4 0%, #b5b6eb 50%, #8fcae8 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-family: 'Campton', Sans-serif;}
.shurinkUniverse-module .shurinkUniverse-list08 .list__ > li p:not(.num) {color: #666; font-size: 1.4rem; letter-spacing: -1.428px; line-height: 1.428;}
.shurinkUniverse-module .shurinkUniverse-list08 .list__ > li h5 {font-size: 1.9rem; letter-spacing: -1.25px; margin-bottom: 6px; line-height:1;}
.shurinkUniverse-module .shurinkUniverse-list08 .list__ > li span {color: #999; margin-top: 8.4px; font-size: 1rem; line-height: 1.571;}

.shurinkUniverse-module .shurinkUniverse-list09 {padding:50.7px 0 56px;}
.shurinkUniverse-module .shurinkUniverse-list09 .ds-tit > span {color:#a2a2a2;}
.shurinkUniverse-module .shurinkUniverse-list09 .ds-tit > h5 {color:#222; line-height: 1.224;}
.shurinkUniverse-module .shurinkUniverse-list09 .ds-tit > h5 > span {font-weight: normal;}
.shurinkUniverse-module .shurinkUniverse-list09 .list__ {max-width: 640px; margin: 25.6px auto 0; display:-webkit-box; display:-ms-flexbox; display:flex; gap:20px; -ms-flex-wrap: nowrap; flex-wrap: nowrap;}
@media screen and (max-width: 767px){
	.shurinkUniverse-module .shurinkUniverse-list09 .list__ {-ms-flex-wrap: wrap; flex-wrap: wrap;}
}
.shurinkUniverse-module .shurinkUniverse-list09 .list__ > li {width:calc((100% - 20px) / 2); text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.shurinkUniverse-module .shurinkUniverse-list09 .list__ > li .cont-txt {margin-top:13px;}
.shurinkUniverse-module .shurinkUniverse-list09 .list__ > li .cont-txt > h5 {font-size: 2rem; letter-spacing: -1.25px; margin-bottom: 8.4px;}
.shurinkUniverse-module .shurinkUniverse-list09 .list__ > li .cont-txt > p {color: #888; font-size: 1.4rem; letter-spacing: -1.515px; line-height: 1.384;white-space: nowrap;}
.shurinkUniverse-module .shurinkUniverse-list09 .list__ > li .cont-img > img {width:100%;}

/* 올리지오 */
.og-info-sec {
    line-height: 1.4;
}
.og-info-sec img {
	width: unset; 
	margin: 0 auto;
}
.og-info-sec .fix_area {
	padding: 0 13px;
}
.og-info-sec .ds-tit {
    position: relative;
    padding-top: 20px;
    text-align: center;
}
.og-info-sec .ds-tit > h5 {
    font-size: 2.2rem;
    font-weight: 600;
    word-break: keep-all;
}
.og-info-sec .ds-tit > span {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 1.3rem;
    font-weight: 500;
    color: #CB9F76;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
} 
.og-info-sec .og-sec1 {
    padding: 60px 0 60px;
	background-color: #fff;
	background-position: center top 30%;
	background-size: cover;
	background-repeat: no-repeat;
}
@media screen and (max-width: 767px){
	.og-info-sec .og-sec1 {
		background-position: center;
	}
}
.og-info-sec .og-sec1 h5 img {
    display: block;
    height: 52px;
    margin: 0 auto;
}
.og-info-sec .og-sec1 .ogi-cont1 {
	margin-top: 40px;
	color: #fff;
	text-align: left;
}
.og-info-sec .og-sec1 .ogi-cont1 > p {
	font-size: 1.4rem;
	letter-spacing: 0.2em;
    text-align: center;
}
.og-info-sec .og-sec1 .ogi-cont1 > .row {
	width: 100%;
    margin: 0 auto;
}
.og-info-sec .og-sec1 .ogi-cont1 .col-6 {
	width: 20%;
	padding-top: 38px;
}
@media screen and (max-width: 767px){
	.og-info-sec .og-sec1 .ogi-cont1 > .row {
		width: unset;
		max-width: 300px;
	}
	.og-info-sec .og-sec1 .ogi-cont1 .col-6 {
		width: 50%;
	}
}

.og-info-sec .og-sec1 .ogi-item {
	width: 100px;
	height: 100px;
	margin: 0 auto;
    text-align: center;
	background-color: rgba(255, 79, 87, 0.4);
	border-radius: 50%;
	font-size: 1.4rem;
	line-height: 1.2;
}
.og-info-sec .text-vertical-middle {
	display: table;
}
.og-info-sec .text-vertical-middle .tvm-cell {
	display: table-cell;
	vertical-align: middle;
}

.og-info-sec .og-sec2 {
	padding: 80px 0 130px;
	background-color: #f0f0f0;
}
.og-info-sec .og-sec2 .ds-cont {
	padding-top: 25px;
}
.og-info-sec .og-sec2 .ds-cont:first-of-type {
	padding-top: 40px;
}
.og-info-sec .og-sec2 .ogsk-tit {
    background-size: cover;
    padding: 13px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
}
.og-info-sec .og-sec2 .ogsk-tit span {
    display: block;
    font-size: 1.3rem;
    font-weight: 300;
}
.og-info-sec .og-sec2 .ogsk-cont1 {
	background-color: #fff;
    padding: 40px 30px 40px;
    text-align: center;
}
.og-info-sec .ogsk-cont1 img {
	display: block;
    height: 100px;
    margin: 0 auto;
}
.og-info-sec .ogsk-cont1 p {
    margin-top: 25px;
    font-size: 1.3rem;
    line-height: 1.6;
    color: #525252;
	word-break: keep-all;
}
.og-info-sec .ogsk-cont2 .ogsk-list {
	background-color: #fff;
	padding-top: 15px;
    padding-bottom: 15px;
}
.og-info-sec .ogsk-cont2 .ogsk-list > li {
    position: relative;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 75px;
	font-size: 1.3rem;
}
.og-info-sec .ogsk-cont2 .ogsk-list > li:nth-child(2) {
	background-color: #fbfbfb;
}
.og-info-sec .ogsk-cont2 .ogsk-list > li img {
    position: absolute;
    top: 20px;
    left: 15px;
    height: 50px;
}
.og-info-sec .ogsk-cont2 .ogsk-list > li b {
	font-family: 'Campton-book', sans-serif;
    font-style: italic;
    font-weight: 100;
}
.og-info-sec .ogsk-cont2 .ogsk-list > li span {
    display: block;
    color: #525252;
    line-height: 1.4;
    word-break: keep-all;
}
.og-info-sec .og-sec2 .ogsk-cont3 {
	position: relative;
    background-color: #fff;
    padding: 30px 15px 0;
    overflow: hidden;
}
.og-info-sec .og-sec2 .ogsk-cont3 img {
	display: block;
    height: 150px;
    margin: 5px auto -15px;
}
.og-info-sec .ogsk-cont3 .effect3-wrap .ef3-item {
    position: relative;
    padding-left: 30px;
    padding-bottom: 15px;
    padding-right: 5px;
}
.og-info-sec .effect3-wrap .ef3-item > b {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 1px;
    left: 5px;
    background-color: #fa8086;
    text-align: center;
    color: #fff;
    line-height: 19px;
    border-radius: 50%;
	font-size: 1.3rem;
    font-weight: 400;
}
.og-info-sec .effect3-wrap .ef3-item .ef3i-th {
    font-family: 'Campton', sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    color: #525252;
}
.og-info-sec .effect3-wrap .ef3-item .ef3i-td {
	font-size: 1.3rem;
    color: #525252;
}
.oligio-area-sec {
    position: relative;
    padding-top: 80px;
    background-color: #d2cfca;
}



.oligio-area-sec .ds-tit {
    position: relative;
    padding-top: 20px;
    text-align: center;
	padding-bottom: 10px;
}
.oligio-area-sec .ds-tit > h5 {
    font-size: 2.2rem;
    font-weight: 600;
    word-break: keep-all;
}
.oligio-area-sec .ds-tit > span {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 1.3rem;
    font-weight: 500;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	color: #593b29;
} 
.oligio-area-sec .ds-cont {
	position: relative;
    margin-left: auto;
    background-color: #fff;
    z-index: 10;
}
.oligio-area-sec .ds-cont ul {
    width: 100%;
    height: 100%;
    overflow: hidden;
    word-break: keep-all;
}
.oligio-area-sec .ds-cont li {
    position: relative;
    float: left;
    width: 50%;
    height: 33.3333%;
    padding: 15px;
    padding-left: 40px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
	font-size: 1.3rem;
    transition: 0.2s;
}
.oligio-area-sec .ds-cont li span {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 10px;
    margin-top: -10px;
    background-color: #fa8086;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
	color: #fff;
}
.oligio-area-sec .ds-cont li.active {
	background-color: #f1f1f1;
}
.oligio-area-sec .ds-cont li.active span {
	background-color: #de474e;
}
.oligio-area-sec .ds-cont2 {
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 111%;
}
.oligio-area-sec .ds-cont2 ul {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}
.oligio-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;
}
.oligio-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);
}
.oligio-area-sec .ds-cont2 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.oligio-area-sec .ds-cont2 li.i1 { top: 20%; left: 61%; width: 24.8%; height: 15%; }
.oligio-area-sec .ds-cont2 li.i2 { top: 35%; left: 44%; width: 13.78%; height: 9%; }
.oligio-area-sec .ds-cont2 li.i3 { top: 40%; left: 46%; width: 22%; height: 14%; }
.oligio-area-sec .ds-cont2 li.i4 { top: 50%; left: 47%; width: 14%; height: 13%; }
.oligio-area-sec .ds-cont2 li.i5 { top: 51%; left: 43%; width: 13%; height: 20%; }

.og-info-sec .row {
    margin-right: 0px;
    margin-left: 0px;
	font-size: 0;
}
.og-info-sec .row:after, 
.og-info-sec .row:before {
    display: table;
    content: " ";
}
.og-info-sec .row:after { 
	clear: both;
}
.og-info-sec .col-1, 
.og-info-sec .col-10, 
.og-info-sec .col-11, 
.og-info-sec .col-12, 
.og-info-sec .col-2, 
.og-info-sec .col-3, 
.og-info-sec .col-4, 
.og-info-sec .col-5, 
.og-info-sec .col-6, 
.og-info-sec .col-7, 
.og-info-sec .col-8, 
.og-info-sec .col-9 {
    position: relative;
	display: inline-block;
	vertical-align: top;
	float: none;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
	box-sizing: border-box;
	font-size: 1.3rem;
}
.og-info-sec .col-11 { width: 91.666667%; }
.og-info-sec .col-10 { width: 83.333333%; }
.og-info-sec .col-9 { width: 75%; }
.og-info-sec .col-8 { width: 66.666667%; }
.og-info-sec .col-7 { width: 58.333333%; }
.og-info-sec .col-6 { width: 50%; }
.og-info-sec .col-5 { width: 41.66667%; }
.og-info-sec .col-4 { width: 33.3333%; }
.og-info-sec .col-3 { width: 25%; }
.og-info-sec .col-2 { width: 16.66667%; }
.og-info-sec .col-1 { width: 8.33333%; }

/* 클라리티 프로 */
.module_clarityPro {
	line-height: 1.4;
	word-break: keep-all;
}
.module_clarityPro .ds-tit {
    position: relative;
    padding-top: 20px;
    text-align: center;
}
.module_clarityPro .ds-tit > h5 {
    font-size: 2.2rem;
    font-weight: 600;
    word-break: keep-all;
}
.module_clarityPro .ds-tit > span {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 1.3rem;
    font-weight: 500;
    color: #CB9F76;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
} 
.module_clarityPro .minframe {
	padding-left: 10px;
	padding-right: 10px;
	max-width: 860px;
	margin: 0 auto;
}

.module_clarityPro .pg_padding {
	padding: 160px 0 220px;
}
@media screen and (max-width: 767px){
	.module_clarityPro .pg_padding {
		padding: 80px 0 130px;
	}
}


.module_clarityPro .__point {
	color: #FF3841;
	font-size: 1.7rem;
	font-weight: 700;
}
.module_clarityPro .card-01 {
	background-repeat: no-repeat;
	background-position: center 80%;
	background-size: cover;
}
@media screen and (max-width: 767px){
	.module_clarityPro .card-01 {
		background-position: 20% 20%;
	}
}


.module_clarityPro .card-01 .__title {
	font-size: 4rem;
    font-family: 'Campton', Sans-serif;
    color: #FF5A61;
	text-align: center;
}
.module_clarityPro .card-01 .item-wrap {
    text-align: center;
	margin: 70px auto 0;
	max-width: 300px;
}
.module_clarityPro .card-01 .item-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	margin-bottom: 20px;
}
.module_clarityPro .card-01 .item-inner:last-child {
	margin-bottom: 0;
}
.module_clarityPro .card-01 .item {
	width: 117px;
    height: 117px;
    background: #ff002e4f;
    color: #fff;
    font-size: 1.7rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.module_clarityPro .card-02 {
	background: #EFEFEF;
}
.module_clarityPro .card-02 .cont-wrap {
	margin: 35px auto 0;
}
.module_clarityPro .card-02 .cont {
	background: #F3F3F3;
	border: 1px solid #BAB8B9;
	margin-bottom: 70px;
	text-align: center;
	padding-bottom: 35px;
}
.module_clarityPro .card-02 .cont:last-child {
	margin-bottom: 0;
}
.module_clarityPro .card-02 .cont-title {
	background: #fff;
	font-size: 1.7rem;
	font-weight: 700;
	color: #525252;
	padding: 1rem 0;
}
.module_clarityPro .card-02 .cont-img {
	max-width: 270px;
	margin: 35px auto;
}
.module_clarityPro .card-02 .cont-img img {
	width: 100%;
}
.module_clarityPro .card-02 .cont-txt {
	font-size: 1.5rem;
	line-height: 1.5;
	max-width: 300px;
	margin: auto;
}
.module_clarityPro .card-02 .cont-txt .__point {
	display: block;
	margin-bottom: 1rem;
	font-size: 1.5rem;
}
.module_clarityPro .card-03 {
	background: #FAF0F1;
}
.module_clarityPro .card-03 .cont-wrap {
	margin: 70px auto 0;
}
.module_clarityPro .card-03 .cont {
	margin-top: 35px;
}
.module_clarityPro .card-03 .cont-img img {
	width: unset;
	max-width: 200px;
	margin: 0 auto;
}
.module_clarityPro .card-03 .cont-title {
	font-size: 1.7rem;
    background: -o-linear-gradient(137deg, #FF3841, #FF806F);
    background: linear-gradient(313deg, #FF3841, #FF806F);
    padding: 1rem 0;
    color: #fff;
    text-align: center;
}
.module_clarityPro .card-03 .item-wrap {
	background: #fff;
	padding: 35px 0;
}
.module_clarityPro .card-03 .item {
	max-width: 300px;
    margin: 20px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.module_clarityPro .card-03 .item .__point {
	display: inline-block;
    min-width: 75px;
    font-size: 1.7rem;
}
.module_clarityPro .card-03 .item-txt {
	display: flex;
    align-items: center;
	color: #2F2F30;
	font-size: 1.5rem;
}
.module_clarityPro .card-03 .item-txt span {
	display: flex;
    align-items: center;
	margin-right: 7px;
}
.module_clarityPro .card-03 .item-txt span img {
	max-height: 28px;
}
.module_clarityPro .card-03 .item-txt span b {
	font-weight: 400;
	vertical-align: bottom;
	line-height: 2.5;
}
.module_clarityPro .card-03 .item-txt span img + b {
	margin-left: 7px;
}

/* 엑소좀 ASCE+ */
.exosome_module{
	letter-spacing: -1px;
}
.exosome_module .fix_area{
	max-width: 500px;
	margin:0 auto;
	padding: 0 13px;
}
.exosome_module .ds-tit {
    position: relative;
    padding-top: 20px;
    text-align: center;
}
.exosome_module .ds-tit > h5 {
    font-size: 2.2rem;
    font-weight: 600;
    word-break: keep-all;
}
.exosome_module .ds-tit > span {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 1.3rem;
    font-weight: 500;
    color: #CB9F76;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
} 
.exosome_module .exosome_list01{
	padding:80px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	text-align: center;
}
.exosome_module .exosome_list01 .logo{
	width:200px;
	margin:0 auto;
	padding-bottom: 30px;
}
.exosome_module .exosome_list01 .logo img{
	width:100%;
}
.exosome_module .exosome_list01 ul{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.exosome_module .exosome_list01 .txt_area{
	width:160px;
	margin:20px 5px;
	color:#fff;
}
.exosome_module .exosome_list01 .txt_area .txt{
	font-size: 1.2rem;
	font-weight: 100;
	padding-bottom: 30px;
	position:relative;
}
.exosome_module .exosome_list01 .txt_area .txt::before{
	content: '';
	width: 15px;
	height: 1px;
	background-color: #36DAF3;
	position: absolute;
	left: 50%;
	top: 30px;
	-webkit-transform: translatex(-50%);
	    -ms-transform: translatex(-50%);
	        transform: translatex(-50%);
}
.exosome_module .exosome_list01 .txt_area .box_txt{
	padding:8px 0;
	border-radius: 50em;
	font-size:1.2rem;
	border:1px solid #36DAF3;
}

.exosome_module .exosome_list02{
	padding:80px 0 130px;
	background-color:#D8EDEC;
}
.exosome_module .exosome_list02 .main_cont{
	margin-top:30px;
	padding:40px 0;
	background-color:#fff;
	text-align: center;
}
.exosome_module .exosome_list02 .main_cont .imgs{
	width:60%;
	margin:0 auto;
}
.exosome_module .exosome_list02 .main_cont .imgs img{
	width:100%;
}
.exosome_module .exosome_list02 .main_cont .box_txt{
	margin-top: 10px;
	display: inline-block;
	padding: 4px 25px;
	border-radius: 50em;
	color: #fff;
	font-size: 1.6rem;
}
.exosome_module .exosome_list02 .main_cont .cont1 .box_txt{
	background-color:#5EC9C6;
}
.exosome_module .exosome_list02 .main_cont .cont2 .box_txt{
	background-color:#5BB8D0;
}
.exosome_module .exosome_list02 .main_cont .cont3 .box_txt{
	background-color:#5692E6;
}
.exosome_module .exosome_list02 .main_cont .desc{
	padding-top: 10px;
	color: #515151;
	font-size: 1.5rem;
	line-height: 19px;
	font-weight: 100;
}
.exosome_module .exosome_list02 .main_cont .icon{
	width:20px;
	margin:20px auto;
}
.exosome_module .exosome_list02 .main_cont .icon img{
	width:100%;
}
.exosome_module .exosome_list02 .bottom_cont{
	padding:30px 0;
	background-image: -o-linear-gradient(20deg,#5EC9C6,#5AAED6,#5692E6);
	background-image: linear-gradient(70deg,#5EC9C6,#5AAED6,#5692E6);
	color:#fff;
	text-align: center;
}
.exosome_module .exosome_list02 .bottom_cont .lighter_txt{
	font-size: 1.5rem;
	font-weight: 100;
}
.exosome_module .exosome_list02 .bottom_cont .border_txt{
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 23px;
}
.exosome_module .exosome_list02 .bottom_cont .icon{
	width:20px;
	margin:15px auto;
}
.exosome_module .exosome_list02 .bottom_cont .icon img{
	width:100%;
}

.exosome_module .exosome_list03{
	padding:80px 0 110px;
	background-color:#F0F0F0;
}
.exosome_module .exosome_list03 .ds-tit{
	padding-bottom: 30px;
}
.exosome_module .exosome_list03 .top_content{
	padding-bottom: 70px;
	text-align: center;
}
.exosome_module .exosome_list03 .top_content .cont{
	border:1px solid #ACA6A6;
}
.exosome_module .exosome_list03 .top_content .cont1{
	margin-bottom: 20px;
}
.exosome_module .exosome_list03 .top_content .cont .tit_box{
	padding: 15px 0;
	font-size: 1.5rem;
	font-weight: 100;
	line-height: 22px;
	color: #fff;
}
.exosome_module .exosome_list03 .top_content .cont1 .tit_box{
	background-color:#2891B5;
}
.exosome_module .exosome_list03 .top_content .cont2 .tit_box{
	background-color:#617075;
}
.exosome_module .exosome_list03 .top_content .cont .tit_box span{
	font-size:2rem;
	font-weight: 500;
}
.exosome_module .exosome_list03 .top_content .cont .cont_area{
	padding:30px 0;
	background-color:#fff;
}
.exosome_module .exosome_list03 .top_content .cont .cont_area .imgs{
	width:28%;
	margin:0 auto;
}
.exosome_module .exosome_list03 .top_content .cont .cont_area .imgs img{
	width:100%;
}
.exosome_module .exosome_list03 .top_content .cont .cont_area .desc{
	padding-top: 15px;
	font-size: 1.4rem;
	color: #424242;
	line-height: 20px;
}
.exosome_module .exosome_list03 .top_content .cont .cont_area .desc span{
	display: inline;
	font-weight: 700;
}
.exosome_module .exosome_list03 .top_content .cont1 .cont_area .desc span{
	display: inline;
	color:#2891B5;
}
.exosome_module .exosome_list03 .bottom_content{
	text-align: center;
}
.exosome_module .exosome_list03 .bottom_content li{
	margin-bottom: 20px;
	background-color:#fff;
	border:1px solid #ACA6A6;
}
.exosome_module .exosome_list03 .bottom_content .bg_txt_box{
	padding: 20px 0;
	background-color: #3EA8BB;
	color: #fff;
	font-size: 1.7rem;
	line-height: 24px;
}
.exosome_module .exosome_list03 .bottom_content .desc_txt_box{
	padding:20px 0;
	font-size:1.5rem;
	line-height: 20px;
}

.exosome_module .exosome_list04{
	padding:80px 0 30px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.exosome_module .exosome_list04 .ds-tit{
	padding-bottom: 30px;
	color:#fff;
}
.exosome_module .exosome_list04 .ds-tit span{
	color:#fff;
}
.exosome_module .exosome_list04 .content .img_area{
	width:150px;
	margin:0 auto;
}
.exosome_module .exosome_list04 .content .img_area img{
	width:100%;
}
.exosome_module .exosome_list04 .content .txt_list{
	width:70%;
	margin:0 auto;
	color:#fff;
	-webkit-transform: translateY(-30px);
	    -ms-transform: translateY(-30px);
	        transform: translateY(-30px);
}
.exosome_module .exosome_list04 .content .txt_list li{
	font-size:1.5rem;
}
.exosome_module .exosome_list04 .content .txt_list .txt{
	width:100%;
	padding:4px 0;
}
.exosome_module .exosome_list04 .content .txt_list .center_text{
	
	display:-webkit-box;
	
	display:-ms-flexbox;
	
	display:flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	
}
.exosome_module .exosome_list04 .content .txt_list .center_text .left{
	width:65%;
	padding:4px 0;
}
.exosome_module .exosome_list04 .content .txt_list .center_text .right{
	width:35%;
	padding:4px 0;
}
.exosome_module .exosome_list04 .content .txt_list .txt_color{
	font-size:1.8rem;
	color:#FFF100;
	font-weight: 700;
}
.exosome_module .exosome_list04 .content .txt_list span{
	display: inline-block; 
	width: 14px;
	height: 14px;
	text-align: center;
	font-size: 1rem;
	border-radius: 50em;
	color: #5AB1D4;
	background-color: #fff;
}
.exosome_module .exosome_list04 .content .txt_list .color{
	background-color:#FFF100;
}

.exosome_module .exosome_list05{
	padding:80px 0 130px;
	background-color:#F0F0F0;
	text-align: center;
}
.exosome_module .exosome_list05 .content{
	margin-top:30px;
}
.exosome_module .exosome_list05 .content li{
	margin-top:20px;
	background-color:#fff;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
.exosome_module .exosome_list05 .content li .point_img{
	width:100%;
}
.exosome_module .exosome_list05 .content li .point_img img{
	display:block;
	width:100%;
}
.exosome_module .exosome_list05 .content .txt_area{
	padding:25px 0;
}
.exosome_module .exosome_list05 .txt_area .tit{
	padding-bottom: 5px;
	color:#3178DB;
	font-size:1.7rem;
	font-weight: 700;
	line-height:24px;
}
.exosome_module .exosome_list05 .txt_area .txt{
	color:#2F2E2E;
	font-size:1.4rem;
	line-height:20px;
}
.exosome_module .exosome_list05 .b__content{
	padding:40px 0;
	margin:20px auto 0;
	background-color:#fff;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
.exosome_module .exosome_list05 .b__content .icon1{
	width:10px;
	margin:25px auto 10px;
}
.exosome_module .exosome_list05 .b__content .icon1 img{
	width:100%;
}
.exosome_module .exosome_list05 .b__content .cont{
	max-width: 320px;
	margin:0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.exosome_module .exosome_list05 .b__content .cont .txt{
	width:120px;
	height:120px;
	padding-top:33px;
	border-radius: 50em;
	background-image: -o-linear-gradient(130deg, #3C79CD, #2D9AC2, #1EBBB7);
	background-image: linear-gradient(-40deg, #3C79CD, #2D9AC2, #1EBBB7);
	color:#fff;
	font-size:1.8rem;
	line-height: 22px;
}
.exosome_module .exosome_list05 .b__content .cont .txt2{
	padding-top:40px;
}
.exosome_module .exosome_list05 .b__content .cont .txt span{
	font-size:2rem;
	font-weight: 700;
}
.exosome_module .exosome_list05 .b__content .cont .icon2{
	width:12px;
	padding-top:89px;
	margin:0 8px;
}
.exosome_module .exosome_list05 .b__content .cont .icon2 img{
	width:100%;
}

/* 쥬베룩 */
.juvelook_module .ds-tit {
    position: relative;
    padding-top: 20px;
    text-align: center;
}
.juvelook_module .ds-tit > h5 {
    font-size: 2.2rem;
    font-weight: 600;
    word-break: keep-all;
}
.juvelook_module .ds-tit > span {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 1.3rem;
    font-weight: 500;
    color: #CB9F76;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
} 
.juvelook_module .juve_list01{
	padding:80px 0;
	background-size:cover;
	background-repeat: no-repeat;
	background-position:top 75% center;
	text-align: center;
}
@media screen and (max-width: 767px){
	.juvelook_module .juve_list01{
		background-position:center;
	}
}
.juvelook_module .juve_list01 .fix_area{
	max-width: 500px;
	margin:0 auto;
}
@media screen and (max-width: 767px){
	.juvelook_module .juve_list01 .fix_area{
		max-width: 400px;
	}
}
.juvelook_module .juve_list01 .logo{
	width:230px;
	margin:0 auto;
	padding-bottom: 20px;
}
.juvelook_module .juve_list01 .logo img{
	width:100%;
}
.juvelook_module .juve_list01 ul{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}
.juvelook_module .juve_list01 li{
	width: 120px;
	height: 120px;
	padding-top: 40px;
	margin: 20px 10px 0;
	background-color:rgba(49, 144, 193, 0.4);
	border-radius: 50em;
	color: #fff;
	font-size: 1.8rem;
	line-height: 22px;
}

.juvelook_module .juve_list02{
	padding:80px 0 130px;
	background-color:#fff;
	text-align: center;
	letter-spacing: -1px;
	word-break: keep-all;
}
.juvelook_module .juve_list02 .fix_area{
	max-width: 500px;
	margin:0 auto;
}
.juvelook_module .juve_list02 .s_tit_area{
	padding-top:45px;
}
.juvelook_module .juve_list02 .s__txt{
	font-size:1.8rem;
}
.juvelook_module .juve_list02 .s__txt_img{
	width: 250px;
	padding-top: 10px;
	margin: 0 auto;
}
.juvelook_module .juve_list02 .s__txt_img img{
	width:100%;
}
.juvelook_module .juve_list02 .cont{
	margin:40px 0;
}
.juvelook_module .juve_list02 .cont li{
	margin:0 auto;
}
.juvelook_module .juve_list02 .cont .txt_box{
	padding-top:60px;
	width:200px;
	height:200px;
	border-radius: 50em;
	color:#fff;
}
.juvelook_module .juve_list02 .cont .txt_box p{
	padding-bottom:10px;
	font-size:2.5rem;
	font-weight: 700;
}
.juvelook_module .juve_list02 .cont .txt_box span{
	display:inline;
	font-size: 1.8rem;
	line-height: 22px;
}
.juvelook_module .juve_list02 .cont .icon{
	width:40px;
}
.juvelook_module .juve_list02 .cont .icon img{
	width:100%;
}
.juvelook_module .juve_list02 .cont .txt_box1{
	background-image: -webkit-gradient(linear,left top, left bottom,from(#84C1E8),to(#60A5D2));
	background-image: -o-linear-gradient(#84C1E8,#60A5D2);
	background-image: linear-gradient(#84C1E8,#60A5D2);
}
.juvelook_module .juve_list02 .cont .txt_box2{
	background-image: -webkit-gradient(linear,left top, left bottom,from(#E78F7B),to(#E37A62));
	background-image: -o-linear-gradient(#E78F7B,#E37A62);
	background-image: linear-gradient(#E78F7B,#E37A62);
}
.juvelook_module .juve_list02 .desc{
	padding: 40px 0;
	background-color: #F6F6F6;
	color: #424242;
	font-size: 1.5rem;
	font-weight: 100;
	line-height: 22px;
}
.juvelook_module .juve_list02 .desc p:first-child{
	padding-bottom: 20px;
}
.juvelook_module .juve_list02 .desc span{
	display:inline;
	color:#3189C1;
	font-weight: 500;
}
.juvelook_module .juve_list02 .desc b{
	font-weight: 500;
}

.juvelook_module .juve_list03{
	padding:80px 0 120px;
	background-color:#F2F2F2;
	text-align: center;
	letter-spacing: -1px;
}
.juvelook_module .juve_list03 .fix_area{
	max-width:500px;
	margin:0 auto;
	padding: 0 13px;
}
.juvelook_module .juve_list03 .s__tit{
	margin-top:30px;
	padding:20px 0;
	background-color:#1B75A3;
	color:#fff;
	font-size:1.7rem;
	font-weight: 700;
}
.juvelook_module .juve_list03 .cont_list li{
	margin-bottom:10px;
	padding: 40px 0;
	background-color:#fff;
}
.juvelook_module .juve_list03 .cont_list li .img{
	width:200px;
	margin:0 auto;
	padding-bottom: 20px;
}
.juvelook_module .juve_list03 .cont_list li .img img{
	width:100%;
}
.juvelook_module .juve_list03 .cont_list li .desc{
	display:inline;
	color:#424242;
	font-size: 1.5rem;
	line-height: 22px;
}
.juvelook_module .juve_list03 .icon_area{
	position:relative;
}
.juvelook_module .juve_list03 .icon_area p{
	width:30px;
	left:50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.juvelook_module .juve_list03 .icon_area p img{
	width:100%;
} 
.juvelook_module .juve_list03 .icon_area .icon1{
	position:absolute;
	top:-658px;
	
}
.juvelook_module .juve_list03 .icon_area .icon2{
	position:absolute;
	top:-328px;
}

.juvelook_module .juve_list04{
	padding:80px 0;
	background-color:#3190C1;
	text-align: center;
}
.juvelook_module .juve_list04 .cont{
}
.juvelook_module .juve_list04 .cont .imgs{
	width:260px;
	margin:0 auto;
}
.juvelook_module .juve_list04 .cont .imgs img{
	width:100%;
}
.juvelook_module .juve_list04 .cont .ss__tit{
	margin-top:5px;
	color:rgba(255, 255, 255, 0.8);
	font-size:1.4rem;
}
.juvelook_module .juve_list04 .cont .txt_imgs{
	width:210px;
	margin:50px auto 15px;
}
.juvelook_module .juve_list04 .cont .txt_imgs img{
	width:100%;
}
.juvelook_module .juve_list04 .cont .desc{
	color: #fff;
	font-size: 1.5rem;
	line-height: 21px;
	font-weight: 100;
}

.juvelook_module .juve_list05{
	padding:80px 0 125px;
	background-color:#E5ECF4;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	word-break: keep-all;
}
.juvelook_module .juve_list05 .fix_area{
	max-width:500px;
	margin:0 auto;
}
.juvelook_module .juve_list05 .cont{
	position:relative;
}
.juvelook_module .juve_list05 .cont .m_img{
	padding-top: 40px;
	width: 90px;
	margin:0 auto;
}
.juvelook_module .juve_list05 .cont .m_img img{
	width:100%;
}
.juvelook_module .juve_list05 .cont .plus_icon{
	width: 30px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 270px;
	-webkit-transform: translatex(-50%);
	    -ms-transform: translatex(-50%);
	        transform: translatex(-50%);
}
.juvelook_module .juve_list05 .cont .plus_icon img{
	width:100%;
}
.juvelook_module .juve_list05 .cont .__grid{
	width:80%;
	margin:0 auto;
}
.juvelook_module .juve_list05 .cont .__grid li{
	padding:25px 20px;
	margin:5px;
	border-radius: 10px;
	background-color:#F6F6F6;
	text-align: center;
	
}
.juvelook_module .juve_list05 .cont .__grid li .tit{
	padding-bottom: 10px;
	color:#3190C1;
	font-size:1.8rem;
	font-weight: 700;
}
.juvelook_module .juve_list05 .cont .__grid li .desc{
	display: inline;
	color: #424242;
	font-size:1.4rem;
	line-height:18px;
}

/* 리쥬란HB plus */
.rejuran_module .ds-tit {
    position: relative;
    padding-top: 20px;
    text-align: center;
}
.rejuran_module .ds-tit > h5 {
    font-size: 2.2rem;
    font-weight: 600;
    word-break: keep-all;
}
.rejuran_module .ds-tit > span {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 1.3rem;
    font-weight: 500;
    color: #CB9F76;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
} 
.rejuran_module .rejuran_list01{
	padding:80px 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}
.rejuran_module .rejuran_list01 .fix_area{
	max-width: 400px;
	min-width: 300px;
	margin:0 auto;
}
.rejuran_module .rejuran_list01 .logo{
	width:280px;
	margin:0 auto;
	padding-bottom: 20px;
}
.rejuran_module .rejuran_list01 .logo img{
	width:100%;
}
.rejuran_module .rejuran_list01 ul{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}
.rejuran_module .rejuran_list01 li{
	width: 100px;
	height: 100px;
	padding-top: 33px;
	margin: 10px 20px;
	border-radius: 50em;
	background-color: rgba(255, 114, 185, 0.4);
	color: #fff;
	font-size: 1.5rem;
	line-height: 19px;
}
.rejuran_module .rejuran_list02{
	padding: 80px 0 130px;
	background-color:#fff;
	letter-spacing: -1px;
}
.rejuran_module .rejuran_list02 .fix_area{
	max-width:500px;
	margin:0 auto;
}
.rejuran_module .rejuran_list02 .imgs{
	width:52%;
	margin:0 auto;
}
.rejuran_module .rejuran_list02 .imgs img{
	width:100%;
}
.rejuran_module .rejuran_list02 .txt_box{
	text-align: center;
}
.rejuran_module .rejuran_list02 .img_txt{
	width: 250px;
	margin: 10px auto 15px;
}
.rejuran_module .rejuran_list02 .img_txt img{
	width:100%;
}
.rejuran_module .rejuran_list02 .desc{
	font-size: 1.5rem;
	line-height: 22px;
}
.rejuran_module .rejuran_list02 .desc span{
	display:inline;
	color:#8F103A;
}

.rejuran_module .rejuran_list03{
	padding:80px 0 130px;
	background-color:#F2F2F2;
	text-align: center;
	letter-spacing: -1px;
	word-break: keep-all;
}
.rejuran_module .rejuran_list03 .fix_area{
	max-width: 500px;
	margin:0 auto;
}
.rejuran_module .rejuran_list03 .tit_box .s_tit{
	padding: 30px 0 20px;
	font-size: 1.6rem;
	font-weight: 700;
	color: #2F2E2E;
	line-height: 1;
}
.rejuran_module .rejuran_list03 .tit_box .img{
	width:230px;
	margin:0 auto;
}
.rejuran_module .rejuran_list03 .tit_box .img img{
	width:100%;
}
.rejuran_module .rejuran_list03 .main_img{
	width: 85%;
	padding: 35px 0 40px;
	margin: 0 auto;
}
.rejuran_module .rejuran_list03 .main_img img{
	width:100%;
}
.rejuran_module .rejuran_list03 ul{
	width:85%;
	margin:0 auto;
}
.rejuran_module .rejuran_list03 li{
	padding:30px 0 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	border-radius: 20px;
}
.rejuran_module .rejuran_list03 .cont{
	padding-bottom: 30px;
	margin-bottom: 15px;
}
.rejuran_module .rejuran_list03 li .tit{
	color: #fff;
	font-style: italic;
	font-size: 1.4rem;
	line-height: 27px;
}
.rejuran_module .rejuran_list03 li .tit span{
	display: inline;
	font-size: 2.4rem;
	font-weight: 700;
	font-style:normal;
}
.rejuran_module .rejuran_list03 li .desc{
	padding-top: 30px;
	color: #B3B3B3;
	font-size: 1.3rem;
	line-height: 19px;
	position: relative;
}
.rejuran_module .rejuran_list03 li .desc::before{
	content: '';
	display: inline-block;
	width: 10px;
	height: 1px;
	position: absolute;
	left: 50%;
	top: 14px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	background: #C2C0C0;
	border-radius: 50em;
}
.rejuran_module .rejuran_list03 .grap{
	padding:40px 0;
}
.rejuran_module .rejuran_list03 .grap .img{
	width:75%;
	
	margin:0 auto;
}
.rejuran_module .rejuran_list03 .grap .img img{
	width:100%;
	display:block;
}
.rejuran_module .rejuran_list03 .grap .txt__{
	width: 75%;
	margin: 0 auto;
	padding: 15px 10px;
	background-color: #E7E7E7;
	font-size: 1.3rem;
	line-height: 18px;
}
.rejuran_module .rejuran_list03 .grap .txt__ span{
	color:#C21A6E;
}
.rejuran_module .rejuran_list03 .bott_desc{
	padding:30px 10px;
	border-radius: 0 0 20px 20px;
	background-color:#5C1438;
	color:#fff;
	line-height: 1.4;
}
.rejuran_module .rejuran_list03 .bott_desc .s_tit{
	font-size:1.2rem;
	position:relative;
}
.rejuran_module .rejuran_list03 .bott_desc .s_tit::after{
	content: '';
	display: inline-block;
	width: 7px;
	height: 1px;
	background-color: #C292AA;
	border-radius: 50em;
	position: absolute;
	left: 50%;
	top: 43px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.rejuran_module .rejuran_list03 .bott_desc .txt_box{
	padding-top:20px;
	font-size:1rem;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	text-align: left;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.rejuran_module .rejuran_list03 .bott_desc .txt_box .txt1{
	letter-spacing: normal;
}
.rejuran_module .rejuran_list03 .bott_desc .txt_box .txt2{
	color:#DDAEC6;
}

.rejuran_module .rejuran_list04{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding:80px 0 0;
	text-align:center;
}
.rejuran_module .rejuran_list04 .fix_area{
	max-width: 500px;
	margin:0 auto;
}
.rejuran_module .rejuran_list04 .s_tit{
	padding: 40px 0 20px;
	font-size: 1.6rem;
	color: #2F2E2E;
	line-height: 1;
}
.rejuran_module .rejuran_list04 .s_txt_img{
	width:280px;
	margin:0 auto;
}
.rejuran_module .rejuran_list04 .s_txt_img img{
	width:100%;
}
.rejuran_module .rejuran_list04 ul li{
	width:300px;
	height:300px;
	margin:0 auto;
	background-size: 100%;
}
.rejuran_module .rejuran_list04 ul li:last-child .point{
	padding-top:75px;
}
.rejuran_module .rejuran_list04 ul .point2{
	-webkit-transform: translateY(-15%);
	    -ms-transform: translateY(-15%);
	        transform: translateY(-15%);
}
.rejuran_module .rejuran_list04 ul .point3{
	-webkit-transform: translateY(-30%);
	    -ms-transform: translateY(-30%);
	        transform: translateY(-30%);
}
.rejuran_module .rejuran_list04 ul .point4{
	-webkit-transform: translateY(-45%);
	    -ms-transform: translateY(-45%);
	        transform: translateY(-45%);
}
.rejuran_module .rejuran_list04 ul .main_img{
	width:310px;
	height:310px;
	margin:50px auto 0;
	background-image: none;
}
.rejuran_module .rejuran_list04 ul .main_img img{
	width:100%;
}
.rejuran_module .rejuran_list04 ul li .point{
	color:#E377AD;
	font-family: 'Campton', Sans-serif;
	font-size:2.1rem;
	font-weight: 900;
	padding: 90px 0 0;
}
.rejuran_module .rejuran_list04 ul li .desc{
	font-size:1.7rem;
	line-height:24px;
}
.rejuran_module .rejuran_list04 ul li .desc span{
	color:#CE3682;
	font-size:1.9rem;
	font-weight: 700;
}

/* 리쥬란 힐러 */
.rejuranhealer_module{
	letter-spacing: -1px;
}
.rejuranhealer_module .fix_area{
	max-width: 500px;
	margin:0 auto;
	padding: 0 13px;
}
.rejuranhealer_module .ds-tit {
    position: relative;
    padding-top: 20px;
    text-align: center;
}
.rejuranhealer_module .ds-tit > h5 {
    font-size: 2.2rem;
    font-weight: 600;
    word-break: keep-all;
}
.rejuranhealer_module .ds-tit > span {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 1.3rem;
    font-weight: 500;
    color: #CB9F76;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
} 

.rejuranhealer_module .rejuranheal_list01{
	padding:80px 0 50px;
	background-color:#F0F0F0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.rejuranhealer_module .rejuranheal_list01 .fix_area{
	max-width: 500px;
	margin:0 auto;
}
.rejuranhealer_module .rejuranheal_list01 .txt_area1{
	text-align: center;
}
.rejuranhealer_module .rejuranheal_list01 .txt_area1 .txt{
	font-size:2rem;
	color:#fff;
}
.rejuranhealer_module .rejuranheal_list01 .txt_area1 .txt_img{
	width:160px;
	margin:0 auto;
}
.rejuranhealer_module .rejuranheal_list01 .txt_area1 .txt_img img{
	width:100%;
}
.rejuranhealer_module .rejuranheal_list01 .imgs{
	width:85%;
	margin:0 auto;
}
.rejuranhealer_module .rejuranheal_list01 .imgs img{
	width:100%;
}
.rejuranhealer_module .rejuranheal_list01 .logo{
	width:100%;
	margin:0 auto;
	-webkit-transform: translateY(-58px);
	    -ms-transform: translateY(-58px);
	        transform: translateY(-58px);
}
.rejuranhealer_module .rejuranheal_list01 .logo img{
	width:100%;
}
.rejuranhealer_module .rejuranheal_list01 .txt_area2{
	text-align: center;
}
.rejuranhealer_module .rejuranheal_list01 .txt_area2 .txt{
	padding-bottom: 5px;
	color:#595959;
	font-size:1.8rem;
}
.rejuranhealer_module .rejuranheal_list01 .txt_area2 .txt_img{
	width:250px;
	margin:0 auto;
}
.rejuranhealer_module .rejuranheal_list01 .txt_area2 .txt_img img{
	width:100%;
}

.rejuranhealer_module .rejuranheal_list02{
	padding:80px 0;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	text-align: center;
}
.rejuranhealer_module .rejuranheal_list02 .logo{
	width:200px;
	margin:0 auto;
}
.rejuranhealer_module .rejuranheal_list02 .logo img{
	width:100%;
}
.rejuranhealer_module .rejuranheal_list02 .imgs{
	padding-top:30px;
}
.rejuranhealer_module .rejuranheal_list02 .imgs img{
	width:100%;
}

.rejuranhealer_module .rejuranheal_list03{
	padding:80px 0 130px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	letter-spacing: -1px;
	word-break: keep-all;
}
.rejuranhealer_module .rejuranheal_list03 .ds-tit{
	padding-bottom:50px;
}
.rejuranhealer_module .rejuranheal_list03 .top_cont .main__tit{
	width:250px;
	margin:0 auto;
}
.rejuranhealer_module .rejuranheal_list03 .top_cont .main__tit img{
	width:100%;
}
.rejuranhealer_module .rejuranheal_list03 .top_cont .main_img{
	width:80%;
	margin:0 auto;
}
.rejuranhealer_module .rejuranheal_list03 .top_cont .main_img img{
	width:100%;
}
.rejuranhealer_module .rejuranheal_list03 .top_cont .main_desc{
	padding-top: 30px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 20px;
	color: #9D9D9D;
	font-weight: 100;
}
.rejuranhealer_module .rejuranheal_list03 .top_cont .main_desc span{
	display: inline;
	color:#02CBC7;
}
.rejuranhealer_module .rejuranheal_list03 ul{
	margin-top:40px;
}
.rejuranhealer_module .rejuranheal_list03 ul .cont{
	margin-top:10px;
	padding:20px 0;
	border-radius: 15px;
	color:#fff;
	text-align: center;
}
.rejuranhealer_module .rejuranheal_list03 ul .cont_light{
	background-color:#0EC1BD;
}
.rejuranhealer_module .rejuranheal_list03 ul .cont_dark{
	background-color:#288C8F;
}
.rejuranhealer_module .rejuranheal_list03 ul .cont_bg{
	padding:60px 0;
	background-size:cover;
	text-align: center;
}
.rejuranhealer_module .rejuranheal_list03 ul .cont_bg img{
	width:120px;
	margin: 0 auto;
}
.rejuranhealer_module .rejuranheal_list03 .cont .txt_img{
	width:220px;
	margin:0 auto;
}
.rejuranhealer_module .rejuranheal_list03 .cont .txt_img img{
	width:100%;
}
.rejuranhealer_module .rejuranheal_list03 ul .cont .desc{
	display: inline-block;
	padding-top:15px;
	font-size:1.4rem;
	line-height:20px;
	font-weight: 100;
	position:relative;
}
.rejuranhealer_module .rejuranheal_list03 ul .cont .desc::after{
	content:'';
	width: 15px;
	height: 2px;
	border-radius: 50em;
	background-color:#fff;
	position:absolute;
	left: 50%;
	top:4px;
	-webkit-transform:translateX(-50%);
	    -ms-transform:translateX(-50%);
	        transform:translateX(-50%);
}

.rejuranhealer_module .rejuranheal_list04{
	padding:80px 0;
	background-size:contain;
	text-align: center;
	background-color:#00B5B6;
	background-repeat: no-repeat;
	background-position: center;
}
.rejuranhealer_module .rejuranheal_list04 .tit{
	padding-bottom: 25px;
	color:#fff;
	font-size:1.8rem;
	line-height:22px;
}
.rejuranhealer_module .rejuranheal_list04 .logo{
	width:280px;
	margin:0 auto;
}
.rejuranhealer_module .rejuranheal_list04 .logo img{
	width:100%;
}

.rejuranhealer_module .rejuranheal_list05{
	padding:80px 0 130px;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	word-break: keep-all;
}
.rejuranhealer_module .rejuranheal_list05 .fix_area{
	max-width: unset;
}
.rejuranhealer_module .rejuranheal_list05 .content{
	display: flex;
	flex-direction: row;
    justify-content: center;
	margin-top:30px;
}
@media screen and (max-width: 767px){
	.rejuranhealer_module .rejuranheal_list05 .content{
		flex-direction: column;
	}
}
.rejuranhealer_module .rejuranheal_list05 .content li{
	margin-top:40px;
}
.rejuranhealer_module .rejuranheal_list05 .content .imgs{
	width:50%;
	margin:0 auto;
}
.rejuranhealer_module .rejuranheal_list05 .content .imgs img{
	width:100%;
}
.rejuranhealer_module .rejuranheal_list05 .content .txts{
	padding-top:20px;
	color: #707070;
	font-size: 1.5rem;
	font-weight: 100;
	line-height: 20px;
}
.rejuranhealer_module .rejuranheal_list05 .content .txts span{
	display:inline;
	color:#02CBC7;
}

.rejuranhealer_module .rejuranheal_list06{
	padding:80px 0 100px;
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;

}
.rejuranhealer_module .rejuranheal_list06 .content{

}
.rejuranhealer_module .rejuranheal_list06 .content .img{
	width:65%;
	margin:0 auto;
}
.rejuranhealer_module .rejuranheal_list06 .content .img img{
	width:100%;
}
.rejuranhealer_module .rejuranheal_list06 .content li{
	margin:30px 0;
}
.rejuranhealer_module .rejuranheal_list06 .content .point{
	width:40%;
	margin:0 auto;
}
.rejuranhealer_module .rejuranheal_list06 .content .point img{
	width:100%;
}
.rejuranhealer_module .rejuranheal_list06 .content .txt_box{
	width:80%;
	margin:0 auto;
	padding: 15px 0;
	line-height: 21px;
	background-color: #fff;
	border-radius: 50em;
	color: #171717;
	font-size: 1.6rem;
}
.rejuranhealer_module .rejuranheal_list06 .content .txt_box span{
	display:inline;
	color:#02CBC7;
}

.rejuranhealer_module .rejuranheal_list07{
	padding:80px 0 130px;
	background-color:#fff;
}
.rejuranhealer_module .rejuranheal_list07 .fix_area{
	max-width: unset;
}
.rejuranhealer_module .rejuranheal_list07 .tit_area{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.rejuranhealer_module .rejuranheal_list07 .tit_area .ds-tit{
	text-align: right;
}
.rejuranhealer_module .rejuranheal_list07 .tit_area .ds-tit span{
	width:200px;
}
.rejuranhealer_module .rejuranheal_list07 .tit_area .tit_img{
	width:65px;
	padding-left:10px;
}
.rejuranhealer_module .rejuranheal_list07 .tit_area .tit_img img{
	width:100%;
}
.rejuranhealer_module .rejuranheal_list07 .icon{
	width:30px;
	margin:0 auto;
	padding:30px 0 20px;
	text-align: center;
}
.rejuranhealer_module .rejuranheal_list07 .icon img{
	width:100%;
}
.rejuranhealer_module .rejuranheal_list07 .content{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
}
@media screen and (max-width: 767px){
	.rejuranhealer_module .rejuranheal_list07 .content{
		flex-direction: column;
	}
}
.rejuranhealer_module .rejuranheal_list07 .content li{
	width:80%;
	padding:20px 0;
	margin:10px auto;
	border:1px solid #2BAAA9;
	border-radius: 10px;
	text-align:center;
}
.rejuranhealer_module .rejuranheal_list07 .content li .icons{
	width:30%;
	max-width: 35%;
	margin:0 auto;
}
.rejuranhealer_module .rejuranheal_list07 .content li .icons img{
	width:100%;
}
.rejuranhealer_module .rejuranheal_list07 .content li .txt{
	padding-top:10px;
	font-size:1.5rem;
	color:#707070;
	line-height:21px;
	font-weight: 100;
}
.rejuranhealer_module .rejuranheal_list07 .content li .txt span{
	font-size:2rem;
	display:inline;
	color:#2BAAA9;
	font-weight: 700;
}

/* 라라필 */
.lhalafill_module{
	letter-spacing: -1px;
}
.lhalafill_module .fix_area{
	max-width: 500px;
	margin:0 auto;
	padding: 0 13px;
}
.lhalafill_module .ds-tit {
    position: relative;
    padding-top: 20px;
    text-align: center;
}
.lhalafill_module .ds-tit > h5 {
    font-size: 2.2rem;
    font-weight: 600;
    word-break: keep-all;
}
.lhalafill_module .ds-tit > span {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 1.3rem;
    font-weight: 500;
    color: #CB9F76;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
} 

.lhalafill_module .lhalafill_list01{
	padding:80px 0;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.lhalafill_module .lhalafill_list01 .fix_area{
	max-width: 500px;
}
@media screen and (max-width: 767px){
	.lhalafill_module .lhalafill_list01 .fix_area{
		max-width: 400px;
	}
}
.lhalafill_module .lhalafill_list01 .logo{
	width:200px;
	margin:0 auto;
	padding-bottom: 20px;
}
.lhalafill_module .lhalafill_list01 .logo img{
	width:100%;
}
.lhalafill_module .lhalafill_list01 ul{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}
.lhalafill_module .lhalafill_list01 ul li{
	width: 100px;
	height: 100px;
	padding-top: 33px;
	margin: 20px 20px 0;
	border-radius: 50em;
	background-color: rgba(255, 156, 105, 0.4);
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	line-height: 19px;
	font-weight: 100;
}

.lhalafill_module .lhalafill_list02_1{
	padding: 80px 0 380px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 400px;
	background-color:#FFF2EC;
}
.lhalafill_module .lhalafill_list02_2{
	padding-bottom:100px;
	background-color:#FFF2EC;
}
.lhalafill_module .lhalafill_list02_2 .content{
	-webkit-transform: translateY(-20px);
	    -ms-transform: translateY(-20px);
	        transform: translateY(-20px);
}
.lhalafill_module .lhalafill_list02_2 .content li{
	max-width: 370px;
	padding: 30px 0;
	margin: 0 auto 5px;
	text-align: center;
	background-color: #fff;
	position: relative;
}
.lhalafill_module .lhalafill_list02_2 .content .list-after {
	width:25px;
	height:25px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position:absolute;
	left:50%;
	top:-13px;
	-webkit-transform: translatex(-50%);
	    -ms-transform: translatex(-50%);
	        transform: translatex(-50%);
}
.lhalafill_module .lhalafill_list02_2 .content li .tit{
	padding-bottom: 5px;
	font-size: 1.7rem;
	color: #E84027;
	font-weight: 700;
}
.lhalafill_module .lhalafill_list02_2 .content li .desc{
	font-size:1.5rem;
	color:#2F2E2E;
	line-height:22px;
	font-weight: 100;
}
.lhalafill_module .lhalafill_list02_2 .content li .sub_desc{
	padding-top: 6px;
	font-size: 1.2rem;
	font-weight: 100;
}

.lhalafill_module .lhalafill_list03{
	padding:80px 0 130px;
	background-color:#fff;
	word-break: keep-all;
	
}
.lhalafill_module .lhalafill_list03 .ds-tit{
	padding-bottom:49px;
}
.lhalafill_module .lhalafill_list03 .cont .tit{
	width: 260px;
	padding: 6px 0;
	border-radius: 50em;
	margin: 0 auto;
	background-color: #E84027;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}
.lhalafill_module .lhalafill_list03 .cont{
	border-top:2px solid #E84027;
}
.lhalafill_module .lhalafill_list03 .cont1{
	text-align: center;
}
.lhalafill_module .lhalafill_list03 .cont .tit{
	-webkit-transform: translatey(-19px);
	    -ms-transform: translatey(-19px);
	        transform: translatey(-19px);
}
.lhalafill_module .lhalafill_list03 .cont .desc{
	font-size: 1.5rem;
	font-weight: 100;
	line-height: 22px;
}
.lhalafill_module .lhalafill_list03 .cont1 .desc{
	padding: 10px 0 50px;
}
.lhalafill_module .lhalafill_list03 .cont2 li{
	padding:30px 0;
	border-bottom:2px solid #E84027;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.lhalafill_module .lhalafill_list03 .cont2 li .left_img{
	max-width:110px;
}
.lhalafill_module .lhalafill_list03 .cont2 li .left_img img{
	width:100%;
}
.lhalafill_module .lhalafill_list03 .cont2 li .desc{
	padding-left: 30px;
	width:225px;
}
.lhalafill_module .lhalafill_list03 .cont2 li .desc span{
	font-size: 1.5rem;
	font-weight: 700;
	color:#E84027;
}

/* PHA필링 물톡스 */
.phaPeeling_module{
	letter-spacing: -1px;
}
.phaPeeling_module .fix_area{
	max-width: 500px;
	margin:0 auto;
	padding: 0 13px;
}
.phaPeeling_module .ds-tit {
    position: relative;
    padding-top: 20px;
    text-align: center;
}
.phaPeeling_module .ds-tit > h5 {
    font-size: 2.2rem;
    font-weight: 600;
    word-break: keep-all;
}
.phaPeeling_module .ds-tit > span {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 1.3rem;
    font-weight: 500;
    color: #CB9F76;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
} 

.phaPeeling_module .pha_list01{
	padding: 600px 0 70px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	text-align: center;
}
@media screen and (max-width: 767px){
	.phaPeeling_module .pha_list01{
		padding: 300px 0 70px;
	}
}
.phaPeeling_module .pha_list01 .fix_area{
	max-width: 500px;
}
@media screen and (max-width: 767px){
	.phaPeeling_module .pha_list01 .fix_area{
		max-width: 400px;
	}
}
.phaPeeling_module .pha_list01 .logo{
	width: 150px;
	margin: 0 auto;
	padding-bottom: 10px;
}
.phaPeeling_module .pha_list01 .logo img{
	width:100%;
}
.phaPeeling_module .pha_list01 ul{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.phaPeeling_module .pha_list01 li{
	width: 140px;
	padding: 10px 0;
	margin: 15px 3px 0;
	background-color: #256FCB;
	font-size: 1.7rem;
	color: #fff;
	border-radius: 50em;
	font-weight: 100;
}

.phaPeeling_module .pha_list02{
	padding:80px 0 130px;
	background-color:#F8F8F8;
	text-align: center;
}
.phaPeeling_module .pha_list02 .sub__tit{
	padding: 30px 0;
	color: #1C1C1C;
	font-size: 1.8rem;
	font-style: italic;
}
.phaPeeling_module .pha_list02 .sub__tit span{
	font-weight: 700;
	color:#256FCB;
}
.phaPeeling_module .pha_list02 .content{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.phaPeeling_module .pha_list02 .content li{
	width:90%;
	margin:0 auto;
	-webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1);
	        box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1);
	padding:40px 0;
	background-image: -webkit-gradient(linear,left top, left bottom,from(#fff),color-stop(#fff),color-stop(#fff),to(rgba(180,180,180,0.1)));
	background-image: -o-linear-gradient(#fff,#fff,#fff,rgba(180,180,180,0.1));
	background-image: linear-gradient(#fff,#fff,#fff,rgba(180,180,180,0.1));
}
.phaPeeling_module .pha_list02 .content li .imgs{
	width:50%;
	margin:0 auto;
}
.phaPeeling_module .pha_list02 .content li .imgs img{
	width:100%;
}
.phaPeeling_module .pha_list02 .content li .step{
	width:100px;
	margin:0 auto;
	padding: 20px 0 5px;
}
.phaPeeling_module .pha_list02 .content li .step img{
	width:100%;
}
.phaPeeling_module .pha_list02 .content li .desc{
	line-height: 21px;
	font-size: 1.5rem;
	color: #3F3C3C;
}
.phaPeeling_module .pha_list02 .box__txt{
	width: 100%;
	margin: 50px auto 0;
	padding: 30px 0;
	background-color: #052247;
	border-radius: 20px;
	color: #fff;
	font-size: 1.5rem;
	line-height: 22px;
	font-weight: 100;
}
.phaPeeling_module .pha_list02 .box__txt b{
	font-weight: 500;
}

.phaPeeling_module .pha_list03_wrap{
	background-color: #f2f9ff;
}
.phaPeeling_module .pha_list03{
	padding:80px 0 130px;
	max-width: 720px;
	margin: 0 auto;
	-webkit-box-shadow: inset 0px -20px 20px 15px #f2f9ff;
	        box-shadow: inset 0px -20px 20px 15px #f2f9ff;
	background-color: #f2f9ff;
	background-repeat: no-repeat;
	background-position: center 33%;
	background-size: cover;
}
.phaPeeling_module .pha_list03{
	padding-bottom: 130px;
	background-color:#f2f9ff;
}
.phaPeeling_module .pha_list03 .txt_imgs{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 90%;
}
.phaPeeling_module .pha_list03 .txt_imgs img{
	max-height: 23px;
	margin: 0 auto;
}
.phaPeeling_module .pha_list03 .content{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-line-pack: center;
	    align-content: center;
}
.phaPeeling_module .pha_list03 .content li:first-child{
	margin:0;
}
.phaPeeling_module .pha_list03 .content li{
	margin-top:20px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.phaPeeling_module .pha_list03 .content li .num{
	color:#8BB2CD;
	font-size:4.5rem;
	font-weight: 100;
}
.phaPeeling_module .pha_list03 .content li .txt_area{
	line-height:27px;
	padding-left: 20px;
}
.phaPeeling_module .pha_list03 .content li .txt_area .tit{
	display:inline-block;
	padding: 6px 15px;
	font-size:1.8rem;
	color:#fff;
	font-weight: 700;
	background-color:#3E75B9;
	line-height:1;
}
.phaPeeling_module .pha_list03 .content li .txt_area .desc{
	display: inline-block;
	font-size: 1.3rem;
}

.phaPeeling_module .pha_list04{
	padding:80px 0 100px;
}
.phaPeeling_module .pha_list04 .ds-tit h5{
	color:#fff;
}
.phaPeeling_module .pha_list04 .content{
	padding-top:30px;
}
.phaPeeling_module .pha_list04 .content li{
	text-align: center;
	padding-bottom: 40px;
	margin-bottom:30px;
	background-color:#fff;
	border-radius: 30px;
}
.phaPeeling_module .pha_list04 .content li .num{
	width:25%;
	margin:0 auto;
}
.phaPeeling_module .pha_list04 .content li .num img{
	width:100%;
}
.phaPeeling_module .pha_list04 .content li .icon{
	width:27%;
	margin:0 auto;
	padding-top:20px;
}
.phaPeeling_module .pha_list04 .content li .icon img{
	width:100%;
}
.phaPeeling_module .pha_list04 .content li .tit_txt{
	padding: 15px 0 5px;
	font-size:1.8rem;
	font-weight: 700;
	color:#256FCB;
}
.phaPeeling_module .pha_list04 .content li .desc{
	font-size: 1.4rem;
	color: #1A1A1A;
	line-height: 19px;
}

/* 아쿠아필 */
.aquaFeel_list {background-repeat:no-repeat; background-size:cover;}
.aquaFeel_list .fix_area {padding: 0 13px;}
.aquaFeel_list .ds-tit {position: relative; padding-top: 20px; text-align: center;}
.aquaFeel_list .ds-tit > h5 {font-size: 2.2rem; font-weight: 600; word-break: keep-all;}
.aquaFeel_list .ds-tit > span {position: absolute; top: 0; left: 50%; font-size: 1.3rem; font-weight: 500; color: #CB9F76; white-space: nowrap; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%);} 

.aquaFeel_list01 {background-image:url('/theme/daybeau01/resources/image/detail/24492/mo_01_bg.jpg'); padding:90px 0;}
.aquaFeel_list01 .logo {max-width: 390px; margin: 0 auto; width: 56.195%;}
.aquaFeel_list01 .logo > img {width: 100%;}
.aquaFeel_list01 .list__ {display:flex; flex-wrap: wrap; gap:20px 16px; text-align:center; max-width: 650px; width: 83.87%; margin: 40px auto 0;}
@media screen and (max-width: 767px){
	.aquaFeel_list01 .list__ {max-width: 520px;}
}
.aquaFeel_list01 .list__ > li {width:calc((100% - 48px) / 4); position:relative; background-color:rgba(4,78,149,.6); border-radius:50%; padding-top: 23%;}
@media screen and (max-width: 767px){
	.aquaFeel_list01 .list__ > li {width:calc((100% - 16px) / 2); padding-top: 47.605%;}
}
.aquaFeel_list01 .list__ > li > p {color:#fff; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size:1.5rem; width:100%;}

.aquaFeel_list02 {background-image:url('/theme/daybeau01/resources/image/detail/24492/mo_02_bg.jpg'); padding:98px 0 102px;}
.aquaFeel_list02 .fix_area > p {margin:0 auto;}
.aquaFeel_list02 .fix_area > .txt01 {max-width:428px; width:61.671%;}
.aquaFeel_list02 .fix_area > .logo {max-width:304px; width:43.804%; margin-top:19px; margin-bottom:30px;}
.aquaFeel_list02 .fix_area > .txt02 {max-width: 428px; width: 61.671%;}
.aquaFeel_list02 .fix_area > p > img {width:100%;}

.aquaFeel_list03 {padding:87px 0 89px; background-color:#F5FAFE;}
.aquaFeel_list03 .content-wrap {text-align:center;}
.aquaFeel_list03 .content-wrap .cont01 .img_wrap {max-width:306px; width:44.092%; margin:16px auto;}
.aquaFeel_list03 .content-wrap .cont01 .img_wrap img {width:100%;}
.aquaFeel_list03 .content-wrap .cont01 .txt_wrap {margin-bottom:20px;}
.aquaFeel_list03 .content-wrap .cont01 .txt_wrap > p {font-size:1.4rem; line-height:1.357; letter-spacing:-1.785px;}
.aquaFeel_list03 .content-wrap .cont01 .txt_wrap b {color:#2781D5; font-weight:bold;}
.aquaFeel_list03 .content-wrap .cont02 {background-color:#fff; border-radius:10px; box-shadow:5.56px 5.75px 7px rgba(0,0,0,.04); padding:43px 65px;}
.aquaFeel_list03 .content-wrap .cont02 > ul {display:flex; flex-direction:row; align-items:center; gap:20px;}
.aquaFeel_list03 .content-wrap .cont02 > ul > li:nth-child(2) {margin:67px 0; position:relative;}
@media screen and (max-width: 767px){
	.aquaFeel_list03 .content-wrap .cont02 > ul {flex-direction:column;}
	.aquaFeel_list03 .content-wrap .cont02 > ul > li:nth-child(2):before {content:""; position:absolute; top:-45px; left:50%; transform:translateX(-50%); width:13px; height:22px; background:url('/theme/daybeau01/resources/image/detail/24492/mo_03_arrow.png') no-repeat center / contain;}
	.aquaFeel_list03 .content-wrap .cont02 > ul > li:nth-child(2):after {content:""; position:absolute; bottom:-45px; left:50%; transform:translateX(-50%); width:13px; height:22px; background:url('/theme/daybeau01/resources/image/detail/24492/mo_03_arrow.png') no-repeat center / contain;}
}
.aquaFeel_list03 .content-wrap .cont02 .img_wrap {max-width:360px; margin:0 auto;}
.aquaFeel_list03 .content-wrap .cont02 .img_wrap > img {display:block; width:100%;}
.aquaFeel_list03 .content-wrap .cont02 li .img_wrap span {display:block; position:relative; z-index:1; max-width:120px; background-color:#70A5D7; border-radius:17px; padding:6px 0 5px; margin:-24px auto 0;}
.aquaFeel_list03 .content-wrap .cont02 li:nth-child(2) .img_wrap span {background-color:#2D6CA8;}
.aquaFeel_list03 .content-wrap .cont02 li:nth-child(3) .img_wrap span {background-color:#043D74;}
.aquaFeel_list03 .content-wrap .cont02 .img_wrap span > b {color:#fff; font-size:1.5rem; font-weight:bold; line-height:1.166; /* letter-spacing:-1.666px; */}
.aquaFeel_list03 .content-wrap .cont02 .txt_wrap {margin-top:8px;}
.aquaFeel_list03 .content-wrap .cont02 .txt_wrap > p {font-size:1.4rem; letter-spacing:-1.785px; line-height:1.357;}

.aquaFeel_list04 {padding: 87px 0 90px; background-color: #eef7fc;}
.aquaFeel_list04 .content-wrap .cont01 .img_wrap {max-width:578px; width:83.285%; margin:31px auto 16px; position:relative; left:15px;}
.aquaFeel_list04 .content-wrap .cont01 .img_wrap > img {width:100%;}
.aquaFeel_list04 .content-wrap .cont02 {background-color:#fff; border-radius:10px; padding:48px 56px; box-shadow:5.56px 5.75px 7px rgba(0,0,0,.04);}
.aquaFeel_list04 .content-wrap .cont02 > p {margin: 0 auto 26px; max-width: 398px;}
.aquaFeel_list04 .content-wrap .cont02 > p > img {width: 100%;}
.aquaFeel_list04 .content-wrap .cont02 li {text-align:center; margin:30px 0; position:relative;}
.aquaFeel_list04 .content-wrap .cont02 li:after {content:""; position:absolute; bottom:-15px; left:50%; transform:translateX(-50%); width:calc(100% + 45px); height:1px; background-color:#DFE4E8;}
.aquaFeel_list04 .content-wrap .cont02 li:first-child {margin-top:0;}
.aquaFeel_list04 .content-wrap .cont02 li:last-child {margin-bottom:0;}
.aquaFeel_list04 .content-wrap .cont02 li:last-child:after {display:none;}
.aquaFeel_list04 .content-wrap .cont02 li .img_wrap {max-width:397px; margin:0 auto;}
.aquaFeel_list04 .content-wrap .cont02 li .img_wrap > img {width:100%;}

.aquaFeel_list04 .content-wrap .cont02 li .txt_wrap {}
.aquaFeel_list04 .content-wrap .cont02 li .txt_wrap > p {font-size:1.4rem; line-height:1.687; margin-top: 10px;}

/* 브이올렛 */
.volet-module{
	letter-spacing: -1px;
}
.volet-module .fix_area{
	max-width: 500px;
	margin:0 auto;
	padding: 0 13px;
}
.volet-module .ds-tit {
    position: relative;
    padding-top: 20px;
    text-align: center;
}
.volet-module .ds-tit > h5 {
    font-size: 2.2rem;
    font-weight: 600;
    word-break: keep-all;
}
.volet-module .ds-tit > span {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 1.3rem;
    font-weight: 500;
    color: #CB9F76;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
} 

.volet-module .volet_list01{
	padding:80px 0 130px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
}
.volet-module .volet_list01 .fix_area{
	max-width: 600px;
	margin:0 auto;
}
@media screen and (max-width: 767px){
	.volet-module .volet_list01 .fix_area{
		max-width: 400px;
		margin:0 auto;
	}
}
.volet-module .volet_list01 .logo{
	width:200px;
	margin:0 auto;
	padding-bottom: 20px;
}
.volet-module .volet_list01 .logo img{
	width:100%;
}
.volet-module .volet_list01 .content{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.volet-module .volet_list01 .content li{
	width: 110px;
	height: 110px;
	padding-top: 36px;
	margin: 20px 15px 0;
	border-radius: 50em;
	background-color: rgba(100, 40, 121, 0.8);
	color: #fff;
	font-size: 1.7rem;
	line-height: 22px;
	font-weight: 100;
}

.volet-module .volet_list02{
	padding:80px 0 130px;
	background-color: #fff;
}
.volet-module .sub__txt{
	padding: 30px 0;
	text-align: center;
	font-size: 1.6rem;
	line-height: 23px;
	color: #393939;
}
.volet-module .sub__txt span{
	display:inline;
	color:#662274;
	font-weight: 700;
}
.volet-module .volet_list02 .content{
	width:90%;
	margin:0 auto;
	border:1px solid #662274;
}
.volet-module .volet_list02 .content .tit__{
	padding:15px 0;
	background-color:#662274;
	color:#fff;
	font-weight: 700;
	font-size:2rem;
	text-align: center;
	line-height: 1;
}
.volet-module .volet_list02 .content .img__{
	width:100%;
}
.volet-module .volet_list02 .content .img__ img{
	width:100%;
	display: block;
}
.volet-module .volet_list02 .desc{
	padding-top:30px;
	color: #7C7C7C;
	font-weight: 100;
	line-height: 16px;
	font-size: 1.1rem;
}
.volet-module .volet_list02 .desc span{
	display: inline;
	font-size:1.5rem;
	font-weight: 400;
	color:#393939;
}

.volet-module .volet_list03{
	padding:80px 0 130px;
	background-color: #F8F4F9;
}
.volet-module .volet_list03 .content_area{
	padding: 40px 0;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}
.volet-module .volet_list03 .content{
}
.volet-module .volet_list03 .content li{
	text-align: center;
	font-size: 1.6rem;
}
.volet-module .volet_list03 .content .cont{
	color:#686868;
}
.volet-module .volet_list03 .content .cont .tit__txt{
	padding-bottom: 10px;
}
.volet-module .volet_list03 .content .cont .imgs{
	width:200px;
	margin:0 auto;
}
.volet-module .volet_list03 .content .cont .imgs img{
	width:100%;	
}
.volet-module .volet_list03 .content .cont .color{
	color:#662274;
}
.volet-module .volet_list03 .content .icon{
	width:20px;
	margin: 20px auto;
}
.volet-module .volet_list03 .content .icon img{
	width:100%;
}
.volet-module .volet_list03 .b__txt_area{
	width: 280px;
	margin:0 auto;
	
	text-align: center;
}
.volet-module .volet_list03 .b__txt_area .txt_box{
	margin-top:20px;
	font-size:1.5rem;
	border: 1px solid #9F74A8;
}
.volet-module .volet_list03 .b__txt_area .txt_box1{
}
.volet-module .volet_list03 .b__txt_area .txt_box .tit{
	padding:10px 0;
}
.volet-module .volet_list03 .b__txt_area .txt_box1{
	color:#662274;
	position: relative;
}
.volet-module .volet_list03 .b__txt_area .txt_box1::before{
	content: '';
	width: 28px;
	height: 707px;
	border-top: 1px solid #9F74A8;
	border-left: 1px solid #9F74A8;
	position: absolute;
	left: 10px;
	top: -708px;
}
.volet-module .volet_list03 .b__txt_area .txt_box1 .tit{
	background-color:#EBD8F1;
	font-weight: 700;
}
.volet-module .volet_list03 .b__txt_area .txt_box2 .tit{
	border-bottom: 1px solid #9F74A8;
}
.volet-module .volet_list03 .b__txt_area .txt_box .desc{
	padding:10px 0;
}

.volet-module .volet_list04{
	padding:80px 0 130px;
	background-color: #fff;
	word-break: keep-all;
}
.volet-module .volet_list04 .sub__txt{
	padding:30px 0 0;
}
.volet-module .volet_list04 .cont .imgs{
	width:100%;
	padding:40px 0;
	margin:0 auto;
}
.volet-module .volet_list04 .cont .imgs img{
	width:100%;
}
.volet-module .volet_list04 .cont .txt_box_area{
	padding: 0 20px;
	border-radius: 20px;
	background-color:#F4ECF6;
	font-size:1.4rem;
	color:#2F2E2E;
	font-weight: 100;
	text-align: center;
}
.volet-module .volet_list04 .cont .txt_box_area .txt_box{
	padding: 60px 0 30px;
	position: relative;
}
.volet-module .volet_list04 .cont .txt_box_area .txt_box em{
	width: 30px;
	height: 28px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	left: 50%;
	top: 20px;
	-webkit-transform: translatex(-50%);
	    -ms-transform: translatex(-50%);
	        transform: translatex(-50%);
}
.volet-module .volet_list04 .cont .txt_box_area .main__txt{
	padding: 1px 0 8px;
	line-height: 1.4;
}
.volet-module .volet_list04 .cont .txt_box_area .main__txt span{
	display: inline;
	color:#611B6F;
	font-weight: 700;
}
.volet-module .volet_list04 .cont .txt_box_area .txt_box2{
	border-top:1px solid #fff;
}
.volet-module .volet_list04 .cont .txt_box_area .desc{
	font-size:1.2rem;
	color:#8B8B8B;
	line-height: 1.4;
}
.volet-module .volet_list04 .cont .txt_box_area .desc span{
	display:inline;
	color:#E83232;
}
.volet-module .volet_list04 .cont .txt_box_area .ssub__txt{
	font-style: italic;
	line-height: 1.4;
}

/* 네오빔 */
.neoBeam-module .fix_area { padding: 0 13px;}
.neoBeam-module .ds-tit {position: relative; padding-top: 20px; text-align: center;}
.neoBeam-module .ds-tit > h5 { font-size: 2.2rem; font-weight: 600; word-break: keep-all;}
.neoBeam-module .ds-tit > span { position: absolute; top: 0; left: 50%; font-size: 1.3rem; font-weight: 500; color: #CB9F76; white-space: nowrap; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%);} 

.neoBeam-module .neoBeam-list {background-repeat: no-repeat; background-position: center center; background-size: cover;}
.neoBeam-module .neoBeam-list .ds-tit > h5 {font-size: 2.4rem; letter-spacing: -1.96px; font-weight: bold;}
.neoBeam-module .neoBeam-list .ds-tit > span {font-size: 1.1rem; font-weight: 300;}

.neoBeam-list01 {padding:150px 0; background-image:url('/theme/daybeau01/resources/image/detail/18116/mo_01_bg.jpg'); text-align: center;}
@media screen and (max-width: 767px){
	.neoBeam-list01 {padding:47.5px 0 67.5px;}
}
.neoBeam-list01 .logo_area {margin-bottom: 45.7px;}
.neoBeam-list01 .logo_area .logo {max-width: 540px; margin: 0 auto; width: 77.809%;}
.neoBeam-list01 .logo_area .logo > img {width:100%;}
.neoBeam-list01 .list__ {display:-webkit-box;display:-ms-flexbox;display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; max-width:472px; width:70.416%; margin:0 auto;}
.neoBeam-list01 .list__ > li {width:calc(100% /4);}
@media screen and (max-width: 767px){
	.neoBeam-list01 .list__ {gap:38.2px;}
	.neoBeam-list01 .list__ > li {width:calc((100% - 38.2px) / 2);}
}
.neoBeam-list01 .list__ > li > p {width:98.5px; height:98.5px; margin:0 auto; border-radius: 50%; background-color: rgba(0,223,240,.4); color:#fff; font-size: 1.3rem; line-height: 1.136; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.neoBeam-list02 {padding:50.6px 0 73.5px; background-color: #f0f0f0;}
.neoBeam-list02 .cont-wrap {max-width: 627px; width: 90.345%; margin: 47.6px auto 0; text-align: center; }
.neoBeam-list02 .cont01 {margin-bottom:51px;}
.neoBeam-list02 .cont01 .txt-box {background: -webkit-gradient(linear, right top, left top, from(#1ED6E4), to(#55B7F6));background: -o-linear-gradient(right, #1ED6E4, #55B7F6);background: linear-gradient(to left, #1ED6E4, #55B7F6); padding:11px 0 13.5px;}
.neoBeam-list02 .cont01 .txt-box > p {font-size: 1rem; color:#fff; line-height: 1.35; letter-spacing: -1.25px;}
.neoBeam-list02 .cont01 .txt-box > p > b {font-size: 1.2rem; font-weight: bold; letter-spacing: 0px;}
.neoBeam-list02 .cont01 > .list__ {display:-webkit-box;display:-ms-flexbox;display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap:22.6px 30px; background-color: #fff; padding:37px 32.8px 34.6px;}
.neoBeam-list02 .cont01 > .list__ > li {width:calc((100% - 30px) / 2);}
.neoBeam-list02 .cont01 > .list__ > li > img {display: block; margin: 0 auto 7.85px; height:71.5px;}
.neoBeam-list02 .cont01 > .list__ > li > span {display:inline-block; width:15px; height:15px; line-height: 15px; border-radius: 50%; background-color: #22D3E6; color:#fff; font-size: 1rem; font-weight:300; margin-bottom:5.7px;}
.neoBeam-list02 .cont01 > .list__ > li > p {color:#525252; font-size: 1.1rem; line-height: 1.25; letter-spacing: -1.25px; font-weight: 300;}
.neoBeam-list02 .cont02 > .list__ {display:-webkit-box;display:-ms-flexbox;display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap:7.5px;}
.neoBeam-list02 .cont02 > .list__ > li {background-color:#fff; width:100%; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.neoBeam-list02 .cont02 > .list__ > li .cont-img {width:98px; height:98px;}
.neoBeam-list02 .cont02 > .list__ > li .cont-img > img {width:100%;}
.neoBeam-list02 .cont02 > .list__ > li .cont-txt {width:calc(100% - 98px);}
.neoBeam-list02 .cont02 > .list__ > li .cont-txt > h5 {color: #555; font-size: 1.25rem; font-weight: bold; padding-bottom: 2px; line-height: 1.173; letter-spacing: -1.086px;}
.neoBeam-list02 .cont02 > .list__ > li .cont-txt > p {font-size: 1.1rem; line-height: 1.272; letter-spacing: -1.136px; font-weight: 300; color: #525252;}
.neoBeam-list02 .cont02 .cont-txt-bt {margin-top:7px; background: #00C9DC; padding: 12.8px 0 16.7px;}
.neoBeam-list02 .cont02 .cont-txt-bt > p {color: #fff; font-size: 1.1rem; font-weight: 500; line-height: 1.272; letter-spacing: -1.136px;}

.neoBeam-list03 {background-color:#eaf1f7; padding:50.5px 0 57.5px;}
.neoBeam-list03 .cont-wrap {display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; max-width: 627px; width: 90.345%; margin: 0 auto;}
.neoBeam-list03 .cont-wrap .cont-txt {width:100%;}
.neoBeam-list03 .cont-wrap .cont-txt .txt-wrap {background: -webkit-gradient(linear, right top, left top, from(#1ED6E4), to(#55B7F6));background: -o-linear-gradient(right, #1ED6E4, #55B7F6);background: linear-gradient(to left, #1ED6E4, #55B7F6); width:100%; text-align: center;}
.neoBeam-list03 .cont-wrap .cont-txt .txt-wrap > p {color: #fff; font-size: 1.2rem; font-weight: bold; line-height: 1.125; letter-spacing: -0.96px; padding: 6.35px 0 6.65px;}
.neoBeam-list03 .cont-wrap .list__ {background-color: #fff; padding: 26.4px 24px 29px;}
.neoBeam-list03 .cont-wrap .list__ > li {margin-bottom:19px; display: -webkit-box; display: -ms-flexbox; display: flex; gap:11px; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline;}
.neoBeam-list03 .cont-wrap .list__ > li:last-child {margin-bottom:0;}
.neoBeam-list03 .cont-wrap .list__ > li > span {font-size: 1.2rem; font-weight: bold; color: #09D4E4; letter-spacing: -1px; position: relative; top: 1px;}
.neoBeam-list03 .cont-wrap .list__ > li > p {font-size: 1.1rem; font-weight: 500; color: #2F2F30; line-height: 1.363; letter-spacing: -1.136px;}
.neoBeam-list03 .cont-wrap .cont-img {width:100%; margin-top:20px;}
.neoBeam-list03 .cont-wrap .cont-img > img {display: block; margin: 0 auto;}

/* 포텐자 */

.module_potenza {
	word-break: keep-all;
}
.module_potenza .fix_area {
	padding: 0 13px;
}
.module_potenza .ds-tit {
    position: relative;
    padding-top: 20px;
    text-align: center;
}
.module_potenza .ds-tit > h5 {
    font-size: 2.2rem;
    font-weight: 600;
    word-break: keep-all;
}
.module_potenza .ds-tit > span {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 1.3rem;
    font-weight: 500;
    color: #CB9F76;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
} 
.module_potenza .minframe {
	padding-left: 10px;
	padding-right: 10px;
	max-width: 860px;
	margin: 0 auto;
}
.module_potenza .pg_padding {
	padding: 80px 0 130px;
}
.module_potenza .__point {
	color: #00898B;
	font-size: 2rem;
	font-weight: 700;
}
.module_potenza .text-700 {
	font-weight: 700;
}

.module_potenza .card-01 {
    background-repeat: no-repeat;
    background-position: top 75% center;
    background-size: cover;
}
@media screen and (max-width: 767px){
	.module_potenza .card-01 {
		background-position: center center;
	}
}
.module_potenza .card-01 .__title img {
    max-height: 22px;
	margin: 0 auto;
}
.module_potenza .card-01 .item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.module_potenza .card-01 .item-wrap {
	display: flex;
    flex-wrap: wrap;
	flex-direction: row;
    justify-content: center;
    width: 100%;
	margin-top: 35px;
}
@media screen and (max-width: 767px){
	.module_potenza .card-01 .item-wrap {
		display: inline-block;
	}
}
.module_potenza .card-01 .item {
    width: 110px;
    height: 110px;
    background: #39c5c769;
    color: #fff;
    font-size: 1.7rem;
    margin: 10px;
    border-radius: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.module_potenza .card-02 {
    background: #D1EDED;
}
.module_potenza .card-02 .sub-title {
    margin: 35px auto 40px;
    color: #515151;
    font-size: 1.7rem;
    line-height: 1.5;
    max-width: 400px;
    padding: 0 5px;
}
.module_potenza .card-02 .cont {
    position: relative;
    background: #fff;
    padding: 35px 0;
}
.module_potenza .card-02 .cont.item-02 {
    margin: 100px 0;
}
.module_potenza .card-02 .cont > em {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 44px;
    height: 29px;
    display: inline-block;
    position: absolute;
    left: 50%;
}
.module_potenza .card-02 .cont .cont-arrow-01 {
    top: -15%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
}
.module_potenza .card-02 .cont .cont-arrow-02 {
    bottom: -15%;
    -webkit-transform: translate(-50%, 50%) rotate(90deg);
        -ms-transform: translate(-50%, 50%) rotate(90deg);
            transform: translate(-50%, 50%) rotate(90deg);
}
.module_potenza .card-02 .cont .cont-img img {
    max-height: 132px;
	margin: 0 auto;
}
.module_potenza .card-02 .cont-txt {
    text-align: center;
}
.module_potenza .card-02 .cont-txt > span {
	display: inline-block;
    border-radius: 25px;
    color: #fff;
    font-size: 2rem;
    font-family: 'Campton', Sans-serif;
    padding: 0.5rem 2rem;
    margin: 2rem 0 1rem;
}
.module_potenza .card-02 .cont-txt .step-01 {
    background: #A1DCDD;
}
.module_potenza .card-02 .cont-txt .step-02 {
    background: #6AD0D2;
}
.module_potenza .card-02 .cont-txt .step-03 {
    background: #00BFC2;
}
.module_potenza .card-02 .txt-inner {
    color: #515151;
    font-size: 1.5rem;
	line-height: 1.4;
}

.module_potenza .card-03 {
    background: #EEF5F5;
    padding-bottom: 130px;
    position: relative;
}
.module_potenza .card-03 .__right {
    background: -o-linear-gradient(76deg, #00cacd, #22E9D9);
    background: linear-gradient(14deg, #00cacd, #22E9D9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 450px;
}
.module_potenza .card-03 .cont-wrap {
    position: relative;
    z-index: 5;
}
.module_potenza .card-03 .cont-inner {
    margin-top: -25px;
}
.module_potenza .card-03 .cont {
    background: #fff;
    margin: 7px 0;
    padding: 2rem 10px;
    position: relative;
    text-align: center;
}
.module_potenza .card-03 .cont .title {
    font-size: 1.7rem;
}
.module_potenza .card-03 .cont-txt {
    font-size: 1.5rem;
    color: #2f2e2e;
	line-height: 1.4;
    max-width: 400px;
    margin: 10px auto 0;
}
.module_potenza .card-03 .cont .icon-plus {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0D9C9E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: 50%;
    top: -3px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.module_potenza .card-03 .cont .icon-plus img {
    max-width: 10px;
}
.module_potenza .card-03 .cont-img {
    text-align: center;
    padding-top: 80px;
}
.module_potenza .card-03 .cont-img img {
    max-height: 242px;
	margin: 0 auto;
    -webkit-transform: translateX(10%);
        -ms-transform: translateX(10%);
            transform: translateX(10%);
}
.module_potenza .card-03 .cont-img .txt {
    line-height: 1.3;
    color: #fff;
    font-size: 2rem;
}
.module_potenza .card-03 .cont-img .txt b {
    font-weight: 700;
}

.module_potenza .card-04 {
    background: #F0F0F0;
}
.module_potenza .card-04 .cont-wrap {
    max-width: 400px;
    margin: 35px auto 0;
}
.module_potenza .card-04 .cont {
    -webkit-box-shadow: 5px 5px 16px #0000000f;
            box-shadow: 5px 5px 16px #0000000f;
}
.module_potenza .card-04 .cont.item-02 {
    margin: 20px 0;
}
.module_potenza .card-04 .cont-img img {
    width: 100%;
    vertical-align: bottom;
}
.module_potenza .card-04 .cont-txt {
    background: #fff;
    text-align: center;
    padding: 30px 0;
}
.module_potenza .card-04 .txt-inner {
    color: #2f2e2e;
    font-size: 1.7rem;
    margin-top: 7px;
}

/* 바디 인모드 */
.inmode-info-sec .fix_area {
	padding: 0 13px;
}
.inmode-info-sec .ds-tit {
    position: relative;
    padding-top: 20px;
    text-align: center;
}
.inmode-info-sec .ds-tit > h5 {
    font-size: 2.2rem;
    font-weight: 600;
    word-break: keep-all;
}
.inmode-info-sec .ds-tit > span {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 1.3rem;
    font-weight: 500;
    color: #CB9F76;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
} 

.inmode-info-sec .ii-sec1 {
	padding: 100px 0 120px;
    background-color: #fff;
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    text-align: center;
}
.inmode-info-sec .ii-sec1 h5 {
	margin-bottom: 30px;
}
.inmode-info-sec .ii-sec1 h5 img {
	display: block;
	height: 40px;
	margin: 0 auto;
}
.inmode-info-sec .ii1-list .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
	margin: 0 auto;
}
.inmode-info-sec .ii1-list .content li{

}
.inmode-info-sec .ii1-list .ii1-item  {
	margin: 50px 5px 0;
    color: #fff
}
.inmode-info-sec .ii1-list .ii1-item > p {
	position: relative;
    padding-bottom: 20px;
    font-size: 1.2rem;
    font-weight: 100;
}
.inmode-info-sec .ii1-list .ii1-item > p:after {
	content: '';
    width: 20px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    background-color: #52aec3;
}
.inmode-info-sec .ii1-list .ii1-item > div {
    display: inline-block;
    width: 150px;
    padding: 10px 0;
    margin: 20px auto 0;
    border: 2px solid #52aec3;
    border-radius: 50em;
    /* font-size: 1.4rem; */
	letter-spacing: -0.03em;
    white-space: nowrap;
}

.inmode-info-sec .ii-sec2 {
	padding: 80px 0 130px;
	background-color: #efefef;
}
.inmode-info-sec .ii-sec2 .ds-cont {
	margin-top: 40px;
}
.inmode-info-sec .ii-sec2 .ds-cont ul {
	margin-right: -13px;	
}
.inmode-info-sec .ii-sec2 .ds-cont ul li {
	padding-right: 13px;
}
.inmode-info-sec .ii-sec2 .ii2-item {
	border: 1px solid #aca6a6;
}
.inmode-info-sec .ii-sec2 .ii2-item > strong {
	display: block;
    background-color: #fff;
    padding: 8px 0;
}
.inmode-info-sec .ii-sec2 .ii2-item > strong img {
    display: block;
    height: 16px;
    max-width: 100%;
    margin: 0 auto;
}
.inmode-info-sec .ii2-item > .inner {
	padding: 0 1rem 1rem;
}
.inmode-info-sec .ii2-item .ii2-1 {
	text-align: center;
}
.inmode-info-sec .ii2-item .ii2-1 .equipt {
	max-width: 100%;
}
.inmode-info-sec .ii2-item .ii2-1 .name {
	height: 20px;
}
.inmode-info-sec .ii2-item .ii2-1 > span {
	display: block;
    letter-spacing: -0.03rem;
    word-break: keep-all;
}
.inmode-info-sec .ii2-item .ii2-2 {
    position: relative;
    height: 1px;
    margin-top: 30px;
    padding-bottom: 56.25%;
    text-align: center;
}
.inmode-info-sec .ii2-item .ii2-2 iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.inmode-info-sec .ii2-item .ii2-3 {
	position: relative;
    min-height: 200px;
    padding-top: 10px;
    font-size: 1.2rem;
}
.inmode-info-sec .ii2-item .ii2-3.body {
	font-size: 1.3rem;
}
.inmode-info-sec .ii2-item .ii2-3 > img {
    display: block;
    height: 40px;
    margin: 0 auto;
}
.inmode-info-sec .ii2-item .ii2-3.body > img {
    height: 115px;
    margin-bottom: 20px;
}
.inmode-info-sec .ii2-item .ii2-3 > p {
    max-width: 280px;
    margin: 10px auto 20px;
}

.inmode-info-sec .ii-sec3 {
	padding: 80px 0 130px;
}
.inmode-info-sec .ii-sec3 .ds-cont {
	margin-top: 40px;
	word-break: keep-all;
}
.inmode-info-sec .ii-sec3 .ii3-top,
.inmode-info-sec .ii-sec3 .ii3-bottom {
	background-color: #ffffff;
    border: 1px solid #d2b99f;
}
.inmode-info-sec .ii-sec3 .ii3-top > p {
    padding: 30px 15px;
	background-color: #d2b99f;
    color: #ffffff;
    font-weight: 100;
    text-align: center;
}
.inmode-info-sec .ii-sec3 .ii3-top > p > strong {
	display: block;
    margin-bottom: 10px;
    font-size: 2rem;
	font-weight: 600;
    color: #515151;
}
.inmode-info-sec .ii3-top .ii3t-cont {
	overflow-y: hidden;
	overflow-x: auto;
}
.inmode-info-sec .ii3-top .ii3t-cont > .inner {
    display: inline-block;
    padding: 10px 15px;
}
.inmode-info-sec .ii3-top .ii3t-cont table {
    /*width: 300px;*/
    margin: 20px auto;
    text-align: center;
}
.inmode-info-sec .ii3t-cont table thead th {
	padding-bottom: 10px;
    font-weight: 500;
    color: #c5996b;
}
.inmode-info-sec .ii3t-cont table tbody td {
    vertical-align: top;
    font-size: 1.1rem;
    color: #5b5b5b;
}
.inmode-info-sec .ii3t-cont table tbody td b {
	display: block;
	padding-bottom: 5px;
	color: #181818;
}
.inmode-info-sec .ii3t-cont table tbody td b span {
	color: #cf0000;
}
.inmode-info-sec .ii3t-cont table tbody td > span {
	font-size: 1rem;
	color: #181818;
}
.inmode-info-sec .ii-sec3 .ii3-bottom {
    margin-top: 15px;
    text-align: center;
}
.inmode-info-sec .ii-sec3 .ii3-bottom .ii3b-l {
    padding: 30px 15px;
	background-color: #d2b99f;
    color: #fff;
    font-weight: 100;
    text-align: center;
}
.inmode-info-sec .ii3-bottom .ii3b-l b {
	display: block;
    margin-bottom: 10px;
    font-size: 2rem;
    font-weight: 600;
    color: #515151;
}
.inmode-info-sec .ii-sec3 .ii3-bottom .ii3b-r {
    padding: 20px 15px;
	font-size: 1.2rem;
    color: #898989;
	line-height: 1.4;
}

.waxingArea.bodyInmode .tab {
	overflow: hidden;
	text-align: center;
	user-select: none;
}
.waxingArea.bodyInmode .tab > .tab-item {
	display: inline-block;
	padding: 0.6rem 0;
	border-bottom: 2px solid transparent;
	color: #888888;
	cursor: pointer;
	transition: all 0.3s ease-out;
	outline: 0;
}
.waxingArea.bodyInmode .tab > .tab-item:hover,
.waxingArea.bodyInmode .tab > .tab-item.active {
	color: #2b2b2b;
}
.waxingArea.bodyInmode .tab > .tab-item.active {
	border-bottom-color: #a73439;
}
.waxingArea.bodyInmode .tab > .tab-item:first-of-type {
	margin-left: 0px;
}
.waxingArea.bodyInmode .tab-panel {
	position: relative;
	height: 0;
	outline: 0;
	overflow: hidden;
}
.waxingArea.bodyInmode .tab-panel.active {
	height: auto;
	padding-top: 30px;
	overflow: visible;
}

.waxingArea.bodyInmode .row {
    margin-right: 0px;
    margin-left: 0px;
	font-size: 0;
}
.waxingArea.bodyInmode .row:after, 
.waxingArea.bodyInmode .row:before {
    display: table;
    content: " ";
}
.waxingArea.bodyInmode .row:after { 
	clear: both;
}
.waxingArea.bodyInmode .col-1, 
.waxingArea.bodyInmode .col-10, 
.waxingArea.bodyInmode .col-11, 
.waxingArea.bodyInmode .col-12, 
.waxingArea.bodyInmode .col-2, 
.waxingArea.bodyInmode .col-3, 
.waxingArea.bodyInmode .col-4, 
.waxingArea.bodyInmode .col-5, 
.waxingArea.bodyInmode .col-6, 
.waxingArea.bodyInmode .col-7, 
.waxingArea.bodyInmode .col-8, 
.waxingArea.bodyInmode .col-9 {
    position: relative;
	display: inline-block;
	vertical-align: top;
	float: none;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
	box-sizing: border-box;
	font-size: 1rem;
}
.waxingArea.bodyInmode .col-11 { width: 91.666667%; }
.waxingArea.bodyInmode .col-10 { width: 83.333333%; }
.waxingArea.bodyInmode .col-9 { width: 75%; }
.waxingArea.bodyInmode .col-8 { width: 66.666667%; }
.waxingArea.bodyInmode .col-7 { width: 58.333333%; }
.waxingArea.bodyInmode .col-6 { width: 50%; }
.waxingArea.bodyInmode .col-5 { width: 41.66667%; }
.waxingArea.bodyInmode .col-4 { width: 33.3333%; }
.waxingArea.bodyInmode .col-3 { width: 25%; }
.waxingArea.bodyInmode .col-2 { width: 16.66667%; }
.waxingArea.bodyInmode .col-1 { width: 8.33333%; }

.waxingArea.bodyInmode .woman-waxing-tab { 
	display: flex; 
	background-color: #f2f2f2;
	z-index:999;
	position:relative; 
}
.waxingArea.bodyInmode .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-size: 1.3rem;
	font-weight: 500; 
}
.waxingArea.bodyInmode .woman-waxing-tab.tab > .tab-item:last-of-type { 
	border-right: 0; 
}
.waxingArea.bodyInmode .woman-waxing-tab.tab > .tab-item.active { 
	color: #fff; 
	background-color: #52aec3; 
	border-right: 0;
	border-bottom-color: #52aec3; 
}
.waxingArea.bodyInmode .tab-panel.active { 
	padding-top: 0; 
}

.waxingArea.bodyInmode .bodyInmodeArea_top-sec {
	padding:0;
	background-color: #dcdddf;
}
.waxingArea.bodyInmode .bodyInmodeArea_top-sec .fix_area {
	position: relative;
}
.waxingArea.bodyInmode .bodyInmodeArea_top-sec .ds-cont {
	position: relative;
    margin-left: auto;
    background-color: #fff;
    z-index: 10;
    overflow: hidden;
}
.waxingArea.bodyInmode .bodyInmodeArea_top-sec .ds-cont ul {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    word-break: keep-all;
}
.waxingArea.bodyInmode .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;
}
.waxingArea.bodyInmode .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;
	font-size: 1.3rem;
}
.waxingArea.bodyInmode .bodyInmodeArea_top-sec .ds-cont li .text {
	display: table-cell;
	vertical-align: middle;
	font-size: 1.3rem;
}
.waxingArea.bodyInmode .bodyInmodeArea_top-sec .ds-cont li.active {
    text-decoration: underline;
    background-color: #f1f1f1;
}
.waxingArea.bodyInmode .bodyInmodeArea_top-sec .ds-cont2 {
	position: relative;
    width: 100%;
    padding-bottom: 100%;
}
.waxingArea.bodyInmode .bodyInmodeArea_top-sec .ds-cont2 ul {
    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
	height: 100%;
    z-index: 0;
}
.waxingArea.bodyInmode .bodyInmodeArea_top-sec .ds-cont2 .back-img1 {
    background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.waxingArea.bodyInmode .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;
}
.waxingArea.bodyInmode .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);
}
.waxingArea.bodyInmode .bodyInmodeArea_top-sec .ds-cont2 img {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.waxingArea.bodyInmode .bodyInmodeArea_top-sec .ds-cont2 li.i1 { top: 1%; left: 80%; width: 40%; }
.waxingArea.bodyInmode .bodyInmodeArea_top-sec .ds-cont2 li.i2 { top: 13%; left: 24.5%; width: 28%;}
.waxingArea.bodyInmode .bodyInmodeArea_top-sec .ds-cont2 li.i3 { top: 36%; left: 37%; width: 20%;}
.waxingArea.bodyInmode .bodyInmodeArea_top-sec .ds-cont2 li.i4 { top: 50%; left: 17%; width: 22%;}
.waxingArea.bodyInmode .bodyInmodeArea_top-sec .ds-cont2 li.i5 { top: 71%; left: 15%; width: 16%; }
.waxingArea.bodyInmode .bodyInmodeArea_top-sec .ds-cont2 li.i6 { top: 55%; left: 32%; width: 8%; }
.waxingArea.bodyInmode .bodyInmodeArea_top-sec .ds-cont2 li.i7 { top: 67%; left: 34%; width: 15%; }
.waxingArea.bodyInmode .bodyInmodeArea_top-sec .ds-cont2 li.i8 { top: 75%; left: 30%; width: 17%; }

.waxingArea.bodyInmode .bodyInmodeArea_bottom-sec {
	padding:0;
	background-color: #dcdddf;
}
.waxingArea.bodyInmode .bodyInmodeArea_bottom-sec .fix_area {
	position: relative;
}
.waxingArea.bodyInmode .bodyInmodeArea_bottom-sec .ds-cont {
	position: relative;
    margin-left: auto;
    background-color: #fff;
	border-bottom:1px solid #f1f1f1;
    z-index: 10;
    overflow: hidden;
}
.waxingArea.bodyInmode .bodyInmodeArea_bottom-sec .ds-cont ul {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    word-break: keep-all;
}
.waxingArea.bodyInmode .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;
}
.waxingArea.bodyInmode .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;
	font-size: 1.3rem;
}
.waxingArea.bodyInmode .bodyInmodeArea_bottom-sec .ds-cont li .text {
	display: table-cell;
	vertical-align: middle;
	font-size: 1.3rem;
}
.waxingArea.bodyInmode .bodyInmodeArea_bottom-sec .ds-cont li.active {
    text-decoration: underline;
    background-color: #f1f1f1;
}
.waxingArea.bodyInmode .bodyInmodeArea_bottom-sec .ds-cont2 {
	position: relative;
    width: 100%;
    padding-bottom: 130%;
}
.waxingArea.bodyInmode .bodyInmodeArea_bottom-sec .ds-cont2 ul {
    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
	height: 100%;
    z-index: 0;
}
.waxingArea.bodyInmode .bodyInmodeArea_bottom-sec .ds-cont2 .back-img1 {
    background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.waxingArea.bodyInmode .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;
}
.waxingArea.bodyInmode .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);
}
.waxingArea.bodyInmode .bodyInmodeArea_bottom-sec .ds-cont2 img {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.waxingArea.bodyInmode .bodyInmodeArea_bottom-sec .ds-cont2 li.i1 { top: 12%; left: 62%; width: 8%; }
.waxingArea.bodyInmode .bodyInmodeArea_bottom-sec .ds-cont2 li.i2 { top: 30%; left: 38%; width: 8%;}
.waxingArea.bodyInmode .bodyInmodeArea_bottom-sec .ds-cont2 li.i3 { top: 16%; left: 50%; width: 19%;}
.waxingArea.bodyInmode .bodyInmodeArea_bottom-sec .ds-cont2 li.i4 { top: 39%; left: 45%; width: 8%;}
.waxingArea.bodyInmode .bodyInmodeArea_bottom-sec .ds-cont2 li.i5 { top: 51%; left: 41.5%; width: 12%; }
.waxingArea.bodyInmode .bodyInmodeArea_bottom-sec .ds-cont2 li.i6 { top: 51%; left: 52%; width: 13%; }
.waxingArea.bodyInmode .bodyInmodeArea_bottom-sec .ds-cont2 li.i7 { top: 77%; left:53%; width: 9%; }







/* 
{
    line-height: 1.4;
}
img {
	width: unset; 
	margin: 0 auto;
}
.fix_area {
	padding: 0 13px;
}
.ds-tit {
    position: relative;
    padding-top: 20px;
    text-align: center;
}
.ds-tit > h5 {
    font-size: 2.2rem;
    font-weight: 600;
    word-break: keep-all;
}
.ds-tit > span {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 1.3rem;
    font-weight: 500;
    color: #CB9F76;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
} 
*/
