/*********************************************************** SMALL SCREEN */
	
	#footer-social-media-box {
		display: none;
	}
	
	#footer-top {
		width: 100%;
	}
	
	#footer-top-pc {
		display: none;
	}
	#footer-top-m {
		display: block;
	}
	
	.footer-shortcuts-box-2-container {
		width: 250px;
		margin: 30px auto 0px auto;
		padding: 0px;
	}
	
	.footer-shortcuts-box {
		width: 100%;
		text-align: center;
	}
	
	.footer-shortcuts-box-2 {
		width: 120px;
		text-align: center;
	}
	
	#footer-copyright-wrapper {
		font-size: 11px;
	}
	
	#footer-subscribe-wrapper {
		display: block;
	}
	
	#footer-subscribe-box {
		width: calc(100% - 20px);
	}
	
	#footer-subscribe-name {
		width: 60px;
	}

	#footer-subscribe-email {
		width: calc(100% - 60px - 60px - 16px);
	}

	#footer-subscribe-button {
		width: 60px;
	}

/*********************************************************** MEDIUM SCREEN */
@media screen and (min-width: 800px) {
	
	#footer-social-media-box {
		display: block;
	}
	
	#footer-top {
		width: 500px;
	}
	
	#footer-top-pc {
		display: none;
	}
	#footer-top-m {
		display: block;
	}
	
	.footer-shortcuts-box-2-container {
		width: 100%;
		margin: 0px;
		
		padding: 0px 0px 0px 40px;
	}
	
	.footer-shortcuts-box {
		width: 180px;
		text-align: left;
	}
	
	.footer-shortcuts-box-2 {
		width: 100%;
		text-align: left;
	}
	
	#footer-copyright-wrapper {
		font-size: 13px;
	}
	
	#footer-subscribe-wrapper {
		display: block;
	}
	
	#footer-subscribe-box {
		width: 100%;
	}
	
	#footer-subscribe-name {
		width: 120px;
	}

	#footer-subscribe-email {
		width: calc(100% - 120px - 120px - 16px);
	}

	#footer-subscribe-button {
		width: 120px;
	}
}


/*********************************************************** LARGE SCREEN */
@media screen and (min-width: 1180px) {
	
	#footer-social-media-box {
		display: block;
	}
	
	#footer-top {
		width: 500px;
	}
	
	#footer-top-pc {
		display: block;
	}
	#footer-top-m {
		display: none;
	}
	
	.footer-shortcuts-box-2-container {
		width: 100%;
		margin: 0px;
		
		padding: 0px 0px 0px 40px;
	}
	
	.footer-shortcuts-box {
		width: 180px;
		text-align: left;
	}
	
	.footer-shortcuts-box-2 {
		width: 100%;
		text-align: left;
	}
	
	#footer-copyright-wrapper {
		font-size: 13px;
	}
	
	#footer-subscribe-wrapper {
		display: block;
	}
	
	#footer-subscribe-box {
		width: 100%;
	}
	
	#footer-subscribe-name {
		width: 120px;
	}

	#footer-subscribe-email {
		width: calc(100% - 120px - 120px - 16px);
	}

	#footer-subscribe-button {
		width: 120px;
	}
}


/*********************************************************** FOOTER */
#footer-wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	background: transparent;
	margin: 0px;
}

/*********************************************************** TOP */
#footer-top {
	position: relative;
	top: 0px;
	left: 0px;
	background: transparent;
	margin: 0px auto;
}

#footer-top-pc {
	position: relative;
	top: 0px;
	left: 0px;
	
	background: transparent;
	margin: 0px auto;
	
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	
	width: 250px;
	height: calc(250px * (200/300));
	background-image: url("../assets/images/common/logo-footer-en.svg");
}

#footer-top-m {
	position: relative;
	top: 0px;
	left: 0px;
	width: calc(100% - 60px);
	margin: 0px auto;
}

#footer-top-logo-m {
	position: relative;
	top: 0px;
	left: 0px;
	width: 180px;
	height: calc(180px * (200/300));
	margin: 0px auto;
	
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/*background-image: url("../assets/images/shopping-guide/shopping-guide-icon-0.svg");*/
	background-image: url("../assets/images/common/logo-footer-en.svg");
}

#footer-top-title-m {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 10px auto 12px auto;
	
	font-family: halcom, sans-serif;
	/*font-family: 'Noto Sans SC', sans-serif;*/
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	color: #959595;
	letter-spacing: 4px;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
}

#footer-top-text-m {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px auto;
	
	font-family: halcom, sans-serif;
	/*font-family: 'Noto Sans SC', sans-serif;*/
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	color: #959595;
	letter-spacing: 2px;
	line-height: 27px;
	text-align: center;
	text-decoration: none;
}

/*********************************************************** BOTTOM */
#footer-bottom {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #525252;
	margin: 0px;
}

#footer-top-button-wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	
	margin: 0px;
	
	display: flex;
	flex-wrap: wrap;
	
	justify-content: center;
}

#footer-top-button {
	position: relative;
	top: 0px;
	left: 0px;
	
	margin: 0px auto;
	display: inline-block;
	cursor: pointer;
	
	border-style: solid;
	border-color: white;
	border-width: 0px 0px 1px 0px;
	
	font-family: halcom, sans-serif;
	/*font-family: 'Noto Sans SC', sans-serif;*/
	font-size: 13px;
	font-style: normal;
	font-weight: 300;
	color: white;
	letter-spacing: 1px;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
}

/*********************************************************** SHORTCUTS */
#footer-shortcuts-wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	
	margin: 0px;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-shortcuts-box {
	position: relative;
	top: 0px;
	left: 0px;
	
	margin: 0px;
	display: inline-block;
	
	font-family: halcom, sans-serif;
	/*font-family: 'Noto Sans SC', sans-serif;*/
	font-size: 13px;
	font-style: normal;
	font-weight: 300;
	color: white;
	letter-spacing: 1px;
	line-height: 24px;
	text-decoration: none;
}
.footer-shortcuts-box a {
	color: white;
	text-decoration: none;
	/*border-bottom: 1px dotted #FFF;*/
}
.footer-shortcuts-box a:hover {
	color: white;
	text-decoration: none;
	/*border-bottom: 1px solid #FFF;*/
}

.footer-shortcuts-box-2-container {
	position: relative;
	top: 0px;
	left: 0px;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-shortcuts-box-1 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px 0px 20px 0px;
}
.footer-shortcuts-box-2 {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 20px 0px;
	
	display: inline-block;
}

/*********************************************************** SOCIAL MEDIA */
#footer-social-media-box {
	position: relative;
	top: 0px;
	left: 0px;
	width: 144px;
	height: 28px;
	
	margin: 0px auto 40px auto;
}

#footer-social-media-fb {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 28px;
	height: 28px;
	margin: 0px;
	
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-image: url("../assets/images/common/icon-fb.svg");
}

#footer-social-media-instr {
	position: absolute;
	top: 0px;
	left: calc(28px + 30px);
	width: 28px;
	height: 28px;
	margin: 0px;
	
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-image: url("../assets/images/common/icon-instr.svg");
}

#footer-social-media-wc {
	position: absolute;
	top: 0px;
	left: calc(28px + 30px + 28px + 30px);
	width: 28px;
	height: 28px;
	margin: 0px;
	
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-image: url("../assets/images/common/icon-wc.svg");
}

#footer-social-media-wp {
	position: absolute;
	top: 0px;
	left: calc(28px + 30px + 28px + 30px);
	/*left: calc(28px + 30px + 28px + 30px + 28px + 30px);*/
	width: 28px;
	height: 28px;
	margin: 0px;
	
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-image: url("../assets/images/common/icon-whatsapp.svg");
}

/*********************************************************** COPYRIGHT */
#footer-copyright-wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	
	margin: 0px;
	
	font-family: halcom, sans-serif;
	/*font-family: 'Noto Sans SC', sans-serif;*/
	font-style: normal;
	font-weight: 300;
	color: white;
	letter-spacing: 1px;
	line-height: normal;
	text-align: center;
	text-decoration: none;
}





/*********************************************************** COPYRIGHT */
#footer-subscribe-wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 100px;
	
	background: #E2E2E2;
}

#footer-subscribe-text {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	
	margin: 0px auto;
	
	font-family: halcom, sans-serif;
	/*font-family: 'Noto Sans SC', sans-serif;*/
	font-style: normal;
	font-weight: 300;
	color: #707070;
	line-height: normal;
	text-align: center;
	text-decoration: none;
	
	font-size: 14px;
	letter-spacing: 1px;
}

#footer-subscribe-box {
	position: relative;
	top: 0px;
	left: 0px;
	max-width: 640px;
	height: 42px;
	
	margin: 0px auto;
	background: transparent;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#footer-subscribe-name {
	position: relative;
	top: 0px;
	left: 0px;
	height: 42px;
	
	display: inline-block;
	background: white;
}

#footer-subscribe-email {
	position: relative;
	top: 0px;
	left: 0px;
	height: 42px;
	
	display: inline-block;
	background: white;
}

#footer-subscribe-button {
	position: relative;
	top: 0px;
	left: 0px;
	height: 42px;
	
	display: inline-block;
	background: #525252;
}

input.footer-form-input-field {
	border-style: none;
	border-width: 0px;
	border-radius: 0px;

	outline: none;
	
	width: calc(100% - 10px);
	height: 42px;
	
	font-family: halcom, sans-serif;
	/*font-family: 'Noto Sans SC', sans-serif;*/
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: #525252;
	text-decoration: none;
	text-align: left;
	line-height: 42px;

	margin: 0px;
	padding: 0px 5px;
	background: transparent;

	-webkit-appearance: none;
}

input.footer-form-button {
	background-color: transparent;

	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border-style: none;
	border-width: 0px;
	border-color: black;
	border-radius: 0px;

	width: 100%;
	height: 100%;

	outline: none;
	
	font-family: halcom, sans-serif;
	/*font-family: 'Noto Sans SC', sans-serif;*/
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	color: white;
	letter-spacing: 0px;
	line-height: 42px;
	text-align: center;
	text-decoration: none;

	margin: 0px;
	padding: 0px;

	cursor: pointer;

	-webkit-appearance: none;
}
















