@charset "utf-8";

/* 회원가입 이메일 자동완성 */
.autocomplete-suggestions {
	border: 1px solid #ccc;
	max-height: 150px;
	overflow-y: auto;
	position: relative;
	/* 	position: absolute;  */
	background-color: white;
	z-index: 1000;
	width: calc(100% - 22px);
}

@media all and (max-width:768px) {
	p br {
		display: none;
	}
}

.white_custom {
	height: fit-content;
	background-color: #fff !important;

}

section.fourth .white_custom .labelDiv {
	border-radius: 8px;
	background: var(--grey-100, #F1F1F1);
}

section.fourth .white_custom .labelDiv h1 {
	color: #333;
}


section.fourth .white_custom .timeText ul li {
	color: #575757;
}

section.fourth .white_custom .labelDiv img {
	filter: unset;
}

section.fourth .white_custom .time .timeWrap div {
	border: 1px solid #575757 !important;
	background: #FFF !important;

}

section.fourth .white_custom .time .timeWrap div h6,
section.fourth .white_custom .time .timeWrap div p {
	color: #575757 !important;
}

section.fourth .white_custom .time label,
section.fourth .white_custom .tel h1 {
	color: #333 !important;
}


section.fourth .white_custom .booking .btn.btn-secondary {
	border: 1px solid #444;
	color: #333;
	border-radius: 4px;
}

section.fourth .white_custom .booking .btn.btn-primary {
	background: #444;
	color: #fff;
	border-radius: 4px;
}

.svg_flex {
	display: flex;
	justify-content: center;
	gap: 8px;
}

.glass_num {
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.10);
	padding: 8px;
	aspect-ratio: 1 / 1;
	max-width: 42px;
	text-align: center;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1),
		0 0 0 1px rgba(255, 255, 255, 0.3);
		margin-bottom: 10px;
}

.list_flex_box {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: stretch;
}

.list_flex_box li {
	width: calc(25% - 15px);
	aspect-ratio: 1 / 0.60317;
	padding: 24px;
}

.highlight_yo {
	/* position: relative; */
	   background: linear-gradient(to top, rgba(0, 0, 0, 0.2) 50%, transparent 50%);
    background-size: 100% 33px; 
}

/* .highlight_yo:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 11px;
	width: 100%;
	background: rgba(0, 0, 0, 0.20);
	z-index: -1;
} */

.list_flex_box.five li {
	width: calc(20% - 16px);
}

@media all and (max-width:1200px) {
	.list_flex_box li,
	.list_flex_box.five li
	 {
	width: calc(50% - 10px);
		aspect-ratio: unset;
}

}

@media all and (max-width:900px) {
	.list_flex_box li,
		.list_flex_box.five li
	 {
	width: 100%;
}
}