





    .about_content{

    }

    .about_content.active{

    }
    .about_content:not(.active){
        display: none;
    }





/*========================================================*/
/*-------公司理念樣式--------*/
/*========================================================*/



    .philosophy{

    }
        .philosophy .text_area{                        
        
        }







/*========================================================*/
/*-------加入我們樣式--------*/
/*========================================================*/



    .joinus{                
        display: flex;                
        flex-wrap: wrap;                
        gap: 1.5625rem;
    }
        .joinus .text_area{                        
            flex: 1;
        }
        .joinus .joinus_img{
            position: relative;
            aspect-ratio: 311 / 440;
            display: block;
            overflow: hidden;
            width: 100%;
            max-width: clamp(16.25rem, 12.25rem + 6.46vw, 20rem);
        }
            .joinus .joinus_img img{
                width: 100%;
                height: 100%;
                object-fit: cover;
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                float: none;
                width: 100% !important;
                height: 100% !important;
                object-fit: cover;
                transition: 0.3s ease all;
            }







@media (max-width: 990px){

    .joinus{                
        flex-direction: column-reverse;
    }


}



