/* Fancy Bet CSS*/
.dcContentsBox.scroll_viewport{
	padding: 0 10px;
}
.list_row_para_mn{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	width: 50%;
	border-bottom-left-radius: 4px;
    line-height: normal!important;
}
.list_row_cnt_new{
	width:100%;
	position: relative;
}
.list_row_cnt_new p{
	display: flex;
	align-items: center;
	justify-content:space-between;
	gap:4px;
	background: #fff;
	font-size: 13px;
}
.list_row_cnt_new .cnt-rgt-cnt{
	background: #CFD5D9!important;
}
.tab_kr_arraow {
    width: 16px;
}
.common_kr_para.cl_common_kr_para{
	color:#fff;
	font-size: 13px;
	width:calc(100% - 20px);
}
.main_tab_kr_component.border_kr_block.overlay_main_status_kr {
    background: #F0ECE1;
}
.market_expand_fc img,
.market_expand.opened_fc i{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.market_expand_fc img{
  transform:rotate(0deg);
}
.market_expand_fc.opened_fc img{
  transform:rotate(-180deg);
}
.fancy_bet_head_rk{
	display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    overflow-x: scroll;
    margin-top: 10px;
    overflow-y: hidden;
	white-space: nowrap;
	scrollbar-width: none;
}
.fancy_bet_head_rk a {
	flex: 1 0 auto;
}
.ply_inply_tab_nw_cs{
	display: flex;
	align-items: center;
	justify-content: center;
	gap:4px;
	line-height: normal;
	color: #fff;
	text-align: center;
	background-color: #898989!important;
	background-image: none!important;
	white-space: nowrap;
	padding: 6px 8px;
	font-size: 14px;
}
.ply_inply_tab_nw_cs span{
   margin-left:0px!important;
   display: flex; 
   align-items: center; 
   gap: 4px;
}
.ply_inply_tab_nw_cs_1.m1x.active1, .ply_tab_nw_fny_bt.m1x.active1{
	background-color:#ef8834!important;
}
.ply_tab_nw_fny_bt.m1x.active1{
	background-color:#ffb80c!important;
}
.ply_inply_tab_nw_cs_3.m2x.active1{
	background-color:#267e8d!important;
}
.ply_inply_tab_nw_cs_4.m3x.active1{
	background-color:#293947!important;
}
.ply_inply_tab_nw_cs.m1x img, .ply_inply_tab_nw_cs.m2x img, .ply_inply_tab_nw_cs.m3x img{
	top:0px!important;
	max-width: 18px !important;
}
.ply_inply_tab_nw_cs.m2x, .ply_inply_tab_nw_cs.m3x{
	position: unset!important;
}
.ply_inply_tab_nw_cs.m1x.active1 img{
	left:0px!important;
}

@media only screen and (max-width:400px) {
	.market-tab-fancy-primum.market-tab-section ul li{
		width: 48%;
		font-size: 12px;
		padding: 1px 5px !important;
	}
	.market-tab-fancy-primum .market-tabs{
		padding: 5px !important;
	}
	.market-tab-fancy-primum.market-tab-section ul li img{
		max-width: 18px !important;
		width: 100%;
	}
}