.brSp{
    display:none;
}
@media only screen and (max-width:740px){
    .brPc{
        display:none;
    }
}
.company .txtTopTit{
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    z-index: 20;
    margin-top: 30px;
}
.company .txtTopTit::after{
    width: 60px;
    height: 3px;
    content: "";
    display: block;
    background: #AACC03;
    margin: 0 auto;
}
.company .boxTable{
    width: 1084px;
    margin: 60px auto 0;
}
.company .boxTh{
    width: 200px;
    vertical-align: baseline;
    text-align: left;
    padding: 20px 0;
    font-size: 17px;
    line-height: calc(32/17);
    letter-spacing: 0.5px;
    font-weight: bold;
}
.company .boxTd{
    width: calc(100% - 200px);
    color: #666;
    padding: 20px 0;
    font-size: 17px;
    line-height: calc(32/17);
    letter-spacing: 0.5px;
    font-weight: bold;
}
.company .txtMapLink{
    font-weight: bold;
    border: 1px solid #000;
    padding: 1px 10px;
    margin-left: 10px;
}
.company .boxCompanyLink{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.company .boxCompanyLink .linkCompany{
    text-decoration: underline;
    text-underline-offset: 4px;
    color: #666;
    font-weight: bold;
}
.company .boxCompanyLink .txtIn{
    position: relative;
}
.company .boxCompanyLink .txtIn .icon{
    width: 20px;
    height: 20px;
    background: url(../images/company/iconCompanyLink.png) center top / cover;
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
}
@media (max-width: 1250px){
    .company .boxTable{
        width: calc(100% - 170px);
    }
}
@media (max-width: 740px){
    .company .txtTopTit{
        font-size: 24px;
        margin-top: 22px;
    }
    .company .txtTopTit::after{
        width: 40px;
        height: 2px;
    }
    .company .boxTable{
        width: calc(100% - 20px);
        margin: 10px auto 0;
    }
    .company .boxTable tr{
        display: flex;
        flex-wrap: wrap;
    }
    .company .boxTh{
        width: 100px;
        padding: 14px 0 0;
        font-size: 14px;
        line-height: calc(24/14);
        letter-spacing: 0;
    }
    .company .boxTd{
        width: calc(100% - 100px);
        padding: 14px 0 0;
        font-size: 14px;
        line-height: calc(24/14);
        letter-spacing: 0;
    }
    .company .txtMapLink{
        padding: 0 7px;
    }
    .company .boxCompanyLink{
        gap: 15px;
    }
    .company .boxCompanyLink .linkCompany{
        text-underline-offset: 4px;
    }
    .company .boxCompanyLink .txtIn .icon{
        width: 15px;
        height: 15px;
        right: -25px;
    }
}
@media (max-width: 448px){
    .company .boxCompanyLink .txtIn:first-child .icon2{
        top: calc(50% + 10px);
    }
}
@media (max-width: 350px){
    .company .boxTh{
        font-size: 13px;
    }
    .company .boxTd{
        font-size: 13px;
    }
}
@media (max-width: 330px){
    .company .boxTh{
        font-size: 12px;
    }
    .company .boxTd{
        font-size: 12px;
    }
}

/* secBlock */
.company .bgBlock{
    margin-top: 100px;
    background: #f4f1ed;
    padding: 0 0 80px;
}
.company .bgBlock .boxImg{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.company .secBlock{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 80px;
}
.company .secBlock .txtBox{
    width: 1084px;
    padding: 51px 60px 47px;
    background: #fff;
    border-radius: 15px;
}
.company .secBlock .boxTopTit{
    display: flex;
    align-items: center;
    padding-bottom: 18px;
    border-bottom: 1px solid #000;
}
.company .secBlock .txtNum{
    font-size: 30px;
    letter-spacing: 0.5px;
    color: #4ca235;
    font-weight: bold;
}
.company .secBlock .txtTit{
    font-size: 26px;
    letter-spacing: 0.5px;
    margin-left: 11px;
    font-weight: bold;
}
.company .secBlock .txtAbout{
    font-size: 17px;
    line-height: calc(40/17);
    letter-spacing: 0.5px;
    font-weight: bold;
    margin-top: 29px;
}
@media (max-width: 1250px){
    .company .secBlock .txtBox{
        width: calc(100% - 170px);
    }
}
@media (max-width: 740px){
    .company .bgBlock{
        padding: 0 0 50px;
    }
    .company .secBlock{
        gap: 20px;
        margin-top: 40px;
    }
    .company .secBlock .txtBox{
        width: calc(100% - 20px);
        padding: 23px 15px 23px;
        border-radius: 15px;
    }
    .company .secBlock .boxTopTit{
        padding-bottom: 11px;
    }
    .company .secBlock .txtNum{
        font-size: 23px;
    }
    .company .secBlock .txtTit{
        font-size: 21px;
        margin-left: 8px;
    }
    .company .secBlock .txtAbout{
        font-size: 14px;
        line-height: calc(28/14);
        letter-spacing: 0;
        margin-top: 18px;
    }
}
@media (max-width: 330px){
    .company .secBlock .txtTit{
        font-size: 20px;
    }
}