
/*	Mobile  */
	@media screen and (max-width: 440px) {

		#Footer {
			width: calc(100% - 4rem);
			margin-left: auto;
			margin-right: auto;
			display: block;
			clear: both;
			padding: 2rem;
			padding-bottom: 4rem;
			padding-top: 0rem;
			background: transparent;
			margin-top: 3rem;
		}
		#Footer .Message {
			display: block;
			padding-top: 2rem;
			border-top: none;
			width: 100%;
		}
		#Footer .Message P {
			margin: 0;
			padding: 0;
			text-align: center;
			font-size: 1.1rem;
			line-height: 2em;
			color: var(--Palette6);
		}
		#Footer .partnerBox {
			display: flex;
			align-items: center;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: space-around;
			gap: 1rem;
			width: 100%;
			margin-bottom: 1.5rem;
		}
		#Footer .partnerBox .imgGe {width: 7rem;}
		#Footer .partnerBox .imgMu {width: 10rem;}
		#Footer .partnerBox .imgVi {width: 5rem;}

		.Message .secondRow {
			width: 100%;
			text-align: left;
		}
		.Message .secondRow h4 {
			font-size: 1.3rem;
			margin-bottom: 1.4rem;
			color: var(--Palette6);
		}
		.Message .secondRow .infoBox p{
			margin: 0;
			padding: 0;
			text-align: left;
			font-size: 1.1rem;
			line-height: 2.1em;
			color: var(--Palette6);
		}
		.Message .secondRow .infoBox div {
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			justify-content: flex-start;
			color: var(--Palette6);
			gap: 0rem;
		}
		.Message .secondRow .infoBox div a {
			color: var(--Palette6);
			margin-bottom: 1.5rem;
			font-size: 1.2rem;
			text-decoration: none;
			font-weight: 500;
		}
		.Message .secondRow .socialBox {

		}
		.Message .secondRow .socialBox i {
			font-size: 3rem;
		}
		




		#Footer .Message P > img {
			margin-top: 1rem;
		}
		#Footer .Message P a {
			color: #ffffff;
		}

	}

/*	Desktop  */
	@media screen and (min-width: 441px) {

		#Footer {
			display:block;
			clear: both;
			padding-bottom:2rem;
			margin-top:0rem;
			background: transparent;
			margin-top: 4rem;
		}
		#Footer .partnerBox {
			width: 100%;
			display: flex;
			flex-direction: row;
			align-items: center;
			gap: 2rem;
		}

		.secondRow {
			display: flex;
			flex-direction: row;
			justify-content: space-between;
			margin-top: 2rem;
		}
		
		.secondRow .infoBox {
			display: flex;
			align-items: flex-start;
			gap: 3rem;
		}
		.secondRow .socialBox {
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			gap: 1rem;
			margin-right: 2rem;
		}
		.secondRow .infoBox div {
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			gap: 1rem;
		}
		.secondRow .infoBox div a {
			color: var(--Palette6);
			text-decoration: none;
		}
		.secondRow .socialBox i {
			font-size: 2rem;
		}

		#Footer .partnerBox .imgGe {
			width: 6rem;
		}
		#Footer .partnerBox .imgMu {
			width: 7rem;
		}
		#Footer .partnerBox .imgVi {
			width: 4rem;
		}

		#Footer .Message {
			max-width:71.222rem;
			display: block;
			margin-left: auto;
			margin-right: auto;
			padding-top:2rem;
			border-top: none;
		}
		#Footer .Message P {
			margin:0;
			padding: 0;
			text-align:center;
			font-size:0.9rem;
			line-height:1.5em;
		}
		#Footer .Message P a {
			color: #ffffff;
		}
		#Footer .Message P img {
			margin-top: 1rem;
		}

	}

