.beefup {
	


}

.beefup:first-child {
  margin-top: 0;
}

.beefup__head {
  cursor: pointer;
  margin-bottom: 0;
  overflow: hidden;
  padding-right: 30px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size:2.1rem;
  font-weight:500;
  padding:1.5rem;
  text-align:center;
}
.beefup__head a {font-family: 'Poppins', sans-serif; display:block;   color:#000}


.beefup__head2 {
   cursor: pointer;
  margin-bottom: 0;
  overflow: hidden;
  padding-right: 30px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size:2.1rem;
  font-weight:500;
  padding:1.5rem;
  text-align:center;
}
.beefup__head2 a {font-family: 'Poppins', sans-serif; display:block;   color:#000}



.left_menu a{
  color:#111;
  font-size:18px;
  font-weight:600;
  padding:20px;
  display: block;
  border-bottom:1px solid rgba(255,255,255,0.2);

}
.beefup__head::after {

  
 background:url("/image/main/plus_ic.png") no-repeat;
content: '';
  position: absolute;
  right: 20px;

  top: 17px;
  width: 16px;
  height:9px;
  background-size:cover;
}
.beefup__head2::after {

  
 background:url("/image/main/plus_ic.png") no-repeat;
content: '';
  position: absolute;
  right: 20px;

  top: 17px;
  width: 16px;
  height:9px;
  background-size:cover;
}
.beefup__body {
	background-color:#ebebeb;
	text-align:center;
	padding:1rem 0
}
.beefup__body>ul>li {
	font-size:14px;
	color:#525252;
	font-family:'Noto Sans', sans-serif;
}
.beefup__body>ul>li>a {
	color:#454545;
	line-height:40px;
	display:block;
	font-size:1.5rem;
}
.beefup__body>ul>li>ul {margin-top:-1rem}
.beefup__body>ul>li>ul>li>a {
	font-size:1.3rem;
	margin:0 2rem;
	padding:1rem 2rem;
	color:#676767;
	display:block
}
.beefup.is-open > .beefup__head::after {

content: '';
 width: 14px;
height: 9px;
background-size:cover
}
.beefup .open {display:none;}
.beefup.is-open .open {margin-left:5px;display:inline-block;;}
.beefup.is-open .open img {height:10px}

.beefup.is-open {  }
.beefup.is-open .beefup__head a {display:block}
