

/*********************************************************** small screen */
	#landing-container {
		top: 50px;
		height: calc(100% - 50px + 82px);
		min-height: calc((100vw / 1080 * 1350) + 200px + 82px);
	}
	
	#landing-pc {
		display: none;
	}
	
	#landing-m {
		display: block;
	}
	
	#nav-spacing {
		height: 50px;
	}

	#top-nav-wrapper {
		height: 50px;
	}
	
	#top-logo {
		top: 10px;
		width: 165px;
		height: 30px;
	}
	
	#top-nav-container-pc {
		display: none;
	}
	
	#landing-social-m {
		display: block;
	}
	
	#landing-product-left-m {
		top: 0px;
		width: calc(100px / 243 * 626);
		height: 100px;
	}
	
	#landing-product-right-m {
		bottom: 0px;
		width: calc(100px / 243 * 626);
		height: 100px;
	}

/*********************************************************** medium screen */
@media screen and (min-width: 640px) {
	#landing-container {
		top: 60px;
		height: calc(100% - 60px);
		min-height: 640px;
	}
	
	#landing-pc {
		display: block;
	}
	
	#landing-m {
		display: none;
	}
	
	#nav-spacing {
		height: 60px;
	}

	#top-nav-wrapper {
		height: 60px;
	}
	
	#top-logo {
		top: 10px;
		width: 220px;
		height: 40px;
	}
	
	#top-nav-container-pc {
		display: flex;
	}
	
	#landing-product-box-pc {
		width: 290px;
	}
	
	#landing-product-left-pc {
		width: 130px;
		height: calc(130px / 243 * 626);
	}
	
	#landing-product-right-pc {
		width: 130px;
		height: calc(130px / 243 * 626);
	}
	
	#landing-product-left-m {
		top: 0px;
		width: calc(120px / 243 * 626);
		height: 170px;
	}
	
	#landing-product-right-m {
		bottom: 0px;
		width: calc(120px / 243 * 626);
		height: 170px;
	}
	
	#landing-social-m {
		display: none;
	}
}

/*********************************************************** medium screen */
@media screen and (min-width: 800px) {
	#landing-container {
		top: 60px;
		height: calc(100% - 60px);
		min-height: 640px;
	}
	
	#landing-pc {
		display: block;
	}
	
	#landing-m {
		display: none;
	}
	
	#nav-spacing {
		height: 60px;
	}

	#top-nav-wrapper {
		height: 60px;
	}
	
	#top-logo {
		top: 10px;
		width: 220px;
		height: 40px;
	}
	
	#top-nav-container-pc {
		display: flex;
	}
	
	#landing-product-box-pc {
		width: 350px;
	}
	
	#landing-product-left-pc {
		width: 155px;
		height: calc(155px / 243 * 626);
	}
	
	#landing-product-right-pc {
		width: 155px;
		height: calc(155px / 243 * 626);
	}
	
	#landing-product-left-m {
		top: 0px;
		width: calc(120px / 243 * 626);
		height: 170px;
	}
	
	#landing-product-right-m {
		bottom: 0px;
		width: calc(120px / 243 * 626);
		height: 170px;
	}
	
	#landing-social-m {
		display: none;
	}
}

/*********************************************************** large screen */
@media screen and (min-width: 1250px) {
	#landing-container {
		top: 60px;
		height: calc(100% - 60px);
		min-height: 640px;
	}
	
	#landing-pc {
		display: block;
	}
	
	#landing-m {
		display: none;
	}
	
	#nav-spacing {
		height: 60px;
	}

	#top-nav-wrapper {
		height: 60px;
	}
	
	#top-logo {
		top: 10px;
		width: 220px;
		height: 40px;
	}

	#top-nav-container-pc {
		display: flex;
	}
	
	#landing-product-box-pc {
		width: 400px;
	}
	
	#landing-product-left-pc {
		width: 170px;
		height: calc(170px / 243 * 626);
	}
	
	#landing-product-right-pc {
		width: 170px;
		height: calc(170px / 243 * 626);
	}
	
	#landing-product-left-m {
		top: 0px;
		width: calc(170px / 243 * 626);
		height: 170px;
	}
	
	#landing-product-right-m {
		bottom: 0px;
		width: calc(170px / 243 * 626);
		height: 170px;
	}
	
	#landing-social-m {
		display: none;
	}
}


/**********************************************************************************************************************************/


/*********************************************************** WEB */
#landing-container {
	position: absolute;
	left: 0px;
	width: 100%;
	margin: 0px;
}

/*********************************************************** BG PC */
#landing-pc {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	
	background: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("assets/images/bg.svg");
}

/*********************************************************** BUTTON CONTAINER PC */
#landing-lang-box-pc {
	position: absolute;
	width: calc(100% - 100px);
	max-width: 1010px;
	height: 100px;
	margin: 0px;
	opacity: 0;
}

/*********************************************************** BUTTON CN PC */
.landing-cn-box {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 160px;
	height: 100%;
	margin: 0px;
}

.landing-cn-button {
	position: relative;
	width: 160px;
	height: 70px;
	margin: 0px;
	background: transparent;
	
	border: 1px solid #FFFFFF;
	border-radius: 35px;
	
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 100;
	color: white;
	line-height: 65px;
	letter-spacing: 0px;
	text-align: center;
	text-decoration: none;
	
	transition: background 0.25s;
}
.landing-cn-button:hover {
	background: white;
	color: #DECFC2;
}

.landing-cn-button-bottom {
	position: relative;
	width: 100%;
	height: 30px;
	margin: 0px;
	background: transparent;
	
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 100;
	color: white;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
	text-decoration: none;
}

/*********************************************************** BUTTON EN PC */
.landing-en-box {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 160px;
	height: 100%;
	margin: 0px;
	background: transparent;
}

.landing-en-button {
	position: relative;
	top: 0px;
	left: 0px;
	width: 160px;
	height: 70px;
	margin: 0px;
	background: transparent;
	
	border: 1px solid #818181;
	border-radius: 35px;
	
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	
	font-family: 'Lato', sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 100;
	color: #818181;
	line-height: 65px;
	letter-spacing: 0px;
	text-align: center;
	text-decoration: none;
	
	transition: background 0.25s;
}
.landing-en-button:hover {
	background: #818181;
	color: #F4F1EC;
}

.landing-en-button-bottom {
	position: relative;
	width: 100%;
	height: 30px;
	margin: 0px;
	background: transparent;
	
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	color: #818181;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
	text-decoration: none;
}

/*********************************************************** BG MOBILE */
#landing-m {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: calc(100% - 50px);
	margin: 0px;
}

#landing-bg-m {
	position: absolute;
	width: 100%;
	height: calc(100vw / 1080 * 1350);
	margin: 0px;
	
	background: transparent;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	background-image: url("assets/images/bg-m.svg");
}

#landing-top-bg-m {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	margin: 0px;
	background: #DECFC2;
}

#landing-bottom-bg-m {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	margin: 0px;
	background: #F4F1EC;
}

/*********************************************************** BUTTON CONTAINER MOBILE */
#landing-lang-box-m {
	position: absolute;
	width: 140px;
	height: calc(100% - 180px);
	min-height: 480px;
	max-height: 680px;
	margin: 0px;
	opacity: 0;
}

/*********************************************************** BUTTON CN MOBILE */
.landing-cn-box-m {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 140px;
	height: 100%;
	margin: 0px;
}

.landing-cn-button-m {
	position: relative;
	width: 140px;
	height: 56px;
	margin: 0px;
	background: transparent;
	
	border: 1px solid #FFFFFF;
	border-radius: 28px;
	
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 100;
	color: white;
	line-height: 50px;
	letter-spacing: 0px;
	text-align: center;
	text-decoration: none;
	
	transition: background 0.25s;
}
.landing-cn-button-m:hover {
	background: white;
	color: #DECFC2;
}

/*********************************************************** BUTTON EN MOBILE */
.landing-en-box-m {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 140px;
	height: 100px;
	margin: 0px;
	background: transparent;
}

.landing-en-button-m {
	position: relative;
	top: 0px;
	left: 0px;
	width: 140px;
	height: 56px;
	margin: 0px;
	background: transparent;
	
	border: 1px solid #818181;
	border-radius: 28px;
	
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 100;
	color: #818181;
	line-height: 50px;
	letter-spacing: 0px;
	text-align: center;
	text-decoration: none;
	
	transition: background 0.25s;
}
.landing-en-button-m:hover {
	background: #818181;
	color: #F4F1EC;
}

/*********************************************************** SOCIAL CONTAINER MOBILE */
#landing-social-m {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 82px;
	margin: 0px;
	background: #F4F1EC;
}

#landing-social-box-m {
	position: relative;
	top: 0px;
	width: calc((36px * 3) + (24px * 2));
	height: 36px;
	margin: 0px auto;
	background: transparent;
}

#landing-social-box-fb {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 36px;
	height: 36px;
	margin: 0px;
	
	background: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("assets/images/social-fb-m.jpg");
}

#landing-social-box-in {
	position: absolute;
	top: 0px;
	left: calc(36px + 24px);
	width: 36px;
	height: 36px;
	margin: 0px;
	
	background: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("assets/images/social-in-m.jpg");
}

#landing-social-box-yt {
	position: absolute;
	top: 0px;
	left: calc(36px + 24px + 36px + 24px);
	width: 36px;
	height: 36px;
	margin: 0px;
	
	background: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("assets/images/social-yt-m.jpg");
}


/*********************************************************** TOP NAV */
#nav-spacing {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	background: white;
	margin: 0px;
}

#top-nav-wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background: white;
	margin: 0px;
	/*z-index: 999;*/
}

#top-nav-inner {
	position: relative;
	top: 0px;
	left: 0px;
	width: calc(100% - 60px);
	max-width: 1190px;
	height: 60px;
	background: transparent;
	margin: 0px auto;
}

#top-logo {
	position: absolute;
	left: 0px;
	
	background: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("assets/images/logos/lumorro-logo.png");
}

#top-nav-container-pc {
	position: absolute;
	top: 12px;
	right: 0px;
	height: 36px;
	background: transparent;
	
	flex-wrap: wrap;
	justify-content: flex-end;
}

.top-nav-social {
	position: relative;
	top: 0px;
	left: 0px;
	width: 36px;
	height: 36px;
	background: transparent;
	padding: 0px;
	margin: 0px;
	
	background: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	
	display: inline-block;
}

.top-nav-social-spacing {
	position: relative;
	top: 0px;
	left: 0px;
	width: 18px;
	height: 100%;
	background: transparent;
	padding: 0px;
	margin: 0px;
	display: inline-block;
}

#top-nav-social-yt {
	background-image: url("assets/images/social-yt-black.jpg");
}
#top-nav-social-in {
	background-image: url("assets/images/social-in-black.jpg");
}
#top-nav-social-fb {
	background-image: url("assets/images/social-fb-black.jpg");
}


/*********************************************************** PRODUCT CONTAINER PC */
#landing-product-box-pc {
	position: absolute;
	
	height: 100%;
	margin: 0px;
	background: transparent;
	
	overflow: hidden;
}

#landing-product-left-pc {
	position: absolute;
	bottom: -100px;
	opacity: 0;
	left: 0px;
	
	background: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/*background-image: url("assets/images/product/product-back-pc.png");*/
}

#landing-product-right-pc {
	position: absolute;
	top: -100px;
	opacity: 0;
	right: 0px;
	
	background: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/*background-image: url("assets/images/product/product-front-pc.png");*/
}


/*********************************************************** PRODUCT CONTAINER MOBILE */
#landing-product-box-m {
	position: absolute;
	width: 100%;
	height: 230px;
	margin: 0px;
	background: transparent;
	overflow: hidden;
}

#landing-product-left-m {
	position: absolute;
	left: -100px;
	opacity: 0;
	
	background: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/*background-image: url("assets/images/product/product-back-m.png");*/
}

#landing-product-right-m {
	position: absolute;
	right: -100px;
	opacity: 0;
	
	background: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/*background-image: url("assets/images/product/product-front-m.png");*/
}









