
@import url(../fonts/font-awesome/font-awesome.min.css);
@import url(../fonts/flaticon/flaticon.css);
@import url(header.css);
@import url(footer.css);
@import url(hover.css);
@import url(banner.css);


/*========================================================
                      	 產品介紹
=========================================================*/

.product-wrap {
	background: url(../images/index/product-bg.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 60px 5% 60px;
}
.product-wrap img {
    width: 100%;
    vertical-align: bottom;
}
.product-wrap h1 {
	text-align: center;
	color: #000;
	font-size: 32px;
	position: relative;
	margin: 0 0 20px 0;
	font-weight: bold;
}
.product-wrap [class*="col-"] dl { 
	box-shadow: 1px 1px 5px #bbb;
    margin-bottom: 50px;
}
.product-wrap [class*="col-"] dl dt { 
	margin-bottom: 10px;
}
.product-wrap [class*="col-"] dl dd {
	color: #292929;
	font-size: 16px;
}
.product-wrap [class*="col-"] dl dd h3 {
	color: #474747;
	text-align: center;
	margin: 0;
	font-size: 24px;
    padding: 10px 0 20px;
    font-weight: bold;
}


/*  尺寸設定 */
@media (min-width: 768px) {
	.product-wrap h1 {
		font-size: 36px;
	}
}
@media (min-width: 1200px) {
	.product-wrap h1 {
		font-size: 40px;
	}
}


/*========================================================
                      	 關於我們
=========================================================*/
.about-wrap {
	background: url(../images/index/about-bg.jpg) no-repeat center top fixed;
    background-size: cover;
	padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}
.about-wrap h1{
	text-align: center;
    color: #f5c556;
    font-size: 32px;
    position: relative;
    margin: 0 0 20px 0;
    font-weight: bold;
}
.about-wrap p{
	color: #fff;
	padding-bottom: 20px;
	padding-top: 20px;
	font-size: 20px;
    line-height: 36px;
}
.about-wrap .more {
    text-align: center;
    margin-bottom: 30px;
	margin-top: 30px;
}
.about-wrap .more a {
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    padding: 10px 5%;
}
.about-wrap .more a:hover {
	border-color: transparent;
    background-color: rgba(0,0,0,0.50);
	color:#fff;
}


/*  尺寸設定 */
@media (min-width: 768px) {
	.about-wrap h1 {
		font-size: 36px;
	}
}
@media (min-width: 1200px) {
	.about-wrap h1 {
		font-size: 40px;
	}
}




/*========================================================
                         圖片效果
=========================================================*/

a.figure {
	display: block;
	position: relative;
	}
a.figure:hover:before {
    opacity: 0.3;
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.figure:before {
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    content: '';
    display: inline-block;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}


.image-box .image-pic {
	position: relative;
}
.image-box .image-pic > img {
	width: 100%;
	vertical-align: bottom;
}
.image-box .image-pic a {
	display: block;
	color: #fff;
}
.image-box .image-pic:hover .thumb-inner {
	display: block;
}
.image-box .image-pic:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	width: 100%;
	height: 10%;
	opacity: 0;
	transition: all 0.3s;
}
.image-box .image-pic:hover:before {
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 1;
	height: 100%;
}
.thumb-inner {
	display: none;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 6;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;

}
.thumb-inner span {
	display: inline-block;
	color: #fff;
	font-size: 24px;
	padding: 5px 50px 7px;
	border: 1px solid #fff;
}

.top_welcome_col {
	font-size: 18px;
	font-weight: bold;
}