@charset "utf-8";
/* CSS Document */

/*font-size: 16=1rem*/

/* // -------------標準bootstrap carousel ( BANNER )CSS START ------------- // */
.templateux-cover {
	background-size: cover
}

.templateux-cover,.templateux-cover {
	/*min-height: 150px;*/ /*800*/
	position: relative;
	background: #0169ca;
}

.templateux-cover .heading {
	font-size: 1.875rem; /*30*/
	line-height: 1.5;
	color: #000
}

@media (min-width:768px) {
	.templateux-cover .heading {
		font-size: 3.125rem;/*50*/
	}
}

.templateux-cover .lead {
	color: #999999;
	line-height: 1.8
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-item {
	position: relative;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-webkit-transition: -webkit-transform 0.6s ease;
	transition: -webkit-transform 0.6s ease;
	-o-transition: transform 0.6s ease;
	transition: transform 0.6s ease;
	transition: transform 0.6s ease, -webkit-transform 0.6s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px
}

@media screen and (prefers-reduced-motion:reduce) {
	.carousel-item {
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}
}

.carousel-item-next,.carousel-item-prev,.carousel-item.active {
	display: block
}

.carousel-item-next,.carousel-item-prev {
	position: absolute;
	top: 0
}

.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
	.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.active.carousel-item-right,.carousel-item-next {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
	.active.carousel-item-right,.carousel-item-next {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.active.carousel-item-left,.carousel-item-prev {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
	.active.carousel-item-left,.carousel-item-prev {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-duration: .6s;
	-o-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active {
	opacity: 1
}

.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
	opacity: 0
}

.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
	.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade.carousel-item-prev,.carousel-fade .carousel-item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}


/* ----- // 左右選擇點 START // ----- */
.carousel-control-next,.carousel-control-prev {
	position: absolute;
	font-size: 1.25rem; /*20*/
	color: #fff;
	width: 40px;
	height: 40px; /*40*/
	line-height: 40px;
	/*border-radius: 50%;*/
	background-color: transparent ; /*#000*/
	top: 50%;
	text-align: center;
	opacity: .8; /*.05*/
	/*opacity: .15;*/ /*.05*/
	cursor: pointer;
	
	border: 1px solid #fff;
	
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	
}

.carousel-control-next:hover, .carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
	background: #c33305;
	/*background: #b411fe;*/
}
.carousel-control-next:focus, .carousel-control-prev:focus {
	color: #fff;
	text-decoration: none;
	border: 2px solid #fff;
	
	outline: 0;
	/*opacity: .25*/
}

.carousel-control-prev {
	left: 15px;
}

.carousel-control-next {
	right: 15px;
}

.carousel-control-next-icon,.carousel-control-prev-icon {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 40px;
	top: 0px;
	background: transparent no-repeat center center;
	background-size: 100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%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;charset=utf8,%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")
}
/* ----- // 左右選擇點 END // ----- */


/* ----- // 循環點 START // ----- */
.carousel-indicators {
	position: absolute;
	right: 0;
	top: 10px;
	left: 65%; /*標準50% left: 0 */
	z-index: 15;
	display: flex;
	-webkit-box-pack: center;
	justify-content: flex-end;
	padding-left: 0;
	/*margin-right: 20%;*/
	/*margin-left: 20%;*/ /*-30%*/
	list-style: none;

	bottom: 10px;
	width: 60%;
	height: 12px;
	text-align: center;
}

.carousel-indicators li {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 10px;
	height: 10px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.5)
}

.carousel-indicators li:before {
	position: absolute;
	top: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: ""
}

.carousel-indicators li:after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: ""
}

.carousel-indicators .active {
	background-color: #ffbd2b;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center
}
/* ----- // 循環點 END // ----- */

/* // ------------- 標準bootstrap carousel ( BANNER )CSS END  ------------- // */











































