@charset "utf-8";
.container_area {
    height:100%;
    margin:0 auto;
	margin-bottom: 10em;
}

.container_area .reservation_check_area {
    width: 1130px;
    max-width: 100vw;
	height:100%;
    margin:0 auto;
    margin-top:70px;
	padding: 0 0.7em;
}

.new_line {
    display:none;
}

.container_area .reservation_check_area .header_area {
    object-fit: contain;
    font-family: BareunDotumPro2;
    font-size: 25px;
    font-style: normal;
    line-height: 0.83;
    letter-spacing: normal;
    text-align: left;
    color: #1f1f1f;
}

.container_area .reservation_check_area .body_area {
    width:100%;
    height:525px;
    margin-top: 23px;
    padding-top:47px;
    background-color: #f4f4f4;
}

.container_area .reservation_check_area .body_area .body_title_area {
    width: 100%;
}

.container_area .reservation_check_area .body_area .body_title_area .title {
    margin-bottom:26px;
    font-family: BareunDotumPro2;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: normal;
    text-align: center;
    color: #2a2a2a;
}

.container_area .reservation_check_area .body_area .body_title_area .title_under_line {
    width: 460px;
    height: 1px;
    object-fit: contain;
    border: solid 1px #2a2a2a;
    background-color: #2a2a2a;
    margin:0 auto;
}

.container_area .reservation_check_area .body_area .body_title_area .title_description {
    margin-top: 30px;
    margin-bottom: 36px;
    font-family: BareunDotumPro1;
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: normal;
    text-align: center;
    color: #2a2a2a;
}

.container_area .reservation_check_area .body_area .body_content_area {
    width:100%;
    height:100%;
    margin:0 auto;
}

.container_area .reservation_check_area .body_area .body_content_area .auth_area {
    display:flex;
    margin: 0 auto;
    justify-content: center;
}

.container_area .reservation_check_area .body_area .body_content_area .auth_area .kakaotalk_auth {
    margin-right:5px;

}
.container_area .reservation_check_area .body_area .body_content_area .auth_area .email_auth img {
	width: 90px;
}

.container_area .reservation_check_area .body_area .body_content_area .auth_area .button_area {
	position: relative;
	text-align:center;
	flex-direction:column;
	width: 260px;
	height:280px;
	border: solid 1px #717171;
	background-color: #fff;
	/* display: flex; */
	/* align-items: center; */
	/* justify-content: center; */
}
.container_area .reservation_check_area .body_area .body_content_area .auth_area .button_area:hover::after {
	content: "";
	display:block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    border: solid 1px #717171;
	pointer-events: none;
}

.container_area .reservation_check_area .body_area .body_content_area .auth_area .button_area .button_inner_area {
    padding-top:35%;
}

.container_area .reservation_check_area .body_area .body_content_area .auth_area .kakaotalk_auth>div>div {
    font-family: BareunDotumPro2;
    font-size: 18px;
    font-style: normal;
    line-height: 0.91;
    letter-spacing: normal;
    text-align: center;
    margin-top:24px;
    color: #535353;
}

.container_area .reservation_check_area .body_area .body_content_area .auth_area .text_auth {
    margin-left:5px;
}

.container_area .reservation_check_area .body_area .body_content_area .auth_area .text_auth .text_auth_check_area {
    margin-top:24px;
}

.container_area .reservation_check_area .body_area .body_content_area .auth_area .text_auth .text_check {
    font-family: BareunDotumPro2;
    font-size: 18px;
    font-style: normal;
    line-height: 0.91;
    letter-spacing: normal;
    text-align: center;
    margin-top:0px;
    color: #535353;
}

.container_area .reservation_check_area .body_area .body_content_area .auth_area .text_auth .text_check_add {
    font-family: BareunDotumPro2;
    font-size: 12px;
    margin-top:0px;
    letter-spacing: normal;
    text-align: center;
    color: #9c9a9a;
}
.container_area .reservation_check_area .body_area .body_content_area .auth_area .email_auth>div>div {
    font-family: BareunDotumPro2;
    font-size: 18px;
    font-style: normal;
    line-height: 0.91;
    letter-spacing: normal;
    text-align: center;
    margin-top:35px;
    color: #535353;
}


.container_area #customer_phone:not([value='']) + .reservation_check_area .body_area,
.container_area #customer_phone[value=''] ~ .search_reservation_area {
    display: none;
}
.search_reservation_area {
    width: 1130px;
    max-width: 100vw;
    padding-top: 2.3em;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10em;
}
.search_reservation_area .select_branch_area .widget_title::before {
	background-image: url("/img/ic_branch_select@2x.png");
}
.search_reservation_area .select_date_area .widget_title::before {
	background-image: url("/img/ic_reservation_date@2x.png");
}
.search_reservation_area .select_time_area .widget_title::before {
	background-image: url("/img/ic_reservation_time@2x.png");
}
.search_reservation_area .select_reservation_area .widget_title::before {
	background-image: url("/public/reservation_check_main.png");
	opacity: 0.7;
}
.search_reservation_area .branch_selector {
	padding: 1.9em 1.2em 1.2em 1.2em;
	display: flex;
	flex-wrap: wrap;
}
.search_reservation_area .branch_selector>li {
	flex: 0 14.285714285714286%;
	padding: 0.3em;
	line-height: 4.3em;
}
.search_reservation_area .branch_selector>li>button {
	width: 100%;
	height: 100%;
	font-family: "BareunDotumPro1";
	font-size: 1.8em;
	color: #2a2a2a;
	border: 1px solid #9a9a9a;
	background: white;
}
.search_reservation_area .branch_selector>li>button[selected] {
	border: 1px solid #ff3600;
	color: white;
	font-family: "BareunDotumPro2";
	background: #ff3600;
}

.search_reservation_area .widget_area_wrap {
	position: relative;
	padding: 0.7em;
	flex: 1 100%;
}
.search_reservation_area .widget_area {
	position: relative;
	padding: 1.5em 2em;
	background: #f4f4f4;
	min-height: 100%;
}
.search_reservation_area .widget_title {
	padding: 0 0.5em;
	line-height: 4em;
	font-family: "BareunDotumPro2";
	border-bottom: 2px solid #2a2a2a;
}
.search_reservation_area .widget_title::before {
	content: "";
	display: inline-block;
	height: 2.5em;
	width: 3em;
	background-size: auto 95%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	margin-right: 0.3em;
}
.search_reservation_area .widget_title>span {
	font-size: 2em;
	vertical-align: middle;
	color: #2a2a2a;
}
.search_reservation_area .widget_title>span.selected_branch_name {
	float: right;
	color: #ff3600;
}
.search_reservation_area .widget_area_wrap {
	position: relative;
	padding: 0.7em;
}
.search_reservation_area .widget_area {
	position: relative;
	padding: 1.5em 2em;
	background: #f4f4f4;
	min-height: 100%;
}
.search_reservation_area .widget_title {
	padding: 0 0.5em;
	line-height: 4em;
	font-family: "BareunDotumPro2";
	border-bottom: 2px solid #2a2a2a;
}
.search_reservation_area .widget_title::before {
	content: "";
	display: inline-block;
	height: 2.5em;
	width: 3em;
	background-size: auto 95%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	margin-right: 0.3em;
}
.search_reservation_area .widget_title>span {
	font-size: 2em;
	vertical-align: middle;
	color: #2a2a2a;
}
.search_reservation_area .widget_title>span.selected_branch_name {
	float: right;
	color: #ff3600;
}

.search_reservation_area .select_branch_group_data_area {
	display: none;
}
.search_reservation_area .select_branch_group_data_area [gidx] {
	display: none;
}
.search_reservation_area .select_branch_group_data_area .widget_title {
	position: relative;
	border-bottom: 0;
}
.search_reservation_area .select_branch_group_data_area .widget_title::before {
	background-image: url("/img/ic_branch_select@2x.png");
}
.search_reservation_area .select_branch_group_data_area .widget_title::after {
	content: "+";
	position: absolute;
	left: 2px;
	top: 2px;
	font-weight: 600;
	font-size: 19px;
	color: #565656;
	text-shadow: 1px 0px 0 #565656, 0px -1px 0 #565656, 0px 1px 0 #565656, -1px 0px 0 #565656;
	line-height: 15px;
	transform: scale(0.7);
}

.search_reservation_area .select_branch_group_data_area:not([gidx=""])[gidx] {
	display: block;
}
.search_reservation_area .select_branch_group_data_area .select_branch_group_data_header {
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid #2a2a2a;
}
.search_reservation_area .select_branch_group_data_area .branch_selector {
	display: block;
}
.search_reservation_area .select_branch_group_data_area .branch_selector>li {
	display: flex;
}
.search_reservation_area .select_branch_group_data_area .branch_selector>li>button {
	width: auto;
	padding: 0 10px;
	min-width: 120px;
	height: 2.55em;
	text-align: center;
	display: block;
	float: left;
}
.search_reservation_area .select_branch_group_data_area .select_branch_group_description {
    font-family: 'BareunDotumPro2';
    font-weight: 600;
    color: #ff3600;
    text-align: right;
    font-size: 1.5em;
	line-height: 40px;
}
.search_reservation_area .select_branch_group_data_area .group_branch_description {
	position: relative;
	padding-left: 15px;
	line-height: 160%;
}
.search_reservation_area .select_branch_group_data_area .group_branch_description::after {
	content: "";
	position: absolute;
	left: 11px;
	top: 1.8em;
	width: 0.8em;
	height: 0.8em;
	background: white;
	display: block;
	border-left: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	transform: rotate(45deg)
}
.search_reservation_area .select_branch_group_data_area .group_branch_description>p {
	padding: 1em;
	font-size: 1.2em;
	line-height: 160%;
	background: white;
	color: #2e2e2e;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	opacity: 0.7;
}
.search_reservation_area .select_branch_group_data_area .group_branch_area button[selected]+ .group_branch_description>p {
	color: #2e2e2e;
	opacity: 1;
}
.search_reservation_area .select_date_area {
	flex: 1 58%;
	user-select: none;
}
.search_reservation_area .select_date_area .widget_contents {
	margin: 1.5em 0;
}
.search_reservation_area .select_time_area {
	flex: 1 42%;
	user-select: none;
}
.search_reservation_area .select_time_area .widget_contents {
	padding: 1em;
}
.search_reservation_area .widget_area::before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: transparent;
	z-index: 2;
	display: none;
	pointer-events: all;
}
.search_reservation_area .widget_area::after {
	position: absolute;
	width: 100%;
	top: 1.5em;
	right: 1.5em;
	font-family: "BareunDotumPro2";
	color: #ff3600;
	text-align: right;
	font-size: 1.5em;
	z-index: 1;
	display: none;
}
#reservation_date_select *:focus,
#reservation_time_select *:focus {
	outline: 0;
}
#reservation_date_select .beauty_calendar_wrap {
	position: relative;
	width: 46em;
	max-width: 100%;
	margin: auto;
	background-color: transparent;
	border-radius: 0;
	padding: 0;
	border: 0;
}
#reservation_date_select .beauty_calendar_wrap *:focus {
	outline: 0;
}
#reservation_date_select .beauty_calendar_wrap .beauty_header {
	height: 6em;
	line-height: 6em;
	text-align: center;
}
#reservation_date_select .beauty_calendar_wrap .beauty_header button,
#reservation_date_select .beauty_calendar_wrap .beauty_header>span {
	font-size: 2.4em;
	color: #2a2a2a;
	font-family: 'BareunDotumPro1';
	display: inline-block;
	vertical-align: middle;
	padding: 0 0.3em;
}
#reservation_date_select .beauty_calendar_wrap .beauty_header button:hover {
	background-color: #fff7c3;
	font-weight: 600;
}
#reservation_date_select .beauty_calendar_wrap .beauty_header button:disabled {
	visibility: hidden;
}
#reservation_date_select .beauty_calendar_wrap .beauty_before_month_btn::before{
	content: "<";
}
#reservation_date_select .beauty_calendar_wrap .beauty_after_month_btn::before {
	content: ">";
}
#reservation_date_select .beauty_calendar_wrap .beauty_day_strs,
#reservation_date_select .beauty_calendar_wrap .beauty_days_area {
	display: flex;
	line-height: 4.3em;
}
#reservation_date_select .beauty_calendar_wrap .beauty_day_strs {
	border-bottom: 1px solid #cbcbcb;
}
#reservation_date_select .beauty_calendar_wrap .beauty_day_strs>span {
	flex: 1 14.285714%;
	min-width: 14.285714%;
	font-size: 2em;
	font-family: 'BareunDotumPro1';
	font-weight: 100;
	text-align: center;
}
#reservation_date_select .beauty_calendar_wrap .beauty_days_area {
	flex-wrap: wrap;
	line-height: 5.4em;
	padding: 0.3em 0;
}
#reservation_date_select .beauty_calendar_wrap .beauty_days_area button {
	position: relative;
	margin: 0;
	font-size: 2em;
	font-family: 'BareunDotumPro1';
	font-weight: 100;
	z-index: 1;
}
#reservation_date_select .beauty_calendar_wrap .beauty_days_area button:hover{
	position: relative;
	background-color: #e4e4e4;
	border-radius: 0.4em;
}
#reservation_date_select .beauty_calendar_wrap .beauty_days_area button[selected] {
	font-family: 'BareunDotumPro2';
	color: white;
}
#reservation_date_select .beauty_calendar_wrap .beauty_days_area button[selected]::before {
	content: "";
	position:absolute;
	display: block;
	width: 2.25em;
	height: 2.25em;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #ff3600;
	z-index: -1;
	border-radius: 50%;
}
#reservation_date_select .beauty_calendar_wrap p>* {
	color: #2a2a2a;
}
#reservation_date_select .beauty_calendar_wrap p>*[saturday] {
	color: #2a2a2a;
}
#reservation_date_select .beauty_calendar_wrap p>*[sunday] {
	/*color: red;*/
	color: #2a2a2a;
}
#reservation_date_select .beauty_calendar_wrap p>*[holiday] {
	/* color: red; */
	color: #2a2a2a;
}
#reservation_date_select .beauty_calendar_wrap p>*[today] {
	font-family: 'BareunDotumPro2';
}
#reservation_date_select .beauty_calendar_wrap .beauty_days_area button:not([this]):not([after]):not([before]) {
	opacity: 0.2;
}
#reservation_date_select .beauty_calendar_wrap .beauty_days_area button[after],
#reservation_date_select .beauty_calendar_wrap .beauty_days_area button[before] {
	opacity: 0.8;
	color: #2a2a2a;
}
#reservation_date_select .beauty_calendar_wrap .beauty_days_area button:disabled {
	opacity: 0.3;
	background-color: transparent;
	cursor: default;
}
#reservation_time_select .beauty_time_buttons {
	display: flex;
	flex-wrap: wrap;
}

.select_time_area .selected_date {
	text-align: center;
	line-height: 7em;
}
.select_time_area .selected_date>span {
	font-family: 'BareunDotumPro1';
	font-size: 2.2em;
	color: #ff3600;
}
.select_time_area .selected_date>span.selected_date_header {
	margin-right: 1em;
}
.select_time_area .selected_date>span.selected_date_date {
	margin-right: 0.5em;
}
.select_time_area .selected_date>span.selected_date_date:empty::before {
	content: "----.--.--";
}
.select_time_area .selected_date>span.selected_date_day:empty::before {
	content: "(--)";
}
#reservation_time_select {
	padding: 1em 0;
	border-top: 1px solid #cbcbcb;
}
#reservation_time_select .beauty_time_buttons>span {
	position: relative;
	flex: 0 33.3333%;
	display: block;
	text-align: center;
	padding: 0.5em 2.3em;
	line-height: 3.2em;
}
#reservation_time_select .beauty_time_buttons button {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 1.6em;
}
#reservation_time_select .beauty_time_buttons button:disabled {
	opacity: 0.6;
}
#reservation_time_select .beauty_time_buttons button[cnt_disabled] {
	pointer-events: none;
	color: #909090;
}
#reservation_time_select .beauty_time_buttons button[cnt_disabled]::before {
	content: "Reservation close";
	position: absolute;
	line-height: 1em;
	background-color: orange;
	color: white;
	padding: 0.3em;
	border-radius: 0.3em;
	left: 50%;
	bottom: -1em;
	transform: translateX(-50%) scale(0.8);
	white-space:nowrap;
}
#reservation_time_select .beauty_time_buttons button>span {
	font-family: 'BareunDotumPro1';
	font-size: 2em;
	vertical-align: middle;
}
#reservation_time_select .beauty_time_buttons button>span._allow_cnt {
	position: absolute;
	font-size: 0.5;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 0.3em;
	line-height: 1.2em;
	display: none;
}
#reservation_time_select .beauty_time_buttons button[cnt_disabled]>span._allow_cnt  {
	/* display: block;*/
}
#reservation_time_select .beauty_time_buttons button[selected] {
	font-family: 'BareunDotumPro2';
	background: #ff3600;
	color: white;
}
#reservation_time_select .beauty_time_buttons button[selected][cnt_disabled] {
	background: #ff9679;
}
#reservation_time_select .beauty_time_buttons>p {
	font-family: 'BareunDotumPro1';
	font-size: 1.6em;
	flex: 0 100%;
	text-align: center;
	color: #6b6b6b;
	line-height: 2.13em;
	padding: 0 2.1em;
	margin: 0.4em;
}
#reservation_time_select .beauty_time_buttons>p::before,
#reservation_time_select .beauty_time_buttons>p::after {
	content: "";
	display: block;
	border-top: 1px solid #d2d2d2;
}
#target_branch_key[value=''] ~ .widget_area_wrap:not(.select_reservation_area), 
#reservation_idx[value=''] ~ .widget_area_wrap:not(.select_reservation_area) {
	display: none;
}
.select_reservation_area .search_reservations_list {
	line-height: 3em;
	padding: 0.3em 0;
}
.select_reservation_area .search_reservations_list:empty {
	padding: 5em 0;
	font-family: 'BareunDotumPro1';
	color: #b2b2b2;
}
.select_reservation_area .search_reservations_list:empty::before {
	content: "예약 정보가 없습니다.";
	display: block;
	text-align: center;
	font-size: 1.8em;
}
.select_reservation_area .search_reservations_list li {
	padding: 0.3em;
}
.select_reservation_area .search_reservations_list li>div {
	width: 100%;
	background: white;
    color: #2a2a2a;
    border: 1px solid #9a9a9a;
	padding: 1em 1.5em;
	cursor: pointer;
}
.select_reservation_area .search_reservations_list li[selected]>div {
	position: relative;
    border: 1px solid #ff3600;
}
.select_reservation_area .search_reservations_list li[selected]>div::after {
	content: "선택됨";
	position: absolute;
	top: 50%;
	left: 50%;
	color: #ff3600;
	transform: translate(-50%, -50%);
	font-family: 'BareunDotumPro2';
	font-size: 1.8em;
	opacity: 0.5;
}
.select_reservation_area .search_reservations_list li[selected]>div:hover::after {
	content: "선택 해제하기";
}
#reservation_idx:not([value='']) ~ .select_reservation_area .search_reservations_list li:not([selected]) {
	display: none;
}
.select_reservation_area .search_reservations_list .reservation_info {
	display: flex;
	white-space: nowrap;
}
.select_reservation_area .search_reservations_list .reservation_info>* {
	flex: 1 100%;
	font-family: 'BareunDotumPro2';
	font-size: 1.8em;
}
.select_reservation_area .search_reservations_list .reservation_date,
.select_reservation_area .search_reservations_list .reservation_time {
	flex: 1 auto;
	padding-left: 0.5em;
}
.select_reservation_area .search_reservations_list .reservation_key::before {
	content: '[';
}
.select_reservation_area .search_reservations_list .reservation_key::after {
	content: ']';
}
.select_reservation_area .search_reservations_list .customer_info {
	display: flex;
	white-space: nowrap;
	padding-left: 0.5em;
}
.select_reservation_area .search_reservations_list .customer_info>* {
	flex: 1 100%;
	font-family: 'BareunDotumPro1';
	font-size: 1.5em;
	text-align: right;
	color: #505050;
}
.select_reservation_area .search_reservations_list .name,
.select_reservation_area .search_reservations_list .phone {
	flex: 1 auto;
	padding-right: 0.8em;
}
#target_branch_key[value=''] ~ .widget_area_wrap .search_reservations_list:empty::after {
	content: "지점 선택이 필요합니다.";
	display: block;
	text-align: center;
	font-size: 1.5em;
}

.update_reservation_date_time_area_wrap {
	text-align: right;
}
.update_reservation_date_time_area_wrap .widget_title::before {
	content: none;
}
.update_reservation_date_time_area_wrap .widget_title {
	text-align: center;
	padding-bottom: 1em;
}
.update_reservation_date_time_area_wrap:not([disabled]) #cancel_reservation_time,
.update_reservation_date_time_area_wrap[disabled] .widget_area  {
	display: none;
}
.update_reservation_date_time_area_wrap .widget_title #reload_reservation_data {
	position: absolute;
	right: 2em;
	font-size: 1.3em;
	font-family: 'BareunDotumPro1';
	padding: 0 0.5em;
}
.update_reservation_date_time_area_wrap .widget_area {
	text-align:right;
}
.update_reservation_date_time_area_wrap .date_change_view {
	display: flex;
	justify-content: center;
}
.update_reservation_date_time_area_wrap .date_change_view > * {
	line-height: 7em;
}
.update_reservation_date_time_area_wrap .date_change_view > * > span {
	font-size: 2.5em;
}
.update_reservation_date_time_area_wrap .date_change_view > *.before_date_time > span {
	color: #6b6b6b;
}
.update_reservation_date_time_area_wrap .date_change_view > p > span {
	font-family: 'BareunDotumPro2';
    font-size: 1.8em;
    color: #ff3600;
	padding: 0 1em;
}
.update_reservation_date_time_area_wrap .btn_area {
	text-align: center;
	position: relative;
}
.update_reservation_date_time_area_wrap #cancel_reservation_time,
.update_reservation_date_time_area_wrap .btn_area #update_reservation_time {
	padding: 0.5em 1em;
	font-size: 1.8em;
	font-family: 'BareunDotumPro2';
    background: #ff3600;
	color: white;
	border: 1px solid #ff3600;
	min-width: 12em;
}
.update_reservation_date_time_area_wrap .btn_area #update_reservation_time {
	margin: 1em 0;
}
.update_reservation_date_time_area_wrap #cancel_reservation_time:hover,
.update_reservation_date_time_area_wrap .btn_area #update_reservation_time:hover {
    color: #ff3600;
	background: white;
}
.update_reservation_date_time_area_wrap .btn_area #update_reservation_time:disabled {
    background: #ff3600;
	color: white;
	opacity: 0.6;
	cursor: default;
}
.update_reservation_date_time_area_wrap .btn_area .error_msg_not_allowd_time {
	display: none;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.3em;
	color: #ff3600;
	font-weight: 600;
	background: white;
	line-height: 110%;
	padding: 0.5em;
	border-radius: 0.5em;
	border: 1px solid #ff3600;
}
.update_reservation_date_time_area_wrap .btn_area .error_msg_not_allowd_time::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0.6em;
	height: 0.6em;
	background: white;
	border-right: 1px solid #ff3600;
	border-bottom:  1px solid #ff3600;
	transform: translate(-50%, 55%) rotate(45deg);
	
}
.update_reservation_date_time_area_wrap .btn_area #update_reservation_time:disabled + .error_msg_not_allowd_time {
	display: block;
}
.popup[popupname='NOTI_MODIFY_RESERVATION_CHECK'] .noti_msg {
	font-size: 2.2em;
	font-family: 'BareunDotumPro1';
	color: #2e2e2e;
}
.popup[popupname='NOTI_MODIFY_RESERVATION_CHECK'] .modify_date_msg {
	position: relative;display: flex;
	justify-content: center;
	line-height: 5em;
	margin-top: 1em;
}
.popup[popupname='NOTI_MODIFY_RESERVATION_CHECK'] .modify_date_msg>span {
	font-size: 1.8em;
	font-family: 'BareunDotumPro1';
	color: #2e2e2e;
	padding: 0 1em;
}
.popup[popupname='NOTI_MODIFY_RESERVATION_CHECK'] .modify_date_msg::after {
	content: ">";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	font-family: 'BareunDotumPro2';
	font-size: 1.5em;
}
.popup[popupname='NOTI_MODIFY_RESERVATION_CHECK'] .modify_date_msg>span:last-child {
    color: #ff3600;
	font-family: 'BareunDotumPro2';
}
.popup[popupname='NOTI_MODIFY_RESERVATION_EMAIL'] .noti_msg {
	font-size: 2em;
	width: 100%;
}
.popup[popupname='NOTI_MODIFY_RESERVATION_EMAIL'] .noti_msg:last-child {
	margin-bottom: 20px;
}
.popup[popupname='NOTI_MODIFY_RESERVATION_EMAIL'] .noti_msg input {
	width: 100%;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	padding: 7px 8px;
	line-height: 100%;
	font-size: 0.8em;
	margin-top: 10px;
	max-width: 440px;
	text-align: center;
}
.popup[popupname='NOTI_MODIFY_RESERVATION_EMAIL'] input[name='send_modify_reservation'] {
	display: none;
}
.popup[popupname='NOTI_MODIFY_RESERVATION_EMAIL'] .modify_reservation_branch_select_area {
	display:flex;
	flex-wrap: wrap;
	padding: 2px;
	margin: 20px 0;
	font-size: 1.3em
}
.popup[popupname='NOTI_MODIFY_RESERVATION_EMAIL'] .modify_reservation_branch_select_area>label {
	position: relative;
	display: block;
	flex: 0 20%;
	padding: 2px;
	margin: 0;
	overflow: hidden;
}
.popup[popupname='NOTI_MODIFY_RESERVATION_EMAIL'] .modify_reservation_branch_select_area>label span {
	display: block;
	border: 1px solid #e2e2e2;
	width: 100%;
	height: 100%;
	line-height: 2.3em;
	font-family: 'BareunDotumPro2';
	font-weight: 600;
	color: #6d6d6d;
	background: white;
}
.popup[popupname='NOTI_MODIFY_RESERVATION_EMAIL'] label[gidx]:not([for])._on span,
.popup[popupname='NOTI_MODIFY_RESERVATION_EMAIL'] input[name='send_modify_reservation']:checked + span {
	background: #ff3600;
	color: white;
}
.popup[popupname='NOTI_MODIFY_RESERVATION_EMAIL'] .btn button:disabled {
	opacity: 0.6;
}
.popup[popupname='NOTI_MODIFY_RESERVATION_EMAIL'] .modify_reservation_sub_branch_select_area {
	display: none;
	margin: 20px 0;
}
.popup[popupname='NOTI_MODIFY_RESERVATION_EMAIL'] .modify_reservation_sub_branch_select_area[gidx]:not([gidx='']) {
	display: block;
}
.popup[popupname='NOTI_MODIFY_RESERVATION_EMAIL'] .modify_reservation_sub_branch_select_area label {
	padding: 2px;
	margin: 0;
}
.popup[popupname='NOTI_MODIFY_RESERVATION_EMAIL'] .modify_reservation_sub_branch_select_area label .branch_name {
	display: block;
	flex: 0 20%;
	border: 1px solid #e2e2e2;
	min-width: 20%;
	height: 100%;
	line-height: 2.3em;
	font-family: 'BareunDotumPro2';
	font-weight: 600;
	color: #6d6d6d;
	background: white;
}
.popup[popupname='NOTI_MODIFY_RESERVATION_EMAIL'] .modify_reservation_sub_branch_select_area label .branch_description {
	padding-left: 1.5em;
	position: relative;
	text-align: left;
}
.popup[popupname='NOTI_MODIFY_RESERVATION_EMAIL'] .modify_reservation_sub_branch_select_area label .branch_description::before {
	content: "";
	position: absolute;
	border-left: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	background: white;
	display: block;
	left: 1.2em;
	top: 1em;
	width: 0.6em;
	height: 0.6em;
	transform: rotate(45deg);
}
.popup[popupname='NOTI_MODIFY_RESERVATION_EMAIL'] .modify_reservation_sub_branch_select_area label .branch_description>span {
	display: block;
	background: white;
	padding: 0.4em;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
}
html[lang='kr'] .reservation_check_area .body_content_area .email_auth {
    display: none;
}
@media (max-width: 914px) {
	
	.search_reservation_area {
		padding: 0;
		padding-top: 6em;
		margin-bottom: 6em;
	}
	.search_reservation_area .page_header {
		padding: 0 0.7em;
		text-align: center;
	}
	.search_reservation_area .page_header .page_title_area {
		line-height: 3.5em;
	}
	.search_reservation_area .page_header .page_title_area::before {
		content: "";
		display: inline-block;
		height: 2.4em;
		width: 1.8em;
		margin-right: 0.8em;
	}
	.search_reservation_area .page_header .page_title_area .page_title {
		font-size: 1.6em;
		font-family: "BareunDotumPro2";
		vertical-align: middle;
	}
	.search_reservation_area .widget_area_wrap {
		position: relative;
		padding: 0.7em 0;
	}
	
	.search_reservation_area .widget_area {
		padding: 0.7em 1.2em 1.1em 1.2em;
	}
	.search_reservation_area .widget_title {
		padding: 0 0.5em;
		line-height: 3em;
	}
	.search_reservation_area .widget_title::before {
		height: 2em;
		width: 1.7em;
	}
	.search_reservation_area .widget_title>span {
		font-size: 1.4em;
	}
	.search_reservation_area .widget_title>span.selected_branch_name {
		float: right;
		color: #ff3600;
	}
		
	.search_reservation_area .branch_selector {
		padding: 0.6em 0 0 0;
		display: flex;
		flex-wrap: wrap;
	}
	.search_reservation_area .branch_selector>li {
		flex: 0 33.3333%;
		line-height: 3.2em;
	}
	
	.search_reservation_area .branch_selector>li>button {
		font-size: 1.2em;
	}
	.search_reservation_area .branch_selector>li>button[selected] {
		border: 1px solid #ff3600;
		color: white;
		font-family: "BareunDotumPro2";
		background: #ff3600;
	}
	.search_reservation_area .select_branch_area .widget_area {
		padding: 0.7em 0.9em 1.1em 0.9em;
	}
	.search_reservation_area .select_branch_area .widget_area .select_branch_header {
		padding: 0 0.3em;
	}
	.search_reservation_area .select_date_area {
		flex: 1 100%;
		user-select: none;
	}
	.search_reservation_area .select_date_area .widget_contents {
		margin: 1em 0;
	}
	.search_reservation_area .select_time_area {
		flex: 1 100%;
	}
	.search_reservation_area .select_time_area .widget_contents {
		padding: 0 1em;
	}
	.search_reservation_area .widget_area::after {
		top: 1.3em;
		right: 1.3em;
		font-family: "BareunDotumPro2";
		font-size: 1.2em;
	}
	.search_reservation_area .select_branch_group_data_area .select_branch_group_description {
	    top: 1.3em;
	    right: 1.3em;
	    font-family: 'BareunDotumPro2';
	    font-weight: 600;
	    font-size: 1.2em;
		line-height: 2.6em;
	}
	.search_reservation_area .select_branch_group_data_area .widget_title {
		line-height: 3em;
	}
	.search_reservation_area .select_branch_group_data_area .widget_title::after {
		font-size: 14px;
		left: 0;
		top: 0;
	}
	.search_reservation_area .select_branch_group_data_area .branch_selector>li>button {
		height: 3em;
	}
	.search_reservation_area .select_branch_group_data_area .group_branch_description>p {
		font-size: 1.1em;
		padding: 0.8em;
		border-radius: 5px;
	}
	.search_reservation_area .select_branch_group_data_area .group_branch_description::after {
		left: 1.2em;
		top: 1.5em;
		width: 0.6em;
		height: 0.6em;
	}
	#reservation_date_select .beauty_calendar_wrap {
		position: relative;
		width: 100%;
	}
	#reservation_date_select .beauty_calendar_wrap .beauty_header {
		height: 3.5em;
		line-height: 3.5em;
	}
	#reservation_date_select .beauty_calendar_wrap .beauty_header button {
		width: auto;
		font-size: 1.5em;
	}
	#reservation_date_select .beauty_calendar_wrap .beauty_header button,
	#reservation_date_select .beauty_calendar_wrap .beauty_header>span {
		font-size: 1.5em;
		padding: 0 0.3em;
	}
	#reservation_date_select .beauty_calendar_wrap .beauty_day_strs,
	#reservation_date_select .beauty_calendar_wrap .beauty_days_area {
		display: flex;
		line-height: 3.5em;
	}
	#reservation_date_select .beauty_calendar_wrap .beauty_day_strs>span {
		font-size: 1.5em;
	}
	#reservation_date_select .beauty_calendar_wrap .beauty_days_area {
		flex-wrap: wrap;
		padding: 0.3em 0;
	}
	#reservation_date_select .beauty_calendar_wrap .beauty_days_area button {
		font-size: 1.2em;
	}
	.select_time_area .selected_date {
		text-align: center;
		line-height: 5.7em;
	}
	.select_time_area .selected_date>span {
		font-size: 1.7em;
	}
		
	#reservation_time_select .beauty_time_buttons>span {
		line-height: 2em;
	}
	#reservation_time_select .beauty_time_buttons button {
		border-radius: 1.6em;
	}
	#reservation_time_select .beauty_time_buttons button:disabled {
		opacity: 0.6;
	}
	#reservation_time_select .beauty_time_buttons button>span {
		font-size: 1.6em;
	}
	#reservation_time_select .beauty_time_buttons button>span._allow_cnt {
		position: absolute;
		font-size: 0.5;
		bottom: 0;
		left: 0;
		width: 100%;
		font-size: 0.3em;
		line-height: 1.2em;
		display: none;
	}
	#reservation_time_select .beauty_time_buttons>p {
		font-size: 1.2em;
		padding: 0 2em;
		margin: 0.4em;
	}
	.search_reservation_area #reservation_contents_area {
		padding: 1.5em 0em;
		line-height: 3.6em;
	}
	.search_reservation_area #reservation_contents_area:empty {
		padding:2em;
		line-height: 2.2em;
		font-family: 'BareunDotumPro1';
	}
	.search_reservation_area #reservation_contents_area:empty::before,
	.search_reservation_area #reservation_contents_area:empty::after {
		font-size: 1.3em;
	}
	.search_reservation_area #reservation_contents_area:empty::before {
	}
	.search_reservation_area #reservation_contents_area:empty::after {
		font-size: 1.2em;
	}
	.search_reservation_area #reservation_contents_area li {
		margin-bottom: 0.8em;
	}
	.search_reservation_area #reservation_contents_area li>* {
		font-size: 1.3em;
	}
	.search_reservation_area #reservation_contents_area li .price {
		text-align: right;
	}
	.search_reservation_area #reservation_contents_area li>button {
		flex: 1 2em;
	}
	.search_reservation_area .select_product_area .product_add_btns {
		margin-bottom: 1em;
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
	}
	.search_reservation_area .select_product_area .product_add_btns button {
		font-size: 1.3em;
		padding: 0.6em 1.1em;
	}
	.search_reservation_area .customer_info_area .widget_contents {
		padding: 0;
	}
	.search_reservation_area .customer_info_area .widget_contents .reservation_customer_info>p.input_wrap {
		flex: 1 100%;
	}
	.search_reservation_area .customer_info_area .widget_contents .reservation_customer_info>p.input_wrap:first-child {
		padding-right: 0;
	}
	.search_reservation_area .customer_info_area .widget_contents .reservation_customer_info>p.input_wrap:nth-child(2) {
		padding-left: 0;
	}
	.search_reservation_area .customer_info_area .widget_contents .input_area {
		line-height: 3.6em;
	}
	.search_reservation_area .customer_info_area .widget_contents .input_area .input_header {
		flex: 1 4.5em;
		width: 4.5em;
		max-width: 4.5em;
		padding-left: 1.1em;
		font-size: 1.3em;
	}
	.search_reservation_area .customer_info_area .widget_contents .input_area input {
		font-size: 1.5em;
	}
	.search_reservation_area .customer_info_area .widget_contents .input_sex_area {
		line-height: 4em;
		justify-content: space-between;
	}
	.search_reservation_area .customer_info_area .widget_contents .input_sex_area>span {
		font-size: 1.3em;
		padding-right: 1em;
		white-space: nowrap;
	}
	.search_reservation_area .customer_info_area .widget_contents .input_sex_area .checkbox_header {
		text-align: left;
		padding-left: 1em;
	}
	.search_reservation_area .customer_info_area .widget_contents .input_sex_area {
		margin-bottom: 0;
		margin-top: 0 !important;
	}
	
	.search_reservation_area .customer_info_area .widget_contents .checkbox_wrap input + label::before {
		width: 1.2em;
		height: 1.2em;
	}
	
	.search_reservation_area .customer_info_area .widget_contents .reservation_detail_info {
		padding: 1em 0;
	}
	.search_reservation_area .customer_info_area .widget_contents .reservation_detail_info .info_row {
		line-height: 3.6em;
	}
	.search_reservation_area .customer_info_area .widget_contents .reservation_detail_info .info_row .row_header {
		font-size: 1.3em;
		flex: 0 5em;
		width: 5em;
		max-width: 5em;
		min-width: 5em;
		padding: 0 1em 0 0.5em;
	}
	.search_reservation_area .customer_info_area .widget_contents .reservation_detail_info .info_row p {
		width: 100%;
		padding: 1em 0;
	}
	.search_reservation_area .customer_info_area .widget_contents .reservation_detail_info .checkbox_wrap {
		font-size: 1.3em;
		white-space: nowrap;
		text-align: left;
	}
	
	.search_reservation_area .customer_info_area .widget_contents .reservation_detail_info textarea {
		font-size: 1em;
		padding: 0.5em 0.8em;
		min-height: 8.5em;
	}
	.search_reservation_area .customer_info_area .widget_contents .reservation_policy_area {
		line-height: 3.5em;
		border-bottom: 0;
		margin-top: 0;
		margin-bottom: -1em;
	}
	.search_reservation_area .customer_info_area .widget_contents .reservation_policy_area .info_row {
		font-size: 1.3em;
	}
	.search_reservation_area .add_reservation_btn_area {
		text-align: center;
		padding: 1em;
		line-height: 3.7em;
	}
	.search_reservation_area .add_reservation_btn_area button {
		font-family: "BareunDotumPro2";
		font-size: 1.3em;
		min-width: 10.5em;
	}
	.select_reservation_area .search_reservations_list:empty {
		padding: 3em 0;
	}
	.select_reservation_area .search_reservations_list:empty::before {
		font-size: 1.5em;
	}
	.select_reservation_area .search_reservations_list li>div {
		padding: 1em;
	}
	.select_reservation_area .search_reservations_list li[selected]>div::after {
		font-size: 1.5em;
	}
	.select_reservation_area .search_reservations_list .reservation_info>* {
		font-size: 1.5em;
	}
	.select_reservation_area .search_reservations_list .customer_info>* {
		font-size: 1.2em;
	}
	#target_branch_key[value=''] ~ .widget_area_wrap .search_reservations_list:empty::after {
		font-size: 1.3em;
	}
	
	.update_reservation_date_time_area_wrap {
		text-align: center;
	}
	.update_reservation_date_time_area_wrap .widget_title {
		padding-bottom: 0.2em;
	}
	.update_reservation_date_time_area_wrap .widget_title #reload_reservation_data {
		right: 1.5em;
		font-size: 1.1em;
		padding: 0 0.5em;
	}
	.update_reservation_date_time_area_wrap .date_change_view > * {
		line-height: 2em;
		padding: 2em 0;
	}
	.update_reservation_date_time_area_wrap .date_change_view > * > span {
		font-size: 1.5em;
	}
	.update_reservation_date_time_area_wrap .date_change_view > p > span {
	    font-size: 1.3em;
		padding: 0 1em;
	}
	.update_reservation_date_time_area_wrap #cancel_reservation_time,
	.update_reservation_date_time_area_wrap .btn_area #update_reservation_time {
		padding: 0.5em 0.8em;
		font-size: 1.5em;
		min-width: 8em;
	}
	.update_reservation_date_time_area_wrap #cancel_reservation_time {
		width: 50vw;
	}
	.popup[popupname='NOTI_MODIFY_RESERVATION_CHECK'] .noti_msg {
		margin-top: 1.5em;
		font-size: 1.5em;
	}
	.popup[popupname='NOTI_MODIFY_RESERVATION_CHECK'] .modify_date_msg {
		line-height: 5em;
		margin-top: 1em;
	}
	.popup[popupname='NOTI_MODIFY_RESERVATION_CHECK'] .modify_date_msg>span {
		font-size: 1.5em;
		font-family: 'BareunDotumPro1';
		padding: 1em;
		line-height: 160%;
	}
	.popup[popupname='NOTI_MODIFY_RESERVATION_CHECK'] .modify_date_msg::after {
		content: ">";
		top: 50%;
		transform: translate(-50%,-50%);
		font-size: 1.3em;
	}
	.popup[popupname='NOTI_MODIFY_RESERVATION_EMAIL'] .noti_msg {
		font-size: 1.5em;
	}
	.popup[popupname='NOTI_MODIFY_RESERVATION_EMAIL'] .noti_msg:last-child {
		margin-bottom: 12px;
		padding: 0 10px;
	}
	.popup[popupname='NOTI_MODIFY_RESERVATION_EMAIL'] .noti_msg input {
		padding: 5px 6px;
		margin-top: 10px;
	}
	.popup[popupname='NOTI_MODIFY_RESERVATION_EMAIL'] .modify_reservation_branch_select_area {
		padding: 0 10px;
		margin: 10px 0;
		font-size: 1.1em;
	}
	.popup[popupname='NOTI_MODIFY_RESERVATION_EMAIL'] .modify_reservation_branch_select_area>label {
		flex: 0 25%;
		padding: 0;
		overflow: hidden;
	}
	.popup[popupname='NOTI_MODIFY_RESERVATION_EMAIL'] .modify_reservation_sub_branch_select_area {
		margin: 15px 0;
		padding: 0 10px;
	}
	.popup[popupname='NOTI_MODIFY_RESERVATION_EMAIL'] .modify_reservation_sub_branch_select_area label {
		padding: 0px;
	}
	.popup[popupname='NOTI_MODIFY_RESERVATION_EMAIL'] .modify_reservation_sub_branch_select_area label .branch_name {
		flex: 0 25%;
		min-width: 25%;
		height: 100%;
	}
	.popup[popupname='NOTI_MODIFY_RESERVATION_EMAIL'] .modify_reservation_sub_branch_select_area label .branch_description {
		padding: 0px 0px 0px 1em;
	}
	.popup[popupname='NOTI_MODIFY_RESERVATION_EMAIL'] .modify_reservation_sub_branch_select_area label .branch_description::before {left: 0.8em;top: 1em;}
	.popup[popupname='NOTI_MODIFY_RESERVATION_EMAIL'] .modify_reservation_sub_branch_select_area label .branch_description>span {
		padding: 0.6em;
	}
}
@media (max-width: 767px) {
    .container_area .reservation_check_area {
        width: 95vw;
        margin-top: 13px;
        padding-top:47px;
    }

    .container_area .reservation_check_area .header_area {
        margin-bottom:30px;
        text-align:center;
    }

    .container_area .reservation_check_area .body_area {
        width:95%;
        margin:0 auto;
    }

    .new_line {
        display:block;
    }
	.update_reservation_date_time_area_wrap .btn_area .error_msg_not_allowd_time {
		font-size: 1.1em;
		white-space: nowrap;
	}
}

@media (max-width: 530px) {
    .container_area .reservation_check_area {
        width: 95%;
        margin-top:46px;
    }
    
    .container_area .reservation_check_area .body_area .body_title_area .title_under_line {
        width:95%;
    }

    .container_area .reservation_check_area .body_area .body_content_area .auth_area {

    }

    .container_area .reservation_check_area .body_area .body_content_area .auth_area .button_area {
        height:250px;
    }
}

@media (max-width: 500px) {
    .container_area .reservation_check_area .body_area .body_title_area .title_under_line {
        width:90%;
    }

    .container_area .reservation_check_area .body_area .body_content_area .auth_area {
        width:90%;
    }

    .container_area .reservation_check_area .body_area .body_content_area .auth_area .button_area {
        height:250px;
    }
}

@media (max-width: 470px) {
    .container_area .reservation_check_area .header_area {
        font-size:16px;
    }

    .container_area .reservation_check_area .body_area {
        width:100%;
        height:455px;
        margin-top: 20px;
        padding-top:32px;
        background-color: #f4f4f4;
    }

    .container_area .reservation_check_area .body_area .body_title_area .title {
        font-size: 16px;
        line-height: 1.04;
        color: #2a2a2a;
    }

    .container_area .reservation_check_area .body_area .body_title_area .title_description {
        font-size: 12px;
    }

    .container_area .reservation_check_area .body_area .body_title_area .title_under_line {
        width:95%;
    }

    .container_area .reservation_check_area .body_area .body_content_area {
        width:100%;
        height:160px;
        margin:0 auto;
    }
    .container_area .reservation_check_area .body_area .body_content_area .auth_area {
        width:95%;
    }

    .container_area .reservation_check_area .body_area .body_content_area .auth_area .button_area {
        height:220px;
    }

    .container_area .reservation_check_area .body_area .body_content_area .auth_area .button_area .button_inner_area>img {
        width:45%;
    }

    .container_area .reservation_check_area .body_area .body_content_area .auth_area .text_auth .button_inner_area>img {
        width:45%;
    }

    .container_area .reservation_check_area .body_area .body_content_area .auth_area .button_area .button_inner_area {
        padding-top:25%;
    }

    .container_area .reservation_check_area .body_area .body_content_area .auth_area .kakaotalk_auth>div>div {
        font-family: BareunDotumPro2;
        font-size: 13px;
        margin-top:18px;
        color: #535353;
    }

    .container_area .reservation_check_area .body_area .body_content_area .auth_area .text_auth .text_check {
        font-family: BareunDotumPro2;
        font-size: 13px;
        line-height: 1.11;
        margin-top:0px;
    }

    .container_area .reservation_check_area .body_area .body_content_area .auth_area .text_auth .text_check_add {
        font-size: 11px;
        margin-top: 3px;
    }

    .container_area .reservation_check_area .body_area .body_content_area .auth_area .text_auth .text_auth_check_area {
        margin-top:5px;
    }
	.update_reservation_date_time_area_wrap .btn_area .error_msg_not_allowd_time {
		font-size: 1.1em;
		white-space: break-spaces;
		width: 80vw;
	}
}