footer {
    padding-top: 3%;
    padding-bottom: 3%;
    background-color: #014785;
    position: relative;
}

.footer {
    width: 100%;
    position: relative;
}

.footerlogo {
    width: 59px;
    margin: 0 auto;
    font-size: 0;
    padding-bottom: 3%;
}

.infoArea {
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    width: 93.80208%;
    margin: 0 auto;
    border-top: 1px solid #fff;
    padding-top: 2%;
}

.infoArea p {
    font-size: 50px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.info {
    display: flex;
    width: 551px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
}

.left p {
    font-size: 1rem;
    color: #fff;
    font-family: 'Noto Sans TC', sans-serif;
}

.left p a {
    font-size: 1rem;
    color: #fff;
    font-family: 'Noto Sans TC', sans-serif;
}

.right {
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    min-width: 93px;
}

.right .icon {
    width: 38px;
    font-size: 0;
}

@media screen and (max-width:991px) {
    footer {
        padding: 20% 3%;
    }
    .infoArea {
        flex-direction: column;
        width: 93.80208%;
        margin: 0 auto;
        border-top: 1px solid #fff;
        padding-top: 2%;
    }
    .infoArea p {
        text-align: center;
    }
    .infoArea .contact{
        font-size: 35px;
        font-weight: lighter;
    }
    .info {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
}