/* =========================
   Footer Logo
========================= */

.footer-logo-wrapper{
    text-align:center;
    padding:10px 0;
}

.footer-logo{
    width:220px;
    max-width:100%;
    height:auto;
    display:block;
    margin:0 auto;
}


/* =========================
   Page Top
========================= */

.page-top-button{
    position:fixed;
    right: 70px;
    bottom: 60px;
    z-index:9999;
    display:block;
    text-decoration:none;
}

.page-top-button img{
    width:80px;
    height:auto;
    display:block;
    transition:transform .25s ease;
}

.page-top-button:hover img{
    transform:translateY(-3px);
}


/* =========================
   手機版
========================= */

@media (max-width:768px){

    .footer-logo{
        width:170px;
    }

    .page-top-button{
        display:none;
    }

}

.hero-main-image img {
  width: 100% !important;
  height: 760px !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
}

@media (max-width: 768px) {
  .hero-main-image img {
    height: 520px !important;
  }
}