@charset "UTF-8";

/*----------------button LEARN MORE----------*/

.learn-more {
	margin-top: 7px;
	display: inline-block;
	width: 150px;
	height: 28px;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	outline: none;
	letter-spacing: 2px;
	font-weight: bold;
	z-index: 2000;
	
}

.learn-more::before,
.learn-more::after {
position: absolute;
z-index: -1;
display: block;
content: '';
}

.learn-more,
.learn-more::before,
.learn-more::after {
-webkit-transition: all .3s;
transition: all .3s;
}

.learn-more {
	position: relative;
	z-index: 2;
	/*border: 1px solid #fff;*/
	overflow: hidden;
	background-image: url(../images/btn-learnmore-on.png);
	background-repeat: no-repeat;
}

.learn-more:hover {
/*	color: #8a8a8b;
*/	/*background-color: rgba(255, 255, 255, .8);*/
	cursor: pointer;
	background-image: url(../images/btn-learnmore-over.png);
}

/*------half----------------------------*/

#brandlist ,#brandlist2 ,#brandlist3 ,#brandlist4{
	width: 100%;
	height: 470px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#brandlist ul ,#brandlist2 ul ,#brandlist3 ul ,#brandlist4 ul{
	margin: 0px;
	padding: 0px;	
}



.brandlist_box{
	width: 50%;
	height: 470px;
	overflow: hidden;
	float: left;
	text-align: center;
	position: relative;
	transition: all 0.4s cubic-bezier(0.8, 0, 0, 1) 0s;
	color: #fff;
	font-size: 14px;
	
}

.brandlist_box a{
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}



.brandlist_box h2{
	font-family: FuturaBT-Medium;
	margin-top: 75px;
	height: 35px;
	width: 340px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	font-size: 34px;
	text-align: center;
	letter-spacing: 7px;
}


.brandlist_box p{
	font-family: 'Lato', sans-serif,   "Noto Sans CJK TC", "Microsoft JhengHei", "Microsoft YaHei";
	font-weight: 400;
	margin-top: 28px;
	height: 150px;
	width: 340px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	text-align: justify;
	letter-spacing: 2px;
}

.description{
	height: 470px;

}

.photo{
	height: 470px;
}


/*------------品牌動畫 animation----------------------------*/

#brand-outline  {
	width: 100%;
	height: 470px;
}

#brand-outline li figure {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 470px;
	cursor: pointer;
}

#brand-outline li figure figcaption {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

#brand-outline li figure figcaption::before,
#brand-outline li figure figcaption::after {
pointer-events: none;
}

#brand-outline li figure figcaption,
#brand-outline li figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 470px;
}

#brand-outline li figure figcaption,
#brand-outline li figure a {
	width: 100%;
}

#brand-outline li figure a {
z-index: 1000;
text-indent: 200%;
white-space: nowrap;
font-size: 0;
opacity: 0;
}

/*#test img:hover {
opacity: 0.8;
-webkit-transform: scale(1);
transform: scale(1);
}*/

#brand-outline li figure.effect-bubba figcaption::before,
#brand-outline li figure.effect-bubba figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

#brand-outline li figure.effect-bubba figcaption::before {
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #fff;
	border-bottom-color: #fff;
}

#brand-outline li figure.effect-bubba figcaption::after {
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-left-color: #fff;
}

#brand-outline li figure.effect-bubba:hover figcaption::before,
#brand-outline li figure.effect-bubba:hover figcaption::after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
