/* foot */


/* foot top */
.foot_top {
	width: calc(100% - 0rem);
	margin: 0 auto;
	display: flex;
	background-color: var(--white-transparent-75);
	border-top: 0.1rem solid var(--white-transparent);
}

.foot_top_container {
	width: calc(100% - 6rem);
	max-width: calc(73.5rem - 6rem);
	height: auto;
	margin: 0 auto;
	padding: 7.5rem 3rem;
	display: flex;
	flex-direction: row;
}


/* foot top: left */
.foot_top_l {
	width: 50%;
  	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.foot_top_l ul {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.foot_top_l ul li {
	width: 100%;
	margin: 0 0 2rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.foot_top_l ul li:nth-child(2) {
	width: 100%;
	margin: 0;
	line-height: 1.5rem;
}

.foot_top_l ul li a {
	display: flex;
	align-items: center;
}

.foot_top_l ul li a img {
	width: 10rem;
	user-select: none;
}


/* foot top: right */
.foot_top_r {
	width: 50%;
  	display: flex;
	flex-direction: column;
	align-items: center;
}

.foot_top_r ul {
	width: 100%;
	margin: 0 0 2rem;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.foot_top_r ul li {
	margin: 0 0 0 2rem;
	display: flex;
	align-items: center;
}

.foot_top_r ul li a {
	color: var(--black);
	font-size: 1.2em;
}

.foot_top_r ul li a:hover {
	color: var(--color-primary);
}


/* foot bottom */
.foot_bottom {
	width: calc(100% - 0rem);
	height: calc(4.5rem - 0rem);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	order: 5;
	background-color: var(--grey);
}

.foot_bottom_container {
	width: calc(100% - 6rem);
	max-width: calc(73.5rem - 6rem);
	margin: 0 auto;
	padding: 0 3rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}


/* foot bottom: root */
.foot_bottom_root {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

/* foot bottom: root a */
.foot_bottom_root_a {
  	display: flex;
}

.foot_bottom_root_a ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.foot_bottom_root_a ul li {
	height: 100%;
	display: inline-flex;
	align-items: center;
	color: var(--text-light);
	font-size: 0.75em;
	line-height: 2;
}

/* foot bottom: root b */
.foot_bottom_root_b {
	margin: 0 0 0 1.75rem;
  	display: flex;
}

.foot_bottom_root_b ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.foot_bottom_root_b ul li {
	height: 100%;
	margin: 0 0.25rem;
	display: inline-flex;
	align-items: center;
	color: var(--black);
	font-size: 0.75em;
	line-height: 2;
}

.foot_bottom_root_b ul li:first-child {
	margin: 0 0.25rem 0 0;
}

.foot_bottom_root_b ul li:last-child {
	margin: 0 0 0 0.25rem;
}

.foot_bottom_root_b ul li a {
	color: var(--black);
}

.foot_bottom_root_b ul li a:hover {
	color: var(--color-primary);
}


/* foot bottom: root c */
.foot_bottom_root_c {
	height: 100%;
	display: flex;
}

.foot_bottom_root_c ul {
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.foot_bottom_root_c ul li {
	height: 100%;
	display: inline-flex;
	align-items: center;
	color: var(--black);
	font-size: 0.75em;
	line-height: 2;
}

.foot_bottom_root_c ul li a {
	height: 100%;
	display: flex;
}

.foot_bottom_root_c ul li a img {
	height: 2.5rem;
}


@media only screen and (max-width: 1024px) {


	/* foot top */
	.foot_top_container {
		width: calc(100% - 4rem);
		padding: 6.25rem 2rem;
	}	


	/* foot top: left */
	.foot_top_l ul li:nth-child(2) {
		width: 100%;
		line-height: 1.5rem;
	}


	/* foot bottom */
	.foot_bottom_container {
		width: calc(100% - 4rem);
		max-width: calc(100% - 4rem);
		padding: 0 2rem;
	}


}


@media only screen and (max-width: 768px) {


	/* foot top */
	.foot_top_container {
		width: calc(100% - 2rem);
		padding: 3.75rem 1rem;
		flex-direction: column;
	}


	/* foot top: left */
	.foot_top_l {
		width: 100%;
		margin: 0 0 2rem;
		align-items: center;
	}

	.foot_top_l a {
		justify-content: center;
	}


	/* foot top: right */
	.foot_top_r {
		width: 100%;
	}

	.foot_top_r ul {
		justify-content: flex-start;
	}

	.foot_top_r ul li {
		margin: 0 2rem 0 0;
	}


	/* foot bottom */
	.foot_bottom {
		height: calc(8rem - 0rem);
	}

	.foot_bottom_container {
		width: calc(100% - 2rem);
		max-width: calc(100% - 2rem);
		padding: 1rem;
		flex-direction: column-reverse;
		justify-content: flex-start;
	}


	/* foot bottom: root */
	.foot_bottom_root {
		flex-direction: column-reverse;
	}

	/* foot bottom: root a */
	.foot_bottom_root_a {
	  	width: calc(100% - 0rem);
	}

	/* foot bottom: root b */
	.foot_bottom_root_b {
		width: calc(100% - 0rem);
		margin: 0;
	}

	.foot_bottom_root_b ul li {
		margin: 0 0.5rem 0 0;
	}

	.foot_bottom_root_b ul li:first-child {
		margin: 0 0.5rem 0 0;
	}

	.foot_bottom_root_b ul li:last-child {
		margin: 0;
	}


	/* foot bottom: root c */
	.foot_bottom_root_c {
		width: calc(100% - 0rem);
		margin: 0 0 0.5rem;
	}

	.foot_bottom_root_c ul {
		justify-content: flex-start;
	}


}


/* foot */