.walk-nanber {
    width: 100%;
}

.walk-nanber img {
    width: 100%;
}


.walk-top {
    position: relative;
    padding: 25px 0;
}

.walk-tpcnt {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, .8);
    padding: 50px 50px 0;
    border-radius: 20px;
}

.walk-tpcnt p {
    font-size: 16px;
    line-height: 28px;
    text-indent: 2em;
    font-weight: 600;
}




.walk-tit {
    font-size: 36px;
    color: #bc1f21;
    font-weight: 600;
    text-align: center;
}



.walk-create {
    padding: 45px 0;
}

.create-cnt {
    padding: 45px 0;
    display: flex;
    justify-content: space-between;

}

.create-ctle {
    width: 48%;
}

.create-ctle p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 25px;
    text-indent: 2em;
}


.create-ctri {
    width: 48%;
}

.create-ctri img {
    width: 100%;
    height: auto;
}






.renowned-box {
    background-color: #f5f5f5;
    padding: 60px 0;
}

.renowned-bcnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.renowned-bcle {
    width: 48%;
}

.renowned-bcle p {
    font-size: 16px;
    text-indent: 2em;
    line-height: 28px;
    font-weight: 600;
}

.renow-bcltxt {
    margin-top: 20px;
}

.renow-bcltxt p {
    text-indent: 0;
}

.renowned-bcri {
    width: 48%;
}

.renowned-bcri img {
    width: 100%;
    height: auto;
}


.renow-bclbtm {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.renow-bclmli {
    width: 43%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.renow-bclmli img {
    width: 90%;
    height: auto;
}

.renow-bclmli h4 {
    font-size: 14px;
    color: #7b000a;
    margin-top: 10px;
    font-weight: 600;
}










.walk-brand {
    padding: 45px 0;
}

.brand-cnt {
    margin: 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    border-radius: 20px;
    background: linear-gradient(to left, #ff9c54, #f5f5f5 40%, #ffffff);
}

.brand-cle {
    width: 48%;
}

.brand-cle p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px;
    font-weight: 600;
}



.brand-cimg {
    width: 48%;
    position: relative;
}

.brand-cimg>img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.brand-cbtn {
    width: 30%;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.brand-cbtn a {
    width: 100%;
}

.brand-cbtn a img {
    width: 100%;
    height: auto;
}






.walk-soup {
    background-color: #f5f5f5;
    padding: 50px 0;
}

.soup-top {
    display: flex;
    justify-content: space-between;
}

.soup-top>p {
    width: 48%;
    font-size: 16px;
    line-height: 28px;
    text-indent: 2em;
    font-weight: 600;
}

.soup-top>img {
    width: 48%;
    height: auto;
}


.soup-btm {
    width: 100%;
    margin-top: 50px;
}

.soup-btm img {
    width: 100%;
    height: auto;
}






.walk-inherit {
    padding: 50px 0 70px;
}

.inherit-box {
    background-image: url("../images/picbj03.png");
    background-size: 100% 100%;
    padding: 60px 50px;
    margin-top: 50px;
    border-radius: 5px;
}

.inherit-bcnt {
    min-height: 270px;
    padding: 40px;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 15px;
}

.inherit-bcnt p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 600;
    text-indent: 2em;
}





@media screen and (max-width:1340px) {

    .walk-top {
        padding: 15px 0;
    }

    .walk-tpcnt {
        padding: 40px 40px 0;
    }

    .walk-tpcnt p {
        font-size: 14px;
        line-height: 24px;
    }


    .walk-create {
        padding: 35px 0;
    }

    .walk-tit {
        font-size: 30px;
    }

    .create-cnt {
        padding: 35px 0;
    }

    .create-ctle p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }



    .renowned-box {
        padding: 50px 0;
    }

    .renow-bclbtm {
        margin-top: 20px;
    }

    .renowned-bcle p {
        font-size: 14px;
        line-height: 24px;
    }

    .renow-bclmli h4 {
        font-size: 12px;
        margin-top: 8px;
    }



    .walk-brand {
        padding: 35px 0;
    }

    .brand-cnt {
        margin: 40px 0;
        padding: 40px;
    }

    .brand-cle p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }




    .walk-soup {
        padding: 40px 0;
    }

    .soup-top>p {
        font-size: 14px;
        line-height: 24px;
    }

    .soup-btm {
        margin-top: 40px;
    }




    .walk-inherit {
        padding: 40px 0 60px;
    }

    .inherit-box {
        padding: 50px 40px;
        margin-top: 40px;
    }

    .inherit-bcnt {
        min-height: 240px;
        padding: 30px;
    }

    .inherit-bcnt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }



}






@media screen and (max-width:768px) {

    .walk-top {
        height: 22vh;
        padding: .15rem .1rem;
    }

    .walk-tpcnt {
        width: 100%;
        padding: .2rem .1rem 0;
    }

    .walk-tpcnt p {
        font-size: 12px;
        line-height: 20px;
    }



    .walk-create {
        padding: .35rem .1rem;
    }

    .walk-tit {
        font-size: 20px;
    }

    .create-cnt {
        padding: .35rem 0;
        flex-direction: column;
    }

    .create-ctle {
        width: 100%;
    }

    .create-ctle p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: .15rem;
    }


    .create-ctri {
        width: 100%;
    }







    .renowned-box {
        padding: .5rem .1rem;
    }

    .renowned-bcnt {
        flex-direction: column;
    }

    .renowned-bcle {
        width: 100%;
    }

    .renowned-bcle p {
        font-size: 12px;
        line-height: 20px;
    }

    .renow-bcltxt {
        margin-top: .2rem;
    }

    .renow-bclbtm {
        margin-top: .2rem;
    }

    .renowned-bcri {
        width: 100%;
        margin-top: .2rem;
    }

    .renow-bclmli {
        width: 45%;
    }

    .renow-bclmli h4 {
        text-align: center;
    }





    .walk-brand {
        padding: .35rem .1rem;
    }

    .brand-cnt {
        margin: .2rem 0;
        padding: .2rem;
        flex-direction: column;
    }

    .brand-cle {
        width: 100%;
    }

    .brand-cle p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: .15rem;
    }

    .brand-cimg {
        width: 100%;
        margin-top: .2rem;
    }




    .walk-soup {
        padding: .4rem .1rem;
    }

    .soup-top {
        flex-direction: column;
    }

    .soup-top>p {
        width: 100%;
        font-size: 12px;
        line-height: 20px;
    }

    .soup-top>img {
        width: 100%;
        margin-top: .2rem;
    }

    .soup-btm {
        margin-top: .2rem;
    }

    .walk-inherit {
        padding: .4rem .1rem .6rem;
    }

    .inherit-box {
        padding: .4rem .2rem;
        margin-top: .4rem;
    }

    .inherit-bcnt {
        min-height: 240px;
        padding: .3rem;
    }

    .inherit-bcnt p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: .1rem;
    }


}