#loadingBackground1 {background:#000;position:fixed;left:0;top:0;width:100%;height:100%;z-index:9998;opacity:0.4;display:none;}
#loadingBackground {background:#000;position:fixed;left:0;top:0;width:100%;height:100%;z-index:9998;opacity:0.4;display:none;}
#loadingBar {position:fixed;left:48%;top:45%;z-index:9999;display:none;}

.vis_v {visibility:visible;}
.vis_h {visibility:hidden;height: 0;}
input:read-only {
  background-color: #E0E5EC !important;
}
input[type="text"]:disabled {
  background-color: #FFF  !important;
}

.restaurant .regist button.prev_btn {
	display: none;
	position: absolute;
    top: -70px;
    right: 0;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #00AC69;
    background: #fff;
    border: 1px solid #00AC69;
    border-radius: 5px;
    letter-spacing: -0.5px;
}






#menu_alcohol_option_all .scroll {
	overflow: hidden;
}
#menu_alcohol_option_all .modal_cont {
	max-width: 800px;
}
#menu_alcohol_option_all .modal_cont .flex > div {
	margin-bottom: 20px;
}
#menu_alcohol_option_all .table_scroll {
    overflow-y: auto;
    height: calc(85vh - 305px);
}
#menu_alcohol_option_all table {
	border-top: 1px solid #E0E5EC;
	border-bottom: 1px solid #E0E5EC;
}
#menu_alcohol_option_all table th {
	background: #F8F8F9;
	border-right: 1px solid #fff;
	height: 50px;
	font-size: 16px;
}
#menu_alcohol_option_all table td {
	padding: 10px;
	text-align: center;
	vertical-align: bottom;
	border-top: 1px solid #E0E5EC;
}
#menu_alcohol_option_all table td > div {
	position: relative;
	border: 1px solid #E0E5EC;
	border-radius: 3px;
	overflow: hidden;
}
#menu_alcohol_option_all table td > div.input_box {
	display: none;
	margin-top: 10px;
}
#menu_alcohol_option_all table td > div span {
    position: absolute;
    top: 12px;
    right: 20px;
}
#menu_alcohol_option_all table td > div select {
	height: 40px;
	padding: 0 20px;
	background-position: 88% 50%;
}
#menu_alcohol_option_all table td > div input[type=text] {
	width: 100%;
	height: 40px;
	font-size: 16px;
	padding: 0 20px;
	text-align: right;
	box-sizing: border-box;
}
#menu_alcohol_option_all table td:nth-child(2) > div input[type=text] {
	padding: 0 45px 0 20px;	
}
#menu_alcohol_option_all table td button {
	position: relative;
	top: -5px;
	display: inline-block;	
	width: 40px;
	height: 30px;
}
#menu_alcohol_option_all table td button.minus_btn {
	background: url("../images/ico-minus.svg")no-repeat 50% 50% / 100%;
}
#menu_alcohol_option_all table td button.plus_btn {
	background: url("../images/ico-plus.svg")no-repeat 50% 50% / 100%;
}
#menu_alcohol_option_all .save_btn {
	display: block;
	width: 75%;
	max-width: 540px;
	height: 40px;
	font-size: 16px;
	margin: 30px auto 0;
}

@media screen and (max-width: 768px){


	#menu_alcohol_option_all .table_scroll {
	    height: calc(85vh - 365px);
	}
	#menu_alcohol_option_all table {
		border: 0;
	}
	#menu_alcohol_option_all table colgroup {
		display: none;
	}
	#menu_alcohol_option_all table th {
		display: none;
	}
	#menu_alcohol_option_all table td {
	    position: relative;
	    display: block;
	    width: 100%;
	    padding-left: 70px;
	    box-sizing: border-box;
	}
	#menu_alcohol_option_all table td:before {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		font-size: 12px;
		background: #F8F8F9;
		width: 60px;
		line-height: 4.5;
	}
	#menu_alcohol_option_all table td:nth-child(1):before {
		content: 'ì˜µì…˜';
	}
	#menu_alcohol_option_all table td:nth-child(2):before {
		content: 'ìš©ëŸ‰';
	}
	#menu_alcohol_option_all table td:nth-child(3):before {
		content: 'ê°€ê²©';
	}
	#menu_alcohol_option_all table td > div select {
	    height: 30px;
	    padding: 0 10px;
	    font-size: 12px;
	    background-position: 96% 50%;
	}
	#menu_alcohol_option_all table td > div input[type=text] {
		height: 30px;
		font-size: 12px;
		padding: 0 10px;
	}
	#menu_alcohol_option_all table td:nth-child(2) > div input[type=text] {
	    padding: 0 25px 0 10px;
	}
	#menu_alcohol_option_all table td > div span {
		font-size: 12px;
		top: 9px;
		right: 10px;
	}
	#menu_alcohol_option_all table td:last-child {
		padding: 5px;
		text-align: right;
	}
	#menu_alcohol_option_all table td button {
		top: 0;
		width: 30px;
    	height: 25px;
	}
	#menu_alcohol_option_all .save_btn {
		font-size: 12px;
		height: 35px;
		margin-top: 15px;
	}
}