.imgslide {
	position: relative;
}


.menulisttitle1 {
	font-size: 2rem;
   color: #000;
	text-align: left;
    
    padding: 0px 0 10px 0;
    
    font-weight: 400;
    margin-bottom: 30px;
	margin-left: 15px;
}
.menulistsubtitle{
	text-align: center;
    display: block;
    font-size: 1.3rem;
    padding: 10px;
    color: white;
}

.menulistul {
	font-family:"pretendard-Light", sans-serif;
	padding:0;
	overflow:hidden;
}
.menulistul .menulistli {
	width: calc(25% - 30px);
	margin: 0 15px;
	float:left;
	background-color:white;
	
	overflow:hidden;
}
/*
.menulistul .menulistli:nth-child(2) {
	margin:0 2%;
}
.menulistul .menulistli:nth-child(5) {
	margin:0 2%;
}
*/

.menulistul .menuimgbox {
	position: relative;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
}
.menulistul .menuimgbox .img-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
    height: 100%;
	text-align: center;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1);
    transform: scale(1);
	
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #e0e0e0;
}

.menutextbox {
	padding:10px 0px 15px 0px;
	text-align:left;
	border-top: 2px solid;
    margin-top: 10px;
	height: 170px;
	
	  width:100%;
      
      overflow:hidden;
      text-overflow:ellipsis;
      white-space:nowrap;
}
.menutextbox span{
	border: 2px solid #f08519;
    padding: 10px;
    border-radius: 25px;
    margin-top: 10px;
    color: #f08519;
    display: inline-block;
}
.menulistul .menulistli a:hover .img-wrap {
	transform: scale(1.13);
}
.menulistul .menulistli a:hover .menutextbox span {
	background-color:#f08519;
	color:white;
}

.menuimgbox {
	/* background-image:url(http://showyourart.or.kr/files/board/gallery1/2022/0119/1455/202201191455170001.jpg); */
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #e0e0e0;
}

.slick-prev,
.slick-next {
	position: absolute;
	top: 28%;
	z-index: 99;
	font-size: 50px;
	font-weight: bold;
	line-height: 100%;
	padding: 20px 30px;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0,0,0,.4);
	opacity: .5;
}
.slick-prev {
	left: 10px;
}
.slick-next {
	right: 10px;
}
.slick-prev:hover ,
.slick-next:hover {
	opacity: 1;
	cursor: pointer;
}
.sp01{font-size: 1.4rem;
    font-weight: 700;}
.sp02{font-size: 1.4rem;
    font-weight: 700;}

.sp03{    color: #949494;
    font-weight: 600; margin-top:10px;}
@media only screen and (max-width: 700px) {
	.menulistul .menulistli {
		width: 100%;
		float: left;
		background-color: white;
		border-top-right-radius: 40px;
		overflow: hidden;
	}
	.menulistul li:nth-child(1) {display:block;}
	.menulistul li:nth-child(2) {display:none;}
	.menulistul li:nth-child(3) {display:none;}
	.menulistul li:nth-child(4) {display:none;}
	.menulistul li:nth-child(5) {display:none;}
	.menulistul li:nth-child(6) {display:none;}
	.menulistul li:nth-child(7) {display:none;}
	.sp01{font-size:1.6rem;}
.sp02{font-size:1.1rem;}
}