*{
  font-family: 微軟正黑體;
  scroll-behavior:smooth;
}

h1{
  font-weight:bold
}

img{max-width:100%;
    height:auto;
}

#slider{margin-top:65px}

p{font-size:1.2rem}

/*輪播前後箭頭*/
.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;}