/************ 

footer section 

*************/


.footer-section {
    background: black;    
}

.footer-table-section {
    float: inline-end;
}

.footer-icon {
    margin-top: 30px;
    margin-left: 50px;
}

.footer-link {
    color: var(--Neutral-White, #FFF) !important;
    text-align: justify;
    /* Body/Small */
    font-family: "Noto Sans CJK TC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    padding-top: 30px !important;
    padding-left: 15px !important;
}

.footer-copyright {
    color: var(--white-40, rgba(255, 255, 255, 0.40));
    text-align: justify;
    /* Body/Small */
    font-family: "Noto Sans CJK TC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    padding-top: 15px;
}

.footer-text-align {
    text-align: end;
}


@media (max-width: 768px) and (min-width: 374px){

    .footer-section {
        height: 200px;
    }
    
    .footer-text-section {
        padding: 0;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
  
    .footer-icon-section {
        text-align: center;
    }

    .footer-icon {        
        margin-left: 0;
    }
    
    .footer-text-align {        
        position: relative;        
    }

    .footer-table-section {
        position: absolute;    
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-copyright {
        text-align: center;
        margin-top: 60px !important;
    }
    

}

@media (max-width: 374px) {
    

    .footer-section {
        height: 200px;
    }
    
    .footer-text-section {
        padding: 0;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
  
    .footer-icon-section {
        text-align: center;
    }

    .footer-icon {        
        margin-left: 0;
    }
    
    .footer-text-align {        
        position: relative;        
    }

    .footer-table-section {
        position: absolute;    
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-copyright {
        text-align: center;
        font-size: 12px;
        margin-top: 60px !important;
    }    
    
}

.footer-desktop {
    display: flex !important;
}

.footer-mobile {
    display: none !important;
}

@media (max-width: 768px) {
    .footer-desktop {
        display: none !important;
    }
    
    .footer-mobile {
        display: flex !important;
    }
}

.text-center-webkit {
    text-align: -webkit-center !important;    
}
