/* 하남돼지집 */
.main_bg_color {
	background-color: #333;
}
.main_font_color {
	color: #333 !important;
}
.main_border_color {
	border-color: #333;
}

.shopname_color {
	color: #c92b26;
}
.accent_color {
	color: #d74f37;
}
.sub_color {
	color: #cbcbcb;
}


.arc {
	background-image: url(/img/shop/1068/arc.png);
}

.main {
	background-image: url(/img/shop/1068/bg_2.png);
	background-position: 0 -30px; /* background-position: 0 -15px; */
	background-size: 100% auto;
	background-repeat: no-repeat;	
}
a.bt_nbg {
	color: #fff !important;
	background-color: #c92b26;
	border-color: #c92b26;
}


	
body {
	background-image: url(/img/shop/1068/bg_2.png);
	
	background-position: center 0;
	/* background-position: center -15px; */
	
	/* body에서 background-size-x를 100%로 잡으면 pc처럼 큰 화면에서 왜곡돼 보이므로 max-width: 414px로 잡아준다. */
	background-size: 414px auto; /* background-size: 100% auto; */
	
	background-repeat: no-repeat;
	background-color: #f8f8f8;
}

.top_menu,
.arc,
.main {
	background-image: none;
	background-color: transparent;
}

body.withpick_shopno_1068 {
	background-image: url(/img/shop/1068/bg.png);
	background-position: center -10px;
}

/* 즉석게임 */
body.roulette_shopno_1068 {
	background-image: url(/img/shop/1068/bg_2.png);
	background-position: center 0px;	
}
body.roulette_shopno_1068 .arc {
	background-image: url(/img/shop/1068/arc.png);
}
body.roulette_shopno_1068 .shopname_color {
	color: #fff;
}