*{
  font-family: 微軟正黑體;
  scroll-behavior:smooth;
}

body {
  position: relative;
  overflow-y: scroll	
}

h1{
  font-weight:bold
}

h2{margin-bottom:1.5em;color:#006230;font-weight:bold}

img{max-width:100%;
    height:auto;
}

a[name]{color:#fff !important}

@media(max-width: 576px){
	.navbar-brand{width:200px}
	
}
.banner{margin-top:50px}
#slider{margin-top:65px}

p{font-size:1.2rem}
.figure-caption{text-align: left;text-decoration: none}
.figure a:hover{text-decoration: none}
li{font-size:1.2em}


/*輪播前後箭頭*/
.carousel-control-prev-icon {
  background-image: url("image/prev.svg");
}

.carousel-control-next-icon {
  background-image: url("image/next.svg");
}

/* Scroll to top button */
#totop {height:9px; opacity:0; position:fixed; right:-60px; width:49px; z-index:111; display:block; bottom: 15%; background-color:#404040; font-size: 9px; font-weight: 900; color: #fff; text-align: center; line-height: 1; border-radius:2px; padding: 28px 0 21px 0; transition: 1s;}
#totop:before {position: absolute; content:"^"; top: 10px; left: 50%; margin-left: -6px; font-size: 13px; display: inline-block;}
#totop.show { right:10px; opacity:0.7; }
#totop:hover { opacity:1;}