footer {
    max-width: 1024px;
    width: 100%;
    overflow-x:hidden;  
}

footer a {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

footer p ,span {
    color: #909090;
    white-space: pre-wrap;
}

.museum {
    color:#E77D00;
}
.museum:hover {
    color:#E77D00;
}

  /* 三種裝置頁面分別顯示 */
  @media (min-width:1024px) {
    .tablet {
        display: none;
    }

    .mobile {
        display: none;
    }
}

   @media (max-width:1023px) and (min-width:768px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: none;
    }
}

    @media (max-width:767x) {
    .tablet {
        display: none;
    }

    .desktop {
        display: none;
    }
}


/*PC*/
@media (min-width:1024px) {

    footer {
        width:calc(100vw - 160px - 160px);
        max-width: 1120px;
        padding-top:35px ;
        padding-bottom: 60px;
        display: flex;
        justify-content: space-between;
        margin-left: 160px;
    }

    footer img {
        width: 165px;   
    }
    footer a {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
    }
    footer p {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }
    footer span {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }

    footer .logo-copyright {
        width: 245px;
        height: 120px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .footer-logo{
        margin-left: 0px;
        margin-top: 0px;
    }

    footer .member {
        width: 250px;
    }
}

/*PAD*/
@media (max-width:1023px) and (min-width:768px) {

    #tablet-footer {
        padding-left: 17%;
        padding-right: 17%;
        padding-top: 36px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    footer img {
        width: 140px; 
        margin-top: 6px;
    } 

    footer a {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        padding-left: 0px;
        margin-bottom: 0px; 
        color: #E77D00;
    }
    
    footer p {
        width: auto;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        margin: 0;
        
    }
    footer span {
        font-weight: 400;
        font-size: 12px;
        line-height: 17px;
    }

    footer .tablet-logo-copyright {
        width: 237px;
        height: 115px;
        display: flex;
        padding-top: 0px;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 74.5px;
    }

    footer .tablet-member {
        width: 236px;
        height: 144px;
        display: flex;
        flex-direction: column;
        justify-content: space-between

    }
    .tablet-us{
        margin-top: 24px;
        margin-bottom: 60px;
        width: 100%;
    }
}


/*MOBILE*/
@media (max-width:767px) {

    footer {
        padding-left: 7.4%;
        padding-right: 7.4%;
        padding-top:36px ;
        padding-bottom: 60px;
        display: flex;
        flex-direction: column;
        position: relative;

    }


    footer img {
        width: 110px;
    }
    footer a {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
    }
    footer p {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        margin: 0;
    }
    footer span {
        font-weight: 400;
        font-size: 12px;
        line-height: 17px;
    }

    footer .mobile-logo-copyright {
        width: 238px;
        height: 219px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
    }

    footer .mobile-member {
        max-width: 250px;
        height: 120px;
        justify-content: space-between;
        position: absolute;
        top: 88px;
    }

    .mobile-us{
        margin-top: 24px;
        margin-right: 0px;
        width: 100%;
    }
    
}
