﻿body {
    background-color: #EFEFEF;
}

/* 公司介紹 */
.introRight,
.introLeft {
    padding: 60px 60px;
}

.introRight {
    background-color: #FBFBFB;
}

.introLeft {
    background-color: #EFEFEF;
}

/*** 修改 20230117 ***/
@media (max-width: 767px){
    .introPhotoLeft, .introPhotoRight, .introScriptRight, .introScriptLeft {
        width: 100%;
    }
    .introScriptRight,
    .introScriptLeft{
        margin-top: 20px;
    }
    .introPhotoLeft, .introPhotoRight{
        height:auto;
    }
    .introRight, .introLeft {
        padding: 40px 0;
    }
}



