
/*스테프 카드*/
.staff_card_wrap { 
	text-align: center;
	padding-top: 3rem;
}

.staff_card_wrap .sc_tit { 
	margin-bottom: 1rem;
}
.staff_card_wrap .sc_list { 
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	max-width: 450px;
	margin: 0 auto;
}

.staff_card_wrap .sc_list > li { 
	width: 50%;
	margin-bottom: 3rem;
}
.staff_card { 
    height: 100%;
}
.staff_card .sc_img { 
	width: 140px;
    height: 140px;
    overflow: hidden;
	margin: 0 auto;
	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;
    height: calc(100% - 140px);
	margin: 0 auto;
	text-align: left;
    padding: 0.8rem 0.5rem;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
}
.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: #1a73e8;
}
.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%;
}

/*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;
}

/**************************************
시술영상 */
.video-img-box {
	position: relative;
}
.video-img-box img {
	max-width: 100%;
	vertical-align: middle;
}
.vplay {
    position: absolute;
    background-image: url(/imges/videoFrame.svg);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    color: #fff;
    right: 10px;
    bottom: 10px;
}

/*시술전후 슬라이드 탭*/
.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 #cb9f76;
}

.b_tab_list .swip_tab li.active > a { 
	color: #cb9f76;
}

#tab.subTab li button,
.swip_tab li > a { 
	padding: 0.7rem 1.4rem;
	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;
}

.notice_wrap { 
	position: relative;
    border-top: 1px solid rgba(148, 148, 148, 0.45);
}
.notice_wrap.top {
	background-color: #f6eee6;
}
.notice_wrap:last-child { 
	border-bottom: 1px solid rgba(148, 148, 148, 0.45);
	margin-bottom: -1px;
}
.notice_wrap > a {
	display: block;
    padding: 0.7em 1rem;
}
.notice_wrap strong { 
    /*display: block;*/
	padding: 0 2em 0.1em 0;
}

.notice_wrap .i_p { 
	position: absolute;
	top: 50%;
    right: 0.5em;
	margin-top: -0.8em;
}



/*더보기 버튼*/
.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;
}