@charset "UTF-8";
/*변수*/

div.menu-box {
	width:100%;
	height:400px;
	background-repeat : no-repeat;
	background-size : contain;
	color: #ffed4a;
	/* border:1px solid #ffed4a; */
	text-align:left;
	padding-left:20px;
}

.menu-button {
  width: 90px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  padding: 8px 0;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 15px;
  cursor: pointer;
  
}

.menu-button1 {
  width: 90px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  padding: 8px 8px 8px 8px;
  text-align: center;
  margin-top: 145px;
  margin-bottom: 5px;
  cursor: pointer;
  
}