@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2019-04-01 11:07:50
 * @version $Id$
 */

/*start nav-bar*/
.md-theme-logo{
  display: inline-block;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-left: auto;
}

.md-theme-logo img{
  max-width: 80px;
}

@media (min-width: 768px) {
  .md-theme-logo{
    display: none;
  }
  .md-theme-logo img{
    max-width: 120px;
  }
}
/*end nav-bar*/

/* 首頁公告 */
.announcement{
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(11, 121, 136,.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.announcement .popup{
  width: 100%;
  max-width: 500px;
  background-color: #fff;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 16px 32px;
  border-radius: 16px;
}

.btn-check{
  border: 2px solid #C7A532;
  background: #C7A532;
  color: #fff;
  font-size: 1.8rem;
  padding: 16px 32px;
  border-radius: 100px;
  cursor: pointer;
}

.btn-check:hover{
  border: 2px solid #4F2D1E;
  background:#4F2D1E;
}



@media (min-width: 768px) {
  .announcement{
    display: block;
  }
}




/*start 首頁第一頻*/
.topic-title{
	position: absolute;
	top: -8%;
	right: 0%;
	z-index: 10;
	text-align: center;
}

@keyframes fly-left{
	0%{
	  left:260px;
    top: -350px;
    width: 200px;
    transform: rotate(-50deg);
    opacity: 0;


	}

/*	70%{
	left: 66%;
	top: -345px;
	width: 140px;
	transform: rotate(-60deg);
	}*/

	100%{
	left: 260px;
	top: -350px;
	width: 200px;
  transform: rotate(0deg);
  opacity: 1;
	}
}

@keyframes fly-right{
	0%{
	  left:500px;
    top: -208px;
    width: 150px;
    transform: rotate(78deg);
    opacity: 0;
	}

/*	70%{
	left: 66%;
	top: -345px;
	width: 140px;
	transform: rotate(-60deg);
	}*/

	100%{
	left: 520px;
	top: -238px;
	width: 150px;
	transform: rotate(0deg);
  opacity: 1;
	}
}

.sign-up{
	position: relative;
	top: 30px;
	border: 2px solid #C7A532;
	background-color: #C7A532;
	color: #fff;
}

@media (min-width: 576px) {
  	.sign-up{
		position: relative;
		top: 50px;
	}
}

@media (min-width: 768px) {
	.sign-up{
		position: relative;
		top: -60px;
	}

  .sign-up-mobile{
    display: none;
  }

	.topic-title{
		position: absolute;
		top: 3%;
		right: 0;
		z-index: 10;
    text-align: right;
    width: 340px;
  }
  

}

@media (min-width: 992px) {
	.sign-up{
		position: relative;
		top: -60px;
	}
}

@media (min-width: 1200px) {
	.sign-up{
		position: relative;
    top: 100px;
    left: -100px;
	}
}


.topic-tiger{
  display: inline-block;
  width: 100%;
  max-width: 400px;
  padding-bottom: 30px;
  position: absolute;
  bottom:6%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  mix-blend-mode: multiply;
}

.video-topic{
  display: block;
  width: 100%;
  max-width: 1200px;
  /* overflow: hidden; */
  position: absolute;
  top: 15%;
  left: 52%;
  transform: translateX(-52%);
  text-align: center;
  box-shadow: 4px 4px 4px rgba(0,0,0, .5);
}

/* .video-topic::before{
  content: url(../images/index/slogan.png);
  display: none;
  position: absolute;
  width: 200px;
  right: -300px;
  top: -100px;
  z-index: -1;
} */

.video-topic::after{
  content: '';
  /* background-image: url(../images/index/subtitle.png); */
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  bottom: -44px;
  z-index: -1;
}

.video-topic video{
  margin: auto;
}

.title-word{
  mix-blend-mode: multiply;
  display: none;
}

.slogan{
  display: none;
}

#home{
  position: relative;
}

#home .sign-up{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

#home .decoration{
  height: 100vh;
}

#home .decoration img:nth-child(1){
  position: absolute;
  bottom: 0;
  right: 0;
}

#home .decoration img:nth-child(2){
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 50%;
}

#home .decoration img:nth-child(3){
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 50%;
}



@media (min-width: 768px){
  .video-topic{
    top: 19%;
    left: 52%;
  }
  .video-topic::before,  .video-topic::after{
    display: inline-block;
  }
  .topic-tiger{
    display: none;
    position: absolute;
    bottom:2%;
    left: -3%;
    transform: translateX(0);
    z-index: -1;
  }
  .topic-tiger::before{
    content: url(../images/index/slogan.svg);
    display: inline-block;
    width: 100%;
    max-width: 24px;
    position: relative;
    left: 12px;
    bottom: -50px;

  }

  

  #home .sign-up{
    position: absolute;
    top: 90%;
    left: 51%;
    transform: translateX(-50%);
  }

  #home .decoration img:nth-child(1){
    position: absolute;
    bottom: 0;
    right: 0;
  }
  
  #home .decoration img:nth-child(2){
    position: absolute;
    bottom: 60px;
    left: 12%;
    width: 20%;
  }
  
  #home .decoration img:nth-child(3){
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 35%;
  }

}

@media(min-width:1200px){
  .title-word{
    display: inline-block;
    width: 240px;
    position: absolute;
    top: 50px;
    left: 5%;
  }
  .slogan{
    display: inline-block;
    width: auto;
    position: absolute;
    top: 130px;
    right: 8%;
  }
}
/*end 首頁第一頻*/





/*start 輪播banner*/
.banner-style-1 .jumbotron{
	padding-top:100px;
}

.pic-banner{
	filter:drop-shadow(5px 10px 10px rgba(40,40,40,.8));
	z-index: -1;
	display: none;
}

@media (min-width: 768px) {
	.pic-banner{
		padding: 0;
		margin-top: auto;
    left: 130px;
    top:30px;
		/* -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
		clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%); */
		display: block;
	}
}

.banner-event-date-venue,.md-bannertext-img h1,.md-bannertext-img h5,.md-bannertext-img a{
	position: relative;
	z-index: 15;
}

@media (min-width: 768px) {
	.banner-event-date-venue,.md-bannertext-img h1,.md-bannertext-img h5{
	left: 40%;
	}
}

.md-bannertext-img h1{
	text-shadow: 2px 2px 6px rgba(40,40,40,.9);
}

.menuBar .navbar-nav li a{
	padding: 4px 18px;
}

.banner-style-1{
	overflow: hidden;
	background-position:center;
  background-size: cover;
	background-image:
  /* url(../images/index/mountain-bg.png), */
  url(../images/index/background.png),
  linear-gradient(180deg,#4F2D1E  0%,#4F2D1E 30%, #4F2D1E  50%,#4F2D1E 80%, #4F2D1E 100%);
}



/* .banner-style-1::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 140vh;
	opacity: 0;
	background-image:linear-gradient(100deg,#DA535F  0%,#F6A901  80%,rgb(255, 217, 0) 100%);
} */
/*end 輪播banner*/

/*start 講師陣容*/
@media (max-width: 480px){
	.text-medium-22 {
    	font-size: 18px;
	}
}

@media (max-width: 1199px){
	.text-small-16 {
    	font-size: 16px;
	}
}



.teacher{
	min-height: 416px;
}


.speaker-image{
	border-radius: 50%;
	padding: 0;
}

.speaker-image img{
	border: 1px solid #eeeeee;
}

@media (min-width: 768px) {
	.speaker-image{
		padding: 10px 30px 0;
	}
}

.more{
	display: block;
    color: #fff;
    width: 50%;
    font-size: 17px;
    line-height: 44px;
    letter-spacing: 0.3em;
    text-align: center;
    border: 2px solid #4F2D1E;
    background-color: #4F2D1E;
    cursor: pointer;
    margin: auto;
    /*margin-bottom: 50px;*/
    transition: .5 ease;
}

.btn:hover{
	color: #4F2D1E;
	background-color: #fff;
}

.speaker-slides-02{
	display: none;
}
/*end 講師陣容*/

/*start 關於領袖班*/
.dark-blue-overlay{
	background-color: #4F2D1E;
}

.md-about-left{
	/*position: relative;*/
	z-index: 5;
}

.circle-about{
	position: relative;
	display: none;
	left: -300px;
}

.five-special{
  padding: 16px;
  border: 1px solid #fff;
}

.five-special .text-medium-25{
  font-weight: 800;
  background-color: #fff;
  color: #4F2D1E;
  padding: -16px;
  
}


@media (min-width: 1200px) {
	.circle-about{
		display: block;
	}
}

.startup-word{
	top: 10px;
    left: 525px;
}

.startup{
	top: -13px;
    left: 708px;
    transition: .3s ease;
}

.mobile-word{
	top: 123px;
    left: 580px;
}

.mobile{
	top: 100px;
    left: 753px;
    transition: .3s ease;
}

.application-word{
	top: 238px;
    left: 575px;
}

.application{
	top: 215px;
    left: 790px;
    transition: .3s ease;
}

.relationship-word{
	top: 342px;
    left: 555px;
}

.relationship{
	top: 318px;
    left: 775px;
    transition: .3s ease;
}

.transformation-word{
	top: 446px;
    left: 500px;
}

.transformation{
	top: 420px;
    left: 745px;
    transition: .3s ease;
}

img[class*="icon"]{
	animation: shinny-icon 2.5s infinite ease;
}

/*.about-icon{
	animation: shinny-icon 2.5s infinite ease;
}*/

@keyframes shinny-icon{
	0%{
		filter: drop-shadow(0px 2px 2px transparent);
	}

	50%{
		filter: drop-shadow(0px 2px 2px #fff);
	}

	100%{
		filter: drop-shadow(0px 2px 2px transparent);
	}

}

/*.startup:hover,.mobile:hover,.application:hover,.relationship:hover,.transformation:hover{
	filter: drop-shadow(0px 2px 2px #fff);
}*/
.bounceIn{
	animation:bounceIn 1s ease;
}
/*end 關於領袖班*/

/*start 領袖議程*/
.areaBtn{
	margin: 10px 4px;
}

#schedule .btn-info,.class-button .btn-info{
	background-color: #4F2D1E;
	transition: .5s ease;

}

#schedule .btn-info:focus,#schedule .btn-info:active,
.class-button .btn-info:focus,.class-button .btn-info:active{
	color: #4F2D1E;
	background-color: #fff;

}

#schedule .btn-info:hover,#schedule .btn-info:focus,#schedule .btn-info:active,
.class-button .btn-info:hover,.class-button .btn-info:focus,.class-button .btn-info:active{
	border-color: #4F2D1E;
	background-color: #fff;
}

#schedule .btn-success,
.class-button .btn-success{
	background-color: #C7A532;
}

#schedule .btn-success:focus,#schedule .btn-success:active,
.class-button .btn-success:focus,.class-button .btn-success:active{
	color: #fff;
	background-color: #fff;
}

#schedule .btn-success:hover,
.class-button .btn-success:hover{
	border-color: #C7A532;
	background-color: #C7A532;
	color: #fff; 
}

#schedule .btn-success:focus,#schedule .btn-success:active,
.class-button .btn-success:focus,.class-button .btn-success:active{
	background-color:  #C7A532;
	border-color: #C7A532;
	box-shadow: none;
}
/*end 領袖議程*/

/*start 班別資訊*/
.south-class,.summit-class,.online-class{
	display: none;
}

.class-button{
	padding: 0 10px 30px;
}

.classBtn{
	margin: 10px 10px;
}

.choose-class{
	padding-bottom: 20px;
  line-height: 1.5;
}

.choose-class p{
	font-size: 18px;
	letter-spacing: 2px;
}

.choose-class .title-class{
	font-size: 28px;
	font-weight: 600;
	color: #C7A532;
	margin: 0 0 12px 0;
	/* text-shadow: 1px 1px 1px rgba(255,255,255,.8); */
}

.choose-class .date-class{
	font-size: 24px;
	font-weight: 600;
	color:rgb(255, 255, 255);
	margin: 0 0 50px 0;
  line-height: 1.5;
}

.google-map{
	padding: 0;
}

.traffic .btn{
  color: #fff;
  background-color: #4F2D1E;
  border: 2px solid #fff;
}

.traffic .btn:hover{
  color: #4F2D1E;
  background-color: rgb(255, 255, 255);
  border: 2px solid #4F2D1E;
}

/*end 班別資訊*/

/*start 我要報名*/
.mb-40{
	margin-bottom: 40px;
}

.time-activity{
  width: 230px;
  height: 120px;
  background-color: #4F2D1E;
  color: #fff;
  margin: 8px;
  line-height: 1.5;
  padding: 6px;
  position: relative;
}

.time-activity::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-width: 60px 0 60px 20px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.time-activity::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-width: 60px 0 60px 20px;
  border-style: solid;
  border-color: #fff transparent #fff transparent;
}


.time-activity span:nth-child(1){
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: #C7A532;
  text-shadow: 2px 2px 0px rgba(0,0,0,.4);
}

.time-activity span:nth-child(2){
  font-size: 1rem;
}

.time01{
  background-color: #a98170;
}

.time02{
  background-color: #996149;
}

.time03{
  background-color: #4F2D1E;
}

.time04{
  background-color: #4F2D1E;
}




/*end 我要報名*/

/*start 精彩回顧*/
.report p{
	font-size: 24px;
	margin: 20px 0 50px 0;
	letter-spacing: 2px; 
	line-height: 36px;
}

.report a{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	margin: 0px 0 20px 0;
	line-height: 27px;
}

.report a:hover, .report a:focus{
	color: #C7A532;
}

.report .fa-thumbs-up{
	color: #C7A532;
	padding: 0 5px;
}

.history-news{
  width: 250px;
  height: 250px;
  display: inline-block;
  margin: 8px;
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
  filter:grayscale(1);
}

.history-news:hover, .history-news:focus{
  filter:grayscale(0);
}

.history-news::before{
  content: '';
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 248px;
  height: 248px;
  background: rgba(0,0,0, .6);
  transition:.3s;
}

.history-news::after{
  content: '';
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #C7A532 transparent transparent #C7A532;
  transition:.3s;
}

.history-news.news01{
  background:url(../images/history01.jpg);
}

.history-news.news02{
  background:url(../images/history02.jpg);
}

.history-news.news03{
  background:url(../images/history03.jpg);
}

.history-news.news04{
  background:url(../images/history04.jpg);
}

.history-news span{
  display: inline-block;
  color: #ffffff;
  /* background:  rgba(255,255,255,.8); */
  padding: 10px 0;
  font-size: 1.25rem;
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-bottom: 1px solid #fff;
  transition:.3s;
}

.history-news:hover.history-news::before, .history-news:focus.history-news::before{
  background: rgba(0,0,0,0);
}

.history-news:hover.history-news span, .history-news:focus.history-news span{
  top: 30%;
}

.history-news:hover.history-news::after{
  border-width: 20px;
}
/*end 精彩回顧*/

/*start 聯絡我們*/
#contactus .fa-facebook{
  font-size: 5rem;
  color: #C7A532;
}

#contactus .FB-icon{
  display: inline-block;
  margin-bottom: 8px;
}


@media (max-width: 991px){
	h5 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 50px;
	}
}
/*end 聯絡我們*/

/*齒輪*/
.set-gear{
	height: 100px;
	margin-bottom: 50px;
}

.add-teacher{
	font-size: 20px;
	font-weight: 600;
	margin-top: 85px;
}




.clock {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 47%;
  -webkit-transform: translateX(-47%) translateY(-50%);
  -moz-transform: translateX(-47%) translateY(-50%);
  -ms-transform: translateX(-47%) translateY(-50%);
  -o-transform: translateX(-47%) translateY(-50%);
  transform: translateX(-47%) translateY(-50%);
  margin-top: 40px;
}

.gears {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.7;
}

.gears + .gears {
  opacity: 1;
}

.gear, .gear--standard, .gear--reverse, .gear--large {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  background: #4F2D1E;
  border-radius: 50%;
  position: relative;
}
.gear:before, .gear--standard:before, .gear--reverse:before, .gear--large:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  z-index: 200;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-animation: rainbow 20s linear;
  -moz-animation: rainbow 20s linear;
  animation: rainbow 20s linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.gear:after, .gear--standard:after, .gear--reverse:after, .gear--large:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
}

.gear--standard {
  -webkit-animation: spin 3s linear, rainbow 20s linear;
  -moz-animation: spin 3s linear, rainbow 20s linear;
  animation: spin 3s linear, rainbow 20s linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0.55;
}

.gear--reverse {
  -webkit-animation: spin_back 3s linear, rainbow 20s linear;
  -moz-animation: spin_back 3s linear, rainbow 20s linear;
  animation: spin_back 3s linear, rainbow 20s linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.gear--large {
  display: block;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 4.5s linear, rainbow 20s linear;
  -moz-animation: spin 4.5s linear, rainbow 20s linear;
  animation: spin 4.5s linear, rainbow 20s linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.gear--large:after {
  display: block;
  width: 55px;
  height: 55px;
}
.gear--large.cornered {
  top: -40px;
  left: 60px;
}
.gear--large.cornered + .cornered {
  top: -37px;
  left: 69px;
  -webkit-animation: spin_back 4.5s linear, rainbow 20s linear;
  -moz-animation: spin_back 4.5s linear, rainbow 20s linear;
  animation: spin_back 4.5s linear, rainbow 20s linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.gear__peg, .gear__peg--large {
  display: block;
  width: 12px;
  height: 30px;
  background: #4F2D1E;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-top: -5px;
  margin-left: -6px;
  -webkit-animation: rainbow 20s linear;
  -moz-animation: rainbow 20s linear;
  animation: rainbow 20s linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.gear__peg--large {
  display: block;
  width: 12px;
  height: 45px;
}

.gear__peg:nth-child(1), .gear__peg--large:nth-child(1) {
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
}

.gear__peg:nth-child(2), .gear__peg--large:nth-child(2) {
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: rotate(80deg);
  -moz-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  -o-transform: rotate(80deg);
  transform: rotate(80deg);
}

.gear__peg:nth-child(3), .gear__peg--large:nth-child(3) {
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
}

.gear__peg:nth-child(4), .gear__peg--large:nth-child(4) {
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: rotate(160deg);
  -moz-transform: rotate(160deg);
  -ms-transform: rotate(160deg);
  -o-transform: rotate(160deg);
  transform: rotate(160deg);
}

.gear__peg:nth-child(5), .gear__peg--large:nth-child(5) {
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: rotate(200deg);
  -moz-transform: rotate(200deg);
  -ms-transform: rotate(200deg);
  -o-transform: rotate(200deg);
  transform: rotate(200deg);
}

.gear__peg:nth-child(6), .gear__peg--large:nth-child(6) {
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: rotate(240deg);
  -moz-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  -o-transform: rotate(240deg);
  transform: rotate(240deg);
}

.gear__peg:nth-child(7), .gear__peg--large:nth-child(7) {
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: rotate(280deg);
  -moz-transform: rotate(280deg);
  -ms-transform: rotate(280deg);
  -o-transform: rotate(280deg);
  transform: rotate(280deg);
}

.gear__peg:nth-child(8), .gear__peg--large:nth-child(8) {
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: rotate(320deg);
  -moz-transform: rotate(320deg);
  -ms-transform: rotate(320deg);
  -o-transform: rotate(320deg);
  transform: rotate(320deg);
}

.gear__peg:nth-child(9), .gear__peg--large:nth-child(9) {
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.gear__peg--large:nth-child(1) {
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}

.gear__peg--large:nth-child(2) {
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}

.gear__peg--large:nth-child(3) {
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.gear__peg--large:nth-child(4) {
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
}

.gear__peg--large:nth-child(5) {
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: rotate(150deg);
  -moz-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  -o-transform: rotate(150deg);
  transform: rotate(150deg);
}

.gear__peg--large:nth-child(6) {
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.gear__peg--large:nth-child(7) {
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: rotate(210deg);
  -moz-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  -o-transform: rotate(210deg);
  transform: rotate(210deg);
}

.gear__peg--large:nth-child(8) {
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: rotate(240deg);
  -moz-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  -o-transform: rotate(240deg);
  transform: rotate(240deg);
}

.gear__peg--large:nth-child(9) {
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.gear__peg--large:nth-child(10) {
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: rotate(300deg);
  -moz-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  -o-transform: rotate(300deg);
  transform: rotate(300deg);
}

.gear__peg--large:nth-child(11) {
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: rotate(330deg);
  -moz-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  -o-transform: rotate(330deg);
  transform: rotate(330deg);
}

.gear__peg--large:nth-child(12) {
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

@-webkit-keyframes rainbow {
  0% {
    background: #4F2D1E;
  }
  16% {
    background: #f5600a;
  }
  48% {
    background: #B48235;
  }
  64% {
    background: #C7A532;
  }
  80% {
    background: #f5600a;
  }
  100% {
    background: #4F2D1E;
  }
}




@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin_back {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@-moz-keyframes spin_back {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@keyframes spin_back {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/* 裝飾用 start*/
#aboutus::after, #map::after, #history::after{
  content:url(../images/index/mountain-line-01.svg);
  position: absolute;
  bottom: 16px;
  right: 16px;
  display: inline-block;
  width: 50%;
}

@media (min-width:768px){
  #aboutus::after, #map::after, #history::after{
    width: 25%;
  }
}

/* 繳費說明 */
.refund-word{
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #4F2D1E;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.refund-word .popup{
  width: 100%;
  max-width: 500px;
  background-color: #fff;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 16px 32px;
  border-radius: 16px;
}

#refund{
  border: 1px solid #4F2D1E;
  display: inline-block;
  color: #4F2D1E;
  background: #fff;
  margin: 0 8px;
}

#refund:hover{
  color: #fff;
  background: #4F2D1E;
}

h5.title_info{padding:6px 12px;background:#d0faff;margin:0px 8px;}

.navbar-toggler.leader{
  z-index: 100;
  position: absolute;
  right: 0;
  top: 16px;
  background: rgba(255, 255, 255, .2);
  border: 0px solid #fff;
}

@media (min-width: 768px) {
  .navbar-expand-lg .navbar-collapse {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
  }
}