/*2021-09-10 consulting.php style*/
.page-tit-box {
    padding-top: 20px;
    padding-bottom: 10px;
}
.page-tit-box .tit-text {
	font-size: 17px;
}
.page-content {
    padding-right: 1rem;
    padding-left: 1rem;
}
#consult .consult-tit-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 5px;
    padding-bottom: 0.8em;
    border-bottom: 2px solid #cb9f76;
}
#consult .consult-tit {
    text-align: left;
    font-weight: 500;
    color: #cb9f76;
}
#consult .consult-tit-box p {
    margin: 0 auto;
    text-align: left;
    font-size: 0.95rem;
    font-weight: 500;
}
#consult .consult-tit-box p b {
    font-size: 0.95rem;
    font-weight: 500;
    color: #bc3a3f;
}
.consult-contents {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.consult-contents .__field {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	padding-top: 10px;
    padding-bottom: 10px;
}
.consult-contents .form-label {
    display: block;
    width: 105px;
    padding-right: 10px;
    font-weight: 500;
}
.consult-contents .form-label b {
    font-size: 1rem;
    font-weight: 700;
    color:#bc3a3f;
}
.form-label .info {
	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: 100%;
    left: 0;
	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;
}
.form-label .info .info-pop img {
	max-width: 100%;
}
.consult-contents .form-right {
	width: 100%;
}
.consult-contents .means-wrap .__field.notice__ .form-right {
    color: #aaa;
    word-break: keep-all;
}
.consult-contents .fm_ctrl,
.consult-contents .selbox {
	max-width: 370px;
}
.consult-contents .cs-radio {
	display: inline-block;
	margin: 8px 40px 8px 0;
}
.consult-contents .selbox {
	height: auto;
	border: 0;
}
.consult-contents .means-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
}
.consult-contents .means-wrap .__field {
    padding-top: 5px;
    padding-bottom: 5px;
}
.row-space.row {
	margin-left: -2px;
	margin-right: -2px;
}
.row-space.row .col-4,
.row-space.row .col-6 {
	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 {
	display: block;
	margin-top: 10px;
    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: block;
    width: 100%;
	height: 37px;
    padding: .47rem .75rem;
    font-size: 1rem;
    line-height: 1.8;
    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;
}
.consult-contents .__field.surgical-wrap {
	display: block;
    margin-top: 20px;
	margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #ddd;
}
.add-service-wrap .add-service-btn {
    width: 100%;
    margin-top: 20px;
}
.add-total {
	padding-top: 20px;
	border-top: 1px solid #ddd;
}
.add-total .__tit {
	margin-bottom: 10px;
}
.add-total .__tit .txt-small {
    display: inline-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: 1px solid #ddd;
    padding: 20px;
    margin-top: 20px;
}
.rb-bottom .__tit-box  {
	margin-bottom: 20px;
}
.rb-bottom .__tit-box h3 {
	display: inline-block;
    margin-right: 0.8em;
    font-size: 18px;
    color: #777777;
    font-weight: 500;
}
.rb-bottom .__tit-box .__line {
    display: block;
    width: 20px;
    height: 2px;
    margin: 10px 0;
    background-color: #777777;
}
.rb-bottom .cs-checkbox > label a {
    display: inline-block;
    margin-left: 0.8em;
	text-decoration: underline;
}
#consult .rb-submit {
	margin-top: 40px;
	margin-left: -1rem;
	margin-right: -1rem;
}
#consult .rb-submit button {
    position: relative;
    width: 100%;
    height: 54px;
    border-radius: 0;
    font-size: 18px;
}
#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;
}
.oi-sub-txt,
span.oi-sub-txt {
    display: block;
	font-size: 1rem;
    color: #757575;
}

/*최근본 시술*/
.my-3 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

/*서비스 가격 */
.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;
}
.pk_box_wrap .ar_ib img {
	width: 15px;
	height: 15px;
	margin-top: 3px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: .2s;
}
.pk_box_wrap .ar_ib img.up {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

/*arccodion box*/
.accordionWrap { 
	position: relative;
}

.serAdd_wrap .ac_body { 
	border-bottom-left-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

/*right price box*/
.rp_box { 
	position: relative;
	padding: 0.5rem 1rem;
}

.rp_box .tit { 
	padding-right: 6.5rem;
}

.rp_box .rp { 
	position: absolute;
    top: 0.65em;
    right: 1rem;
	text-align: right;
}


/*나중에 수정*/
.serAdd_wrap .p_right { 
	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;
    background-color: #ffffff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
	display: block;
	/*animation: loadCover 0.3s ease;*/
}


.swiper-time { 
    min-height: 2.5rem;
}
.swiper-slide.done .btn_round {
    position: relative;
    color: #ccc;
	cursor: no-drop;
}
.btn_round .soldout {
	display: none;
	position: absolute;
    top: 8px;
    left: 15px;
    padding: 1px 2px;
    border: 1px solid #a73439;
    font-size: 90%;
    color: #a73439;
    line-height: 1;
    text-shadow: 0 0 3px #ffdbdd;
    transform: rotate(-15deg);
}
.swiper-slide.done .soldout{
	display: block;
}


.swiper-chatbot-time {
    min-height: 2.5rem;
}
.swiper-chatbot-time .swiper-slide .btn_round {
	border: 1px solid #333;
}
.add-service-btn-wrap {
	margin-top: 20px;
    border: 1px solid #333;
}
.add-service-btn-wrap > button:first-of-type {
	border-right: 1px solid #000;
    border-radius: 0;
}
.add-service-btn-wrap > button .txt {
	vertical-align: middle;
    font-size: 14px;
}
.add-service-btn-wrap > button .plus {
	width: 30px;
    height: 30px;
    margin-left: 5px;
    background-color: #a73439;
    border-radius: 50%;
    vertical-align: middle;
    line-height: 27px;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}
.w_select_bottom.add-service-btn > .both_end {
	margin-top: 15px;
}
.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;
}

.reservation-list .no-data {
	border: 0 !important;
    padding: 20px 0;
    font-size: 15px;
    color: #777;
    text-align: center;
}
.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;
}

/*for web
***************************************/
.day-box .txt-info {
	display: none;
    margin-top: 0;
    text-align: center;
    font-weight: 300;
}
.reservation-box .time-box-scoll { 
	overflow-Y: auto;
	height: 17.5rem;
}

.reservation-box .time-box { 
	padding-right: 0.5rem;
	padding-bottom: 0.5rem;
}

.reservation-box .time-box .swiper-slide { 
	padding-right: 0.5rem;
	margin-bottom: 0.5rem;
}

.reservation-box .form-box { 
	margin-bottom: 1.9rem;
}

.reservation-box .form-box:last-child { 
	margin-bottom: 0;
}
.w_top_select .selt_info_wrap .selt {
	padding-right: 10em;
}
.w_top_select .selt_info_wrap .info {
	width: 10em;
}
.reservation-box .w_top_select .selt_info_wrap .selt { 
	padding-left: 0;
	padding-right: 8em;
}

.reservation-box .w_top_select .selt_info_wrap .info { 
	padding-right: 0;
	width: 7.5em;
}

.reservation-box .service-list-wrap { 
    height: 33.2rem;
    overflow-y: auto;
}

/*네모 예약시간*/
.time_wrap { 
	position: relative;
}

.time_wrap .load-cover { 
	padding-top: 15%;
}

.square_time { 
	max-height: 205px;
    overflow: auto;
	padding: 0px 0 10px;
}

.square_time .item_wrap { 
	display: inline-block;
	max-width: 100px;
	width: 25%;
	/*padding-right: 5px;*/
	/*padding-bottom: 5px;*/
	/*margin: 5px 0;*/
}

.square_time .item { 
	width: 100%;
    height: 2.5rem;
    line-height: 2.4rem;
    display: inline-block;
    /*border-top: 1px solid #ddd;*/
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -moz-tap-highlight-color: rgba(0,0,0,0);
    text-align: center;
	background-color: #f6f6f6;
}

.square_time .item_wrap:nth-child(1) .item,
.square_time .item_wrap:nth-child(2) .item,
.square_time .item_wrap:nth-child(3) .item,
.square_time .item_wrap:nth-child(4) .item { 
	border-top: 1px solid #ddd;
}

.square_time .item_wrap:nth-child(4n + 1) .item { 
	border-left: 1px solid #ddd;
}

.square_time .item.active { 
	background-color: #a73439;
	color: #ffffff;
	border-color: #a73439 !important;
}

/*일반/이벤트 시술추가*/
.fs_header.arp-head {
	padding: 1rem;
    background-color: #fff;
	box-shadow: 2px 5px 6px rgba(0, 0, 0, 0.12);
	overflow: hidden;
}
.arp-head .tit {
	font-size: 1.1rem;
	float: left;
}
.arp-head .barClose_icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px;
    width: 45px;
    height: 45px;
}
.arp-head .barClose_icon.close .bar {
	width: 20px;
}
.ras-area .i-box {
	padding: 0.1rem
}
.ras-area .i-box img {
	display: block;
	width: 12px;
    height: 12px;
    margin: 0 auto;
}
.carvon-down {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 15px;
}
.carvon-down:before,
.carvon-down:after {
    content: '';
    width: 2px;
    height: 10px;
    position: absolute;
    top: 3px;
    background-color: #fff;
}
.carvon-down:before {
    left: 4px;
	transform: rotate(-50deg);
}
.carvon-down:after {
    left: 11px;
	transform: rotate(50deg);
}

/*최종확인창*/
.lc-dimmer .load-cover {
	display: none;
	position: fixed;
	background-color: transparent;
}
.lc-dimmer .load-cover .lds-facebook {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 35px;
}
#dimmer.lc-dimmer.loading {
	z-index: 500;
    background: rgba(0,0,0,0.9);
}
.lc-dimmer.loading .load-cover {
	display: block;
}
.oi-wrap {
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex; 
	-webkit-box-pack: justify; 
	-ms-flex-pack: justify; 
	justify-content: space-between; 
}
.oi-wrap .oi-txt {
	flex: 0 0 75%;
	max-width: 75%;
}
.oi-wrap .oi-price {
	flex: 0 0 25%;
	max-width: 25%;
    text-align: right;
}

/*예약수정 시술 추가 화면*/
.fx_content {
    height: 100%;
    padding-bottom: 40px;
}


/* 240812 cdb */
#reservationTimeListDiv .swiper-time { /*margin: 2.076rem 0 1.576rem; */ margin:0; padding: 1.461rem 1.461rem 3rem;}
#reservationTimeListDiv #endDateText {margin:0; width:100%;}
#reservationTimeListDiv .reservation-box .time-box {
    padding:0;
}
#reservationTimeListDiv .reservation-box .swiper-slide {
    /* margin:0; */
    display: block;
    padding: 0;
    /* margin: 0 10px 0 0; */
    /* margin-right: 1.461rem; */
    width: 100%;
}
#reservationTimeListDiv .reservation-box .swiper-slide .btn_round {
    display: inline-block;
    width: calc(25% - 4px);
    margin: 2px;
    color: #666;
    font-size: 1.076rem;
    position: relative;
}
#reservationTimeListDiv .reservation-box .swiper-slide .btn_round.active {
    color: #fff;
}

#reservationTimeListDiv .rs-time-box {
    height: 204px;
    position: relative;
}
#reservationTimeListDiv #endDateText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#reservationTimeListDiv .load-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 11;
}
#reservationTimeListDiv .load-cover .load-cover-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#reservationTimeListDiv .rb-bottom {
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    /* min-height: 204px; */
}
#reservationTimeListDiv .swiper-time {
    min-height: 204px;
}
#reservationTimeListDiv .btn_round.done {
    background: #ececec;
    color: #ababab;
    border-color: #ececec;
}
#reservationTimeListDiv .btn_round.done .soldout {
    display:block;
    line-height: 1.428;
    left: -10px;
    font-size: 0.769rem;
    z-index: 1;
}
#reservationTimeListDiv .swiper-datapicker .swiper-button-next,
#reservationTimeListDiv .swiper-datapicker .swiper-button-prev {
    top:0;
}
#reservationTimeListDiv .ui-datepicker .ui-datepicker-title {line-height: 40px;}




.btn-box .consent-btn {
    padding: .57rem .75rem;
    background-color: #F5F5F5;
    border: 1px solid #cb9f76;
    color: #cb9f76;
    font-weight: 500;
    font-size: .85rem;
    line-height: 1.2;
    display:flex;
	gap: 5px;
}

.request_memo, .request_memo2 {
    display: none;
}

#content2 {
    width: 100%;
    height: 80px;
    padding: 0.533rem 0.666rem;
    border-radius: 0.333rem;
}

#content2::placeholder {
    color: #888;
}

#consult .consult-top-contents {
    display: block;
}
.consult-top-contents .flex_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
    gap: 10px;
}
.consult-top-contents .page-tit-box {
    padding: 10px 0 0;
    margin-bottom: 10px;
}
.consult-top-contents .btn-box .whats-app-btn {
    position: relative;
    display: inline-block;
    min-width: 171px;
    max-width: 171px;
    height: 30px;
    border: none;
    padding: 0;
    margin-bottom: 5px;
}
.consult-top-contents .btn-box .whats-app-btn span {
    position: absolute;
    top: 50%;
    left: 34px;
    transform: translateY(-50%);
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 14px;
    font-family: "Campton";
}
.consult-top-contents .btn-box .whats-app-btn img {
    display: block;
    width: 100%;
}