@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family: "微軟正黑體";
}
a{
 outline: none; /* for Firefox */
 hlbr:expression(this.onFocus=this.blur()); /* for IE */
}

body {
	background-color: #413F40;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../images/background.png);
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 104px;
	width: 900px;
	background-image: url(../images/bg/header.jpg);
	position: relative;
}
#header #logo {
	height: 104px;
	width: 295px;
	float: left;
	background-image: url(../images/logo.png);
}
#header #logo a {
	text-indent: -9999px;
	display: block;
	height: 104px;
	width: 295px;
}
#header #home {
	height: 16px;
	width: 76px;
	position: absolute;
	right: 20px;
	top: 20px;
}
#header #home a {
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 100%;
	width: 100%;
	display: block;
	text-indent: -9999px;
}
#header #home a:hover{
	background-image: url(../images/home_1.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#navi {
	height: 44px;
	width: 746px;
	background-image: url(../images/bg/navi.jpg);
	padding-right: 18px;
	padding-left: 136px;
}
#navi li {
	list-style-type: none;
	height: 44px;
	float: left;
}
#navi a {
	text-indent: -9999px;
	display: block;
	height: 44px;
}
/* CSS Document */

#container {
	width: 900px;
	min-height: 604px;
	/* background-image: url(../images/bg/subbg_1.png); */
	background-repeat: no-repeat;
	background-color: #f6f7f7;
	background-position: center 35px;
}
#container #belt {
	background-image: url(../images/bg/belt_sub.png);
	height: 35px;
	width: 900px;
}
#container #content {
	width: 900px;
	min-height: 604px;
}


#footer {
	background-image: url(../images/bg/footer.jpg);
	height: 58px;
	width: 900px;
	background-repeat: no-repeat;
	font-size: 11px;
	color: #CCC;
	text-align: center;
	padding-top: 12px;
	line-height: 18px;
	letter-spacing: 1px;
}
.goTop {
	text-align: right;
	height: 24px;
	line-height: 26px;
	font-family: Meta-Normal;
	font-weight: bolder;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.goTop a {
	color: #F60;
	text-decoration: none;
	display: block;
	width: 40px;
	float: right;
	background-image: url(../images/arrowTop.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 24px;
}
.h-content {
	padding: 15px;
}
.aboutimg {
	margin-bottom: 15px;
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	box-sizing: border-box;
}
.col {
	position: relative;
	width: 100%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	padding: 15px 10px;
	box-sizing: border-box;
}
.col--6 {
	flex: 0 0 50%;
	max-width: 50%;
}
.fancybox--img img {
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.fancybox--img {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.fancybox--img:after {
	content: '';
	display: block;
	padding-bottom: 100%;
}
.fancybox--img:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255, .4);
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 2;
}
.fancybox--img:hover:before {
	opacity: 1;
}
:root {
	--carousel-button-color: white;
}
.fancybox__container {
	color: white;
}
.carousel__button svg {
	stroke: white;
}
.card--news {
	display: block;
	position: relative;
	text-decoration: none;
}
.card--news .card--img {
	position: relative;
	overflow: hidden;
}
.card--news .card--img::after {
	content: '';
	display: block;
	padding-bottom: 60%;

}
.card--news .card--img img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.card--news .card--caption {
	padding: 1rem .5rem;
}
.card--news .card--caption .caption__title {
	text-decoration: none;
}
.card--news .caption__button {
	padding-top: .5rem;
	text-align: right;
}
.card--news:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(255,255,255, .4);
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 2;
}
.card--news:hover:before {
	opacity: 1;
}
.mb-3 {
	margin-bottom: 15px;
}
.text-center {
	padding: 30px 0;
	text-align: center;
}
.h-content p {
	font-size: 14px;
	line-height: 2;
	margin-bottom: 1rem;
}
.h-content .h-caption {
	padding: 0 2rem;
}
.h-content a {
	color: 
}
.hover--img {
	position: relative;
	display: block;
	overflow: hidden;
}
.hover--img:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(255,255,255,0.4);
	opacity: 0;
	transition: opacity 0.3s ease;
}
.hover--img:hover:after {
	opacity: 1;
}