.foot_popup_caption.gift
{
	background-image: url(../../img/popup/gift.png);
}
#foot_popup_gift
{
	/* border: 3px solid #f00; */
	box-sizing: border-box;
	padding: 0 15px 30px;
	margin: 35px 25px 0;
	height: calc(100% - 150px);
	overflow: scroll;
}
#foot_popup_gift img
{
	width: 100%;
	height: auto;
}
@media screen and (min-width:800px)
{
	#foot_popup_gift
	{
		height: calc(100% - 210px);
		padding: 0px 55px 30px;
	}
}
