
@import url(../fonts/flaticon/font-awesome.min.css);
@import url(../fonts/flaticon/flaticon.css);
@import url(revise.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);
	background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    font-size: 20px;
    line-height: 36px;
	padding-bottom: 20px;;
}

.product-box {
	padding-top: 0px;
	padding-bottom: 60px;
}

.main-title {
    text-align: center;
    font-size: 22px;
    color: #000;
    line-height: 1.2;
    box-sizing: border-box;
    padding: 20px 0 20px;
}
.main-title span:after {
    margin-right: 0;
    margin-left: 7px;
}
.main-title strong {
    display: block;
    font-family: 'Hind', sans-serif;
    font-weight: bold;
    font-size: 32px;
    color: #004a9c;
    background-image: linear-gradient(to top, #c4c5c7 0%, #dcdddf 52%, #ebebeb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-wrap h1 {
	text-align: center;
	color: #555;
    font-weight: bold;
    padding: 10px 0;
	padding-bottom: 30px;
}
.product-wrap [class*="col-"] dl { 
	border: 4px solid #F0F0F0;
    border-radius: 14px;
    padding-bottom: 10px;
    /*margin-bottom: 50px;*/
	overflow:hidden;
	background: #fff;
}
.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: #805e39;
	text-align: center;
	margin: 0;
	font-size: 18px;
    font-weight: bold;
}

.image-pic img {
    transform:scale(1,1);
	transition: all 1s ease-out;
}

.image-pic:hover img{
    transform: scale(1.1);
    position: relative;
    z-index: 10;
    transition: .9s;
    opacity: 0.8;
}

.image-box .image-pic {
	position: relative;
}
.image-box .image-pic > img {
	width: 100%;
	vertical-align: bottom;
}


/*  尺寸設定 */
@media (min-width: 768px) {
	
}
@media (min-width: 1200px) {
	.product-wrap [class*="col-"] dl dd h3 {
    padding: 10px 0 20px;
}
}

/*========================================================
                      	 最新訊息
=========================================================*/
.box-list{
	padding-top: 60px;
	padding-bottom: 60px;
}
.box-list2{
	padding-top: 60px;
	padding-bottom: 0px;
}
.md-30{
	padding:60px 0 0 0;
}
.news-wrap{
	background-color: #F4F4F4;
    background: url(../images/index/news_bg.jpg);
    background-position: center bottom;
    padding: 55px 75px 30px;
    /*margin: 0 0 50px;*/
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.title_box{
	/*float: left;*/
	padding: 20px 0 30px;
}

.news_title {
    font-size: 16px;
    color: #7F7F7F;
    line-height: 1.2;
    padding: 0 0 13px 10px;
    background: url(../images/index/news_line.png) repeat-X left bottom;
    margin: 0 0 20px;
    font-family: 'Josefin Sans', sans-serif;
}
.news_title  span {
    color: #333333;
    font-weight: bold;
    font-size: 26px;
    display: inline-block;
    margin: 0 5px 0px 0;
    letter-spacing: 3px;
    font-family: 'Noto Serif TC', serif;
}

.news-content dl {
    border-bottom: 2px solid #dcdcdc;
}
.news-content dl::after {
    background: url("../images/index/news-wrap-line.png");
	z-index: 99999;
}

.news-content dl dt .news-title {
    display: inline-block;
	background-color: #ceba51;
	border: 1px dashed #e9d56b;
    color: #fff;
	padding: 0px 10px;
	font-size: 1rem;
	}
.news-content dl dt .day {
	color: #d25050;
	display: inline-block;
	font-size: 1.1rem;
}

.news-content dl dd {
    /*overflow: hidden;*/
    font-size: 1rem;
    line-height: 1.6rem;
}
.news-content dl dd h3 {
    padding: 5px 0 0;
    font-size: 1.2rem;
    font-weight: bold;
}

.news-content dl dd h3 a img{
	max-width: 20px;
	max-height: 20px;
}
.news-content dl dd h3 a {
    color: #767676;
	padding: 0 0 0 10px;
}
.news-content dl dd h3 a:hover {
    color: #8c6955;
}

.top_new_more {
    
}
.top_new_more a {
    display: inline-block;
    background-color: #ffffff36;
    margin-top: 20px;
    padding: 1px 4%;
    color: #777;
    margin: 0;
	border: 2px solid #666;
	font-family: 'Josefin Sans', sans-serif;
}
.top_new_more a:hover {
    background-color: #0000006e;
	color: #fff;
}


.news-img{
	position: relative;
    top: -80px;
    right: -5%;
    text-align: right;
    display: block;
}

/*  尺寸設定 */
@media (max-width: 1200px) {
	.news-wrap{
		padding: 40px 0;
	}	
.title_box{
	padding: 20px;
	width: 100%;
	background: rgba(255, 255, 255, 0.7);
}	
	

}
@media (min-width: 768px) {
	.news-content dl dt{
		float: left;
	}
	.news-content dl dd h3 {
    font-size: 1.2rem;
	}
	.news_title span {
		font-size: 32px;
	}	
	.news_title {
		font-size: 18px;
	}	
	.top_new_more {
    text-align: right;
	}
}

@media (min-width: 992px){
	.news-wrap .more a {
	font-size: 18px;
}
	.news-content dl {
		padding: 0 0 10px 0;
	}
	
	
}



@media (min-width: 1200px) {
    .news-content {
    }    
	.news-content dl dt .news-title {
	padding: 3px 30px;
	}
	.top_news_more {
		text-align: left;
	}
}
@media (min-width: 1400px) {
	
}


/*========================================================
                      	 關於我們
=========================================================*/
.about-wrap{
	text-align: center;
	padding-top: 60px;
    padding-bottom: 30px;
}

.about_box{
	padding: 60px 0;
	position: relative;
}
.about_list h3{
	color: #555;
	font-weight: bold;
	padding: 5px 0;
	font-size: 22px;
}
.about_list h3 span{
	color: #555;
	display: block;
    font-family: 'Hind', sans-serif;
    font-weight: bold;
    font-size: 32px;
    color: #004a9c;
    background-image: linear-gradient(to top, #c4c5c7 0%, #dcdddf 52%, #ebebeb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	padding: 0 0 10px;
}
.about_list p {
    color: #555;
	padding: 10px 0 0;
	font-size: 18px;
}
/*---鈕---*/

.about_more {
    text-align: center;
	padding-top: 30px;
}

.about_more a {
	display:inline-block;
	position: relative;
    margin: 0 5px;
    border-radius: 50%;
	width: 100px;
	height: 100px;
	background: #e7f7ea;
	color: #76c485;
	font-weight: bold;
	border: 1px solid #88c4854d;
}
.about_more a span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 9;
}
.about_more a:hover {
    color: #ffffff;
	background: #b5e5be;
	border: 1px solid #88c4854d;
}



.bg_img{
	background-image: url(../images/index/about_bg.jpg);
    /*background-position: center;
    background-size: cover;
	height: 250px;
	min-height: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;*/
	border-top: 2px solid #e5d8b3;
	border-bottom: 2px solid #e5d8b3;
	min-height: 250px;
    background-size: cover;
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-position: center center;
	object-fit: cover;
    object-position: 50% 50%;
}



@media (min-width: 1200px) {
	.bg_img{
		background-attachment: fixed;
	}
}




