
/* body bg */
.bg{
	background: url(../imgs/gold/bg.html)no-repeat top center;
}
.news_bg{
	background: url(../imgs/news.png) no-repeat top center;
}
/* 로그인 / 로그아웃 */
.logout_btn a{
	background: url(../imgs/btn/logout.png) no-repeat;
}

/* 메인 게임리스트 */
.game_list a:nth-child(1) .game_con{
	background: url(../imgs/game/game1.png) no-repeat;
}
.game_list a:nth-child(2) .game_con{
	background: url(../imgs/game/game2.png) no-repeat;
}
.game_list a:nth-child(3) .game_con{
	background: url(../imgs/game/game3.png) no-repeat;
}
.game_list a:nth-child(4) .game_con{
	background: url(../imgs/game/game4.png) no-repeat;
}
.game_list a:nth-child(5) .game_con{
	background: url(../imgs/game/game5.png) no-repeat;
}
.game_list a:nth-child(6) .game_con{
	background: url(../imgs/game/game6.png) no-repeat;
}
.game_list a:nth-child(7) .game_con{
	background: url(../imgs/game/game7.png) no-repeat;
}
.game_list a:nth-child(8) .game_con{
	background: url(../imgs/game/game8.png) no-repeat;
}
.game_list a:nth-child(9) .game_con{
	background: url(../imgs/game/game9.png) no-repeat;
}
.game_list a:nth-child(10) .game_con{
	background: url(../imgs/game/game10.png) no-repeat;
}
.game_list a:nth-child(11) .game_con{
	background: url(../imgs/game/game11.png) no-repeat;
}
.game_list a:nth-child(12) .game_con{
	background: url(../imgs/game/game12.png) no-repeat;
}

.slot_game a:nth-child(1) .game_con{
	background: url(../imgs/game/slot_game1.png) no-repeat;

}
.slot_game a:nth-child(2) .game_con{
	background: url(../imgs/game/slot_game2.png) no-repeat;
}
.slot_game a:nth-child(3) .game_con{
	background: url(../imgs/game/slot_game3.png) no-repeat;
}
.slot_game a:nth-child(4) .game_con{
	background: url(../imgs/game/slot_game4.png) no-repeat;
}
.slot_game a:nth-child(5) .game_con{
	background: url(../imgs/game/slot_game5.png) no-repeat;
}
.slot_game a:nth-child(6) .game_con{
	background: url(../imgs/game/slot_game6.png) no-repeat;
}

/* 사이드베너 */

.side_menu .side_call_banner{
	background: url(../imgs/banner/call_banner.jpg) no-repeat top center;
}
.side_menu .side_small_banner:nth-child(2){
	background: url(../imgs/banner/left_banner1.png) no-repeat;
}
.side_menu .side_small_banner:nth-child(3){
	background: url(../imgs/banner/left_banner2.png) no-repeat;
}
.side_menu .side_small_banner:nth-child(4){
	background: url(../imgs/banner/left_banner3.png) no-repeat;
}
.side_menu .side_banner{
	background: url(../imgs/banner/left_banner_join.gif) no-repeat top center;
}
.side_menu .side_down_banner{
	background: url(../imgs/banner/left_banner4.png) no-repeat;
}
.side_menu .side_down_banner:last-of-type{
	background: url(../imgs/banner/left_banner5.png) no-repeat;
}

/* 모달bg */

.modal.join_box ._cont{
	background: url(../imgs/bg/modal/join.jpg)no-repeat top center;
}
.modal.dep_box ._cont{
	background: url(../imgs/bg/modal/dep.jpg)no-repeat top center;
}
.modal.withdraw_box ._cont{
	background: url(../imgs/bg/modal/withdraw.jpg)no-repeat top center;
}
.modal.move_box ._cont{
	background: url(../imgs/bg/modal/move.jpg)no-repeat top center;
}
.modal.point_box ._cont{
	background: url(../imgs/bg/modal/point.jpg)no-repeat top center;
}
.modal.noti_box ._cont{
	background: url(../imgs/bg/modal/noti.jpg)no-repeat top center;
}
.modal.rule_box ._cont{
	background: url(../imgs/bg/modal/rule.jpg)no-repeat top center;
}
.modal.faq_box ._cont{
	background: url(../imgs/bg/modal/faq.jpg)no-repeat top center;
}
.modal.msg_box ._cont{
	background: url(../imgs/bg/modal/msg.jpg)no-repeat top center;
}
.modal.event_box ._cont{
	background: url(../imgs/bg/modal/event.jpg)no-repeat top center;
}
.modal.slot_box ._cont{
	background: url(../imgs/bg/modal/slot.jpg)no-repeat top center;
}
.modal.mypage_box ._cont{
	background: url(../imgs/bg/modal/mypage.jpg)no-repeat top center;
}

/* 모달 버튼 */

.dep_btn{
	background: url(../imgs/btn/dep.png) no-repeat !important;
}
.withdraw_btn{
	background: url(../imgs/btn/withdraw.png) no-repeat !important;
}
.move_btn{
	background: url(../imgs/btn/move.png) no-repeat !important;
}
.join_btn{
	background: url(../imgs/btn/join.png) no-repeat !important;
}
.edit_btn{
	background: url(../imgs/btn/edit.png) no-repeat !important;
}
.cancel_btn{
	background: url(../imgs/btn/cancel.jpg) no-repeat !important
}
