@charset "utf-8";

.pop-layer {
    display: none;
    position: absolute;
	top:50%;
	left:50%;
    background-color: #fff;
    z-index: 10
}


.dim-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000
}

.dim-layer .dimBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5)
}

.dim-layer .pop-layer {
    display: block;
}



.lay_popup_add .pop-layer {
    width: 800px;
    height: 80vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.lay_popup_add .pop_title {
    width: 100%
}

.lay_popup .pop-layer {
    width: 800px;
    height: 80vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.lay_popup .pop_title {
    position: relative;
    width: 100%;
    height: 110px;
    line-height: 110px;
    border-bottom: 1px solid #ddd;
    padding: 0 40px;
    color: #111;
    font-size: 30px;
    font-weight: 700;
}

.lay_popup .pop_title span {
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    height: 110px;
    background: url(../../../../image/icon/menu_can.png) 50% 50% no-repeat;
    background-size: 30px;
    font-size: 0;
    color: transparent;
    cursor: pointer;
}

.lay_popup .pop_bottom{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	height:50px;
	border-top:1px solid #ccc;
	display:flex;
	align-items:center;
	justify-content: center;
}

.lay_popup .pop_bottom .cart_off{
	width:100%;
	height:100%;
	background-color:var(--bgItemInfo);
	text-align:Center;
	font-size:1.6rem;
	color:var(--emphasis);
	text-align:Center;
	font-size:1.6rem;
	display:flex;
	justify-content: center;
	align-items:center;
}

.lay_popup .pop_bottom .cart_on{
	width:100%;
	height:100%;
	background-color:var(--emphasis);
	color:var(--font01);
	text-align:Center;
	font-size:1.6rem;
	display:flex;
	justify-content: center;
	align-items:center;
}

.lay_popup .fs_body {
    margin-top:10px;
	width: 100%;
    max-width: 800px;
	position: relative;
    padding-top: 0;

}

.lay_popup .fs_body .sh_box{
	padding: 1.3rem;
	max-height:300px;
	overflow-y:auto;
}

.normalList .sh_box{
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.c_3 {
	overflow: hidden;
}

.c_3 > li {
	float: left;
	width: 25.0000%;
}


.c_3.ll > li:nth-child(1) > a, .c_3.ll > li:nth-child(2) > a, .c_3.ll > li:nth-child(3) > a, .c_3.ll > li:nth-child(4) > a {
	border-top: 1px solid #ccc;
}

.c_33 {
	overflow: hidden;
}

.c_33 > li {
	float: left;
	width: 33.33333%;
}


.c_33.ll > li:nth-child(1) > a, .c_33.ll > li:nth-child(2) > a, .c_33.ll > li:nth-child(3) > a {
	border-top: 1px solid #ccc;
}


.ll.compact > li > a {
	padding: 1em 0.5em;
}

.ll {
	background-color: #fff;
	border-left: 1px solid #ccc;
}

.ll > li > a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: white;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
	font-size:1.4rem;
	cursor:pointer;
}

.ll li.active a {
	background-color: #f5f5f5;
}

.ll li.active a {
    border-bottom: 1px solid #a73439;
}

.wbka {
    word-break: keep-all;
}

.sisulArea{
	padding: 1.3rem;
	height:400px;
	overflow-y:auto;
}

.normalList{
	width:100%;
	position:relative;
}

.normalList li + li{
	margin-top:10px;
}

.normalList li .pk_box_wrap{
	position:relative;
}

.normalList li .pk_box_wrap .ar_ib {
    position:absolute;
	top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
	border: 1px solid var(--emphasis);
	background-color:var(--emphasis);
	border-radius:9999px;
    color: var(--font01);
	font-size:1.4rem;
}

.normalList li .fastrack-title-box{
	display: flex;
    justify-content: space-between;
    width: calc(100% - 7.4rem);
    align-items: center;
    gap: 10px;
}

.normalList li .fastrack-title-box .tit{
	position:relative;
	width:100%;
	display:flex;
	flex-direction: column;
}

.normalList li .fastrack-title-box .tit .goodTit{
	display:block;
	width:100%;
	font-size: 1.8rem;
    margin-bottom: 0.4em;
}

.normalList li .fastrack-title-box .tit .txt_sub1{
	display:block;
	font-size: 1.2rem;
    opacity: 1;
}

.normalList li .fastrack-title-box .v-bottom .txt_num {
    font-size: 2rem;
}

.normalList li .fastrack-title-box .txt_num {
    font-weight: 600;
    color: var(--emphasis);
}

.normalList li .fastrack-title-box .v-bottom{
	font-size: 1.4rem;
    white-space: nowrap;
	vertical-align: bottom;
}

.normalList li .fastrack-title-box .txt_sub{
	font-size: 1.4rem;
    opacity: 1;
}

.normalList li .ac_body > ul {
    padding: 15px 0;
}

.rp_box {
    position: relative;
    padding: 0.5rem 1rem;
}

/**/
.normalList li .ac_body > ul li .chk{
	position:relative;
	width:20px;
	display:flex;
	align-items:flex-start;
}

.normalList li .ac_body > ul li .chk input[type="checkbox"]{
	position:absolute;
	left:-1000;
	top:0;
}

.normalList li .ac_body > ul li .chk label{
	display: block;
	width:20px;
	height:20px;
	cursor:pointer;
}

/* off */
.normalList li .ac_body > ul li .chk .addcart2+label{ 
	background-repeat: no-repeat; /* 반복 방지 */
	background-image: url('../../../../image/icon/checkbox_off.png'); /*off 이미지*/
}
/* on */
.normalList li .ac_body > ul li .chk .addcart2:checked+label{
	background-repeat: no-repeat; /* 반복 방지 */
	background-image: url('../../../../image/icon/checkbox_on.png'); /*on 이미지*/
}

.normalList li .ac_body > ul li + li{
	margin-top:15px;
}

.normalList li .ac_body > ul li .procedure_info{
	width:100%;
	position:relative;
	display:flex;
	flex-direction: column;
	padding-left:10px;
}

.normalList li .ac_body > ul li .procedure_info .procedure_info_title{
	font-size:1.6rem;
	color:var(--primary);
	font-weight:normal;
	word-break:keep-all;
	line-height:1.3l
}

.normalList li .ac_body > ul li .procedure_info .procedure_info_title span.event{
	font-size:1.6rem;
	color:var(--emphasis);
}

.normalList li .ac_body > ul li .procedure_info .procedure_info_basic{
	margin-top:5px;
	font-size:1.4rem;
	color:var(--gray02);
	word-break:keep-all;
	line-height:1.3;
}

.normalList li .ac_body > ul li .procedure_info .procedure_info_price{
	width:100%;
	margin-top:10px;
	display:flex;
	justify-content: flex-end;
	align-items: center;
	font-size:1.4rem;
	color:var(--primary);
}

.normalList li .ac_body .goodsPrice{
	display:inline-block;
	padding:0 10px;
	font-size:1.4rem;
	color:var(--gray03);
	text-decoration:line-through;
}

.normalList li .ac_body .goodsCustPrice{
	display:inline-block;
	margin-left:5px;
	font-size:2.0rem;
	color:var(--emphasis);
	font-weight:700;
}

.goodsDiscountRate{
	display:inline-block;
	padding:0 10px;
	border:1px solid var(--emphasis);
	border-radius:9999px;
	font-size:1.4rem;
	color: var(--emphasis);
}
/**/

.lay_popup .price_l_top{
	background: #fff;
    border-top: 1px solid #e1e1e1;
}


/* 시술 담기 */
.popCont,.popCart {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    z-index: 100
}



.popCart.active,.popTicketing.active {
    display: block;
    opacity: 1;
    z-index: 200000
}

.popCartBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 450px;
    padding: 50px 50px;
    text-align: center;
    background: #fff;
	border-radius:50px;
}

.popCartBox h1 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.0;
	text-align:left;
}

.popCartBox h2 {
    font-size: 23px;
    font-weight: 400;
    line-height: 35px;
    color: #777;
    margin: 14px 0 0
}

.popCartBox ul {
    margin: 40px 0 0;
    overflow: hidden
}

.popCartBox ul > li {
	
    border-radius:10px;
    font-size: 1.6rem;
    font-weight: 700;
    cursor: pointer
}

.popCartBox ul > li:nth-child(1) {
    float: left;
    color: varf(--primary);
	background-color: rgb(243 243 243 / 1.0);
}

.popCartBox ul > li:nth-child(2) {
    float: right;
    color: #fff;
    background: var(--emphasis);
}

/**/
.popCont2, .popCart2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    z-index: 100
}

.popCart2.active,.popTicketing2.active {
    display: block;
    opacity: 1;
    z-index: 200000
}


@media screen and (max-width: 767px) {
    
	.pop-layer {
        top:50%;
		left:50%;
        transform: translate(-50%, -50%) !important;
    }
	
	.lay_popup .pop_title {
        height: 95px;
        line-height: 95px;
        font-size: 22px;
    }

	.lay_popup .pop_title span {
        width: 95px;
        height: 95px;
        background-size: 24px;
    }

	
}

@media screen and (max-width: 767px) {

	.pop-layer {
        top:50%;
		left:50%;
        transform: translate(-50%, -50%) !important;
    }

	.lay_popup .pop-layer {
		width: 90%;
		height: 80vh;
		overflow: auto;
		-webkit-overflow-scrolling: touch
	}
	
	.lay_popup .pop_title {
        height: 95px;
        line-height: 95px;
        font-size: 22px;
    }

	.lay_popup .pop_title span {
        width: 95px;
        height: 95px;
        background-size: 24px;
    }

}

