	footer {
		border-top: 2px solid var(--color-border);
		padding-top: 90px;
		z-index: 10;
	}
	.line_division {
		position: absolute;
		width: 100%;
		left: 0px;
		border-top: 2px solid var(--color-border);
	}
	.jn-ct-ft-df {
		min-height: 200px;
		margin-bottom: 20px;
	}
	.link_logo_footer {
		position: relative;
		display: block;
		height: 100px;
	}
	.link_logo_footer img {
		width: auto;
		height: 100%;
	}
	.align_icons_app {
		width: 100%;
		height: 100%;
	}
	.img-mob-ft-df {
		position: relative;
		width: calc(50% - 50px);
		height: 50px;
		margin: 60px 0px 0px 20px;
		right: 20px;
		display: inline-block;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.jn-ct-ft-df h6 { margin-bottom: 20px; }
	.ft-opt-ft-df {
		font-size: 18px;
		font-weight: 300;
		line-height: 24px;
	}
	.opt-ft-df {
		width: 100%;
		margin: 4px 0px;
		display: inline-block;
		color: #B1B1B1;
		transition: var(--transition);
	}
	.opt-ft-df:hover { color: var(--color-main); }
	.change_language {
		display: inline-flex;
		margin-top: 7px;
		color: var(--color-main);
		font-weight: 500;
		cursor: pointer;
	}
	.jn-icon-txt-ft-df {
		padding: 15px 0px;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.icon-ft-df {
		width: 40px;
		height: 40px;
		margin: 0px 5px;
		display: inline-flex;
		filter: grayscale(100%);
		transition: var(--transition);
		cursor: pointer;
	}
	.icon-ft-df:nth-child(1) { color: #1877F2 }
	.icon-ft-df:nth-child(2) { color: #c34aa3; }
	.icon-ft-df:hover { filter: none; }
	.txt-ft-df {
		margin: 0px 15px;
		font-size: 18px;
		line-height: 24px;
		color: var(--color-main);
	}
	.txt-ft-df:hover { color: var(--color-main) }
	@media (orientation:portrait), (max-width:1024px) {
		footer {
			text-align: center;
			padding-top: 60px;
		}
		.img-mob-ft-df {
			width: 50%;
			height: 50px;
			margin: 80px 0px 20px 0px;
			left: calc(50% - 50%);
		}
		.icon-ios { margin: 20px 0px 60px 0px; }
		.jn-ct-ft-df h6 { font-size: 20px; }
		.ft-opt-ft-df { font-size: 20px; }
		.change_language {
			justify-content: center;
			margin-top: 16px;
		}
		.jn-icon-txt-ft-df { display: block; }
		.al-icons-ft-df { margin-top: 20px; }
		.txt-ft-df {
			display: block;
			width: 100%;
			margin: 15px 10px;
		}
	}