/* 2019	시집그릴하우스 */

.pick_button .bt_rbg {
	background-color: #e53425 !important;
    border: 1px solid #e53425 !important;		
}
.pick_button .bt_nnbg {
	background-color: #171512 !important;
    border: 1px solid #171512 !important;	
}







/* 즉석게임 룰렛 */

body.roulette_shopno_2019 .body_area {	
	background-position: center -50px;
	background-size: 100% auto; 
	background-repeat: no-repeat;

    background-image: url(/img/shop/2019/bg.png);
}
.roulette_main {
	margin-top: -20px;
	background-position: center -10px;
	background-image: url(/img/shop/1531/bg_roulette2.png); /* 아주 흐림 */
	background-image: url(/img/shop/1174/bg_roulette2.png); /* 중간 */
	background-image: url(/img/shop/1531/bg_roulette2_darker.png); /* 진함 */
}
.roulette_comment {
	background-color: transparent;
}

body.roulette_shopno_2019 .top_menu,
body.roulette_shopno_2019 .arc,
body.roulette_shopno_2019 .main {
	background-image: none;
	background-color: transparent;
}





body.roulette_shopno_2019 .shopname_color:before {
	display: block;
	content: '';
	/* padding: 35px 0; */
	/* margin-top: -30px; */ /* 3선 메뉴와 같은 선상에 있어서 안눌림 */
	
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 40% auto; /* background-size: 414px auto; */ 
	
}
body.roulette_shopno_2019 .shopname_color {
	margin: 0 0 20px 0;
	color: #fff;
	font-size: 1.6em;
}

