/*no data*/
.no-data {
	width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
    color: #757575;
}

/*스테프 카드*/
.staff_card_wrap { 
	text-align: center;
	padding-top: 3rem;
}

.staff_card_wrap .sc_tit { 
	margin-bottom: 1rem;
}

.staff_card_wrap .sc_list { 
	max-width: 450px;
	margin: 0 auto;
}

.staff_card_wrap .sc_list > li { 
	width: 50%;
	float: left;
}

.staff_card { 
	margin-bottom: 3rem;
}
.staff_card .sc_img { 
	/*3 X 4*/
	width: 140px;
    height: 140px;
    overflow: hidden;
	margin: 0 auto;
    /*border-radius: 1rem;*/

	box-shadow: 0 0 1px rgba(51, 51, 51, 0.12);
}

.staff_card .sc_img > img { 
	display: inline-block;
	width: 100%;
	height: 100%;
}

.staff_card .card_txt { 
	width: 140px;
	margin: 0 auto;
	text-align: left;
    padding: 0.8rem 0.5rem;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
}

.staff_card .card_txt > strong { 
    letter-spacing: 0.5rem;
}
.staff_card .card_txt > span {
	word-break: keep-all;
}
/*map*/
.img-box img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.map-wrap {
	position: relative;
    border: 1px solid #eee;
}
.map-wrap .map-box {
	width:100%;
	height:300px;
}
.map-wrap .sendMap-wrap {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
.sendMap-wrap .sendMap-btn {
	display: inline-block;
    background-color: rgba(255, 255, 255, 0.88);
    padding: 7px 15px;
    box-shadow: -1px 1px 6px rgba(0, 0, 0, 0.2);
}
.sendMap-wrap .spopup {
    width: 300px;
	right: -2px;
}
.sendMap-wrap .spopup:before,
.sendMap-wrap .spopup:after {
	right: 20px;
	left: auto;
}
.map-info-txt {
    position: relative;
    padding: 25px 70px 25px 15px;
    background-color: #fafafa;
}
.map-info-txt p {
	margin: 0;
	font-size: 1.2rem;
    font-weight: 500;
}
.map-info-txt .map_app {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -25px;
}
.map-info-txt .map_app .frame_img_wrap {
    width: 50px;
    height: 50px;
	margin: 0;
    border-radius: 0;
    border-color: #03b323;
}
.navi-wrap .map_app {
    padding: 0.7rem 1rem;
    border: 1px solid #ddd;
    border-right: 0;
}
.navi-wrap .map_app:last-child {
	border-right: 1px solid #ddd;
}
.navi-wrap .map_app span {
	vertical-align: middle;
}
.map-table-wrap {
    margin-bottom: 1rem;
    padding: 15px;
	background-color: #fafafa;
}
.mapcall-btn {
	display: inline-block;
	width: 100%;
    padding: 16px;
    border: 1px solid #ddd;
    font-size: 1.2rem;
    text-align: center;
}
/*지도 관련 어플리케이션*/
.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 .frame_img_wrap { 
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 1rem;
	border: 1px solid #eee;
	border-radius: 22.5%;
	vertical-align: middle;
	overflow: hidden;
}
.frame_img_wrap > img { 
	display: block;
	width: 100%;
	height: 100%;
}

.map-video-sec {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
	margin-top: 1rem;
}
.map-video-sec > iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
}

/*sns 지도 보내기 팝업*/
.spopup { 
	position: absolute;
	top: -200px;
    padding: 1rem;
    border: 1px solid #ccc;
    width: 100%;
    background-color: white;
    box-shadow: 1px 5px 8px rgba(0, 0, 0, 0.22);
    border-radius: 1rem;
}

.spopup:before { 
	content: '';
	position: absolute;
    bottom: -20px;
	left: 20px;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	width:0; 
	height:0;
	z-index: 2;
}

.spopup:after { 
	content: '';
	position: absolute;
    bottom: -22px;
	left: 20px;
	border-top: 11px solid #ccc;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 11px solid transparent;
	width:0; 
	height:0;
	z-index: 1;
}

.operTime table tbody th,
.operTime table tbody td {
	padding: 0 !important;
}

/*채용공고*/
.__recruit .bg-white {
	background-color: #fff;
}
.recruit-staff-info .recruit-staff-form {
	text-align: center;
    padding-bottom: 1rem;
    word-break: keep-all;
}
.recruit-staff-form .box1 {
    background-color: #f5e5d6;
    padding: 1rem 0.5rem;
    margin-bottom: 1rem;
    text-align: center;
}
.recruit-staff-form .box1 h4 {
	font-weight: 600;
	color: #56151b;
}
.recruit-staff-form .box1 p {
	margin-bottom: 0;
}
.recruit-staff-form .box2 {
	display: inline-block;
	text-align: left;
}
.recruit-staff-form ._advantage {
	display: inline-block;
    background-color: #f9f9fb;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #dddddd;
}

/*시술전후 슬라이드 탭*/
.navSelect {
	max-width: 260px;
	margin: 0 auto;
	padding-bottom: 2rem;
}


.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;
}

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

.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;
}
.bnaList .img_center img {
	transform: translate(-50%, -55%);
}
.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;
}

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

.img_basic_size {
	overflow: hidden;
	width: 160px;
	height: 90px;
	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;
}


/************************************************
	게시판 검색
*************************************************/
.bsearch-form {
	display: -webkit-box; display: -ms-flexbox; display: flex; 
	width: 300px;
	margin: 0 auto 20px;
}
.bsearch-form .selbox {
    height: 38px;
	border: 1px solid #ececec;
}
.bsearch-form .input {
    flex: auto;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: -1px;
}
.bsearch-form .input input {
    width: 100%;
    height: 38px;
    border: 1px solid #ececec;
}
.bsearch-form .btn {
    background-color: #dadada;
    border-radius: 0;
    color: #525252;
}

/*게시판*/
.board-list-wrap {
	padding-top: 40px;
	padding-bottom: 50px;
	text-align: left;
}

/*더보기 버튼*/
.more-wrap {
    margin: 30px auto 0;
	text-align: center;
}
.more-wrap .btn-more {
	width: 50%;
    max-width: 200px;
    min-width: 150px;
	border: 1px solid #e8e8e8;
	border-radius: 50em;
}

/* 톡스앤필 앰버서더 */
.fix_wrap.model {
	overflow: hidden;
}

.model-wrap img {
	display: block;
	max-width: 100%;
}

.model-wrap [data-animate-up] {
	transform: translateY(13.89vw);
	opacity: 0;
	transition: all 0.7s;
}

.model-wrap [data-animate-up].on {
	transform: translateY(0);
	opacity: 1;
}

.model-wrap [data-animate-fade] {
	opacity: 0;
	transition: all 0.7s;
}

.model-wrap [data-animate-fade].on {
	opacity: 1;
}

.model-wrap [data-animate-last] {
	transform: translateY(36.81vw);
	transition: all 4s;
}

.model-wrap [data-animate-last].on {
	transform: translateY(0);
}

.model-box {
	position: relative;
	margin-top: 6.94vw;
}

.model-box.flex-box {
	display: flex;
}

.model-box .pd {
	padding-top: 55.56vw;
	width: 64%;
}

.model-box .pt {
	position: absolute;
	right: 0;
	top: 0;
	width: 47%;
	z-index: 1;
}

.model-box .img-center {
	padding: 0 5.97vw;
}

.model-box .img-center img {
	margin: 0 auto;
}

.model-box .ambassador-m {
	margin: 0 auto;
	padding: 15.56vw 0;
	max-width: 60.56vw;
}

.model-box .text-ambassador {
	position: absolute;
	right: 16.67vw;
	bottom: 22.78vw;
	max-width: 2.36vw;
}

.model-box .text1-m {
	margin: 0 auto;
	padding: 15.56vw 0;
	max-width: 67.08vw;
}

.model-box .text2-m {
	margin: 0 auto;
	padding: 15.56vw 0;
	max-width: 49.31vw;
}

.model-box .text2-m + .model-img {
	margin-bottom: 6.94vw;
}

.parallaxSwiper {
	position: relative;
}

.parallaxSwiper .swiper-slide {
	overflow: hidden;
}

.parallaxSwiper .swiper-img {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 75.14vw;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.model-wrap .bottom-box {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	height: 69.44vw;
}

.model-wrap .bottom-box img {
	margin: 0 auto;
	max-width: 40.56vw;
}