
    *{
        margin: 0;
        padding: 0;
    }
    .sub_section{
        position: inherit;
        margin: 0 0 0 300px;
        padding: 0 5px;
        border-left: 1px solid #e7e7e7;
        padding-top: 12px;
        padding-bottom: 101px;
    }
    .sub_tit_line{
        background-color: #e7e7e7;
        width: 100%;
        height: 1px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .company_text_box{
        text-align: center;
        line-height: 40px;
        font-size: 24px;
        width:600px;
        margin:0 auto;
    }
    .company_text_box span{
        font-weight: bold;
    }
    .sub_img img{
        width:600px;
    }
    
    .location_table table{border-top: 2px solid #aaa; border-bottom: 2px solid #aaa; width: 100%; margin: 40px auto; font-size: 15px;}
    .location_table table tr{height: 50px; line-height: 50px; border-bottom: 1px solid #ccc;}
    .location_table table tr th{padding-left: 30px; background-color: #e4e4e4;}
    .location_table table tr td{padding-left: 30px; text-align: left;}
    
    .business_text_box{
        width: 60%;
        margin: 0 auto;
    }
    .business_text_box h3{
        margin: 10px auto;
    }
    
    .business_img_box{
        display: flex;
        justify-content: center;
    }
    .business_img{
        width: 33%;
        margin-right: 10px;
    }
    .business_img:last-child{
        margin-right: 0;
    }

    @media only screen and (max-width: 767px){
    .sidebarCs{
        display: none;
    }
    .sub_section{
        margin: auto;
        border-left: none;
    }
    .company_text_box{
        line-height: normal;
        font-size: 14px;
        width:auto;
    }
    .sub_img img{
        width:100%;
    }
    .location_table table{
        width:100%;
    }
    
    .business_text_box{
        width:100%;
    }
}