.Footer-container {
    width: 100vw;
    /*height: 56.25vw;*/
    background-color: #162a47;
    position: relative;
    z-index: 2;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    transition: .6s;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    margin-top: -6vw;
    overflow: hidden;
}

.footer-margin {
    width: 82vw;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 7.395vw 8.958vw 3.125vw 8.958vw;
}

.footer-exclam {
    width: 53vw;
    opacity: 0.7;
    font-family:  'Noto Sans TC', sans-serif;
    font-size: 3.38583vw;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 6.5px;
    color: #efeee4;
}

.footer-divider {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #d9e0e2;
    z-index: 5;
    margin-top: 5vw;
    opacity: 0.7;
}

.footer-pic img{
    position: absolute;
    /*transform: translate3d(200%, -60%, 0);*/
    top: 8.5vw;
    left: 53vw;
    background-color: #162a47;
    width: 26.9vw;
    height: 15.15vw;
    z-index: 5;
}

.footer-info {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 5vw;
    opacity: 0.7;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 0.9375vw;
    font-weight: 300;
    line-height: 1.76; 
    letter-spacing: 2.85px;
    color: #efeee4;
}

.footer-statement {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.7;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: .885833333vw;
    font-weight: 300;
    line-height: 1.76;
    letter-spacing: 2.55px;
    color: #efeee4;
    text-align: left;
}

#statement_block1{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .3vw;
}

a.statement:before {
    content: "►" !important;
}

a.statement{
    color: #efeee4;
    text-decoration: none;
    margin-right: 1vw;
}

a.statement:visited{
    color: #efeee4;
    text-decoration: none;
}

/*#privacy{
    margin-left: 2vw;
}*/

#icon_yt{
    margin-left: 6.5vw;
}

#icon_fb{
    margin-left: 1vw;
    margin-right: 0;
}

.footer-iconscout-link {
    color: #6c63ff;
    cursor: pointer;
    text-decoration: none;
}

#footer-info-d2 {
    margin-top: 1.302083vw;
}

#footer-info-d3 {
    margin-top: 3.64583vw;
}

#statement_block1 img{
    width: 1.5625vw;
    height: auto;
}

@media (max-width:960px) {
    .footer-statement {
        position: relative;
        margin-top: 35px;
    }

    #statement_block1 img{
        width: 25px;
    }

    #footer-info-d2 {
        margin-top: 12.5px;
    }
    
    #footer-info-d3 {
        margin-top: 35px;
    }

    .footer-exclam {
        font-size: 32.504px;
    }

    .footer-info {
        font-size: 10px;
    }

    .footer-statement {
        font-size: 10px;
    }
}

@media (max-width:480px) {
    .footer-margin {
        margin: 40px 20px;
        width: unset;
    }

    .footer-exclam {
        width: unset;
        font-size: 6.6688vw;
        letter-spacing: 1.25px;
        margin-bottom: 40px;
    }

    .footer-divider {
        display: none;
    }

    .footer-pic, .footer-pic img {
        position: relative;
        width: 89.333vw;
        height: 50.4vw;
        left: unset;
        top: unset;
    }

    .footer-info {
        margin-top: 40px;
        font-size: 13px;
    }

    #footer-info-d2 {
        margin-top: 20px;
    }

    #footer-info-d3 {
        margin-top: 40px;
    }

    .footer-statement {
        margin-top: 40px;
        font-size: 13px;
    }

    #statement_block1{
        flex-direction: column;
        align-items: flex-start;
    }

    #icon_yt, #icon_fb{
        margin-left: 0;
    }
}