*{
  scroll-behavior:smooth;
  color:#fff;
  
}



@font-face {
	font-family: 'NotoSerifTC';
	src: url(/fonts/Noto_Serif_TC/NotoSerifTC-Bold.otf) format("opentype");
}

body,main{background:#09101A;font-family: 微軟正黑體}
h1{
  font-weight:bold
}

h2{
  font-weight:bold;
  font-size:1.8rem;
  margin-top: 30px;
  margin-bottom: 30px;
}

h3{
	
margin-bottom:2em	
	
}

img{max-width:100%;
    height:auto;
}

#slider{margin-top:60px}

p{font-size:1.4rem;
    padding-bottom: 10px;
    padding-top: 0px;
}

a{text-decoration:none}

.landing{
 height:100vh;
 padding-top:150px;
 margin-bottom:250px
}

#star-sky {
/*	background: linear-gradient(#001e38, #00626e);*/
	vertical-align: bottom;
	height: 100vh;
	width: 100%;
	position:fixed;
	top:0px;
	z-index:0
}

.bg-dark{background:transparent !important}

/*輪播前後箭頭*/
.carousel-control-prev-icon {
  background-image: url("image/prev.svg");
}

.carousel-control-next-icon {
  background-image: url("image/next.svg");
}


.navbar img{padding-left:10px}

/* 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;}

.book a::after,
.book a::before, .book img, .book a{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}



ul {
  display: table-cell;
  vertical-align: middle;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  margin-left: 2em;
  margin-bottom:2em
}
.list-inline > li:first-child {
    margin-top:5em
}

.book a{
  cursor: pointer;
  display: block;
  width: 160px;
  height: 220px;
  position: relative;
  background: white;
  z-index: 1;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 9px 20px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transition: box-shadow 0.3s linear;
}

.book img {
  width: inherit;
  height: inherit;
  transform-origin: 0 50%;
  transform: rotateY(0);
  transition: all 0.45s ease;
}

.book:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25), 0 9px 20px 0 rgba(0, 0, 0, 0.45);
}
.book:hover img {
  transform: rotateY(-25deg);
  box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.2);
}

.book a::after,
.book a::before {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  position: absolute;
  z-index: -1;
  top: 0;
  background: white;
  border: 1px solid #d9d9d9;
}

.book a::before {
  left: -3px;
}

.book a::after {
  left: -6px;
}

.sticky{
position: sticky;
top:30%;height:100%	
	
}

footer{margin-top:400px}

@media (max-width: 768px){
	.sticky{position:static}
	.landing{margin-bottom:400px;min-height: 1000px}
	.bg-dark{background:#09101A !important}
	.book a{  width: 130px;
  height: 170px;}
}


.bottom-wave {
  position: fixed;
  bottom: 0;
  
  z-index: 0;
}

.top-wave {
  position: fixed;
  right: 0;
	top:0;
  z-index: 0;
}

.list-wrapper{margin-top:500px;position: relative}

.list{padding:40px}
.list p{text-align:center;margin:10px}
.list a{text-decoration:none}

.mr{margin:200px 0}
.authorlink{margin:3em 0}
.authorlink a{color:#b7af8f;text-decoration:none;font-weight:bold;}



.blockquote{margin:3em 2em;font-family: 'NotoSerifTC';}