#back-to-up {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #8c3426;
	color: #fff;           /* 讓按鈕內所有文字/圖示變白 */
	cursor: pointer;
	box-shadow: 0 4px 10px rgba(0,0,0,0.3);
	position: fixed;
	right: 20px;
	bottom: 20px;
	transition: all .3s ease;
	z-index: 999;
	border: 1px solid #8c3426;
	margin-bottom: 0px;
}

/* 專門指定箭頭 icon 顏色 */
#back-to-up i {
  color: #fff;
}

#back-to-up:hover {
  background-color: #5c636a;
  transform: translateY(-3px);
  border: 1px solid #5c636a;
}

#maochu {
  background-color: #fff;
}
#maochu::after {
  content: none;
}
#maochu div {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999999;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#maochu h2 {
  margin-bottom: 60px;
  color: #333;
  font-family: "Cormorant Garamond", serif;
  text-align: center;
  white-space: nowrap;
}
#maochu p {
  color: #333;
  font-family: "Cormorant Garamond", serif;
}
#maochu p a {
  color: #333;
  text-decoration: none;
  transition: color .3s;
}
#maochu p a:hover {
  color: #888;
}
.scroll a {
    position: absolute;
    bottom: 0px;
    left: 50%;               /* 水平中心點 */
    transform: translate(-50%, -45%); /* 往左移50% → 完整置中 */
    z-index: 999;
    display: inline-block;
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    letter-spacing: .01em;
    text-decoration: none;
    transition: opacity .3s;
    font-size: 28px;
    line-height: 2em;
}
.scroll a:hover {
  opacity: .5;
}





#section10 a {
  padding-top: 60px;
}
#section10 a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
	line-height: 2em;
}
#section10 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 2px;
  height: 10px;
  margin-left: -1px;
  background-color: #fff;
  border-radius: 0%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media(max-width:992px){
	
#back-to-up {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #8c3426;
	color: #fff;           /* 讓按鈕內所有文字/圖示變白 */
	cursor: pointer;
	box-shadow: 0 4px 10px rgba(0,0,0,0.3);
	position: fixed;
	right: 20px;
	bottom: 20px;
	transition: all .3s ease;
	z-index: 999;
	border: 1px solid #8c3426;
	margin-bottom: 50px;
}
	
.scroll a {
    position: absolute;
    bottom: 0px;
    left: 50%;               /* 水平中心點 */
    transform: translate(-50%, -45%); /* 往左移50% → 完整置中 */
    z-index: 999;
    display: inline-block;
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    letter-spacing: .01em;
    text-decoration: none;
    transition: opacity .3s;
    font-size: 18px;
    line-height: 2em;
}	
	}
