body,div,p,a,span,h1,h2,h3,h4,h5,h6{
	font-family: Microsoft JhengHei;
}
.home-item-one{
	padding-top: 130px;
	padding-bottom: 15%;
	background-image: url(../image/bg-img-01.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.menu-link{
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 2%;
    z-index: 0;
}
.menu-one-link{
	color: #5e2e06!important;
    transition-duration:.1s; 
    position: relative;
}
.menu-one-link:before{
	content: "";
	z-index: -10;
	background-image: url(../image/menu-btn-01.png);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition-duration:.1s; 
    opacity: 1;
}
.menu-one-link:after{
	content: "";
	z-index: -10;
	background-image: url(../image/menu-btn-02.png);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 150px;
    transition-duration:.1s;
    opacity: 0;
}

@media (min-width: 992px){
	.menu-one-link{
	    transition-duration:.5s; 
	}
	.menu-one-link:before{
	    transition-duration:.5s;
	}
	.menu-one-link:after{
	    transition-duration:.5s;
	}
}

.menu-one-link:hover{
	color: #FFFFFF!important;
}
.menu-one-link:hover.menu-one-link:before{
	opacity: 0;
	left:-150px;
	/*display: none;*/
}
.menu-one-link:hover.menu-one-link:after{
	opacity: 1;
	left:0px;
}
.menu-one-link.show{
	color: #FFFFFF!important;
}
.menu-one-link.show.menu-one-link:before{
	opacity: 0;
	left:-150px;
	/*display: none;*/
}
.menu-one-link.show.menu-one-link:after{
	opacity: 1;
	left:0px;
}
.menu-bg-02{
	color: #FFFFFF;
	background-image: url(../image/menu-btn-02.png);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.menu-dropdown-link{
	height: 35px;
    width: 100%;
    background-image: url(../image/cable.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #FFFFFF;
    background-color: unset;
}
.menu-box{
	background: #FFFFFF;
	padding: 3%;
}
.about-title-size{
	font-size: 40px;
}
@media (min-width: 992px){
	.home-item-one{
		padding-top: 15%;
	}
	.menu-link{
		width: 150px;
		box-shadow: 2px 2px 2px 0px #FFFFFF;
		margin-right: 10px;
		z-index: unset;
	}
	.menu-dropdown-link{
		width: 140px;
	}
	.menu-box{
		background: transparent;
	}
	.about-title-size{
		font-size: 60px;
	}
	.width-md-45{
		width: 45%
	}
}
.text-monospace{
	font-family: monospace;
}
.text-Microsoft-JhengHei{
	font-family: Microsoft JhengHei;
}
.body-title{
	font-family: Microsoft JhengHei;
	font-weight: bold;
}
.MoreBtn{
	width: 130px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
}
.header{
	z-index: 1000;
	padding: 30px 0;
}
.body{
	padding: 30% 0 0% 0;
}
@media (min-width: 992px){
	.body{
		padding: 14% 0 0% 0;
	}
	.MoreBtn{
		font-size: 15px;
		width: 150px;
		padding: 12px;
	}
}
.footer{
	background-image: url(../image/bg-mahogany.jpg);
	z-index: 1000;
}
/*-- 標題 --*/
.Web-Title{
	color: #000;
	font-weight: bold;
	font-family: sans-serif;
	letter-spacing: 3px;
}
.Web-Title-text{
	color: #000;
	font-weight: bold;
	font-family: sans-serif;
	letter-spacing: 3px;
}
/*-- 路徑連結 --*/
.PathLink{
	list-style: none;
	margin-bottom: unset;
}
.PathLink a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
/*-- 背景圖 --*/
.bg-image-gray{
	background-image: url(../image/bg-gray.jpg);
}
/*-- 背景圖-首頁 --*/
.bg-image-css{
	position:absolute;
	top: 0;
	z-index: -1000;
}
/*-- 背景圖-關於我們 --*/
.about-bg-Image{
	background-image: url(../image/about-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: unset;
}
.about-bg-Image2{
	background-image: url(../image/about-bg-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: unset;
}
/*-- 背景圖-產品介紹 --*/
/*.product-bg-image{
	background-image: url(../image/product-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}*/
/*.product-care-bg-image{
	background-image: url(../image/Purple_Starry_Sky.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}*/
/*-- 背景圖-關於我們 --*/
/*.contact-bg-image{
	background-image: url(../image/Purple_Starry_Sky.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}*/
/*-- 背景圖 --*/

@media (min-width: 992px){
	.top-image-row{
		height: 713px;
	}
	.bottom-image-row{
		height: 690px;
	}
}

/*-- 共同 --*/
.link-item{
	color: #000;
	text-decoration:none;
}
/*-- 分隔線 --*/
.web-divider{
	border: 2px solid#663403;
}
.Vertical-line{
	height: 110px;
    background: #b2a0a0;
    width: 4px;
    margin: 5px auto;
}

/*-- 首頁 --*/
.about-title-box{
	padding: 0 8%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 166px;
}

/*-- footer --*/
.footer-menu-link{
	text-decoration: none;
}
.footer-menu-link h5{
	font-weight: bold;
	font-family: Microsoft JhengHei;
}