@charset "utf-8";
/* index_content 首頁內容樣式 */

#index_content {
	width: 98%;
	margin: 0 auto;
	padding: 0;
	clear: both;
	padding: 0;
	text-align: center;
	clear: both;
}/*內容*/

/*---------------***/
/***** 產品系列 *****/
/*---------------***/
.product_all {
	margin: 0 auto;
	width: 100%;
}

.product_01 {
	width: 300px;
	display: inline-block;
	vertical-align: top;
	margin: 20px 2% 50px 2%;
	background-color: #fff;
	text-align: center;
	position: relative;
	border: 1px solid #676767;
	-moz-box-shadow: 0px 2px 10px #c3c3c3;
    -webkit-box-shadow: 0px 2px 10px #c3c3c3;
    box-shadow: 0px 2px 10px #c3c3c3;
}
.product-image img {
	max-width: 100%;
	vertical-align: middle;
}
.product-info h2 {
	font-size: 24px;
}

.more-info p {
	font-size: 18px;
	line-height: 30px;
	padding: 15px 30px 10px 30px;
	text-align: left;
}
.social-touch a {
	display: inline-block;
	width: 50px;
	height: 50px;
	vertical-align: middle;
	margin: 0 2px 5px 2px;
	background-image: url(../index_images/zoom.png);
	background-repeat: no-repeat;
	opacity: 0.7;
	transition: 0.3s;
}
.social-touch a:hover {
	opacity: 1;
	transition: 0.3s;
}
.zoom {
	background-position: 0 0;
}

.icon-colored .zoom {
	background-position: 0 -50px;
}

.series_01 {
	height: 330px;
	
}

.series_01 h2 {
	line-height: 75px;
}
.series_01 .product-image {
	position: absolute;
	width: 100%;
	transition: 0.4s;
}
.series_01 .product-image img {
	width: 100%;
}
.series_01 .more-info {
	height: 0;
	transition: 0.4s;
	overflow: hidden;
	z-index: 9;
	position: relative;
	background-color: rgba(255, 255, 255, 0.9);
	border-bottom: 5px solid #0c78cc;
}/*內容底色*/
.series_01:hover .more-info {
	height: 250px;
	transition: 0.4s;
}

/*----------------------*/
/***** OA屏風施作案例 *****/
/*----------------------*/
.case_all{
	margin: 0 auto;
	width: 100%;
}

.case {
	position: relative;
	margin: 0 auto;
	padding: 10px 0;
	width: 100%;
	list-style: none;
	text-align: center;
}

.case figure {
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin: 10px 2%;
	width: 300px;
	height: 220px;
	text-align: center;
	cursor: pointer;
	box-shadow: 0px 10px 14px -7px #C2C2C2;
    -moz-box-shadow: 0px 10px 14px -7px #C2C2C2;
    -webkit-box-shadow: 0px 10px 14px -7px #C2C2C2;
}/*圖片外框(寬和高為原圖片-20px)*/

.case figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.9;
}/*圖片樣式*/

.case figure figcaption {
	padding: 10px 20px;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.case figure figcaption::before,
.case figure figcaption::after {
	pointer-events: none;
	box-sizing: border-box;
}

.case figure figcaption,
.case figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.case figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.case figure h3,
.case figure p {
	margin: 0;
}

figure.effect-sarah {
	background: #000;
}/* 滑鼠滑入底色 */

figure.effect-sarah img {
	max-width: none;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-sarah:hover img {
	opacity: 0.35;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}/*圖片滑入透明度*/

figure.effect-sarah figcaption {
	text-align: left;
}

/*案例標題*/
figure.effect-sarah h3 {
	font-weight: 600;
	position: relative;
	overflow: hidden;
	padding: 10px 0;
	font-size: 23px;
	text-shadow:2px 2px 5px #000000;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

figure.effect-sarah:hover h3 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah h3::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 87%;
	height: 3px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

figure.effect-sarah:hover h3::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*案例說明*/
figure.effect-sarah p {
	font-size: 18px;
	line-height: 28px;
	padding: 10px 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

figure.effect-sarah:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}