/*****************************************************/
/*
/*	foot.php
/*
/*****************************************************/
#foot
{
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 65px;
	box-sizing: border-box;
	z-index: 5;
	background-image: url(../../img/foot_bg.png?20260118);
	background-position: center;
	background-repeat: repeat no-repeat;
	background-size: auto 100%;
	background-color: transparent;
	max-width: 800px;
	margin: 0px auto;
}
#foot_tabs
{
	height: 100%;
	box-sizing: border-box;
	display: flex;
	padding: 7px 10px 5px;
	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?20260118);
}
.foot_tab[tar="mission"]
{
	background-image: url(../../img/foot_mission.png?20260118);
}
.foot_tab[tar="chat"]
{
	background-image: url(../../img/foot_chat.png?20260118);
}
.foot_tab[tar="rank"]
{
	background-image: url(../../img/foot_rank.png?20260118);
}
.foot_tab[tar="contact"]
{
	background-image: url(../../img/foot_contact.png?202601182);
}
.foot_tab[tar="gift"]
{
	background-image: url(../../img/foot_gift.png?20260118);
}
.foot_tab[tar="mall"]
{
	width: 105px;
	position: relative;
}
.foot_tab[tar="mall"]::before
{
	content:" ";
	position: absolute;
	bottom: -12px;
	width: 105px;
	height: 105px;
	background-image: url(../../img/foot_login.png?20260118);
	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);
	background-position: center bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.foot_popup
{
	height: calc(100% - 88px);
	background-image: url(../../img/popup/popups_bg_top.png?20250712);
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
#foot_popups_close
{
	width: 140px;
	height: 45px;
	box-sizing: border-box;
	position: absolute;
	left: calc(50% - 70px);
	bottom: 22px;
	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: 7px;
}
#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 15px;
	margin: 10px 26px 0 27px;
	height: calc(100% - 117px);
	overflow-x: auto;
}
#foot_popup_privacy,
#foot_popup_terms,
#foot_popup_rule
{
	/* background-color: rgb(0 0 0 / 75%); */
	box-sizing: border-box;
	padding: 108px 32px 0 45px;
	height: 100%;
	text-align: justify;
	position: relative;
}
.foot_popup_privacy_title,
.foot_popup_terms_title,
.foot_popup_rule_title
{
	position: absolute;
	top: 70px;
	left: calc(50% - 38px);
}

@media screen and (min-width:800px)
{
	.foot_popup
	{
		/* height: calc(100% - 75px); */
		background-position: center 3%;
	}
	.foot_popup_caption
	{
		padding-top: 10px;
	}
	#foot_popups_close
	{
		bottom: 20px;
	}
	#foot_popup_rank,
	#foot_popup_more,
	#foot_popup_gift,
	#foot_popup_chat,
	#foot_popup_contact
	{
		height: calc(100% - 146px);
		padding: 0px 22px 0px 20px;
		margin: 36px 31px 0 52px;
	}
	#foot_popup_box
	{
		background-position: center 118%;
	}
	#foot_popup_privacy,
	#foot_popup_terms,
	#foot_popup_rule
	{
		padding: 158px 31px 0 72px;
	}	
	.foot_popup_privacy_title,
	.foot_popup_terms_title,
	.foot_popup_rule_title
	{
		top: 100px;
	}
}

