@charset "utf-8";
/*  [헤더]상단헤더영역(두줄구조와 파일분리20200819) */
header {
  position: relative;
  z-index: 12;
  background-color: #fff;
}
.HeaderNav_Area {
  content: "";
  clear: both;
  display: block;
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
}
.HeaderNav_Area.HeaderForComm {
} /* 통합일때 */
.HeaderNav_Area.HeaderForBranch {
} /* 지점일때 */
.HeaderNav_Area.HeaderGlobal {
} /* 통합이면서지점일때 */

/* 고정일경우 */
.HeaderNav_Area.Fixed {
  position: fixed;
  top: 0px;
  background-color: #fff;
  z-index: 900;
}
/* ====================================================================== */
/* 스킵네비게이션 */
#SkipNav {
  content: "";
  clear: both;
  display: block;
  position: relative;
  display: none;
}
#SkipNav a {
  position: absolute;
  top: -500px;
  left: 0;
  width: 200px;
}

/* ====================================================================== */
/* 최상단배너(0번) */
.TopBannerArea {
  content: "";
  clear: both;
  display: block;
  position: relative;
}
.TopBannerArea * {
  line-height: 1.2em;
  letter-spacing: -1px;
  text-align: center;
}
/* 내용 */
.TopBannerAreaBox {
  display: block;
  position: relative;
  width: 100%;
  min-width: 1300px;
  height: 70px;
  overflow: hidden;
}
.TopBannerAreaBox .Banner {
  display: block;
  position: relative;
  text-align: center;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.TopBannerAreaBox .Banner a {
  display: block;
  position: relative;
  width: 1300px !important;
  min-width: 1300px;
  margin: auto;
}
/* 롤랭배너일때 */
.TopBannerAreaBox.MainMultiSlider {
}
.TopBannerAreaBox.MainMultiSlider ul.SliderThum_BtnPage {
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 550px;
  text-align: right;
}
.TopBannerAreaBox.MainMultiSlider ul.SliderThum_BtnPage li button {
  width: 10px;
  height: 10px;
  border-width: 1px;
}
.TopBannerAreaBox.MainMultiSlider ul.SliderThum_BtnPage li.slick-active button {
  border-color: #fff;
  background-color: #fff;
}
/* 시술건수일때(분당점사용) */
.TopBannerAreaBox a ul {
  display: table;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  background-repeat: no-repeat;
}
.TopBannerAreaBox a li {
  display: table-cell;
  position: relative;
  height: inherit;
  vertical-align: middle;
}
.TopBannerAreaBox a li p {
  color: #1d1d1d;
  font-size: 13.5pt;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.TopBannerAreaBox a li p b {
  color: #b82157;
}
.TopBannerAreaBox a li span {
  display: block;
  color: #8e8e8e;
  font-size: 8.5pt;
}
.TopBannerAreaBox a li.Left {
}
.TopBannerAreaBox a li.Right {
  width: 50%;
  text-align: right;
}
/* 관련버튼 */
.TopBannerBtnBox {
  position: relative;
  text-align: right;
}
.TopBannerBtn {
  position: absolute;
  right: 0px;
  color: #cccccc;
  font-size: 11px;
  outline: none;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 10;
}
.TopBannerBtn span.glyphicon {
  color: #cccccc;
}
.TopBannerBtn label {
  display: block;
  position: absolute;
  top: 0px;
  margin-top: -2em;
  margin-left: 7px;
  text-align: center;
  color: #8e8e8e;
  cursor: pointer;
}
.TopBannerBtn label * {
  color: #8e8e8e;
}
.TopBannerBtn .glyphicon {
  display: block;
  position: relative;
}
.TopBannerBtn .glyphicon-remove {
}
.TopBannerBtn .glyphicon-chevron-down {
}
.TopBannerBtn.Close {
}
.TopBannerBtn.Close label {
  margin-top: 0em;
}

/* ====================================================================== */
/* 서브페이지메뉴 */
.SubNav_Area {
  content: "";
  clear: both;
  display: block;
  width: 100%;
  min-width: 1300px;
  height: 40px;
  margin: auto;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  overflow: hidden;
  margin-bottom: 3em;
}
.SubNav_AreaBox.InnerContainer {
  display: block;
  height: inherit;
  text-align: center;
}
.SubNav_AreaBox {
}
.SubNav_Area ul {
  content: "";
  clear: both;
  display: inline-table;
  height: inherit;
  margin: auto;
}
.SubNav_Area li {
  display: table-cell;
  width: 15%;
  min-width: 100px;
  vertical-align: middle;
  text-align: center;
  height: inherit;
}
.SubNav_Area a {
  display: inline-block;
  height: inherit;
  line-height: 40px;
  color: #1d1d1d;
  font-size: 11pt;
  font-weight: 400;
  text-align: center;
  border-bottom: 4px solid #ffffff;
}
.SubNav_Area a:hover,
.SubNav_Area a.Action {
  border-bottom-color: #143444;
} /* 컬러변경 #f0597d 202308 */
.SubNav_Area:after {
  content: "";
  clear: both;
  display: block;
}

/* ====================================================================== */
/* [시술전후] 메뉴선택(20181129) */
.Bnf_ClinicMenu fieldset {
  display: block;
  width: 100%;
  border-top: 2px solid #585859;
  border-bottom: 2px solid #585859;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  margin: 20px auto;
}
.Bnf_ClinicMenu fieldset * {
  font-family: "Noto Sans KR", "sans-serif";
  box-sizing: border-box;
  border-collapse: collapse;
}
.Bnf_ClinicMenu ul {
  display: table;
  width: 100%;
}
.Bnf_ClinicMenu ul li {
  display: table-cell;
  width: 20%;
}
.Bnf_ClinicMenu dl {
}
.Bnf_ClinicMenu dl dt {
  background-color: #f06eaa;
  border-right: 1px solid #e1e1e1;
}
.Bnf_ClinicMenu dl dt a {
  display: block;
  position: relative;
  width: 100%;
  color: #ffffff;
  font-size: 13pt;
  line-height: 1em;
  font-weight: bold;
  vertical-align: middle;
  padding: 22px 15px;
}
.Bnf_ClinicMenu dl dt a span {
  display: block;
  position: absolute;
  right: 7%;
  top: 5%;
  width: 50px;
  height: 50px;
  background-image: url("/img/menu/clinicInfo_Icon_Set_w.png");
  background-repeat: no-repeat;
}
.Bnf_ClinicMenu dl dt.DTtype a {
  font-size: 10pt;
  padding: 8px 15px;
}
.Bnf_ClinicMenu dl dt a span.Icon001 {
  background-position: -10px -10px;
} /* 필러 */
.Bnf_ClinicMenu dl dt a span.Icon002 {
  background-position: -250px -10px;
} /* 보톡스 */
.Bnf_ClinicMenu dl dt a span.Icon003 {
  background-position: -430px -250px;
} /* 리프팅 */
.Bnf_ClinicMenu dl dt a span.Icon004 {
  background-position: -370px -250px;
} /* 피부/기미색소 */
.Bnf_ClinicMenu dl dt a span.Icon005 {
  background-position: -430px -370px;
} /* 비만 */
.Bnf_ClinicMenu dl dt a span.Icon006 {
  background-position: -310px -730px;
} /* 제모 */
.Bnf_ClinicMenu dl dt a span.Icon007 {
  background-position: -130px -130px;
} /* 여드름 */
.Bnf_ClinicMenu dl dd {
}
.Bnf_ClinicMenu dl dd a {
  display: block;
  width: 100%;
  color: #747474;
  font-size: 10.5pt;
  letter-spacing: -1px;
  line-height: 1em;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 8px 15px;
}
.Bnf_ClinicMenu dl dd a:hover {
  background-color: #e1e1e1;
}
.Bnf_ClinicMenu dl dd a.Action {
  color: #000;
  background-color: #f3f3f3;
}

/* ====================================================================== */
/* GNB영역(ver.202201) */
.headerGNB {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #fff;
}
.headerGNBinner {
  display: block;
  position: relative;
}

/* 상단링크 */
.headerGnbTop {
  /*border-bottom: 1px solid #eee;*/
}
.headerGnbTopinner {
  display: flex;
  position: relative;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0px 2em 0px 2em;
}
.headerGnbTopSection {
  display: block;
  position: relative;
}
/* 링크메뉴 */
.headerGnbTopSection.headerGnbNavsectionLeft {
  flex: 1 1 40%;
  width: 40%;
  text-align: left;
} /* flex-grow 1커질지0말지 - flex-shrink 0작아질1말지 */
.headerGnbNavsectionLeft {
  text-align: left;
  font-size: 10pt;
}
.headerGnbNavsectionLeft .Link {
  display: inline-table;
  position: relative;
  font-size: 1.2em;
}
.headerGnbNavsectionLeft .Link > li {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
.headerGnbNavsectionLeft .Link .topLink {
  display: block;
  position: relative;
  font-size: 0.85em;
  text-align: center;
  padding: 14px 1em;
  background-color: #536873cc;
  margin-right: 1px;
}
.headerGnbNavsectionLeft .Link .topLink span {
  color: #fff;
}
.headerGnbNavsectionLeft .Link > li.active .topLink {
  background-color: #143444;
}
.headerGnbNavsectionLeft .Link > li.active span {
  color: #fff !important;
}
.headerGnbNavsectionLeft .Link > li:hover span {
  color: #fff;
}
/* 링크메뉴 */
.headerGnbTopSection.headerGnbNavsectionRight {
  flex: 1 1 100%;
  width: 60%;
  padding: 8px 0 5px;
}
.headerGnbNavsectionRight {
  text-align: right;
  font-size: 10pt;
}
.headerGnbNavsectionRight .Link {
  display: inline-table;
  position: relative;
  color: #666;
  font-size: 1.2em;
}
.headerGnbNavsectionRight .Link > li {
  display: table-cell;
  position: relative;
}
.headerGnbNavsectionRight .Link > li + li {
}
.headerGnbNavsectionRight .Link + .Link {
}
.headerGnbNavsectionRight .Link .topLink {
  display: block;
  position: relative;
  font-size: 0.85em;
  text-align: center;
  padding: 0.3em 1em;
}
.headerGnbNavsectionRight .Link .topLink span {
  display: block;
  position: relative;
}
.headerGnbNavsectionRight .Link .topLink span i {
  display: none;
}
.headerGnbNavsectionRight .Link .topLink:hover {
  color: #333;
}
/* 서브링크 */
.headerGnbNavsectionRight .Link01 {
}
.headerGnbNavsectionRight .Link01 > li {
}
.headerGnbNavsectionRight .Link01 > li + li:before {
  content: "·";
  clear: both;
  display: block;
  position: absolute;
  top: 3px;
}
.headerGnbNavsectionRight .topLink01 {
} /* 병원소개 */
.headerGnbNavsectionRight .topLink02 {
} /* 시술전후 */
.headerGnbNavsectionRight .topLink03 {
} /* 미앤미TV */
.headerGnbNavsectionRight .topLink04 {
} /* 회원메뉴 */
/* 지점및글로벌링크 */
.headerGnbNavsectionRight .Link02 {
}
.headerGnbNavsectionRight .Link02 > li {
}
.headerGnbNavsectionRight .Link02 > li + li {
  padding-left: 0.5em;
}
.headerGnbNavsectionRight .Link02 > li a {
}
/* 메뉴펼침 */
.gnbtopLinkBox {
  display: block;
  position: relative;
}
.gnbtopLinkBox .topLink {
  text-align: left !important;
  border-radius: 20px;
  background-color: #f7f7f7;
}
.gnbtopLinkBoxSelect {
}
.gnbtopLinkBoxSelectBtn {
}
.gnbtopLinkBoxSelectBtn:after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  top: 30%;
  right: 1em;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.gnbtopLinkBoxSelectOption {
  display: block;
  position: absolute;
  top: 100%;
  width: 100%;
  text-align: left;
  word-break: keep-all;
  background-color: #f7f7f7;
  border-radius: 0px 0px 8px 8px;
  padding: 0.5em;
  overflow-y: scroll;
  z-index: 901;
  display: none;
} /* 선택옵션  일단숨김 */
.gnbtopLinkBoxSelectOption label {
}
.gnbtopLinkBoxSelectOption li {
  display: block;
  position: relative;
  line-height: 2.4em;
}
.gnbtopLinkBoxSelectOption label {
  display: block;
  position: relative;
  font-weight: bold;
}
.gnbtopLinkBoxSelectOption a {
  display: block;
  position: relative;
}
.gnbtopLinkBoxSelectOption a img {
  display: inline-block;
  height: 10px;
  display: none;
} /* 국기 */
.gnbtopLinkBoxSelectOption::-webkit-scrollbar {
  width: 10px;
  height: 0;
} /* 스크롤바커스텀 */
.gnbtopLinkBoxSelectOption::-webkit-scrollbar-thumb {
  height: 1em;
  border: 0.3em solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  -webkit-border-radius: 1em;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.025);
}
.gnbtopLinkBoxSelectOption::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
.gnbtopLinkBoxSelectOption::-webkit-scrollbar-corner {
  background-color: transparent;
}
.gnbtopLinkBox:hover .gnbtopLinkBoxSelectOption {
  display: block;
}
.gnbtopLinkBox:hover .topLink {
  border-radius: 15px 15px 0px 0px;
}
/* 별도처리 */
.gnbtopLinkBox.globalLink {
  width: 6em;
}
.gnbtopLinkBox.globalLink .gnbtopLinkBoxSelect {
}
.gnbtopLinkBox.globalLink .gnbtopLinkBoxSelectBtn {
}
.gnbtopLinkBox.globalLink .gnbtopLinkBoxSelectOption {
  height: 8.5em;
}
.gnbtopLinkBox.branchLink {
  width: 12em;
}
.gnbtopLinkBox.branchLink .gnbtopLinkBoxSelect {
}
.gnbtopLinkBox.branchLink .gnbtopLinkBoxSelectBtn {
}
.gnbtopLinkBox.branchLink .gnbtopLinkBoxSelectOption {
  height: 20em;
}

/* 글로벌링크 new design */
.headerGnbNavsectionRight .Link02 > li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin: 4px 0;
}
.headerGnbNavsectionRight .Link02 > li a img {
  height: 24px;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.1));
}
.gnbtopLinkBoxSelectOption a img {
  display: inline-block;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.1));
} /* 국기 */
.globalLink_wrap {
  position: relative;
}
.globalLinkAll {
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.brandNew .globalLinkAll img {
  filter: invert(100%) contrast(800%);
}
.gnbtopLinkBox.globalLink {
  position: absolute;
  top: -6px;
  left: 0;
  margin-top: 35px;
  width: 100%;
  height: 100px;
  z-index: 10;
  opacity: 0;
  transition: 0.2s;
  pointer-events: none;
}
.globalLink_wrap.on .gnbtopLinkBox.globalLink {
  top: 0;
  opacity: 1;
  transition: 0.2s;
  pointer-events: inherit;
}
.gnbtopLinkBox.globalLink .gnbtopLinkBoxSelectBtn {
  position: relative;
  padding: 0;
  background: none;
  display: flex;
  flex-wrap: wrap;
}
.gnbtopLinkBox.globalLink .gnbtopLinkBoxSelectBtn::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 35px;
}
.gnbtopLinkBox.globalLink .gnbtopLinkBoxSelectOption {
  height: auto;
  width: 80px;
  top: 100%;
  left: 50%;
  margin-left: -33px;
  margin-top: 5px;
  border-radius: 8px;
}
.gnbtopLinkBox.globalLink .gnbtopLinkBoxSelectBtn:after {
  display: none;
}
.gnbtopLinkBox.globalLink .gnbtopLinkBoxSelectOption li {
  line-height: 2.2em;
}

.headerGnbNavsectionRight .globalLink_wrap .gnbtopLinkBox.globalLink a span {
  animation: falling2 0.4s linear;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.1));
}
.headerGnbNavsectionRight .globalLink_wrap.on .gnbtopLinkBox.globalLink a span {
  animation: falling 0.4s linear;
}
@keyframes falling {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes falling2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

/* 글로벌링크 new design - 한줄로 수정 (230712) */
.globalLinkAll {
  display: none;
}
.gnbtopLinkBox.globalLink {
  position: relative;
  top: 0;
  margin-top: 0;
  height: auto;
  opacity: 1;
}
.headerGnbNavsectionRight .Link01 {
  display: inline-block;
  top: 2px;
}
.headerGnbNavsectionRight .Link02 {
  display: inline-flex;
  align-items: center;
}
.headerGnbNavsectionRight .Link02 > li a {
  padding: 0 3px;
}
.headerGnbNavsectionRight .globalLink_wrap .gnbtopLinkBox.globalLink a span {
  animation: none;
}
.headerGnbNavsectionRight .globalLink_wrap.on .gnbtopLinkBox.globalLink a span {
  animation: none;
}

/* 주요메뉴링크 */
.headerGnbNav {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: stretch;
  align-content: center;
  justify-content: center;
  width: 100%;
  max-width: 1600px;
  padding: 1em 2em 1.8em;
  margin: auto;
}
.headerGnbNavSection {
  display: block;
  position: relative;
  align-self: stretch;
}
/* 왼쪽영역 */
.headerGnbNavSection.headerGnbNavSectionLeft {
  flex-grow: 0;
  flex-shrink: 0;
  min-width: 100px;
  padding-right: 3em;
} /* flex-grow 1커질지0말지 - flex-shrink 0작아질1말지 */
.headerGnbNavSectionLeft {
}
/* 로고 */
.gnbNavLogo {
  display: block;
  position: relative;
  text-align: left;
  overflow: hidden;
} /* 로고 나비제거 */
.gnbNavLogo img {
  display: block;
  height: 24px;
  max-width: 100%;
  max-height: 100%;
  margin-left: -30px;
} /* 로고 나비제거 */
.gnbNavLogo p {
  font-size: 11pt;
  padding-top: 3px;
  font-weight: 500;
} /* 지점명기본 3글자 기준 */
/* 별도처리 */
.headerForBranch .gnbNavLogo {
} /* 지점일때 */
.headerForComm .gnbNavLogo img {
  height: 30px;
} /* 통합일때 */
.headerForComm .gnbNavLogo p {
  display: none;
}
.headerForComm .headerGnbNavSectionCenter {
  padding-top: 0px;
}
.headerGlobal .gnbNavLogo img {
  height: 30px;
} /* 글로벌일때 */
.headerGlobal.C00031 .gnbNavLogo img,
.headerGlobal.C00035 .gnbNavLogo img {
  width: 175px;
} /* 영문,일문 로고 사이즈 */
.headerGlobal .gnbNavLogo p {
  display: none;
}
.headerGlobal .headerGnbNavSectionCenter {
  padding-top: 0px;
}
/* 별도처리 - 지점명글자수에따른 조정 */
.gnbNavLogo p {
  letter-spacing: 0.25em;
} /* 지점명기본 3글자 기준 */

.C00004 .gnbNavLogo p,
.C00037 .gnbNavLogo p {
  letter-spacing: 0.1em;
} /* 4글자 - 강남본점 , 왕십리점 */

.C00039 .gnbNavLogo p,
.C00021 .gnbNavLogo p,
.C00024 .gnbNavLogo p,
.C00023 .gnbNavLogo p,
.C00032 .gnbNavLogo p {
  letter-spacing: 1px;
} /* 4글자이상 -  서울대입구점  대전둔산점  부산서면점  부산해운대점  부산센텀시티점 */

/* .headerC00040 .branchWrap .headerForBranch .headerGnbMunu .Menu .Menu02,
		.headerC00040 .branchWrap .headerForBranch .headerGnbMunu .Menu .Menu03{display:none;} */

.headerC00040 .newMenu02,
.headerC00040 .newMenu03 {
  display: none !important;
}
/* 중앙영역 */
/* .headerGnbNavSection.headerGnbNavSectionCenter{}   */
.headerGnbNavSectionCenter {
  flex-grow: 1;
  flex-shrink: 1;
  text-align: left;
  padding-top: 0.8em;
} /*  width:calc(100% - 200px); flex-grow 1커질지0말지 - flex-shrink 0작아질1말지 */
/* ----------------------------------------------------------------------------------------------------------- */
/* 주메뉴  */
.headerGnbMunu {
  content: "";
  clear: both;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  width: 100%;
  min-width: 10%;
  height: 30px;
  overflow: hidden;
  z-index: 100;
} /* 높이 스크립트로 부여하고있으나, 로딩지연시 메뉴가 펼쳐보이는 현상때문에height줌 */
.headerGnbMunu .Menu {
  display: table;
  position: relative;
  table-layout: fixed;
  width: 100%;
  font-size: 10pt;
  line-height: 2.2em;
  padding: 0em 1em 1em 1em;
}
.headerGnbMunu .Menu li {
  display: table-cell;
  position: relative;
  vertical-align: top;
  text-align: center;
}
.headerGnbMunu dl {
  display: block;
  position: relative;
  width: 100%;
}
.headerGnbMunu dt {
  display: block;
  position: relative;
  min-height: 32px;
  font-size: 1.1em;
  text-align: center;
}
.headerGnbMunu dt a {
  display: block;
  position: relative;
}
.headerGnbMunu dd {
  display: block;
  position: relative;
  padding-top: 1.4em;
}
.headerGnbMunu dd a {
  display: block;
  position: relative;
  color: #464646;
  letter-spacing: -1px;
  font-weight: 300;
}
.headerGnbMunu dd a:hover {
  color: #1d1d1d;
}
.headerGnbNavSectionCenter .menuALLview {
  display: inline-block; /*position:absolute;*/
  width: 30px;
  min-width: auto;
  z-index: 101;
} /* 전체메뉴 */
.headerGnbNavSectionCenter .menuALLview dt {
  padding-top: 20%;
}
.headerGnbNavSectionCenter .menuALLview .allMenuOpen {
  cursor: pointer;
}
.Icon_GnbOpen {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 16px;
  line-height: 10px;
  border-top: 2px solid #272727;
  margin-right: 5px;
}
.Icon_GnbOpen:before {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  width: 75%;
  top: 36%;
  border-top: 2px solid #272727;
  transition: 0.3s;
}
.Icon_GnbOpen:after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0%;
  border-top: 2px solid #272727;
}
.Icon_GnbOpen:hover:before {
  width: 100%;
}
.headerGnbMunu .menu01,
.headerGnbMunu .menu02,
.headerGnbMunu .menu03 {
  width: 8%;
}
.headerGnbMunu .menu01 {
} /* 바로예약 */
.headerGnbMunu .menu02 {
} /* 시술가격 */
.headerGnbMunu .menu03 {
}
.headerGnbMunu .goEventBtn {
  color: #f0597d;
  font-weight: bold;
} /* 이벤트 */
.headerGnbMunu .clinicMenu {
}
.headerGnbMunu .clinicMenu dt {
  font-weight: normal;
}
.headerGnbMunu .eventMonth {
  width: 70%;
  font-weight: bold;
  background: linear-gradient(
    117deg,
    rgba(255, 57, 106, 1) 46%,
    rgba(246, 74, 7, 1) 100%
  );
  border-radius: 10px;
  color: #fff;
  margin: 0 auto;
} /* 이달의 이벤트 */
.headerGnbMunu .eventMonth {
  background: #f73e6c;
}

/* ----------------------------------------------------------------------------------------------------------- */
/* 전체메뉴(사이트맵)팝업 */
.headerSitemap {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 3% 3% 3% 3%;
  z-index: 899;
  display: none;
} /* 일단숨김  */
.headerSitemap .LayerPopBox {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
  padding: 3em;
} /* 세로중앙에위치하기위한 */
.headerSitemap .LayerPopPanel {
  width: 1400px;
  max-height: 80vh;
  overflow-y: auto;
} /* overflow 추가 (메뉴가 너무 김..) */
.headerSitemapSection {
  display: block;
  position: relative;
}
/* 상단 */
.headerSitemapSectionHead {
}
/* 컨텐츠 */
.headerSitemapSectionCont {
  padding: 1em;
}
.headerSitemapMunu {
  display: block;
  position: relative;
  width: 100%;
  min-width: 10%;
}
.headerSitemapMunu .Inner {
}
/* .headerSitemapMunu .Menu{display:table; position:relative; width:100%; table-layout:fixed; font-size:10pt; line-height:2.2em;} */
.headerSitemapMunu .Menu {
  display: flex;
  justify-content: space-around;
  position: relative;
  width: 100%;
  font-size: 10pt;
  line-height: 2.2em;
}
.headerSitemapMunu .Menu li {
  display: table-cell;
  position: relative;
  vertical-align: top;
  text-align: left;
}
.headerSitemapMunu dl {
  display: block;
  position: relative;
  width: 100%;
}
.headerSitemapMunu dt {
  display: block;
  position: relative;
  font-size: 1.1em;
  font-weight: bold;
}
.headerSitemapMunu dt a {
  display: block;
  position: relative;
}
.headerSitemapMunu dd {
  display: block;
  position: relative;
}
.headerSitemapMunu dd a {
  display: block;
  position: relative;
  color: #747474;
  letter-spacing: -1px;
  font-weight: 300;
}
.headerSitemapMunu dd a:hover {
  color: #272727;
}
.headerSitemapMunu .clinicMenu05 .clinicMenu2_05_13 {
  font-weight: 400 !important;
  color: black !important;
}

/* 스크롤고정 */
header.fixedHeader {
  margin-bottom: 68px;
} /* 상단 고정시 상단 height 만큼 컨텐츠 떨어지는 상태 조절 20221215  */
header.fixedHeader .headerGNB {
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.04);
  z-index: 990;
}
header.fixedHeader .headerGnbTop {
  transition: height 0.3s;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  -o-transition: height 0.4s;
  display: none;
}
header.fixedHeader .headerGnbMunu .Menu {
}
/* 이벤트페이지,시술페이지는 고정해지(다른메뉴바 상단고정) */
body.fixedHeader .EventDetailPageNew {
}
body.fixedHeader .EventDetailPageNew .headerGNB {
  position: relative;
  top: auto;
}
body.fixedHeader .clinicInfoWrap {
}
body.fixedHeader .clinicInfoWrap .headerGNB {
  position: relative;
  top: auto;
}

#event {
}
.eventListWrap .headerGNB {
  z-index: 100;
}

/* ====================================================================== */
/* 시술명BEST베스트 */
.Badge_clinicBest {
  display: inline-block;
  position: relative;
  top: -1px;
}
.Badge_clinicBest span {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 7.6pt;
  line-height: 1em;
  letter-spacing: -1px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  border-radius: 4px;
  padding: 2px 3px 2px 3px;
  overflow: hidden;
}
.Badge_clinicBest span.hot {
  background-color: #f0597d;
  display: none;
} /* hot 막기 */
.Badge_clinicBest span.best {
  background-color: #1c2fe5;
  display: inline;
}
/* .Badge_clinicBest span:before{content:"HOT"; clear:both;} */

.headerGnbMunu .Badge_clinicBest {
}
.headerGnbMunu .Badge_clinicBest span {
}
.headerSitemap .Badge_clinicBest {
}
.headerSitemap .Badge_clinicBest span {
}
.ClinicEventDetail_HeaderArea .Badge_clinicBest {
}
.ClinicEventDetail_HeaderArea .Badge_clinicBest span {
  display: inline !important;
}

/* ====================================================================== */
/* 별도처리 */
/* 부산센텀20220315 HOT숨김 >> 다시노출20220412 */
.C00032 .headerGnbMunu .Menu li.menu03 {
}
.C00032
  .headerSitemapSection.headerSitemapSectionCont
  > div
  > ul
  > li:nth-child(10)
  > dl
  > dd
  > a:nth-child(2) {
}
/* ====================================================================== */

/* ====================================================================== */
/* 메인 브랜드 페이지 */
.headerGNB.brand_new a,
.headerGNB.brand_new span,
.headerGNB.brand_new strong {
  transform: skew(-0.1deg);
} /* 나눔스퀘어 anti효과 */
.headerGNB.brand_new .headerGnbNavSection.headerGnbNavSectionLeft {
  position: relative;
  top: -2px;
  display: flex;
  align-items: center;
  flex-grow: 0.7;
  padding-right: 0;
}
.headerGNB.brand_new .headerGnbNavSection.headerGnbNavSectionCenter {
  flex-grow: 1.8;
}
.headerGNB.brand_new .headerGnbNavSection.headerGnbNavSectionRight {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.headerGNB.brand_new .headerGnbNavsectionRight .Link01 > li + li:before {
  top: 3px;
}
.headerGNB.brand_new .gnbNavLogo img {
  height: 38px;
  margin-left: 0;
}
.headerGNB.brand_new .headerGnbNav {
  height: 69px;
}
.headerGNB.brand_new .headerGnbTopSection {
  display: flex;
  justify-content: right;
  align-items: stretch;
  height: 33px;
  padding: 8px 0 0;
}
.headerGNB.brand_new .headerGnbMunu .clinicMenu dt {
  position: relative;
  font-size: 18px;
  font-weight: 400;
}
.headerGNB.brand_new .headerGnbMunu .clinicMenu dt a.hover {
  font-weight: 600;
}
.headerGNB.brand_new .headerGnbMunu .clinicMenu dt a.hover:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
  width: 75%;
  height: 2px;
  background-color: #f71a70;
}
.headerGNB.brand_new .headerGnbMunu .clinicMenu dd a {
  letter-spacing: -0.5px;
}
.headerForComm .headerGNB.brand_new .headerGnbNavSectionCenter {
  padding-top: 0.8em;
}

/* ====================================================================== */

/*  -------------------------------------------------------------------------------------------------------- */
/* 브랜드 새 디자인 서브메뉴 brandNew */
.SubNav_Area.brandNew a {
  font-family: "Noto Sans KR", sans-serif !important;
  font-size: 15px;
  transform: skew(-0.1deg);
}

/* 브랜드 새 디자인 brandNew */
.mainWrap .headerForComm.HeaderNav_Area {
  border-bottom: 0;
}
.headerGNB.brand_new.brandNew {
  position: absolute;
  height: 90px;
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
.headerGNB.brand_new.brandNew .gnbNavLogo {
  width: 150px;
}
.headerGNB.brand_new.brandNew .gnbNavLogo img {
  height: 45px;
  filter: brightness(0) invert(1);
  transition: 0.3s;
}
.headerGNB.brand_new.brandNew .headerGnbTop {
  display: inherit;
  transition: initial;
  border-bottom: 0;
}
.headerGNB.brand_new.brandNew .headerGnbNavSectionCenter {
  padding-top: 0;
  width: 30%;
  flex-grow: 1;
}
.headerGNB.brand_new.brandNew .headerGnbNavsectionRight .Link .topLink {
  font-size: 12px;
}
.headerGNB.brand_new.brandNew .headerGnbMunu .Menu {
  table-layout: inherit;
  padding: 0em 1em 2em 1em;
}
.headerGNB.brand_new.brandNew .headerGnbMunu .Menu::before {
  content: "";
  position: absolute;
  top: 46px;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  opacity: 0.98;
}
.headerGNB.brand_new.brandNew .headerGnbMunu .clinicMenu dt {
  color: #fff;
}
.headerGNB.brand_new.brandNew .headerGnbMunu .clinicMenu dt a.hover:before {
  bottom: -22px;
  height: 3px;
  background-color: #143444;
}
.headerGNB.brand_new.brandNew .headerGnbMunu dd {
  padding-top: 2.5em;
}
.headerGNB.brand_new.brandNew .headerGnbMunu dd a {
  font-size: 14px;
  line-height: 2.8em;
}
.headerGNB.brand_new.brandNew .headerGnbNavsectionRight .Link {
  color: #fff;
}
.headerGNB.brand_new.brandNew .headerGnbNavsectionRight .Link .topLink:hover {
  color: #fff;
  font-weight: 600;
}
.headerGNB.brand_new.brandNew
  .headerGnbNavsectionRight
  .Link01
  > li
  + li:before {
  display: none;
}
.headerGNB.brand_new.brandNew .headerGnbNav {
  height: 26px;
  padding: 0em 2em 0em;
  transition: 0.3s;
}
/* 상단메뉴 fixed 일떄 */
header.fixedHeader.brandNew {
  margin-bottom: 0;
}
header.fixedHeader .headerGNB.brand_new.brandNew {
  position: fixed;
  height: 68px;
  background-color: rgba(255, 255, 255, 1);
}
header.fixedHeader .headerGNB.brand_new.brandNew .gnbNavLogo img {
  padding-top: 3px;
  height: 41px;
  filter: brightness(1) invert(0);
}
header.fixedHeader.brandNew .headerGNB.brand_new.brandNew .headerGnbNav {
  height: auto;
  padding: 1em 2em 1em;
}
header.fixedHeader.brandNew
  .headerGNB.brand_new.brandNew
  .headerGnbNavSectionCenter {
  padding-top: 8px;
}
header.fixedHeader.brandNew
  .headerGNB.brand_new.brandNew
  .headerGnbMunu
  .clinicMenu
  dt {
  color: #000;
}
header.fixedHeader.brandNew
  .headerGNB.brand_new.brandNew
  .headerGnbNavSection.headerGnbNavSectionLeft {
  top: 0px;
}

/* 상단메뉴 서브일때 .brandNew_sub */
.header_fixed_line {
  position: absolute;
  top: 33px;
  height: 0;
}
header.fixedHeader.brandNew_sub + .header_fixed_line {
  position: relative;
  top: 0;
  height: 69px;
}
.headerGNB.brand_new.brandNew.brandNew_sub {
  position: relative;
  background-color: transparent;
}
.headerGNB.brand_new.brandNew.brandNew_sub .gnbNavLogo img {
  filter: brightness(0) invert(0);
}
.headerGNB.brand_new.brandNew.brandNew_sub .headerGnbMunu .clinicMenu dt {
  color: #2c2c2c;
}
.headerGNB.brand_new.brandNew.brandNew_sub .headerGnbNavsectionRight .Link {
  color: #2c2c2c;
}
.headerGNB.brand_new.brandNew.brandNew_sub
  .headerGnbNavsectionRight
  .Link
  .topLink:hover {
  color: #2c2c2c;
  font-weight: 600;
}
.SubNav_Area.brandNew li {
  width: auto;
  min-width: 120px;
}

/* 지점 홈페이지 상단 new 디자인 */
/* 메뉴 - 메인,서브 적용 */
.headerForBranch .gnbNavLogo {
  display: flex;
  align-items: center;
}
.headerForBranch .gnbNavLogo p {
  margin-left: 15px;
  color: #000;
  padding-top: 0;
}
.headerForBranch .gnbNavLogo img {
  height: 41px;
  margin-left: -48px;
  filter: brightness(1) invert(0);
}
.headerForBranch .headerGnbNavSection.headerGnbNavSectionLeft {
  flex-grow: 1;
}
.headerForBranch .headerGnbNavSection.headerGnbNavSectionCenter {
  flex-grow: 5;
  padding-top: 0;
}
.headerForBranch .headerGnbNavSection.headerGnbNavSectionRight {
  flex-grow: 1;
}
.headerForBranch
  .headerGnbNavsectionRight
  .Link
  li:first-child
  .gnbtopLinkBox:hover
  .topLink {
  background-color: rgba(0, 0, 0, 0.2);
}
.headerForBranch .headerGnbNavsectionLeft .Link .topLink {
  background-color: transparent;
}
.headerForBranch .headerGnbNavsectionLeft .Link > li.active .topLink {
  background-color: transparent;
}
.headerForBranch .headerGnbNavsectionLeft .Link > li:before {
  content: "";
  position: absolute;
  top: 20px;
  display: block;
  width: 1px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
}
.headerForBranch .headerGnbNavsectionLeft .Link > li:first-child:before {
  width: 0;
}
.headerForBranch .headerGnbNavsectionLeft .Link .topLink span {
  color: #000;
  opacity: 0.5;
}
.headerForBranch .headerGnbNavsectionLeft .Link > li.active span {
  color: #000 !important;
  opacity: 1;
  filter: brightness(0.5);
}
.headerForBranch .headerGnbTopinner {
  justify-content: right;
}
.headerForBranch .headerGnbTopSection.headerGnbNavsectionLeft {
  flex: initial;
  width: auto;
  font-weight: 300;
}
.headerForBranch .headerGnbTopSection.headerGnbNavsectionRight {
  flex: initial;
  width: auto;
}
header.fixedHeader .headerForBranch .headerGnbNav {
  padding: 1em 2em 1.4em;
}
header.fixedHeader
  .headerForBranch
  .headerGnbNavSection.headerGnbNavSectionCenter {
  padding-top: 0.8em;
}

/* 메뉴 - 메인에만 적용  .branchWrap */
.branchWrap .headerForBranch.HeaderNav_Area {
  border-bottom: 0;
}
.branchWrap .headerForBranch .headerGNB {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.425);
}
.branchWrap header.fixedHeader .headerForBranch .headerGNB {
  position: fixed;
  background-color: rgba(255, 255, 255, 1);
}
.branchWrap .headerForBranch .gnbNavLogo p {
  color: #fff;
}
.branchWrap .headerForBranch .gnbNavLogo img {
  filter: brightness(0) invert(1);
}
.branchWrap header.fixedHeader .headerForBranch .gnbNavLogo p {
  color: #000;
}
.branchWrap header.fixedHeader .headerForBranch .gnbNavLogo img {
  filter: brightness(1) invert(0);
}
.branchWrap .headerForBranch .headerGnbMunu .Menu {
  background-color: transparent !important;
  padding: 0.5em 1em 1em 1em;
}
.branchWrap .headerForBranch .headerGnbMunu dt a {
  font-weight: 300;
}
.branchWrap .headerForBranch .gnbtopLinkBox .topLink {
  background-color: transparent;
}
.branchWrap .headerForBranch .headerGnbNav {
  padding: 0 2em 2.4em;
}
.branchWrap .headerForBranch .headerGnbMunu .Menu li {
  color: #fff;
}
/* .branchWrap .headerForBranch .headerGnbMunu .Menu li:hover{
  background-color:#fff;
} */
.branchWrap header.fixedHeader .headerForBranch .headerGnbMunu .Menu li {
  color: #9d9d9d;
}
.branchWrap
  header.fixedHeader
  .headerForBranch
  .headerGnbNavSection.headerGnbNavSectionCenter {
  padding-top: 0.3em;
}
.branchWrap .headerForBranch .gnbtopLinkBox.branchLink {
  width: 11em;
}
.branchWrap .headerForBranch .gnbtopLinkBox.branchLink .gnbtopLinkBoxSelectBtn {
  color: #fff;
  padding: 0.3em 2.5em 0.3em 1em;
}
.branchWrap
  .headerForBranch
  .gnbtopLinkBox.branchLink
  .gnbtopLinkBoxSelectBtn
  a {
  justify-content: end;
}
.branchWrap .headerForBranch .gnbtopLinkBoxSelectBtn:after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.branchWrap .headerForBranch .headerGnbNavsectionLeft .Link .topLink span {
  color: #fff;
}
.branchWrap .headerForBranch .headerGnbNavsectionLeft .Link > li.active span {
  color: #fff !important;
  opacity: 1;
  filter: brightness(1);
}
.branchWrap
  .headerForBranch
  .headerGnbNavsectionRight
  .Link
  li:first-child
  .gnbtopLinkBox:hover
  .topLink {
  color: #fff;
}

/* 메인 이미지 */
.Banner01 .RollingBanner .BannerThum {
  height: 820px !important;
}
.Banner01 .RollingBanner .MainMultiSlider .slick-track {
  height: 820px !important;
}

/*----------------------------------------------------*/

/* 메뉴 - 메인,서브 적용 - 해외 */
.headerGlobal .gnbNavLogo {
  display: flex;
  align-items: center;
}
.headerGlobal .gnbNavLogo p {
  margin-left: 15px;
  color: #000;
  padding-top: 0;
}
.headerGlobal .gnbNavLogo img {
  height: 41px;
  margin-left: -48px;
  filter: brightness(1) invert(0);
}
.headerGlobal .headerGnbNavSection.headerGnbNavSectionLeft {
  flex-grow: 1;
}
.headerGlobal .headerGnbNavSection.headerGnbNavSectionCenter {
  flex-grow: 5;
  padding-top: 0;
}
.headerGlobal .headerGnbNavSection.headerGnbNavSectionRight {
  flex-grow: 1;
}
.headerGlobal
  .headerGnbNavsectionRight
  .Link
  li:first-child
  .gnbtopLinkBox:hover
  .topLink {
  background-color: rgba(0, 0, 0, 0.2);
}
.headerGlobal .headerGnbNavsectionLeft .Link .topLink {
  background-color: transparent;
}
.headerGlobal .headerGnbNavsectionLeft .Link > li.active .topLink {
  background-color: transparent;
}
.headerGlobal .headerGnbNavsectionLeft .Link > li:before {
  content: "";
  position: absolute;
  top: 20px;
  display: block;
  width: 1px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
}
.headerGlobal .headerGnbNavsectionLeft .Link > li:first-child:before {
  width: 0;
}
.headerGlobal .headerGnbNavsectionLeft .Link .topLink span {
  color: #000;
  opacity: 0.5;
}
.headerGlobal .headerGnbNavsectionLeft .Link > li.active span {
  color: #000 !important;
  opacity: 1;
  filter: brightness(0.5);
}
.headerGlobal .headerGnbTopinner {
  justify-content: right;
}
.headerGlobal .headerGnbTopSection.headerGnbNavsectionLeft {
  flex: initial;
  width: auto;
  font-weight: 300;
}
.headerGlobal .headerGnbTopSection.headerGnbNavsectionRight {
  flex: initial;
  width: auto;
}
header.fixedHeader .headerGlobal .headerGnbNav {
  padding: 1em 2em 1.4em;
}
header.fixedHeader
  .headerGlobal
  .headerGnbNavSection.headerGnbNavSectionCenter {
  padding-top: 0.8em;
}

/* 메뉴 - 메인에만 적용  .commWrap - 해외 */
.commWrap .headerGlobal.HeaderNav_Area {
  border-bottom: 0;
}
.commWrap .headerGlobal .headerGNB {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
}
.commWrap header.fixedHeader .headerGlobal .headerGNB {
  position: fixed;
  background-color: rgba(255, 255, 255, 1);
}
.commWrap .headerGlobal .gnbNavLogo p {
  color: #fff;
}
.commWrap .headerGlobal .gnbNavLogo img {
  filter: brightness(0) invert(1);
}
.commWrap header.fixedHeader .headerGlobal .gnbNavLogo p {
  color: #000;
}
.commWrap header.fixedHeader .headerGlobal .gnbNavLogo img {
  filter: brightness(1) invert(0);
}
.commWrap .headerGlobal .headerGnbMunu .Menu {
  background-color: transparent !important;
  padding: 0.5em 1em 1em 1em;
}
.commWrap .headerGlobal .headerGnbMunu:hover .Menu:first-child {
  background-color: #fff !important;
}
.commWrap .headerGlobal .headerGnbMunu .clinicMenu.title dt a {
  color: #fff;
}
.commWrap
  header.fixedHeader
  .headerGlobal
  .headerGnbMunu
  .clinicMenu.title
  dt
  a {
  color: #000;
}
.commWrap .headerGlobal .headerGnbMunu:hover .clinicMenu.title dt a {
  color: #000;
}
.commWrap .headerGlobal .gnbtopLinkBox .topLink {
  background-color: transparent;
}
.commWrap .headerGlobal .headerGnbNav {
  padding: 0 2em 2.4em;
}
.commWrap .headerGlobal .headerGnbMunu .Menu li {
  color: #fff;
}
.commWrap header.fixedHeader .headerGlobal .headerGnbMunu .Menu li {
  color: #000;
}
.commWrap
  header.fixedHeader
  .headerGlobal
  .headerGnbNavSection.headerGnbNavSectionCenter {
  padding-top: 0.3em;
}
.commWrap .headerGlobal .gnbtopLinkBox.branchLink {
  width: 10em;
}
.commWrap .headerGlobal .gnbtopLinkBox.branchLink .gnbtopLinkBoxSelectBtn {
  color: #fff;
  padding: 0.3em 2.5em 0.3em 1em;
}
.commWrap .headerGlobal .gnbtopLinkBox.branchLink .gnbtopLinkBoxSelectBtn a {
  justify-content: end;
}
.commWrap .headerGlobal .gnbtopLinkBoxSelectBtn:after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.commWrap .headerGlobal .headerGnbNavsectionLeft .Link .topLink span {
  color: #fff;
}
.commWrap .headerGlobal .headerGnbNavsectionLeft .Link > li.active span {
  color: #fff !important;
  opacity: 1;
  filter: brightness(1);
}
.commWrap
  .headerGlobal
  .headerGnbNavsectionRight
  .Link
  li:first-child
  .gnbtopLinkBox:hover
  .topLink {
  color: #fff;
}

/* 중국 제외 */
.commWrap.C00030 .headerGlobal .headerGnbMunu:hover .Menu:first-child {
  background-color: transparent !important;
}
