
/*
* brand page css
*/

/*head*/
#head { 
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	padding: 8px 10px 0;
    text-align: right;
    z-index: 100;
}

#head h1 { 
	position: absolute;
    top: 24px;
    width: 135px;
    height: 24.5px;
}

#head h1 img { 
	width: 100%;
	height: 100%;
	text-align: left;
}

#head .right { 
	margin-left: auto;
}

/*언어 버튼*/
.btn-lang { 
    padding: 0.5rem;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 600;
}

.lang_list { 
	display: none;
	position: absolute;
    top: 0rem;
    right: 0;
    background-color: #fff;
	text-align: left;
}

.lang_list.on { 
	display: block;
	z-index: 1;
}

.lang_list .btn-close { 
    padding: 0.75rem;
	text-align: right;
}

.lang_list li a { 
	display: block;
	padding: 0.75rem 1rem;
}

.icon-front-text { 
	position: relative;
}

.icon-front-text .icon_sec { 
	position: absolute;
	top: 50%;
	left: 0;
    transform: translateY(-50%);
}

.icon-front-text > span { 
	display: inline-block;
	padding-left: 1.8rem;
	white-space: nowrap;
	font-weight: 400;
}

.flag_icon { 
	width: 20px;
	height: 15px;
	overflow: hidden;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.15);
}
.flag_icon img { 
    display: block;
	width: 100%;
	height: 100%;
}

/*페이지 버튼 리스트*/
.btn_list { 
	position: absolute;
	bottom: 22%;
	left: 20px;
	min-width: 250px;
	z-index: 10;
	color: #fff;
	opacity: 0;
}

.btn_list > a { 
	position: relative;
	display: inline-block;
	padding: 0.5em 0.7em;
	border: 2px solid #a73439;
	text-align: left;
}

.btn_list > a > strong { 
	font-weight: 500;
	line-height: 1.7rem;
	white-space: nowrap;
}

/*add arrow*/
.white-button.swiper-button-next, .swiper-container-rtl .swiper-button-prev.white-button { 
	background-image: url(/imges/right_arrow_w.svg);
}

.white-button.swiper-button-prev, .swiper-container-rtl .swiper-button-next.white-button { 
	background-image: url(/imges/left_arrow_w.svg);
}

.fullpage_swiper .swiper-button-next, .swiper-button-prev { 
	top: 45%;
	width: 18px;
	height: 30px;
	background-size: 18px 30px;
	opacity: 0.4;
}

/*brand animation*/
.btn_list.on,
.page_title.on { 
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.btn_list.on { 
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

@-moz-keyframes fadeInLeft {
  from {
	opacity: 0;
    -webkit-transform: matrix(0.9, 0, 0, 0.9, -50, 0);
	transform: matrix(0.9, 0, 0, 0.9, -50, 0);
  }

  to {
    opacity: 1;
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
	transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@-webkit-keyframes fadeInLeft {
  from {
	opacity: 0;
    -webkit-transform: matrix(0.9, 0, 0, 0.9, -50, 0);
	transform: matrix(0.9, 0, 0, 0.9, -50, 0);
  }

  to {
    opacity: 1;
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
	transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
	opacity: 0;
    -webkit-transform: matrix(0.9, 0, 0, 0.9, -50, 0);
	transform: matrix(0.9, 0, 0, 0.9, -50, 0);
  }

  to {
    opacity: 1;
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
	transform: matrix(1, 0, 0, 1, 0, 0);
  }
}


/* brand page
* --------------------------------------- */
#top, #footer{
	position:absolute;
	display:block;
	width: 100%;
	z-index:9;
	text-align:center;
}
#top{
	top:0px;
}
#footer{
	bottom:0px;
	z-index: 10;
}

.brand-footer footer { 
	background-color: #423e47;
    color: #a5a5a5;	
}

.brand-footer footer .line_top { 
    border-bottom: 1px solid #A73439;
}

.brand-footer footer .ft_bottom { 
	padding-bottom: 0.1rem;
    border-top: 1px solid #4d4952;
}

.brand-footer footer .line_top a:after { 
	background-color: #4d4952;
}

.brand-footer footer address { 
	color: #a5a5a5;
}

footer .basic_adr { 
    line-height: 1.4;
    font-size: 11.7px;
    opacity: .7;	
}

footer .basic_adr > address { 
	padding-top: 0;
}

/*tab*/
#tab{ 
	overflow:hidden;
	display: flex;
}

#tab li { 
	float: left;
    width: 20%;
    flex: auto;
    color: white;
}

#tab a {
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

#tab a span { 
	display: inline-block;
	width: 100%;
	padding: 1em 5px;
}

#tab li.active {
    background: #a73439;
    font-weight: 600;
}

#section1 .ll.compact > li > a { 
	font-size: 9pt;
	padding: 1em 0.2em;
}


/* fullpage override
* --------------------------------------- */
.fp-slidesNav.fp-bottom {
	bottom: 82px;
	text-align: center;
}

#section1 .fp-tableCell {
	display: block; 
	width: 100%;
	height: 100%;
	padding-top: 70px;
}
#section1 .fp-tableCell h1 { 
	color: #fff;
	padding-bottom: 1rem;
}
#fullpage .slide { 
	padding: 0 1rem;
}
#section1 .fp-tableCell.is-short {
	padding-top: 60px;	
}
.fp-tableCell.is-short h1 {
	display: none;
}
/*branch list*/
.event_brnach_tit { 
	font-size: 1.4rem;
	margin-bottom: 0rem;
	font-weight: 600;
}

.branch_list { 
	overflow: hidden;
	margin-left: -0.7rem;
	margin-bottom: -0.7rem;
}

.branch_list > li { 
	float: left;
	width: 33.33333%;
	padding-left: 0.7rem;
	padding-bottom: 0.7rem;
}

.branch_list > li.region_part { 
	width: 100%;
}

.region_part > h3 { 
	margin-top: 2rem;
	margin-bottom: 0.5rem;
	padding: 0.2rem 1rem;
	border-radius: 5px;
	background-color: #eeeeee;
	color: #a73439;
	font-weight: 400;
}

.branch_list > li > a { 
	display: block;
    width: 100%;
    padding: 0.6rem 0;
    background-color: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 0.5rem;
    color: #fff;
    text-align: center;
    white-space: nowrap;
}

.branch_list > li > button { 
	padding-right: 0;
	padding-left: 0;
}

.list_btn_wrap > li { 
	margin-bottom: 0.7rem;	
}

.list_btn_wrap > li > button { 
	padding: 1rem 1.2rem
}

/*animation go to bottom 위치*/
#section0 .scroll-bottom {
	position: absolute;
	bottom: 3.8rem;
	left: 50%;
	margin-left: -50px;
	color: #fff;
	z-index: 80;
	width: 100px;
    text-align: center;
}
/*animation go to bottom1*/

.arrow-bottom { 
	font-size: 12px;
}

.arrow-bottom span { 
	position: absolute;
	top: 18px;
	left: 50%;
	width: 1em;
	height: 1em;
	margin-left: -0.5rem;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: arrowScroll 2s infinite;
	animation: arrowScroll 2s infinite;
	opacity: 0;
	box-sizing: border-box;
}

.arrow-bottom span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.arrow-bottom span:nth-of-type(2) {
  top: 28px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}

@-webkit-keyframes arrowScroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrowScroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*animation go to bottom2*/
#section0 .mouseDrag span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
#section0 .mouseDrag span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
	-webkit-transform: translate(0, 0);
	opacity: 0;
  }
  40% {
	opacity: 1;
  }
  80% {
	-webkit-transform: translate(0, 20px);
	opacity: 0;
  }
  100% {
	opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
	transform: translate(0, 0);
	opacity: 0;
  }
  40% {
	opacity: 1;
  }
  80% {
	transform: translate(0, 20px);
	opacity: 0;
  }
  100% {
	opacity: 0;
  }
}


/*brand page for web
* --------------------------------------- */

#section0 .center {
	top: 50%;
	transform: translateY(-50%);
	position: relative;
}

.section .back_bg_wrapper { 
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: white;
    /*background-image: ;*/
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    z-index: 0;
}

.section .back_bg_wrapper iframe { 
	width: 100vw;
	height: 56.25vw;
	min-height: 100vh;
	min-width: 177.77vh;

	position: absolute;
	bottom: 0%; /*비디오 특성상*/
	left: 50%;
	transform: translateX(-50%);
}

.section .back_bg_wrapper + .filter { 
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0;
}

.section .back_bg_wrapper + .filter.filter_mobile { 
    display: table;
	top: 0;
	height: 100%;
}

.filter { 
	background-color: rgba(0, 0, 0, 0.4);
}

.filter.br { 
	background-color: rgba(167, 52, 57, 0.16);
}

.sec_top,
.line_btn_wrap button, 
.brand_sec_bottom { 
	color: #fff;
}

.section .sub_title_wrap { 
	padding: 1.5rem 0 2rem;
}

.sub_title_wrap .title { 
	font-size: 1.4rem;
    padding-bottom: 1rem;
}

/*추가 스타일
/*********************************/
.branch_top_wrap { 
    overflow: hidden;
    width: 100%;
    height: 45px;
}

.tab_name_box { 
    position: absolute;
}

.tab_name_box,
.branch_top_wrap #tab a span,
.branch-table ul > li > a { 
	 padding: 10px 0;
	 white-space: nowrap;
}

.branch_top_wrap #tab { 
    width: auto;
	background-color: transparent;
    position: relative;
    float: right;
    width: 100%;
    padding-left: 150px;
}

.branch_top_wrap #tab ul { 
	border: 1px solid #ffdf00;
}

.branch_top_wrap #tab li.active { 
    background: #ffdf00;
	border-bottom: 1px solid transparent;
}

.branch_top_wrap #tab li.active a { 
	color: #000;
	font-weight: bold;
}

.brand_sec_bottom .ll { 
	border: none !important;
}

.branch-table {
	min-height: 240px;
}

.branch-table ul { 
	overflow: hidden;
	margin-left: -1rem;
	margin-bottom: -1rem;
}

.branch-table ul > li { 
	float: left;
	max-width: 224px;
	width: 25%;
	
	margin-left: 1rem;
	margin-bottom: 1rem;
}

.branch-table ul > li a { 
    display: block;
    padding: 10px 1rem;
	background-color: rgba(238, 238, 238, 0.2);
    text-align: left;
	border: 1px solid #eee;
	border-radius: 4px;
}

.branch-table ul > li a span { 
	float: right;
}


/*for main page*/
#w_head .branch_wrap { 
	z-index: 100;
    top: 15rem;
}

#w_head .branch_wrap .brand_sec_bottom { 
	background-color: rgb(0, 0, 0);
}

/*for sub page
/***************************************************/
.b_sheader { 
	position: relative;
	text-align: right;
    padding-right: 1rem;
}

.b_sheader > h1 { 
    position: absolute;
    top: 50%;
    width: 130px;
    height: 24px;
    margin-top: -13px;
    left: 1rem;
}

.b_sheader > h2 { 
    display: inline-block;
    font-size: 1.15em;
    line-height: 60px;
    font-weight: 400;
    color: #fff;
}

.subTab,
.swip_tab { 
    background-color: #D7D2CC;
}

#tab.subTab li button,
.swip_tab li > a { 
	padding: 0.7rem;
	color: #333333;
}

#tab.subTab li.active,
.swip_tab li.active { 
	background-color: #ffffff;
}
#tab.subTab li.active > button,
#tab.subTab li.active > a,
.swip_tab li.active > a { 
	color: #3a3a3a;
	font-weight: 600;
	background-color: white;
}

.b_tab_list #tab.subTab li { 
	background-color: white;
    border-bottom: 1px solid #ececec;
}

.b_tab_list #tab.subTab li.active { 
    border-bottom: 1px solid #a73439;
}

.b_tab_list #tab.subTab li.active > button { 
	color: #a73439;
}

.b_tab_list .event_list .br_card { 
    padding: 22px 0;
}

.b_tab_list .event_thumb_img { 
	top: 22px;
	left: 0;
}

/*시술전후 슬라이드 탭*/
.b_tab_list .swip_tab li { 
    border-bottom: 1px solid #ececec;
}

.b_tab_list .swip_tab li > a { 
    background-color: white;
}

.b_tab_list .swip_tab li.active { 
	border-bottom: 1px solid #a73439;
}

.b_tab_list .swip_tab li.active > a { 
	color: #a73439;
}

.swip_tab li > a { 
	display: block;
	width: 100%;
	text-align: center;
    background-color: #D7D2CC;
}

.swip_tab_bottom { 
	border-top: 1px solid #ececec;
	margin-top: -1px;
}

.tab_b_wrap { 
    padding: 1rem;
    padding-top: 70px;
    height: 100%;
    overflow: auto;
}

.tab_b_wrap .primary { 
	color: #76232F;
}

.br_m_list .br_card { 
	position: relative;
	display: block;
    padding: 1.1rem 1rem;
	background-color: #fff;
}

.brand_img_list .br_card { 
	padding: 22px 13px;
}

.br_card .sub_info { 
	padding-top: 0.5em;
}

.br_card .border-b { 
	border-bottom: 1px solid #ececec;
}

.bg-white > .br_m_list { 
	border-bottom: 1px solid #e8e8e8;
}

.bg-white > .br_m_list:last-child { 
	border-bottom: 1px solid #ccc;
}

.br_m_list .br_card > strong { 
    font-size: 1.1rem;
    display: inline-block;
    padding-bottom: 1rem;
}

/*brnad event list */
.event_list { 
	border-bottom: 1px solid #e8e8e8;
}
.event_list .br_card { 
	position: relative;
	display: block;
	padding: 10px 15px;
    min-height: 110px;
    background-color: #fff;
}

.event_thumb_img { 
	width: 114px;
	height: 90px;
	overflow: hidden;
	position: absolute;
    top: 10px;
	left: 1rem;
}

.event_thumb_img .img_center { 
	width: 100%;
	height: 100%;
}

.event_thumb_img img { 
    width: auto !important;
	height: 100%;
}

.event_content { 
	position: relative;
	padding-left: 114px;
	margin-left: 1rem;
	height: 90px;
}

.event_content > strong { 
	font-size: 1.1rem;
}

.event_content .sub_info { 
	position: absolute;
	bottom: 0;
	left: 114px;
}

.event_content .sub_info > p { 
	white-space: nowrap;
}

.event_content .sub_info b { 
	display: inline-block;
	padding-right: 0rem;
	color: #cb9f76;
}

.event_content .sub_info span { 
    color: #565656;
	font-weight: 500;
    white-space: nowrap;
	font-size: 9pt;
}

/*for brand2*/


#brand2 h1.logo { 
    width: 284px;
    height: 52px;
	width: 78vw;
    height: 14.2vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}

#brand2 .btn-lang { 
	vertical-align: top;
    height: 50px;
    width: 50px;
    display: inline-block;
    padding: 14px;
}

#brand2 .lang_list { 
    top: 55px;
    text-align: left;
    border: 1px solid #a73439;	
}

#brand2 .barClose_icon { 
	padding: 14px 12px;
}

#brand2 .barClose_icon .bar { 
    width: 24px;
    height: 2px;
    margin-bottom: 6px;
	background: #fff;
}

#brand2 .brand-footer footer { 
	background-color: #1e1924;
    color: #888888;	
}

#brand2 .brand-footer footer .line_top { 
	border-bottom: 1px solid #0e0a14;
}

#brand2 .brand-footer footer .ft_bottom { 
	border-top: 1px solid #2b2631;
}

@media screen and (min-width: 595.2px) { 
	/*웹에서 확장팩으로 모바일 버전 했을 때*/

	#brand2 h1.logo { 
		width: 475px;
		height: 190.5px;
	}

	#brand2 .page_title { 
		left: 60px;
	}

	#brand2 .page_title > h2 { 
		font-size: 40px;
	}

	#brand2 .page_title .sub { 
		font-size: 14.3px;
	}

	.tit_label > b { 
		font-size: 12px;
	}
}

/* brnad mobile menu*/
#brandMenu { 
    display: block;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    max-height: 100%;
    opacity: 0;
	z-index: 100;
}
#brandMenu.on { 
	opacity: 1;
	top: 0;
	left: 0;
	visibility: visible;
	z-index: 9999;
}
#brandMenu .menu_inner { 
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: vertical; 
	-ms-flex-direction: column; 
	flex-direction: column;
    position: relative;
	background-color: #fff;
	width: 83%;
	height: 100%;
	margin-left: auto;
}
#brandMenu .menu_inner .bb_top {
	-ms-flex: 0 0 60px;
    flex: 0 0 60px;
    text-align: right;
	padding: 8px 10px 2px;
	background-color: #a73439;
}
#brandMenu .menu_inner h2 { 
	text-align: left;
    padding-top: 10px;
    padding-left: 15px;
    opacity: 0.3;
}
#brandMenu .menu_inner h2 img { 
	width: 25px;
	height: 48px;
}
.bb_top > h1 { 
	position: absolute;
    top: 22px;
    left: 30px;
}
#brandMenu .menu_inner .bb_wrap { 
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	position: relative;
    overflow: hidden;
    text-align: left;
}
#brandMenu .notice_top {
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
}
.menu_inner .fir-deth { 
    position: absolute;
    top: 0;
    left: 0;
    overflow-y: auto;
    bottom: 40px;
    right: 0;
}
.fir-deth > li > a { 
	position: relative;
    display: block;
	padding: 15px 30px;
	color: #a73439;
	font-size: 14px;
	font-weight: 500;
}

.fir-deth > li > a span { 
	position: absolute;
	right: 30px;
	top: 1.2rem;
	font-size: 10pt;
}

.menu_inner .snd-deth.ac_body { 
	display: none;
    margin-top: 0;
    margin-bottom: 0px;
    padding: 0px 30px 10px;
}

.menu_inner .snd-deth .c_2 { 
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.menu_inner .snd-deth > li > a { 
	font-size: 14px;
	padding: 0.55rem 0.25rem;
	display: block;
}

.menu_inner .ll > li > a { 
	padding: 12px 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.menu_inner .ll li.active a { 
	border-bottom: 1px solid #ddd;;
}

.menu_inner .bottom-deth { 
	position: absolute;
    bottom: 0px;
    overflow: hidden;
    left: 0;
	width: 100%;
	border-top: 1px solid #ccc;
}

.menu_inner .bottom-deth li { 
	float: left;
    background-color: #ffffff;
}

.menu_inner .bottom-deth li:nth-child(1) {
	width: 35%;
}
.menu_inner .bottom-deth li:nth-child(2) {
	width: 25%;
}
.menu_inner .bottom-deth li:nth-child(3) {
	width: 40%;
}

.menu_inner .bottom-deth li a { 
	padding: 0.8rem;
	display: inline-block;
	width: 100%;
    text-align: center;
    white-space: nowrap;
	font-size: 12px;
    line-height: 16px;
}

.menu_inner .bottom-deth li:nth-child(3) a {
	font-size: 9px;
}

/*//메뉴 뎁스 수정*/
.eventTop.fir-deth > li > a { 
    color: #221e1f;
	font-weight: 400;
}

.eventTop .topMenu { 
	padding: 0 30px;
	border-bottom: 1px solid #eaeaea;
    margin-bottom: 6px;
}

.eventTop .topMenu > div { 
	width: 50%;
	text-align: center;
}

.eventTop .topMenu a { 
	display: block;
	font-size: 14px;
	color: #a73439;
	padding: 20px 0;
}

.eventTop .topMenu a > img { 
    display: inline-block;
    margin-right: 0.2em;
	width: 18px;
	height: 18px;
    vertical-align: top;
}

/*// brnad mobile menu*/

#brand2 .bg-branch { 
	background-color: #a73439;
}

#brand2 #tab li.active { 
	position: relative;
	color: #cb9f76;
}


#brand2 #tab li.active:after { 
	content: '';
	position: absolute;
	width: 100%;
    height: 2px;
    background-color: #cb9f76;
    left: 0;
    bottom: 0;
    z-index: 10;
}
#brand2 .branch_list > li > a { 
	background-color: white;
	border-radius: 0;
	color: #a73439;
}

/*for brand3*/
#brand2.b3 .menu_inner > .right { 
	padding: 5px 10px 5px 30px;
}

#brand2.b3 #head { 
    background-color: #ffffff;
    padding-top: 0;
    padding: 5px 10px 5px 30px;
}

#brand2.b3 #head h1 { 
	top: 16px;
}

#brand2.b3 .btn-lang { 
	color: #a73439;
}

#brand2.b3 .barClose_icon .bar { 
	background: #a73439;
}

#brand2.b3 #brandMenu .menu_inner .bb_wrap { 
    top: 60px;	
}

/*common*/
.sub_item { 
	opacity: 0.7;
}

.border_b { 
	border-bottom: 1px solid rgba(255, 255, 255, 0.44);
}

.bg-p { 
    background-color: #76232F;
}

.img_wrap { 
	overflow: hidden;
	border-radius: 0.25rem;
}

.img_basic_size {
	overflow: hidden;
	width: 160px;
	height: 90px;
	flex: 0 0 160px;
}

.img_w4_size {
	overflow: hidden;
	width: 247px;
	height: 139px;
	flex: 0 0 160px;
}

.img_center { 
	position: relative;
	text-align: center;
}

.img_center img { 
    position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
	/*height: 100%;*/
    margin: 0;
}

.img_content_wrap { 
	position: relative;
	width: 48%;
	width: calc(100% - 160px);
	padding-left: 1rem;
	min-height: 90px;
}

.img_content_wrap .sub_info { 
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 1rem;
}


.fix_wrap { 
	position: relative;
    word-wrap: break-word;
    min-width: 320px;
    overflow: auto;
}

.fix_top { 
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 110;
}

.fix_top .b_sheader { 
	position: relative;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #a73439;
}

.fix_bottom { 
	position: relative;
	margin-top: 60px;
	min-height: 350px;
}

.fix_bottom .b_content { 
	padding: 1rem;
}

.b_content .primary { 
	color: #a73439;
}

.b_content .selbox { 
    border: 1px solid #a73439;
}

.b_content .brd_select { 
	border: 1px solid #ececec;
}

.b_content .brd_select .selbox_select { 
    background-color: #f7f7f7;
}

.b_content .brd_select .selbox_selec  { 
	    align-items: center;
}

.b_content .s_table > tbody > tr > th { 
	min-width: 4.5rem;
}

.fix_bottom .cont_interv { 
	margin-top: 0;
}

.fix_bottom .bar_tit:before { 
	background-color: #988555;
}

.text-indent .itemIcon { 
	text-indent: -1.3rem;
    margin-left: 2.5rem;
}

.fix_bottom .s_sub_tit { 
	display: block;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
	position: relative;
	padding-left: 1rem;
	color: #000;
}

.fix_bottom .s_sub_tit:before { 
	content: '';
	position: absolute;
	top: 0.4em;
	left: 0.1rem;
	width: 5px;
	height: 5px;
	border-radius: 50em;
	background-color: #a73439;
}

/*swipe override*/
.fullpage_swiper.swiper-container,
.fullpage_swiper .swiper-wrapper,
.fullpage_swiper .swiper-slide { 
	height: 100%;
}

.fullpage_swiper.swiper-container-horizontal>.swiper-pagination-bullets, 
.fullpage_swiper .swiper-pagination-custom, .swiper-pagination-fraction { 
    display: inline-block;
    bottom: 2rem;
}

/*지도 관련 어플리케이션*/
.map_app_wrap { 
	margin: 1rem auto 0;
	text-align: center;
}

.map_app_wrap > .map_app { 
    position: relative;
    display: inline-block;
    z-index: 1;
	margin-right: 0.5rem;
	text-align: center;
}

.map_app_wrap > .map_app a.frame_img_wrap { 
	display: block;
	width: 56px;
	height: 56px;
}

.map_app_wrap .frame_img_wrap > img { 
	width: 56px;
	height: 56px;
}

.map_app_wrap > .map_app .frame_img_wrap:last-child { 
	margin-right: 0;
}

.map_app_wrap > .map_app .frame_img_wrap:before { 
	width: 56px;
	height: 56px;
    border: none;
    border-radius: 0;
}

.frame_img_wrap:before { 
	background: url('/imges/frame.svg') center/100% 100% no-repeat;
    display: block;
    content: "";
    max-width: 100%;
    max-height: 100%;
    position: absolute;
}

.vplay { 
    position: absolute;
    background-image: url('/imges/videoFrame.svg');
    background-size: 48px 48px;
    bottom: 0;
    color: #fff;
    left: 0;
    height: 48px;
    margin: auto;
    right: 0;
    top: 0;
    width: 48px;
}

/*table*/
.table { 
	border: none;	
}

.table.line-table { 
	border-top: 2px solid #a73439;
}

.table.line-table thead th { 
	background: #f5f5f5;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 10px 6px;
}

.table.line-table tbody th,
.table.line-table tbody td { 
    background: #fff;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 10px 6px;
}

.table.line-table tbody p { 
	margin: 0;
	font-size: 13.5px;
	color: #333;
    /*word-break: keep-all;*/
}

.table.line-table tbody th p { 
	font-weight: 500;
	color: #222;
}

/*sub top: 2019.04.30 bi 바뀐 후 수정된 헤더*/
.subTop .b_sheader { 
	padding: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #ececec;
	text-align: center;
}

.subTop .b_sheader > h2 { 
	color: #000;
	font-size: 16px;
}

.subTop .b_sheader > h1 { 
    width: 89px;
    height: 16px;
    margin-top: -8px;	
}

.subTop .navBtn { 
	position: absolute;
	right: 1rem;
	top: 50%;
	margin-top: -25px;
}

/*nav select*/
/*skity nav select*/
.fix-subnav { 
	position: fixed;
	left: 0;
	right: 0;
	top: 61px;
	z-index: 100;
	background-color: #fff;
    -webkit-transition: width .4s, box-shadow .2s ease-in-out;
    transition: width .4s, box-shadow .2s ease-in-out;
}

.fix-subnav.on { 
	box-shadow: 0px 3px 5px rgba(0, 0, 0,0.11);
	top: 0;
	z-index: 200;
}

.fix-subnav + .b_content { 
	padding-top: 66px;
}

.navSelect { 
	width: 100%;
	height: 40px;
	border: 1px solid #ececec;
}

.navSelect > li { 
	position: relative;
	float: left;
	width: 50%;
}

.navSelect > li.full { 
	width: 100%;
}

.custom_select { 
	position: relative;
}

.custom_select.one { 
	background-color: #f7f7f7;
}

.custom_select .selbox { 
	border: none;
	height: 38px;
}

.navSelect .custom_select.one + li { 
	border-left: 1px solid #ececec;
}

.custom_select .select_tit { 
	position: relative;
	height: 38px;
	line-height: 38px;
	white-space: nowrap;
	padding-left: 0.5rem;
	padding-right: 2rem;
	overflow: hidden;
    font-size: 1rem;
    font-weight: 400;
}

.custom_select .select_tit > .icon { 
	position: absolute;
	right: 0.5rem;
	top: 0rem;
}

.custom_select .select_tit > .icon > img { 
	width: 11px;
	height: 11px;
}

.custom_select .select_opt { 
	display: none;
	position: absolute;
	background-color: #fff;
	width: 100%;
	z-index: 10;
	padding: 0.5rem 0;
	outline: 1px solid #ddd;
	max-height: 350px;
	overflow: auto;
}

.custom_select .select_opt > li a { 
	display: block;
	padding: 0.8rem 1rem;
}

.custom_select .select_opt > li.active  a { 
	/*background-color: #f7dddf;*/
}

/*custom_select with button*/
.nav_with_btn > .left,
.nav_with_btn > .right { 
	width: 48%;
}

.nav_with_btn .btn_sec > button { 
    border-radius: 0;
    padding: 9px 0;
    border: 1px solid #ececec;	
}

.tit_wrap { 
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.tx_ip > p { 
	margin: 0;
}


/*pagination*/
.fix_bottom .pagination .pn-item { 
	margin-right: 0.4rem;
}

.fix_bottom .pagination .pn-item:last-child { 
	margin-right: 0;
}

/*s table*/
.s_table > tbody > tr > th, .s_table > tbody > tr > td { 
	padding: 0.4em;
}

/*Notice*/
.br_m_list .br_card.itemNotice { 
	background-color: #ffeded;
}

/*시술전후 리스트*/
.BnA_bckg { 
	background-color: #f5f5f5;
	border: 1px solid #f8f8f8;
}

/*시술안내*/
.cont_interv { 
	line-height: 1.5em;
}

/*이미지 해상도*/
.img_pers { 
	-webkit-perspective: 1;
}

/*QnA*/
.gr_box li { 
	color: #575757;
}

.qu_point > b { 
	vertical-align: top;
    line-height: 1;
    font-size: 1.1em;
}

/*이벤트 셀렉트*/
.fix_block { 
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0.5rem 1rem;
	background-color: #fff;
	z-index: 100;
    border-top: 2px solid #cb9f76;
}

.custom_select .select_opt.topside { 
    top: -350px;
}

.custom_select .select_opt > li.region_part a { 
    padding-top: 2rem;
    padding-bottom: 0.8rem;
    color: #a73439;
    font-weight: 600;
    font-size: 16px;
}

.custom_select .select_opt.slide-up {
	display: block;
    bottom: 0px !important;
}

.custom_select .select_opt.slide-down {	
	display: none;
    bottom: -475px !important;
}

/*브랜드 예약하기*/
.b_content > .region_tit { 
	padding-top: 60px;
	padding-bottom: 25px;
	text-align: center;
}

.b_content > .region_tit:first-child { 
	padding-top: 30px;
}

.b_reservList { 
	max-width: 600px;
	margin: 0 auto;
}

.b_reser_card { 
	position: relative;
	padding-top: 200px;
	margin-top: 60px;
}

.b_reser_card:first-child { 
	margin-top: 0;
}

.b_reser_card .card_inner { 
    position: relative;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
	background-color: #f6f6f6;
}

.b_reser_card .tit { 
	font-size: 26px;
    padding-top: 35px;
    margin-bottom: 35px;
	padding-right: 45px;
}

.b_reser_card .tit > b { 
	display: inline-block;
    padding-right: 5px;
}

.b_reser_card .km { 
    font-weight: 400;
    font-size: 15px;
    line-height: 1em;
	vertical-align: baseline;
	color: #bf1f26;
}

.b_reser_card .card_call { 
	position: absolute;
	display: block;
	top: 35px;
	right: 25px;
}

.b_reser_card .card_call > img { 
	display: block;
	height: 36px;
	width: 36px;
}

.b_reser_card .oper_time { 
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.6em;
}

.b_reser_card .oper_time > img { 
    position: absolute;
    top: 4px;
    left: 0;
    width: 13px;
    height: 13px;
}

.b_reser_card .c_btn_wrap { 
	margin-top: 30px;
	padding-bottom: 30px;
}

.b_reser_card .c_btn_wrap > div { 
	width: 48%;
}

.b_reser_card .c_btn_wrap .left button { 
	border-radius: 0;
	background-color: #fff;
}

.b_reser_card .c_btn_wrap .right a { 
    border-radius: 0;
    line-height: 25px;
}

.b_reser_card .card_img { 
	position: absolute;
	top: 0;
	left: -1rem;
	right: -1rem;
	height: 235px;
	overflow: hidden;
	z-index: -1;
}

.b_reser_card .card_img > img { 
	min-height: 100%;
	min-width: 100vw;
	width: 100%;
	height: auto;
}

.nearByInfo { 
	margin-bottom:-34px;
}

.nearByInfo > h2 { 
	opacity: 0;
	text-align: center;
	line-height: 2em;
	font-weight: normal;
}

#nowYou.on { 
	-webkit-animation: fadeInUp 1.2s cubic-bezier(0, 0, 0.18, 1.055) forwards;
	-moz-animation: fadeInUp 1.2s cubic-bezier(0, 0, 0.18, 1.055) forwards;
	animation: fadeInUp 1.2s cubic-bezier(0, 0, 0.18, 1.055) forwards;
}

@keyframes fadeInUp { 
0% { 
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);}
100% { 
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);}
}

/*for over 640px mobile*/
@media screen and (min-width: 640px) { 
	.b_reser_card { 
		padding-top: 310px;
	}

	.b_reser_card .card_img { 
		height: 409px;
	}

	.b_reser_card .card_img > img { 
		min-width: 626px;
	}
}

/*for 320px mobile*/
@media screen and (max-width: 320px) { 
	.subTop .b_sheader > h2 { 
		font-size: 14px;
	}

	.menu_inner .ll > li > a { 
		font-size: 12px;
	}

	.branch_list > li > button { 
		font-size: 11px;
	}
}

/*goTop*/
.gtop { 
	position: fixed;
	bottom: 30px;
	right: 15px;
	z-index: 100;
}

/*brand top notice*/
.notice_top { 
	z-index: 10;
	background-color: #202b3e;
	color: #fff;
    text-align: center;
    overflow: hidden;
}
.notice_top.fot { 
	position: absolute;
	height: 89px;
	bottom: 0;
	left: 0;
	width: 100%;
}
.notice_top.in_menu a { 
	padding: 10px;
}
.notice_top.in_menu span { 
	font-size: 10px;
}
.notice_top.in_menu .fp { 
	font-size: 1.15em;
}
.notice_top a { 
	display: block;
    vertical-align: middle;
	padding: 25px 13px;
}
.notice_top span { 
	display: inline-block;
    font-size: 12px;
    letter-spacing: 0.2em;
	line-height: 1.5em;
}
.notice_top .fp { 
	font-size: 1.2em;
}
.notice_top span:last-child { 
	letter-spacing: 0.2em;
}
.notice_top button { 
	position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
}

/*brand popup 없애기:2020-02-13*/
.mainPopup {
	display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 20px;
    left: 20px;
    z-index: 380;
    outline: 0;
    margin: 60px auto 0;
    max-width: 550px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.4);
}
.mainPopup .p-contents {
	background-color: #dbdbdb;
    background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.mainPopup .p-contents img {
	display: block;
	width: 100%;
}

/*모바일/웹 쇼/하이드*/
.forWebPost {
	display: none;
}
.forMobilePost {
	display: block;
}

/*가맹점 */
.member-ask {
	display: block;
    position: relative;
    width: 100%;
    color: #fff;
    background: url(/imges/member-m.jpg) center;
    background-size: cover;
    text-align: left;
    padding: 15px 60px 15px 15px;
    z-index: 5;
}
.member-ask strong {
	display: block;
    font-size: 1.2rem;
    margin-bottom: 5px;
}
.member-ask strong + span {
	font-size: 0.8rem;
	font-weight: 300;
}
.member-ask .circle_icon {
	position: absolute;
    top: 20px;
    right: 20px;
    border: 1px solid #fff;
    border-radius: 50em;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    font-size: 8pt;
    padding-top: 7px;
}
.member-ask .circle_icon:after {
	content: '';
	width: 21px;
	height: 21px;
	position: absolute;
	top: 50%;
	left: 50%;
	background-image: url('/imges/right_arrow_w.svg');
	background-size: 6px;
	background-position: center;
	background-repeat: no-repeat;
	transform: translate(-49%, -53%);
}


.__bd-renew footer{
	background-color:#333;
	padding-top: 30px;
}
.__bd-renew .member-ask{
	background-image: url("/imges/brand/icon/ft_i_member.png");
	width:130px;
	height:130px;
	margin: 0 auto;
	padding:0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position:relative;
}
.__bd-renew .member-ask > p{
	margin: 0;
    text-align: center;
    position: absolute;
    top: 55px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100px;
}
.__bd-renew .member-ask .icon-1{
	top: 0;
	display: block;
	width: 100%;
}
.__bd-renew .member-ask .icon-1 img{
	width:100%;
}
.__bd-renew .rotate_icon__ {
    position: absolute;
    -webkit-animation: rotate_icon 5s linear infinite;
    animation: rotate_icon 5s linear infinite;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
@-webkit-keyframes rotate_icon{
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes rotate_icon{
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
.__bd-renew .sns_icon_m > div{
	background-color:rgba(255, 255, 255, 0.1);
}
.__bd-renew .sns_icon_m .sns_blog a{
	background-image: url("/imges/brand/i_blog-m.png");
}
.__bd-renew .sns_icon_m .sns_insta a{
	background-image: url("/imges/brand/i_instar-m.png");
}
.__bd-renew .sns_icon_m .sns_youtube a{
	background-image: url("/imges/brand/i_youtube-m.png");
}

.__bd-renew footer .line_top a{
	color:#fff;
}
.__bd-renew footer .compInfoBtn span.selbox{
	color:#fff;
}
.__bd-renew .brand-footer footer .line_top{
    border-bottom: 1px solid #A73439;
}
.__bd-renew .brand-footer footer .ft_bottom{
	border-bottom: 1px solid #A73439;
}
.__bd-renew .selbox:before{
	background-color:#A73439;
}
.__bd-renew .selbox:after{
	background-color:#A73439;
}
.sns_icon_m > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #2C2830;
}
.sns_icon_m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1rem 0 2.5rem 0;
}
.__bd-renew .sns_icon_m .sns_blog a {
	width: 2.4rem;
    height: 2.4rem;
    background: url(/imges/brand/i_blog-m.png) no-repeat center center / contain;
}
.sns_icon_m .sns_insta a {
    width: 2.1rem;
    height: 2.1rem;
    background: url(/imges/i-instagram_m.png) no-repeat center center / contain;
}
.sns_icon_m .sns_youtube a {
    width: 2.2rem;
    height: 2.2rem;
    background: url(/imges/i-youtube_m.png) no-repeat center center / contain;
}
.sns_icon_m .sns_insta {
    margin: 0 1rem;
}

/*brand new popup */
.brand-popup {
	visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
    overflow: hidden;
	background-color: rgba(0, 0, 0, 0.4)
}
.brand-popup.on {
	visibility: visible;
    overflow-x: hidden;
    overflow-y: auto;
	z-index: 100;
}
.brandP-wrap {
	display: none;
	position: fixed;
	width: 100%;
	max-width: 334px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 100;
}
.brand-popup.on .brandP-wrap {
	display: block;
}
.brandP-wrap .brandP-img {
	position: relative;
}
/*코로나 영상*/
.brandP-img .crn-video {
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
}
.brandP-img .crn-video iframe {
    display: block;
    width: 100%;
    height: 180px;
}
/*//코로나 영상*/
.brandP-wrap .brandP-img a {
	display: block;
}
.brandP-wrap .brandP-img img {
	display: block;
	width: 100%;
	max-width: 334px;
	border: 0;
}
.brandP-wrap .brandP-btn {
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.6);
	margin-top: -1px;
}
.brandP-wrap .brandP-btn button {
    position: relative;
	width: 50%;
    float: left;
	color: #fff;
}
.brandP-wrap .brandP-btn button:last-child {
	float: right;	
}

/*new*/
.thin-bullet.swiper-pagination {
    bottom: 0;
	padding: 10px 0;
   background-color: #1f1f1f;
}
.thin-bullet.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 3px;
	background: #fff;
    border-radius: 0;
	vertical-align: middle;
    opacity: .5;
}
.thin-bullet.swiper-pagination .swiper-pagination-bullet-active {
	background: #a73439;
    opacity: 1;
}

/*브랜드 오시느길*/
.mt-counsel-wrap {
    margin: 10px 0 0;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
	text-align: center;
}

.mt-counsel-wrap .mtc-th {
	font-weight: normal;
}
.mt-counsel-wrap .mtc-td {
    display: block;
    padding: 10px 10px 0;
    font-weight: 500;
    color: #000000;
}
.mt-counsel-wrap .bar_left:before {
	height: 2em;
	margin-top: -1rem;
	background-color: #ddd;
}
.map-bt-btn {
    display: inline-block;
    width: 80%;
    padding: 0.7rem;
    background-color: white;
    border: 1px solid #ddd;
    /* font-size: 1.2rem; */
    text-align: center;
    vertical-align: middle;
}
.map-bt-btn .i-go {
	position: relative;
	display: inline-block;
	min-width: 100px;
	padding-right: 10px;
}
.map-bt-btn .i-go:After {
	content:'';
	position: absolute;
    top: 50%;
    right: 0;
	width: 1rem;
    height: 1rem;
    background: url(/imges/right_arrow.svg) no-repeat center/12px 12px;
    margin-top: -0.5rem;
}
.map-bt-btn.primary {
	background-color: #a73439;
    color: white;
}
.map-bt-btn.primary .i-go:After {
    background: url(/imges/right_arrow_w.svg) no-repeat center/12px 12px;
}