/** 메뉴 탭 **/
@media (max-width: 767px) { 
	.menu-tab2 { position:fixed;left:0; bottom:0; z-index:1000; width:100%; height:80px; box-shadow: 0px -4px 15px 1px rgba(0,0,0,0.2); -webkit-box-shadow: 0px -4px 15px 1px rgba(0,0,0,0.2); }
	.menu-tab2 ul.tabs { display:flex; flex-direction:row; justify-content:space-between; flex-wrap:wrap; margin: 0; padding:8px 10px 0; background-color:#fff; } 
	.menu-tab2 ul.tabs li { flex: 0 1 10%; height:54px; margin-bottom:30px; text-indent:-1000em; background-size:100%; background-position:center !important; border-bottom:2px solid #fff; } 
	.menu-tab2 ul.tabs li.active { border-bottom:2px solid #418613; } 
}

@media (min-width: 768px) { 
	.menu-tab2 { width:100%; }
	.menu-tab2 ul.tabs { display:flex; flex-direction:column; margin: 0; padding: 0; } 
	.menu-tab2 ul.tabs li { display:block; cursor: pointer; width:44px; height:50px; margin-bottom:30px; border-bottom:2px solid #fff; text-indent:-1000em; background-size:34px 34px; } 
	.menu-tab2 ul.tabs li.active { border-bottom:2px solid #418613; } 
}
	.menu-tab2 ul.tabs li:nth-of-type(1) { background:url('../images/menu/burger-grey.svg') no-repeat; } /* 버거 */
	.menu-tab2 ul.tabs li:nth-of-type(2) { background:url('../images/menu/chicken-grey.svg') no-repeat; } /* 치킨 */
	.menu-tab2 ul.tabs li:nth-of-type(3) { background:url('../images/menu/fries-grey.svg') no-repeat; } /* 사이드 */
	.menu-tab2 ul.tabs li:nth-of-type(4) { background:url('../images/menu/hotdog_grey.svg') no-repeat; } /* 도그 */
	.menu-tab2 ul.tabs li:nth-of-type(5) { background:url('../images/menu/ice_cream-grey.svg') no-repeat; } /* 커스타드 */
	.menu-tab2 ul.tabs li:nth-of-type(6) { background:url('../images/menu/concretes-grey.svg') no-repeat; } /* 콘크리트 */
	.menu-tab2 ul.tabs li:nth-of-type(7) { background:url('../images/menu/drinks-grey.svg') no-repeat; } /* 드링크 */
	.menu-tab2 ul.tabs li:nth-of-type(8) { background:url('../images/menu/breakfast-grey.svg') no-repeat; } /* breakfast */
	.menu-tab2 ul.tabs li.active:nth-of-type(1) { background:url('../images/menu/burger-green.svg') no-repeat; } /* 버거 */
	.menu-tab2 ul.tabs li.active:nth-of-type(2) { background:url('../images/menu/chicken-green.svg') no-repeat; } /* 치킨 */
	.menu-tab2 ul.tabs li.active:nth-of-type(3) { background:url('../images/menu/fries-green.svg') no-repeat; } /* 사이드 */
	.menu-tab2 ul.tabs li.active:nth-of-type(4) { background:url('../images/menu/hotdog_green.svg') no-repeat; } /* 도그 */
	.menu-tab2 ul.tabs li.active:nth-of-type(5) { background:url('../images/menu/ice_cream-green.svg') no-repeat; } /* 커스타드 */
	.menu-tab2 ul.tabs li.active:nth-of-type(6) { background:url('../images/menu/concretes-green.svg') no-repeat; } /* 콘크리트 */
	.menu-tab2 ul.tabs li.active:nth-of-type(7) { background:url('../images/menu/drinks-green.svg') no-repeat; } /* 드링크 */
	.menu-tab2 ul.tabs li.active:nth-of-type(8) { background:url('../images/menu/breakfast-green.svg') no-repeat; } /* breakfast */
