@charset "UTF-8";

	.search_window {
		text-align: center;
		margin-top: 30px;
	}
	.search_wrap>input {
		width: 30%;
		height: 50px;
		border-radius: 30px;
		border: 1px solid #5555;
		padding-left: 20px;
	}
	
	.search_wrap>button {
		width: 7%;
		height: 50px;
		color: white;
		background-color: #333333;
		border: 0px;
		border-radius: 30px;
	}
	a {
		text-decoration-line: none;
		color: black;
	}
	.tab {
		width: 80%;
		height: 80px;
		margin: 5px auto;
		display: flex;
		justify-content: center;
		align-items: center;
		
	}
	
	.tab::after {
		content: '';
		display: block;
		clear: both;
	}
	
	.tab #menu-tabs {
		width: 100%;
		height: 100%;
		border-bottom: 1px solid gray;
	
	}
	
	
	.tab #menu-tabs:hover {
		border-bottom: 3px solid #0067a3;
	}
	
	.tab li {
		height: 100%;
	}
	
	.tab .classify_tab {
		/* appearance: none; */
		font-size: 17px;
		font-weight:600;
		color: gray;
		border: none;
		background: none;
		width: 100%;
		height: 100%;
	}
	.tab>.tab_active {
		border-bottom: 3px solid #0067a3;
	}
	
	.tab>#menu-tabs .tab_no {
		border-bottom: 1px solid gray;
	}
	
	.titleImg{
		width: 100%;
		height: 300px;
		object-fit: cover;
	}
	
	.menuName{
		position:absolute;
		text-align: center;
		color: #fff;
	    font-size: 3rem;
	    font-weight: 600;
	}
	
	.menuTitle{
		position:absolute;
		text-align: center;
		margin-top: 100px;
	}
	.board_banner {
		width: 100%;
		height: 300px;
		background-color: lightgray;
		display: flex;
		align-items: center;
		justify-content: center;
	}