body{
  font-family: "微軟正黑體", Arial;
  margin: 0;
  padding: 0;
  font-size: 2.0vh;
  line-height: 3.5vh;
  color: #3f3f3f;
  text-justify: auto;

  /*background-image: -webkit-linear-gradient(270deg,rgba(20,183,147,1.00) 0%,rgba(236,177,98,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(20,183,147,1.00) 0%,rgba(236,177,98,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(20,183,147,1.00) 0%,rgba(236,177,98,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(20,183,147,1.00) 0%,rgba(236,177,98,1.00) 100%);
  background-attachment: fixed;*/
}


.top_bg{
    /*width: 100%;*/
    background-image: url(images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    margin: 0;
    padding: 0;
}

.top_bg2{
  width: 100%;
  /*height: 100%;*/
  background-image: url(images/bg1.gif);
  background-repeat: repeat;
  background-size: auto;
  background-position: center 0%;
  background-attachment: fixed;
  /*background-color: #376b9f;*/
/*  margin: 0;
  padding: 0;
  background-image: url(images/bg2.jpg);
  background-repeat: repeat;*/
  
}

.top_bg3{
  width: 100%;
  /*height: 100%;*/
  background-image: url(images/bg1.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center 0%;
  background-color: #376b9f;
  background-attachment: fixed;
/*  margin: 0;
  padding: 0;
  background-image: url(images/bg2.jpg);
  background-repeat: repeat;*/
  
}

.ep h2{
  font-weight: bolder;
  color: #670000;
  font-size: 4vh;
  margin-left: -1%;	
}
.ep{
  border-width: 0 0 2 0px;
  border-style: solid;
  border-color: #5a5a5a;
  padding-left: 10px;
  /*padding: 20px;*/
  margin-bottom: 20px;

}


.ept{
  border-width: 0 0 0 5px;
  border-style: solid;
  border-color: #45270c;
  padding-left: 10px;
  /*font-size:  3vh;*/
  /*line-height: 4vh;*/
  font-weight: bolder;
}

.bgw{
  background-color:#fff;
}

.goback{
  margin: 50px 0 20px 0;
  text-align: center;
}

.top_bg2 img{
  /*border-radius: 10px;*/

}

.col-xs-12 col-sm-6{
  background-color: #FFF;
}


.top_page01{
	/*max-width: 1920px;*/
	margin: 0 auto 0 auto;
	padding: 0;
}

.top_page02{
	max-width: 1170px;
	margin: 0 auto 0 auto;
	padding: 0;
}

.title_page{
	max-width: 340px;
	margin: 0 auto 0 auto;
}

.title_page2{
  font-size: 2.5em;
  margin: 0 auto 0 auto;
  font-weight: bold;
  line-height: 2.5em;
  color: #aebccd;

}
.content{
	/*background-color: #000033;*/
	color: #3f3f3f;
	margin: 0 auto 0 auto;
	padding: 5% ;
  font-size: 2.8vh;
  line-height: 40px;
  font-weight: bolder;
  background-image: url(images/bg1.jpg);
  background-repeat: repeat;
}




.content_page{

  background-color: rgba(100%, 100%, 100%, 0.6);
  padding: 3%;
  border: 2px solid #698857;
  /*background-image: url(images/bg2.jpg);*/
  /*border-radius: 30px;*/
  /*background-color: #FFF;*/
  /*max-width: 1170px;*/
  /*margin: auto auto;*/
}

.intro p {
  /*font-size: 2.2vh;*/
  /*line-height: 3vh;*/
  text-justify: auto;
}

.copyright{
 font-size: 10px;
 text-align: center;
 color: #555;
 line-height: 2em;
 padding: 10px;
}
.p0{
 padding: 0px;
}

.title{
  font-size: 5vh;
  margin: 20 auto;
  font-weight: bold;
  /*line-height: 2.5em;*/
  color: #f3d842;
  margin-bottom: 0px;
}

.mt20{
  margin-top: -1%;
  padding: 5%;	
}

.mb10{
  margin-bottom: 10px;
}

.dir{
  font-size: 21px;
  color: #742f1e;
  font-weight: bold;
}
.dir1{
  font-size: 16px;
  line-height: 25PX;
}

.col-md-3{
  margin-top: 20px;
}
.col-md-3 img{
  border-radius: 10px;
  margin-bottom: 10px;
}



@Media Print {
  Body {display:none;} 
}

.navbar-default{
  background-color: #000;
  color: #FFF; 
  border:0px;
  border-radius: 0px;
  margin-bottom: -15px;
}
.navbar-default .navbar-nav>li>a{
  color: #FFF;
  font-size: 17px;
}
.navbar-default .navbar-header>a{
  color: #FFF;
  font-size: 19px;
}
.navbar-default .navbar-nav>li>a:hover{
  background-color: #376b9f;
  color: #FFF;
}

.navbar-default .navbar-toggle{
  border-color: #fee1e9;
}
.navbar-default .navbar-toggle .icon-bar{
  background-color: #FFF;
  border-color: #fee1e9;
}
.navbar-default .navbar-toggle:hover{
  background-color: #376b9f;

}
.dropdown ul li{
  margin-top: 10px;
  font-size: 18px;
}















@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}



@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-0s {
  -webkit-animation-delay: 0.0s;
  animation-delay: 0.0s;
}


.animated.delay-1s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.animated.delay-2s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.animated.delay-3s {
  -webkit-animation-delay: 1.0s;
  animation-delay: 1.0s;
}

.animated.delay-4s {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.animated.delay-5s {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.animated.delay-6s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-7s {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

.animated.delay-8s {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}












.slide-in-elliptic-top-fwd {
	-webkit-animation: slide-in-elliptic-top-fwd 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
 animation: slide-in-elliptic-top-fwd 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}





@-webkit-keyframes slide-in-elliptic-top-fwd {
  0% {
    -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
    transform: translateY(-600px) rotateX(-30deg) scale(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
    transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% 1400px;
    transform-origin: 50% 1400px;
    opacity: 1;
  }
}
@keyframes slide-in-elliptic-top-fwd {
  0% {
    -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
    transform: translateY(-600px) rotateX(-30deg) scale(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
    transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% 1400px;
    transform-origin: 50% 1400px;
    opacity: 1;
  }
}










form {
  display: block;
  margin-top: 0em;
  margin-block-end: 0em;
}