/* 	2018	강동갈빗살 */

.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_2018 .body_area {	
	background-position: center -50px;
	background-size: 100% auto; 
	background-repeat: no-repeat;

    background-image: url(/img/shop/2018/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_2018 .top_menu,
body.roulette_shopno_2018 .arc,
body.roulette_shopno_2018 .main {
	background-image: none;
	background-color: transparent;
}





/* 즉석게임 룰렛 : 로고를 중앙에 크게 */

body.roulette_shopno_2018 .top_menu img.top_logo {
	display: none;
}
body.roulette_shopno_2018 .shopname_color:before {
	display: block;
	content: '';
	padding: 35px 0;
	/* margin-top: -30px; */ /* 3선 메뉴와 같은 선상에 있어서 안눌림 */
	
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto 90%; /* background-size: 414px auto; */ 
	
	/* 로고 이미지 */	
	background-image: url(//www.cusmore.com/imgfile/withpick/images/gift/2018/withpick_logo_2018_20250722155840569.png);
}
body.roulette_shopno_2018 .shopname_color > span {
	display: none;
}



