@charset "utf-8";
/* C00387 로미모의원 */

/* ========================================================================================================================================= */
/* 공통 */
.Section .Inner{width:1300px; min-width:1300px; padding:130px 0;}
.CenterFixed{width:100% !important; left:0; margin-left:0;}

/* ========================================================================================================================================= */
/* 키비주얼 */
.TopVisual{position:relative; display:block; background-size:cover; background-repeat:no-repeat; background-position:center; overflow:hidden; height:700px;}
.TopVisual .TopTitle{position:relative; display:block; text-align:left; width:1300px; left:50%; top:50%; transform: translate(-50%, -55%);}
.TopVisual .TopTitle .Text01{font-family:"Reddit Sans"; font-size:9pt; color:rgba(34,34,34,0.5); text-align:left; font-weight:400; letter-spacing:4pt;}
.TopVisual .TopTitle .Text02{font-family:"Noto Sans KR"; font-size:37pt; color:#222; text-align:left; font-weight:600; line-height:1em; margin-top:20px;}

/* ========================================================================================================================================= */
/* [공통] */
.Section .Inner{padding:130px 0;}
.Section .Title p{color:rgba(0,0,0,0.3); font-size:10pt; font-family:"Reddit Sans"; letter-spacing:3pt; text-align:center;}
.Section .Title p span{color:#F59423; font-size:10pt; font-family:"Reddit Sans"; letter-spacing:3pt; text-align:center;}
.Section .Title h2{font-size:34pt; color:#222; font-weight:400; line-height:1.2; text-align:center; margin-top:15px;}
.Section .Title h2 b{font-size:34pt; color:#222; font-weight:600; line-height:1.2;}
.Section .Btn{text-align:center; margin-top:40px;}
.Section .Btn a{display:inline-block; padding:10px 20px; background-color:#F59423; border-radius:50px; color:#fff; font-size:13.5pt;}
.Section .Btn span{display:inline-block; font-family:"SUIT"; font-weight:500; margin-left:5px;}
.Section .Btn:hover span{animation:morBtnMotion 1.3s linear infinite;}

@keyframes morBtnMotion{
	0%{transform:translateX(0);}
	25%{transform:translateX(-2px);}
	50%{transform:translateX(0);}
	75%{transform:translateX(2px);}
	100%{transform:translateX(0);}
}

/* ========================================================================================================================================= */
/* [병원소개]_로미모소개 */
.AboutSection01{}
.AboutSection01 .Inner{display:flex; align-items:center;}
.AboutSection01 .Title p{text-align:left;}
.AboutSection01 .Title h2{text-align:left;}
.AboutSection01 .Title h2 em{color:#F59423; font-weight:600;}
.AboutSection01 .RightBox{padding-left:120px;}
.AboutSection01 .RightBox .Text{margin-top:80px; color:#676767; font-size:13.5pt; line-height:1.6; font-weight:300;}

/* 조직도 */
.AboutSection02{background-size:cover; background-repeat:no-repeat; background-position:center;}
.AboutSection02 .Title p{text-align:left;}
.AboutSection02 .Title h2{text-align:left;}
.AboutSection02 .ContBox p{color:#676767; font-size:13.5pt; margin-top:30px; line-height:1.6;}
.AboutSection02 .ContBox .ImgBox{margin-top:70px;}

/* 하단병원소개 */
.AboutSection03{}
.AboutSection03 .Inner{width:100%; min-width:100%; padding:0;}
.AboutSection03 .ContBox{display:flex; align-items:center;}
.AboutSection03 .ImgBox{width:50%;}
.AboutSection03 .ImgBox img{width:100%; object-fit:cover;}

.AboutSection03 ul li::before{display:block; content:'ROMIMO HAIR RESTORATION CENTER'; font-family:"Reddit Sans"; color:rgba(34,34,34,0.05); font-size:20.5pt; font-weight:700; letter-spacing:3pt; margin:60px 0;}
.AboutSection03 ul li:first-child::before{display:none;}

.AboutSection03 .TextBox{width:50%;}
.AboutSection03 .Left .TextBox{padding-left:120px; padding-right:200px;}
.AboutSection03 .Right .TextBox{padding-right:120px; padding-left:200px;}
.AboutSection03 .TextBox .Title{color:#2E2F70; font-size:20pt; font-weight:600;}
.AboutSection03 .TextBox .Title span{font-family:"Reddit Sans"; font-weight:700; font-size:21pt; display:inline-block; margin-right:15px; letter-spacing:0;}
.AboutSection03 .TextBox .Text{color:#676767; font-size:13.5pt; font-weight:300; margin-top:30px; line-height:1.6;}

/* 프로그램 */
.AboutSection04{background-size:cover; background-repeat:no-repeat; background-position:center;}
.AboutSection04 .Title p{text-align:left;}
.AboutSection04 .Title h2{text-align:left;}
  
.AboutSection04 .ContBox{position:relative; padding-bottom:279px; margin-top:80px;}
.AboutSection04 .ContBox .RowLine.LineAin{position:absolute; top:50%; display:block; width:100%; height:1px; background-color:#686868; animation:LineAin 2s linear infinite; animation-iteration-count:1;}
@keyframes LineAin{0%{width:0;} 100%{width:100%;}}


.AboutSection04 .ListBox{width:100%; display:flex; justify-content:space-between;}
.AboutSection04 .List{background-color:#fff; padding:25px; width:calc(100% / 3 - 75px); height:170px; position:relative;}
.AboutSection04 .List .LineBox{display:flex; flex-direction:column; align-items:center; position:absolute; bottom:-57px; left:50%;} 
.AboutSection04 .List .Line{display:block; width:1px; height:50px; background-color:#686868;}
.AboutSection04 .List .Dot{display:block; width:7px; height:7px; background-color:#686868; border-radius:50%;}

.AboutSection04 .List:nth-child(even) .LineBox{top:-57px;}
.AboutSection04 .List:nth-child(even){position:absolute; top:279px;}
.AboutSection04 .List:nth-child(2){left:17%;}
.AboutSection04 .List:nth-child(4){left:55%;}
.AboutSection04 .List .Text01{font-size:13.5pt; color:#2E2F70; font-weight:600; display:flex; align-items:center;}
.AboutSection04 .List .Text01 span{display:inline-block; background-color:#2E2F70; color:#fff; font-size:10.5pt; font-weight:400; margin-right:10px; padding:2px 5px;}
.AboutSection04 .List .Text02{margin-top:10px; color:#676767; font-size:13.5pt; line-height:1.6;}


/* ========================================================================================================================================= */
/* [병원소개]_의료진소개 */
.About_DoctorArea{}
.About_DoctorArea > .Inner{padding:130px 0;}
	
	/* 초기화 */
	.boardThumList2 .List{border:none;}
	.boardThumList2 li{border:none; padding:0; margin:50px 0;}
	.boardThumList2 li:first-child{margin-top:0;}
	.boardThumList2 .ViewThum{border:none;}
	.boardThumList2 .ViewThum dl{padding:0; display:flex; justify-content:space-between; align-items:center;}
	
	.About_DoctorArea .ViewThum dt{width:45%;}
	.About_DoctorArea .ViewThum dt img{width:100%; object-fit:cover;}
	.About_DoctorArea .ViewThum dd{width:55%; padding-left:100px;}
	
	.About_DoctorArea .ViewThum .Name{line-height:3.5em; display:flex; align-items:flex-end; margin:25px 0;}
	.About_DoctorArea .ViewThum .Name strong{color:#222; font-size:27pt; letter-spacing:3pt; font-weight:600; display:flex; align-items:flex-end;}
	.About_DoctorArea .ViewThum .Name span{color:#222; font-size:15pt; font-weight:400; padding-bottom:5px; margin-left:5px;}
	.About_DoctorArea .ViewThum .Name em{display:flex; align-items:center; color:#F59423; font-size:15pt; font-weight:400; padding-bottom:5px; margin-left:20px;}
	.About_DoctorArea .ViewThum .Name em:before{content:''; display:block; width:2px; height:17px; background-color:#F59423; margin-right:10px;}
	.boardThumList2 li:nth-child(1) .Name em:before{display:none;}
	.boardThumList2 li:nth-child(2) .Name em:before{display:none;}
	.About_DoctorArea .ViewThum .History{color:rgba(34,34,34,0.8); font-size:13.5pt; line-height:1.8;}

	.About_DoctorArea .BottomTxt{padding:60px 0;}
	.About_DoctorArea .BottomTxt .Text01{display:inline-block; padding:3px 12px; line-height:26px; background-color:#2E2D70; color:#fff; font-family:'Noto Serif KR'; border-radius:5px;}
	.About_DoctorArea .BottomTxt .Text02{font-family:'Noto Serif KR'; color:#2E2D70; font-size:18pt; font-weight:700; margin:15px 0;}
	.About_DoctorArea .BottomTxt .Text03{font-family:'Noto Serif KR'; color:#676767; font-size:13.5pt; font-weight:400; line-height:1.6;}

/* ========================================================================================================================================= */
/* [오시는길] */
.aboutMapSection{background-color:#fff;}
.aboutMapSection .Inner{padding:130px 0;}
.aboutMapSection #aboutmap26{width:100%; height:550px;}
.aboutMapWrap .Company_Area{display:none;}

.aboutMapSection .contWrap{}
.aboutMapSection .ThumbBox{display:flex; flex-wrap:wrap; justify-content:space-between; margin-top:35px;}
.aboutMapSection .ThumbBox .contBox{width:calc(100% / 2 - 15px);}
.aboutMapSection .contBox{background-color:#FFF8EF; overflow:hidden; margin:15px 0; padding:40px 40px 35px; position:relative;}

.aboutMapSection .contBox .title{display:flex; align-items:center; margin-bottom:15px;}
.aboutMapSection .contBox .title p{color:#222222; font-size:18pt; display:flex; font-family:"Noto Sans KR"; font-weight:600; margin-left:10px;}

	/* 오시는길 */
	.aboutMapSection .Address{}
	.aboutMapSection .Address .txt01{font-size:13.5pt; color:#222; font-weight:400; padding:5px 0;}
	.aboutMapSection .Address .txt01 span{display:inline-block; width:20%; font-size:13.5pt; color:#2E2D70; font-weight:600;}
	.aboutMapSection .Address .Subway{color:#222; font-size:13.5pt; text-align:left; margin-top:15px;}
	.aboutMapSection .Address .Subway .Subway01{display:inline-block; padding:2px 10px; background-color:#D4003B; color:#fff; font-size:12pt; border-radius:50px; font-weight:500;}
	.aboutMapSection .Address .Subway .Subway02{display:inline-block; padding:2px 10px; background-color:#00A23F; color:#fff; font-size:12pt; border-radius:50px; font-weight:500; margin:0 5px;}

	/* 진료시간 */
	.aboutMapSection .Time label{display:flex;}
	.aboutMapSection .Time label pre{line-height:1.8; font-size:13.5pt; color:#222; height:70px; overflow:hidden;}
	.aboutMapSection .Time label pre.Left{width:32%; height:70px; overflow:hidden; font-weight:500;}
	.aboutMapSection .Time .AddText p{padding-top:10px; text-align:left; font-weight:400; font-size:11pt; line-height:1.7; color:rgba(0,0,0,0.5);}

	/* 대표전화 */
	.aboutMapSection .Tel p a{display:block;}
	.aboutMapSection .Tel p{color:#222; font-size:22pt; font-weight:700; text-align:left; font-family:'Pretendard'; letter-spacing:0;} 

	/* 주차안내 */
	.aboutMapSection .Parking p{font-size:13.5pt; font-weight:500; color:#222; font-family:'Pretendard'; letter-spacing:0; text-align:left; line-height:1.8;}
	.aboutMapSection .Parking .AddText p{padding-top:10px; text-align:left; font-weight:400; font-size:11pt; line-height:1.7; color:rgba(0,0,0,0.5);}


/* ========================================================================================================================================= */
/* [눈썹,수염,체모이식]_상단메뉴 */
.SubTopMenu{padding:0 0 80px; width:800px; margin:0 auto; display:flex; justify-content:center; justify-content:space-between;}
.SubTopMenu li{width:calc(100% / 3 - 15px);}
.SubTopMenu li a{display:flex; justify-content:center; align-items:center; width:100%; height:65px; color:#fff; border-radius:50px; font-size:16.5pt; font-weight:500; background-color:#BDBDBD;}
.SubTopMenu li .Active{background-color:#2E2D70; font-weight:600;}

/* ========================================================================================================================================= */
/* 시술소개 */
.Procedure{background-size:cover; background-repeat:no-repeat; background-position:center;}
.Procedure h2 em{color:#F59423; font-weight:600;}
.Procedure .LineBox{display:flex; flex-direction:column; align-items:center; margin:50px 0;}
.Procedure .LineBox .Line{display:inline-block; width:1px; height:80px; background-color:#ddd;}
.Procedure .LineBox .Box{display:inline-block; width:9px; height:9px; background-color:#ddd; transform:rotate(45deg);}
.Procedure .InfoText{text-align:center; color:#676767; font-size:13.5pt; line-height:1.7; font-weight:300;}
.Procedure .InfoText span{color:#2E2D70; line-height:1.7; font-weight:300;}

.Procedure .ImgBox{text-align:center; margin:80px 0;}

/* ========================================================================================================================================= */
/* 장점 */
.Merit{background-size:cover; background-repeat:no-repeat; background-position:center;}
.Merit .Inner{display:flex; align-items:flex-start;}
.Merit .Title{width:50%;}
.Merit .Title p{text-align:left;}
.Merit .Title h2{text-align:left;}

.Merit .ConBox{width:50%;}
.Merit ul{width:100%; display:flex; flex-direction:column; align-items:flex-start;}
.Merit ul li{width:100%; display:flex; align-items:center; margin-top:15px; background-color:#fff; color:#222; font-size:15pt;}
.Merit ul li:frist-child{margin-top:0;}
.Merit ul li span{display:flex; justify-content:center; align-items:center; font-family:"Reddit Sans"; font-size:16pt; width:60px; height:60px; background-color:#2E2D70; color:#fff; letter-spacing:0; font-weight:500; margin-right:20px;}

/* ========================================================================================================================================= */
/* 키포인트 */
.KeyPoint{background-size:cover; background-repeat:no-repeat; background-position:center;}
.KeyPoint .Inner{padding:0;}
.KeyPoint .Title h2{margin-top:30px;}
.KeyPoint .List{padding:130px 0;}
.KeyPoint .List.List02{border-top:1px solid #ddd;}
.KeyPoint .ConBox{margin-top:40px;}
.KeyPoint .ConBox p{text-align:center; color:#676767; font-size:13.5pt; line-height:1.7; font-weight:300;}
.KeyPoint ul{display:flex; justify-content:center; margin-top:80px;}
.KeyPoint ul li{margin:0 15px;}
.KeyPoint .ReText{margin-top:30px; font-size:13.5pt; color:#676767;}
.KeyPoint ul li .InfoTxt{display:flex; align-items:center; text-align:left; font-size:15pt; color:#222; font-weight:500; margin-top:30px;}
.KeyPoint ul li .InfoTxt span{display:inline-block; width:3px; height:20px; background-color:#222; margin-right:10px;}

.KeyPoint ul.Step .TextBox{display:flex; flex-direction:column; align-items:center; margin-top:30px;}
.KeyPoint ul.Step .Text01{padding:5px 20px; background-color:#2E2D70; border-radius:50px; color:#fff; font-size:13.5pt;}
.KeyPoint ul.Step .Text02{padding-top:15px; font-size:13.5pt; color:#676767;}

/* ========================================================================================================================================= */
/* 시술추천 */
.Suggest{background-size:cover; background-repeat:no-repeat; background-position:center;}
.Suggest .Title p{text-align:left;}
.Suggest .Title h2{text-align:left;}

.Suggest ul{display:flex; justify-content:space-between; margin-top:60px;}
.Suggest ul li{width:calc(100% / 4 - 20px); background-color:#fff; height:320px; padding:40px; position:relative;}
.Suggest ul li .Num{width:50px; height:50px; background-color:#2E2D70; color:#fff; font-family:"Reddit Sans"; font-size:16pt; font-weight:600; border-radius:50px;   display:flex; justify-content:center; align-items:center;}
.Suggest ul li .Text{color:#222; font-size:13.5pt; text-align:left; margin-top:20px; line-height:1.6;}
.Suggest ul li .ImgBox{position:absolute; right:20px; bottom:20px;}

/* ========================================================================================================================================= */
/* 차이점 */
.Difference{background-size:cover; background-repeat:no-repeat; background-position:center;}

.Difference .ConBox{margin-top:60px; display:flex; justify-content:space-between; align-items:flex-start;}
.Difference ul{display:flex; flex-direction:column; align-items:center; background-color:#fff;}
.Difference ul .TopTxt{width:100%; text-align:center; font-size:16.5pt; color:#fff; font-weight:500; line-height:60px; height:65px;}
.Difference ul li{width:80%; height:95px; display:flex; justify-content:center; align-items:center; text-align:center; line-height:1.6; font-size:13.5pt; color:#222; position:relative;}
.Difference ul li:first-child:after{display:none;}
.Difference ul li:last-child:after{display:none;}
.Difference ul li:after{content:''; position:absolute; bottom:0; left:0; width:100%; height:1px; background:linear-gradient(to right, #fff, #222, #fff); opacity:0.3;}

	.Difference .LeftBox{width:40%; border:2px solid #F59423;}
	.Difference .LeftBox .TopTxt{background-color:#F59423;}

	.Difference .CenterBox{width:15%; background-color:#F6F1EB; border-radius:30px; overflow:hidden;}
	.Difference .CenterBox .TopTxt{height:75px;}

	.Difference .RightBox{width:40%; border:2px solid #9C9084;}
	.Difference .RightBox .TopTxt{background-color:#9C9084; color:#fff;}
	.Difference .RightBox li{color:#676767;}

/* ========================================================================================================================================= */
/* 자주묻는질문 */
.QnaSection{background-size:cover; background-repeat:no-repeat; background-position:center;}
.QnaSection .ConBox{margin-top:60px;}

.QnaSection .ui-accordion .ui-accordion-header{background-color:#3D270E; border:none; display:flex; justify-content:space-between; align-items:center; color:#fff; padding:25px 15px; border-radius:0;}
.QnaSection .Accordion .Title{background-color:#3D270E; border:none; display:flex; justify-content:space-between; align-items:center;}
.QnaSection .ui-accordion-header-icon{display:none;}
.QnaSection .ui-accordion .ui-accordion-header{margin:30px 0 0 0;}
.QnaSection .ThumbBox{width:100%; display:flex; align-items:center;}

.QnaSection .Accordion .Number{font-family:"Reddit Sans"; font-size:16.5pt; color:#fff; font-weight:600; margin-bottom:0; letter-spacing:0pt;}
.QnaSection .Accordion h5{font-size:16.5pt; color:#fff; line-height:1.5; font-weight:600; margin-left:10px;}
.QnaSection .Accordion .BtnBox{width:20px; margin:0 10px;}
.QnaSection .Accordion .BtnBox img{width:100%; object-fit:cover;}
.QnaSection .ui-state-active .BtnBox img{transform:rotate(180deg);}

.QnaSection .Info{padding:0 !important; border:none; overflow:hidden; box-sizing:border-box; background-color:#fff; border-radius:0;}
.QnaSection .Info p{font-size:13.5pt; color:#676767; font-weight:400; line-height:1.6; padding:30px; height:auto;}

/* ========================================================================================================================================= */
/* 샴푸소개 */
.ShampooInfo{}
.ShampooInfo .Inner{padding:0;}
.ShampooInfo .List{padding:130px 0;}
.ShampooInfo .Title h2{margin-top:30px;}
.ShampooInfo .Title h2 em{display:inline-block; margin-left:15px; font-size:12pt; background-color:#2E2D70; color:#fff; border-radius:50px; padding:4px 13px;}
.ShampooInfo .Title .InfoTxt{text-align:center; color:#676767; font-size:13.5pt; line-height:1.7; font-weight:300; letter-spacing:-0.3pt; margin-top:40px;}
.ShampooInfo .List03 h2 b{margin-left:145px;}
.ShampooInfo .List04 h2 b{margin-left:145px;}

.ShampooInfo .ConBox{margin-top:80px;}
.ShampooInfo .List{border-top:1px solid #ddd;}
.ShampooInfo .List:first-child{border-top:none;}
.ShampooInfo .ThumbBox{display:flex; justify-content:space-between; align-items:center;}
.ShampooInfo .ThumbBox div{width:calc(100% / 2 - 15px);}
.ShampooInfo .ThumbBox .ImgBox img{width:100%; object-fit:cover;}
.ShampooInfo .CheckBox{background-color:#F5F5F5; height:325px; display:flex; flex-direction:column; justify-content:center; padding:20px 60px;}
.ShampooInfo .CheckBox p{color:#222; font-size:13.5pt; text-align:left; display:flex; align-items:center; margin:25px 0;}
.ShampooInfo .CheckBox p span{width:30px; height:30px; background-color:#2E2D70; display:flex; justify-content:center; align-items:center; border-radius:50%; margin-right:15px; padding:2px 0px 0 1px;}

.ShampooInfo .CenterBox{background-color:#37332F; display:flex; align-items:center; padding:30px; margin:30px 0 80px;}
.ShampooInfo .CenterBox .LeftTxt{width:20%; color:#fff; font-size:15pt; font-weight:500; text-align:center;}
.ShampooInfo .CenterBox .Line{display:inline-block; width:1px; height:15px; background-color:#D9D9D9; margin:0 30px;}
.ShampooInfo .CenterBox .RightTxt{color:#fff; font-size:13.5pt; font-weight:300; text-align:left; line-height:1.7;}


/* ========================================================================================================================================= */
/* [공통하단]_시술전후 */
.CommonBnF{}
.CommonBnF .CommonBnfSwiper{margin-top:80px; position:relative; width:635px;}
.CommonBnF .CommonBnfSwiper a{display:block; width:635px; height:380px; margin:0 auto;}
.CommonBnF .CommonBnfSwiper .ThumbBox{width:100%; height:100%; margin:0 auto;}
.CommonBnF .CommonBnfSwiper .ThumbBox img{width:100%; height:100%; object-fit:cover;}
.CommonBnF .SliderBtn{margin-top:80px; text-align:center;}
.CommonBnF .SliderBtn span{width:10px; height:10px; margin:0 5px; background-color:#ddd; opacity:1;}
.CommonBnF .SliderBtn .swiper-pagination-bullet-active{background-color:#F59423;}
.CommonBnF .BtnWrap .button-prev{position:absolute; left:210px; top:55%; z-index:999; cursor:pointer;}
.CommonBnF .BtnWrap .button-next{position:absolute; right:210px; top:55%; z-index:999; cursor:pointer;}

/* 시술전후 리스트_이미지_로그인 */
.CommonBnF .NonLogin img{filter:blur(5px);}
.CommonBnF .NonLogin .TextBox{display:flex; justify-content:center; align-items:center; margin-top:20px;}
.CommonBnF .NonLogin div i{display:block; margin-right:5px;}
.CommonBnF .NonLogin div p{display:block;}

/* ========================================================================================================================================= */
/* [공통하단]_왜로미모일까요? */
.CommonWhy{background-color:#FAFAFA;}
.CommonWhy .ConBox{margin-top:70px;}

.CommonWhy .SwiperWhySub{border-bottom:1px solid #D9D9D9; padding-bottom:30px;}
.CommonWhy .SwiperWhySub .swiper-wrapper{justify-content:center;}
.CommonWhy .SwiperWhySub .Slide01{width:200px !important;}
.CommonWhy .SwiperWhySub .Slide02{width:200px !important;}
.CommonWhy .SwiperWhySub .Slide04{width:240px !important;}
.CommonWhy .SwiperWhySub .Slide06{width:170px !important;}
.CommonWhy .SwiperWhySub .TextBox{color:#676767; font-size:13.5pt; text-align:center; cursor:pointer; display:flex; flex-direction:column; align-items:center;     padding-top:15px;}
.CommonWhy .SwiperWhySub .Slide.swiper-slide-thumb-active .TextBox{color:#F59423;}
.CommonWhy .SwiperWhySub .Slide.swiper-slide-thumb-active::before{content:''; display:block; width:8px; height:8px; background-color:#F59423; border-radius:50px; position:absolute; left:50%; top:0;}

.CommonWhy .SwiperWhy{margin:50px 50px 0;}
.CommonWhy .SwiperWhy .Slide{display:flex; align-items:center;}
.CommonWhy .SwiperWhy .TextBox{width:50%; padding-left:80px;}
.CommonWhy .SwiperWhy .TextBox h3{font-size:26pt; color:#222; text-align:left; font-weight:400;}
.CommonWhy .SwiperWhy .TextBox h3 b{font-size:26pt; color:#F59423; text-align:left; font-weight:600;}
.CommonWhy .SwiperWhy .TextBox p{font-size:13.5pt; color:#676767; text-align:left; line-height:1.6; margin-top:25px;}

/* ========================================================================================================================================= */
/* 전후사진 */
.BnfWrap #container{padding:60px 0;}
	/* 전후사진_상세페이지_첨부파일 */
	.ViewWrap .boardview #zoomImg{display:none;}

/* ========================================================================================================================================= */
/* 리얼모델 */
.realModelWrap #container{padding:60px 0;}
.realModelWrap .NotDisplay{display:none !important;}

.reviewWrap #container{padding:60px 0;}
.reviewWrap .boardThumList a .Title span b:nth-child(1){display:none;}
.reviewThumViewWrap #container{padding:60px 0;}
.reviewThumViewWrap #container .media{text-align:center;}

/* ========================================================================================================================================= */
/* 공지사항 */
.noticeWrap #container{padding:60px 0;}

/* ========================================================================================================================================= */
/* 온라인상담 */
.onlineListWrap #container{padding:60px 0;}

/* ========================================================================================================================================= */
/* 이벤트 */
.PriceWrap .SubMenuBar{display:none;}
.PriceWrap #contents{padding:130px 0;}
.PriceWrap .Inner{padding:0;}
.PriceWrap.clinicViewWrap .TopVisual{display:none;} 
.PriceWrap.clinicViewWrap .containerWrap{padding:0 !important;}


/* ========================================================================================================================================= */
/* 개인정보취급방침 */
.memberWrap #contents{padding:100px 0;}

