@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: #f1f1f1; */
}

.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
  }
}
.wordbox_item {
  margin-top: 10px;
  font-size: 1.05rem;
}
.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;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.25);
  /*background-color: transparent;*/
  /*#000*/
  top: 50%;
  text-align: center;
  opacity: 1;
  /*.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: #ffb91d;
}

.carousel-control-next:focus, .carousel-control-prev:focus {
  color: #fff;
  text-decoration: none;
  /*border: 2px solid #fff;*/
  outline: 0;
  background: #ffb91d;
  /* background: rgba(0, 157, 255, 1); */
  /*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: 4px;
  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;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  /*flex-end*/
  padding-left: 0;
  /*margin-right: 20%;*/
  /*margin-left: 20%;*/
  /*-30%*/
  list-style: none;
  /*left: 50%;*/
  /*標準50% left: 0 */
  bottom: 0px;
  width: 60%;
  height: 12px;
  text-align: center;
  z-index: 15;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 13px;
  height: 13px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #9e9e9e;
  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: #ffc817;
}

.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  ------------- // */
/* // ------------- AA 需求 控制撥放按鈕 CSS START  ------------- // */
/* -- SILDER 控制 START -- */
.carousel-indicators-right {
  position: absolute;
  display: flex;
  -webkit-box-pack: center;
  justify-content: flex-end;
  padding-left: 0;
  list-style: none;
  right: 0%;
  top: 10px;
  width: 60%;
  height: 12px;
  text-align: center;
  z-index: 15;
}
@media(max-width:480px) {
	.carousel-indicators-right {
		display: none;
	}
}

.glyphicon-sp {
  position: relative;
  top: 35%;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* --------- 播放 -------- */
.start-slide a {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid #fff;
  color: #FFFFFF;
  /*c33c70*/
}

.start-slide a:hover {
  text-decoration: none;
  outline: 0;
  opacity: .9;
  color: #FFFFFF;
  background: #096798;
}

.start-slide i {
  position: relative;
  font-size: 1.5rem;
  list-style: none;
  font-weight: 400;
  line-height: 1.2;
  vertical-align: middle;
}

/*.pause-slide i:focus {
    color: #ff0000;
}*/
/* --------- 暫停 -------- */
.pause-slide a {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid #fff;
  color: #FFFFFF;
  /*c33c70*/
}

.pause-slide a:hover {
  text-decoration: none;
  outline: 0;
  opacity: .9;
  color: #FFFFFF;
  background: #096798;
}

.pause-slide i {
  position: relative;
  font-size: 1.5rem;
  list-style: none;
  font-weight: 400;
  line-height: 1.2;
  vertical-align: middle;
}

/*.pause-slide i:focus {
    color: #ff0000;
}*/
@media (max-width: 320px) {
  .carousel-indicators-right {
    position: absolute;
    right: 4%;
    bottom: -40%;
  }

  /* -- SILDER 控制 END -- */
  /* // ------------- AA 需求 控制撥放按鈕 CSS END  ------------- // */
