@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Arima+Madurai');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400');

/*蓋版廣告 */
.index-promo {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s linear;
}

.index-promo-box {
	max-width: 768px;
	max-height: 512px;
	width: 90%;
	height: 90%;
	background-color: black;
	color: white;
	letter-spacing: 0.1rem;
	position: relative;
	text-align: center;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.index-promo-box a {
	color: #bea46f;
}

.index-promo-box-title {
	font-size: 2.5rem;
	line-height: 2;
	margin-bottom: 20px;
	font-weight: bold;
	position: relative;
}

.index-promo-box-text {
	font-size: 1.2rem;
	line-height: 2;
	margin-bottom: 60px;
}

.index-promo-box-btn {
	position: relative;
}

.index-promo-box-btn button:focus {
	outline: none;
}

.index-promo-box-btn .circCont {
	display: inline-block;
}

.index-promo-box-btn .circCont .circle {
	width: 40px;
	height: 40px;
	background: transparent;
	border: 1px solid white;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
}

.index-promo-box-btn .circCont .circle:after {
	width: 24px;
	height: 2px;
	background-color: white;
	content: "";
	left: 50%;
	top: 50%;
	position: absolute;
	-moz-transform: scale(0.7) rotate(-45deg);
	-ms-transform: scale(0.7) rotate(-45deg);
	-webkit-transform: scale(0.7) rotate(-45deg);
	transform: scale(0.7) rotate(-45deg);
	margin-left: -12px;
	margin-top: -1px;
}

.index-promo-box-btn .circCont .circle:before {
	width: 24px;
	height: 2px;
	background-color: white;
	content: "";
	left: 50%;
	top: 50%;
	position: absolute;
	-moz-transform: scale(0.7) rotate(45deg);
	-ms-transform: scale(0.7) rotate(45deg);
	-webkit-transform: scale(0.7) rotate(45deg);
	transform: scale(0.7) rotate(45deg);
	margin-left: -12px;
	margin-top: -1px;
}

.index-promo-box-btn .circCont .circle {
	-moz-box-shadow: 0px 0px 0px 0px white inset;
	-webkit-box-shadow: 0px 0px 0px 0px white inset;
	box-shadow: 0px 0px 0px 0px white inset;
	-moz-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
	-o-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
	-webkit-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
	transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
}

.index-promo-box-btn .circCont .circle:before,
.index-promo-box-btn .circCont .circle:after {
	-moz-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
	-o-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
	-webkit-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
	transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
}

.index-promo-box-btn .circCont .circle:hover {
	-moz-box-shadow: 0px 0px 0px 5px white inset;
	-webkit-box-shadow: 0px 0px 0px 5px white inset;
	box-shadow: 0px 0px 0px 5px white inset;
}

.context {
	width: 50%;
	text-align: center;
}

.about {

	font-size: 1.3em;
	text-align: left;
	color: #333;
}

.more {
	position: relative;
	margin-top: 30px;
	padding-bottom: 30px;
}

.more a {
	position: absolute;
	top: -70px;
	padding: 10px 20px;
	left: 50%;
	border: #838c74 solid 1px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	color: #666;
	letter-spacing: 0.05em;
}

.more a:hover {
	background: #838c74;
	color: #fff;
}

/*slogan*/

.txt_intro {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	overflow: hidden;
}

.slogan {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	opacity: 0;
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	-o-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slogan .en {
	font-size: 2.25em;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-weight: 300;
	margin-bottom: 10px;

}

.slogan .tw {
	font-size: 2em;
	letter-spacing: 1.5em;
	transform: translateX(0.5em);
	-webkit-transform: translateX(0.5em);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	color: #eee;

}

.slogan .en span {
	vertical-align: middle;
	display: inline-block;
}

.slogan .en div {
	display: inline-block;
}

.big {
	font-size: 1.5em;
	margin-top: -0.1em;
}

.txt_intro .showNow {
	opacity: 1;
}

/*首頁跑圖*/
.photo {
	position: relative;
	z-index: 100;
}

.photo li {
	position: absolute;
}

.bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}

.bg li {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	-moz-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

.bg li.showNow {
	-moz-transform: scale(1.0, 1.0);
	-webkit-transform: scale(1.0, 1.0);
	-o-transform: scale(1.0, 1.0);
	-ms-transform: scale(1.0, 1.0);
	transform: scale(1.0, 1.0);
	-webkit-transition: -webkit-transform 11000ms ease-out;
	-moz-transition: -moz-transform 11s ease-out;
	-ms-transition: -ms-transform 11s ease-out;
	-o-transition: -o-transform 11s ease-out;
	transition: transform 11s ease-out;
}

.down {
	position: absolute;
	left: 50%;
	bottom: 5px;
	width: 40px;
	z-index: 50;
	opacity: 0.7;
	padding: 5px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	cursor: pointer;
}

.down img {
	display: block;
	width: 100%;
}

.down:hover {
	opacity: 1;
}

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

	.slogan .en {
		font-size: 2em;
	}

	.slogan .tw {
		font-size: 1.5em;
		letter-spacing: 1em;

	}

	.context {
		width: 100%;
		max-width: unset;
		text-align: center;
	}

	.about {
		font-size: 1em;
		margin-bottom: 50px;
	}

}

@media screen and (max-width:900px) {
	.product-content{
		flex-direction: column;
		max-width: 600px;
	}
	.product-case {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin: 10px 0;
	}
}

@media screen and (max-width:640px) {
	.context {
		width: 100%;
	}

	.slogan .en {
		font-size: 1.5em;
	}

	.slogan .tw {
		font-size: 1.2em;
	}

}

@media screen and (max-width:560px) {
	.content {
		width: calc(100% - 60px);
		margin: 0 30px;
	}
}

@media screen and (max-width:540px) {
	.context {
		padding: 0;
	}
}