@charset "UTF-8";

/* Montserrat, Playfair Display */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Playfair+Display:ital,wght@1,500&display=swap');

@font-face { 
	font-family: 'Campton'; 
	src: url('/font/CamptonBook.eot'); /* IE9 Compat Modes */
	src: url('/font/CamptonBook.woff2') format('woff2'), /*가장최신브라우저*/ url('/font/CamptonBook.woff') format('woff'), /*최신브라우저*/ url('/font/CamptonBook.ttf') format('truetype'), /*사파리, 안드로이드, IOS*/ url('/font/CamptonBook.svg#Campton-book') format('svg'); /*Legacy ios*/
	font-weight: 400;
	font-style: normal;
}
@font-face { 
	font-family: 'Campton'; 
	src: url('/font/CamptonMedium.eot'); /* IE9 Compat Modes */
	src:  url('/font/CamptonMedium.woff2') format('woff2'), /* Super Modern Browsers */ url('/font/CamptonMedium.woff') format('woff'), /* Pretty Modern Browsers */ url('/font/CamptonMedium.ttf') format('truetype'), /* Safari, Android, iOS */url('/font/CamptonMedium.svg#Campton') format('svg'); /* Legacy iOS */
	font-weight: 500;
	font-style: normal;
}
@font-face { 
	font-family: 'Campton'; 
	src: url('/font/CamptonSemiBold.eot'); /*IE9 Compat Modes*/
	src: url('/font/CamptonSemiBold.woff2') format('woff2'), /*가장 최신 브라우저*/ url('/font/CamptonSemiBold.woff') format('woff'), /*최신 브라우저*/ url('/font/CamptonSemiBold.ttf') format('truetype'), /*Safari, Android, IOS*/ url('/font/CamptonSemiBold.svg#Campton') format('svg'); /*Legacy IOS*/
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Campton';
	src: /*가장 최신 브라우저*/ url('/font/CamptonExtraBold.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Campton';
	src: /*가장 최신 브라우저*/ url('/font/Campton-Thin.ttf') format('truetype'), url('/font/Campton-Thin.otf');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	src: url('/font/noto-sans-kr-v12-korean-300.eot'); /* IE9 Compat Modes */
	src: url('/font/noto-sans-kr-v12-korean-300.eot?#iefix') format('embedded-opentype')/* IE6-IE8 */, url('/font/noto-sans-kr-v12-korean-300.woff') format('woff');/* Modern Browsers */
}

/* noto-sans-kr-regular - korean */
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src: url('/font/noto-sans-kr-v12-korean-regular.eot'); /* IE9 Compat Modes */
	src: url('/font/noto-sans-kr-v12-korean-regular.eot?#iefix') format('embedded-opentype')/* IE6-IE8 */, url('/font/noto-sans-kr-v12-korean-regular.woff') format('woff');/* Modern Browsers */
}
/* noto-sans-kr-500 - korean */
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src: url('/font/noto-sans-kr-v12-korean-500.eot'); /* IE9 Compat Modes */
	src:  url('/font/noto-sans-kr-v12-korean-500.eot?#iefix') format('embedded-opentype'),  url('/font/noto-sans-kr-v12-korean-500.woff') format('woff'); /* Modern Browsers */
}
/* noto-sans-kr-700 - korean */
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 700;
	src: url('/font/noto-sans-kr-v12-korean-700.eot'); /* IE9 Compat Modes */
	src:  url('/font/noto-sans-kr-v12-korean-700.eot?#iefix') format('embedded-opentype'),  url('/font/noto-sans-kr-v12-korean-700.woff') format('woff'); /* Modern Browsers */
}
/* noto-sans-kr-900 - korean */
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 900;
	src: url('/font/noto-sans-kr-v12-korean-900.eot'); /* IE9 Compat Modes */
	src:  url('/font/noto-sans-kr-v12-korean-900.eot') format('embedded-opentype'),  url('/font/NotoSansKR-Black.woff') format('woff'); /* Modern Browsers */
}

 /* 
공통
*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
	background-color: #f3f1ee;
	position: relative;
	font-family: 'Noto Sans KR', Sans-serif;
	font-weight: 400;
}
pre.txt-pre {
	font-family: 'Noto Sans KR', Sans-serif;
	font-weight: 400;
	margin: 0;
}
.time_info { 
    font-family: 'Nanum Gothic', 'Sans-serif';
}

.time_info pre { 
	margin: 0;
}

.time_info br { 
	display: block;
	margin: 1px 0;
	line-height: 0;
}

 /*from*/
.form-box { 
	display: block;
    margin-bottom: 1rem;
}
.form-box:after { 
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 0;
	clear: both;
	content: "";
}
.form-box .checkbox_r_label { 
	width: calc(100% - 25px);
}
.form-box:last-child { 
	margin-bottom: 0;
}
.form-box .selbox { 
	height: auto;
	border: 0;
}
.form-box > .form-label { 
	float: left;
    width: 5rem;
	line-height: 1.5;
	padding-top: 0.375rem;
}
.form-box > .right_sec { 
	float: right;
	width: calc(100% - 5rem);
}
.right_sec .f-col {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 3px;
}
.right_sec .f-col.selbox {
	height: 38px;
}
.numfir { 
	min-width: 57px;
}
.right_sec .f-col:last-child { 
	margin-right: 0;
}
.fm_ctrl { 
	display: block;
	width: 100%;
	padding: .47rem .75rem;
	/* font-size: 1rem; */
	line-height: 1;
	/*color: ;*/
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
textarea.fm_ctrl {
	line-height: 1.4;
}
select.fm_ctrl { 
	height: 100%;
	line-height: 1.2;
}
input:read-only { 
	background-color: #ececec;
}

/*input*/
.input_group { 
	position: relative;
	display: table;
	border-collapse: separate;
}

.input_group .fm_ctrl, 
.input_group .input_group_btn { 
	display: table-cell;
}

.input_group .fm_ctrl { 
	position: relative;
	/*z-index: 2;*/
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.input_group .fm_ctrl:first-child { 
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input_group_btn { 
	position: relative;
	font-size: 0;
	white-space: nowrap;
    width: 1%;
    vertical-align: middle;
}
.input_group_btn:last-child > button { 
	position: relative;
	z-index: 2;
	margin-left: -1px;
}

.input_group_btn:last-child> button { 
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.input_txt {
	padding: 0.47rem 0.75rem;
    background-color: #fff;
    border: 1px solid #ced4da;
	font-family: 'Noto Sans KR', Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
	border-radius: 0.25rem;
}

/* select */
.selbox {
    position: relative;
    border-bottom: 1px solid #ccc;
    height: 40px;
    box-sizing: border-box;
}

.selbox:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 11px;
    width: 7px;
    height: 1px;
    margin-top: -1px;
    background-color: #666;
    transform: rotate(45deg);
}

.selbox:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 7px;
    width: 7px;
    height: 1px;
    margin-top: -1px;
    background-color: #666;
    transform: rotate(135deg);
}

.selbox .selbox_select {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 2em 0 0.5em;
    border: 0;
    background-color: #fff;
	font-size: 1rem;
}


/* button */
button, .btn {
    overflow: visible;
    margin: 0;
	padding: .45rem .75rem;
    background: none;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	font-family: 'Noto Sans KR', Sans-serif;
    font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
    cursor: pointer;
    outline: none;
}

button.btn-small { 
	font-size: 0.95rem;
	padding: .25rem .55rem 0.2rem;
}

button.btn-big,
.btn.btn-big { 
	padding: 0.7rem 1rem;
}

.btn-basic { 
    border: 1px solid #ccc;
    background-color: white;
}
._re-btn-basic { 
	/* width: 130px; */
	width: 40%;
	height: 35px;
	margin: 0 5px;
	border-radius: 10px;
    border: 1px solid #ccc;
    background-color: white;
}

.btn-primary { 
    border-width: 1px;
    border-style: solid;
}

.btn-primary-outline { 
    border: 1px solid #a73439;
    background-color: white;
    color: #a73439;
}

.btn.btn-icon {
    width: 50px;
    height: 50px;
    padding: 9px;
    line-height: 34px;
    font-size: 15pt;
    color: #666666;
    box-sizing: border-box;
	display: table;
}
.btn-icon .icon { 
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
}
.btn-bo { 
	/* block one btn*/
	display: block;
	width: 100%;
	line-height: 2em;
	font-weight: bold;
	font-size: 1.2rem;
}
.line_btn_wrap button { 
	border: 1px solid #fff;
}
.line_btn_wrap button { 
	color: #fff;
}
.guick_btn { 
    background: #a73439 center/ cover url(/imges/quick-bg.jpg) no-repeat;
	color: #fff;
}
.guick_btn.btn_wrap > button {
	font-weight: 400;
	line-height: 27px;
}
.guick_btn .bar_left:before {
	height: 19px;
    margin-top: -9px;
    background-color: rgba(204,204,204,0.5);
}

/*table*/
.map-table {
	width: 100%;
}
.map-table > tbody > tr > th, .map-table > tbody > tr > td {
    padding: 0.6em 0rem;
    font-weight: normal;
    text-align: left;
}

/*page edge section*/
.pedg_fixed { 
	position: fixed;
    bottom: 50px;
    right: 5px;
    z-index: 200;
    width: 47px;
}

.pedg_fixed.pedg_b { 
	bottom: 5px;
}

.pedg_fixed .item { 
    overflow: hidden;
    width: 37px;
    height: 37px;
	margin-left: auto;
}

.pedg_fixed .item:first-child { 
	margin-bottom: 0.5rem;
}

/*최근본상품*/
.rs_btn > img { 
	height: 100%;
}

/*Go top*/
.gtop { 
	display: none;
    background-color: rgba(255, 255, 255, 0.9);
}

/*table*/
.s_table > tbody > tr > th { 
	text-align: left;
	min-width: 6rem;
	/*font-weight: normal;*/
}

.s_table > tbody > tr > th,
.s_table > tbody > tr > td { 
    padding: 0.3em;
}

/*line*/
.bar_right,
.bar_left { 
	position: relative;
}

.bar_right:after,
.bar_left:before { 
	content: '';
    position: absolute;
    top: 50%;
    width: 1px;
    height: 1em;
    margin-top: -0.5rem;
    background-color: #ccc;
}

.bar_right:after { 
    right: -0.5px;
}

.bar_left:before { 
    left: -0.5px;
}

.bar_bottom { 
	position: relative;
	padding-bottom: 1rem;
}

.bar_bottom:after { 
	content: '';
	position: absolute;
	width: 20px;
	height: 1px;
	background-color: #fff;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
}

.bar_scnd .bar_left:before { 
	content: '';
}


/*list*/
.ll_wrap > li { 
	border-bottom: 1px solid #ddd;
}
.ll_wrap > li .ll_tit { 
	padding-bottom: 0.4em;
	font-weight: normal;
}
.ll_wrap > li:first-child { 
	border-top: 1px solid #ddd;
}
.ll_wrap > li.no-data {
    border: 0 !important;
    padding: 25px 0 20px;
    text-align: center;
}
.ll_wrap.no-price .ll_tit {
    padding-top: 0.2em;
}
.ll_wrap.no-price {
	margin-bottom: -1px;
}

/*rolling*/
.rolling_wrap { 
	/*3줄*/
	line-height: 1.4;
	padding: 1rem;
}
.rolling_list { 
	overflow: hidden;
	height: 5rem;
}

.rolling_list > li { 
	height: 5rem;
}

.rolling_list > li address { 
	padding: 0;
}


/*evet box style:이벤트시술 박스*/
.box_evt_wrap { 
	margin-right: -0.5rem;
	margin-bottom: -0.5rem;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.box_evt_wrap .box_evt:nth-child(odd) { 
	/* margin-right: 0.5rem; */
}

.box_evt { 
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	margin-bottom: 0.5rem;
	background-color: #fff;
}

.box_evt_wrap .box_evt .box_evt_body { 
	display: block;
}

.ccService.box_evt h6 { 
	font-weight: normal;
}


.tow-ellip { 
	line-height: 1.4em;
	height: 2.8em;
}

.b_tit_sec { 
	padding-bottom: 3.2rem;
}

.bb_sec { 
	/*box bottom section	*/
	position: absolute;
	bottom: 1rem;
	left: 1rem;
}

.box_evt_wrap__{
	display: flex;
	flex-wrap: wrap;
}
.box_evt_wrap__ .ch-bedge{
	position: static;
	width:23px;
}
.box_evt_wrap__ .ch-bedge .i-box{
	margin-left: 0;
}
.box_evt_wrap__ .b_tit_sec{
	width: 65%;
	padding-bottom: 10px;
}
.box_evt_wrap__ .bb_sec{
	text-align: right;
	position: static;
	width: 25%;
}

/* event detail txt */
.ev-duration {
	/* padding-left: 23px; */
	font-size: 12px;
	color: #A73439;
}


.ev-duration.pr-1{
	padding-left:1rem;
}


/*이벤트리스트*/
.eventService .b_tit_sec {
	padding-right: 1rem;
}


/*선택*/
.box_evt.choice { 
	border-width: 1px;
	border-style: solid;
}

.box_evt .ch-bedge { 
	bottom: 1rem;
	right: 1rem;
}

.box_evt .__left .i-box{
	margin-left: 0;
}

.ch-bedge { 
	position: absolute;
}
.check { 
	color: transparent;
}

/*evet box style:일반시술 박스*/
.box_basic_wrap .box_basic { 
	display: block;
	overflow: hidden;
	border-top: 0;
}

.box_basic.border.choice { 
	outline: 1px solid #ff5050;
}

.box_basic > .left { 
	float: left;
}

.box_basic strong { 
	float: right;
}

.ccService.box_basic strong { 
	line-height: 1.7em;
    vertical-align: bottom;
}

.ccService.box_basic strong span.txt_num { 
    vertical-align: bottom;
}

/*box shadow box*/
.sh_box { 
	margin: 0.7rem;
	padding: 1rem;
	background-color: #fff;
}

/*box x border*/
.box_xb { 
    overflow: hidden;
    background-color: #fff;
}

.box_xb > .b_col { 
	float: left;
	width: 50%;
    padding: 1rem;
}

.box_xb a {
	display: block;
	text-align: center;
}

/*titlt*/
.box_tit { 
	position: relative;
	padding-bottom: 1rem;
}

.box_tit.line { 
	margin-bottom: 1em;
}

.box_tit + ul { 
	margin-bottom: 2rem;
}
.box_tit + ul:last-child { 
	margin-bottom: 0;
}

/*bedge*/
.top_bedge_wrap { 
	position: relative;
	padding-top: 1.5rem;
}

.top_bedge { 
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.top_bedge_wrap .p_left { 
	position: absolute;
	top: 0;
	left: 0;
}

.top_bedge_wrap .p_right { 
	position: absolute;
	top: 0;
	right: 0;
}

.label {
    display: inline;
    padding: .35em .55em .35em;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

/* 
	helper
*/

.text-center {
	text-align: center;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right;
}

.overHidden {
    overflow: hidden;
}

.hide_txt {
    position: absolute; 
    left: -999em;
}

.btn-height { 
	line-height: 30px;
}

.sr_only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.d-none { 
	display: none;
	width: 0;
	height: 0;
}

.invisible { 
	visibility: hidden;
}

.usn { 
	user-select: none;
}

.m0auto { 
	margin: 0 auto;
}

.mAuto { 
	margin-right: auto !important;
	margin-left: auto !important;
    float: none !important;
}

.m-0 { 
	margin: 0 !important;
}

.mt-0 { 
	margin-top: 0 !important;
}

.mt-1 { 
	margin-top: 0.25rem !important;
}

.mt-2 { 
	margin-top: 0.5rem !important;
}

.mt-3 { 
	margin-top: 1rem !important;
}

.mt-4 { 
	margin-top: 1.5rem !important;
}

.mt-5 { 
	margin-top: 2rem !important;
}

.mb-1 { 
	margin-bottom: 0.25rem !important;
}

.mb-2 { 
	margin-bottom: 0.5rem !important;
}

.mb-3 { 
	margin-bottom: 1rem !important;
}

.mb-4 { 
	margin-bottom: 1.5rem !important;
}

.mb-5 { 
	margin-bottom: 2rem !important;
}

.mr-2 { 
	margin-right: 0.5rem !important;
}

.mr-3 { 
	margin-right: 1rem !important;
}

.ml-1 { 
	margin-left: 0.25rem !important;
}
.ml-2 { 
	margin-left: 0.5rem !important;
}
.ml-3 { 
	margin-left: 1rem !important;
}

.ml-5 { 
	margin-left: 2rem !important;
}

.p-0 { 
	padding: 0 !important;
}

.p-1 { 
	padding: 0.25rem !important;
}

.pt-1 { 
	padding-top: 0.25rem !important;
}

.pt-2 { 
	padding-top: 0.5rem !important;
}

.pt-3 { 
	padding-top: 1rem !important;
}

.pt-5 { 
	padding-top: 2rem !important;
}

.pb-1 { 
	padding-bottom: 0.25rem !important;
}

.pb-2 { 
	padding-bottom: 0.5rem !important;
}

.pb-3 { 
	padding-bottom: 1rem !important;
}

.pb-5 { 
	padding-bottom: 2rem !important;
}

.pl-2 { 
	padding-left: 0.5rem;
}

.pl-3 { 
	padding-left: 1rem;
}

.pl-4 { 
	padding-left: 1.5rem;
}

.pl-5 { 
	padding-left: 2rem;
}

.pl-6 { 
	padding-left: 1.7rem;
}

.pr-2 { 
	padding-right: 0.5rem;
}

.pr-3 { 
	padding-right: 1rem;
}

.pr-4 { 
	padding-right: 1.5rem;
}

.pr-5 { 
	padding-right: 2rem;
}

.xy_ws { 
	padding: 2rem;
}

.x_ws { 
	padding-left: 2rem;
	padding-right: 2rem;
}

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

.rotate270 { 
	transform: rotate(270deg);
}

/*
	valiabled
*/
/*padding*/
.p_inner, .box_evt .box_evt_body, .box_basic, .pk_box_wrap { 
	/*box와 내용 사이의 간격*/
	padding: 1rem;
}

.xy_sp, .dt_tit .h { 
	/*모바일 뷰포트에서 컨텐츠 사이의 간격*/
	padding: 1rem;
}

.x_sp, 
.cl_wp, 
.dt_tit .txt_sub,
.main_tit { 
	padding-right: 1rem;
	padding-left: 1rem;
}

.y_sp { 
	padding-top: 1rem;
	padding-bottom: 1rem;
}

/*margin*/
.m_xy_sp { 
	margin: 1rem;
}

/*radius*/
.radius, .search_box, button, .btn, .fm_ctrl, .card { 
	border-radius: .25rem;
}

.circle { 
	border-radius: 50em !important;
}

.radius-0 { 
	border-radius: 0;
}


/*font*/
.ui-datepicker.ui-widget .ui-datepicker-title { 
	font-size: 1.8rem;
}

.h1, .dt_tit .h {
	font-size: 1.6rem;
}

.h2 { 
	font-size: 1.5rem;
}

.h3, .card_wide .sec_prc span, .sec_txt_cv .sec_prc span { 
	font-size: 1.4rem;
}

.h4, .card .sec_prc span.txt_num { 
	font-size: 1.35rem;
}

.h5, .card_wide .sec_txt dt { 
	font-size: 1.2rem;
}

.h6 { 
	font-size: 1.1rem;
}

.term-tit-color, .policy-tit-color, .cookie-tit-color {
	font-weight: 700;
	color: #CB9F76;
}
.term-num, .policy-num, .cookie-num {
	text-indent: -13px;
	padding-left: 13px;
}
.term-round, .policy-round, .cookie-round {
	text-indent: -8px;
	padding-left: 20px;
}

.h1 .txt_num, 
.h3 .txt_num, 
.h4 .txt_num, 
.h5 .txt_num, 
.h6 .txt_num { 
	font-size: 105%;
}

.txt-samll, .txt-small, .label, footer .ft_txt, address { 
	font-size: 0.9rem;
}

/*font Weight*/
.bold { 
	font-weight: 600;
}

.normal { 
	font-weight: normal;
}

/*font family*/
.txt_num { 
	/*font-family: 'CamptonSemiBold', sans-serif;*/
    font-weight: 500;
}

/*txt control*/
.one-ellip { 
	/*1 line ellipsis*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.max-line2 { 
	line-height: 1.4;
	height: 2.8em;
}

.multy-ellip2, .card.horiz .sec_txt .txt_sub { 
	/*2 line ellipsis*/
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 라인수 */	
	-webkit-box-orient: vertical; 
}

.multy-ellip3 { 
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* 라인수 */	
	-webkit-box-orient: vertical; 
}

.bw { 
	word-break: break-word;
}

.wbka { 
	word-break: keep-all;
	word-wrap: break-word;
}

.wsnwp { 
	white-space: nowrap;
}

.wsnm {
	white-space: normal;
}


/*color*/
.primary {
	color: #a73439;;
}

.primary-bg, 
.btn-primary, 
.btn_wrap .active, 
.closeSelectServie {
    background-color: #a73439;
	color: #fff;
}

.primary-op, .cb_b {
    background-color: rgba(203, 159, 118, 0.09);
}

.primary_border, .btn-primary {
    border-color: #a73439;
}

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

.primary-outline,
.main-gallery-thumbs .swiper-slide-thumb-active { 
	outline: 2px solid #ffdf00;
}

/*secondary*/
.secondary, .txt_num, .htag_list  { 
	color: #cb9f76;
}

.secondary-bg, .bar_pri.bar_left:before { 
	background-color: #FF9800;
}

.btn-fb { 
	background-color: #cb9f76;
    border: 1px solid #cb9f76;
}

.serAdd_wrap .ac_body,
.cr_popup .tt_price { 
	background-color: rgba(203, 159, 118, 0.09);
}

/*danger*/
.danger, 
.choice .check, 
.tt_wrap .txt_num { 
	color: #a73439;
}

.danger-bg { 
	background-color: #ff5050;
}

.danger-border { 
	border-color: #ff5050;
}

/*green*/
.success-bg { 
	background-color: #4caf50;
}

.white { 
	color: #fff !important;
}

.bg-white { 
	background-color: #fff;
}

/*gray*/
.bg-gray { 
	background-color: #f5f5f5;
}

.gray-2 { 
	background-color: #dadada;
}
.gray-3 { 
	background-color: #c7c7c7;
}
.dark_bg {
	background-color: #221e1f;
}

.dark { 
	color: #221e1f !important;
}

.btn-dark { 
	background-color: #221e1f;
	border-color: #221e1f;
	color: #fff !important;
}

body, 
.font_color, 
.card_csl .sec_txt,
.card.horiz .sec_txt { 
	color: #221e1f;
}

.txt_sub, .box_evt p del { 
	/*color: #757575;*/
	opacity: 0.7;
}

del.txt_sub,
del.del_num,
.txt_disabled { 
	color: #757575;
	opacity: 0.7;
}

/*border*/
.border-0 { 
	border: 0 !important;
}

.box_tit.line { 
	border-bottom: 1px solid #eee;
}

.border, .box_evt { 
	border: 1px solid #ddd;
}

.border-t, 
.box_basic_wrap  li:first-child .box_basic, 
.serAdd_wrap .ac_body { 
	border-top: 1px solid #ddd;
}

.border-b, .lbl li, .popup_header.fixed_header { 
	border-bottom: 1px solid #ddd;
}

.box_xb { 
	border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.f-border { 
	border: 1px solid #ccc;
}

.border.faint { 
	border-color: #e8e8e8;
}

.border-t.dk { 
	border-color: #221e1f;
}

/*shadow*/
.item-shadow { 
	box-shadow: 1px 3px 3px rgba(167, 164, 146, 0.39);
}

.sf-shadow, .sh_box { 
	box-shadow: 2px 5px 6px rgba(0, 0, 0, 0.12);
}

.brand-shadow, .l_sb_wp,
.card_csl, 
.card_csl .sec_txt .circle { 
	box-shadow: 0 1px 3px 0 rgba(60,64,67,0.302), 0 4px 8px 3px rgba(60,64,67,0.149);
	transition: color 200ms cubic-bezier(0.4,0.0,0.2,1),background 200ms cubic-bezier(0.4,0.0,0.2,1),box-shadow 400ms cubic-bezier(0.4,0.0,0.2,1);
}

.card_csl:hover { 
	box-shadow: 0 1px 16px rgba(60,64,67,0.302), 0 4px 16px 3px rgba(60,64,67,0.302)
}

.no_shd,
.no_shd:hover { 
	box-shadow: none;
}


/*transition*/
.selectServiceWrap { 
	transition: color 200ms cubic-bezier(0.4,0.0,0.2,1),background 200ms cubic-bezier(0.4,0.0,0.2,1),box-shadow 400ms cubic-bezier(0.4,0.0,0.2,1);
}

/*width/height*/
.w-100 { 
	width: 100%;
}

.h-100 { 
	height: 100%;
}
.wx-100 { 
	max-width: 100%;
	height: auto !important;
}

/*position*/
.relative { 
	position: relative;
}

.ab100 { 
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
/*display*/
.d-block, h1 > img { 
	display: block;
}
.d-inblock { 
	display: inline-block;
}
button.d-block { 
	width: 100%;
}
span, footer .line_top a, .card { 
	display: inline-block;
}
.img-auto > img {
	display: block;
	max-width: 100%;
}

/*flex*/
.d-flex, .flex-center,
.card_csl .sec_txt .circle, 
.card .sec_img, .card.horiz, 
.right_sec, 
.thumb_center,
.box_evt_wrap, .c_3, .sstep_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex-column { 
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex-wrap,
.box_evt_wrap, .c_3 { 
	-webkit-box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.align-items-center, .flex-center,
.card_csl .sec_txt .circle, .card .sec_img, .thumb_center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.align-items-stretch, .card.horiz { 
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.justify-content-center, .flex-center,
.card_csl .sec_txt .circle, .card .sec_img, .thumb_center  {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}


.justify-content-sb, .card.horiz { 
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}


/*making position*/
.clear:after { 
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 0;
    clear: both;
    content: "";
}

.clear > .left { 
	float: left;
}

.clear > .right { 
	float: right;
}


.both_end { 
	overflow: hidden;
}

.both_end > .left { 
	float: left;
}

.both_end > .right { 
	float: right;
}

.f_both_end { 
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.f_both_end .right { 
	margin-left: auto;
}

.flex-center .left { 
	min-width: 50%;
    text-align: left;
}

.flex-center .right { 
	min-width: 50%;
	text-align: right;
}

.d-flex .left { 
	-ms-flex: auto;
	flex: auto;
}

/*vertical align*/
.v-top { 
	vertical-align: top;
}

.v-middle { 
	vertical-align: middle;
}

.v-bottom { 
	vertical-align: bottom;
}

/*only mobile*/
a, button { 
	-webkit-tap-highlight-color: rgba(0,0,0,0.1);
	-moz-tap-highlight-color: rgba(0,0,0,0.1);
}

.n-click-evt { 
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-moz-tap-highlight-color: rgba(0,0,0,0);
}

/*swiper pagination bottom*/
.bottom-bullet.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0;
}

.pb-bullet { 
	margin: 1px;
	padding-bottom: 2rem;
}

/*none info*/
.none_info .tit { 
	width: 60%;
    height: 1rem;
}

.none_info .txt_sub { 
	width: 100%;
    height: 1rem !important;
    margin-top: 1rem;
	opacity: 1;
}

.none_info .sec_prc { 
	width: 80px;
    height: 1rem;
    margin-top: 1.65rem;
}

/* line tab */
.tab {
	overflow: hidden;
    text-align: center;
	user-select: none;
}
.tab > .tab-item {
	display: inline-block;
    padding: 0.6rem 0;
	border-bottom: 2px solid transparent;
	color: #888888;
	cursor: pointer;
	transition: all 0.3s ease-out;
	outline: 0;
}
.tab > .tab-item:hover,
.tab > .tab-item.active {
	color: #2b2b2b;
}
.tab > .tab-item.active {
	border-bottom-color: #a73439;
}
.tab > .tab-item:first-of-type {
	margin-left: 0px;
}
.tab-panel {
	position: relative;
	height: 0;
	outline: 0;
	overflow: hidden;
}
.tab-panel.active {
	height: auto;
    padding-top: 30px;
	overflow: visible;
}

/*add ticket*/
.ticket-area__{
	display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.ticket-area__ > h5{
	min-width: 52px;
}
.ticket-btn-wrap{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-direction: column;
}
.add-ticket-btn-wrap {
    margin-top: 23px;
    margin-bottom: 10px;
    text-align: center;
}
.add-ticket-btn {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.03em;
    padding: .35rem 1.2rem;
    border: 1px solid #ced4da;
	border-radius: 50em;
	transition: 0.2s;
	margin-top: 0.3em;
}
.add-ticket-btn:hover {
	background-color: #f5f5f5;
}
.box_tit .add-ticket-btn {
}
.box_tit .add-ticket-btn.counsel{
	margin-left: 0.3em;
}
.add-ticket-btn-wrap .add-ticket-btn {
	padding: .5rem 2rem;
}


/*add ticket modal*/
.counsel-ticket-modal-wrap,
.add-ticket-modal-wrap {
	position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    transition: 0.2s;
}
.counsel-ticket-modal-wrap.on,
.add-ticket-modal-wrap.on {
    z-index: 999;
	opacity: 1;
}
.counsel-ticket-modal,
.add-ticket-modal {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.counsel-ticket-modal .atm-head,
.add-ticket-modal .atm-head {
	position: relative;
	border-bottom: 1px solid #ccc;
}
.counsel-ticket-modal .atm-head h3,
.add-ticket-modal .atm-head h3 {
	padding: 15px;
    letter-spacing: -0.03em;
    font-weight: 400;
}
.counsel-ticket-modal .atm-head button,
.add-ticket-modal .atm-head button {
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    width: 50px;
    font-size: 18px;
}
.counsel-ticket-modal .atm-body,
.add-ticket-modal .atm-body {
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    bottom: 50px;
    padding: 15px;
    overflow-y: auto;
    overflow-x: hidden;
}
.counsel-ticket-modal .atm-body > b,
.add-ticket-modal .atm-body > b {
	display: block;
    margin-bottom: 20px;
    font-size: 18px;
}
.counsel-ticket-modal .cs-checkbox > label,
.add-ticket-modal .cs-checkbox > label {
	display: block;
}
.counsel-ticket-modal .cs-checkbox input,
.add-ticket-modal .cs-checkbox input {
	margin-top: 5px;
}
.counsel-ticket-modal .atm-bottom,
.add-ticket-modal .atm-bottom {
    position: absolute;
	width: 100%;
    left: 0;
    bottom: 0;
}
.counsel-ticket-modal .atm-cart,
.add-ticket-modal .atm-cart {
    width: 100%;
	border-top: 1px solid #ccc;
	border-radius: 0;
    line-height: 35px;
}
.counsel-ticket-modal .atm-success,
.add-ticket-modal .atm-success {
    width: 100%;
    border-radius: 0;
    line-height: 35px;
    background-color: #a73439;
    color: #fff;
}

/* padding & margin */
.pl-1 {
	padding-left:1rem;
}

/* 지점리뉴얼 */
.branch-renew .gtop{
    position: fixed;
    bottom: 4rem;
    right: 1rem;
    background-color: #ABABAB;
    width: 40px;
    height: 40px;
    z-index: 100;
    border-radius: 50em;
}
.branch-renew .gtop img{
	filter: invert(1);
}
.quick_btn{
	padding-right: 40px;
	position: relative;
	display: flex;
	background-color: var(--primary);
    color: #fff;
}
.quick_btn.btn_wrap > button{
	padding: 0;
	font-weight: 400;
    line-height: 45px;
	width: 100%;
	text-align: center;
    color: inherit;
}
.quick_btn .bar_left:before {
    height: 19px;
    margin-top: -9px;
    background-color: rgba(204,204,204,0.5);
}
.quick_btn.btn_wrap .cart-wrap{
	padding: 7px 11px;
	border-radius: 0;
	background-color: var(--primary-darker);
	position: absolute;
	top: 0;
	right: 0;
	width: 47px;
	height: 47px;
}
.quick_btn.btn_wrap .cart-wrap img{
	width: 100%;
}
.quick_btn.btn_wrap .cart-wrap .count_{
    min-width: 23px;
    color: var(--primary);
    background-color: #fff;
    position: absolute;
    bottom: 4px;
    right: 3px;
    padding: 0.2rem 0;
    border-radius: 50em;
    line-height: 1;
    font-size: 0.7rem;
}



/* 231017 cdb */
.reser-cancel {/* pointer-events: none; */}


/* 240119 cdb */
.readonlybox:after {display: none;}
.readonlybox:before {display: none;}
.readonlybox select.readonly {pointer-events: none;}


