/* banner */
.Banner{background-image: url(../images/banner.jpg);width: 100%;height:80dvh;background-repeat: no-repeat;background-size: cover;position: relative;display: flex;justify-content: center;align-items: center;background-attachment: fixed;background-position: center center;}
.Banner P{font-size: 3.75rem;color: rgb(255, 255, 255);font-weight: 900;text-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;}

/* mcont */
.mcont{display: flex;}



/* 桌機hover */
@media screen and (min-width: 769px){
    
}

/* 平板 */
@media screen and (max-width: 1240px) and (min-width: 769px) {

/* footer */

}





/* 手機 */
@media screen and (max-width:768px) {

}