/*2021-09-10 consulting.php style*/
.page-tit-box {
	padding-top: 45px;
    padding-bottom: 35px;
}
.page-tit-box .tit-text {
	font-size: 30px;
}
.page-content {
	padding-bottom: 100px;
}
#consult .consult-tit {
	display: block;
    width: 100%;
    padding-bottom: 0.8em;
	border-bottom: 2px solid #cb9f76;
    font-size: 22px;
    font-weight: 500;
    color: #cb9f76;
}
.consult-contents .__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #DDDDDD;
    padding-top: 20px;
    padding-bottom: 20px;
}
.consult-contents .form-label {
    display: block;
    width: 200px;
    padding: 8px 10px 0;
    font-weight: 500;
}
.form-label .info {
	position: relative;
	display: inline-block;
	width: 18px;
	line-height: 18px;
	background-color: #cb9f76;
	border-radius: 50%;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
}
.form-label .info:hover .info-pop {
	display: block;
}
.form-label .info .info-pop {
	display: none;
	position: absolute;
    top: -40px;
    left: 143%;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
	        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
	z-index: 10;
}
.consult-contents .form-right {
	width: calc(100% - 200px);
}
.consult-contents .fm_ctrl,
.consult-contents .selbox {
	max-width: 370px;
}
.consult-contents .cs-radio,
.consult-contents .cs-checkbox {
	display: inline-block;
	margin: 8px 40px 8px 0;
}
.consult-contents .selbox {
	height: auto;
	border: 0;
}
.consult-contents .means-wrap {
	margin-top: 20px;
}
.consult-contents .means-wrap .__field {
    max-width: 405px;
    padding-top: 10px;
    padding-bottom: 10px;
	border: 0;
}
.consult-contents .means-wrap .__field.notice__ {
    line-height: 1.3;
    color: #AAAAAA;
}
.consult-contents .means-wrap .form-label {
	width: 130px;
	padding-left: 0;
}
.consult-contents .means-wrap .form-right {
    width: calc(100% - 130px);
}
.means-wrap .row {
	margin-left: -2px;
	margin-right: -2px;
}
.means-wrap .col2,
.means-wrap .col3 {
	padding-right:2px;
	padding-left: 2px;
}
.consult-contents .readonly .form-label,
.consult-contents .readonly .fm_ctrl {
	color: #AAAAAA;
}
.consult-contents .readonly .fm_ctrl {
    background-color: #F5F5F5;
}

.attach-box .btn-file {
    width: 140px;
    padding: .57rem .75rem;
    background-color: #F5F5F5;
    border: 1px solid #cb9f76;
    color: #cb9f76;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.4;
    vertical-align: middle;
}
.attach-box .form-control-file {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.attach-box .file-name {
    display: inline-block;
    width: 370px;
    height: 40px;
    padding: .57rem .75rem;
    font-size: 1rem;
    line-height: 1.4;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border-radius: .25rem;
    vertical-align: middle;
    margin-right: 4px;
}
.consult-contents .main-item-info {
	max-width: 890px;
}
.add-service-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    padding-bottom: 30px;
}
.add-service-wrap .w_top_select {
	width: calc(100% - 140px);
}
.add-service-wrap .add-service-btn {
	width: 140px;
}
.add-total {
	padding-top: 20px;
	border-top: 1px solid #ddd;
}
.add-total .__tit .txt-small {
    display: block;
	color: #AAAAAA;
    font-weight: 400;
}
.add-total .__price {
	font-size: 16px;
}
.add-total .__price .txt_num {
	font-size: 22px;
}	
#consult .rb-bottom {
	background-color: #F5F5F5;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
    margin-top: 40px;
	padding: 25px 30px;
}
.rb-bottom .__tit-box h3 {
	display: inline-block;
	margin-right: 0.8em;
	font-size: 18px;
	color: #777777;
}
.rb-bottom .__tit-box  {
	margin-bottom: 20px;
}
.rb-bottom .__tit-box .cs-checkbox {
	display: inline-block;
	color: #cb9f76;
	margin: 0;
}
.rb-bottom .cs-checkbox > label a {
    display: inline-block;
    margin-left: 0.8em;
	text-decoration: underline;
}
#consult .rb-submit {
	margin-top: 60px;
	text-align: center;
}
#consult .rb-submit button {
	position: relative;
	width: 320px;
	height: 54px;
}
#consult .rb-submit button.isLoading {
	font-size: 0;
	background: #8b6d50;
	border-color: #8b6d50;
	pointer-events: none;
}
#consult .rb-submit button.isLoading::before {
	content:'';
	display: inline-block;
	width: 20px;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 5px solid #fff;
	animation:
			l20-1 0.8s infinite linear alternate,
			l20-2 1.6s infinite linear;
}
@keyframes l20-1{
	0%    {clip-path: polygon(50% 50%,0       0,  50%   0%,  50%    0%, 50%    0%, 50%    0%, 50%    0% )}
	12.5% {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100%   0%, 100%   0%, 100%   0% )}
	25%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 100% 100%, 100% 100% )}
	50%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
	62.5% {clip-path: polygon(50% 50%,100%    0, 100%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
	75%   {clip-path: polygon(50% 50%,100% 100%, 100% 100%,  100% 100%, 100% 100%, 50%  100%, 0%   100% )}
	100%  {clip-path: polygon(50% 50%,50%  100%,  50% 100%,   50% 100%,  50% 100%, 50%  100%, 0%   100% )}
}
@keyframes l20-2{
	0%    {transform:scaleY(1)  rotate(0deg)}
	49.99%{transform:scaleY(1)  rotate(135deg)}
	50%   {transform:scaleY(-1) rotate(0deg)}
	100%  {transform:scaleY(-1) rotate(-135deg)}
}
/*************************************************
cart*/
.list_ctrl_wrap { 
	padding: 0.5rem 0;
}

.list_ctrl_wrap .left{ 
	min-width:10em; 
	white-space:nowrap;
}

.list_ctrl_wrap .right{ 
	min-width:10em; 
	text-align:right;
}

/*서비스 가격 */
.serve_price_wrap { 
	position: relative;
}

.serve_price_wrap .serve { 
	padding-right: 10.5em;
}

.serve_price_wrap .price { 
    position: absolute;
    top: 1rem;
    right: 0rem;
}

/*고객정보입력*/
.memo-byte-num {
	text-align: right;
    font-weight: 300;
    font-size: 0.9rem;
}
/*isCounsel*/
.counsl_wrap { 
	position: relative;
}

.counsl_wrap .q { 
	padding-right: 8.5rem;
}

.counsl_wrap .aw { 
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}

/*이용약관*/
.accept_wrap { 
	position:relative;
	width: 100%;
}

.accept_wrap .accept { 
	padding-right: 5em;
}

.accept_wrap > a { 
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: underline;
}

/*package box wrap*/
.pk_box_wrap { 
	position: relative;
}
.pk_box_wrap .tit { 
	padding: 0 3.4rem 0.5rem 0;
}
.pk_box_wrap .tit strong { 
	display: block;
	margin-bottom: 0.2em;
}
.pk_box_wrap .ar_ib { 
	/*allways right icon btn*/
	position: absolute;
    right: 1rem;
    top: 1rem;
}

/*arccodion box*/
.accordionWrap { 
	position: relative;
}
.serAdd_wrap .ac_body { 
	border-bottom-left-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}
.serAdd_wrap ul .rp_box .rp {
	text-align: right;
}

/*right price box*/
.rp_box { 
	position: relative;
	padding: 0.5rem 1rem;
}
.rp_box .tit { 
	padding-right: 9rem;
}
.rp_box .rp { 
	position: absolute;
    top: 0.45em;
    right: 1rem;
}
.oi-sub-txt,
span.oi-sub-txt {
    display: block;
	font-size: 13.5px;
    color: #757575;
}

/*나중에 수정*/
.serAdd_wrap .p_right { 
	position: absolute;
	background-color: #000000;
    color: white;
    padding: 0.1em 0.5em;
    border-radius: 50em;
    z-index: 10;
    font-size: 85%;
    line-height: 1;
    top: 0.5rem;
    right: 0.5rem;
}


/*로딩 0.3초*/
.load-cover { 
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	display: block;
    padding-top: 30%;
    background-color: #f5f5f5;
    z-index: 10;
}
.add-reservation-load {
	background-color: #fff;
}
.add-reservation-load .inner {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.add-reservation-load .fs_body {
	background-color: #ececec;
}

/*reservation*/
.rsb-section {
	position: relative;
	overflow: hidden;
}
.rsb-section .rb-top {
	height: 490px;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}
.rsb-section .rb-tb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.rb-tit-box {
	position: relative;
	padding: 1rem 1rem 0;
}
.rb-tit-box h3 {
    position: relative;
    padding-bottom: 1rem;
	font-size: 1rem;
	font-weight: 400;
    color: #666;
}
.rb-tit-box h3:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1.5em;
	height: 2px;
	background-color: #777;
}
.rsb-section .rbs-inner {
	padding: 2.5rem 1rem 1rem;
}
.reservation-box .day-box { 
    position: relative;
	padding: 1.5rem 1rem 3.5rem;
}
.day-box .txt-info {
	display: none;
	position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: center;
    font-weight: 300;
    font-size: 0.94rem;
}
.rs-time-box {
	position: relative;
    padding-top: 1rem;
}
.reservation-box .time-box-scoll { 
	position: relative;
	overflow-Y: scroll;
	height: 270px;
}
.reservation-box .time-box { 
	padding: 1rem 0.5rem 0.5rem 1rem;
}
.reservation-box .time-box .swiper-slide { 
	padding-right: 0.5rem;
	padding-bottom: 0.5rem;
}
.reservation-box .form-box,
.reservation-box .mb { 
	margin-bottom: 1.4rem;
}
.reservation-box .form-box:last-child { 
	margin-bottom: 0;
}
.rb-tb .reservation-box {
    position: absolute;
    top: 51px;
    left: 0;
    right: 0;
    bottom: 0;
	padding: 1rem;
}
.rb-tb .main-item-info {
	position: relative;
    height: 100%;
}
.rb-tb .main-item-info .w_top_select {
	height: 527px;
    overflow-y: auto;
    overflow-x: hidden;
}
.rb-tb .w_select_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.w_select_bottom.add-service-btn > .both_end {
	margin-bottom: 12px;
}
.w_select_bottom.add-service-btn .n-click-evt {
	width: 48%;
    padding: 10px 15px;
    border: 1px solid #625f60;
    border-radius: 50em;
}
.w_select_bottom.add-service-btn .n-click-evt span {
	display: inline-block;
	padding-left: 5px;
}
.w_top_select .selt_info_wrap .selt {
    padding-right: 12.5em;
}
.w_top_select .selt_info_wrap .info {
	width: 12.5em;
}
.reservation-box .w_top_select .selt_info_wrap .selt { 
	padding-left: 0;
}
.w_top_select .service-list-wrap.no-price .selt_info_wrap .selt {
	padding-right: 3rem;
}
.rsb-section .rb-bottom .btn_wrap > button,
.rsb-section .rb-tb .btn_wrap > button,
#fix_bottom .btn_wrap > button {
	width: 100%;
}

#serviceAdd .selectServiceWrap.on {
	bottom: 100px;
}

/*scroll*/
/* width */
.c_scroll::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.c_scroll::-webkit-scrollbar-track:hover {
  background: #e2e2e2; 
}
 
/* Handle */
.c_scroll::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 50em;
}

/* Handle on hover */
.c_scroll::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/*add ticket*/
.rb-tit-box .add-ticket-btn {
    position: absolute;
	top: 0.6rem;
	right: 1rem;
}

.reservation-box .rb-top {
	height: auto;
}
.renew_reservation .rb-bottom {
	height:330px;
	overflow: hidden;
}
.renew_reservation .rs-time-box {
	padding:0;
	height:280px;
}
.renew_reservation #noneBox {
	/* height: calc(830px - 490px); */
	padding-top: 0;
}
.renew_reservation .load-cover {
	right: initial;
	bottom: initial;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	padding-top: 0;
	width: 100%;
    height: 100%;
}
.renew_reservation .load-cover .lds-facebook {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.renew_reservation .swiper-button-next,
.renew_reservation .swiper-button-prev {
	top:.85rem;
	width: 1.2rem;
    height: 1.2rem;
	border-width: 10px;
}
.renew_reservation .ui-datepicker .ui-datepicker-header {
	height:auto;
}
.renew_reservation .ui-datepicker.ui-widget .ui-datepicker-title {
	line-height: 1;
    margin-bottom: 30px;
	font-size: 1.2rem;
}
.renew_reservation .reservation-box .day-box {
	padding-top: 0;
}


#consult .renew_reservation .reservation-box {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap:30px;
	height:355px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#consult .renew_reservation .reservation-box .rb-top, 
#consult .renew_reservation .reservation-box .rb-bottom {
	width:calc(50% - 15px);
	margin-top:0;
	border:none;
	height:100%;
}
#consult .renew_reservation .reservation-box .rb-bottom .rs-time-box,
#consult .renew_reservation .reservation-box .time-box-scoll {
	height:100%;
}
#consult .renew_reservation .reservation-box .day-box {
	padding:0;
}
#consult .renew_reservation .reservation-box .time-box {
	padding:.5rem;
}
#consult .renew_reservation .reservation-box .swiper-datapicker {
	padding-top: 1.5rem !important;
}


.request_memo,.request_memo2 {
	display: none;
}

#content2 {
	width: 100%;
	height: 100px;
	padding: 0.533rem 0.666rem;
	border-radius: 0.333rem;
}

#content2::placeholder {
	color: #888;
}
