#company_introduction {
    width: 100%;
    height: 770px;
}

#company_introduction_title {
    width: 210px;
    height: 42px;
    font-size: 26px;
    font-weight: 800;
    color: #000000;
    margin: 0 auto;
    padding-top: 70px;
    text-align: center;
}

#company_introduction_title span {
    font-size: 18px;
    color: #999999;
    font-weight: 400;
}

#company_introduction_content {
    width: 1260px;
    margin: 71px auto 0 auto;
}

.company_introduction_content_1 {
    width: 1260px;
    height: 354px;
    margin: 0 auto;
    display: flex;
}

.company_introduction_content_1 div:first-child {
    width: 619px;
    height: 392px;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    color: #000000;
    opacity: 1;
}

.company_introduction_content_1 div:not(:first-child) {
    margin-left: 33px;
    width: 620px;
    height: 460px;
}

.company_introduction_content_2 {
    width: 1260px;
    height: 208px;
    margin: 60px auto 0 auto;
    display: flex;
    font-size: 17px;
    font-weight: normal;
    line-height: 44px;
    color: #000000;
    opacity: 1;
}

.company_introduction_content_2 div:first-child {
    width: 544px;
    height: 304px;
}

.company_introduction_content_2 div:not(:first-child) {
    width: 688px;
    height: 208px;
    margin-left: 34px;

}

.company_introduction_content_img {
    margin: 80px auto;
}