@font-face {
  font-family: 'NotoSerifTC';
  src: url("/fonts/NotoSerifTC-Bold.otf") format("opentype"); }

*{
  font-family: 微軟正黑體;
  scroll-behavior:smooth;
}

h1{
  font-weight:bold
}

img{max-width:100%;
    height:auto;    
}

p{font-size:1.2em;
  line-height:1.8em;
   
}

h2{margin-bottom:1em;font-family: "NotoSerifTC";color:#000 !important;font-weight: bold;letter-spacing: 2px
}

h4{margin-bottom:1em;
   margin-top:-1em;
}

hr{margin:7em 0}
.container{margin-top:10em !important}
@media (max-width: 767px){
	.container{margin-top:5em !important}
	hr{margin:5em 0}
}

#banner{margin-top:65px}
blockquote p{font-family:DFKai-sb;font-weight:bold;font-style:italic;font-size:1em}
footer{margin-top:5em}


/*輪播前後箭頭*/
.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;}