@media only screen and (min-width: 960px){
    #CompanyInfo{

    }
    #CompanyInfo .fa.fa-home{
        font-size: 20px;
        margin-right: 10px;
    }
    #CompanyInfo .siteContent{
        padding: 37px 0 91px;
    }
    #CompanyInfo .breadSection{
        border: none;
    }
    #CompanyInfo .breadSection .breadcrumb{
        padding: 17px 0;
    }
    #CompanyInfo .breadSection .breadcrumb span{
        font-size: 14px;
        font-weight: 400;
    }
    #CompanyInfo .sideSection-col-two ul .tap{
        padding-left: 0;
    }
    #CompanyInfo .sideSection-col-two .subSection-title .tap{
        /*margin-left: 6px;*/
    }
    #CompanyInfo .wp-block-heading{
        font-weight: 500;
    }
    #CompanyInfo .entry-body p{
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.5px;
        line-height: 2.14;
        margin-bottom: 23px;
    }
    #CompanyInfo .ol-left article{
        margin-top: -41.5px;
    }
}
@media only screen and (max-width: 960px){
    #CompanyInfo .container {
        width: 92.3vw;
        margin: 0 auto;
    }
    #CompanyInfo .page-header_pageTitle,
    #CompanyInfo h1.page-header_pageTitle:first-child{
        padding: 5.3vw 0;
        font-size: 4.3vw;
        font-weight: 400;
    }
    #CompanyInfo .breadSection .breadcrumb{
        margin-top: 0;
        margin-bottom: 0;
        background: 0 0;
        padding: 2.7vw 0;
        display: flex;
        flex-wrap: wrap;
        border-radius: 0.25rem;
    }
    #CompanyInfo .breadSection .breadcrumb li {
        line-height: 1.2;
        margin-bottom: 0;
        list-style: none;
    }
    #CompanyInfo .breadSection .breadcrumb a{
        color: #666;
        padding-bottom: 2px;
    }
    #CompanyInfo .breadSection .breadcrumb span{
        font-size: 3.2vw;
        font-weight: 400;
    }
    #CompanyInfo .fa.fa-home{
        font-size: 4vw;
        margin-right: 0.3vw;
    }
    #CompanyInfo .breadSection{
        border-bottom: none;
    }
    #CompanyInfo .bread{
        border-bottom: 1px solid #EDEDED;
    }

    #CompanyInfo .ol-left{
        padding: 0;
    }
    #CompanyInfo .wp-block-heading{
        font-size: 4.8vw;
        padding: 4.5vw 0;
        font-weight: 500;
        margin: 0;
        margin-bottom: 6.1vw;
    }
    #CompanyInfo .siteContent{
        padding: 4.3vw 0 6.93vw;
    }
    #CompanyInfo .entry-body p{
        font-size: 3.7vw;
        font-weight: 400;
        line-height: 2;
        margin-bottom: 8.5vw;
        letter-spacing: 0.8px;
    }
    #CompanyInfo .entry-body p:last-of-type{
        margin-bottom: 0;
    }

    #CompanyInfo .other-introduce .comintroduce-other{
        padding: 0;
        margin-top: 5.1vw;
    }
    #CompanyInfo .other-introduce .comintroduce-other .subSection-title{
        padding: 0;
        border: unset;
    }
    #CompanyInfo .other-introduce .comintroduce-other .subSection-title:after{
        content: '';
        border-bottom: unset;
    }
    #CompanyInfo .other-introduce .comintroduce-other .subSection-title .tap{
        display: block;
        padding: 2.4vw 0;
        text-align: center;
        background: #3C88D8;
        color: #ffffff;
        font-size: 4.8vw;
        font-weight: 400;
    }
    #CompanyInfo .other-introduce .comintroduce-other .page_item .tap{
        padding: 3.2vw;
        text-align: center;
        background: rgba(60, 136, 216, 0.05);
        color: rgba(51, 51, 51, 1);
        font-size: 3.7vw;
        font-weight: 400;
    }

}