

.newsv-box{
    padding: 70px 0;
}

.quality-box{
    padding: 50px 0;
    border-bottom: 1px solid #e5e5e5;
}

.quality-btit {
    position: relative;
    padding-bottom: 15px;
}
.quality-btit h3{
    font-size: 32px;
    font-weight: 600;
}

.quality-btit h4{
    font-size: 28px;
    font-weight: 600;
    color: #9c0101;
}
.quality-btit::after{
    content: "";
    width: 65px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #9c0101;
    border-radius: 10px;
}

.quality-btxt{
    margin-top: 20px;
}
.quality-btxt p{
    font-size: 15px;
    line-height: 36px;
}









.project-item{
   padding-top: 120px;

}
.project-itmtit{
    display: flex;
    justify-content: space-between;
}

.project-itmtle{
    display: flex;
}
.itmtl-num{
    font-size: 110px;
    font-weight: 600;
}
.itmtl-txt{
    border-left: 5px solid #9c0101;
    padding-left:30px;
    margin-left: 25px;
}
.itmtl-txt h4{
    font-size: 28px;
    font-weight: 600;
    color: #9c0101;
}
.itmtl-txt h5{
    font-size: 28px;
    font-weight: 600;
    margin-top: 60px;
}


.project-itmtri img{
    width: 40px;
    height: 40px;
}

.project-itmcnt{
    padding: 50px 0;
    border-bottom: 1px solid #e5e5e5;
}
.project-itmcnt img{
    width: 100%;
    border-radius: 20px;
    margin-bottom: 30px;
}

.project-itmcnt p{
    font-size: 15px;
    line-height: 36px;
}


.project-itmbx{
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
    border-bottom: 1px solid #e5e5e5;
}
.itmbx-img{
    width: 60%;
}
.itmbx-img img{
    width: 100%;
    height: auto;
}

.itmbx-ri{
    width: 35%;
}
.itmbx-ri img{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.itmbx-ri p{
    font-size: 15px;
    line-height: 36px;
}






.salute-box{
    margin-top: 120px;
}
.salute-btit{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.salute-btit h3{
    font-size: 34px;
    font-weight: 600;
}
.salute-btit h4{
    font-size: 34px;
    font-weight: 600;
    color:#9c0101;
    margin-top: 10px;
}

.salute-bcnt{
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

.salute-bcitm{
    width: 45%;

}
.salute-bcitm img{
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
.salute-bcitm p{
    text-align: center;
    font-size: 15px;
    line-height: 36px;
}

.salute-bctxt{
    height: 210px;
    font-size: 12px;
    writing-mode: vertical-rl;
    border-right: 4px solid #9c0101;
    font-weight: 600;
}






.news-cnt{
    margin-top: 120px;
}
.news-ctop{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.news-ctle h3{
    font-size: 32px;
    font-weight: 600;
}
.news-ctle h4{
    font-size: 28px;
    font-weight: 600;
    color: #9c0101;
}
.news-ctop > a{
    font-size: 18px;
    font-weight: 600;
    color: #9c0101;
}


.news-ctimg{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
}
.news-ctimg img{
    width: 31%;
    height: auto;
}



@media screen and (max-width:1420px) {
    .newsv-box {
        padding: 50px 0;
    }
    .quality-box {
        padding: 30px 0;
    }
    .quality-btit {
        padding-bottom: 10px;
    }
    .quality-btit h3 {
        font-size: 30px;
    }
    .quality-btit h4 {
        font-size: 26px;
    }
    .quality-btxt p {
        font-size: 14px;
        line-height: 30px;
    }


    .project-item {
        padding-top: 90px;
    }
    .itmtl-num {
        font-size: 100px;
    }
    .itmtl-txt {
        padding-left: 25px;
        margin-left: 20px;
    }
    .itmtl-txt h4 {
        font-size: 24px;
    }
    .itmtl-txt h5 {
        font-size: 24px;
        margin-top: 45px;
    }
    .itmbx-ri {
        width: 37%;
    }
    .project-itmtri img {
        width: 30px;
        height: 30px;
    }
    .project-itmcnt {
        padding: 30px 0;
    }

    .project-itmcnt img {
        margin-bottom: 20px;
    }

    .project-itmcnt p {
        font-size: 14px;
        line-height: 30px;
    }

    .project-itmbx {
        padding: 30px 0;
    }
    .itmbx-ri p {
        font-size: 14px;
        line-height: 30px;
    }
    .itmbx-ri img {
        margin-bottom: 10px;
    }


    .salute-box {
        margin-top: 90px;
    }
    .salute-btit h3 {
        font-size: 30px;
    }
    .salute-btit h4 {
        font-size: 30px;
        margin-top: 5px;
    }
    .salute-bcnt {
        margin-top: 60px;
    }
    .salute-bcitm img {
        margin-bottom: 30px;
    }
    .salute-bcitm p {
        font-size: 14px;
        line-height: 30px;
    }


    .news-cnt {
        margin-top: 90px;
    }
    .news-ctle h3 {
        font-size: 30px;
    }
    .news-ctle h4 {
        font-size: 26px;
    }
    .news-ctop > a {
        font-size: 14px;
    }
    .news-ctimg {
        padding: 30px 0;
    }



}




@media screen and (max-width:769px) {
    .newsv-box {
        padding: .5rem .1rem;
    }
    .quality-box {
        padding: .3rem 0;
    }
    .quality-btit {
        padding-bottom: .2rem;
    }
    .quality-btit h3 {
        font-size: 20px;
    }
    .quality-btit h4 {
        font-size: 18px;
    }

    .quality-btit::after {
        width: .65rem;
        height: .04rem;
    }

    .quality-btxt {
        margin-top: .2rem;
    }
    .quality-btxt p {
        font-size: 14px;
        line-height: 24px;
    }

    .project-item {
        padding-top: .9rem;
    }
    .itmtl-num {
        font-size: 48px;
    }
    .itmtl-txt {
        padding-left: .25rem;
        margin-left: .2rem;
    }
    .itmtl-txt h4 {
        font-size: 16px;
    }
    .itmtl-txt h5 {
        font-size: 16px;
        margin-top: .3rem;
    }

    .project-itmtle {
        width: 90%;
    }
    .project-itmtri img {
        width: .3rem;
        height: .3rem;
    }
    
    .project-itmcnt {
        padding: .3rem 0;
    }
    .project-itmcnt img {
        margin-bottom: .2rem;
    }
    .project-itmcnt p {
        font-size: 14px;
        line-height: 24px;
    }



    .project-itmbx {
        padding: .3rem 0;
        flex-direction: column;
    }
    .itmbx-img {
        width: 100%;
    }
    .itmbx-ri {
        width: 100%;
        margin-top: .2rem;
    }
    .itmbx-ri p {
        font-size: 14px;
        line-height: 24px;
    }


    .salute-box {
        margin-top: .9rem;
    }
    .salute-btit h3 {
        font-size:16px;
    }
    .salute-btit h4 {
        font-size: 16px;
        margin-top: .1rem;
    }

    .salute-bcnt {
        margin-top: .6rem;
    }
    .salute-bcitm p {
        font-size: 14px;
        line-height: 24px;
    }

    .salute-bctxt {
        height: 210px;
        font-size: 10px;
        border-right: 2px solid #9c0101;
    }


    .news-cnt {
        margin-top: .9rem;
    }
    .news-ctle h3 {
        font-size: 20px;
    }
    .news-ctle h4 {
        font-size: 18px;
    }
    .news-ctop > a {
        font-size: 14px;
    }
    .news-ctimg {
        padding: .3rem 0;
    }

}

