/**
* Updated: with Bootstrap v5.2.3
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {

  font-family: 'Noto Sans TC', '黑體-繁', 'Apple LiGothic Medium','PingFang', '微軟正黑體','Microsoft JhengHei', 'WenQuanYi Zen Hei', 'helvetica', 'Arial' ,'sans-serif';
  color: #000;
  font-size: 1.1em;
  padding: 0;
  margin: 0;
}

a { color: #428bca; text-decoration: none;}

a:hover { color: #4B76A3; text-decoration: none;}
em { font-style: normal; color: #8A0903;}

.main_bg{
  background-image: url(../img/main_bg.jpg);
  background-size: cover;
  text-align: center;
  padding: 134px 0 80px 0;
  height: 820px;
}

.comming_logo, .comming_title{
  margin-bottom: 30px;
}

.comming_text{
  font-size: 50px;
  font-weight: bold;
}

@media (max-width:992px) {
  .comming_title img{
  width: 60%;
}
.main_bg{
background-image: url(../img/main_bg.jpg);
background-position: center top;
padding: 80px 0 80px 0;
height: 500px;
}
.comming_text{
  font-size: 28px;
}
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  padding: 0;
  font-size: 1rem;
}

.footer_content{
  display: flex;
  gap: 40px;
}


#footer .copyright {
  text-align: center;
  padding: 20px 0;
  color: #fff;
  background: #9E6D6D;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #FFF;
}

/*--------------------------------------------------------------
# RWD
--------------------------------------------------------------*/





