.menus {
	padding: 150px 0;
}
.menus_wrap {
	max-width: 1400px;
	margin: auto;
}
.menus_wrap .group_wrap {
	margin-bottom: 50px;
}
.menus_wrap .group_wrap .group_title {
	display: inline-block;
	width: 143px; height: 47px;
	margin-bottom: 35px;
	font-family: 'Nanum Myeongjo', serif;
	font-size: 20px;
	font-weight: bold;
	color: #2c2c2c;
	line-height: 47px;
	background-color: #ebebeb;
	text-align: center;
}
.menus_wrap .list_wrap {
	text-align: left;
}
.menus_wrap .list_wrap .list {
	position: relative;
	display: inline-block;
	width: calc(33.3% - 17px);
	text-align: center;
	vertical-align: top;
}
.menus_wrap .list_wrap .list:nth-child(3n-1) {
	width: calc(33.4% - 18px);
	margin: 0 26px;
}
.menus_wrap .list_wrap .list a {
	display: inline-block;
	width: 100%; height: 100%;
}
.menus_wrap .list_wrap .list a .thumbnails {
	position: relative;
	padding-top: 56.25%;
}
.menus_wrap .list_wrap .list a .thumbnails::after {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	background-color: transparent;
	transition: background-color 0.3s linear;
}
.menus_wrap .list_wrap .list .info {
	position: relative;
	padding: 25px 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
}
.menus_wrap .list_wrap .list .info .name {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 12px;
	color: #2c2c2c;
}
.menus_wrap .list_wrap .list .info .name::after {
	content: '';
	position: absolute;
	bottom: 0; right: 0; left: 0;
	margin: auto;
	width: 116px; height: 1px;
	background-color: #444;
}
.menus_wrap .list_wrap .list .info .price {
	color: #f36d2e;
}


@media ( max-width: 1420px ) {
	.menus_wrap {
		max-width: calc(100% - 30px);
	}
}


@media ( max-width: 1024px ) {
	.menus {
		padding: 30px 0 60px;
	}
	.menus_wrap .group_wrap {
		margin-top: 30px;
	}
	.menus_wrap .group_wrap .group_title {
		width: 100px; height: 30px;
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 30px;
	}
	.menus_wrap .list_wrap .list .info {
		padding: 20px 0;
		font-size: 14px;
		line-height: 18px;
	}
	.menus_wrap .list_wrap .list .info .name {
		margin-bottom: 8px;
		padding-bottom: 8px;
	}
	.menus_wrap .list_wrap .list .info .name::after {
		width: 92px;
	}
}



@media ( max-width: 768px ) {
	.menus_wrap .group_wrap {
		text-align: center;
	}
	.menus_wrap .list_wrap .list {
		width: calc(50% - 8px);
	}
	.menus_wrap .list_wrap .list:nth-child(3n-1) {
		width: calc(50% - 8px);
		margin: 0;
	}
	.menus_wrap .list_wrap .list:nth-child(odd) {
		margin-right: 8px;
	}
	.menus_wrap .list_wrap .list:nth-child(even) {
		margin-left: 8px;
	}
}



@media ( max-width: 600px ) {
	.menus_wrap .list_wrap .list {
		width: 100%;
	}
	.menus_wrap .list_wrap .list:nth-child(3n-1),
	.menus_wrap .list_wrap .list:nth-child(odd),
	.menus_wrap .list_wrap .list:nth-child(even) {
		width: 100%;
		margin: 0;
	}
}