/* 갈비도락 미사본점 */
.main_bg_color {
	background-color: #8d5b37;
}
.main_font_color {
	color: #8d5b37 !important;
}
.main_border_color {
	border-color: #8d5b37;
}


.arc {
	background-image: url(/img/shop/1042/arc.png);
}

.main {
	background-image: url(/img/shop/1042/bg2.png);
	background-position: 0 -30px; /* background-position: 0 -15px; */
	background-size: 100% auto;
	background-repeat: no-repeat;	
}

a.bt_rbg {
	background-color: #da5c30;
	border-color: #da5c30;
}


/* 버튼 2개(+포인트, Pick하기) 다 보이게 하려면 주석 풀것
ul.column_list2.pick_button > li {
	width: 50%;
}	
*/

/* 버튼 1개(Pick하기)만 보이게 하려면 주석 풀것 
ul.column_list2.pick_button > li:nth-child(1) {
	display: none;
}	
ul.column_list2.pick_button > li:nth-child(2) {
	width: 100%;
}
*/