/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 95%;
	-ms-touch-action: pan-y;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
/*按鈕*/
.owl-next {
	position: absolute;
	background: #ccc url(../images/nav.png) no-repeat 3px -18px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-indent: -9000px;
	background-color: #fff;
	cursor: pointer;
	opacity: 0.3;
	top: 40%;
	right: 0px;
}
.owl-prev {
	position: absolute;
	background: #ccc url(../images/nav.png) no-repeat 3px 2px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-indent: -9000px;
	background-color: #fff;
	cursor: pointer;
	opacity: 0.3;
	top: 40%;
	left: 0px;
}
.promore {
	overflow: initial;
}
/*內容*/
.owlbox {
	display: block;
	width: 86%;
	height: auto;
	margin-left: 7%;
	margin-right: 7%;
	overflow: hidden;
}
.owlbox-image {
	display: block;
	width: 218px;
	height: 89px;
	margin: 0 auto;
	overflow: hidden;
}
.owlbox-content {
	display: block;
	/*width: calc(100% - 0px);*/
	width: 218px;
	height: 30px;
	background-color: #0060b1;
	line-height: 1.875rem;
	font-family: Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	color: #fff;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;
}
.owlbox-content_title {
	font-size: 0.813rem;
	line-height: 1.875rem;
	text-align: right;
	padding-right: 20px;
	clear: both;
}
.owlbox-content_title a {
	color: #fff;
}
.owlbox-content_title a:hover {
	color: #fff;
}
