/*
에이탑 시술페이지
*/
/* -------------------------------------------------------------------------------------------------------------------------------------------------- */
@import url('/common/font/NotoSansCJKsc.css');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1+Code:wght@100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap');

/* 기본영역 */
.clinicInfoWrap{}
.clinicInfoWrap #contents{}
.clinicInfoWrap .Contents{display:block; position:relative;}
.atopClinicArea{display:block; position:relative; color:#2a2a2a; text-align:center; font-family:'GmarketSansMedium', 'Noto Sans SC', 'Noto Sans KR', sans-serif; font-weight:normal;}
.C00188 .atopClinicArea{font-family:'Noto Sans JP','Noto Sans KR', sans-serif;}
.C00193 .atopClinicArea{font-family:'Noto Sans SC','Noto Sans KR', sans-serif;}
.C00188 .atopClinicArea{font-family:'Noto Sans JP', 'Noto Sans SC', 'Noto Sans KR', sans-serif;}
.atopClinicArea .Inner{width:1200px; min-width:1200px;}
.atopClinicArea section{display:block; position:relative;}
.atopClinicArea section:not(:first-child){max-width:75%; margin:0 auto;}
.atopClinicArea .Sectionfull{max-width:100% !important;}
.atopClinicArea img{max-width:100%;}
.ui-widget{font-family:'GmarketSansMedium', 'Noto Sans JP', 'Noto Sans SC', 'Noto Sans KR', sans-serif;}
.C00188 .ui-widget{font-family:'Noto Sans JP', 'Noto Sans KR', sans-serif;}
.C00193 .ui-widget{font-family:'Noto Sans SC', 'Noto Sans KR', sans-serif;}


/* 타이틀 */
.atopClinicArea .sectionTitle{position:relative; display:block; line-height:1em; margin-bottom:6em;}
.atopClinicArea .sectionTitle .deco{position:relative; display:block; font-weight:400; letter-spacing:1.7em; margin-right:-1em; margin-bottom:1em; font-family:'GmarketSansMedium', 'Noto Sans JP', 'Noto Sans SC', 'Noto Sans KR', sans-serif; font-size:0.85em;}
.atopClinicArea .sectionTitle .topText{position:relative; display:block; margin:auto; margin-bottom:1.5em;}
.atopClinicArea .sectionTitle big{position:relative; display:block; font-size:2em;  font-weight:normal; line-height:1.2em;}
.atopClinicArea .sectionTitle em{position:relative; display:block; font-size:3.5em; font-weight:100; line-height:1.2em;}
.C00188 .atopClinicArea .sectionTitle em{font-weight:400;}
.atopClinicArea .sectionTitle em strong{font-family:'GmarketSansBold', 'Noto Sans JP', 'Noto Sans SC', 'Noto Sans KR', sans-serif;}
.atopClinicArea .sectionTitle p{position:relative; display:block; font-size:1.5em; line-height:1.3em; font-weight:100; margin-top:1em;} /* font-family:'Noto Sans KR', 'GmarketSans', sans-serif; */
.atopClinicArea .sectionTitle p strong{}
.atopClinicArea .sectionTitle .lineText{position:relative; display:inline-block; font-size:1.6em; border-top:1px solid #2a2a2a; border-bottom:1px solid #2a2a2a; padding:0.8em 0.9em 0.6em 0.9em; margin-top:0.5em;}


/* -------------------------------------------------------------------------------------------------------------------------------------------------- */
/* [공통하단]  */
.clinicCommonSection{position:relative; display:block; overflow:hidden;}


/* [공통하단] 이동하기 */
section.CommonMove{padding:82px 0 62px 0;}
.CommonMove{}
.CommonMove .Inner{}
.CommonMove .sectionTitle{margin-bottom:0px;}
.CommonMove .sectionTitle .deco{}
.CommonMove .sectionTitle em{font-size:3em;}
.CommonMove .Motion{display:inline-block; position:relative; text-align:center; padding-bottom:1.6em; margin-top:2em;}
.CommonMove .Motion .Mouse{display:inline-block; position:relative; width:33px; height:55px; border-radius:60px; border:3px solid #232323;}
.CommonMove .Motion .Mouse:after{content:""; position:absolute; top:5px; left:50%; margin-left:-2px; width:4px; height:11px; border-radius:100px; background-color:#232323;}
.CommonMove .Motion .Down{display:inline-block; position:absolute; bottom:0em; left:50%; margin-left:-0.5em; width:12px; height:12px; border-bottom:2px solid #232323; border-left:2px solid #232323; transform:rotate( -45deg ); -webkit-transform:rotate( -45deg );  -moz-transform:rotate( -45deg ); animation:MotionDown_Animation 0.6s 0s infinite ease-in-out alternate; margin-left:-6px;} 
@keyframes MotionDown_Animation{
	0%{margin-bottom:0px;}
	100%{margin-bottom:7px;}
}
.CommonMove .sectionTitle *{font-family:"Noto Sans KR", 'Noto Sans JP', 'Noto Sans SC', 'Noto Sans KR', sans-serif !important;}
.CommonMove .sectionTitle .deco{letter-spacing:16px; margin-right:-2em; font-size:9pt;}
.CommonMove .sectionTitle em{font-size:32.5pt; color:#171717 !important; font-weight:400; letter-spacing:-1.5px;}
.CommonMove .sectionTitle em strong{font-weight:600 !important; color:#171717;}


/* [공통하단] 비전 */
section.CommonVision{max-width:100%; min-width:100%;}
.CommonVision{color:#fff; background-color:#2a2a2a;}
.CommonVision .Inner{}
.CommonVision .sectionTitle{}
.CommonVision .List{display:block; position:relative;}
.CommonVision li{display:block; position:relative; background-repeat:no-repeat; background-size:cover; background-position:center top; cursor:pointer; overflow:hidden; height:380px;}
.CommonVision .Banner{display:flex; position:relative;  min-width:1200px; }
.CommonVision .Banner dt{display:block; position:relative;}
.CommonVision .Banner dd{display:inline-flex; position:absolute; left:0%; top:0%; right:0%; bottom:0%; width:1440px; height:100%; align-items:center; justify-self:center; z-index:1; }
.CommonVision .Banner dd .Box{display:block; position:relative;}
.CommonVision .Banner dd em{display:block; position:relative; font-size:2.4em; line-height:1.4em; font-family: 'SUIT','Noto Sans JP', 'Noto Sans SC'; font-weight:400; letter-spacing:-1px;}
.C00188 .CommonVision .Banner dd em{font-family: 'Noto Sans JP', 'Noto Sans SC';}
.CommonVision .Banner dd em strong{font-family:'Noto Sans KR', 'Noto Sans JP', 'Noto Sans SC', 'Noto Sans KR', sans-serif; font-weight:600;}
.CommonVision .Banner dd p{display:block; position:relative; font-weight:300; margin-top:1em; display:none;} /* 일단숨김  */
.CommonVision .Banner img{display:block; position:relative; opacity:0;} 
.CommonVision li:nth-child(odd){text-align:left;} /* 홀수 */
.CommonVision li:nth-child(odd) dd{}
.CommonVision li:nth-child(odd) dd .Box{}
.CommonVision li:nth-child(even){text-align:right; } /* 짝수 */
.CommonVision li:nth-child(even) dd{flex-direction: row-reverse;}
.CommonVision li:nth-child(even) dd .Box{}
.CommonVision li:hover{cursor:default;}
.CommonVision li:hover img{opacity:1; transition:0.3s;}
.CommonVision li:hover dd p{display:block; transition:0.3s; letter-spacing:-0.3px; font-size:13pt; line-height: 1.5;font-family:'Noto Sans KR', 'Noto Sans JP', 'Noto Sans SC', 'Noto Sans KR', sans-serif; font-weight:200;}
.CommonVision .Itme01{background-image:url("/clinicInfoAt/img/CommonVision_01over.jpg");}
.CommonVision .Itme02{background-image:url("/clinicInfoAt/img/CommonVision_02over.jpg");}
.CommonVision .Itme03{background-image:url("/clinicInfoAt/img/CommonVision_03over.jpg");}
.CommonVision .Itme04{background-image:url("/clinicInfoAt/img/CommonVision_04over.jpg");}


/* [공통하단] 시술전후 */
section.CommonBnf{}
.CommonBnf{color:#fff; background-color:#2a2a2a; padding:10em 0em;}
.CommonBnf .Inner{}
.CommonBnf .sectionTitle{}
.CommonBnf .sectionCont{display:inline-block; position:relative;}
.CommonBnf .sectionCont:before,
.CommonBnf .sectionCont:after{display:inline-block; position:absolute; font-size:7em; line-height:1em; text-transform:uppercase; font-weight:bold; z-index:1;}
.CommonBnf .sectionCont:before{content:"before"; top:40%; left:-2.75em; -webkit-transform: rotate(-90deg);}
.CommonBnf .sectionCont:after{content:"after";  bottom:40%; right:-2.35em;-webkit-transform: rotate(90deg);}
.CommonBnf .compareSlide{width:1000px; height:500px;}
.commonBnfClinicTabs.TabsClear{}
.commonBnfClinicTabs{}
.commonBnfClinicTabs .tabsHead{display:block; position:relative;}
.commonBnfClinicTabs .tabsHead .Menu{display:flex; position:relative; flex-direction:row; align-items:stretch;  text-align:center; background-color:#b7322c;}
.commonBnfClinicTabs .tabsHead .Menu li{display:block; position:relative; flex-grow:1; border:1px solid #fff !important;}
.commonBnfClinicTabs .tabsHead .Menu a{display:block; position:relative; color:#fff !important; font-weight:bold; padding:1em !important;}
.commonBnfClinicTabs .tabsHead .Menu a p{display:block; position:relative;}
.commonBnfClinicTabs .tabsHead .Menu a p span{display:block; position:relative;}
.commonBnfClinicTabs .tabsHead .Menu a img{display:block; position:relative; margin:auto;}
.commonBnfClinicTabs .tabsHead .Menu .ui-state-active{}
.commonBnfClinicTabs .tabsHead .Menu .ui-state-active a{color:#b7322c !important; font-weight:bold;}
.commonBnfClinicTabs.TabsClear .tabsHead .Menu .ui-state-active a{background-color:#fff;}
.commonBnfClinicTabs .tabsCont{display:block; position:relative;}


/* [공통하단] 시술전후(슬라이드ver) */
.CommonBnfSlide{display:block; position:relative; background-color:#f3f3f3; padding:86px 0 73px 0;}
.CommonBnfSlide .sectionTitle *{font-family:'Noto Sans KR', 'Noto Sans JP', 'Noto Sans SC', 'Noto Sans KR', sans-serif !important;}
.CommonBnfSlide .sectionTitle{margin-bottom:12px;}
.CommonBnfSlide .sectionTitle em{font-weight:400; /* font-size:27pt;*/  font-size:32pt; letter-spacing:-1px;}
.CommonBnfSlide .sectionTitle em strong{font-weight:600; letter-spacing:-1px; font-size:32pt; margin-top:0.2em;}
.CommonBnfSlide .Inner{width:1000px; min-width:1000px;}
.CommonBnfSlide .Banner{position:realtvie; display:table;}
.CommonBnfSlide .Banner .BannerThum{position:realtvie; display:inline-table; vertical-align:middle;}
.CommonBnfSlide .Banner .BannerThum img{width:100%; margin:0 auto; display:table-cell; vertical-align:middle;}


/* [공통하단] 셀피 */
section.CommonSelfie{max-width:100%; min-width:100%;}
.CommonSelfie .Inner{}
.CommonSelfie img{}


/* [공통하단] 유튜브 */
section.CommonYoutube{background-color:#fff; padding:100px 0;}
.CommonYoutube .Inner{width:1400px;}
.CommonYoutube .MultiSliderWrap{display:block; position:relative; overflow:hidden;}
	/* 타이틀 */
	.CommonYoutube .MainSectionTitle{position:relative; display:block; text-align:center; width:100%; margin-bottom:20px;}
	.CommonYoutube .MainSectionTitle em{letter-spacing:-2px;}
	.CommonYoutube .MainSectionTitle em>strong{display:block; font-weight:normal; font-size:12pt; letter-spacing:3px; line-height:1em; color:#3e3e3e; font-weight:500; font-family:'GmarketSans', 'Noto Sans JP', 'Noto Sans SC', 'Noto Sans KR', sans-serif;}
	.CommonYoutube .MainSectionTitle em>p>strong>b{font-weight:600; color:#3e3e3e;}
	.CommonYoutube .MainSectionTitle em>p{font-family:'GmarketSans', 'Noto Sans JP', 'Noto Sans SC', 'Noto Sans KR', sans-serif; font-weight:700; font-size:48pt; line-height:1.5em; color:#3e3e3e;}
	.CommonYoutube .MainSectionTitle em>p strong{font-weight:300; font-size:48pt;}

	.CommonYoutube li{display:table-cell; position:relative; vertical-align:top; cursor:pointer;}
	.CommonYoutube li .ThumBox{display:block; position:relative; margin:auto; overflow:hidden;} 
	.CommonYoutube li .ThumBox img{width:100%;}
	.CommonYoutube li .TextBox p{padding-left:12px;}
	.CommonYoutube li .TextBox p strong{font-size:14pt; font-weight:500; line-height:1.2; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; padding-top:5px; color:#3e3e3e; font-family:'s-core-dream-regular', 'Noto Sans JP', 'Noto Sans SC', 'Noto Sans KR', sans-serif;}
	.CommonYoutube li .TextBox p span{font-family:'s-core-dream-regular', 'Noto Sans JP', 'Noto Sans SC', 'Noto Sans KR', sans-serif; font-size:10.5pt; font-weight:normal; color:#6b6b6b; padding-top:5px; height:30px; display:block; line-height:120%; letter-spacing:-1px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;}
	
	/* 롤링배너일때 */
	.CommonYoutube .MultiSlider{clear:none;}
	.CommonYoutube .MultiSlider.slider-for{width:775px; height:430px; float:left; position:relative; margin-top:45px;}
	.CommonYoutube .MultiSlider.slider-for .TextBox{display:none;}
	.CommonYoutube .MultiSlider.slider-nav .ThumBox{float:none; display:block; width:155px; height:87px; position:relative; overflow:hidden; margin-left:0;}
	.CommonYoutube .MultiSlider.slider-nav li{height: 100%; text-align:left; padding:10px 0; overflow:hidden; position:relative; display:table; table-layout:fixed; width:100%; cursor:pointer; margin-bottom:0;}
	.CommonYoutube .MultiSlider.slider-nav .slick-slide li{background-color:#fff; padding:0.48em; margin-bottom:0.3em; border:1px solid #e8e8e8;}
	.CommonYoutube .MultiSlider.slider-nav .slick-slide.slick-current li{background-color:#fff; border:1px solid #e2dfdf;}
	.CommonYoutube .MultiSlider.slider-nav .TextBox{position: absolute; top:0; left:165px; color:#333333; font-size:16px; line-height:100%; overflow:visible; vertical-align:middle; margin-top:26px; width:auto; float:none; width:calc(100% - 165px); white-space:normal; margin-left:0;}
	.CommonYoutube .MultiSlider.slider-nav{position:relative!important; width:600px!important; float:left; margin-right:24px!important;}
	.CommonYoutube .MultiSlider.slider-nav .slick-list{margin-top:45px; height:435px !important;}
	.CommonYoutube .MultiSlider.slider-nav .slick-slide{width:100% !important; height:auto; overflow:hidden;}
	.CommonYoutube .MultiSlider.slider-nav .slick-slide li{width:100%; cursor:pointer;}
	.CommonYoutube .MultiSlider .slick-slide li .ThumBox{background-color:#000;}
	.CommonYoutube .slider-nav .slick-slide.slick-current li .ThumBox:after{content:''; position: absolute; top:0; left:0; width:100%; height:100%; box-sizing:border-box; border:4px solid #ffb9c1; opacity:1; transition:opacity 0.5s;}
	.CommonYoutube .slider-nav .slick-slide.slick-current li .TextBox p strong{color:#ffb9c1;}
	.CommonYoutube .slider-nav .slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active li{padding-right:0 !important;}
	.CommonYoutube .MultiSlider ul.SliderThum_BtnPage{position:absolute; right:auto; left:0; top:11.5px; height:35px; width:auto; margin:0;}
	.CommonYoutube .MultiSlider ul.SliderThum_BtnPage li{display:inline-block; width:auto; padding:0;}
	.CommonYoutube .MultiSlider ul.SliderThum_BtnPage button{background:#d4d4d4; margin-right:8px; width:15px; height:15px; display:inline-block; border-radius:100%; border:none;}
	.CommonYoutube .MultiSlider ul.SliderThum_BtnPage .slick-active button{background:#ffb9c1; width:15px; height:15px;}
	/* more버튼 */
	.CommonYoutube .More{position:absolute; width:8rem; height:auto; right:0; bottom:0; display:inline-block; vertical-align:middle; background:transparent; padding:0; cursor:pointer; display:none;}
	.CommonYoutube .More a p{position:relative; display:block; margin:0; width:2.7rem; height:2.7rem; background:#233559; border-radius:1.625rem; transition:all 0.45s cubic-bezier(0.65, 0, 0.076, 1);}
	.CommonYoutube .More a p .Icon{position:absolute; top:0; bottom:0; margin:auto; background-color:#fff; transition:all 0.45s cubic-bezier(0.65, 0, 0.076, 1);}
	.CommonYoutube .More a p .Icon.Arrow{left:0.625rem; width:1.125rem; height:0.125rem; background:none; transition:all 0.45s cubic-bezier(0.65, 0, 0.076, 1);}
	.CommonYoutube .More a p .Icon.Arrow:before{position:absolute; content:''; top:-0.3rem; right:0.1rem; width:0.625rem; height:0.625rem; border-top:0.125rem solid #fff; border-right:0.125rem solid #fff; -webkit-transform:rotate(45deg); transform: rotate(45deg);}
	.CommonYoutube .More a b{position:absolute; top:0; left:0; right:0; bottom:0; padding:0.6rem 0; margin:0 0 0 1.85rem; color:#233559; font-weight:700; line-height:1.6; text-align:center; text-transform:uppercase; transition:all 0.45s cubic-bezier(0.65, 0, 0.076, 1);}
	.CommonYoutube .More:hover a p{width:100%;}
	.CommonYoutube .More:hover a p .Icon.Arrow{-webkit-transform:translate(0.5rem, 0); transform:translate(0.5rem, 0);}
	.CommonYoutube .More:hover a b{color:#fff;}


/* [공통하단] 안면윤곽SYSTEM */
section.CommonFace{background-color:#fff; padding:0 0; max-width:100% !important; min-width:100% !important;}
.CommonFace .Inner{width:1500px; min-width:1500px;}
.CommonFace .sectionTitle{display:block; position:relative; margin:0;}
.CommonFace .sectionTitle img{display:block; position:relative;}
.CommonFace .sectionCont{display:block; position:relative;}
.CommonFace .sectionCont ul.stepTab{display:table; position:relative; text-align:left !important;}
.CommonFace .sectionCont ul li{display:inline-table; position:relative; text-align:left;}
.CommonFace .sectionCont ul li + li{margin-left:60px;}
.CommonFace .sectionCont ul li:after{content:''; position:absolute; height:2px; width:100%; background-color:transparent; bottom:0; left:0; z-index:2;}
.CommonFace .sectionCont ul li img{position:relative; display:block; z-index:1; cursor:pointer; opacity:.8;}
.CommonFace .sectionCont ul li.Active{}
.CommonFace .sectionCont ul li.Active img{opacity:1; transition-duration:200ms;}
.CommonFace .sectionCont ul li.Active:after{background-color:#d70606; transition-duration:200ms;}
.CommonFace .sectionCont .stepContArea{position:relative; display:block;}
.CommonFace .sectionCont .stepContArea .stepCont{position:relative; display:block; height:0; opacity:0; visibility:hidden; overflow:hidden; transition-duration:200ms;}
.CommonFace .sectionCont .stepContArea .stepCont img{}
.CommonFace .sectionCont .stepContArea .stepCont.Active{height:auto; opacity:1; visibility:visible; transition-duration:200ms;}
.CommonFace .sectionCont .stepContArea .stepCont.Active img{}
.CommonFace .sectionCont .stepContArea .step01{}
.CommonFace .sectionCont .stepContArea .step02{}
.CommonFace .sectionCont .stepContArea .step03{}
.CommonFace .sectionCont .stepContArea .step04{}


/* -------------------------------------------------------------------------------------------------------------------------------------------------- */
/* [공통사용] 좌우사진비교	https://www.codingnepalweb.com/image-comparison-slider-javascript/ */
.compareSlide{display:block; position:relative; width:100%; height:auto; padding-bottom:40%; background-color:#fff; margin:auto; overflow:hidden;} /* 2:1비율 */
.compareSlide .imgBox{display:flex; position:relative; width:100%; height:100%;}
.compareSlide .imgBox .Img{height:100%; padding-bottom:50%; display:block; background-repeat:no-repeat;}
.compareSlide .imgBox .imgA{width:100%; background-image:url("/clinicInfoAt/img/CommonBnf_bnf_01.jpg");}
.compareSlide .imgBox .imgB{position:absolute; width:6%; background-image:url("/clinicInfoAt/img/CommonBnf_bnf_01after.jpg");}
.compareSlide .sliderBar{position:absolute; top:0; bottom:0px; width:100%; height:100%; z-index:99;}
.compareSlide .sliderBar .dragLinee{position:absolute; left:6%; pointer-events:none; width:3px; height:100%;}
.compareSlide .sliderBar .dragLinee::before,
.compareSlide .sliderBar .dragLinee::after{display:block; position:absolute; content:""; width:2px; height:100%; background:#000;}
.compareSlide .sliderBar .dragLinee::before{top:0;}
.compareSlide .sliderBar .dragLinee::after{bottom:0;}
.compareSlide .sliderBar .dragLinee .Btn{display:block; position:absolute; top:50%; left:50%; width:4em; height:4em; color:#fff; background-color:#000; border-radius:50%; transform:translate(-50%, -50%);}
.compareSlide .sliderBar .dragLinee .Btn::before,
.compareSlide .sliderBar .dragLinee .Btn::after{position:absolute; content:""; top:45%; width:0.3em; height:0.3em; border-top:2px solid #fff; border-left:2px solid #fff;}
.compareSlide .sliderBar .dragLinee .Btn::before{left:20%; transform:rotate( -45deg ); -webkit-transform:rotate( -45deg ); -moz-transform: rotate( -45deg );}
.compareSlide .sliderBar .dragLinee .Btn::after{right:20%; transform:rotate( 135deg ); -webkit-transform:rotate( 135deg ); -moz-transform: rotate( 135deg );}
.compareSlide .sliderBar .dragLinee .Btn em{display:block; position:absolute; top:38%; width:100%;}
.compareSlide .sliderBar input{display:block; position:relative; width:100%;height:100%; background:none; -webkit-appearance:none;}
.compareSlide .sliderBar input::-webkit-slider-thumb{height:100%; width:2px; background:none; -webkit-appearance:none; cursor:col-resize;}


/* [공통사용] 시술전후(슬라이드ver) 슬라이드 */
.CommonBnfSlide .MultiBarSlider{}
.CommonBnfSlide .MultiBarSlider .slick-slide{}
.CommonBnfSlide .MultiBarSlider .slick-slide img{opacity:.5; padding:23px; border-radius:50px; overflow:hidden;}
.CommonBnfSlide .MultiBarSlider .slick-slide.slick-current img{opacity:1; width:100%;}
.CommonBnfSlide .SliderArrow{position:absolute; width:1160px; z-index:2; top:50%; left:50%; margin-left:-580px; margin-top:-23px;}
.CommonBnfSlide .SliderArrow .NextArrow{position:absolute; right:0%; cursor:pointer;}
.CommonBnfSlide .SliderArrow .PrevArrow{position:absolute; left:0%; cursor:pointer;}
/* [공통사용] 함께하면좋은시술 기본레드 */
.aboutLinkSection{background-color:#eeeeee;}
.aboutLinkSection .Link{display:inline-flex; position:relative; flex-direction:row; align-items:stretch; text-align:center;}
.aboutLinkSection .Inner{display:inline-block; position:absolute; left:0%; right:0%; bottom:15%; text-align:left !important; z-index:1;}
.aboutLinkSection .Link li{display:inline-block; position:relative; flex-grow:1;}
.aboutLinkSection .Link li + li{margin-left:0.5em;}
.aboutLinkSection .Link a{display:block; position:relative; width:15em; height:100%; border:3px solid #fff; background-color:#fff; padding:5em 1em 7em 1em;}
.aboutLinkSection .Link a em{display:block; position:relative; font-size:2em; line-height:1.5em; font-weight:bold;}
.C00194 .aboutLinkSection .Link a em{font-size:1.2em;}
.C00199 .aboutLinkSection .Link a em{font-size:1.2em;}
.aboutLinkSection .Link .nowIcon{display:inline-block; position:absolute;  bottom:2em; left:50%; margin-left:-40%; width:80%; text-align:left; background-color:#fff; border-radius:25px 30px 30px 25px; padding:0.8em 1.2em 0.4em 1.2em;}
.C00188 .aboutLinkSection .Link .nowIcon{padding:0.6em 1.2em 0.6em 1.2em;}
.aboutLinkSection .Link .nowIcon:before{content:"바로가기"; display:inline-block; position:relative; font-size:1.5em; line-height:1em; font-weight:normal;}
.C00188 .aboutLinkSection .Link .nowIcon:before{content:"今すぐ見る"; font-size:1.5em; letter-spacing:-0.15em;}
.C00193 .aboutLinkSection .Link .nowIcon:before{content:"点击进入"; font-size:1.5em; letter-spacing:-0.1em;}
.C00194 .aboutLinkSection .Link .nowIcon:before{content:"GO"; font-size:1.5em;}
.C00199 .aboutLinkSection .Link .nowIcon:before{content:"GO"; font-size:1.5em;}
.aboutLinkSection .Link .nowIcon span{display:inline-block; position:absolute; top:2px; right:2px; bottom:2px; width:2.5em; border-radius:50%; background-color:#fff; overflow:hidden;}
.aboutLinkSection .Link .nowIcon span:after{content:""; display:inline-block; position:absolute; top:34%; left:26%; width:0.8em; height:0.8em; border-top:2px solid #000; border-right:2px solid #000; transform:rotate( 45deg ); -webkit-transform:rotate( 45deg ); -moz-transform: rotate( 45deg );}
.aboutLinkSection .Link li:nth-child(odd){} /* 홀수 */
.aboutLinkSection .Link li:nth-child(odd) a{color:#eee9d6; background-color:#b7322c;}
.aboutLinkSection .Link li:nth-child(odd) .nowIcon{color:#b7322c; background-color:#eee9d6;}
.aboutLinkSection .Link li:nth-child(odd) .nowIcon span,
.aboutLinkSection .Link li:nth-child(odd) .nowIcon span:after{border-color:#eee9d6;}
.aboutLinkSection .Link li:nth-child(even){} /* 짝수 */
.aboutLinkSection .Link li:nth-child(even) a{color:#b7322c; background-color:#eee9d6;}
.aboutLinkSection .Link li:nth-child(even) .nowIcon{color:#eee9d6; background-color:#b7322c;}
.aboutLinkSection .Link li:nth-child(even) .nowIcon span,
.aboutLinkSection .Link li:nth-child(even) .nowIcon span:after{border-color:#b7322c;}


/* [공통사용] 탭기본 */
.atopClinicArea .TabsClear{display:block; position:relative;}
.atopClinicArea .tabsHead{display:block; position:relative;}
.atopClinicArea .tabsHead .Menu{display:flex; position:relative; flex-direction:row; align-items:stretch; text-align:center; background:none;}
.atopClinicArea .tabsHead .Menu li{display:block; position:relative; flex-grow:1; flex-shrink:1;}
.atopClinicArea .tabsHead .Menu li + li{}
.atopClinicArea .TabsClear .tabsHead .Menu a{padding:1em;}
.atopClinicArea .tabsHead .Menu a{display:block; position:relative;}
.atopClinicArea .tabsHead .Menu a p{display:block; position:relative;}
.atopClinicArea .tabsHead .Menu .ui-state-active{}
.atopClinicArea .tabsHead .Menu .ui-state-active a{color:#fff; font-weight:bold; background-color:#2a2a2a;}
.atopClinicArea .tabsCont{display:block; position:relative;}


/* [공통사용] 탭타입1 : FIT3D코성형 */
.atopClinicTabs_Type1.TabsClear{}
.atopClinicTabs_Type1{}
.atopClinicTabs_Type1 .tabsHead{}
.atopClinicTabs_Type1 .tabsHead .Menu{border-bottom:2px solid #2a2a2a; background:none;}
.atopClinicTabs_Type1 .tabsHead .Menu li{border:1px solid #d0cec5 !important;}
.atopClinicTabs_Type1.TabsClear .tabsHead .Menu a{}
.atopClinicTabs_Type1 .tabsHead .Menu a{display:block; position:relative;}
.atopClinicTabs_Type1 .tabsHead .Menu a p{display:block; position:relative;}
.atopClinicTabs_Type1 .tabsHead .Menu a p span{display:block; position:relative; font-size:1.2em;}
.atopClinicTabs_Type1 .tabsHead .Menu a img{display:block; position:relative; margin:auto;}
.atopClinicTabs_Type1 .tabsHead .Menu .ui-state-active{}
.atopClinicTabs_Type1 .tabsHead .Menu .ui-state-active a{color:#fff; font-weight:bold; background-color:#b7322c;}
.atopClinicTabs_Type1 .tabsHead .Menu .ui-state-active img{filter: brightness(0) invert(1);}
.atopClinicTabs_Type1 .tabsCont{display:block; position:relative; margin-top:5em;}


/* [공통사용] 탭타입2 : 비염코성형,남자기능코성형 */
.atopClinicTabs_Type2.TabsClear{}
.atopClinicTabs_Type2{}
.atopClinicTabs_Type2 .tabsHead{}
.atopClinicTabs_Type2 .tabsHead .Menu{}
.atopClinicTabs_Type2 .tabsHead .Menu li{}
.atopClinicTabs_Type2 .tabsHead .Menu li + li{}
.atopClinicTabs_Type2.TabsClear .tabsHead .Menu a{padding:0px;}
.atopClinicTabs_Type2 .tabsHead .Menu a{display:block; position:relative; color:#fff !important; background-color:#2a2a2a;}
.atopClinicTabs_Type2 .tabsHead .Menu .ui-state-active{}
.atopClinicTabs_Type2 .tabsHead .Menu .ui-state-active a{background-color:#b7322c;}
.atopClinicTabs_Type2 .tabsHead .Menu .ui-state-active img{}
.atopClinicTabs_Type2 .tabsCont{display:block; position:relative; margin-top:0.3em;}


/* [공통사용] 탭타입3 : 중년눈 */
.atopClinicTabs_Type3.TabsClear{}
.atopClinicTabs_Type3{}
.atopClinicTabs_Type3 .tabsHead{}
.atopClinicTabs_Type3 .tabsHead .Menu{display:inline-flex; width:auto;}
.atopClinicTabs_Type3 .tabsHead .Menu li{padding:0em 1em !important;}
.atopClinicTabs_Type3 .tabsHead .Menu li + li{}
.atopClinicTabs_Type3 .tabsHead .Menu li + li:after{content:""; display:block; position:absolute; left:0%; top:0%; bottom:0%; border-left:1px solid #aaa;}
.atopClinicTabs_Type3.TabsClear .tabsHead .Menu a{color:#aaa;}
.atopClinicTabs_Type3 .tabsHead .Menu a{font-size:1.6em; background:none; padding:0.5em 0.5em 0.3em 0.5em !important; border-bottom-width:3px; border-bottom-style:solid; border-bottom-color:transparent}
.atopClinicTabs_Type3 .tabsHead .Menu a p{}
.atopClinicTabs_Type3 .tabsHead .Menu a p:after{content:""; display:block; position:absolute; left:0%; right:0%; bottom:0%;}
.atopClinicTabs_Type3 .tabsHead .Menu .ui-state-active{}
.atopClinicTabs_Type3 .tabsHead .Menu .ui-state-active a{color:#2a2a2a; background:none; border-bottom-color:#2a2a2a;}
.atopClinicTabs_Type3 .tabsHead .Menu .ui-state-active img{}
.atopClinicTabs_Type3 .tabsCont{}


/* -------------------------------------------------------------------------------------------------------------------------------------------------- */	
/* 코류 */
.noseWrap{}
.noseClinicArea{}


/* [코01] FIT 3D 코성형 */
.nose01Wrap{}
.nose01ClinicArea{}
.nose01Section{}
	/* 컨텐츠 */
	.nose01Section03{background-color:#faf7ec; font-family:"Noto Sans CJK SC","Noto Sans KR","돋음, Dotum","Arial","sans-serif"; padding:10em 0em;}
	.nose01Section03 .atopClinicTabs_Type1.TabsClear{}
	.nose01Section03 .atopClinicTabs_Type1{}
	.nose01Section03 .tabsHead{}
	.nose01Section03 .tabsCont{}
	.nose01Section03 .compareSlide{width:861px; height:363px;}
	.nose01Section03 .compareSlide .imgBox .Img{}
	.nose01Section03 .compareSlide .sliderBar .dragLinee .Btn{top:20%; width:6em; height:6em; color:#fff; background-color:#b7322c; border:3px solid #b7322c;}
	.nose01Section03 .compareSlide .sliderBar .dragLinee .Btn em{font-size:1em; font-weight:400;}
	.nose01Section03 .compareSlide .sliderBar .dragLinee::before,
	.nose01Section03 .compareSlide .sliderBar .dragLinee::after{ background:#b7322c;}
	.nose01Section03 .compareSlide .sliderBar .dragLinee .Btn::before,
	.nose01Section03 .compareSlide .sliderBar .dragLinee .Btn::after{border-width:1px;}
	.nose01Section03 .compareSlide .sliderBar .dragLinee .Btn::before{left:5%;}
	.nose01Section03 .compareSlide .sliderBar .dragLinee .Btn::after{right:5%;}
	.nose01Section03 .tabsCont .Title{display:block; position:relative; text-align:center; margin-top:4em;}
	.nose01Section03 .tabsCont .Title em{display:block; position:relative; font-size:2.2em; font-weight:bold;}
	.nose01Section03 .tabsCont .Title p{display:block; position:relative; color:#2a2a2a; font-size:1.4em; line-height:1.4em; margin-top:2em;}
	.C00199 .nose01Section03 .tabsCont .Title p{font-size:1em; line-height:1.4em;}
	.nose01Section13{}
	.nose01Section13.aboutLinkSection{}
	.nose01ClinicArea .aboutLinkSection{background-color:#eeeeee;}
	.nose01ClinicArea .aboutLinkSection .Link li:nth-child(odd){} /* 홀수 */
	.nose01ClinicArea .aboutLinkSection .Link li:nth-child(odd) a{color:#eee9d6; background-color:#b7322c;}
	.nose01ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon{color:#b7322c; background-color:#eee9d6;}
	.nose01ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon span,
	.nose01ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon span:after{border-color:#eee9d6;}
	.nose01ClinicArea .aboutLinkSection .Link li:nth-child(even){} /* 짝수 */
	.nose01ClinicArea .aboutLinkSection .Link li:nth-child(even) a{color:#b7322c; background-color:#eee9d6;}
	.nose01ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon{color:#eee9d6; background-color:#b7322c;}
	.nose01ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon span,
	.nose01ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon span:after{border-color:#b7322c;}
	/*컨텐츠 전후 사이즈*/
	.nose01ClinicArea .nose01Section03 .Inner{width:861px; min-width:861px;}
	.nose01ClinicArea .nose01Section03 .sectionTitle em{font-size:3em;}
	.nose01ClinicArea .nose01Section03 .sectionTitle img{width:60%; margin-bottom:1em;}
	.nose01ClinicArea .nose01Section03 .sectionTitle{margin-bottom:3em;}
	.nose01ClinicArea .TabsClear .tabsHead .Menu a{padding:0.4em;}
	.nose01ClinicArea .atopClinicTabs_Type1 .tabsHead .Menu a p span{font-size:1em;}
	.nose01ClinicArea .atopClinicTabs_Type1 .tabsHead .Menu a img{max-width:80%;}
	.nose01ClinicArea .atopClinicTabs_Type1 .tabsCont{margin-top:2em;}
	/*컨텐츠 바로가기 사이즈*/
	.nose01ClinicArea .aboutLinkSection .Inner{bottom:20%;}
	.nose01ClinicArea .aboutLinkSection .Link a{width:12em; padding:3em 1em 7em 1em;}
	.nose01ClinicArea .aboutLinkSection .Link a em{line-height:1.2em; font-size:1.6em;}
	.C00199 .nose01ClinicArea .aboutLinkSection .Link a em{line-height:1.2em; font-size:1.2em;}
	.nose01ClinicArea .aboutLinkSection .Link .nowIcon:before{font-size:1.2em;}
	.nose01ClinicArea .aboutLinkSection .Inner{width:1000px; min-width:1000px;}
	/* 공통하단조정 */
	.nose01ClinicArea .CommonMove .sectionTitle em{color:#b5312c;}	
	.nose01ClinicArea .CommonBnf{background-color:#c5726e;}
	.nose01ClinicArea .CommonBnf .sectionCont:before{}
	.nose01ClinicArea .CommonBnf .sectionCont:after{color:#b7322c;}



/* [코02] 비염 코성형 */
.nose02Wrap{}
.nose02ClinicArea{}
.nose02Section{}
	/* 컨텐츠 */
	.nose02Section04{padding:8em 0em;}
	.nose02Section04 .atopClinicTabs_Type2{}
	.nose02Section04 .atopClinicTabs_Type2 .tabsHead .Menu .ui-state-active a{background-color:#639648;}
	.nose02Section04 .atopClinicTabs_Type2 .tabsCont{}
	.nose02Section13{}
	.nose02Section13.aboutLinkSection{}
	.nose02ClinicArea .aboutLinkSection{background-color:#eeeeee;}
	.nose02ClinicArea .aboutLinkSection .Link li:nth-child(odd){} /* 홀수 */
	.nose02ClinicArea .aboutLinkSection .Link li:nth-child(odd) a{color:#fff; background-color:#639648;}
	.nose02ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon{color:#fff; background-color:#a6c390;}
	.nose02ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon span,
	.nose02ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon span:after{border-color:#a6c390;}
	.nose02ClinicArea .aboutLinkSection .Link li:nth-child(even){} /* 짝수 */
	.nose02ClinicArea .aboutLinkSection .Link li:nth-child(even) a{color:#fff; background-color:#a6c390;}
	.nose02ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon{color:#639648; background-color:#fff;}
	.nose02ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon span,
	.nose02ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon span:after{border-color:#639648;}
	/* 공통하단조정 */
	.nose02ClinicArea .CommonMove .sectionTitle em{color:#639649;}	
	.nose02ClinicArea .CommonBnf{background-color:#a7c390;}
	.nose02ClinicArea .CommonBnf .sectionCont:before{}
	.nose02ClinicArea .CommonBnf .sectionCont:after{color:#639649;}
	.nose02ClinicArea .CommonBnf .tabsHead .Menu{background-color:#639649;}
	.nose02ClinicArea .CommonBnf .tabsHead .Menu .ui-state-active a{color:#639649 !important;}


/* [코03] 코끝성형 */
.nose03Wrap{}
.nose03ClinicArea{}
.nose03Section{}
	/* 컨텐츠 */
	.nose03Section10{}
	.nose03Section10.aboutLinkSection{}
	.nose03ClinicArea .aboutLinkSection{background-color:#eeeeee;}
	.nose03ClinicArea .aboutLinkSection .Link li:nth-child(odd){} /* 홀수 */
	.nose03ClinicArea .aboutLinkSection .Link li:nth-child(odd) a{color:#002d5f; background-color:#5fbcff;}
	.nose03ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon{color:#5fbcff; background-color:#002d5f;}
	.nose03ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon span,
	.nose03ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon span:after{border-color:#002d5f;}
	.nose03ClinicArea .aboutLinkSection .Link li:nth-child(even){} /* 짝수 */
	.nose03ClinicArea .aboutLinkSection .Link li:nth-child(even) a{color:#5fbcff; background-color:#002d5f;}
	.nose03ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon{color:#002d5f; background-color:#5fbcff;}
	.nose03ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon span,
	.nose03ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon span:after{border-color:#5fbcff;}
	/* 공통하단조정 */
	.nose03ClinicArea .CommonMove .sectionTitle em{color:#002d5f;}	
	.nose03ClinicArea .CommonBnf{background-color:#78c7ff;}
	.nose03ClinicArea .CommonBnf .sectionCont:before{}
	.nose03ClinicArea .CommonBnf .sectionCont:after{color:#002d5f;}
	.nose03ClinicArea .CommonBnf .tabsHead .Menu{background-color:#002d5f;}
	.nose03ClinicArea .CommonBnf .tabsHead .Menu .ui-state-active a{color:#002d5f !important;}


/* [코04] 콧볼축소 */
.nose04Wrap{}
.nose04ClinicArea{}
.nose04Section{}
	/* 컨텐츠 */
	.nose06Section04{background-color:#efefef; padding:8em 0em;}
	.nose06Section04 .sectionTitle{}
	.nose06Section04 .sectionTitle em{color:#015e52;}
	.nose06Section04 .List{display:flex; position:relative; flex-direction:row; align-items:stretch; flex-wrap:wrap; text-align:center;}
	.nose06Section04 .List li{display:block; position:relative; flex-grow:0; flex-basis:calc( 3 /100); width:calc( 3 /100); padding-right:1em; margin-bottom:1em;}
	.nose06Section04 .List dl{display:block; position:relative; color:#fff; background-color:#3ebdac; border:1px solid #3ebdac;}
	.nose06Section04 .List dt{display:block; position:relative; padding:1em;}
	.nose06Section04 .List dt p{display:block; position:relative; text-align:right; border-bottom:1px solid #fff;}
	.nose06Section04 .List dt p:before{content:"CASE"; display:inline-block; position:absolute; left:0;}
	.nose06Section04 .List dt em{display:block; position:relative; font-size:1.6em; padding-top:1em;}
	.nose06Section04 .List dd{display:block; position:relative;}
	.nose06Section04 .List dd p{display:block; position:absolute; top:0px; right:0px; bottom:0px; left:0px; font-size:1.4em; line-height:1.4em; background-color:rgba(0, 0, 0, 0.65); padding:4em 1em; opacity:0;} /* 일단숨김 */
	.nose06Section04 .List dd p span{}
	.nose06Section04 .List dd:before{content:""; display:inline-block; position:absolute; top:0%; left:50%; margin-left:-1.5em;  width:3em; height:1.8em; border-radius:0% 0% 90px 90px; background-color:#3ebdac; z-index:1;}
	.nose06Section04 .List dd:after{content:""; display:inline-block; position:absolute; top:-1%; left:50%; margin-left:-0.6em; width:1em; height:1em; border-bottom:3px solid #fff; border-left:3px solid #fff; z-index:1; transform:rotate( -45deg ); -webkit-transform:rotate( -45deg ); -moz-transform: rotate( -45deg );}
	.nose06Section04 .List li:hover{}
	.nose06Section04 .List li:hover dd p{opacity:1; transition:0.3s; }
	.nose04Section10{}
	.nose04Section10.aboutLinkSection{}
	.nose04ClinicArea .aboutLinkSection{background-color:#eeeeee;}
	.nose04ClinicArea .aboutLinkSection .Link li:nth-child(odd){} /* 홀수 */
	.nose04ClinicArea .aboutLinkSection .Link li:nth-child(odd) a{color:#ffcefb; background-color:#bf07b1;}
	.nose04ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon{color:#bf07b1; background-color:#ffcefb;}
	.nose04ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon span,
	.nose04ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon span:after{border-color:#ffcefb;}
	.nose04ClinicArea .aboutLinkSection .Link li:nth-child(even){} /* 짝수 */
	.nose04ClinicArea .aboutLinkSection .Link li:nth-child(even) a{color:#bf07b1; background-color:#ffcefb;}
	.nose04ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon{color:#ffcefb; background-color:#bf07b1;}
	.nose04ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon span,
	.nose04ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon span:after{border-color:#bf07b1;}
	/* 공통하단조정 */
	.nose04ClinicArea .CommonMove .sectionTitle em{color:#bf07b1;}	
	.nose04ClinicArea .CommonBnf{background-color:#d39bc2; background: -moz-linear-gradient(-45deg,  #7db9e8 0%, #d39bc2 0%, #fefbf2 50%); background: -webkit-linear-gradient(-45deg,  #7db9e8 0%,#d39bc2 0%,#fefbf2 50%); background: linear-gradient(135deg,  #7db9e8 0%,#d39bc2 0%,#fefbf2 50%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#fefbf2',GradientType=1 );}
	.nose04ClinicArea .CommonBnf .sectionTitle{color:#bf07b1;}
	.nose04ClinicArea .CommonBnf .sectionCont:before{}
	.nose04ClinicArea .CommonBnf .sectionCont:after{color:#bf07b1;}
	.nose04ClinicArea .CommonBnf .tabsHead .Menu{background-color:#bf07b1;}
	.nose04ClinicArea .CommonBnf .tabsHead .Menu .ui-state-active a{color:#bf07b1 !important;}
	/*영어*/
	.C00199 .nose06Section04 .List dt em{font-size:1.2em;}
	.C00199 .nose06Section04 .List dd p{font-size:1em; line-height:1.2em;} /* 일단숨김 */



/* [코05] 코끝성형 */
.nose05Wrap{}
.nose05ClinicArea{}
.nose05Section{}
	/* 컨텐츠 */
	.nose05Section10{}
	.nose05Section10.aboutLinkSection{}
	.nose05ClinicArea .aboutLinkSection{background-color:#eeeeee;}
	.nose05ClinicArea .aboutLinkSection .Link li:nth-child(odd){} /* 홀수 */
	.nose05ClinicArea .aboutLinkSection .Link li:nth-child(odd) a{color:#ffcbc7; background-color:#ff6f64;}
	.nose05ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon{color:#ff6f64; background-color:#ffcbc7;}
	.nose05ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon span,
	.nose05ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon span:after{border-color:#ffcbc7;}
	.nose05ClinicArea .aboutLinkSection .Link li:nth-child(even){} /* 짝수 */
	.nose05ClinicArea .aboutLinkSection .Link li:nth-child(even) a{color:#ff6f64; background-color:#ffcbc7;}
	.nose05ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon{color:#ffcbc7; background-color:#ff6f64;}
	.nose05ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon span,
	.nose05ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon span:after{border-color:#ff6f64;}
	/* 공통하단조정 */
	.nose05ClinicArea .CommonMove .sectionTitle em{color:#ff6f64;}	
	.nose05ClinicArea .CommonBnf{background-color:#fda7a1;}
	.nose05ClinicArea .CommonBnf .sectionCont:before{}
	.nose05ClinicArea .CommonBnf .sectionCont:after{color:#ff6f64;}
	.nose05ClinicArea .CommonBnf .tabsHead .Menu{background-color:#ff6f64;}
	.nose05ClinicArea .CommonBnf .tabsHead .Menu .ui-state-active a{color:#ff6f64 !important;}


/* [코06] 코재수술 */
.nose06Wrap{}
.nose06ClinicArea{}
.nose06Section{}
	/* 컨텐츠 */
	.nose06Section10{}
	.nose06Section10.aboutLinkSection{}
	.nose06ClinicArea .aboutLinkSection{background-color:#eeeeee;}
	.nose06ClinicArea .aboutLinkSection .Link li:nth-child(odd){} /* 홀수 */
	.nose06ClinicArea .aboutLinkSection .Link li:nth-child(odd) a{color:#a7e0d9; background-color:#015e52;}
	.nose06ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon{color:#015e52; background-color:#a7e0d9;}
	.nose06ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon span,
	.nose06ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon span:after{border-color:#a7e0d9;}
	.nose06ClinicArea .aboutLinkSection .Link li:nth-child(even){} /* 짝수 */
	.nose06ClinicArea .aboutLinkSection .Link li:nth-child(even) a{color:#015e52; background-color:#a7e0d9;}
	.nose06ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon{color:#a7e0d9; background-color:#015e52;}
	.nose06ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon span,
	.nose06ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon span:after{border-color:#015e52;}
	/* 공통하단조정 */
	.nose06ClinicArea .CommonMove .sectionTitle em{color:#015e52;}	
	.nose06ClinicArea .CommonBnf{background-color:#7ac7bd;}
	.nose06ClinicArea .CommonBnf .sectionCont:before{}
	.nose06ClinicArea .CommonBnf .sectionCont:after{color:#015e52;}
	.nose06ClinicArea .CommonBnf .tabsHead .Menu{background-color:#015e52;}
	.nose06ClinicArea .CommonBnf .tabsHead .Menu .ui-state-active a{color:#015e52 !important;}

/* [코07] 트리플라인코성형 */
.nose07Wrap{}
.nose07ClinicArea{}
.nose07Section{max-width:100%; min-width:100%;}

/* [코08] 노스카비개방코성형 */
.nose08Wrap{}
.nose08ClinicArea{}
.nose08Section{max-width:100%; min-width:100%;}


/* -------------------------------------------------------------------------------------------------------------------------------------------------- */	
/* 이마류 */
.foreHeadWrap{}
.foreHeadClinicArea{}


/* [이마01] 시그니처이마축소 */
.foreHead01Wrap{}
.foreHead01ClinicArea{}
.foreHead01Section{}
	/* 컨텐츠 */
	/* 공통하단조정 */
	.foreHead01ClinicArea .CommonMove .sectionTitle em{color:#bc8ef1;}	
	.foreHead01ClinicArea .CommonBnf{background-color:#606060;}
	.foreHead01ClinicArea .CommonBnf .sectionCont:before{}
	.foreHead01ClinicArea .CommonBnf .sectionCont:after{color:#bc8ef1;}
	.foreHead01ClinicArea .CommonBnf .tabsHead .Menu{background-color:#bc8ef1;}
	.foreHead01ClinicArea .CommonBnf .tabsHead .Menu .ui-state-active a{color:#bc8ef1 !important;}


/* [이마02] 내시경이마거상 */
.foreHead02Wrap{}
.foreHead02ClinicArea{}
.foreHead02Section{}
	/* 컨텐츠 */
	/* 공통하단조정 */
	.foreHead02ClinicArea .CommonMove .sectionTitle em{color:#ff433a;}	
	.foreHead02ClinicArea .CommonBnf{background-color:#ff926b;}
	.foreHead02ClinicArea .CommonBnf .sectionCont:before{}
	.foreHead02ClinicArea .CommonBnf .sectionCont:after{color:#ff433a;}
	.foreHead02ClinicArea .CommonBnf .tabsHead .Menu{background-color:#ff433a;}
	.foreHead02ClinicArea .CommonBnf .tabsHead .Menu .ui-state-active a{color:#ff433a !important;}


/* [이마03] 이마축소재수술 */
.foreHead03Wrap{}
.foreHead03ClinicArea{}
.foreHead03Section{}
	/* 컨텐츠 */
	/* 공통하단조정 */
	.foreHead03ClinicArea .CommonMove .sectionTitle em{color:#0052c0;}	
	.foreHead03ClinicArea .CommonBnf{background-color:#caedff;}
	.foreHead03ClinicArea .CommonBnf .sectionCont:before{}
	.foreHead03ClinicArea .CommonBnf .sectionCont:after{color:#0052c0;}
	.foreHead03ClinicArea .CommonBnf .tabsHead .Menu{background-color:#0052c0;}
	.foreHead03ClinicArea .CommonBnf .tabsHead .Menu .ui-state-active a{color:#0052c0 !important;}


/* -------------------------------------------------------------------------------------------------------------------------------------------------- */	
/* 지방흡입류 */
.fatWrap{}
.fatClinicArea{}


/* [지방01] 3D CT 엘싸 얼굴 지방흡입 */
.fat01Wrap{}
.fat01ClinicArea{}
.fat01Section{max-width:100%; min-width:100%;}
	/* 컨텐츠 */
	.fat01ClinicArea .fat01Section05_video{position:absolute; display:block; width:100%; margin:0 auto; text-align:center; z-index:2; bottom:356px; margin-top:-315px !important;}
	.fat01ClinicArea .fat01Section05_video .MovieBox{position:relative; display:inline-block; width:412px; background-color:#333; overflow:hidden; height:307px;}
	.fat01ClinicArea .fat01Section05_video .MovieBox01{border:5px solid #000; margin-right:55px;}
	.fat01ClinicArea .fat01Section05_video .MovieBox02{border:5px solid #09ecff; margin-left:55px;}
	.fat01ClinicArea .fat01Section05_video .MovieBox .Movie_Iframe{padding-bottom:75%;}
	/* -------------------------------------------------------------------------------------------------------------------------------------------------- */
	/*리뉴얼 2번영역*/
	body .newSubContent .fat01Section02{width:100%; position:relative; padding:100px 0; overflow:hidden;}
	body .newSubContent .fat01Section02 .imgBox{margin-top:50px;}
	/* -------------------------------------------------------------------------------------------------------------------------------------------------- */
	/*리뉴얼 4번영역*/
	body .newSubContent .fat01Section04{width:100%; position:relative; padding:80px 0; overflow:hidden; background:#414141;}
	body .newSubContent .fat01Section04 .Inner{width:850px; min-width:850px;}
	body .newSubContent .fat01Section04 .contWrap{width:100%; display:flex; flex-wrap:wrap; align-itms:start; justify-content:space-between;}
	body .newSubContent .fat01Section04 .contWrap .contBox{width:31%; background:#fff; border-radius:30px; height:190px; position:relative;}
	body .newSubContent .fat01Section04 .contWrap .contBox:nth-child(n+4){margin-top:30px;}
	body .newSubContent .fat01Section04 .contWrap .contBox p{width:100%; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size:14pt; font-weight:400;}
	body .newSubContent .fat01Section04 .contWrap .contBox p b{font-weight:600;}



/* [지방02] 심부볼지방재배치 */
.fat02Wrap{}
.fat02ClinicArea{}
.fat02Section{}
	/* 컨텐츠 */
	/* 공통하단조정 */
	.fat02ClinicArea .CommonMove .sectionTitle em{color:#506aa7;}	
	.fat02ClinicArea .CommonBnf{background-color:#f4f4f4;}
	.fat02ClinicArea .CommonBnf .sectionTitle em{color:#506aa7;}
	.fat02ClinicArea .CommonBnf .sectionCont:before{}
	.fat02ClinicArea .CommonBnf .sectionCont:after{color:#506aa7;}
	.fat02ClinicArea .CommonBnf .tabsHead .Menu{background-color:#506aa7;}
	.fat02ClinicArea .CommonBnf .tabsHead .Menu .ui-state-active a{color:#506aa7 !important;}


/* [지방03] 미니지방흡입 */
.fat03Wrap{}
.fat03ClinicArea{}
.fat03Section{}
	/* 컨텐츠 */
	/* 공통하단조정 */
	.fat03ClinicArea .CommonMove .sectionTitle em{color:#b7322c;}	
	.fat03ClinicArea .CommonBnf{background-color:#651c20;}
	.fat03ClinicArea .CommonBnf .sectionCont:before{}
	.fat03ClinicArea .CommonBnf .sectionCont:after{color:#e1cbbb;}
	.fat03ClinicArea .CommonBnf .tabsHead .Menu{background-color:#e1cbbb;}
	.fat03ClinicArea .CommonBnf .tabsHead .Menu a{color:#641c20 !important;}
	.fat03ClinicArea .CommonBnf .tabsHead .Menu .ui-state-active a{}


/* [지방04] 부위별지방흡입 */
.fat04Wrap{}
.fat04ClinicArea{}
.fat04Section{}
	/* 컨텐츠 */
	.fat04Section04{padding:8em 0em;}
	.fat04Section04 .sectionTitle .lineText{letter-spacing:0.5em;}
	.fat04Section04 .sectionCont{width:1090px; border:1px solid #2a2a2a; margin:auto;}
	.fat04Section04 .tabsHead{}
	.fat04Section04 .tabsHead .Menu a{color:#fff !important; background-color:#505050;}
	.fat04Section04 .tabsHead .Menu .ui-state-active{}
	.fat04Section04 .tabsHead .Menu .ui-state-active a{background-color:#210d35;}
	.fat04Section04 .tabsCont{}
	.fat04ClinicArea .aboutLinkSection{background-color:#eeeeee;}
	.fat04ClinicArea .aboutLinkSection .Link li:nth-child(odd){} /* 홀수 */
	.fat04ClinicArea .aboutLinkSection .Link li:nth-child(odd) a{color:#210d35; background-color:#ddbcff;}
	.fat04ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon{color:#ddbcff; background-color:#210d35;}
	.fat04ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon span,
	.fat04ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon span:after{border-color:#210d35;}
	.fat04ClinicArea .aboutLinkSection .Link li:nth-child(even){} /* 짝수 */
	.fat04ClinicArea .aboutLinkSection .Link li:nth-child(even) a{color:#ddbcff; background-color:#210d35;}
	.fat04ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon{color:#210d35; background-color:#ddbcff;}
	.fat04ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon span,
	.fat04ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon span:after{border-color:#ddbcff;}
	/* 공통하단조정 */
	.fat04ClinicArea .CommonMove .sectionTitle em{color:#220d36;}	
	.fat04ClinicArea .CommonBnf{background-color:#210d35;}
	.fat04ClinicArea .CommonBnf .sectionCont:before{}
	.fat04ClinicArea .CommonBnf .sectionCont:after{color:#ddbcff;}
	.fat04ClinicArea .CommonBnf .tabsHead .Menu{background-color:#ddbcff;}
	.fat03ClinicArea .CommonBnf .tabsHead .Menu a{color:#220d36 !important;}
	.fat04ClinicArea .CommonBnf .tabsHead .Menu .ui-state-active a{color:#220d36 !important;}

/* [지방05] 복부거상 */
.fat05Wrap{}
.fat05ClinicArea{}
.fat05Section{max-width:100%; min-width:100%;}
	/* 컨텐츠 */
	.fat05Section07 .tabsHead .Menu{width:900px; margin:auto;}
	.fat05Section07 .tabsHead .Menu a{color:#fff !important; background-color:#505050; border:1px solid #fff;}
	.fat05Section07 .tabsHead .Menu .ui-state-active{}
	.fat05Section07 .tabsHead .Menu .ui-state-active a{background-color:#af5f62;}


/* -------------------------------------------------------------------------------------------------------------------------------------------------- */	
/* 안면윤곽 */
.faceWrap{}
.faceClinicArea{}

/* [안면윤곽01] 시그니처윤곽패키지 */
.face01Wrap{}
.face01ClinicArea{}
.face01Section{}

	/*리뉴얼 2번영역*/
	body .newSubContent .face01Section02{width:100%; position:relative; overflow:hidden;}
	body .newSubContent .face01Section02 .Inner{width:100%; min-width:100%;}
	body .newSubContent .face01Section02 .txtBox{width:50%; position:absolute; top:50%; left:450px; transform:translate(0,-50%); text-align:left;}

	/*리뉴얼 4번영역*/
	body .newSubContent .face01Section04, body .newSubContent .face03Section03{width:100%; position:relative; overflow:hidden; padding:100px 0;}
	body .newSubContent .face01Section04 .Inner{width:1000px; min-width:1000px;}
	body .newSubContent .face01Section04 .contWrap, body .newSubContent .face03Section03 .contWrap{width:100%; display:inline-flex; align-items:center; justify-content:space-between;}
	body .newSubContent .face01Section04 .contWrap .imgBox{width:40%; overflow:hidden; border-radius:30px;}
	body .newSubContent .face01Section04 .contWrap .imgBox img, body .newSubContent .face03Section03 .contWrap .imgBox img{width:100%;}
	body .newSubContent .face01Section04 .contWrap .txtBox, body .newSubContent .face03Section03 .contWrap .txtBox{text-align:left;}
	body .newSubContent .face01Section04 .contWrap .txtBox h3, body .newSubContent .face03Section03 .contWrap .txtBox h3{font-size:26pt; font-weight:400; line-height:1;}
	body .newSubContent .face01Section04 .contWrap .txtBox h3 b, body .newSubContent .face03Section03 .contWrap .txtBox h3 b{font-weight:600;}
	body .newSubContent .face01Section04 .contWrap .txtBox p, body .newSubContent .face03Section03 .contWrap .txtBox p{font-size:13pt; font-weight:400; margin-top:15px;}
	body .newSubContent .face01Section04 .contWrap .txtBox p b, body .newSubContent .face03Section03 .contWrap .txtBox p b{font-weight:600;}
		/*사각턱*/
		body .newSubContent .face03Section03 .Inner{width:900px; min-width:900px;}
		body .newSubContent .face03Section03 .contWrap .imgBox{width:50%; overflow:hidden; border-radius:30px;}

/* [안면윤곽02] 광대축소 */
.face02Wrap{}
.face02ClinicArea{}
.face02Section{}

	/*리뉴얼 3번영역*/
	body .face02Wrap .newSubContent .checkSection{background:#f0f0f2;}
	body .face02Wrap .newSubContent .checkSection .imgBox{margin-top:40px;}
	body .face02Wrap .newSubContent .checkSection .Inner{width:930px; min-width:930px;}
	body .face02Wrap .newSubContent .checkSection .contWrap .contBox{height:auto; border:none;}
	body .face02Wrap .newSubContent .checkSection .contWrap .contBox h5{font-size:14pt; line-height:1.2;}

	/*리뉴얼 4번,5번영역*/
	body .face02Wrap .newSubContent .imgSection01 .clinicTitle h3{font-weight:400;}
	body .face02Wrap .newSubContent .imgSection01 .clinicTitle h3 b{font-weight:600;}
	body .face02Wrap .newSubContent .imgSection01{width:100%; position:relative; overflow:hidden; padding:100px 0;}
	body .face02Wrap .newSubContent .imgSection01 .contWrap{width:100%; display:inline-flex; align-items:start; justify-content:center; margin-top:40px;}
	body .face02Wrap .newSubContent .imgSection01 .contWrap .contBox{margin-right:3%; width:24%; overflow:hidden; border-radius:30px; background:#f0f0f2;}
	body .face02Wrap .newSubContent .imgSection01 .contWrap .contBox:last-child{margin-right:0;}
	body .face02Wrap .newSubContent .imgSection01 .contWrap .contBox .imgBox{width:100%;}
	body .face02Wrap .newSubContent .imgSection01 .contWrap .contBox .imgBox img{width:100%;}
	body .face02Wrap .newSubContent .imgSection01 .contWrap .contBox .txtBox{padding:20px 0;}
	body .face02Wrap .newSubContent .imgSection01 .contWrap .contBox .txtBox h6{font-size:14pt; font-weight:600;}
	body .face02Wrap .newSubContent .imgSection01 .contWrap .contBox02 .txtBox h6{color:#fb725b;}
	body .face02Wrap .newSubContent .imgSection01 .contWrap .contBox .txtBox p{font-size:12pt; font-weight:400; margin-top:10px;}
		/*5번 조정*/
		body .face02Wrap .newSubContent .face02Section05{background:#f0f0f2;}
		body .face02Wrap .newSubContent .face02Section05 .contWrap .contBox{background:#fff;}

	/*리뉴얼 6번영역*/
	body .newSubContent .face02Section06{width:100%; position:relative; overflow:hidden; padding:100px 0;}
	body .newSubContent .face02Section06 .imgBox{margin:40px 0;}
	body .newSubContent .face02Section06 .contWrap p{font-size:13pt; font-weight:400; margin-top:15px; line-height:1.3;}
	body .newSubContent .face02Section06 .contWrap p b{font-weight:600; line-height:1.3;}

	/*리뉴얼 7번,8번영역*/
	body .face02Wrap .newSubContent .imgSection02{width:100%; position:relative; overflow:hidden; padding:100px 0;}
	body .face02Wrap .newSubContent .imgSection02 .Inner{width:1000px; min-width:1000px;}
	body .face02Wrap .newSubContent .imgSection02 .contWrap{width:100%; display:inline-flex; align-items:center; justify-content:space-between;}
	body .face02Wrap .newSubContent .imgSection02 .contWrap .txtBox{width:45%; text-align:left;}
	body .face02Wrap .newSubContent .imgSection02 .contWrap .txtBox h3{font-size:26pt; font-weight:700; line-height:1.3; padding-bottom:10px;}
	body .face02Wrap .newSubContent .imgSection02 .contWrap .txtBox h5{font-size:18pt; font-weight:600; }
	body .face02Wrap .newSubContent .imgSection02 .contWrap .txtBox p{font-size:13pt; font-weight:400; margin-top:10px; line-height:1.3;}
	body .face02Wrap .newSubContent .imgSection02 .contWrap .txtBox p b{font-weight:600; line-height:1.3;}
		/*7번 조정*/
		body .face02Wrap .newSubContent .face02Section07{background:#f0f0f2;}

	/*리뉴얼 9번,10번영역*/
	body .face02Wrap .newSubContent .imgSection03{width:100%; position:relative; overflow:hidden; padding:100px 0;}
	body .face02Wrap .newSubContent .imgSection03 .Inner{width:1000px; min-width:1000px;}
	body .face02Wrap .newSubContent .imgSection03 .clinicTitle p{font-size:13pt; font-weight:400; line-height:1.3; margin-top:40px;}
	body .face02Wrap .newSubContent .imgSection03 .contWrap{width:100%; display:inline-flex; align-items:center; justify-content:space-between; margin-top:40px;}
	body .face02Wrap .newSubContent .imgSection03 .contWrap .contBox{width:49%; overflow:hidden; border-radius:30px;}
	body .face02Wrap .newSubContent .imgSection03 .contWrap .contBox .imgBox{width:100%;}
	body .face02Wrap .newSubContent .imgSection03 .contWrap .contBox .imgBox img{width:100%;}
	body .face02Wrap .newSubContent .imgSection03 .contWrap .contBox h6{width:100%; font-size:14pt; font-weight:600; padding:15px 0; background:#cececf;}
	body .face02Wrap .newSubContent .imgSection03 .contWrap .contBox02 h6{color:#fff; background:#fb725b;}
	body .face02Wrap .newSubContent .imgSection03 .txtBox{margin-top:40px;}
	body .face02Wrap .newSubContent .imgSection03 .txtBox p{font-size:13pt; font-weight:400; line-height:1.3;}
		/*9번 조정*/
		body .face02Wrap .newSubContent .face02Section09{background:#f0f0f2;}

	/*플랜영역*/
	body .face02Wrap .newSubContent .face02Section12{width:100%; position:relative; overflow:hidden; padding:100px 0;}
	body .face02Wrap .newSubContent .face02Section12 .tabContSection .tabContCont .tab-content > .Inner{width:1000px; min-width:1000px;}
	body .face02Wrap .newSubContent .face02Section12 .tabContSection .tabContCont .contWrap{width:100%;}
	body .face02Wrap .newSubContent .face02Section12 .tabContSection .tabContCont .contWrap01 .contBox{width:23%; border-radius:0;}
	body .face02Wrap .newSubContent .face02Section12 .tabContSection .tabContCont .contWrap01 .contBox .imgBox{border-radius:20px; overflow:hidden;}
	body .face02Wrap .newSubContent .face02Section12 .tabContSection .tabContCont .contWrap01 .contBox .imgBox img{width:100%;}
	body .face02Wrap .newSubContent .face02Section12 .tabContSection .tabContCont .contWrap01 .contBox .txtBox h6{font-size:14pt; font-weight:600; margin-top:15px;}
	body .face02Wrap .newSubContent .face02Section12 .tabContSection .tabContCont .contWrap01 .contBox .txtBox p{font-size:13pt; font-weight:400; line-height:1.3; margin-top:10px;}

/* [안면윤곽03] 사각턱수술 */
.face03Wrap{}
.face03ClinicArea{}
.face03Section{}

	/*리뉴얼 2번영역*/
	body .newSubContent .face03Section02{width:100%; position:relative; overflow:hidden; padding:100px 0; background:#f0f0f2;}
	body .newSubContent .face03Section02 .clinicTitle h3{font-weight:400; line-height:1.3;}
	body .newSubContent .face03Section02 .clinicTitle h3 b{font-weight:600; line-height:1.3;}
	body .newSubContent .face03Section02 .contWrap{margin-top:40px;}

	/*리뉴얼 4,9번영역*/
	body .face03Wrap .newSubContent .boxSection1{width:100%; position:relative; overflow:hidden; padding:100px 0; background:#f0f0f2;}
	body .face03Wrap .newSubContent .boxSection1 .Inner{width:900px; min-width:900px;}
	body .face03Wrap .newSubContent .boxSection1 .clinicTitle h3{font-weight:400; line-height:1.3;}
	body .face03Wrap .newSubContent .boxSection1 .clinicTitle h3 b{font-weight:600; line-height:1.3;}
	body .face03Wrap .newSubContent .boxSection1 .imgBox{margin-top:40px;}
	body .face03Wrap .newSubContent .boxSection1 .contWrap{width:100%; display:inline-flex; align-items:stretch; justify-content:space-between; margin-top:40px;}
	body .face03Wrap .newSubContent .boxSection1 .contWrap .contBox{width:23%; background:#fff; border-radius:20px; padding:20px 0;}
	body .face03Wrap .newSubContent .boxSection1 .contWrap .contBox h6{font-size:14pt; font-weight:600; line-height:1.3;}
	body .face03Wrap .newSubContent .boxSection1 .contWrap .contBox p{font-size:13pt; font-weight:400; line-height:1.3; margin-top:10px;}
	body .face03Wrap .newSubContent .boxSection1 .contWrap .contBox p b{font-weight:600; line-height:1.3;}
		/*9번영역 조정*/
		body .face03Wrap .newSubContent .face03Section09{background:#fff;}
		body .face03Wrap .newSubContent .face03Section09 .clinicTitle h3{font-weight:600;}
		body .face03Wrap .newSubContent .face03Section09 .contWrap .contBox{background:#f0f0f2; padding:40px 0;}

	/*리뉴얼 5,6,7,8번영역*/
	body .face03Wrap .newSubContent .imgSection1{width:100%; position:relative; overflow:hidden;}
	body .face03Wrap .newSubContent .imgSection1 .Inner{width:100%; min-width:100%;}
	body .face03Wrap .newSubContent .imgSection1 .txtBox{position:absolute; width:60%; text-align:left; right:0; top:50%; transform:translate(0,-50%); text-align:center;}
	body .face03Wrap .newSubContent .imgSection1 .txtBox span{display:block; font-size:12pt; color:#171717; border:1px solid #171717; border-radius:500px; margin:0 auto; width:fit-content; padding:2px 15px;}
	body .face03Wrap .newSubContent .imgSection1 .txtBox h3{font-size:26pt; font-weight:600; margin-top:15px;}
	body .face03Wrap .newSubContent .imgSection1 .txtBox h5{font-size:14pt; font-weight:600; margin-top:10px;}
	body .face03Wrap .newSubContent .imgSection1 .txtBox p{font-size:13pt; font-weight:400; margin-top:10px;}
	body .face03Wrap .newSubContent .imgSection1 .txtBox p b{font-weight:400; color:#fb725b;} 
		/*짝수*/
		body .face03Wrap .newSubContent .imgSection1:nth-child(odd) .txtBox{right:auto; left:0;}

	/*리뉴얼 10번영역*/
	body .newSubContent .face03Section10{width:100%; position:relative; overflow:hidden; padding:100px 0; background:#f0f0f2;}
	body .newSubContent .face03Section10 .imgBox{margin-top:40px;}
	body .newSubContent .face03Section10 .txtBox{margin-top:40px;}
	body .newSubContent .face03Section10 .txtBox p{font-size:13pt; font-weight:400;}

	/*리뉴얼 11번영역*/
	body .newSubContent .face03Section11{width:100%; position:relative; overflow:hidden; padding:100px 0;}
	body .newSubContent .face03Section11 .Inner{width:920px; min-width:920px;}
	body .newSubContent .face03Section11 .contWrap{width:100%; display:inline-flex; align-items:stretch; justify-content:space-between; margin-top:40px;}
	body .newSubContent .face03Section11 .contBox{width:48%; background:#fb725b;}
	body .newSubContent .face03Section11 .contBox .txtBox{padding:30px 0;}
	body .newSubContent .face03Section11 .contBox .txtBox p{font-size:13pt; font-weight:400; color:#fff;}

/* [안면윤곽04] 턱끝성형 */
.face04Wrap{}
.face04ClinicArea{}
.face04Section{max-width:100%; min-width:100%;}

	/*리뉴얼 4번영역*/
	body .newSubContent .face04Section04{width:100%; position:relative; overflow:hidden; padding:100px 0;}
	body .newSubContent .face04Section04 .Inner{width:1150px; min-width:1150px;}
	body .newSubContent .face04Section04 .contWrap{margin-top:40px; width:100%; display:inline-flex; align-items:stretch; justify-content:space-between;}
	body .newSubContent .face04Section04 .contWrap .txtBox span{display:block; width: 0; height: 0; border-style: solid; border-width: 8px 5px 0px 5px; border-color: #fb725b transparent transparent transparent; margin:0 auto; margin-top:15px;}
	body .newSubContent .face04Section04 .contWrap .txtBox h6{color:#fb725b; font-size:12pt; font-weight:600; margin-top:10px;}
	body .newSubContent .face04Section04 .Inner > p{font-size:13pt; font-weight:400; line-height:1.2; margin-top:40px; display:block;}

	/*리뉴얼 5번영역*/
	body .newSubContent .face04Section05{width:100%; position:relative; overflow:hidden; padding:100px 0; background:#f0f0f2;}
	body .newSubContent .face04Section05 .Inner{width:1050px; min-width:1050px;}
	body .newSubContent .face04Section05 .contWrap{width:100%; display:inline-flex; align-items:center; justify-content:space-between;}
	body .newSubContent .face04Section05 .contWrap .imgBox{width:45%; overflow:hidden; border-radius:30px;}
	body .newSubContent .face04Section05 .contWrap .imgBox img{width:100%;}
	body .newSubContent .face04Section05 .contWrap .txtBox{text-align:left;}
	body .newSubContent .face04Section05 .contWrap .txtBox h3{font-size:26pt; font-weight:400; line-height:1;}
	body .newSubContent .face04Section05 .contWrap .txtBox h3 b{font-weight:600;}
	body .newSubContent .face04Section05 .contWrap .txtBox p{font-size:13pt; font-weight:400; margin-top:15px; line-height:1.2;}
	body .newSubContent .face04Section05 .contWrap .txtBox p b{font-weight:600; line-height:1.2;}

	/*리뉴얼 6,7,8,9,10,11,12영역*/
	body .face04Wrap .newSubContent .caseSection{width:100%; position:relative; overflow:hidden; padding:100px 0;}
	body .face04Wrap .newSubContent .caseSection:nth-child(odd){background:#f0f0f2;}
	body .face04Wrap .newSubContent .caseSection .Inner{width:1150px; min-width:1150px;}
	body .face04Wrap .newSubContent .caseSection .contWrap{width:100%; display:inline-flex; align-items:start; justify-content:center; margin-top:40px;}
	body .face04Wrap .newSubContent .caseSection .contWrap .contBox{width:22%; margin-right:3%; position:relative;}
	body .face04Wrap .newSubContent .caseSection .contWrap .contBox:last-child{margin-right:0;}
	body .face04Wrap .newSubContent .caseSection .contWrap .contBox .imgBox{width:100%; position:relative; overflow:hidden; border-radius:25px;}
	body .face04Wrap .newSubContent .caseSection .contWrap .contBox .imgBox img{width:100%;}
	body .face04Wrap .newSubContent .caseSection .contWrap .contBox span{display:block; width:fit-content; font-size:12pt; font-weight:600; background:#fb725b; border-radius:5px; color:#fff; padding:2px 8px; position:absolute; top:43%; left:-50px;}
	body .face04Wrap .newSubContent .caseSection .txtBox{margin-top:40px;}
	body .face04Wrap .newSubContent .caseSection .txtBox h6{font-size:14pt; font-weight:600;}
	body .face04Wrap .newSubContent .caseSection .txtBox h6 b{color:#fb725b; font-weight:600;}
	body .face04Wrap .newSubContent .caseSection .txtBox p{font-size:13pt; font-weight:400; margin-top:15px; line-height:1.2;}

	/*리뉴얼 13번영역*/
	body .face04Wrap .newSubContent .boxSection1{width:100%; position:relative; overflow:hidden; padding:100px 0; background:#e7e7e7;}
	body .face04Wrap .newSubContent .boxSection1 .Inner{width:900px; min-width:900px;}
	body .face04Wrap .newSubContent .boxSection1 .clinicTitle h3{font-weight:400; line-height:1.3;}
	body .face04Wrap .newSubContent .boxSection1 .clinicTitle h3 b{font-weight:600; line-height:1.3;}
	body .face04Wrap .newSubContent .boxSection1 .imgBox{margin-top:40px;}
	body .face04Wrap .newSubContent .boxSection1 .contWrap{width:100%; display:inline-flex; align-items:stretch; justify-content:center; margin-top:40px;}
	body .face04Wrap .newSubContent .boxSection1 .contWrap .contBox{width:26%; background:#fff; border-radius:20px; padding:20px 0; margin-right:5%;}
	body .face04Wrap .newSubContent .boxSection1 .contWrap .contBox:last-child{margin-right:0;}
	body .face04Wrap .newSubContent .boxSection1 .contWrap .contBox h6{font-size:14pt; font-weight:600; line-height:1.3;}
	body .face04Wrap .newSubContent .boxSection1 .contWrap .contBox p{font-size:13pt; font-weight:400; line-height:1.3; margin-top:10px;}
	body .face04Wrap .newSubContent .boxSection1 .contWrap .contBox p b{font-weight:600; line-height:1.3;}

/*안면윤곽 플랜영역*/
body .faceWrap .newSubContent .planSection{width:100%; position:relative; overflow:hidden; padding:100px 0; background:#f0f0f2;}
body .faceWrap .newSubContent .planSection .Inner{width:900px; min-width:900px;}
body .faceWrap .newSubContent .planSection .contWrap{width:100%; display:inline-flex; align-items:stretch; justify-content:space-between; margin-top:40px;}
body .faceWrap .newSubContent .planSection .contWrap .contBox{width:49%; overflow:hidden; border-radius:30px; background:#cfcfd0;}
body .faceWrap .newSubContent .planSection .contWrap .contBox .imgBox img{width:100%;}
body .faceWrap .newSubContent .planSection .contWrap .contBox .txtBox{padding:25px 0;}
body .faceWrap .newSubContent .planSection .contWrap .contBox .txtBox h6{font-size:14pt; font-weight:600;}
body .faceWrap .newSubContent .planSection .contWrap .contBox .txtBox p{font-size:13pt; font-weight:400; line-height:1.3; margin-top:10px;}
	/*사각턱 수술*/
	body .face03Wrap .newSubContent .planSection{background:#e7e7e7;}
	body .face03Wrap .newSubContent .planSection .contWrap .contBox{background:#f0f0f2;}

/*안면윤곽 어레이영역*/
body .faceWrap .newSubContent .arraySection{width:100%; position:relative; overflow:hidden; background:#f0f0f2; padding:100px 0;}
body .faceWrap .newSubContent .arraySection .Inner{width:1000px; min-width:1000px;}
body .faceWrap .newSubContent .arraySection .contWrap{width:100%; margin-top:40px; display:inline-flex; align-items:start; justify-content:center;}
body .faceWrap .newSubContent .arraySection .contWrap .contBox{width:22%; margin-right:3%;}
body .faceWrap .newSubContent .arraySection .contWrap .contBox:last-child{margin-right:0;}
body .faceWrap .newSubContent .arraySection .contWrap .imgBox{width:100%; overflow:hidden; border-radius:30px;}
body .faceWrap .newSubContent .arraySection .contWrap .imgBox img{width:100%;}
body .faceWrap .newSubContent .arraySection .contWrap .txtBox{width:100%; margin-top:15px;}
body .faceWrap .newSubContent .arraySection .contWrap .txtBox h6{font-size:16pt; font-weight:600;}
body .faceWrap .newSubContent .arraySection .contWrap .txtBox p{font-size:13pt; font-weight:400; margin-top:10px;}
body .faceWrap .newSubContent .arraySection .contWrap .txtBox p b{font-weight:600; line-height:1.2;}
	/*시그니처*/
	body .faceWrap .newSubContent .face01Section03 .Inner{width:1050px; min-width:1050px;}
	body .faceWrap .newSubContent .face01Section03 .contWrap .contBox{width:21%; margin-right:5%;}
	body .faceWrap .newSubContent .face01Section03 .contWrap .contBox03{margin-right:0;}
	body .faceWrap .newSubContent .face01Section03 .contWrap span{display:block; margin:0 15px; padding-top:100px;}
	/*광대축소*/
	body .faceWrap .newSubContent .cheekbonesSection .contWrap .contBox{width:30%;}
	body .faceWrap .newSubContent .cheekbonesSection .contWrap .contBox .imgBox{border-radius:0;}
	body .faceWrap .newSubContent .cheekbonesSection .contWrap .contBox .imgBox > img{border-radius:30px; border:1px solid #4b4b4b;}
	body .faceWrap .newSubContent .cheekbonesSection .contWrap .contBox03 .imgBox{position:relative; overflow:visible;}
	body .faceWrap .newSubContent .cheekbonesSection .contWrap .contBox03 .imgBox span{position:absolute; width:187px; height:183px; display:block; top:66px; right:-130px;}
	body .face02Wrap .newSubContent .cheekbonesSection{background:#fff;}
	/*사각턱수술*/
	body .face03Wrap .newSubContent .squareSection{background:#fff;}
	/*턱끝수술*/
	body .face04Wrap .newSubContent .chinSection{background:#fff;}
	/*하단영역*/
	body .faceWrap .newSubContent .arrayBottomSection{width:100%; position:relative; overflow:hidden; padding:50px 0; background:#303030;}
	body .faceWrap .newSubContent .arrayBottomSection .Inner{padding:0;}
	body .faceWrap .newSubContent .arrayBottomSection .innerCont{width:100%; display:inline-flex; align-items:center; justify-content:space-between;}
	body .faceWrap .newSubContent .arrayBottomSection .titleBox{text-align:left; width:40%;}
	body .faceWrap .newSubContent .arrayBottomSection .titleBox .topTxt{overflow:hidden; border-radius:5px; display:inline-flex; align-items:center; justify-content:start; background:#fb725b;}
	body .faceWrap .newSubContent .arrayBottomSection .titleBox .topTxt span{display:block;}
	body .faceWrap .newSubContent .arrayBottomSection .titleBox .topTxt h5{background:#fff; font-size:13pt; font-weight:400; height:100%; padding:5px 15px;}
	body .faceWrap .newSubContent .arrayBottomSection .titleBox .topTxt h5 b{font-weight:600;}
	body .faceWrap .newSubContent .arrayBottomSection .titleBox h3{color:#fff; font-size:24pt; font-weight:400; margin-top:20px;}
	body .faceWrap .newSubContent .arrayBottomSection .titleBox h3 b{color:#fff; font-weight:600;}
	body .faceWrap .newSubContent .arrayBottomSection .contWrap{width:60%;}
	body .faceWrap .newSubContent .arrayBottomSection .contWrap .contInner{width:100%; display:inline-flex; align-items:stretch; justify-content:space-between;}
	body .faceWrap .newSubContent .arrayBottomSection .contWrap .contBox{background:#fff; width:32%; padding:40px 0; border-radius:30px;}
	body .faceWrap .newSubContent .arrayBottomSection .contWrap .contBox .num{width:25px; height:25px; border-radius:500px; margin:0 auto; background:#fb725b; display:block; position:relative;}
	body .faceWrap .newSubContent .arrayBottomSection .contWrap .contBox .num span{display:block; font-size:12pt; font-weight:600; color:#fff; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); text-align:center; line-height:0;}
	body .faceWrap .newSubContent .arrayBottomSection .contWrap .contBox h6{font-size:14pt; font-weight:600; margin-top:10px; line-height:1.2;}
	body .faceWrap .newSubContent .arrayBottomSection .contWrap .contBox p{font-size:13pt; font-weight:400; margin-top:10px; line-height:1.2;}

/*안면윤곽 공통_리커버리*/
body .faceWrap .newSubContent .commonFaceSection01{width:100%; position:relative; overflow:hidden; background:#f0f0f2; padding:100px 0;}
body .faceWrap .newSubContent .commonFaceSection01 .Inner{width:1000px; min-width:1000px;}
body .faceWrap .newSubContent .commonFaceSection01 .contWrap{margin-top:40px;}
body .faceWrap .newSubContent .commonFaceSection01 .imgBox{width:100%; overflow:hidden; border-radius:30px;}
body .faceWrap .newSubContent .commonFaceSection01 p{font-size:10pt; color:#5a5a59; font-weight:400; margin-top:40px;}

/*안면윤곽 공통_병행수술*/
body .faceWrap .newSubContent .commonFaceSection02{width:100%; position:relative; overflow:hidden; padding:100px 0;}
body .faceWrap .newSubContent .commonFaceSection02 .Inner{width:1400px; min-width:1400px;}
body .faceWrap .newSubContent .commonFaceSection02 .contWrap{width:100%; display:inline-flex; align-items:stretch; justify-content:center; margin-top:40px;}
body .faceWrap .newSubContent .commonFaceSection02 .contWrap .contBox{width:32%; margin-right:2%;}
body .faceWrap .newSubContent .commonFaceSection02 .contWrap .contBox:last-child{margin-right:0;}
body .faceWrap .newSubContent .commonFaceSection02 .contWrap .contBox .imgBox{overflow:hidden; border-radius:30px 30px 0 0; width:100%;}
body .faceWrap .newSubContent .commonFaceSection02 .contWrap .contBox .imgBox img{width:100%;}
body .faceWrap .newSubContent .commonFaceSection02 .contWrap .contBox .txtBox h6{width:100%; background:#3c3c3a; color:#fff; font-size:14pt; font-weight:600; padding:15px 0;}
body .faceWrap .newSubContent .commonFaceSection02 .contWrap .contBox .txtBox p{width:100%; background:#f0f0f2; border-bottom:1px solid #fff; font-size:13pt; font-weight:400; padding:15px 0;}

/*안면윤곽 공통_시스템*/
body .faceWrap .newSubContent .commonFaceSection03{width:100%; position:relative; overflow:hidden; background:#f0f0f2; padding:100px 0;}
body .faceWrap .newSubContent .commonFaceSection03 .Inner{width:1000px; min-width:1000px;}
body .faceWrap .newSubContent .commonFaceSection03 .contWrap{width:100%; margin-top:40px;}
body .faceWrap .newSubContent .commonFaceSection03 .contWrap .stepTab{display:inline-flex; width:50%; text-align:left;}
body .faceWrap .newSubContent .commonFaceSection03 .contWrap .stepTab li{margin-right:30px; font-size:13pt; color:#707070; font-weight:500; cursor:pointer; padding:0 5px; padding-bottom:2px;}
body .faceWrap .newSubContent .commonFaceSection03 .contWrap .stepTab li.Active{color:#3c3c3a; border-bottom:2px solid #d70606;}
body .faceWrap .newSubContent .commonFaceSection03 .contWrap .stepCont{width:100%; display:inline-flex; align-items:center; margin-top:40px;}
body .faceWrap .newSubContent .commonFaceSection03 .contWrap .stepCont .imgBox{width:49%; border-radius:30px; overflow:hidden;}
body .faceWrap .newSubContent .commonFaceSection03 .contWrap .stepCont .txtBox{margin-left:50px; text-align:left;}
body .faceWrap .newSubContent .commonFaceSection03 .contWrap .stepCont .txtBox h6{font-size:22pt; font-weight:600; letter-spacing:-1pt; line-height:1.2; margin-bottom:20px;}
body .faceWrap .newSubContent .commonFaceSection03 .contWrap .stepCont .txtBox p{font-size:13pt; font-weight:400; margin-top:10px; line-height:1.2;}
body .faceWrap .newSubContent .commonFaceSection03 .contWrap .stepCont .txtBox p b{font-weight:600; line-height:1.2;}
body .faceWrap .newSubContent .commonFaceSection03 .contWrap .stepCont .txtBox .check{display:block; margin-top:10px;}
body .faceWrap .newSubContent .commonFaceSection03 .contWrap .stepCont .txtBox .check span{display:inline-block; vertical-align:middle;}
body .faceWrap .newSubContent .commonFaceSection03 .contWrap .stepCont .txtBox .check p{display:inline-block; vertical-align:middle; margin-left:5px; margin-top:0;}
body .faceWrap .newSubContent .commonFaceSection03 .contWrap .stepCont{display:none;}
body .faceWrap .newSubContent .commonFaceSection03 .contWrap .stepCont.Active{display:inline-flex;}
	/*턱끝성형 조정*/
	body .face04Wrap .newSubContent .commonFaceSection03{background:#fff;}

/*안면윤곽 공통*/
body .faceWrap .newSubContent *{letter-spacing:-0.8pt;}
body .faceWrap .newSubContent .commonFaceSection .clinicTitle h3 b{color:#d70606; font-weight:600;}


/* -------------------------------------------------------------------------------------------------------------------------------------------------- */	
/* 남성류 */
.menWrap{}
.menClinicArea{}
.menClinicArea .aboutLinkSection{}
.menClinicArea .aboutLinkSection .Inner{text-align:right !important;}

/* [남성01] 슬림라인눈성형 */
.men01Wrap{}
.men01ClinicArea{}
.men01Section{}
	/* 컨텐츠 */
	.men01ClinicArea .aboutLinkSection{background-color:#a4b2fc;}
	.men01ClinicArea .aboutLinkSection .Link li:nth-child(odd){} /* 홀수 */
	.men01ClinicArea .aboutLinkSection .Link li:nth-child(odd) a{color:#fff; background-color:#898df5;}
	.men01ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon{color:#fff; background-color:#5054db;}
	.men01ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon span,
	.men01ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon span:after{border-color:#5054db;}
	.men01ClinicArea .aboutLinkSection .Link li:nth-child(even){} /* 짝수 */
	.men01ClinicArea .aboutLinkSection .Link li:nth-child(even) a{color:#fff; background-color:#5054db;}
	.men01ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon{color:#fff; background-color:#898df5;}
	.men01ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon span,
	.men01ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon span:after{border-color:#898df5;}
	/* 공통하단조정 */
	.men01ClinicArea .CommonMove .sectionTitle em{color:#2851d4;}	
	.men01ClinicArea .CommonBnf{background-color:#97b0ff;}
	.men01ClinicArea .CommonBnf .sectionCont:before{}
	.men01ClinicArea .CommonBnf .sectionCont:after{color:#2851d4;}
	.men01ClinicArea .CommonBnf .tabsHead .Menu{background-color:#2851d4;}
	.men01ClinicArea .CommonBnf .tabsHead .Menu .ui-state-active a{color:#2851d4 !important;}


/* [남성02] 남자트임성형 */
.men02Wrap{}
.men02ClinicArea{}
.men02Section{}
	/* 컨텐츠 */
	.men02ClinicArea .aboutLinkSection{background-color:#adce74;}
	.men02ClinicArea .aboutLinkSection .Link li:nth-child(odd){} /* 홀수 */
	.men02ClinicArea .aboutLinkSection .Link li:nth-child(odd) a{color:#fff; background-color:#84cd6d;}
	.men02ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon{color:#fff; background-color:#3b9c32;}
	.men02ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon span,
	.men02ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon span:after{border-color:#3b9c32;}
	.men02ClinicArea .aboutLinkSection .Link li:nth-child(even){} /* 짝수 */
	.men02ClinicArea .aboutLinkSection .Link li:nth-child(even) a{color:#fff; background-color:#3b9c32;}
	.men02ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon{color:#fff; background-color:#84cd6d;}
	.men02ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon span,
	.men02ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon span:after{border-color:#84cd6d;}
	/* 공통하단조정 */
	.men02ClinicArea .CommonMove .sectionTitle em{color:#249d1a;}	
	.men02ClinicArea .CommonBnf{background-color:#adce74;}
	.men02ClinicArea .CommonBnf .sectionCont:before{}
	.men02ClinicArea .CommonBnf .sectionCont:after{color:#249d1a;}
	.men02ClinicArea .CommonBnf .tabsHead .Menu{background-color:#249d1a;}
	.men02ClinicArea .CommonBnf .tabsHead .Menu .ui-state-active a{color:#249d1a !important;}


/* [남성03] 남자눈매교정 */
.men03Wrap{}
.men03ClinicArea{}
.men03Section{}
	/* 컨텐츠 */
	.men03ClinicArea .aboutLinkSection{background-color:#adce74;}
	.men03ClinicArea .aboutLinkSection .Link li:nth-child(odd){} /* 홀수 */
	.men03ClinicArea .aboutLinkSection .Link li:nth-child(odd) a{color:#fff; background-color:#144440;}
	.men03ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon{color:#fff; background-color:#2a2a2a;}
	.men03ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon span,
	.men03ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon span:after{border-color:#2a2a2a;}
	.men03ClinicArea .aboutLinkSection .Link li:nth-child(even){} /* 짝수 */
	.men03ClinicArea .aboutLinkSection .Link li:nth-child(even) a{color:#fff; background-color:#2a2a2a;}
	.men03ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon{color:#fff; background-color:#144440;}
	.men03ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon span,
	.men03ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon span:after{border-color:#144440;}
	/* 공통하단조정 */
	.men03ClinicArea .CommonMove .sectionTitle em{color:#144440;}	
	.men03ClinicArea .CommonBnf{background-color:#028177;}
	.men03ClinicArea .CommonBnf .sectionCont:before{}
	.men03ClinicArea .CommonBnf .sectionCont:after{color:#144440;}
	.men03ClinicArea .CommonBnf .tabsHead .Menu{background-color:#144440;}
	.men03ClinicArea .CommonBnf .tabsHead .Menu .ui-state-active a{color:#144440 !important;}


/* [남성04] 남자코성형 */
.men04Wrap{}
.men04ClinicArea{}
.men04Section{}
	/* 컨텐츠 */
	.men04ClinicArea .aboutLinkSection{background-color:#adce74;}
	.men04ClinicArea .aboutLinkSection .Link li:nth-child(odd){} /* 홀수 */
	.men04ClinicArea .aboutLinkSection .Link li:nth-child(odd) a{color:#fff; background-color:#329a7b;}
	.men04ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon{color:#fff; background-color:#3f6e60;}
	.men04ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon span,
	.men04ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon span:after{border-color:#2a2a2a;}
	.men04ClinicArea .aboutLinkSection .Link li:nth-child(even){} /* 짝수 */
	.men04ClinicArea .aboutLinkSection .Link li:nth-child(even) a{color:#fff; background-color:#3f6e60;}
	.men04ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon{color:#fff; background-color:#329a7b;}
	.men04ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon span,
	.men04ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon span:after{border-color:#329a7b;}
	/* 공통하단조정 */
	.men04ClinicArea .CommonMove .sectionTitle em{color:#144440;}	
	.men04ClinicArea .CommonBnf{background-color:#5cba9e;}
	.men04ClinicArea .CommonBnf .sectionCont:before{}
	.men04ClinicArea .CommonBnf .sectionCont:after{color:#144440;}
	.men04ClinicArea .CommonBnf .tabsHead .Menu{background-color:#144440;}
	.men04ClinicArea .CommonBnf .tabsHead .Menu .ui-state-active a{color:#144440 !important;}


/* [남성05] 남자기능코성형 */
.men05Wrap{}
.men05ClinicArea{}
.men05Section{}
	/* 컨텐츠 */
	.men05Section04{padding:8em 0em;}
	.men05ClinicArea .atopClinicTabs_Type2{}
	.men05ClinicArea .atopClinicTabs_Type2 .tabsHead .Menu .ui-state-active a{background-color:#8f7bff;}
	.men05ClinicArea .atopClinicTabs_Type2 .tabsCont{}
	.men05ClinicArea .aboutLinkSection{background-color:#adce74;}
	.men05ClinicArea .aboutLinkSection .Link li:nth-child(odd){} /* 홀수 */
	.men05ClinicArea .aboutLinkSection .Link li:nth-child(odd) a{color:#fff; background-color:#8f7bff;}
	.men05ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon{color:#fff; background-color:#6c6796;}
	.men05ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon span,
	.men05ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon span:after{border-color:#6c6796;}
	.men05ClinicArea .aboutLinkSection .Link li:nth-child(even){} /* 짝수 */
	.men05ClinicArea .aboutLinkSection .Link li:nth-child(even) a{color:#fff; background-color:#6c6796;}
	.men05ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon{color:#fff; background-color:#8f7bff;}
	.men05ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon span,
	.men05ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon span:after{border-color:#8f7bff;}
	/* 공통하단조정 */
	.men05ClinicArea .CommonMove .sectionTitle em{color:#8f7bff;}	
	.men05ClinicArea .CommonBnf{background-color:#8f7bff;}
	.men05ClinicArea .CommonBnf .sectionCont:before{}
	.men05ClinicArea .CommonBnf .sectionCont:after{color:#80f4ff;}
	.men05ClinicArea .CommonBnf .tabsHead .Menu{background-color:#80f4ff;}
	.men05ClinicArea .CommonBnf .tabsHead .Menu a{color:#8f7bff !important;}
	.men05ClinicArea .CommonBnf .tabsHead .Menu .ui-state-active a{color:#8f7bff !important;}


/* [남성06] 여유증 */
.men06Wrap{}
.men06ClinicArea{}
.men06Section{}
	/* 컨텐츠 */
	.men06ClinicArea .aboutLinkSection{background-color:#adce74;}
	.men06ClinicArea .aboutLinkSection .Link li:nth-child(odd){} /* 홀수 */
	.men06ClinicArea .aboutLinkSection .Link li:nth-child(odd) a{color:#fff; background-color:#0f1b4b;}
	.men06ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon{color:#fff; background-color:#c3c9e2;}
	.men06ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon span,
	.men06ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon span:after{border-color:#2a2a2a;}
	.men06ClinicArea .aboutLinkSection .Link li:nth-child(even){} /* 짝수 */
	.men06ClinicArea .aboutLinkSection .Link li:nth-child(even) a{color:#fff; background-color:#c3c9e2;}
	.men06ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon{color:#fff; background-color:#0f1b4b;}
	.men06ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon span,
	.men06ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon span:after{border-color:#0f1b4b;}
	/* 공통하단조정 */
	.men06ClinicArea .CommonMove .sectionTitle em{color:#0f1b4b;}	
	.men06ClinicArea .CommonBnf{background-color:#0f1b4b;}
	.men06ClinicArea .CommonBnf .sectionCont:before{}
	.men06ClinicArea .CommonBnf .sectionCont:after{color:#c3c9e2;}
	.men06ClinicArea .CommonBnf .tabsHead .Menu{background-color:#c3c9e2;}
	.men06ClinicArea .CommonBnf .tabsHead .Menu a{color:#144440 !important;}
	.men06ClinicArea .CommonBnf .tabsHead .Menu .ui-state-active a{color:#144440 !important;}


/* -------------------------------------------------------------------------------------------------------------------------------------------------- */	
/* 눈성형류 */
.noseWrap{}
.noseClinicArea{}


/* [눈01] 핏미자연유착 */
.eye01Wrap{}
.eye01ClinicArea{}
.eye01Section{}
	/* 컨텐츠 */
	.eye01ClinicArea .aboutLinkSection{background-color:#adce74;}
	.eye01ClinicArea .aboutLinkSection .Inner{text-align:right !important;}
	.eye01ClinicArea .aboutLinkSection .Link li:nth-child(odd){} /* 홀수 */
	.eye01ClinicArea .aboutLinkSection .Link li:nth-child(odd) a{color:#fff; background-color:#5a67da;}
	.eye01ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon{color:#5a67da; background-color:#eeedfb;}
	.eye01ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon span,
	.eye01ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon span:after{border-color:#eeedfb;}
	.eye01ClinicArea .aboutLinkSection .Link li:nth-child(even){} /* 짝수 */
	.eye01ClinicArea .aboutLinkSection .Link li:nth-child(even) a{color:#5a67da; background-color:#eeedfb;}
	.eye01ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon{color:#fff; background-color:#5a67da;}
	.eye01ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon span,
	.eye01ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon span:after{border-color:#5a67da;}
	/*컨텐츠 바로가기 사이즈*/
	.eye01ClinicArea .aboutLinkSection .Inner{bottom:23%;}
	.eye01ClinicArea .aboutLinkSection .Link a{width:12em; padding:3em 1em 7em 1em;}
	.eye01ClinicArea .aboutLinkSection .Link a em{line-height:1.2em;}
	.eye01ClinicArea .aboutLinkSection .Link .nowIcon:before{font-size:1.2em;}
	/* 영상영역 */
	.eye01Section03{}
	.eye01Section03 video{position:absolute; z-index:1; width:42em; bottom:10%; left:23%; padding:4em 0 2em 0; background-color:#5a67da;}
	/* 공통하단조정 */
	.eye01ClinicArea .CommonMove .sectionTitle em{color:#5a67da;}	
	.eye01ClinicArea .CommonBnf{background-color:#e8ecf8;}
	.eye01ClinicArea .CommonBnf .sectionTitle{color:#5a67da;}
	.eye01ClinicArea .CommonBnf .sectionCont:before{}
	.eye01ClinicArea .CommonBnf .sectionCont:after{color:#5a67da;}
	.eye01ClinicArea .CommonBnf .tabsHead .Menu{background-color:#5a67da;}
	.eye01ClinicArea .CommonBnf .tabsHead .Menu a{color:#fff !important;}
	.eye01ClinicArea .CommonBnf .tabsHead .Menu .ui-state-active a{color:#5a67da !important;}
	/* gif */
	.eye01Section03 .At_gif{position:absolute; z-index:1; width:42em; bottom:10%; left:23%; padding:3em 0 1em 0; background-color:#5a67da;}


/* [눈02] FIT트임 */
.eye02Wrap{}
.eye02ClinicArea{}
.eye02Section{}
	/* 컨텐츠 */
	.eye02ClinicArea .aboutLinkSection{background-color:#adce74;}
	.eye02ClinicArea .aboutLinkSection .Inner{text-align:right !important;}
	.eye02ClinicArea .aboutLinkSection .Link li:nth-child(odd){} /* 홀수 */
	.eye02ClinicArea .aboutLinkSection .Link li:nth-child(odd) a{color:#fff; background-color:#cd52f7;}
	.eye02ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon{color:#cd52f8; background-color:#fff;}
	.eye02ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon span,
	.eye02ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon span:after{border-color:#fff; background-color:#cc52f7;}
	.eye02ClinicArea .aboutLinkSection .Link li:nth-child(even){} /* 짝수 */
	.eye02ClinicArea .aboutLinkSection .Link li:nth-child(even) a{color:#cd52f8; background-color:#f8e3ff;}
	.eye02ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon{color:#fff; background-color:#cc52f7;}
	.eye02ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon span,
	.eye02ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon span:after{border-color:#cc52f7;}
	.eye02ClinicArea .aboutLinkSection .Inner{bottom:25%;}
	/* 공통하단조정 */
	.eye02ClinicArea .CommonMove .sectionTitle em{}	
	.eye02ClinicArea .CommonBnf{background-color:#e8ecf8;}
	.eye02ClinicArea .CommonBnf .sectionTitle{color:#2a2a2a;}
	.eye02ClinicArea .CommonBnf .sectionCont:before{}
	.eye02ClinicArea .CommonBnf .sectionCont:after{color:#7fa4ff;}
	.eye02ClinicArea .CommonBnf .tabsHead .Menu{background-color:#7fa4ff;}
	.eye02ClinicArea .CommonBnf .tabsHead .Menu a{color:#fff !important;}
	.eye02ClinicArea .CommonBnf .tabsHead .Menu .ui-state-active a{color:#7fa4ff !important;}


/* [눈03] FIT눈매교정 */
.eye03Wrap{}
.eye03ClinicArea{}
.eye03Section{}
	/* 컨텐츠 */
	/* 공통하단조정 */
	.eye03ClinicArea .CommonMove .sectionTitle em{color:#fe4b44;}	
	.eye03ClinicArea .CommonBnf{background-color:#ff999a;}
	.eye03ClinicArea .CommonBnf .sectionTitle{}
	.eye03ClinicArea .CommonBnf .sectionCont:before{}
	.eye03ClinicArea .CommonBnf .sectionCont:after{color:#ff4a47;}
	.eye03ClinicArea .CommonBnf .tabsHead .Menu{background-color:#ff4a47;}
	.eye03ClinicArea .CommonBnf .tabsHead .Menu a{color:#fff !important;}
	.eye03ClinicArea .CommonBnf .tabsHead .Menu .ui-state-active a{color:#ff4a47 !important;}


/* [눈04] 중년눈성형 */
.eye04Wrap{}
.eye04ClinicArea{}
.eye04Section{}
	/* 컨텐츠 */
	.eye04Section04{padding:8em 0 0 0;}
	.eye04Section04 .sectionCont.TabsClear{}
	.eye04Section04 .tabsHead{}
	.eye04Section04 .tabsHead .Menu{}
	.eye04Section04 .atopClinicTabs_Type3 .tabsHead .Menu .ui-state-active{}
	.eye04Section04 .atopClinicTabs_Type3 .tabsHead .Menu .ui-state-active a{color:#eeb8a2; border-bottom-color:#eeb8a2;}
	/* 공통하단조정 */
	.eye04ClinicArea .CommonMove .sectionTitle em{color:#2c4e37;}	
	.eye04ClinicArea .CommonBnf{background-color:#2c4e37;}
	.eye04ClinicArea .CommonBnf .sectionCont:before{}
	.eye04ClinicArea .CommonBnf .sectionCont:after{color:#eeb8a2;}
	.eye04ClinicArea .CommonBnf .tabsHead .Menu{background-color:#eeb8a2;}
	.eye04ClinicArea .CommonBnf .tabsHead .Menu a{color:#2c4e37 !important;}
	.eye04ClinicArea .CommonBnf .tabsHead .Menu .ui-state-active a{color:#2c4e37 !important;}


/* [눈05] 눈밑지방재배치/제거 */
.eye05Wrap{}
.eye05ClinicArea{}
.eye05Section{}
	/* 컨텐츠 */
	.eye05ClinicArea .aboutLinkSection{background-color:#adce74;}
	.eye05ClinicArea .aboutLinkSection .Inner{text-align:right !important;}
	.eye05ClinicArea .aboutLinkSection .Link li:nth-child(odd){} /* 홀수 */
	.eye05ClinicArea .aboutLinkSection .Link li:nth-child(odd) a{color:#fff; background-color:#a38f7a;}
	.eye05ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon{color:#fff; background-color:#d4cfbf;}
	.eye05ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon span,
	.eye05ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon span:after{border-color:#2a2a2a;}
	.eye05ClinicArea .aboutLinkSection .Link li:nth-child(even){} /* 짝수 */
	.eye05ClinicArea .aboutLinkSection .Link li:nth-child(even) a{color:#fff; background-color:#d4cfbf;}
	.eye05ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon{color:#fff; background-color:#a38f7a;}
	.eye05ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon span,
	.eye05ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon span:after{border-color:#a38f7a;}
	/* 공통하단조정 */
	.eye05ClinicArea .CommonMove .sectionTitle em{color:#8f26ff;}	
	.eye05ClinicArea .CommonBnf{background-color:#edc3ff;}
	.eye05ClinicArea .CommonBnf .sectionCont:before{}
	.eye05ClinicArea .CommonBnf .sectionCont:after{color:#8f26ff;}
	.eye05ClinicArea .CommonBnf .tabsHead .Menu{background-color:#8f26ff;}
	.eye05ClinicArea .CommonBnf .tabsHead .Menu a{color:#fff !important;}
	.eye05ClinicArea .CommonBnf .tabsHead .Menu .ui-state-active a{color:#8f26ff !important;}


/* [눈06] 눈재수술 */
.eye06Wrap{}
.eye06ClinicArea{}
.eye06Section{}
	/* 컨텐츠 */
	.eye06ClinicArea .aboutLinkSection{background-color:#adce74;}
	.eye06ClinicArea .aboutLinkSection .Link li:nth-child(odd){} /* 홀수 */
	.eye06ClinicArea .aboutLinkSection .Link li:nth-child(odd) a{color:#591b9a; background-color:#edc3ff;}
	.eye06ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon{color:#fff; background-color:#591b9b;}
	.eye06ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon span,
	.eye06ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon span:after{border-color:#2a2a2a;}
	.eye06ClinicArea .aboutLinkSection .Link li:nth-child(even){} /* 짝수 */
	.eye06ClinicArea .aboutLinkSection .Link li:nth-child(even) a{color:#fff; background-color:#591b9b;}
	.eye06ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon{color:#591b9a; background-color:#edc3ff;}
	.eye06ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon span,
	.eye06ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon span:after{border-color:#edc3ff;}
	/* 공통하단조정 */
	.eye06ClinicArea .CommonMove .sectionTitle em{color:#8f26ff;}	
	.eye06ClinicArea .CommonBnf{background-color:#d2d5ff;}
	.eye06ClinicArea .CommonBnf .sectionCont:before{}
	.eye06ClinicArea .CommonBnf .sectionCont:after{color:#8f26ff;}
	.eye06ClinicArea .CommonBnf .tabsHead .Menu{background-color:#8f26ff;}
	.eye06ClinicArea .CommonBnf .tabsHead .Menu a{color:#fff !important;}
	.eye06ClinicArea .CommonBnf .tabsHead .Menu .ui-state-active a{color:#8f26ff !important;}


/* [눈07] 히든스카절개눈성형 */
.eye07Wrap{}
.eye07ClinicArea{}
.eye07Section{}
	/* 컨텐츠 */
	.eye07Section04{background-color:#d2d5ff; padding:8em 0em;}
	.eye07ClinicArea .aboutLinkSection{background-color:#adce74;}
	.eye07ClinicArea .aboutLinkSection .Link li:nth-child(odd){} /* 홀수 */
	.eye07ClinicArea .aboutLinkSection .Link li:nth-child(odd) a{color:#fff; background-color:#5258c9;}
	.eye07ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon{color:#fff; background-color:#232888;}
	.eye07ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon span,
	.eye07ClinicArea .aboutLinkSection .Link li:nth-child(odd) .nowIcon span:after{border-color:#2a2a2a;}
	.eye07ClinicArea .aboutLinkSection .Link li:nth-child(even){} /* 짝수 */
	.eye07ClinicArea .aboutLinkSection .Link li:nth-child(even) a{color:#fff; background-color:#232888;}
	.eye07ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon{color:#fff; background-color:#5258c9;}
	.eye07ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon span,
	.eye07ClinicArea .aboutLinkSection .Link li:nth-child(even) .nowIcon span:after{border-color:#5258c9;}
	/*컨텐츠 바로가기 사이즈*/
	.eye07ClinicArea .aboutLinkSection .Inner{bottom:20%;}
	.eye07ClinicArea .aboutLinkSection .Link a{width:12em; padding:3em 1em 7em 1em;}
	.eye07ClinicArea .aboutLinkSection .Link a em{line-height:1.2em;}
	.eye07ClinicArea .aboutLinkSection .Link .nowIcon:before{font-size:1.2em;}
	.eye07ClinicArea .aboutLinkSection .Inner{width:1000px; min-width:1000px;}
	/* 공통하단조정 */
	.eye07ClinicArea .CommonMove .sectionTitle em{color:#232888;}	
	.eye07ClinicArea .CommonBnf{background-color:#d2d5ff;}
	.eye07ClinicArea .CommonBnf .sectionCont:before{}
	.eye07ClinicArea .CommonBnf .sectionCont:after{color:#232888;}
	.eye07ClinicArea .CommonBnf .tabsHead .Menu{background-color:#232888;}
	.eye07ClinicArea .CommonBnf .tabsHead .Menu a{color:#fff !important;}
	.eye07ClinicArea .CommonBnf .tabsHead .Menu .ui-state-active a{color:#232888 !important;}

/* [눈09] 상안검성형 */
	/* 리뉴얼 조절 */
	.atopClinicArea.newSubContent .eye09Section04{}
	.atopClinicArea.newSubContent .eye09Section04 .tabContSection .tabContCont .tab-content > .Inner{width:1060px; min-width:1060px;}
	.atopClinicArea.newSubContent .eye09Section04 .tabContSection .tabContCont .contWrap01{align-items:center;}
	.atopClinicArea.newSubContent .eye09Section04 .tabContSection .tabContCont .tab-content .contBox{overflow:hidden; border-radius:30px;}
	.atopClinicArea.newSubContent .eye09Section04 .tabContSection .tabContCont .tab-content .contBox span{display:block; background:#a3a3a3; color:#fff; font-size:12pt; font-weight:400; padding:5px 0;}
	.atopClinicArea.newSubContent .eye09Section04 .tabContSection .tabContCont .tab-content .contBox02 span{background:#aaa8df;}
	.atopClinicArea.newSubContent .eye09Section04 .tabContSection .tabContCont .tab-content .contBox03 h3{margin-top:0;}
	.atopClinicArea.newSubContent .eye09Section04 .tabContSection .tabContCont p{font-size:13pt;}
	/*6번영역*/
	.atopClinicArea.newSubContent .eye09Section06{background:#e1e1f9; padding:100px 0; position:relative; width:100%; overflow:hidden;}
	.atopClinicArea.newSubContent .eye09Section06 .Inner{}
	.atopClinicArea.newSubContent .eye09Section06 .contWrap{width:650px; margin:0 auto;}
	.atopClinicArea.newSubContent .eye09Section06 .contWrap .imgWrap{margin-top:35px; width:100%; display:inline-flex; align-items:start; justify-content:space-between;}
	.atopClinicArea.newSubContent .eye09Section06 .contWrap .imgWrap .imgBox{overflow:hidden; border-radius:30px;}
	.atopClinicArea.newSubContent .eye09Section06 .contWrap .imgWrap .imgBox span{display:block; background:#fff; padding:10px 0; font-size:13pt; font-weight:600;}
	.atopClinicArea.newSubContent .eye09Section06 .contWrap .txtWrap{margin-top:35px;}
	.atopClinicArea.newSubContent .eye09Section06 .contWrap .txtWrap p{font-size:13pt; font-weight:400; line-height:1.3;}
	.atopClinicArea.newSubContent .eye09Section06 .contWrap .txtWrap p b{font-weight:600; line-height:1.3;}
	/*7번영역*/
	.atopClinicArea.newSubContent .eye09Section07{background:#f0f0f2; padding:100px 0; position:relative; width:100%; overflow:hidden;}
	.atopClinicArea.newSubContent .eye09Section07 .Inner{width:900px; min-width:900px;}
	.atopClinicArea.newSubContent .eye09Section07 .contWrap{margin-top:40px; width:100%; display:inline-flex; align-items:center; justify-content:space-between;}
	.atopClinicArea.newSubContent .eye09Section07 .contWrap .imgWrap img{border-radius:30px;}
	.atopClinicArea.newSubContent .eye09Section07 .contWrap .txtWrap{text-align:left;}
	.atopClinicArea.newSubContent .eye09Section07 .contWrap .txtWrap h5{font-size:18pt; font-weight:600;}
	.atopClinicArea.newSubContent .eye09Section07 .contWrap .txtWrap p{font-size:13pt; font-weight:400; line-height:1.3; margin-top:10px;}
	.atopClinicArea.newSubContent .eye09Section07 .contWrap .txtWrap p b{font-weight:600; line-height:1.3;}

/* [눈10] 하안검성형 */
	/* 리뉴얼 조절 */
	.atopClinicArea.newSubContent .eye10Section04{}
	.atopClinicArea.newSubContent .eye10Section04 .tabContSection .tabContCont .tab-content > .Inner{width:1060px; min-width:1060px;}
	.atopClinicArea.newSubContent .eye10Section04 .tabContSection .tabContCont .contWrap01{align-items:center; margin-bottom:30px;}
	.atopClinicArea.newSubContent .eye10Section04 .tabContSection .tabContCont p{font-size:13pt;}
	/*5번영역*/
	.atopClinicArea.newSubContent .eye10Section05{background:#f0f0f2; padding:100px 0; position:relative; width:100%; overflow:hidden;}
	.atopClinicArea.newSubContent .eye10Section05 .Inner{width:850px; min-width:850px;}
	.atopClinicArea.newSubContent .eye10Section05 .contWrap{margin-top:40px; width:100%; display:inline-flex; align-items:center; justify-content:space-between;}
	.atopClinicArea.newSubContent .eye10Section05 .contWrap .imgWrap img{border-radius:30px;}
	.atopClinicArea.newSubContent .eye10Section05 .contWrap .txtWrap{text-align:left;}
	.atopClinicArea.newSubContent .eye10Section05 .contWrap .txtWrap h5{font-size:18pt; font-weight:600;}
	.atopClinicArea.newSubContent .eye10Section05 .contWrap .txtWrap p{font-size:13pt; font-weight:400; line-height:1.3; margin-top:10px;}
	.atopClinicArea.newSubContent .eye10Section05 .contWrap .txtWrap p:first-child{margin-top:0;}
	.atopClinicArea.newSubContent .eye10Section05 .contWrap .txtWrap p b{font-weight:600; line-height:1.3;}
	/*6번영역*/
	.atopClinicArea.newSubContent .eye10Section06{background:#e1e1f9; padding:100px 0; position:relative; width:100%; overflow:hidden;}
	.atopClinicArea.newSubContent .eye10Section06 .Inner{}
	.atopClinicArea.newSubContent .eye10Section06 .contWrap{width:650px; margin:0 auto;}
	.atopClinicArea.newSubContent .eye10Section06 .contWrap .imgWrap{margin-top:35px; width:100%; display:inline-flex; align-items:start; justify-content:space-between;}
	.atopClinicArea.newSubContent .eye10Section06 .contWrap .imgWrap .imgBox{overflow:hidden; border-radius:30px;}
	.atopClinicArea.newSubContent .eye10Section06 .contWrap .imgWrap .imgBox span{display:block; background:#fff; padding:10px 0; font-size:13pt; font-weight:600;}
	.atopClinicArea.newSubContent .eye10Section06 .contWrap .txtWrap{margin-top:35px;}
	.atopClinicArea.newSubContent .eye10Section06 .contWrap .txtWrap p{font-size:13pt; font-weight:400; line-height:1.3; margin-top:10px;}
	.atopClinicArea.newSubContent .eye10Section06 .contWrap .txtWrap p b{font-weight:600; line-height:1.3;}


/* -------------------------------------------------------------------------------------------------------------------------------------------------- */	
/* 리프팅류 */
.liftingWrap{}
.liftingClinicArea{}


/* [리프팅01] 여우리프팅 */
.lifting01Wrap{}
.lifting01ClinicArea{}
.lifting01Section{max-width:100%; min-width:100%;}

	/* 컨텐츠 */
	.C00087 .atopClinicArea.lifting01ClinicArea .lifting01Section04{}
	.C00087 .atopClinicArea.lifting01ClinicArea .lifting01Section04 .sectionTitle{margin:0;}
	.C00087 .atopClinicArea.lifting01ClinicArea .lifting01Section04 .sectionCont{position:relative; padding-bottom:120px;}
	.C00087 .atopClinicArea.lifting01ClinicArea .lifting01Section04 .sliderArrow{position:absolute; width:1160px; z-index:2; bottom:21.5em; left:50%; margin-left:-580px;}
	.C00087 .atopClinicArea.lifting01ClinicArea .lifting01Section04 .sliderArrow .section04next{position:absolute; right:0%; cursor:pointer;}
	.C00087 .atopClinicArea.lifting01ClinicArea .lifting01Section04 .sliderArrow .section04prev{position:absolute; left:0%; cursor:pointer;}
	.C00087 .atopClinicArea.lifting01ClinicArea .lifting01Section04 .sliderPagination{text-align:left; width:1000px; margin:0 auto; margin-bottom:27px; margin-top:-5px;}
	.C00087 .atopClinicArea.lifting01ClinicArea .lifting01Section04 .sliderPagination .swiper-pagination-bullet{width:fit-content; height:auto; border:none; background:none; font-size:14pt; opacity:1; font-weight:400; font-family:'Pretendard', 'Noto Sans JP', 'Noto Sans SC', 'Noto Sans KR', sans-serif; letter-spacing:-0.8px;}
	.C00087 .atopClinicArea.lifting01ClinicArea .lifting01Section04 .sliderPagination .swiper-pagination-bullet + span{margin-left:1.8em;}
	.C00087 .atopClinicArea.lifting01ClinicArea .lifting01Section04 .sliderPagination .swiper-pagination-bullet-active{opacity:1; font-weight:600;}
	
	/* 공통하단조정 */
	.lifting01ClinicArea .CommonMove .sectionTitle em{color:#5e00e8;}	
	.lifting01ClinicArea .CommonBnf{background-color:#dcc9ed;}
	.lifting01ClinicArea .CommonBnf .sectionTitle{color:#5e00e8;}
	.lifting01ClinicArea .CommonBnf .sectionCont:before{}
	.lifting01ClinicArea .CommonBnf .sectionCont:after{color:#5e00e8;}
	.lifting01ClinicArea .CommonBnf .tabsHead .Menu{background-color:#5e00e8;}
	.lifting01ClinicArea .CommonBnf .tabsHead .Menu a{color:#fff !important;}
	.lifting01ClinicArea .CommonBnf .tabsHead .Menu .ui-state-active a{color:#5e00e8 !important;}

	/* 리뉴얼 조절 */
	.atopClinicArea.newSubContent .lifting01Section02{background:#fff; padding:100px 0; position:relative; width:100%;}
	.atopClinicArea.newSubContent .lifting01Section02 .imgBox{display:block; margin:40px auto;}
	.atopClinicArea.newSubContent .lifting01Section02 .txtBox p{font-size:13pt; font-weight:400; line-height:1.2;}
	.atopClinicArea.newSubContent .lifting01Section02 .txtBox p b{font-weight:600;}
		/*3번영역*/
		.atopClinicArea.newSubContent .lifting01Section03{background:#f0f0f2; padding:100px 0; position:relative; width:100%;}
		.atopClinicArea.newSubContent .lifting01Section03 .Inner{width:960px; min-width:960px;}
		.atopClinicArea.newSubContent .lifting01Section03 .imgWrap{width:100%; margin:40px auto; display:inline-flex; align-items:center; justify-content:space-between;}
		.atopClinicArea.newSubContent .lifting01Section03 .txtWrap{width:100%; display:inline-flex; align-items:start; justify-content:space-between;}
		.atopClinicArea.newSubContent .lifting01Section03 .txtWrap .txtBox{width:25%; border-left:1px solid #717171; height:200px;}
		.atopClinicArea.newSubContent .lifting01Section03 .txtWrap .txtBox:first-child{border:none;}
		.atopClinicArea.newSubContent .lifting01Section03 .txtWrap .txtBox span{display:block; width:22px; height:22px; background:#4377a8; margin:0 auto; color:#fff; border-radius:500px; font-size:13pt; line-height:1.2;}
		.atopClinicArea.newSubContent .lifting01Section03 .txtWrap .txtBox h5{margin-top:20px; font-size:15pt; font-weight:600; line-height:1.2;}
		.atopClinicArea.newSubContent .lifting01Section03 .txtWrap .txtBox p{margin-top:10px; font-size:13pt; font-weight:400; line-height:1.2;}
		/*5번영역*/
		.atopClinicArea.newSubContent .lifting01Section05{background:#f0f0f2; padding:100px 0; position:relative; width:100%;}
		.atopClinicArea.newSubContent .lifting01Section05 .imgWrap{margin-top:40px;}
		.atopClinicArea.newSubContent .lifting01Section05 .imgWrap .imgBox{margin-top:15px;}
		/*6번영역*/
		.atopClinicArea.newSubContent .lifting01Section06{padding:100px 0; position:relative; width:100%;}
		.atopClinicArea.newSubContent .lifting01Section06 .Inner{width:1000px; min-width:1000px;}
		.atopClinicArea.newSubContent .lifting01Section06 .contWrap{display:inline-flex; align-items:center; justify-content:space-between; width:100%;}
		.atopClinicArea.newSubContent .lifting01Section06 .contWrap .txtBox{text-align:left;}
		.atopClinicArea.newSubContent .lifting01Section06 .contWrap .txtBox h5{font-size:16pt; font-weight:400;}
		.atopClinicArea.newSubContent .lifting01Section06 .contWrap .txtBox h3{font-size:24pt; font-weight:600; margin-top:5px;}
		.atopClinicArea.newSubContent .lifting01Section06 .contWrap .txtBox p{font-size:13pt; font-weight:400; line-height:1.2; margin-top:15px;}
		.atopClinicArea.newSubContent .lifting01Section06 .contWrap .txtBox p b{font-weight:600;}
		/*7번영역*/
		.atopClinicArea.newSubContent .lifting01Section07{background:#f0f0f2; padding-top:100px; position:relative; width:100%;}
		.atopClinicArea.newSubContent .lifting01Section07 .imgWrap{margin-top:40px;}
		/*8번영역*/
		.atopClinicArea.newSubContent .lifting01Section08{background:#fdfcfa; padding:100px 0; position:relative; width:100%;}
		.atopClinicArea.newSubContent .lifting01Section08 .Inner{width:1080px; min-width:1080px;}
		.atopClinicArea.newSubContent .lifting01Section08 .contWrap{display:inline-flex; align-items:center; justify-content:space-between; width:100%; margin-top:40px;}
		.atopClinicArea.newSubContent .lifting01Section08 .contWrap .txtBox{text-align:left;}
		.atopClinicArea.newSubContent .lifting01Section08 .contWrap .txtBox h5{font-size:13pt; font-weight:600; line-height:1.4;}
		.atopClinicArea.newSubContent .lifting01Section08 .contWrap .txtBox p{font-size:13pt; font-weight:400; line-height:1.4; margin-top:20px;}
		/*9번영역*/
		.atopClinicArea.newSubContent .lifting01Section09{background:#f0f0f2; padding:100px 0; position:relative; width:100%;}
		.atopClinicArea.newSubContent .lifting01Section09 .Inner{width:820px; min-width:820px;}
		.atopClinicArea.newSubContent .lifting01Section09 .contWrap{display:inline-flex; align-items:center; justify-content:space-between; width:100%; margin-top:40px;}
		.atopClinicArea.newSubContent .lifting01Section09 .contWrap .txtBox{margin-top:30px;}
		.atopClinicArea.newSubContent .lifting01Section09 .contWrap .txtBox h5{font-size:17pt; font-weight:600; line-height:1.4;}
		.atopClinicArea.newSubContent .lifting01Section09 .contWrap .txtBox p{font-size:13pt; font-weight:400; margin-top:15px;}
		

/* [리프팅02] 실리프팅(올리프팅) */
	
	/* 리뉴얼 조절 */
	.atopClinicArea.newSubContent span.imgModel{position:absolute; top:30px; right:30px; font-size:7pt; font-weight:500; z-index:1;}
		/*2번영역*/
		.atopClinicArea.newSubContent .lifting02Section02{background:#fff; padding:100px 0; position:relative; width:100%;}
		.atopClinicArea.newSubContent .lifting02Section02 .imgBox{display:block; margin:40px auto;}
		.atopClinicArea.newSubContent .lifting02Section02 .txtBox p{font-size:13pt; font-weight:400; line-height:1.2; margin-top:10px;}
		.atopClinicArea.newSubContent .lifting02Section02 .txtBox p b{font-weight:600; line-height:1.2;}
		.atopClinicArea.newSubContent .lifting02Section02 .txtBox p:first-child{margin-top:0;}
		/*3번영역*/
		.atopClinicArea.newSubContent .lifting02Section03{background:#f0f0f2; padding:100px 0; position:relative; width:100%;}
		.atopClinicArea.newSubContent .lifting02Section03 .Inner{width:1150px; min-width:1150px;}
		.atopClinicArea.newSubContent .lifting02Section03 .txtWrap{width:100%; display:inline-flex; align-items:start; justify-content:space-between; margin-top:60px;}
		.atopClinicArea.newSubContent .lifting02Section03 .txtWrap .txtBox{width:auto;}
		.atopClinicArea.newSubContent .lifting02Section03 .txtWrap .txtBox span{display:block; width:22px; height:22px; background:#4377a8; margin:0 auto; color:#fff; border-radius:500px; font-size:13pt; line-height:1.2;}
		.atopClinicArea.newSubContent .lifting02Section03 .txtWrap .txtBox p{margin-top:10px; font-size:13pt; font-weight:400; line-height:1.2;}
			/*일본어*/
			.C00188 .atopClinicArea.newSubContent .lifting02Section03 .txtWrap .txtBox{width:20%;}
		/*4번영역*/
		.atopClinicArea.newSubContent .lifting02Section04.tapSection{padding:100px 0;}
		.atopClinicArea.newSubContent .lifting02Section04.tapSection .tabContSection .tabContCont span{display:block; margin-top:30px; font-weight:600; font-size:14pt;}
		.atopClinicArea.newSubContent .lifting02Section04.tapSection .tabContSection .tabContCont em{margin-top:50px; display:block; font-size:10pt; color:#5d5d5d;}
		/*5번영역*/
		.atopClinicArea.newSubContent .lifting02Section05{padding:100px 0; position:relative; width:100%; background:#f0f0f2;}
		.atopClinicArea.newSubContent .lifting02Section05 .Inner{width:1000px; min-width:1000px;}
		.atopClinicArea.newSubContent .lifting02Section05 .contWrap{display:inline-flex; align-items:center; justify-content:space-between; width:100%; margin-top:60px;}
		.atopClinicArea.newSubContent .lifting02Section05 .contWrap .txtBox{text-align:left;}
		.atopClinicArea.newSubContent .lifting02Section05 .contWrap .txtBox p{font-size:13pt; font-weight:400; line-height:1.2; margin-top:15px;}
		.atopClinicArea.newSubContent .lifting02Section05 .contWrap .txtBox p b{font-weight:600;}
		/*6번영역*/
		.atopClinicArea.newSubContent .lifting02Section06{padding-top:100px; position:relative; width:100%;}
		.atopClinicArea.newSubContent .lifting02Section06 .Inner{width:1000px; min-width:1000px;}
		.atopClinicArea.newSubContent .lifting02Section06 .contWrap{display:inline-flex; align-items:center; justify-content:space-between; width:100%; margin-top:60px;}
		.atopClinicArea.newSubContent .lifting02Section06 .contWrap .txtBox{text-align:left;}
		.atopClinicArea.newSubContent .lifting02Section06 .contWrap .txtBox .boxWrap{width:100%; display:block;}
		.atopClinicArea.newSubContent .lifting02Section06 .contWrap .txtBox .boxWrap h5{display:inline-block; font-size:13pt; font-weight:600; background:#f2f2f2; padding:6px 15px; border-radius:5px; margin-right:10px; box-shadow:5px 5px 2px #dedede;}
		.atopClinicArea.newSubContent .lifting02Section06 .contWrap .txtBox p{font-size:13pt; font-weight:400; line-height:1.2; margin-top:30px;}
		.atopClinicArea.newSubContent .lifting02Section06 .contWrap .txtBox p b{font-weight:600;}
		/*7번영역*/
		.atopClinicArea.newSubContent .lifting02Section07{padding-top:100px; position:relative; width:100%; background:#f0f0f2;}
		.atopClinicArea.newSubContent .lifting02Section07 .Inner{width:850px; min-width:850px;}
		.atopClinicArea.newSubContent .lifting02Section07 .contWrap{display:inline-flex; align-items:center; justify-content:space-between; width:100%; margin-top:60px;}
		.atopClinicArea.newSubContent .lifting02Section07 .contWrap .txtBox{text-align:left;}
		.atopClinicArea.newSubContent .lifting02Section07 .contWrap .txtBox p{font-size:13pt; font-weight:400; line-height:1.2; margin-top:15px;}
		.atopClinicArea.newSubContent .lifting02Section07 .contWrap .txtBox p b{font-weight:600;}
		/*8번영역*/
		.atopClinicArea.newSubContent .lifting02Section08{padding:100px 0; position:relative; width:100%;}
		.atopClinicArea.newSubContent .lifting02Section08 .Inner{width:100%; min-width:100%;}
		.atopClinicArea.newSubContent .lifting02Section08 .contWrap{width:100%; display:inline-flex; align-items:center; justify-content:space-between;}
		.atopClinicArea.newSubContent .lifting02Section08 .contWrap .leftWrap{width:56%;}
		.atopClinicArea.newSubContent .lifting02Section08 .contWrap .leftWrap.clinicTitle{text-align:left; padding-left:466px;}
		.atopClinicArea.newSubContent .lifting02Section08 .contWrap .leftWrap.clinicTitle p{margin-top:20px;}
		.atopClinicArea.newSubContent .lifting02Section08 .contWrap .rightWrap{width:44%;}
		.atopClinicArea.newSubContent .lifting02Section08 .contWrap .rightWrap img{border-radius:30px;}
		/*기기 영역*/
		.atopClinicArea.newSubContent .devSldSection{position:relative; width:100%; background:#f0f0f2;}
		.atopClinicArea.newSubContent .devSldSection > .Inner{padding:80px 0;}
		.atopClinicArea.newSubContent .devSldSection .clinicTitle h4{font-size:14pt; font-weight:600; color:#fff; background:#262626; padding:2px 40px; display:block; width:fit-content; margin:0 auto; border-radius:5px; margin-top:5px;}
		.atopClinicArea.newSubContent .devSldSection .clinicTitle p{margin-top:15px; font-size:13pt; font-weight:400; line-height:1.2;}
		.atopClinicArea.newSubContent .devSldSection .contWrap01{margin-top:50px; position:relative;}
		.atopClinicArea.newSubContent .devSldSection .contWrap01 .txtBox{margin-top:40px;}
		.atopClinicArea.newSubContent .devSldSection .contWrap01 .txtBox p{font-size:13pt; font-weight:400; line-height:1.2;}
		.atopClinicArea.newSubContent .devSldSection .sliderArrow{width:100%;}
		.atopClinicArea.newSubContent .devSldSection .sliderArrow .section01next{cursor:pointer; position:absolute; top:50%; right:0; transform:translate(0,-50%); z-index:900;}
		.atopClinicArea.newSubContent .devSldSection .sliderArrow .section01prev{cursor:pointer; position:absolute; top:50%; left:0; transform:translate(0,-50%); z-index:900;}
		.atopClinicArea.newSubContent .devSldSection .bottomWrap{background:#262626; padding:100px 0;}
		.atopClinicArea.newSubContent .devSldSection .bottomWrap .contWrap{width:100%; display:inline-flex; align-items:center; justify-content:center;}
		.atopClinicArea.newSubContent .devSldSection .bottomWrap .contWrap .contBox{background:#fff; margin:0 10px; width:240px; height:220px; border-radius:30px;}
		.atopClinicArea.newSubContent .devSldSection .bottomWrap .contWrap .contBox .txtWrap{height:100%; display:table-cell; vertical-align:middle;  width:240px; height:220px;}
		.atopClinicArea.newSubContent .devSldSection .bottomWrap .contWrap .contBox h5{font-size:15pt; font-weight:600; line-height:1.2;}
		.atopClinicArea.newSubContent .devSldSection .bottomWrap .contWrap .contBox p{font-size:13pt; font-weight:400; margin-top:10px; line-height:1.2;}
		/*13번영역*/
		.atopClinicArea.newSubContent .lifting02Section13{padding-top:100px; position:relative; width:100%;}
		.atopClinicArea.newSubContent .lifting02Section13 .contWrap{margin-top:40px;}


/* [리프팅03] 커스텀리프팅 */
.lifting03Wrap{}
.lifting03ClinicArea{}
.lifting03Section{max-width:100%; min-width:100%;}
	/* 컨텐츠 */
	.lifting03Section02{position:relative; display:block; background-color:#f5efe1;}
	.lifting03Section02 > div{position:relative; display:inline-block;}
	.lifting03Section02 > div > img{position:relative; display:inline-block; margin-top:-30%;}
	.lifting03Section02 > div .lineArea{position:relative; display:block; width:100%; z-index:2;}
	.lifting03Section02 > div .lineArea > div{overflow:hidden;}
	.lifting03Section02 > div .line01{position:relative; display:inline-block; top:0; left:-7px;}
	.lifting03Section02 > div .line02{position:relative; display:inline-block; top:0; left:-9px;}
	.lifting03Section02 > div .line03{position:relative; display:inline-block; top:0; left:-9px;}
	.lifting03Section02 > div .dot{position:absolute; display:block; width:19px; height:19px; background-color:#fe804e; border-radius:100px;}
	.lifting03Section02 > div .dot01{left:94px; top:17px;}
	.lifting03Section02 > div .dot02{left:330px; top:75px;}
	.lifting03Section02 > div .dot03{left:564px; bottom:81px;}
	.lifting03Section02 > div .dot04{right:113px; bottom:15px;}
	.lifting03Section03{}
	.lifting03Section03 .linkBtn{position:absolute; width:52%; display:table; height:320px; bottom:7%; z-index:1; left:50%; margin-left:-26%;}
	.lifting03Section03 .linkBtn ul{position:relative; display:inline-table; width:calc(100% / 3); height:100%; vertical-align:top;}
	.lifting03Section03 .linkBtn ul li{position:relative; display:block; height:calc(100% / 6); width:80%; margin:0 auto;}
	.lifting03Section03 .linkBtn ul li a{position:relative; display:block; height:100%; width:100%;}
	.lifting03Section05 .tabsHead .Menu{width:1000px; z-index:10; position:absolute; top:150px; left:50%; transform:translate(-50%,0);}
	.lifting03Section05{position:relative;}
	.lifting03Section05 .TabsClear .tabsHead .Menu a{background:#ffc9b5; color:#3e413a; margin:0 2px; font-size:14pt;}
	.lifting03Section05 .tabsHead .Menu .ui-state-active a{background:#fe804e; color:#fff;}

	/* 컨텐츠 */
	.C00087 .atopClinicArea.lifting03ClinicArea .lifting03Section02 > div.lineArea{position:absolute;display:block;width:920px;z-index:2;/* display:none; */left: 50%;margin-left: -464px;top: 276px;}
	.C00087 .atopClinicArea.lifting03ClinicArea .lifting03Section02 > div.lineArea > div{overflow:hidden;}
	.C00087 .atopClinicArea.lifting03ClinicArea .lifting03Section02 > div .line01{position:relative;display:inline-block;top:0;left: -4px;}
	.C00087 .atopClinicArea.lifting03ClinicArea .lifting03Section02 > div .line02{position:relative; display:inline-block; top:0; left:-9px;}
	.C00087 .atopClinicArea.lifting03ClinicArea .lifting03Section02 > div .line03{position:relative;display:inline-block;top: -2px;left: -13px;}
	.C00087 .atopClinicArea.lifting03ClinicArea .lifting03Section02 > div .dot{position:absolute; display:block; width:19px; height:19px; background-color:#6d89b0; border-radius:100px;}
	.C00087 .atopClinicArea.lifting03ClinicArea .lifting03Section02 > div .dot01{left: 92px;top: 19px;}
	.C00087 .atopClinicArea.lifting03ClinicArea .lifting03Section02 > div .dot02{left: 323px;top: 76px;}
	.C00087 .atopClinicArea.lifting03ClinicArea .lifting03Section02 > div .dot03{left: 553px;bottom: 86px;}
	.C00087 .atopClinicArea.lifting03ClinicArea .lifting03Section02 > div .dot04{right: 109px;bottom: 20px;}

	.C00087 .atopClinicArea.lifting03ClinicArea .lifting03Section03{}
	.C00087 .atopClinicArea.lifting03ClinicArea .lifting03Section03 .sectionTitle{margin:0;}
	.C00087 .atopClinicArea.lifting03ClinicArea .lifting03Section03 .sectionCont{position:relative; padding-bottom:100px;}
	.C00087 .atopClinicArea.lifting03ClinicArea .lifting03Section03 .sliderArrow{position:absolute; width:1160px; z-index:2; bottom:23.5em; left:50%; margin-left:-580px;}
	.C00087 .atopClinicArea.lifting03ClinicArea .lifting03Section03 .sliderArrow .section03next{position:absolute; right:0%; cursor:pointer;}
	.C00087 .atopClinicArea.lifting03ClinicArea .lifting03Section03 .sliderArrow .section03prev{position:absolute; left:0%; cursor:pointer;}

	.C00087 .atopClinicArea.lifting03ClinicArea .lifting03Section04{background-color:#d2dee6; padding-bottom:105px;}
	.C00087 .atopClinicArea.lifting03ClinicArea .lifting03Section04 > div{overflow-x:scroll; width:990px; display:block; margin:0 auto; padding-bottom:15px;}
	.C00087 .atopClinicArea.lifting03ClinicArea .lifting03Section04 > div::-webkit-scrollbar-track{border-radius:100px; background-color:#fff; }
	.C00087 .atopClinicArea.lifting03ClinicArea .lifting03Section04 > div::-webkit-scrollbar{border-radius:100px; height:8.5px; background-color:#fff;}
	.C00087 .atopClinicArea.lifting03ClinicArea .lifting03Section04 > div::-webkit-scrollbar-thumb{border-radius:100px; background-color:#6c89ae;}
	.C00087 .atopClinicArea.lifting03ClinicArea .lifting03Section04 > div img{width:max-content; max-width:1992px; -webkit-user-drag:none; -khtml-user-drag:none; -moz-user-drag:none; -o-user-drag:none; user-drag:none; cursor:pointer;}

	.C00087 .atopClinicArea.lifting03ClinicArea .lifting03Section05{background-color:#f0f0f2; padding:100px 0;}
	.C00087 .atopClinicArea.lifting03ClinicArea .lifting03Section05 .sectionTitle{margin:0;}
	.C00087 .atopClinicArea.lifting03ClinicArea .lifting03Section05 .sectionCont{position:relative; }
	.C00087 .atopClinicArea.lifting03ClinicArea .lifting03Section05 .sliderArrow{position:absolute; width:1160px; z-index:2; bottom:20.5em; left:50%; margin-left:-580px;}
	.C00087 .atopClinicArea.lifting03ClinicArea .lifting03Section05 .sliderArrow .section05next{position:absolute; right:0%; cursor:pointer;}
	.C00087 .atopClinicArea.lifting03ClinicArea .lifting03Section05 .sliderArrow .section05prev{position:absolute; left:0%; cursor:pointer;}
	.C00087 .atopClinicArea.lifting03ClinicArea .lifting03Section05 .sliderPagination{text-align:left; width:1000px; margin:0 auto; margin-bottom:50px; text-align:center;}
	.C00087 .atopClinicArea.lifting03ClinicArea .lifting03Section05 .sliderPagination .swiper-pagination-bullet{width:fit-content; height:auto; border:none; background:none; opacity:1; font-family:'Pretendard', 'Noto Sans JP', 'Noto Sans SC', 'Noto Sans KR', sans-serif; letter-spacing:-0.8px; font-size:19pt; background: #171717; color:#fff; padding:7px 14px; line-height:1; font-weight:500; border-radius:8px;}
	.C00087 .atopClinicArea.lifting03ClinicArea .lifting03Section05 .sliderPagination .swiper-pagination-bullet + li{margin-left:25px;}
	.C00087 .atopClinicArea.lifting03ClinicArea .lifting03Section05 .sliderPagination .swiper-pagination-bullet-active{background: #6c89ae;}

	.C00087 .atopClinicArea.lifting03ClinicArea .lifting03Section06{}
	.C00087 .atopClinicArea.lifting03ClinicArea .lifting03Section06 .sectionTitle{margin:0;}
	.C00087 .atopClinicArea.lifting03ClinicArea .lifting03Section06 .sectionCont{position:relative; padding-bottom:120px;}
	.C00087 .atopClinicArea.lifting03ClinicArea .lifting03Section06 .sliderArrow{position:absolute; width:1160px; z-index:2; bottom:30.5em; left:50%; margin-left:-580px;}
	.C00087 .atopClinicArea.lifting03ClinicArea .lifting03Section06 .sliderArrow .section06next{position:absolute; right:0%; cursor:pointer;}
	.C00087 .atopClinicArea.lifting03ClinicArea .lifting03Section06 .sliderArrow .section06prev{position:absolute; left:0%; cursor:pointer;}

	/* 공통하단조정 */


/* [리프팅04] 이중턱목리프팅 */
.lifting04Wrap{}
.lifting04ClinicArea{}
.lifting04Section{}
	/*2번영역*/
	.atopClinicArea.newSubContent .lifting04Section02{background:#fff; padding:100px 0; position:relative; width:100%; overflow:hidden;}
	.atopClinicArea.newSubContent .lifting04Section02 .imgBox{display:block; margin:40px auto;}
	.atopClinicArea.newSubContent .lifting04Section02 .txtBox p{font-size:13pt; font-weight:400; line-height:1.5;}
	.atopClinicArea.newSubContent .lifting04Section02 .txtBox p b{font-weight:600; line-height:1.5;}
	/*3번영역*/
	.atopClinicArea.newSubContent .lifting04Section03{background:#f0f0f2; padding:100px 0; position:relative; width:100%; overflow:hidden;}
	.atopClinicArea.newSubContent .lifting04Section03 .Inner{width:1000px; min-width:1000px;}
	.atopClinicArea.newSubContent .lifting04Section03 .contWrap{width:100%; display:inline-flex; align-items:start; justify-content:space-between; margin-top:50px;}
	.atopClinicArea.newSubContent .lifting04Section03 .contWrap img{border-radius:30px;}
	.atopClinicArea.newSubContent .lifting04Section03 .contWrap .txtBox{margin-top:25px;}
	.atopClinicArea.newSubContent .lifting04Section03 .contWrap .txtBox h5{font-size:12pt; font-weight:600; color:#4377a8;}
	.atopClinicArea.newSubContent .lifting04Section03 .contWrap .txtBox p{font-size:13pt; font-weight:400; margin-top:15px;}
	/*4번영역*/
	.atopClinicArea.newSubContent .lifting04Section04{background:#262626; padding:40px 0; position:relative; width:100%; overflow:hidden;}
	.atopClinicArea.newSubContent .lifting04Section04 .Inner{width:620px; min-width:620px; position:relative;}
	.atopClinicArea.newSubContent .lifting04Section04 p{color:#fff; font-size:18pt; font-weight:400; padding:30px 0;}
	.atopClinicArea.newSubContent .lifting04Section04 p b{font-weight:600; color:#fff;}
	.atopClinicArea.newSubContent .lifting04Section04 span{width:40px; height:100%; position:absolute; top:0; border-top:7px solid #d9d9d9; border-bottom:7px solid #d9d9d9;}
	.atopClinicArea.newSubContent .lifting04Section04 span.left{left:0; border-left:12px solid #d9d9d9;}
	.atopClinicArea.newSubContent .lifting04Section04 span.right{right:0; border-right:12px solid #d9d9d9;}
	/*5번영역*/
	.atopClinicArea.newSubContent .lifting04Section05{background:#fff; padding:100px 0; position:relative; width:100%; overflow:hidden;}
	.atopClinicArea.newSubContent .lifting04Section05 .Inner{width:1000px; min-width:1000px;}
	.atopClinicArea.newSubContent .lifting04Section05 .contWrap{width:100%; display:inline-flex; align-items:start; justify-content:space-between;}
	.atopClinicArea.newSubContent .lifting04Section05 .contWrap01{align-items:center;}
	.atopClinicArea.newSubContent .lifting04Section05 .contWrap01 .contBox{width:44%;}
	.atopClinicArea.newSubContent .lifting04Section05 .contWrap01 .contBox02{width:12%;}
	.atopClinicArea.newSubContent .lifting04Section05 .contWrap01 .contBox02 span{font-size:15pt; font-weight:600;}
	.atopClinicArea.newSubContent .lifting04Section05 .contWrap01 .contBox img{width:100%; border-radius:30px;}
	.atopClinicArea.newSubContent .lifting04Section05 .contWrap02{margin-top:20px;}
	.atopClinicArea.newSubContent .lifting04Section05 .contWrap02 .contBox{width:44%;}
	.atopClinicArea.newSubContent .lifting04Section05 .contWrap02 .contBox02{width:12%;}
	.atopClinicArea.newSubContent .lifting04Section05 .contWrap02 .contBox .txtBox{width:100%; padding:20px 0; border-bottom:1px solid #171717;}
	.atopClinicArea.newSubContent .lifting04Section05 .contWrap02 .contBox03 .txtBox{border-bottom:1px solid #4377a8;}
	.atopClinicArea.newSubContent .lifting04Section05 .contWrap02 .contBox03 .txtBox img{filter: invert(38%) sepia(84%) saturate(296%) hue-rotate(167deg) brightness(98%) contrast(98%);}
	.atopClinicArea.newSubContent .lifting04Section05 .contWrap02 .contBox .txtBox span{display:inline-block; vertical-align:middle;}
	.atopClinicArea.newSubContent .lifting04Section05 .contWrap02 .contBox .txtBox p{display:inline-block; vertical-align:middle; margin-left:5px; font-size:15pt; font-weight:400;}
	.atopClinicArea.newSubContent .lifting04Section05 .contWrap02 .contBox03 .txtBox p{color:#4377a8; font-weight:600;}
	.atopClinicArea.newSubContent .lifting04Section05 .contWrap03{margin-top:60px;}
	.atopClinicArea.newSubContent .lifting04Section05 .contWrap03{align-items:stretch;}
	.atopClinicArea.newSubContent .lifting04Section05 .contWrap03 .contBox{width:23%; background:#f0f0f2; padding:40px 0; border-radius:30px; display:table;}
	.atopClinicArea.newSubContent .lifting04Section05 .contWrap03 .contBox p{width:100%; text-align:center; font-size:15pt; font-weight:400; display:table-cell; vertical-align:middle;}
	.atopClinicArea.newSubContent .lifting04Section05 .bottomTxt{margin-top:60px;}
	.atopClinicArea.newSubContent .lifting04Section05 .bottomTxt p{font-size:15pt; font-weight:400;}
	.atopClinicArea.newSubContent .lifting04Section05 .bottomTxt p b{font-weight:600;}
	.atopClinicArea.newSubContent .lifting04Section05 .bottomTxt p span{background:#4377a8; color:#fff; padding:0 5px;}
	/*6번영역*/
	.atopClinicArea.newSubContent .lifting04Section06{background:#f0f0f2; padding:100px 0; position:relative; width:100%; overflow:hidden;}
	.atopClinicArea.newSubContent .lifting04Section06 .Inner{width:900px; min-width:900px;}
	.atopClinicArea.newSubContent .lifting04Section06 .contWrap{width:100%; display:inline-flex; align-items:center; justify-content:space-between;}
	.atopClinicArea.newSubContent .lifting04Section06 .contWrap .imgBox{}
	.atopClinicArea.newSubContent .lifting04Section06 .contWrap .imgBox img{border-radius:30px;}
	.atopClinicArea.newSubContent .lifting04Section06 .contWrap .txtBox{width:55%; text-align:left; padding-left:85px;}
	.atopClinicArea.newSubContent .lifting04Section06 .contWrap .txtBox .txtWrap{border-bottom:2px dashed #848485; padding:25px 0;}
	.atopClinicArea.newSubContent .lifting04Section06 .contWrap .txtBox .txtWrap:last-child{border:0;}
	.atopClinicArea.newSubContent .lifting04Section06 .contWrap .txtBox .txtWrap h5{font-size:17pt; font-weight:600;}
	.atopClinicArea.newSubContent .lifting04Section06 .contWrap .txtBox .txtWrap h5 b{color:#4377a8; font-weight:600;}
	.atopClinicArea.newSubContent .lifting04Section06 .contWrap .txtBox .txtWrap p{margin-top:10px; font-size:13pt; font-weight:400;}
	/*7번영역(탭)*/
	.atopClinicArea.newSubContent .lifting04Section07{background:#fff; padding:100px 0; position:relative; width:100%; overflow:hidden;}
	.atopClinicArea.newSubContent .lifting04Section07 .tabContSection .tabContCont{margin-top:50px;}
	.atopClinicArea.newSubContent .lifting04Section07 .tabContSection .tabContCont .tab-content > .Inner{width:850px; min-width:850px;}
	.atopClinicArea.newSubContent .lifting04Section07 .contWrap{width:100%; display:inline-flex; align-items:center; justify-content:space-between;}
	.atopClinicArea.newSubContent .lifting04Section07 .contWrap img{border-radius:30px;}
	.atopClinicArea.newSubContent .lifting04Section07 .contWrap .txtBox{width:45%; text-align:left; padding-left:60px;}
	.atopClinicArea.newSubContent .lifting04Section07 .contWrap .txtBox p{margin-top:0;}
	/*8번영역(포인트)*/
	.atopClinicArea.newSubContent .lifting04Section08{background:#f0f0f2; padding:100px 0; position:relative; width:100%; overflow:hidden;}
		/*1번*/
		.atopClinicArea.newSubContent .lifting04Section08 .contWrap01 .pointWrap .imgWrap{width:100%; display:inline-flex; align-items:start; justify-content:center; margin-top:40px;}
		.atopClinicArea.newSubContent .lifting04Section08 .contWrap01 .pointWrap .imgWrap .imgBox{position:relative; margin:0 10px;}
		.atopClinicArea.newSubContent .lifting04Section08 .contWrap01 .pointWrap .imgWrap .imgBox span{position:absolute; font-size:11pt; font-weight:400; padding:5px 10px; border-radius:500px; bottom:10px;}
		.atopClinicArea.newSubContent .lifting04Section08 .contWrap01 .pointWrap .imgWrap .imgBox01 span{left:12px; background:#e6e6e6;}
		.atopClinicArea.newSubContent .lifting04Section08 .contWrap01 .pointWrap .imgWrap .imgBox02 span{right:12px; background:#4377a8; color:#fff;}
		.atopClinicArea.newSubContent .lifting04Section08 .contWrap01 .pointWrap .imgWrap .imgBox img{border-radius:20px;}
		.atopClinicArea.newSubContent .lifting04Section08 .contWrap01 .pointWrap .txtWrap{width:100%; display:inline-flex; align-items:start; justify-content:center; margin-top:35px;}
		.atopClinicArea.newSubContent .lifting04Section08 .contWrap01 .pointWrap .txtWrap .txtBox{padding:12px 50px; background:#f0f0f2; border-radius:20px; margin:0 15px;}
		.atopClinicArea.newSubContent .lifting04Section08 .contWrap01 .pointWrap .txtWrap .txtBox p{font-size:13pt; font-weight:400; margin:0;}
		/*2번*/
		.atopClinicArea.newSubContent .lifting04Section08 .contWrap02 .pointWrap{width:100%; display:inline-flex; align-items:stretch; justify-content:center; margin-top:40px;}
		.atopClinicArea.newSubContent .lifting04Section08 .contWrap02 .pointWrap .imgBox{margin:0;}
		.atopClinicArea.newSubContent .lifting04Section08 .contWrap02 .pointWrap .imgBox img{border-radius:30px;}
		.atopClinicArea.newSubContent .lifting04Section08 .contWrap02 .pointWrap .txtWrap{width:35%; padding-left:15px; display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center;}
		.atopClinicArea.newSubContent .lifting04Section08 .contWrap02 .pointWrap .txtWrap .txtBox{background:#f0f0f2; border-radius:20px; text-align:center; height:22%; width:100%; display:table;}
		.atopClinicArea.newSubContent .lifting04Section08 .contWrap02 .pointWrap .txtWrap .txtBox p{margin:0; display:table-cell; vertical-align:middle; width:100%; font-size:13pt; line-height:1.3;}
		.atopClinicArea.newSubContent .lifting04Section08 .contWrap02 .pointWrap .txtWrap .txtBox p b{font-weight:600;}
		/*3번*/
		.atopClinicArea.newSubContent .lifting04Section08 .contWrap03 .pointWrap{width:820px; margin:0 auto;}
		.atopClinicArea.newSubContent .lifting04Section08 .contWrap03 .pointWrap .imgWrap{width:100%; display:inline-flex; align-items:start; justify-content:center; margin-top:40px;}
		.atopClinicArea.newSubContent .lifting04Section08 .contWrap03 .pointWrap .imgWrap .imgBox{position:relative; margin:0 15px;}
		.atopClinicArea.newSubContent .lifting04Section08 .contWrap03 .pointWrap .imgWrap .imgBox img{border-radius:30px; border:1px solid #e0e0e0;}
		.atopClinicArea.newSubContent .lifting04Section08 .contWrap03 .pointWrap .txtWrap{width:100%; margin-top:30px;}
		.atopClinicArea.newSubContent .lifting04Section08 .contWrap03 .pointWrap .txtWrap .txtBox{background:#f0f0f2; border-radius:20px; padding:20px 0; margin-top:10px;}
		.atopClinicArea.newSubContent .lifting04Section08 .contWrap03 .pointWrap .txtWrap .txtBox p{margin:0;}
		.atopClinicArea.newSubContent .lifting04Section08 .contWrap03 .pointWrap .txtWrap .txtBox p b{font-weight:600;}
		/*4번*/
		.atopClinicArea.newSubContent .lifting04Section08 .contWrap04 .pointWrap{width:100%; display:inline-flex; align-items:center; justify-content:center; margin-top:40px;}
		.atopClinicArea.newSubContent .lifting04Section08 .contWrap04 .pointWrap .imgBox{margin:0;}
		.atopClinicArea.newSubContent .lifting04Section08 .contWrap04 .pointWrap .imgBox img{border-radius:30px; border:1px solid #e0e0e0;}
		.atopClinicArea.newSubContent .lifting04Section08 .contWrap04 .pointWrap .txtWrap{width:40%; text-align:left; padding-left:45px;}
		.atopClinicArea.newSubContent .lifting04Section08 .contWrap04 .pointWrap .txtWrap p{font-size:13pt; font-weight:400; line-height:1.3; margin-top:15px;}
		.atopClinicArea.newSubContent .lifting04Section08 .contWrap04 .pointWrap .txtWrap p:first-child{margin:0;}
		.atopClinicArea.newSubContent .lifting04Section08 .contWrap04 .pointWrap .txtWrap p span{background:#4377a8; color:#fff; font-weight:500; padding:0 5px;}
		/*5번*/
		.atopClinicArea.newSubContent .lifting04Section08 .contWrap05 .pointWrap .imgBox{margin-bottom:30px;}
		.atopClinicArea.newSubContent .lifting04Section08 .contWrap05 .pointWrap .imgBox img{border-radius:30px;}
		.atopClinicArea.newSubContent .lifting04Section08 .contWrap05 .pointWrap .txtWrap p{font-size:13pt; font-weight:400; line-height:2;}
		.atopClinicArea.newSubContent .lifting04Section08 .contWrap05 .pointWrap .txtWrap p span{background:#4377a8; color:#fff; font-weight:500; padding:0 5px; line-height:2;}
	/*9번영역*/
	.atopClinicArea.newSubContent .lifting04Section09{background:#fff; padding:100px 0; position:relative; width:100%; overflow:hidden;}
	.atopClinicArea.newSubContent .lifting04Section09 .Inner{width:920px; min-width:920px;}
	.atopClinicArea.newSubContent .lifting04Section09 .contWrap{width:100%; display:inline-flex; align-items:center; justify-content:space-between; margin-top:50px;}
	.atopClinicArea.newSubContent .lifting04Section09 .contWrap .imgBox img{border-radius:30px;}
	.atopClinicArea.newSubContent .lifting04Section09 .contWrap .txtWrap{width:55%; padding-left:60px; text-align:left;}
	.atopClinicArea.newSubContent .lifting04Section09 .contWrap .txtWrap .txtBox{margin:30px 0;}
	.atopClinicArea.newSubContent .lifting04Section09 .contWrap .txtWrap .txtBox span{display:inline-block; vertical-align:middle;}
	.atopClinicArea.newSubContent .lifting04Section09 .contWrap .txtWrap .txtBox p{display:inline-block; vertical-align:middle; margin-left:5px; font-weight:400; font-size:13pt;}
	/*10번영역(장점)*/
	.atopClinicArea.newSubContent .lifting04Section10 .contWrap .contBox .txtBox h5{margin-top:0;}
	 


/* [리프팅05] 포인트지방이식 */
.lifting05Wrap{}
.lifting05ClinicArea{}
.lifting05Section{max-width:100%; min-width:100%;}
	/* 컨텐츠 */
	/* 공통하단조정 */
	.lifting05ClinicArea .CommonMove .sectionTitle em{color:#061a70;}	
	.lifting05ClinicArea .CommonBnf{background-color:#91b0e9;}
	.lifting05ClinicArea .CommonBnf .sectionCont:before{}
	.lifting05ClinicArea .CommonBnf .sectionCont:after{color:#061a70;}
	.lifting05ClinicArea .CommonBnf .tabsHead .Menu{background-color:#061a70;}
	.lifting05ClinicArea .CommonBnf .tabsHead .Menu a{color:#fff !important;}
	.lifting05ClinicArea .CommonBnf .tabsHead .Menu .ui-state-active a{color:#061a70 !important;}


/* [리프팅06] 심술보리프팅 */
.lifting06Wrap{}
.lifting06ClinicArea{}
	.C00087 .atopClinicArea.lifting06ClinicArea .lifting06Section05{}
	.C00087 .atopClinicArea.lifting06ClinicArea .lifting06Section05 .sectionTitle{margin:0;}
	.C00087 .atopClinicArea.lifting06ClinicArea .lifting06Section05 .sectionCont{position:relative; padding-bottom:120px;}
	.C00087 .atopClinicArea.lifting06ClinicArea .lifting06Section05 .sliderArrow{position:absolute; width:1160px; z-index:2; bottom:21.5em; left:50%; margin-left:-580px;}
	.C00087 .atopClinicArea.lifting06ClinicArea .lifting06Section05 .sliderArrow .section05next{position:absolute; right:0%; cursor:pointer;}
	.C00087 .atopClinicArea.lifting06ClinicArea .lifting06Section05 .sliderArrow .section05prev{position:absolute; left:0%; cursor:pointer;}
	.C00087 .atopClinicArea.lifting06ClinicArea .lifting06Section05 .sliderPagination{text-align:left; width:1000px; margin:0 auto; margin-bottom:27px; margin-top:-5px;}
	.C00087 .atopClinicArea.lifting06ClinicArea .lifting06Section05 .sliderPagination .swiper-pagination-bullet{width:fit-content; height:auto; border:none; background:none; font-size:14pt; opacity:1; font-weight:400; font-family:'Pretendard', 'Noto Sans JP', 'Noto Sans SC', 'Noto Sans KR', sans-serif; letter-spacing:-0.8px;}
	.C00087 .atopClinicArea.lifting06ClinicArea .lifting06Section05 .sliderPagination .swiper-pagination-bullet + span{margin-left:1.8em;}
	.C00087 .atopClinicArea.lifting06ClinicArea .lifting06Section05 .sliderPagination .swiper-pagination-bullet-active{opacity:1; font-weight:600;}


/* [리프팅07] 울쎄라리프팅 */
.lifting07Wrap{}
.lifting07ClinicArea{}
.lifting07Section{max-width:100%; min-width:100%;}
	/* 컨텐츠 */
	.C00087 .atopClinicArea.lifting07ClinicArea .lifting07Section05{}
	.C00087 .atopClinicArea.lifting07ClinicArea .lifting07Section05 .sectionTitle{margin:0;}
	.C00087 .atopClinicArea.lifting07ClinicArea .lifting07Section05 .sectionCont{position:relative; background-color:#f0f0f2;}
	.C00087 .atopClinicArea.lifting07ClinicArea .lifting07Section05 .MultiSlider .swiper-slide-active.Slide02 img{padding-bottom:100px;}
	.C00087 .atopClinicArea.lifting07ClinicArea .lifting07Section05 .sliderArrow{position:absolute; width:1160px; z-index:2; bottom:31em; left:50%; margin-left:-580px;}
	.C00087 .atopClinicArea.lifting07ClinicArea .lifting07Section05 .sliderArrow .section04next{position:absolute; right:0%; cursor:pointer;}
	.C00087 .atopClinicArea.lifting07ClinicArea .lifting07Section05 .sliderArrow .section04prev{position:absolute; left:0%; cursor:pointer;}
	.C00087 .atopClinicArea.lifting07ClinicArea .lifting07Section05 .sliderPagination{text-align:center; width:1000px; margin:0 auto; margin-bottom:54px;}
	.C00087 .atopClinicArea.lifting07ClinicArea .lifting07Section05 .sliderPagination .swiper-pagination-bullet{width:fit-content; height:auto; border:none; background:none; font-size:20pt; line-height:1; opacity:1; font-weight:400; font-family:'Pretendard', 'Noto Sans JP', 'Noto Sans SC', 'Noto Sans KR', sans-serif; letter-spacing:-0.8px;}
	.C00087 .atopClinicArea.lifting07ClinicArea .lifting07Section05 .sliderPagination .swiper-pagination-bullet + span{margin-left:1.5em;}
	.C00087 .atopClinicArea.lifting07ClinicArea .lifting07Section05 .sliderPagination .swiper-pagination-bullet-active{opacity:1; font-weight:600;}
	/* 공통하단조정 */

/* [리프팅08] 애플리프팅 */
.lifting08Wrap{}
.lifting08ClinicArea{}
.lifting08Section{max-width:100%; min-width:100%;}
	/* 컨텐츠 */
	/* 공통하단조정 */

/* [리프팅09] 듀얼아이리프팅 */
.lifting09Wrap{}
.lifting09ClinicArea{}
.lifting09Section{max-width:100%; min-width:100%;}
	/* 컨텐츠 */
	.lifting09Wrap .CommonBnfSlide{background:#f6f6f6;}
	/* 공통하단조정 */

/* [리프팅10] 볼처짐리프팅 */
.lifting10Wrap{}
.lifting10ClinicArea{}
.lifting10Section{max-width:100%; min-width:100%;}

/* [리프팅11] 팔자지우개리프팅 */
.lifting11Wrap{}
.lifting11ClinicArea{}
.lifting11Section{max-width:100%; min-width:100%; position:relative;}
	/*버튼*/
	.C00199 .lifting11Section05 .linkBtn{bottom:62px;}
	.C00199 .lifting11Section06 .linkBtn{bottom:30px;}
	.C00188 .lifting11Section .linkBtn{display:none;}
	.lifting11Section .linkBtn{position:absolute; width:430px; height:80px; left:500px; bottom:30px; z-index:1;}
	.lifting11Section .linkBtn a{position:relative; display:block; width:100%; height:100%;}
	/* 공통하단조정 */
	.lifting11ClinicArea .CommonMove .sectionTitle em{color:#45295a;}	

/* [리프팅12] 눈썹거상리프팅 */
.lifting12Wrap{}
.lifting12ClinicArea{}
	/*리뉴얼*/
	/*2번영역*/
	.atopClinicArea.newSubContent .lifting12Section02{background:#fff; padding:100px 0; position:relative; width:100%; overflow:hidden;}
	.atopClinicArea.newSubContent .lifting12Section02 p{font-size:13pt; font-weight:400; line-height:1.4;}
	.atopClinicArea.newSubContent .lifting12Section02 p b{font-weight:600; line-height:1.4;}
	.atopClinicArea.newSubContent .lifting12Section02 .Inner{width:800px; min-width:800px;}
	.atopClinicArea.newSubContent .lifting12Section02 .contWrap{width:100%; display:inline-flex; align-items:start; justify-content:space-between; margin-top:50px;}
	.atopClinicArea.newSubContent .lifting12Section02 .contWrap .leftWrap{width:45%; text-align:center;}
	.atopClinicArea.newSubContent .lifting12Section02 .contWrap .leftBox{background:#f0f0f2; box-shadow:5px 5px 5px #dedede; padding:20px 0; border-radius:10px; margin-bottom:20px;}
	.atopClinicArea.newSubContent .lifting12Section02 .contWrap .leftBox h5{font-weight:400; font-size:14pt;}
	.atopClinicArea.newSubContent .lifting12Section02 .contWrap .rightWrap{border-radius:30px; overflow:hidden;}
	/*3번영역*/
	.atopClinicArea.newSubContent .lifting12Section03{background:#f0f0f2; padding:100px 0; position:relative; width:100%; overflow:hidden;}
	.atopClinicArea.newSubContent .lifting12Section03 .Inner{width:980px; min-width:980px;}
	.atopClinicArea.newSubContent .lifting12Section03 .contWrap{width:100%; display:inline-flex; align-items:start; justify-content:space-between; margin-top:50px;}
	.atopClinicArea.newSubContent .lifting12Section03 .contWrap .contBox{width:30%;}
	.atopClinicArea.newSubContent .lifting12Section03 .contWrap .contBox .imgBox img{border-radius:20px 20px 0 0; width:100%;}
	.atopClinicArea.newSubContent .lifting12Section03 .contWrap .contBox .imgBox h4{width:100%; background:#4377a8; border-radius:0 0 20px 20px; font-size:14pt; font-weight:600; padding:10px 0; color:#fff;}
	.atopClinicArea.newSubContent .lifting12Section03 .contWrap .contBox .txtBox{margin-top:20px;}
	.atopClinicArea.newSubContent .lifting12Section03 .contWrap .contBox .txtBox h5{font-size:15pt; font-weight:600;}
	.atopClinicArea.newSubContent .lifting12Section03 .contWrap .contBox .txtBox p{font-size:13pt; font-weight:400; line-height:1.2; margin-top:10px;}
	/*4번영역*/
	.atopClinicArea.newSubContent .lifting12Section04{background:#fff; padding:100px 0; position:relative; width:100%; overflow:hidden;}
	.atopClinicArea.newSubContent .lifting12Section04 .imgBox{margin-top:40px;}
	.atopClinicArea.newSubContent .lifting12Section04 .txtBox{margin-top:35px;}
	.atopClinicArea.newSubContent .lifting12Section04 .txtBox p{font-size:13pt; font-weight:400; line-height:1.2; margin-top:15px;}
	.atopClinicArea.newSubContent .lifting12Section04 .txtBox p b{font-weight:600; line-height:1.2;}
	/*5번영역*/
	.atopClinicArea.newSubContent .lifting12Section05{background:#f0f0f2; padding:100px 0; position:relative; width:100%; overflow:hidden;}
	.atopClinicArea.newSubContent .lifting12Section05 .contBox01{margin:40px 0;}
	.atopClinicArea.newSubContent .lifting12Section05 .contBox02{width:980px; margin:0 auto; background:#fff; border-radius:25px; box-shadow:5px 5px 5px #dedede; padding:60px 70px;}
	.atopClinicArea.newSubContent .lifting12Section05 .contBox02 img{width:100%;}
	.atopClinicArea.newSubContent .lifting12Section05 .contBox02 .txtWrap{width:100%; display:inline-flex; align-items:stretch; justify-content:space-between; margin-top:50px;}
	.atopClinicArea.newSubContent .lifting12Section05 .contBox02 .txtWrap .txtBox{width:31%; border-top:2px solid #000000; border-bottom:2px solid #000000;}
	.atopClinicArea.newSubContent .lifting12Section05 .contBox02 .txtWrap .txtBox h6{font-size:13pt; font-weight:600; color:#4377a8; padding:10px 0;}
	.atopClinicArea.newSubContent .lifting12Section05 .contBox02 .txtWrap .txtBox h5{font-size:15pt; font-weight:600; padding:15px 0; border-top:1px solid #000000; border-bottom:1px solid #000000;}
	.atopClinicArea.newSubContent .lifting12Section05 .contBox02 .txtWrap .txtBox p{font-size:13pt; font-weight:400; padding:15px 0; line-height:1.4;}
	/*6번영역*/
	.atopClinicArea.newSubContent .lifting12Section06{background:#fff; padding:100px 0; position:relative; width:100%; overflow:hidden;}
	.atopClinicArea.newSubContent .lifting12Section06 .clinicTitle h6{width:fit-content; font-size:13pt; font-weight:600; color:#fff; background:#4377a8; border-radius:20px; padding:12px 20px; margin:0 auto; margin-bottom:20px;}
	.atopClinicArea.newSubContent .lifting12Section06 .Inner{width:820px; min-width:820px;}
	.atopClinicArea.newSubContent .lifting12Section06 .imgBox{margin-top:40px;}
	.atopClinicArea.newSubContent .lifting12Section06 .imgBox img{width:100%;}
	.atopClinicArea.newSubContent .lifting12Section06 .txtWrap{width:100%; display:inline-flex; align-items:stretch; justify-content:space-between; margin-top:50px;}
	.atopClinicArea.newSubContent .lifting12Section06 .txtWrap .txtBox{width:32%; background:#f0f0f2; border-radius:25px; padding:40px 0; box-shadow:5px 5px 3px #dedede;}
	.atopClinicArea.newSubContent .lifting12Section06 .txtWrap .txtBox h5{font-size:15pt; font-weight:600;}
	.atopClinicArea.newSubContent .lifting12Section06 .txtWrap .txtBox p{font-size:13pt; font-weight:400; margin-top:15px; line-height:1.3;}


	


/* -------------------------------------------------------------------------------------------------------------------------------------------------- */	
/* 가슴류 */
.breastWrap{}
.breastClinicArea{}


/* [가슴01] FIT가슴성형 */
.breast01Wrap{}
.breast01ClinicArea{}
.breast01Section{}
	/* 컨텐츠 */
	.breast01Section05{padding:8em 0em;}
	.breast01Section05 .Inner{}
	.breast01Section05 .sectionTitle{}
	.breast01Section05 .sectionTitle .topText{color:#a9a9a9;}
	.breast01Section05 .sectionCont{display:block; position:relative;}
	.breast01Section05 .sectionCont .innerBox{display:flex; position:relative; flex-wrap:nowrap; flex-direction:row;}
	.breast01Section05 .sectionCont .Left{display:block; position:relative; flex-grow:1; flex-shrink:1; flex-basis:50%; width:50%; align-self:center;}
	.breast01Section05 .sectionCont .Right{display:block; position:relative; flex-grow:1; flex-shrink:1; flex-basis:50%; width:50%; align-self:center; padding-left:2em;}
	.breast01Section05 .sectionCont .List{display:block; position:relative;}
	.breast01Section05 .sectionCont .List li{display:block; position:relative;}
	.breast01Section05 .sectionCont .List li + li{margin-top:0.5em;}
	.breast01Section05 .sectionCont .List p{display:block; position:relative; color:#649994; font-size:1.8em; border:2px solid #649994; padding:0.7em 1em 0.5em 1em;}
	.breast01Section08{background-color:#f4f4f4; }
	.breast01Section08 .Inner{width:1500px;}
	.breast01Section08 .tabsHead{}
	.breast01Section08 .tabsHead .Menu{background-color:#fff;}
	.breast01Section08 .tabsHead .Menu li{border:1px solid #649994 !important;}
	.breast01Section08 .tabsHead .Menu a{font-size:1.4em;}
	.breast01Section08 .tabsHead .Menu .ui-state-active a{color:#fff; background-color:#649994; }
	.breast01Section08 .tabsCont{padding:8em 0em; background:#f4f4f4;}
	/* 공통하단조정 */
	.breast01ClinicArea .CommonMove .sectionTitle em{color:#285c57;}	
	.breast01ClinicArea .CommonBnf{background-color:#659995;}
	.breast01ClinicArea .CommonBnf .sectionCont:before{}
	.breast01ClinicArea .CommonBnf .sectionCont:after{color:#285c57;}
	.breast01ClinicArea .CommonBnf .tabsHead .Menu{background-color:#285c57;}
	.breast01ClinicArea .CommonBnf .tabsHead .Menu a{color:#fff !important;}
	.breast01ClinicArea .CommonBnf .tabsHead .Menu .ui-state-active a{color:#285c57 !important;}
	/*영어*/
	.C00199 .breast01Section05 .sectionCont .List p{font-size:1.4em;}

/* [가슴05] 가슴축소거상 */
.breast05Wrap{}
.breast05ClinicArea{}
.breast05Section{max-width:100%; min-width:100%;}
	/* 컨텐츠 */
	/* 공통하단조정 */

/* -------------------------------------------------------------------------------------------------------------------------------------------------- */	
/* 입술 */
.lipsWrap{}
.lipsClinicArea{}

/* [입술01] 입술성형 */
.lips01Wrap{}
.lips01ClinicArea{}
.lips01Section{}
	/* 컨텐츠 */
	.lips01Section05 .tabsHead .Menu{width:800px; margin:0 auto; margin-top:80px;}
	.lips01Section05 .TabsClear .tabsHead .Menu a{background:#505050; color:#fff; margin:0 2px; font-size:16pt;}
	.lips01Section05 .tabsHead .Menu .ui-state-active a{background:#e7265d;}

/* [입술04] 인중오목술 */
	/*5번영역*/
	body .newSubContent .lips04Section05{width:100%; position:relative; overflow:hidden; padding:100px 0;}
	body .newSubContent .lips04Section05 .Inner{width:850px; min-width:850px;}
	body .newSubContent .lips04Section05 .contWrap{width:100%; display:inline-flex; align-items:center; justify-content:space-between; margin-top:50px;}
	body .newSubContent .lips04Section05 .contWrap .imgBox{border-radius:30px; overflow:hidden;}
	body .newSubContent .lips04Section05 .contWrap .txtBox{text-align:left;}
	body .newSubContent .lips04Section05 .contWrap .txtBox p{font-size:13pt; font-weight:400; line-height:1.3; margin-top:10px;}
	body .newSubContent .lips04Section05 .contWrap .txtBox p:first-child{margin-top:0;}
	body .newSubContent .lips04Section05 .contWrap .txtBox p b{font-weight:600;}

/* [입술05] 입꼭지성형 */
	/*5번영역*/
	body .newSubContent .lips05Section05{width:100%; position:relative; overflow:hidden; padding:100px 0;}
	body .newSubContent .lips05Section05 .Inner{width:920px; min-width:920px;}
	body .newSubContent .lips05Section05 .contWrap{width:100%; display:inline-flex; align-items:center; justify-content:space-between; margin-top:50px;}
	body .newSubContent .lips05Section05 .contWrap .imgBox{border-radius:30px; overflow:hidden;}
	body .newSubContent .lips05Section05 .contWrap .txtBox{text-align:left;}
	body .newSubContent .lips05Section05 .contWrap .txtBox p{font-size:13pt; font-weight:400; line-height:1.3; margin-top:10px;}
	body .newSubContent .lips05Section05 .contWrap .txtBox p:first-child{margin-top:0;}
	body .newSubContent .lips05Section05 .contWrap .txtBox p b{font-weight:600;}

/* [입술06] 입술축소수술 */
	/*6번영역*/
	body .newSubContent .lips06Section06{width:100%; position:relative; overflow:hidden; padding:100px 0;}
	body .newSubContent .lips06Section06 .Inner{width:830px; min-width:830px;}
	body .newSubContent .lips06Section06 .contWrap{width:100%; display:inline-flex; align-items:center; justify-content:space-between; margin-top:50px;}
	body .newSubContent .lips06Section06 .contWrap .imgBox{border-radius:30px; overflow:hidden;}
	body .newSubContent .lips06Section06 .contWrap .txtBox{text-align:left;}
	body .newSubContent .lips06Section06 .contWrap .txtBox p{font-size:13pt; font-weight:400; line-height:1.3; margin-top:10px;}
	body .newSubContent .lips06Section06 .contWrap .txtBox p:first-child{margin-top:0;}
	body .newSubContent .lips06Section06 .contWrap .txtBox p b{font-weight:600;}

/* -------------------------------------------------------------------------------------------------------------------------------------------------- */	
/* 피부 */
.skinWrap{}
.skinClinicArea{}

/* [피부01] 이물질제거 */
.skin01Wrap{}
.skin01ClinicArea{}
.skin01Section{max-width:100%; min-width:100%;}
	/* 컨텐츠 */

/* [피부02] 히든스카열상치료 */
.skin02Wrap{}
.skin02ClinicArea{}
.skin02Section{}
	/* 컨텐츠 */
	/* 공통하단조정 */
	.skin02ClinicArea .CommonMove .sectionTitle em strong{color:#07bcc3;}	
	.skin02ClinicArea .CommonMove{background:#e1f5f6; width:100%; max-width:100% !important;}
	
/* [피부03] 리쥬란힐러 */
.skin03Wrap{}
.skin03ClinicArea{}
.skin03Section{max-width:100%; min-width:100%;}
	/* 컨텐츠 */
	/* 공통하단조정 */

/* [피부04] 보톡스 */
.skin04Wrap{}
.skin04ClinicArea{}
.skin04Section{max-width:100%; min-width:100%;}
	/* 컨텐츠 */
	/* 공통하단조정 */

/* [피부05] 필러 */
.skin05Wrap{}
.skin05ClinicArea{}
.skin05Section{max-width:100%; min-width:100%;}
	/* 컨텐츠 */
	/* 공통하단조정 */

/* [피부06] 애프터알파케어 */
.skin06Wrap{}
.skin06ClinicArea{}
.skin06Section{max-width:100%; min-width:100%;}
	/* 컨텐츠 */
	.atopClinicArea .skin06Section02{position:relative; padding:130px 0 140px 0; background-color:#f7f7f7; display:flex; width:100%; align-items:center;}
	.atopClinicArea .skin06Section02 .contLeft{position:relative; display:block; width:55%; text-align:right; padding-right:230px;}
	.atopClinicArea .skin06Section02 .contRight{position:relative; width:45%; display:block;}
	.atopClinicArea .skin06Section02 .contRight .skin06Swiper{position:relative; width:100%;}
	.atopClinicArea .skin06Section02 .contRight .skin06Swiper img:hover{opacity:.9; transition-duration:200ms;}
	.atopClinicArea .skin06Section02 .contRight .skin06ScrollBar{position:absolute; left:0%; bottom:-3.5em; height:2px; background:#e0e0e0; width:100%; border-radius:500px;}
	.atopClinicArea .skin06Section02 .contRight .skin06ScrollBar > div{background-color:#000; width:230px;}
	/*리뉴얼*/
	.atopClinicArea.newSubContent .skin06Section02{background:#fff;}
	.atopClinicArea.newSubContent .skin06Section02 .contLeft{text-align:left; padding-left:420px;}
	.atopClinicArea.newSubContent .skin06Section02 .contLeft h3{font-size:28pt; line-height:1.5;}
	.atopClinicArea.newSubContent .skin06Section02 .contLeft p{font-size:14pt; font-weight:400; line-height:1.5; margin-top:30px;}	
	/* -------------------------------------------------------------------------------------------------------------------------------------------------- */
	.atopClinicArea.newSubContent .alphaSection{position:relative; padding:100px 0; width:100%; overflow:hidden;}
	.atopClinicArea.newSubContent .alphaSection .Inner{width:1000px; min-width:1000px;}
	.atopClinicArea.newSubContent .alphaSection .contWrap01{width:100%; display:block; position:relative; text-align:left;}
	.atopClinicArea.newSubContent .alphaSection .contWrap01 .rightWrap{position:absolute; top:50%; right:0; transform:translate(0,-50%);}
	.atopClinicArea.newSubContent .alphaSection .contWrap01 .leftWrap > span{font-size:18pt; display:block; font-weight:400;}
	.atopClinicArea.newSubContent .alphaSection .contWrap01 .leftWrap h3{position:relative; width:100%; display:block; font-size:21pt; font-weight:700; padding-bottom:12px;}
	.atopClinicArea.newSubContent .alphaSection .contWrap01 .leftWrap h3 em{position:absolute; left:0; width:400px;}
	.atopClinicArea.newSubContent .alphaSection .contWrap01 .leftWrap h3 em.line01{height:1px; background:#000; bottom:5px;}
	.atopClinicArea.newSubContent .alphaSection .contWrap01 .leftWrap h3 em.line02{height:2px; background:#000; bottom:0px;}
	.atopClinicArea.newSubContent .alphaSection .contWrap01 .leftWrap > p{font-size:13pt; margin-top:30px; line-height:1.5;}
	.atopClinicArea.newSubContent .alphaSection .contWrap01 .leftWrap .txtWrap{width:550px; margin-top:40px;}
	.atopClinicArea.newSubContent .alphaSection .contWrap01 .leftWrap .txtWrap .txtInner{width:100%; display:flex; flex-wrap:wrap; align-items:start;}
	.atopClinicArea.newSubContent .alphaSection .contWrap01 .leftWrap .txtWrap .txtInner .txtBox{width:50%;}
	.atopClinicArea.newSubContent .alphaSection .contWrap01 .leftWrap .txtWrap .txtInner .txtBox:nth-child(n+3){margin-top:20px;}
	.atopClinicArea.newSubContent .alphaSection .contWrap01 .leftWrap .txtWrap .txtInner .txtBox span{display:block; width:6px; height:6px; background:#045689; border-radius:500px;}
	.atopClinicArea.newSubContent .alphaSection .contWrap01 .leftWrap .txtWrap .txtInner .txtBox h5{color:#045689; font-size:14pt; font-weight:600; line-height:1.5; margin-top:5px;}
	.atopClinicArea.newSubContent .alphaSection .contWrap01 .leftWrap .txtWrap .txtInner .txtBox p{font-size:10pt; font-weight:400; line-height:1.5; margin-top:10px;}
	.atopClinicArea.newSubContent .alphaSection .contWrap02{width:100%; border-radius:30px; overflow:hidden; margin-top:50px;}
	.atopClinicArea.newSubContent .alphaSection .contWrap02 img{width:100%;}
		/*배경색, 이미지위치조정*/
		.atopClinicArea.newSubContent .skin06Section03{background:#d7dbdd;}
		.atopClinicArea.newSubContent .skin06Section03 .rightWrap{padding-top:100px; margin-right:-20px;}
		.atopClinicArea.newSubContent .skin06Section04{background:#e5eaec;}
		.atopClinicArea.newSubContent .skin06Section04 .rightWrap{padding-top:120px; margin-right:-80px;}
		.atopClinicArea.newSubContent .skin06Section05{background:#d7dbdd;}
		.atopClinicArea.newSubContent .skin06Section05 .rightWrap{padding-top:20px; margin-right:-100px;}
		.atopClinicArea.newSubContent .skin06Section06{background:#e5eaec;}
		.atopClinicArea.newSubContent .skin06Section06 .contWrap01 .leftWrap .txtWrap{width:700px}
		.atopClinicArea.newSubContent .skin06Section06 .rightWrap{padding-top:50px; margin-right:-100px;}
		.atopClinicArea.newSubContent .skin06Section07{background:#d7dbdd;}
		.atopClinicArea.newSubContent .skin06Section07 .contWrap01 .leftWrap .txtWrap{width:600px}
		.atopClinicArea.newSubContent .skin06Section07 .rightWrap{padding-top:50px; margin-right:-100px;}
		.atopClinicArea.newSubContent .skin06Section08{background:#e5eaec;}
		.atopClinicArea.newSubContent .skin06Section08 .contWrap01 .leftWrap .txtWrap{width:600px}
		.atopClinicArea.newSubContent .skin06Section08 .rightWrap{}
	
/* [피부07] 애프터알파케어 */
.skin07Wrap{}
.skin07ClinicArea{}
.skin07Section{max-width:100%; min-width:100%;}

/* [피부08] 자가혈 재생주사 */
.skin08Wrap{}
.skin08ClinicArea{}
.skin08Section{max-width:100%; min-width:100%;}
	/* 컨텐츠 */
	body .skin08Wrap .newSubContent .keySection .keyTitle{width:50%; left:37%;}
	/*2번영역(체크)*/
	body .newSubContent .checkSection.skin08Section02{position:relative; overflow:hidden;}
	body .newSubContent .checkSection.skin08Section02 .Inner{width:950px; min-width:950px;}
	body .newSubContent .checkSection.skin08Section02 .contWrap p{font-weight:500; font-size:13pt;}
	body .newSubContent .checkSection.skin08Section02 .contWrap .contBox{height:auto; padding-top:60px; padding-bottom:80px;}
	/*3번영역*/
	body .newSubContent .skin08Section03{position:relative; overflow:hidden; padding:100px 0; background:#f0f0f2;}
	body .newSubContent .skin08Section03 .Inner{width:1200px; min-width:1200px;}
	body .newSubContent .skin08Section03 .contWrap{width:100%; background:#fff; border-radius:30px; margin-top:40px; padding:60px 0;}
	body .newSubContent .skin08Section03 .contWrap .subTt h6{font-size:20pt; font-weight:600;}
	body .newSubContent .skin08Section03 .contWrap .subTt p{margin-top:10px; font-size:13pt;}
	body .newSubContent .skin08Section03 .contWrap .contBox{width:100%; display:inline-flex; align-items:center; justify-content:center; margin-top:30px;}
	body .newSubContent .skin08Section03 .contWrap .contBox .imgBox{width:30%; overflow:hidden; border-radius:20px;}
	body .newSubContent .skin08Section03 .contWrap .contBox .imgBox img{width:100%;}
	body .newSubContent .skin08Section03 .contWrap .contBox .txtWrap{width:34%; margin-left:60px; text-align:left;}
	body .newSubContent .skin08Section03 .contWrap .contBox .txtWrap .txtBox{margin-top:10px; background:#f0f0f2; border-radius:500px; padding:8px 30px;}
	body .newSubContent .skin08Section03 .contWrap .contBox .txtWrap span{display:inline-block; width:30px; font-size:18pt; vertical-align:middle; font-weight:600; color: rgb(33, 42, 69); border-bottom: 1px solid rgb(33, 42, 69);}
	body .newSubContent .skin08Section03 .contWrap .contBox .txtWrap p{display: inline-block; font-size: 12pt; vertical-align: middle; font-weight: 400;}
	body .newSubContent .skin08Section03 .contWrap .contBox .txtWrap p b{font-size:13pt; font-weight:600;}
	/*5번영역(qna)*/
	body .newSubContent .skin08Section04.QnaSection{background:#fff; padding:80px 0;}
	body .newSubContent .skin08Section04.QnaSection .contWrap{justify-content:center;}
	body .newSubContent .skin08Section04.QnaSection .contWrap .contBox{overflow:hidden; box-shadow:none; height:340px;}
	body .newSubContent .skin08Section04.QnaSection .contWrap .contBox01{background:url('/clinicInfoAt/img/skin08_05_img1.jpg')no-repeat center/cover;}
	body .newSubContent .skin08Section04.QnaSection .contWrap .contBox02{background:url('/clinicInfoAt/img/skin08_05_img3.jpg')no-repeat center/cover; margin-left:20px;}
	body .newSubContent .skin08Section04.QnaSection .contWrap .contBox span{font-size:13pt; background:transparent;}
	body .newSubContent .skin08Section04.QnaSection .contWrap .contBox h5{color:#fff; font-size:14pt; font-weight:500; line-height:1.4; margin-top:15px;}
	body .newSubContent .skin08Section04.QnaSection .contWrap .contBox p{color:#fff; font-size:12pt; font-weight:300; line-height:1.4;}
	/*6번영역*/
	body .newSubContent .skin08Section05{position:relative; overflow:hidden; padding:80px 0; background:#f0f0f2;}
	body .newSubContent .skin08Section05 .Inner{width:1200px; min-width:1200px;}
	body .newSubContent .skin08Section05 .contWrap{width:100%; display:inline-flex; align-items:start; justify-content:space-between; margin-top:30px;}
	body .newSubContent .skin08Section05 .contWrap .contBox{width:24%;}
	body .newSubContent .skin08Section05 .contWrap .contBox .imgBox{width:100%; overflow:hidden; border-radius:20px;}
	body .newSubContent .skin08Section05 .contWrap .contBox .imgBox img{width:100%;}
	body .newSubContent .skin08Section05 .contWrap .contBox p{font-size:12pt; font-weight:400; margin-top:15px;}
	/*7번영역(대상영역)*/
	body .newSubContent .skin08Section06.targetSection .Inner{width:1100px; min-width:1100px;}
	body .newSubContent .skin08Section06.targetSection .innerWrap .clinicTitle{width:45%;}
	body .newSubContent .skin08Section06.targetSection .innerWrap .contWrap{width:55%; padding:20px 60px;}
	body .newSubContent .skin08Section06.targetSection .innerWrap .contWrap .contBox{margin:30px 0;}
	body .newSubContent .skin08Section06.targetSection .innerWrap .contWrap .contBox p{font-size:13pt;}
	
/* [피부09] 리바이브 */
.skin09Wrap{}
.skin09ClinicArea{}
.skin09Section{max-width:100%; min-width:100%;}

/* [피부10] 고압산소챔버 */
	/*2번영역*/
	.atopClinicArea.newSubContent .skin10Section02{position:relative; padding:100px 0; background:#fff; overflow:hidden;}
	.atopClinicArea.newSubContent .skin10Section02 .imgBox{margin-top:50px;}
	/*3번영역*/
	.atopClinicArea.newSubContent .skin10Section03{background:#f0f0f2; padding:100px 0; position:relative; width:100%;}
	.atopClinicArea.newSubContent .skin10Section03 .Inner{width:960px; min-width:960px;}
	.atopClinicArea.newSubContent .skin10Section03 .txtWrap{width:100%; display:inline-flex; align-items:start; justify-content:space-between; margin-top:50px;}
	.atopClinicArea.newSubContent .skin10Section03 .txtWrap .txtBox{width:16%;}
	.atopClinicArea.newSubContent .skin10Section03 .txtWrap .txtBox:first-child{border:none;}
	.atopClinicArea.newSubContent .skin10Section03 .txtWrap .txtBox span{display:block; width:22px; height:22px; background:#212a45; margin:0 auto; color:#fff; border-radius:500px; font-size:13pt; line-height:1.2;}
	.atopClinicArea.newSubContent .skin10Section03 .txtWrap .txtBox h5{margin-top:20px; font-size:15pt; font-weight:600; line-height:1.2;}
	.atopClinicArea.newSubContent .skin10Section03 .txtWrap .txtBox p{margin-top:10px; font-size:13pt; font-weight:400; line-height:1.2;}
	/*4번영역*/
	.atopClinicArea.newSubContent .skin10Section04{background:#fff; padding-top:100px; position:relative; width:100%;}
	.atopClinicArea.newSubContent .skin10Section04 .Inner{width:900px; min-width:900px;}
	.atopClinicArea.newSubContent .skin10Section04 .contWrap{width:100%; display:inline-flex; align-items:center; justify-content:space-between;}
	.atopClinicArea.newSubContent .skin10Section04 .leftWrap{text-align:left;}
	.atopClinicArea.newSubContent .skin10Section04 .leftWrap .clinicTitle{text-align:left;}
	.atopClinicArea.newSubContent .skin10Section04 .leftWrap p{font-size:13pt; font-weight:400; margin-top:15px;}
	.atopClinicArea.newSubContent .skin10Section04 .leftWrap p b{font-weight:600;}
	/*5번영역*/
	.atopClinicArea.newSubContent .skin10Section05{background:#f0f0f2; padding:100px 0; position:relative; width:100%;}
	.atopClinicArea.newSubContent .skin10Section05 .Inner{width:570px; min-width:570px;}
	.atopClinicArea.newSubContent .skin10Section05 .contWrap{width:100%; display:inline-flex; align-items:start; justify-content:space-between; margin-top:50px;}
	.atopClinicArea.newSubContent .skin10Section05 .contWrap .contBox{width:47%; border-radius:30px; overflow:hidden;}
	.atopClinicArea.newSubContent .skin10Section05 .contWrap .contBox img{width:100%;}
	.atopClinicArea.newSubContent .skin10Section05 .contWrap .contBox .txtBox{background:#fff; padding:30px 0;}
	.atopClinicArea.newSubContent .skin10Section05 .contWrap .contBox .txtBox h5{width:100%; position:relative; font-size:15pt; font-weight:600; padding-bottom:10px;}
	.atopClinicArea.newSubContent .skin10Section05 .contWrap .contBox .txtBox h5::before{content:''; width:20px; height:1px; background:#000; position:absolute; left:50%; bottom:0; transform:translate(-50%,0);}
	.atopClinicArea.newSubContent .skin10Section05 .contWrap .contBox .txtBox p{font-size:13pt; font-weight:400; margin-top:10px;}
	/*6번영역*/
	.atopClinicArea.newSubContent .skin10Section06{background:url('/clinicInfoAt/img/skin10_06_back.jpg')no-repeat; padding:80px 0; position:relative; width:100%; background-size:cover; background-position:center center;}
	.atopClinicArea.newSubContent .skin10Section06 .clinicTitle h3{color:#fff; font-weight:600;}
	.atopClinicArea.newSubContent .skin10Section06 .clinicTitle p{color:#fff; font-size:13pt; line-height:1.3; margin-top:15px; font-weight:400;}
	/*7번영역*/
	.atopClinicArea.newSubContent .skin10Section07{background:#fff; padding:100px 0; position:relative; width:100%;}
	.atopClinicArea.newSubContent .skin10Section07 .Inner{width:880px; min-width:880px;}
	.atopClinicArea.newSubContent .skin10Section07 .contWrap{width:100%; display:flex; flex-wrap:wrap; align-items:stretch; justify-content:space-between;}
	.atopClinicArea.newSubContent .skin10Section07 .contWrap .contBox{width:30%; background:#f0f0f2; border-radius:25px; padding:50px 0; margin-top:40px; display:table;}
	.atopClinicArea.newSubContent .skin10Section07 .contWrap .contBox p{font-size:13pt; font-weight:400; line-height:1.4; vertical-align:middle; display:table-cell;}
	/*8번영역*/
	.atopClinicArea.newSubContent .skin10Section08 .clinicTitle p{font-size:13pt; line-height:1.3; margin-top:15px; font-weight:400;}
	.atopClinicArea.newSubContent .skin10Section08 .clinicTitle p b{font-weight:600;}
	/*9번영역*/
	.atopClinicArea.newSubContent .skin10Section09{background:#e6edf6; padding:100px 0; position:relative; width:100%;}
	.atopClinicArea.newSubContent .skin10Section09 .Inner{width:850px; min-width:850px;}
	.atopClinicArea.newSubContent .skin10Section09 .contWrap{width:100%; display:inline-flex; align-items:center; justify-content:space-between;}
	.atopClinicArea.newSubContent .skin10Section09 .contWrap .leftWrap{border-radius:30px; overflow:hidden;}
	.atopClinicArea.newSubContent .skin10Section09 .contWrap .rightWrap{text-align:left;}
	.atopClinicArea.newSubContent .skin10Section09 .contWrap .rightWrap h3{font-size:28pt; font-weight:600;}
	.atopClinicArea.newSubContent .skin10Section09 .contWrap .rightWrap .txtWrap .txtBox{margin-top:30px;}
	.atopClinicArea.newSubContent .skin10Section09 .contWrap .rightWrap .txtWrap span{display:inline-block; width:30px; font-size:18pt; vertical-align:middle; font-weight:600; color:#212a45; border-bottom:1px solid #212a45;}
	.atopClinicArea.newSubContent .skin10Section09 .contWrap .rightWrap .txtWrap p{display:inline-block; font-size:13pt; vertical-align:middle; font-weight:400; margin-left:20px;}

/* -------------------------------------------------------------------------------------------------------------------------------------------------- */	
/* 안전 */
/* [안전01] 주의사항 */
.safety01Wrap{}
.safety01ClinicArea{}
.safety01Section{max-width:100%; min-width:100%;}

/* -------------------------------------------------------------------------------------------------------------------------------------------------- */	
/* 프로모션 */
.assuranceWrap{}
.assuranceClinicArea{}
.assuranceClinicArea section:not(:first-child){max-width:100%; padding-left:12.5%; padding-right:12.5%;}
.assuranceClinicArea section.CommonVision{max-width:100%; padding:0;}

/* 실비혜택안내 */
.assurance01Wrap{}
.assurance01ClinicArea{}
.assurance01Section{}

	/* 컨텐츠 */
	.assurance01Section01{}
	
	.assurance01Section02{background-color:#ee7f86;}

	.assurance01Section04{background-color:#f94e57;}
	.assurance01Section04 .sectionCont{padding:8em 0em;}
	.assurance01Section04 .Inner{width:1050px; min-width:1050px;}
	.assurance01Section04 .TabsClear .tabsHead{}
	.assurance01Section04 .TabsClear .tabsHead .Menu{}
	.assurance01Section04 .TabsClear .tabsHead .Menu li{}
	.assurance01Section04 .TabsClear .tabsHead .Menu li + li{padding-left:0.5em;}
	.assurance01Section04 .TabsClear .tabsHead .Menu a{padding:0px;}
	.assurance01Section04 .infoTitle{display:flex; position:relative; flex-wrap:nowrap; flex-direction:row; margin:1em auto;}
	.assurance01Section04 .infoTitle p{display:block; position:relative; flex-grow:1; flex-shrink:1; flex-basis:50%; width:50%; color:#fff; font-size:1.2em; letter-spacing:1px;}
	.assurance01Section04 .infoTitle strong{}
	.assurance01Section04 .infoTitle span{font-weight:100;}
	.assurance01Section04 .infoTitle p:nth-child(1){text-align:left;}
	.assurance01Section04 .infoTitle p:nth-child(2){text-align:right;}
	.assurance01Section04 .infoTitle p:nth-child(2) strong{color:#fdd09f;}
	.assurance01Section04 .TabsClear .tabsCont{}
	.assurance01Section04 .TabsClear .Img{max-width:100%;}
	.assurance01Section04 .compareSlide{width:100%; height:447px; padding-bottom:37%;}
	.assurance01Section04 .compareSlide .sliderBar{}
	.assurance01Section04 .compareSlide .sliderBar .dragLinee .Btn{top:50%; width:7em; height:7em; color:#fff; background-color:#f94e57; border:3px solid #f94e57;}
	.assurance01Section04 .compareSlide .sliderBar .dragLinee .Btn em{font-size:1.3em; font-weight:400;}
	.assurance01Section04 .compareSlide .sliderBar .dragLinee::before,
	.assurance01Section04 .compareSlide .sliderBar .dragLinee::after{background:#f94e57;}
	.assurance01Section04 .compareSlide .sliderBar .dragLinee .Btn::before,
	.assurance01Section04 .compareSlide .sliderBar .dragLinee .Btn::after{border-width:1px;}
	.assurance01Section04 .compareSlide .sliderBar .dragLinee .Btn::before{left:5%;}
	.assurance01Section04 .compareSlide .sliderBar .dragLinee .Btn::after{right:5%;}
	.assurance01Section04 .tabsCont .Title{display:block; position:relative; text-align:center; margin-top:5em;}
	.assurance01Section04 .tabsCont .Title em{display:block; position:relative; font-size:2.2em; font-weight:bold;}
	.assurance01Section04 .tabsCont .Title p{display:block; position:relative; color:#2a2a2a; font-size:1.4em; line-height:1.4em; margin-top:2em;}
	
	.assurance01Section05{background-color:#ffdfe5; padding:8em 0em;}
	.assurance01Section05 .Inner{width:1050px; min-width:1050px;}
	.assurance01Section05 .sectionTitle{}
	.assurance01Section05 .sectionTitle big{font-weight:200; letter-spacing:0.3em; padding-left:0.3em;}
	.assurance01Section05 .sectionTitle em{font-weight:500; margin-top:0.3em;}
	.assurance01Section05 .sectionTitle em span{color:#c72028;}
	.assurance01Section05 .sectionTitle{display:block; position:relative;}
	.assurance01Section05 .sectionCont{display:block; position:relative; }
	.assurance01Section05 .sectionCont + .sectionCont{margin-top:8em;}
	.assurance01Section05 .sectionCont01{}
	.assurance01Section05 .sectionCont01 .tabsHead{}
	.assurance01Section05 .sectionCont01 .tabsHead .Menu{}
	.assurance01Section05 .sectionCont01 .tabsHead .Menu p{padding:1em;}
	.assurance01Section05 .sectionCont01 .tabsHead .Menu p img{}
	.assurance01Section05 .sectionCont01 .tabsHead .Menu p span{display:block; font-size:1.4em; line-height:1.5em; margin-top:1em;}
	.assurance01Section05 .sectionCont01 .tabsCont{margin-top:0px;}
	.assurance01Section05 .sectionCont02{}
	.assurance01Section05 .sectionCont02 .MultiBarSlider{}
	.assurance01Section05 .sectionCont02 .MultiBarSlider .slick-arrow{top:20%; color:#c72028; font-size:10em;z-index:2;}
	.assurance01Section05 .sectionCont02 .MultiBarSlider .slick-arrow.SliderThum_BtnPrev{left:-0.5em;}
	.assurance01Section05 .sectionCont02 .MultiBarSlider .slick-arrow.SliderThum_BtnNext{right:-0.5em;}
	.assurance01Section05 .sectionCont02 .Banner{}
	.assurance01Section05 .sectionCont02 .Banner dl{display:flex; position:relative; flex-wrap:nowrap; flex-direction:row; border-bottom:10px solid #ff6169;}
	.assurance01Section05 .sectionCont02 .Banner dd{display:block; position:relative; flex-grow:1; flex-shrink:1; flex-basis:50%; width:50%;}
	.assurance01Section05 .sectionCont02 .Banner dd p{display:block; position:relative; font-size:1.4em; padding:1em; background-color:#fff;}
	.assurance01Section05 .sectionCont02 .Banner dd:nth-child(1){}
	.assurance01Section05 .sectionCont02 .Banner dd:nth-child(1) p{}
	.assurance01Section05 .sectionCont02 .Banner dd:nth-child(2){}
	.assurance01Section05 .sectionCont02 .Banner dd:nth-child(2) p{color:#fff; background-color:#c72028;}
	.assurance01Section05 .sectionCont03{}
	.assurance01Section05 .sectionCont03 .sectionTitle big{font-size:3em; letter-spacing:0em; padding-left:0em;}
	.assurance01Section05 .sectionCont03 .sectionTitle em{}
	.assurance01Section05 .sectionCont03 .sectionTitle em span{color:#f94e57;}

	.assurance01Section06{background-color:#eee;}
	.assurance01Section06 .sectionCont02{margin-top:5em;}
	.assurance01Section06 .sectionCont02 .Inner{width:1050px; min-width:1050px;}
	.assurance01Section06 .sectionCont02 img{width:100%; max-width:100%;}
	.assurance01Section06 .sectionCont02 .MultiBarSlider{}
	.assurance01Section06 .sectionCont02 .MultiBarSlider ul.SliderThum_BtnPage li button{height:auto; background:none;}
	.assurance01Section06 .sectionCont02 .MultiBarSlider .slick-arrow{top:20%; color:#949494; font-size:10em;}
	.assurance01Section06 .sectionCont02 .MultiBarSlider .slick-arrow.SliderThum_BtnPrev{left:-0.5em;}
	.assurance01Section06 .sectionCont02 .MultiBarSlider .slick-arrow.SliderThum_BtnNext{right:-0.5em;}
	.assurance01Section06 .sectionCont02 .infoTitle{display:flex; position:relative; flex-wrap:nowrap; flex-direction:row; margin:1em auto;}
	.assurance01Section06 .sectionCont02 .infoTitle p{display:block; position:relative; flex-grow:1; flex-shrink:1; flex-basis:50%; width:50%; font-size:1.2em; letter-spacing:1px;}
	.assurance01Section06 .sectionCont02 .infoTitle strong{}
	.assurance01Section06 .sectionCont02 .infoTitle span{font-weight:100;}
	.assurance01Section06 .sectionCont02 .infoTitle p:nth-child(1){text-align:left;}
	.assurance01Section06 .sectionCont02 .infoTitle p:nth-child(2){text-align:right;}
	.assurance01Section06 .sectionCont02 .infoTitle p:nth-child(2) strong{color:#f94e57;}

	.assurance01Section07{background-color:#ee7f86;}

	.assurance01Section08{background-color:#f94e57;}
	
	.assurance01Section09{background-color:#ffdfe5; padding:8em 0em;}
	.assurance01Section09 .Inner{}
	.assurance01Section09 .sectionTitle{margin-bottom:2em;}
	.assurance01Section09 .sectionTitle big{font-weight:100;}
	.assurance01Section09 .sectionCont{}
	.assurance01Section09 fieldset{ border:2px solid #f94e57;}
	.assurance01Section09 fieldset legend{color:#f94e57; font-size:2.8em; text-decoration:underline; text-underline-position:under;}
	.assurance01Section09 .cont01{display:block; position:relative; padding:3em 0em;}
	.assurance01Section09 .cont02{display:block; position:relative; color:#fff; font-size:1.4em; background-color:#e37f86; padding:3em 5%;}
	.assurance01Section09 .cont02 .Box{display:block; position:relative;}
	.assurance01Section09 .cont02 .Box + .Box{border-top:1px dashed #fff; margin-top:3em; padding-top:3em;}
	.assurance01Section09 .cont02 em{display:block; position:relative; font-weight:100; margin-bottom:1em;}
	.assurance01Section09 .cont02 em span{display:inline-block; position:relative; border:1px solid #fff; border-radius:20px; padding:0.5em 0.7em 0.2em 0.7em;}
	.assurance01Section09 .cont02 em strong{display:inline-block; position:relative; font-weight:normal;}
	.assurance01Section09 .cont02 a{display:inline-block; position:relative;}
	.assurance01Section09 .cont02 a + a{}
	.assurance01Section09 .cont02 .Box p{display:block; position:relative; font-weight:100; line-height:1.3em; letter-spacing:-1px;}

	/* 공통하단조정 */
	.assurance01ClinicArea .CommonMove .sectionTitle em{color:#fa4f58;}	
	.assurance01ClinicArea .CommonBnf{background-color:#ffdee5;}
	.assurance01ClinicArea .CommonBnf .sectionCont:before{}
	.assurance01ClinicArea .CommonBnf .sectionCont:after{color:#fa4f58;}
	.assurance01ClinicArea .CommonBnf .tabsHead .Menu{background-color:#fa4f58;}
	.assurance01ClinicArea .CommonBnf .tabsHead .Menu a{color:#fff !important;}
	.assurance01ClinicArea .CommonBnf .tabsHead .Menu .ui-state-active a{color:#fa4f58 !important;}

	/* 질환링크 */
	.assurance01Section03 .sectionLink{position:absolute; width:100%; height:100%; left:0;}
	.assurance01Section03 .sectionLink ul{position:relative; width:44%; margin:0 auto; height:100%; display:table; padding:18em 0 7em 0;}
	.assurance01Section03 .sectionLink ul li{position:relative; width:33.3%; display:inline-table; height:50%;}
	.assurance01Section03 .sectionLink ul li a{position:relative; width:100%; display:block; height:100%;}


/* -------------------------------------------------------------------------------------------------------------------------------------------------- */	

/*리얼모델*/
.realModelSection{max-width:100%; min-width:100%;}
.realModelWrap .Event_BestEventArea{display:none;}
.realModelWrap .ClinicAskForm{display:none;}
.realModelWrap{margin-bottom:60px;}
.realModelWrap .subTitle{display:none;}

/*리얼모델 공통하단*/
.realModelWrap .CommonMove .sectionTitle em{color:#000;}	

/*리얼모델 버튼*/
.realModelWrap .realModel_btn{}
.realModelWrap .realModel_btn a{color:#fff; font-size:16pt; line-height:normal; text-align:center; border-radius:40px 40px 0 0; padding:12px 0; position:fixed; bottom:4%; right:1%; z-index:9999; animation:Btn_GoBottom_Animation 0.6s 0s infinite ease-in-out alternate;}
.realModelWrap .realModel_btn a img{width:60%;}34

@keyframes Btn_GoBottom_Animation{ 0%{margin-bottom:0px;} 100%{margin-bottom:10px;}}	

/* -------------------------------------------------------------------------------------------------------------------------------------------------- */
/*서브리뉴얼 공통*/
body .newSubContent *{font-family:'Noto Sans KR', sans-serif; letter-spacing:-0.5pt; line-height:normal; color:#2b2b2b;}
body .C00193 .newSubContent *{font-family:'Noto Sans SC', sans-serif !important;}
body .C00188 .newSubContent *{font-family: "M PLUS 1 Code", monospace, sans-serif !important;}
body .newSubContent section{width:100% !important; max-width:100% !important;}
body .newSubContent .clinicTitle{width:100%; text-align:center; position:relative;}
body .newSubContent .clinicTitle h3{font-size:28pt; font-weight:600; line-height:1.5;}
body .newSubContent .clinicTitle h5{font-size:18pt; font-weight:400; margin-bottom:5px;}
body .newSubContent .CommonVision *{color:#fff;}

/* -------------------------------------------------------------------------------------------------------------------------------------------------- */
/*서브 리뉴얼 - 키비주얼 영역*/
body .newSubContent .keySection{width:100%; position:relative; overflow:hidden;}
body .newSubContent .keySection .Inner{width:100%; min-width:100%; position:relative;}
body .newSubContent .keySection .keyImg img{width:100%;}
body .newSubContent .keySection .keyTitle{position:absolute; top:50%; left:0; transform:translate(0,-50%); width:100%; text-align:left; padding-left:382px;}
body .newSubContent .keySection .keyTitle h5{font-size:18pt; font-weight:400;}
body .newSubContent .keySection .keyTitle h5 b{font-weight:500;}
body .newSubContent .keySection .keyTitle h3{font-size:48pt; font-weight:600; margin-top:5px; margin-bottom:15px; letter-spacing:-1.5pt; line-height:1.2;}
body .C00188 .newSubContent .keySection .keyTitle h3{font-family: "Dela Gothic One", sans-serif !important; font-weight:400;}
body .newSubContent .keySection .keyTitle p{font-size:10pt; font-weight:400; letter-spacing:1pt;}
body .newSubContent .keySection .keyTitle p b{font-weight:500; letter-spacing:1pt;}
	/*실리프팅*/
	body .newSubContent .lifting02Section01.keySection .keyTitle{left:auto; right:0; width:40%; padding-left:0;}
	/*눈썹거상 실리프팅*/
	body .newSubContent .lifting12Section01.keySection .keyTitle{left:auto; right:0; width:50%; padding-left:0;}
	/*이중턱목리프팅*/
	body .newSubContent .lifting04Section01.keySection .keyTitle{left:auto; right:0; width:50%; padding-left:0;}


/* -------------------------------------------------------------------------------------------------------------------------------------------------- */
/*서브 리뉴얼 - 체크 영역*/
body .newSubContent .checkSection{width:100%; position:relative; overflow:hidden; padding:100px 0;}
body .newSubContent .checkSection img{width:auto;}
body .newSubContent .checkSection .Inner{width:900px; min-width:900px; position:relative;}
body .newSubContent .checkSection .imgBox{width:100%; position:relative; text-align:center;}
body .newSubContent .checkSection .contWrap{width:100%; display:inline-flex; align-items:start; justify-content:space-between; margin-top:40px;}
body .newSubContent .checkSection .contWrap .contBox{width:33.3%; border-left:1px solid #000000; height:160px;}
body .newSubContent .checkSection .contWrap .contBox:first-child{border:0;}
body .newSubContent .checkSection .contWrap span{display:block;}
body .newSubContent .checkSection .contWrap h5{font-size:16pt; font-weight:600; margin-top:15px;}
body .newSubContent .checkSection .contWrap p{font-size:14pt; font-weight:400; line-height:1.4; margin-top:10px;}
body .newSubContent .checkSection em{display:block; font-size:10pt; font-weight:400; margin-top:40px;}
body .newSubContent .checkSection.noneImg .contWrap{margin-top:0;}
	/*인중오목술 영어*/
	body .C00199 .newSubContent .lips04Section02.checkSection .contWrap .contBox{height:230px;}
	/*입꼭지 영어*/
	body .C00199 .newSubContent .lips05Section02.checkSection .contWrap .contBox{height:230px;}
	/*입술축소 영어*/
	body .C00199 .newSubContent .lips06Section02.checkSection .contWrap .contBox{height:230px;}

/* -------------------------------------------------------------------------------------------------------------------------------------------------- */
/*서브 리뉴얼 - 어바웃 영역*/
body .newSubContent .aboutSection{width:100%; position:relative; overflow:hidden; padding:100px 0; background:#f0f0f2;}
body .newSubContent .aboutSection .Inner{width:1000px; min-width:1000px; position:relative;}
body .newSubContent .aboutSection .contWrap01{width:100%; display:inline-flex; align-items:center; justify-content:space-between;}
body .newSubContent .aboutSection .contWrap01 .txtBox{text-align:left;}
body .newSubContent .aboutSection .contWrap01 .txtBox h5{font-size:28pt; font-weight:600;}
body .newSubContent .aboutSection .contWrap01 .txtBox p{font-size:14pt; font-weight:400; line-height:1.2; margin-top:10px;}
body .newSubContent .aboutSection .contWrap01 .txtBox p.first{margin-top:30px;}
body .newSubContent .aboutSection .contWrap01 .txtBox p b{font-weight:600;}
body .newSubContent .aboutSection .contWrap01 .imgBox{overflow:hidden; border-radius:20px;}
body .newSubContent .aboutSection .contWrap02{width:100%; display:inline-flex; align-items:center; justify-content:space-between; margin-top:50px;}
body .newSubContent .aboutSection .contWrap02 .contBox{width:23%; background:#fff; height:200px; display:table; border-radius:30px; box-shadow: 5px 5px 10px #dbdbdb;}
body .newSubContent .aboutSection .contWrap02 .contBox p{font-size:15pt; font-weight:400; line-height:1.4; display:table-cell; vertical-align:middle;}
body .newSubContent .aboutSection .contWrap02 .contBox p b{font-weight:600;}
	/*엘싸 지방흡입*/
	body .newSubContent .fat01Section07.aboutSection{background:#fff;}
	body .newSubContent .fat01Section07.aboutSection .contWrap01{width:820px; margin:0 auto; display:block;}
	body .newSubContent .fat01Section07.aboutSection .contWrap01 .txtBox{text-align:center;}
	body .newSubContent .fat01Section07.aboutSection .contWrap01 .txtBox p b{color:#c66672;}
	body .newSubContent .fat01Section07.aboutSection .contWrap01 .imgBox{width:100%; border-radius:0; display:inline-flex; align-items:center; justify-content:space-between; margin-top:30px;}
	body .newSubContent .fat01Section07.aboutSection .contWrap01 .imgBox .boxCont{width:49%; overflow:hidden; border-radius:30px;}
	body .newSubContent .fat01Section07.aboutSection .contWrap01 .imgBox .boxCont img{width:100%;}
	body .newSubContent .fat01Section07.aboutSection .contWrap02 .contBox{background:#f0f0f2;}

/* -------------------------------------------------------------------------------------------------------------------------------------------------- */
/*서브 리뉴얼 - 탭 영역*/
body .newSubContent .tapSection{width:100%; position:relative; overflow:hidden; padding-top:100px;}
body .newSubContent .tapSection .tabContSection{width:100%; margin-top:50px; position:relative;}
body .newSubContent .tapSection .tabContSection .tabContCont .tab-content.current{display:block;}
body .newSubContent .tapSection .tabContSection .tabContCont .tab-content{display:none;}
	/*메뉴*/
	body .newSubContent .tapSection .tabContSection .tabContHead{width:1000px; margin:0 auto;}
	body .newSubContent .tapSection .tabContSection .tabContHead .Inner{width:100%; min-width:100%;}
	body .newSubContent .tapSection .tabContSection .tabContHead ul.Menu{width:100%; display:inline-flex; align-items:center; justify-content:center;}
	body .newSubContent .tapSection .tabContSection .tabContHead ul.Menu li{margin:0 15px; cursor:pointer;}
	body .newSubContent .tapSection .tabContSection .tabContHead ul.Menu li h4{font-size:14pt; font-weight:400; transition:0.2s;}
	body .newSubContent .tapSection .tabContSection .tabContHead ul.Menu li:hover h4{color:#999;}
	body .newSubContent .tapSection .tabContSection .tabContHead ul.Menu li.current h4{font-weight:700; border-bottom:1px solid #2b2b2b;}
	/*이미지나열*/
	body .newSubContent .tapSection .tabContSection .tabContCont{width:100%; margin-top:30px;}
	body .newSubContent .tapSection .tabContSection .tabContCont .tab-content > .Inner{width:900px; min-width:900px;}
	body .newSubContent .tapSection .tabContSection .tabContCont .contWrap01{width:100%; display:inline-flex; align-items:start; justify-content:space-between;}
	body .newSubContent .tapSection .tabContSection .tabContCont .contWrap01 .contBox{border-radius:20px; overflow:hidden;}
	/*텍스트*/
	body .newSubContent .tapSection .tabContSection .tabContCont h3{font-size:22pt; font-weight:600; margin-top:50px;}
	body .newSubContent .tapSection .tabContSection .tabContCont p{font-size:14pt; font-weight:400; line-height:1.4; margin-top:10px;}
	body .newSubContent .tapSection .tabContSection .tabContCont p b{font-weight:600;}
	/*아이콘*/
	body .newSubContent .tapSection .tabContSection .contWrap02{background:#262626; width:100%; position:relative; margin-top:100px; padding:40px 0;}
	body .newSubContent .tapSection .tabContSection .contWrap02 .Inner{width:1000px; min-width:1000px;}
	body .newSubContent .tapSection .tabContSection .contWrap02 .contInner{width:100%; display:inline-flex; align-items:start; justify-content:space-between;}
	body .newSubContent .tapSection .tabContSection .contWrap02 .txtBox h5{color:#fff; margin-top:25px; font-weight:600; font-size:16pt;}
	body .newSubContent .tapSection .tabContSection .contWrap02 .txtBox p{color:#fff; margin-top:10px; font-weight:400; font-size:14pt;}
	/*여우리프팅*/
	/*탭*/
	body .newSubContent .lifting01Section04.tapSection{padding:100px 0;}
	body .newSubContent .lifting01Section04.tapSection h4{font-size:17pt; font-weight:600; margin-bottom:30px;}
	body .newSubContent .lifting01Section04.tapSection em{font-size:9pt; font-weight:400; margin-top:80px; display:block;}
	body .newSubContent .lifting01Section04.tapSection .tabContSection .tabContCont .tab-content > .Inner{width:1000px; min-width:1000px;}
	body .newSubContent .lifting01Section04.tapSection .tabContCont .contWrap01 .contBox{border-radius:0;}
	body .newSubContent .lifting01Section04.tapSection .tabContCont .contWrap01 .contBox .imgBox{border-radius:20px; overflow:hidden;}
	body .newSubContent .lifting01Section04.tapSection .tabContCont .contWrap01 .contBox span{font-size:11pt; font-weight:600; margin-top:20px; display:block;}
	body .newSubContent .lifting01Section04.tapSection .tabContCont .contWrap01 .contBox p{font-size:13pt; letter-spacing:-1pt;}
	body .newSubContent .lifting01Section04.tapSection .tabContCont .contWrap01 .contBox p b{font-weight:600; letter-spacing:-1pt;}
	/*인중오목술*/
	body .newSubContent .lips04Section04.tapSection .tabContSection .tabContCont p.onlyOne{margin-top:40px;}
	/*입꼭지성형*/
	body .newSubContent .lips05Section04.tapSection .tabContSection .tabContCont p.onlyOne{margin-top:40px;}
	/*입술축소술*/
	body .newSubContent .lips06Section04.tapSection .tabContSection .tabContCont p.onlyOne{margin-top:40px;}
	/*눈썹거상 실리프팅*/
	body .newSubContent .lifting12Section07.tapSection{padding:100px 0; background:#f0f0f2; position:relative; overflow:hidden;}
	body .newSubContent .lifting12Section07.tapSection h4{font-size:17pt; font-weight:600; margin-bottom:30px;}
	body .newSubContent .lifting12Section07.tapSection .tabContSection .tabContCont .tab-content > .Inner{width:1000px; min-width:1000px;}
	body .newSubContent .lifting12Section07.tapSection .tabContCont .contWrap01 .contBox{border-radius:0;}
	body .newSubContent .lifting12Section07.tapSection .tabContCont .contWrap01 .contBox .imgBox{border-radius:20px; overflow:hidden;}
	body .newSubContent .lifting12Section07.tapSection .tabContCont .contWrap01 .contBox span{font-size:11pt; font-weight:600; margin-top:20px; display:block;}
	body .newSubContent .lifting12Section07.tapSection .tabContCont .contWrap01 .contBox p{font-size:13pt; letter-spacing:-1pt;}
	body .newSubContent .lifting12Section07.tapSection .tabContCont .contWrap01 .contBox p b{font-weight:600; letter-spacing:-1pt;}

/* -------------------------------------------------------------------------------------------------------------------------------------------------- */
/*서브 리뉴얼 - 잘못된사례 영역*/
body .newSubContent .wrongSection{width:100%; position:relative; overflow:hidden; padding:100px 0; background:#f0f0f2;}
body .newSubContent .wrongSection .Inner{width:1000px; min-width:1000px; position:relative;}
body .newSubContent .wrongSection .contWrap{width:100%; display:inline-flex; align-items:start; justify-content:space-between; margin-top:50px;}
body .newSubContent .wrongSection .contBox .imgBox{border-radius:30px; overflow:hidden;}
body .newSubContent .wrongSection .contBox .txtBox span{display:block; font-size:12pt; font-weight:600; margin-top:20px;}
body .newSubContent .wrongSection .contBox .txtBox p{font-size:14pt; font-weight:400; line-height:1.4; margin-top:10px;}

/* -------------------------------------------------------------------------------------------------------------------------------------------------- */
/*서브 리뉴얼 - 개선 영역*/
body .newSubContent .betterSection{width:100%; position:relative; overflow:hidden; padding:100px 0;}
body .newSubContent .betterSection .Inner{width:1000px; min-width:1000px; position:relative;}
body .newSubContent .betterSection .contWrap{width:100%; display:inline-flex; align-items:start; justify-content:space-between; margin-top:50px;}
body .newSubContent .betterSection .contBox{position:relative;}
body .newSubContent .betterSection .contBox .imgBox{border-radius:30px; overflow:hidden;}
body .newSubContent .betterSection .contBox .txtBox{text-align:center; width:100%; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
body .newSubContent .betterSection .contBox .txtBox span{display:block;}
body .newSubContent .betterSection .contBox .txtBox p{font-size:13pt; font-weight:400; line-height:1.4; margin-top:10px; color:#fff;}

/* -------------------------------------------------------------------------------------------------------------------------------------------------- */
/*서브 리뉴얼 - 포인트 영역*/
body .newSubContent .pointSection{width:100%; position:relative; overflow:hidden; padding:100px 0; background:#fff5e7;}
body .newSubContent .pointSection .Inner{width:1150px; min-width:1150px;}
body .newSubContent .pointSection .contWrap{width:100%; background:#fff; padding:50px 80px; margin-top:50px;}
body .newSubContent .pointSection p.caution{color:#888f97; font-weight:400; font-size:12pt;}
body .newSubContent .pointSection .contWrap .pointTt span{display:block; font-weight:600; font-size:14pt; margin-bottom:15px;}
body .newSubContent .pointSection .contWrap .pointTt h3{font-weight:600; font-size:26pt;}
body .newSubContent .pointSection .contWrap .pointTt h3 em{font-weight:400;}
body .newSubContent .pointSection .txtBox{font-size:14pt; font-weight:400;}
body .newSubContent .pointSection .txtBox p{margin-top:10px;}
body .newSubContent .pointSection .txtBox b{font-weight:600;}
body .newSubContent .pointSection .imgBox{margin:50px 0;}
	/*지방흡입 배경*/
	body .fatWrap .newSubContent .pointSection{background:#fed3d5;}
	/*입꼬리성형 1번*/
	body .newSubContent .lips02Section05.pointSection .contWrap01 .pointWrap{width:820px; margin:0 auto; margin-top:50px;}
	body .newSubContent .lips02Section05.pointSection .contWrap01 .pointWrap .pointInner{width:100%; display:inline-flex; align-items:start; justify-content:space-between;}
	body .newSubContent .lips02Section05.pointSection .contWrap01 .pointWrap .pointInner .titleBox{width:100%; background:#888f97; display:table; height:90px; border-radius:30px 30px 0 0;}
	body .newSubContent .lips02Section05.pointSection .contWrap01 .pointWrap .pointInner .titleBox h5{color:#fff; display:table-cell; vertical-align:middle; width:100%; font-size:16pt; line-height:1.4; font-weight:600;}
	body .newSubContent .lips02Section05.pointSection .contWrap01 .pointWrap .pointInner .pointBox02 .titleBox{background:#8a3b48;}
	body .newSubContent .lips02Section05.pointSection .contWrap01 .pointWrap .txtBox{width:100%; background:#f0f0f2; height:200px; text-align:center; display:table; border-radius:0 0 30px 30px;}
	body .newSubContent .lips02Section05.pointSection .contWrap01 .pointWrap .txtBox p{font-size:13pt; font-weight:400; line-height:1.8; display:table-cell; vertical-align:middle; width:100%;}
	body .newSubContent .lips02Section05.pointSection .contWrap01 .imgBox{margin:0;}
		/*영미*/
		body .C00199 .newSubContent .lips02Section05.pointSection .contWrap01 .pointWrap .txtBox p{display:block; margin-top:10px; line-height:1.2;}
	/*입꼬리성형 2번*/
	body .newSubContent .lips02Section05.pointSection .contWrap02 .pointWrap{width:100%; margin-top:50px;}
	body .newSubContent .lips02Section05.pointSection .contWrap02 .txtBox{width:100%; margin-top:40px;}
	body .newSubContent .lips02Section05.pointSection .contWrap02 .txtBox h5{font-size:18pt; font-weight:600;}
	body .newSubContent .lips02Section05.pointSection .contWrap02 .txtBox p{font-size:14pt; font-weight:400; line-height:1.4; margin-top:15px;}
	body .newSubContent .lips02Section05.pointSection .contWrap02 .pointInner{width:900px; margin:0 auto; margin-top:40px;}
	body .newSubContent .lips02Section05.pointSection .contWrap02 .pointInner .boxWrap{width:100%; display:inline-flex; align-items:start; justify-content:space-between;}
	body .newSubContent .lips02Section05.pointSection .contWrap02 .pointInner .boxWrap .box{background:#f0f0f2; height:140px; display:table; width:23%; border-radius:30px;}
	body .newSubContent .lips02Section05.pointSection .contWrap02 .pointInner .boxWrap .box p{font-size:13pt; font-weight:400; line-height:1.4; display:table-cell; vertical-align:middle; width:100%;}
	body .newSubContent .lips02Section05.pointSection .contWrap02 .imgBox{margin:0;}
	/*엘싸 지방흡입 1번*/
	body .newSubContent .fat01Section06.pointSection .contWrap01 .pointWrap{width:960px; margin:0 auto; margin-top:50px;}
	body .newSubContent .fat01Section06.pointSection .contWrap01 .pointWrap .pointBox01{display:inline-flex; align-items:center; justify-content:space-between; width:100%;}
	body .newSubContent .fat01Section06.pointSection .contWrap01 .pointWrap .pointBox01 .txtBox{width:520px; background:#f0f0f2; border-radius:30px; padding:30px 20px; text-align:left;}
	body .newSubContent .fat01Section06.pointSection .contWrap01 .pointWrap .pointBox01 .txtBox p{font-size:13pt; font-weight:400; line-height:2.5;}
	body .newSubContent .fat01Section06.pointSection .contWrap01 .pointWrap .pointBox01 .txtBox p b{font-weight:600;}
		/*영미*/
		body .C00199 .newSubContent .fat01Section06.pointSection .contWrap01 .pointWrap .pointBox01 .txtBox p{margin-top:20px; line-height:1.2;}
		body .C00199 .newSubContent .fat01Section06.pointSection .contWrap01 .pointWrap .pointBox01 .txtBox p:first-child{margin-top:0;}
		/*일본*/
		body .C00188 .newSubContent .fat01Section06.pointSection .contWrap01 .pointWrap .pointBox01 .txtBox p{margin-top:20px; line-height:1.2;}
		body .C00188 .newSubContent .fat01Section06.pointSection .contWrap01 .pointWrap .pointBox01 .txtBox p:first-child{margin-top:0;}
		/*중국*/
		body .C00193 .newSubContent .fat01Section06.pointSection .contWrap01 .pointWrap .pointBox01 .txtBox p{margin-top:20px; line-height:1.2;}
		body .C00193 .newSubContent .fat01Section06.pointSection .contWrap01 .pointWrap .pointBox01 .txtBox p:first-child{margin-top:0;}
	/*인중오목술*/
	body .newSubContent .lips05Section06.pointSection .pointWrap .txtBox{margin-bottom:50px;}
	/*입술축소소술*/
	body .newSubContent .lips06Section07.pointSection .pointWrap .txtBox{margin-bottom:50px;}
	
/* -------------------------------------------------------------------------------------------------------------------------------------------------- */
/*서브 리뉴얼 - 수술대상 영역*/
body .newSubContent .targetSection{width:100%; position:relative; overflow:hidden; padding:100px 0;}
body .newSubContent .targetSection .Inner{width:1000px; min-width:1000px;}
body .newSubContent .targetSection .innerWrap{width:100%; display:inline-flex; align-items:center; justify-content:space-between;}
body .newSubContent .targetSection .innerWrap .clinicTitle{text-align:left; width:60%;}
body .newSubContent .targetSection .innerWrap .contWrap{text-align:left; background:#f0f0f2; border-radius:30px; padding:20px 70px; width:100%;}
body .newSubContent .targetSection .innerWrap .contWrap .contBox{width:100%; display:block; margin:40px 0;}
body .newSubContent .targetSection .innerWrap .contWrap .contBox span{display:inline-block; width:50px; font-size:14pt; font-weight:600; border-right:1px solid #646464; vertical-align:middle;}
body .newSubContent .targetSection .innerWrap .contWrap .contBox p{display:inline-block; font-size:14pt; font-weight:400; vertical-align:middle; padding-left:30px;}
	/*애프터알파케어*/
	.atopClinicArea.newSubContent .skin06Section09 .Inner{width:1100px; min-width:1100px;}
	.atopClinicArea.newSubContent .skin06Section09 .innerWrap .contWrap{padding:20px 50px;}

/* -------------------------------------------------------------------------------------------------------------------------------------------------- */
/*서브 리뉴얼 - 장점 영역*/
body .newSubContent .advantageSection{width:100%; position:relative; overflow:hidden; padding:100px 0; background:#f0f0f2;}
body .newSubContent .advantageSection .Inner{width:1000px; min-width:1000px; position:relative;}
body .newSubContent .advantageSection .contWrap{width:100%; display:inline-flex; align-items:start; justify-content:space-between; margin-top:50px;}
body .newSubContent .advantageSection .contBox .imgBox{border-radius:30px; overflow:hidden;}
body .newSubContent .advantageSection .contBox .txtBox span{display:block; font-size:12pt; font-weight:600; margin-top:20px;}
body .newSubContent .advantageSection .contBox .txtBox h5{font-size:18pt; font-weight:600; margin-top:10px;}
body .newSubContent .advantageSection .contBox .txtBox p{font-size:14pt; font-weight:400; line-height:1.4; margin-top:10px;}
body .newSubContent .advantageSection em{position:absolute; top:30px; right:30px; font-size:7pt; font-weight:400;}

/* -------------------------------------------------------------------------------------------------------------------------------------------------- */
/*서브 리뉴얼 - 추천수술 영역*/
body .newSubContent .recommendSection{width:100%; position:relative; overflow:hidden; padding:100px 0; background:#414141;}
body .newSubContent .recommendSection .clinicTitle h3{color:#fff; font-weight:600;}
body .newSubContent .recommendSection .Inner{width:1000px; min-width:1000px;}
body .newSubContent .recommendSection .contWrap{width:100%; display:inline-flex; align-items:center; justify-content:space-between; margin-top:50px;}
body .newSubContent .recommendSection .contWrap .contBox{width:31%;}
body .newSubContent .recommendSection .contWrap .contBox a{display:block; width:100%; height:100%; border-radius:20px; background:#000; padding:50px 0; transition:0.2s;}
body .newSubContent .recommendSection .contWrap .contBox p{color:#fff; font-size:14pt; line-height:1.4; font-weight:400;}
body .newSubContent .recommendSection .contWrap .contBox h5{color:#fff; font-size:22pt; font-weight:600; margin-top:10px;}
body .newSubContent .recommendSection .contWrap .contBox h6{color:#fff; font-size:18pt; font-weight:600; margin-top:30px;}
	/*호버*/
	body .newSubContent .recommendSection .contWrap .contBox a:hover{background:#f4dcb4;}
	body .newSubContent .recommendSection .contWrap .contBox a:hover p{color:#2b2b2b;}
	body .newSubContent .recommendSection .contWrap .contBox a:hover h5{color:#2b2b2b;}
	body .newSubContent .recommendSection .contWrap .contBox a:hover h6{color:#2b2b2b;}
	/*눈성형*/
	body .eyeWrap .newSubContent .recommendSection .contWrap .contBox a:hover{background:#e1e1f9;}
	body .eyeWrap .newSubContent .recommendSection .contWrap .contBox a:hover p{color:#2b2b2b;}
	body .eyeWrap .newSubContent .recommendSection .contWrap .contBox a:hover h5{color:#2b2b2b;}
	body .eyeWrap .newSubContent .recommendSection .contWrap .contBox a:hover h6{color:#2b2b2b;}

/* -------------------------------------------------------------------------------------------------------------------------------------------------- */
/*서브 리뉴얼 - 비교 영역*/
body .newSubContent .compareSection{width:100%; position:relative; overflow:hidden; padding:100px 0; background:#f0f0f2;}
body .newSubContent .compareSection .Inner{}
body .newSubContent .compareSection .contWrap{width:580px; margin:0 auto; position:relative;}
body .newSubContent .compareSection .contWrap .checkTxt{width:100%; margin-top:20px;}
body .newSubContent .compareSection .contWrap .checkTxt p{display:block; text-align:center; margin-top:10px;}
body .newSubContent .compareSection .contWrap .checkTxt span{display:inline-block; vertical-align:middle;}
body .newSubContent .compareSection .contWrap .checkTxt em{display:inline-block; vertical-align:middle; font-size:15pt; font-weight:600; margin-left:5px;}
body .newSubContent .compareSection .contWrap .contBox{width:100%; display:inline-flex; align-items:start; justify-content:space-between;}
body .newSubContent .compareSection .contWrap .contBox01{margin-top:40px;}
body .newSubContent .compareSection .contWrap .contBox01 .boxWrap{border-radius:30px; overflow:hidden; background:#171717; width:46%;}
body .newSubContent .compareSection .contWrap .contBox01 .boxWrap img{width:100%;}
body .newSubContent .compareSection .contWrap .contBox01 .boxWrap .txtBox{width:100%; padding:40px 0;}
body .newSubContent .compareSection .contWrap .contBox01 .boxWrap .txtBox span{font-size:10pt; color:#ed8f92; font-weight:600;}
body .newSubContent .compareSection .contWrap .contBox01 .boxWrap .txtBox p{color:#fff; font-size:12pt; font-weight:400; margin-top:10px;}
body .newSubContent .compareSection .contWrap .contBox01 .boxWrap .txtBox h6{color:#ed8f92; font-size:14pt; font-weight:600; margin-top:5px;}
body .newSubContent .compareSection .contWrap span.tri{display:block; margin:30px auto; width: 0; height: 0; border-style: solid; border-width: 30px 18px 0px 18px; border-color: #171717 transparent transparent transparent;}
body .newSubContent .compareSection .contWrap .bnfBox .boxWrap{width:49%; position:relative;}
body .newSubContent .compareSection .contWrap .bnfBox:nth-child(n+2){margin-top:15px;}
body .newSubContent .compareSection .contWrap .bnfBox .boxWrap img{width:100%;}
body .newSubContent .compareSection .contWrap .bnfBox .boxWrap01 .txtBox{position:absolute; left:0; bottom:0; background:#000000;}
body .newSubContent .compareSection .contWrap .bnfBox .boxWrap01 .txtBox p{color:#fff; font-size:12pt; font-weight:400; padding:8px 15px;}
body .newSubContent .compareSection .contWrap .bnfBox .boxWrap02 .txtBox{position:absolute; right:0; bottom:0; background:#000000;}
body .newSubContent .compareSection .contWrap .bnfBox .boxWrap02 .txtBox p{color:#ed8f92; font-size:12pt; font-weight:400; padding:8px 15px;}

/* -------------------------------------------------------------------------------------------------------------------------------------------------- */
/*서브 리뉴얼 - vs 영역*/
body .newSubContent .vsSection{width:100%; position:relative; overflow:hidden; padding:100px 0;}
body .newSubContent .vsSection .Inner{width:1000px; min-width:1000px;}
body .newSubContent .vsSection .contWrap{width:100%; display:inline-flex; align-items:center; justify-content:space-between;}
body .newSubContent .vsSection .contWrap img{width:100%}
body .newSubContent .vsSection .contWrap .contBox01{width:45%;}
body .newSubContent .vsSection .contWrap .contBox03{width:45%;}
body .newSubContent .vsSection .contWrap01 .contBox01{background:#d0d0d0; border-radius:500px; padding:20px 0; font-size:15pt; font-weight:600;}
body .newSubContent .vsSection .contWrap01 .contBox03{background:#c66672; border-radius:500px; padding:20px 0; color:#fff; font-size:15pt; font-weight:600;}
body .newSubContent .vsSection .contWrap02{margin-top:30px;}
body .newSubContent .vsSection .contWrap02 .contBox{border-radius:30px; overflow:hidden; position:relative;}
body .newSubContent .vsSection .contWrap02 .contBox .Movie_IframArea{width:100%; height:100%; position:absolute; left:0; top:0;}
body .newSubContent .vsSection .contWrap02 .contBox .Movie_IframArea .Movie_Iframe{padding-bottom:0; height:100%;}
body .newSubContent .vsSection .contWrap02 .contBox .Movie_IframArea .Movie_Iframe iframe{position:relative;}
body .newSubContent .vsSection .contWrap02 .contBox02 p{font-size:22pt; font-weight:600;}
body .newSubContent .vsSection .vsTxtWrap{margin-top:10px;}
body .newSubContent .vsSection .contWrap03{margin-top:30px;}
	body .newSubContent .vsSection .vsTxtWrap .contBox{border-bottom:1px solid #171717; padding:20px 0;}
	body .newSubContent .vsSection .vsTxtWrap .contBox01 p{font-size:15pt; font-weight:400; width:100%; text-align:center;}
	body .newSubContent .vsSection .vsTxtWrap .contBox01 p b{font-weight:600;}
	body .newSubContent .vsSection .vsTxtWrap .contBox03 p{font-size:15pt; font-weight:400; width:100%; text-align:center; color:#c66672;}
	body .newSubContent .vsSection .vsTxtWrap .contBox03 p b{font-weight:600; color:#c66672;}
	body .newSubContent .vsSection .vsTxtWrap .contBox02{border:none; background:#171717; width:70px; height:70px; position:relative;}
	body .newSubContent .vsSection .vsTxtWrap .contBox02 h5{width:100%; color:#fff; position:absolute; transform:translate(-50%,-50%); top:50%; left:50%; font-weight:400; font-size:15pt;}
	body .newSubContent .vsSection .checkTxt{width:1150px; margin:0 auto; background:#f0f0f2; margin-top:70px; border-radius:30px; padding:30px 0;}
	body .newSubContent .vsSection .checkTxt p{display:block; text-align:center; margin-top:10px;}
	body .newSubContent .vsSection .checkTxt p:first-child{margin-top:0;}
	body .newSubContent .vsSection .checkTxt span{display:inline-block; vertical-align:middle;}
	body .newSubContent .vsSection .checkTxt em{display:inline-block; vertical-align:middle; font-size:15pt; font-weight:600; margin-left:5px;}
	/*영미*/
	body .C00199 .newSubContent .vsSection .vsTxtWrap .contBox02 h5{font-size:12pt;}

/* -------------------------------------------------------------------------------------------------------------------------------------------------- */
/*서브 리뉴얼 - qna 영역*/
body .newSubContent .QnaSection{width:100%; position:relative; overflow:hidden; padding:60px 0; background:#f0f0f2;}
body .newSubContent .QnaSection .Inner{width:900px; min-width:900px;}
body .newSubContent .QnaSection .contWrap{width:100%; display:inline-flex; align-items:start; justify-content:space-between; margin-top:40px;}
body .newSubContent .QnaSection .contWrap .contBox{width:31%; background:#fff; border-radius:30px; height:320px; box-shadow:0 10px 10px #e5e5e7;}
body .newSubContent .QnaSection .contWrap .contBox span{display:block; font-size:10pt; font-weight:600; padding:4px 15px 6px 15px; border-radius:500px; width:fit-content; margin:0 auto; background:#000000; color:#fff; margin-top:40px; line-height:1;}
body .newSubContent .QnaSection .contWrap .contBox h5{font-size:16pt; font-weight:600; line-height:1.2; margin-top:20px;}
body .newSubContent .QnaSection .contWrap .contBox p{font-size:13pt; font-weight:400; line-height:1.2; margin-top:15px;}
	/*영문*/
	body .C00199 .newSubContent .QnaSection .Inner{width:1000px; min-width:1000px;}



