
@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);



/*========================================================
                    首頁 carousel-intro
=========================================================*/

/* 首頁 carousel-intro */

.carousel-intro {
	position: relative;    
}
.carousel-intro .carousel-item {
	position: relative; 
}

/* 文字 */
.carousel-intro .carousel-caption {
	position : absolute;
	top: 50%;
	left: 20%;
	transform: translate(-20%,-50%);
	z-index: 9;
	color: #fff;
	text-align: left;
	padding: 15px 0;
    width: 36%;
}
.carousel-intro .carousel-caption h2 {
    display: inline-block;
	color: #fff;
    font-size: 1rem;
	text-shadow: 1px 1px 1px #fff;
	font-weight: bold;
	margin: 0;
    padding: 1% 5%;
    line-height: 24px;
}
.carousel-intro .carousel-caption p {
	color: #fff;
    font-size: 0.6rem;
	text-shadow: 1px 1px 1px #333;	
	font-weight: bold;
	margin: 0;
    padding: 0;
    line-height: 16px;
}


/*========================================================
                         按鈕設定
=========================================================*/

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
/*
    background: rgba(48,24,81,1) no-repeat center center;
    background-size: 50% 50%;
    border-radius: 50%;
*/
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: #3c3936;
    border: 2px solid #fff;
    opacity: 1;
    border-radius: 50%;
/*
    background-color: #14151f;
    opacity: 1;
    height: 5px;
*/
}
.carousel-indicators .active {
    opacity: 1;
    background-color: #e5d8b3;
}


/*========================================================
                         動畫設定
=========================================================*/

@-webkit-keyframes animatedBackground {
    0% {transform: scale(1.0);}
    100% {transform: scale(1.1);}
}
@-o-keyframes animatedBackground {
    0% {transform: scale(1.0);}
    100% {transform: scale(1.1);}
}
@-moz-keyframes animatedBackground {
    0% {transform: scale(1.0);}
    100% {transform: scale(1.1);}
}
@keyframes animatedBackground {
    0% {transform: scale(1.0);}
    100% {transform: scale(1.1);}
}


/* 只設定電腦版有效果 */

/*
.carousel-intro img {
	animation: animatedBackground 15s infinite alternate;
    -moz-animation: animatedBackground 15s infinite alternate;
    -webkit-animation: animatedBackground 15s infinite alternate;
    -ms-animation: animatedBackground 15s infinite alternate;
    -o-animation: animatedBackground 15s infinite alternate;
}
*/




/*========================================================
                        尺寸設定
=========================================================*/

/*
@media (max-width: 479px) {
    .carousel-intro .carousel-item img {
        height: 240px;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .carousel-intro .carousel-item img {
        height: 280px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .carousel-intro .carousel-item img {
        height: 360px;
    }
}
@media (max-width: 1023px) {
    .carousel-intro .carousel-item img {
        object-fit: cover;
    }
}
*/
@media (min-width: 768px) {
	.carousel-intro .carousel-caption h2 {
        font-size: 1.4rem;
        line-height: 28px;
	}
    .carousel-intro .carousel-caption p {
        font-size: 0.8rem;
        line-height: 20px;
    }
	.banner-l {
		display: block;
		margin-top: 0;
	}
	.banner-m {
		display: none;
	}  
}
@media (min-width: 992px) {
	.carousel-intro .carousel-caption h2 {
        font-size: 1.6rem;
        line-height: 32px;
	}
    .carousel-intro .carousel-caption p {
        font-size: 1rem;
        line-height: 24px;
    }
}
@media (min-width: 1200px) {
	.carousel-intro .carousel-caption h2 {
        font-size: 2rem;
        line-height: 36px;
	}
    .carousel-intro .carousel-caption p {
        font-size: 1.1rem;
        line-height: 26px;
    }
}
@media (min-width: 1600px) {
	.carousel-intro .carousel-caption h2 {
        font-size: 2.2rem;
        line-height: 40px;
	}
    .carousel-intro .carousel-caption p {
        font-size: 1.2rem;
        line-height: 28px;
    }

}




/*========================================================
                      	推薦商品
=========================================================*/
.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;
	}
}




