/*****************************************************/
/*
/*	foot.php
/*
/*****************************************************/
#foot
{
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 75px;
	box-sizing: border-box;
	z-index: 5;
	background-image: url(../../img/foot_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color: transparent;
	max-width: 800px;
	margin: 0px auto;
}
#foot_tabs
{
	height: 100%;
	box-sizing: border-box;
	display: flex;
	padding: 5px 10px;
	justify-content: space-between;
}
.foot_tab
{
	height: 100%;
	width: 17%;
	display: flex;
	box-sizing: border-box;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	justify-content: center;
	align-items: center;
	color: transparent;
}
.foot_tab[tar="more"]
{
	background-image: url(../../img/foot_more.png);
}
.foot_tab[tar="mission"]
{
	background-image: url(../../img/foot_mission.png);
}
.foot_tab[tar="chat"]
{
	background-image: url(../../img/foot_chat.png);
}
.foot_tab[tar="rank"]
{
	background-image: url(../../img/foot_rank.png);
}
.foot_tab[tar="contact"]
{
	background-image: url(../../img/foot_contact.png);
}
.foot_tab[tar="gift"]
{
	background-image: url(../../img/foot_gift.png);
}
.foot_tab[tar="mall"]
{
	width: 105px;
	position: relative;
}
.foot_tab[tar="mall"]::before
{
	content:" ";
	position: absolute;
	bottom: -6px;
	width: 105px;
	height: 105px;
	background-image: url(../../img/foot_login.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
#foot_popups
{
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 6;
	display: none;
}
#foot_popup_box
{
	max-width: 800px;
	height: 100%;
	margin: 0px auto;
	background-image: url(../../img/popup/popups_bg_bottom.png?20250909);
	background-position: center bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.foot_popup
{
	height: calc(100% - 100px);
	/* 
	background-image:
		url(../../img/popup/popups_bg_gold.png),
		url(../../img/popup/popups_bg_top.png);
*/
	background-image: url(../../img/popup/popups_bg_top.png?20250909);
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	overflow: hidden;
}
#foot_popups_close
{
	width: 140px;
	height: 60px;
	box-sizing: border-box;
	position: absolute;
	left: calc(50% - 70px);
	bottom: 28px;
	cursor: pointer;
	background-image: url(../../img/popup/popups_close.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.foot_popup_caption
{
	width: 100%;
	height: 100px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-origin: content-box;
	padding-top: 0px;
}
#foot_popup_rank,
#foot_popup_more,
#foot_popup_gift,
#foot_popup_chat,
#foot_popup_contact
{
	/* background-color: rgb(0 0 0 / 75%); */
	box-sizing: border-box;
	padding: 0px 8px;
	margin: 10px 50px 0;
	height: calc(100% - 110px);
	overflow-x: auto;
}
#foot_popup_privacy,
#foot_popup_terms,
#foot_popup_rule
{
	/* background-color: rgb(0 0 0 / 75%); */
	box-sizing: border-box;
	padding: 110px 47px 0;
	height: 100%;
	color: #3d445a;
}
#foot_popup_privacy_info,
#foot_popup_terms_info,
#foot_popup_rule_info
{
	width: 100%;
	height: 100%;
	background-color: #fbdba4;
	box-sizing: border-box;
	padding: 15px;
	border-radius: 10px;
	overflow-y: scroll;
	text-align: justify;
}
@media screen and (min-width:800px)
{
	.foot_popup
	{
		height: calc(100% - 75px);
	}
	.foot_popup_caption
	{
		padding-top: 40px;
	}
	#foot_popups_close
	{
		bottom: 9px;
	}
	#foot_popup_rank,
	#foot_popup_more,
	#foot_popup_gift,
	#foot_popup_chat,
	#foot_popup_contact
	{
		height: calc(100% - 150px);
		padding: 0px 30px 0px 45px;
		margin: 10px 55px 0;
	}
	#foot_popup_privacy,
	#foot_popup_terms,
	#foot_popup_rule
	{
		padding: 152px 93px 0;
	}
	#foot_popup_privacy_info,
	#foot_popup_terms_info,
	#foot_popup_rule_info
	{
		padding: 20px 35px;
	}
}

