@charset "UTF-8";
/* 
	detail페이지에서 사용되는 스타일
*/
.dt_tit {
	position: relative;
	background-color: #fff;
}

.dt_tit > .h { 
	padding-right: 7rem;
	font-weight: bold;
}

.dt_sh { 
	position: absolute;
	top: 0.5rem;
    right: 1rem;
    overflow: hidden;
}

.dt_sh .b_col { 
	display: inline-block;
    float: right;
	padding: 0.5rem;
}

/*swiper icon*/
.sw_icon { 
	margin-top: 1rem;
	padding: 1rem;
	display: flex;
}

.sw_icon .si_wrap { 
	width: 5.5rem;
	text-align: center;
}

.sw_icon .icon { 
	color: #807122;
	font-size: 2rem;
}

.sw_icon .txt { 
	font-size: 90%;
	line-height: 1.2em;
	margin-top: 5px;
	margin-bottom: 0;
}

.icon-swiper .sw_icon .swiper-slide { 
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: start; 
	align-items: start; 
}


/*select service*/
.selectServiceWrap { 
	position: fixed;
	bottom: -999rem;
	z-index: 0;
}

.selectServiceWrap.on { 
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 300;
	width: 100%;
	margin: 0 auto;
	max-height: 
}

.selectServiceWrap { 
	background-color: #f3f3f3;
	/*box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.3);*/
	border-top: 2px solid #ffdc20;
	padding: 1rem;
}

.closeSelectServie { 
    position: absolute;
    top: -25px;
    left: 50%;
	width: 60px;
    height: 25px;
    margin-left: -30px;
    padding-top: 5px;
    border-radius: .5em;
    text-align: center;
    overflow: hidden;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.selectServiceWrap .ss_body { 
	/*스크롤 최소높이*/
    min-height: 143.5px;

	/*최대높이*/
	/*overflow-y: auto;*/
    max-height: 350px;

	/*선택박스 42 + 리스트	max-height: 224px;*/
	/*height: 268px;*/
}

.ss_body .s_list { 
    max-height: 300px;
    overflow: auto;
}

/*service price  wrap*/
.sepr_wrap { 
	position: relative;
	min-height: 2rem;
}

.sepr_wrap .se { 
	position: relative;
	/*.pr와 연관*/
	padding-right: 6em;
}

.sepr_wrap .se .check { 
	position: absolute;
	top: 0;
	left: 0
}

.sepr_wrap .se .item_tit { 
	padding-left: 2.5rem;
}

.sepr_wrap .pr { 
	position: absolute;
	top: 0.25rem;
	right: 0.5rem;
	/*.se와 연관*/
	width: 6em;
    text-align: right;
}

.item_subprice { 
	min-height: 37px;
}

/*padding large*/
.sepr_wrap.pl .se { 
	padding-right: 7.5em;
}

.sepr_wrap.pl .pr { 
    top: 1.2rem;
    right: 1rem;
    width: 7em;
}

/*selected list*/
.selt_info_wrap { 
	position: relative;
	min-height: 2rem;
}

.selt_info_wrap .selt { 
	padding-top: 0em;
	padding-right: 8.5em;
}

.selt_info_wrap .info { 
	position: absolute;
	top: 0.25rem;
    right: 0.25rem;
	width: 8.5em;
    padding-right: 2rem;
    padding-top: 0em;
	text-align: right;
}

.selt_info_wrap .info .abtn { 
	position: absolute;
	top: 0rem;
    right: 0rem;
}

/*
	select item
*/
.select_service_form { 
	position: relative;
}

.select_service_form .default_item { 
	position: relative;
	width: 100%;
	padding-right: 2.5rem;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	text-align: left;
	border-radius: 0;

	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.default_item:after { 
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 1.1em;
	margin-top: -0.2rem;
    border: 0.28571428em solid transparent;
    border-top-color: #999;
}

.option_scrl_wrap { 
	display: none;
    overflow: hidden;
    position: relative;
}

.option_list { 
	display: block;
	background: #fff;

	/*스크롤 최소높이*/
	max-height: 190px;
    overflow-y: auto;
    overflow-x: hidden;
}

.optipon_item { 
	border-bottom: 1px solid #ddd;
	padding: 0.4rem;
}

.optipon_item span { 
	display: inline-block;
}

/*active*/
.select_service_form.active {
    z-index: 10;
    background-color: #fff;
}

.select_service_form.active .default_item { 
	border: 0;
}

.select_service_form.active .default_item:after { 
	border-top-color: #333;
}

.select_service_form.active .option_scrl_wrap { 
	display: block;
	position: absolute;
	right: -1px;
	left: -1px;
	background-color: #fff;
}

/*valiable*/
.select_service_form.active,
.select_service_form.active .option_scrl_wrap { 
	border: 1px solid #333;
}

.select_service_form .default_item { 
	padding-top: 0.5rem;
	padding-left: 0.5rem;
	padding-bottom: 0.5rem;
}


/*selected list*/
.s_list .s_item { 
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 0.25rem;
	margin-bottom: 0.25rem;
	overflow: hidden;
}

.i-box { 
	display: inline-block;
	width: 18px;
    height: 18px;
	padding-top: 0.1rem;
	margin-left: 0.5rem;
    background-color: #ffffff;
    border: 1px solid #ccc;
	font-size: 1rem;
	text-align: center;
	line-height: 1.1;
}

.choice .i-box i { 
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
}

.i-box.left { 
	margin-left: 0;
	margin-right: 0.5rem;
}

.selectServiceWrap .tt_wrap { 
	border-top: 1px dashed #ccc;
	margin-top: 1rem;
	padding: 1rem;
	font-size: 1.1em;
}

.tt_wrap .right > span,
.tt_wrap .right > strong { 
	vertical-align: middle;
}

.tt_wrap .right .txt_num { 
	font-size: 1.4em;
}

.selectServiceWrap .btn_wrap { 
	border-radius: 0;
}

.selectServiceWrap .btn_wrap > button { 
	width: 48.5%;
}

.selectServiceWrap .btn_wrap > button.btn-primary { 
    float: right;
}


/*utility*/
.img_alarm { 
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: -1;
	margin: -75px 0 0 -75px;
	transition: 0.5s ease;
	transform: scale(0);
	-webkit-transform: scale(0);
}

.img_alarm img { 
    display: block;
    width: 150px;
}

.img_alarm.active { 
    z-index: 140;
    transform: scale(1);
    -webkit-transform: scale(1);
}

/*hash tag list*/
.htag_list { 
    overflow: hidden;
    padding: 0.7rem 1rem 0rem;
    font-size: 95%;
}

.htag_list li { 
    float: left;
    margin-right: 5px;
}

.htag_list li > span:hover { 
	text-decoration: underline;
}

/*디테일 내용 스타일*/
/*2019.01.16 변경될 수 있음*/

.primary-text { 
	/*진한 노란색*/
	color: #f6ab00;
}


.gr_box { 
	margin-top: 3rem;
	margin-bottom: 8rem;
}

.gr_box:last-child { 
	margin-bottom: 3rem;
}

.gr_box .tit { 
	margin-bottom: 2.8rem;
	text-align: center;
}

.gr_box .tit h5 { 
	font-weight: 600;
    font-size: 1.5em;
	padding-bottom: 0.3rem;
}

.gr_box li { 
	color: #666666;
}

.wb_list .list-item { 
    border-radius: 1rem;
    margin-top: 0.4rem;
	padding: 0.5rem 1rem;
    line-height: 1.4;
}

.wb_list .list-item .des { 
	/*추천대상*/
	display: inline;
	padding-left: 0.2rem;
	word-break: break-all;
}

/*질문 답변*/
.qst, .awd { 
	position: relative;
}

.wb_list .list-item, .qst .list-item, .awd .list-item { 
	background-color: #f5ede5;
}

.qst .semo_right, .awd .semo_right { 
	position: absolute;
	bottom: 0.55rem;
	left: 1rem;
	border-left-color: #f5ede5;
}

.qst > .list-item { 
	font-weight: bold;
	font-size: 1.1rem;
}

.qst > .list-item,
.qst > .list-item .ptpr { 
	color: #a73439;
}

.awd .semo_right { 
	left: auto;
    right: 2rem;
	/*semo_left*/
    border-top: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
    border-right: 0.8rem solid #f5ede5;
    border-left: none;
    bottom: 0.45rem;
}

.qst > .list-item, .awd > .list-item { 
	max-width: 80%;
	margin-bottom: 1rem;
}

.awd > .list-item { 
	float: right;
}

.h_indt { 
	position: relative;
}

.h_indt b { 
	position: absolute;
	top: 0.4rem;
	left: 0.7rem;
}

.h_indt span { 
	padding-left: 1.5em;
	line-height: 1.6em;
}

/*세모*/
.semo_right {
    width: 0;
    height: 0;
    border-top: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
    border-left: 0.8rem solid #f6ab00;
}

.ptpr {
    color: #cb9f76;
    display: inline-block;
    padding-right: 1rem;
    font-size: 1.2em;
}

/*시술과정*/
.sstep_wrap { 
	overflow: hidden;
	width: 100%;
	margin-top: -1rem;
}

.sstep_wrap li { 
	float: left;
    width: 33.3%;
	flex: 0 0 33.3%;
	text-align: center;
	margin-top: 1rem;
}

.cv-right { 
	position: relative;
	padding-right: 3rem;
	min-height: 4rem;
}

.cv-right .carbon { 
	position: absolute;
	top: 0.2rem;
	right: 1.5rem;
}

.carbon span { 
	position: absolute;
	width: 1px;
	height: 1.5rem;
	background-color: #969696;
}

.carbon span.top { 
	transform: rotate(-20deg);

}

.carbon span.bottom { 
	top: 1.4rem;
	transform: rotate(20deg);
}

.cr-right-wrap li:last-child .carbon span { 
	background-color: transparent;
} 

/*시술과정2*/
.line_step { 
	overflow: hidden;
	margin-bottom: -2rem;
}

.line_step > li { 
    float: left;
    text-align: center;
    width: 33.33333%;
	margin-bottom: 2rem;
}

.line_step > li b { 
    color: #cb9f76;
}

.line_step > li .dopt { 
	width: 7px;
    height: 7px;
    background-color: #cb9f76;
    margin: 1rem auto 0;
    border-radius: 50em;
}

.line_step > li .txt_cont { 
	display: block;
    border-top: 1px solid #cb9f76;
    margin-top: -4px;
    padding-top: 1rem;
	padding-right: 1rem;
	padding-left: 1rem;
}

/*text indent*/
.text-indent .item { 
	text-indent: -1.5rem;
	margin-left: 1.5rem;
}

/*indent icon*/
.ini { 
	position: absolute;
    top: 0;
    left: 0;
}

/*indent text*/
.intxt { 
    margin-left: 1rem;
    text-indent: -1rem;
}


/*for web
/***************************************************/

.item-top-section { 
	padding: 2rem 0;
}

.main-gallery { 
	padding-right: 5rem;
}

.main-img-size { 
	width: 655px;
	height: 368px;
}

.main-item-info h2 { 
	font-size: 2.2rem;
}

.main-item-info .price { 
    display: block;
	font-size: 1.3rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.main-item-info .price strong { 
	font-size: 1.8rem;
}
.main-item-info .htag_list { 
	padding: 1rem 0 2rem;
    font-size: 1rem;
}

#web .optipon_item { 
    padding: 0.2rem 0.5rem;
}

.w_top_select .selt_info_wrap { 
	padding: 0.8rem 0;
    border-bottom: 1px solid #ddd;
}

.w_top_select .selt_info_wrap:last-child { 
	border: none;
}

.w_top_select .selt_info_wrap .selt { 
    padding-right: 9em;
    padding-left: 1rem;
    width: 100%;
}

.w_top_select .selt_info_wrap .info { 
    top: 0.7rem;
    width: 9em;
    padding-right: 3rem;
    padding-top: 0.3em;
}

.w_top_select .selt_info_wrap .info button { 
    position: absolute;
	top: 0;
	right: 0;
}

.w_select_bottom .total { 
    position: relative;
    background-color: #e6e6e6;
    padding: 1.5rem;
    font-size: 16px;
}
.w_select_bottom .total .left { 
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
}

.w_select_bottom .total .right { 
	text-align: right;
    font-size: 110%;
    padding-left: 5em;
}

.item-top-section .main_btn { 
	text-align: right;
	margin: 1rem;
}

.item-top-section .main_btn button { 
	width: 180px;
	height: 50px;
}

.item-detail-wrap { 
    position: relative;
    z-index: 10;
	margin-top: 3rem;
}

/*디테일 컨텐츠 */
.detail_content_wrap { 
	float: left;
    width: 800px;
    min-height: 1200px;
	clear: both;
	padding-right: 2rem;
}
/*//디테일 컨텐츠 */

/*디테일 사이드 섹션 서비스 선택*/
.detail-section-price { 
    position: absolute;
    top: 0;
	bottom: 0;
    left: 50%;
    z-index: 10;
    width: 400px;
    margin-left: 200px;
    padding: 1rem;
}
.detail-section-price .w_top_select { 
    position: relative;
}
.detail-section-price .total { 
    position: absolute;
    left: 0;
    right: 0;
	bottom: 65px;
}
.detail-section-price .btn_wrap { 
	position: absolute;
    bottom: 1rem;
    width: 100%;
}

.detail-section-price .btn_wrap { 
	margin-top: 1rem;
}
.detail-section-price .btn_wrap button { 
	height: 3rem;
}

.detail-section-price .select_list{ 
	overflow-y: auto;
	overflow-x: none;
	
	min-height: 750px;
}

.detail-section-price.stiky { 
	position: fixed;
	top: 4.1em;
	bottom: 0;
}
.detail-section-price.stiky .main-item-info { 
	height: 100%;
}
.detail-section-price.stiky .select_list { 
	min-height: auto;
    height: 100%;
}
/*//디테일 사이드 섹션 서비스 선택*/

/*conner btn wrap*/
.conner_btn-wrap { 
	position: relative;
}
.conner_btn-wrap .info_sec { 
	padding-right: 3rem;
}
.conner_btn-wrap > button {
	position: absolute;
	top: 1rem;
    right: 0rem;
    width: auto;
}
/*//conner btn wrap*/

.bar_tit { 
	position: relative;
    padding-left: 0.8rem;
    line-height: 1;
	margin-bottom: 2rem;
	padding-top: 0.4em;
}

.bar_tit:before { 
	content: '';
    position: absolute;
    width: 3px;
    height: 1.2em;
    background-color: currentColor;
    bottom: 0;
    left: 0;
}

.b_bar_tit.bar_bottom:after { 
	width: 2rem;
    height: 2px;
    background-color: #ffdf00;
    left: 0rem;
    margin-left: 0;
}

.cont_interv { 
    margin-top: 3rem;
    margin-bottom: 5rem;
}


/*for detail2
/***********************************/
.bar_top { 
	position: relative;
	padding-top: 1rem;
}

.bar_top:before { 
	content: '';
	position: absolute;
	width: 2rem;
	height: 2px;
	background-color: #CB9F76;
	top: 0;
	left: 50%;
	margin-left: -1rem;
}


.qu_point { 
	font-weight: bold;
	font-size: 1.15rem;
}

.qu_point > b {
	color: #7B6D64;
}

.btn_wrap.bar_scnd { 
	background-color:#494440;
}

.bar_scnd .column { 
	float:left; 
	width:50%; 
	padding:0.5rem;
}

.bar_scnd .column > button { 
	display: block;
	width: 100%;
	font-weight: 600;
}

.bar_scnd .consul { 
	color:#7A6E66; 
	background-color:#D7D2CC;
}

.bar_scnd .consul .bedge { 
    background-color: #cb9f76;
}

.bar_scnd .reserv { 
	color:#fff; 
	background-color:#7B6D64;
}

.selectServiceWrap.br_style { 
    padding: 0;
    border: 0;
    background-color: #494440;
}

.br_style .ss_body { 
    margin: 1rem 1rem 0;
	background-color: #fff;
}

.br_style .s_list { 
    background-color: white;	
}

.br_style .s_list .s_item { 
    margin: 0.25rem;
}

.br_style.selectServiceWrap .tt_wrap { 
    border-top: 1px solid #ececec;
    background-color: white;
	margin: 0 1rem;
    padding: 0.5rem 0.5rem 1rem;
}

.htag_list { 
	color: #988555;
}

.br_style .closeSelectServie { 
	overflow: visible;
	background-color: #494440;
	border-radius: 0;
	top: -20px;
	height: 20px;
}

.br_style .closeSelectServie:before,
.br_style .closeSelectServie:after { 
	content: '';
	position: absolute;
	top: 0;
}

.br_style .closeSelectServie:before { 
    left: -0.98rem;
	border-top: 1.65rem solid transparent;
    border-bottom: 0rem solid transparent;
    border-right: 1rem solid #494440;
    border-left: none;
}

.br_style .closeSelectServie:after { 
	right: -0.98rem;
	border-top: 1.65rem solid transparent;
	border-bottom: 0rem solid transparent;
	border-left: 1rem solid #494440;
	border-right: none;
}

.t_check { 
	width: 16px;
	height: 16px;
}

.t_check:before { 
	content: '\2713';
    width: 16px;
    padding-left: 2px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    text-align: center;
    line-height: 1.1;
    color: #76232f;
    font-weight: bold;
}

.line_box { 
    margin: 0 auto;
}

.line_box td { 
	padding-bottom: 1.5rem;
}

.line_box tr:last-child td { 
	padding-bottom: 0;
}