body {
    background: #F5F2F2
}

.public_nav {
    min-width: 960px
}

.sec1 .wrap {
    width: 1440px;
    margin: 0 auto 50px;
    display: flex;
    justify-content: space-between;
    padding: 80px 0 100px
}

.sec1 .wrap .linkList {
    width: 260px;
    background: #FFFFFF;
    height: fit-content;
    padding: 0 0 22px
}

.sec1 .wrap .linkList a:nth-child(1) {
    font-size: 20px
}

.sec1 .wrap .linkList a {
    display: block;
    width: 100%;
    height: 65px;
    font-weight: 400;
    font-size: 18px;
    color: #888888;
    line-height: 65px;
    padding: 0 0 0 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: 0.6s;
    position: relative
}

.sec1 .wrap .linkList a:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #C8161D;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.4s
}

.sec1 .wrap .linkList a:hover {
    color: #C8161D
}

.sec1 .wrap .linkList a:hover:after {
    transform: scaleX(1)
}

.sec1 .wrap .linkList a.on {
    background: #C8161D;
    color: #FFFFFF;
    border-bottom: 1px solid #C8161D
}

.sec1 .wrap .textBox {
    width: 1050px
}

.sec1 .wrap .textBox h1 {
    font-weight: bold;
    font-size: 28px;
    color: #111111;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 30px
}

.sec1 .wrap .textBox h5 {
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    line-height: 1;
    margin-bottom: 30px
}

.sec1 .wrap .textBox .text p {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 40px
}

@media screen and (max-width: 1920px) {
    .public_nav {
        min-width: 50vw
    }

    .sec1 .wrap {
        width: 75vw;
        margin: 0 auto 2.6041666667vw;
        padding: 4.1666666667vw 0 5.2083333333vw
    }

    .sec1 .wrap .linkList {
        width: 13.5416666667vw;
        padding: 0 0 1.1458333333vw
    }

    .sec1 .wrap .linkList a:nth-child(1) {
        font-size: 1.0416666667vw
    }

    .sec1 .wrap .linkList a {
        height: 3.3854166667vw;
        font-size: 0.9375vw;
        line-height: 3.3854166667vw;
        padding: 0 0 0 1.5625vw;
    }

    .sec1 .wrap .textBox {
        width: 54.6875vw
    }

    .sec1 .wrap .textBox h1 {
        font-size: 1.4583333333vw;
        padding: 1.0416666667vw 0;
        margin-bottom: 1.5625vw
    }

    .sec1 .wrap .textBox h5 {
        font-size: 1.25vw !important;
        margin-bottom: 1.5625vw
    }

    .sec1 .wrap .textBox .text p {
        font-size: 0.9375vw;
        line-height: 2.0833333333vw
    }

}

@media screen and (max-width: 1024px) {
    .sec1 .wrap{
        width: 90%;
        flex-direction: column;
        padding: 60px 0;
    }
    .sec1 .wrap .linkList{
        width: 100%;
        padding-bottom: 0;
    }
    .sec1 .wrap .linkList a:nth-child(1){
        font-size: 14px;
    }
    .sec1 .wrap .linkList a{
        height: 50px;
        padding-left: 20px;
        line-height: 50px;
    }
    .sec1 .wrap .textBox{
        width: 100%;
        margin-top: 20px;
    }
    .sec1 .wrap .textBox h1{
        font-size: 18px;
        padding: 10px 0;
        margin-bottom: 10px;
    }
    .sec1 .wrap .textBox .text p{
        font-size: 14px;
        line-height: 1.6;
    }
    .sec1 .wrap .textBox h5{
        font-size: 16px !important;
    }
}
@media screen and (max-width: 767px) {
    .sec1 .wrap{
        padding: 50px 0;
    }
}