.enter-bj {
    background-color: #efe9db;
}

.enter-box {
    padding: 80px 0;
}

.dynamic-bsel {
    display: flex;
    align-items: center;
}

.dynamic-bslli {
    font-size: 18px;
    color: #1e110b;
    padding: 12px 25px;
    border-radius: 50px;
    border: 2px solid #1e110b;
    margin-right: 20px;
    cursor: pointer;
}

.bsellisw {
    background-color: #1e110b;
    color: #ffffff;
}

.enter-cnt {
    padding-top: 80px;
}

.enter-ctit {
    font-size: 36px;
    font-weight: 600;
}

.enter-cul {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

.enter-cul li {
    width: 48%;
}

.enter-cul li p {
    font-size: 16px;
    line-height: 30px;
    padding: 15px 0;
}

.enter-cul li img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}








.meaning-box {
    position: relative;
}

.meaning-box img {
    width: 100%;
    height: auto;
}

.meaning-bcnt {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.meaning-bctxt {
    width: 48%;
    padding: 45px;
    background-color: #efe9db;
    border-radius: 5px;
}

.meaning-bctxt h3 {
    font-size: 36px;
    font-weight: 600;
}

.meaning-bctxt p {
    font-size: 18px;
    margin-top: 30px;
    line-height: 30px;
}








.culture-box {
    padding: 90px 0;
}

.culture-btit {
    font-size: 36px;
    font-weight: 600;
}

.culture-btxt {
    font-size: 16px;
    line-height: 30px;
    margin-top: 35px;
}

.culture-bul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.culture-bul li {
    width: calc((100% - 72px)/3);
    margin: 12px;
}

.culture-bul li a {
    width: 100%;
}

.culture-buimg {
    width: 100%;
}

.culture-buimg img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.culture-butxt {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0;
}







.develop-box {
    padding: 90px 0;
    background-color: #f5f2e9;
}

.develop-btit {
    font-size: 36px;
    font-weight: 600;
}

.develop-blist {
    padding-top: 30px;
}

.develop-blstli {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #c7c6c2;
}

.blstli-year {
    width: 15%;
    font-size: 24px;
    font-weight: 600;
    padding: 20px 0;
}

.blstli-ri {
    width: 85%;
}

.blstli-ri p {
    padding: 20px 0;
    font-size: 16px;
    border-bottom: 1px solid #c7c6c2;
}

.blstli-ri p:last-child {
    border-bottom: 0px solid #c7c6c2;
}

.blstli-ri p span {
    font-weight: 600;
}






.scenery-box {
    padding: 90px 0;
}

.scenery-btit {
    font-size: 36px;
    font-weight: 600;
}

.scenery-bul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
}

.scenery-bul li {
    width: calc((100% - 60px)/3);
    margin: 10px;
}

.scenery-bul li a {
    width: 100%;
}

.scenery-bul li a img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}




@media only screen and (max-width: 1440px) {

    .enter-box {
        padding: 60px 0;
    }

    .dynamic-bslli {
        font-size: 16px;
        padding: 8px 20px;
        margin-right: 15px;
    }


    .enter-cnt {
        padding-top: 60px;
    }

    .enter-ctit {
        font-size: 30px;
    }

    .enter-cul {
        margin-top: 20px;
    }

    .enter-cul li p {
        font-size: 14px;
        line-height: 26px;
        padding: 10px 0;
    }



    .meaning-bctxt {
        padding: 30px;
    }

    .meaning-bctxt h3 {
        font-size: 30px;
    }

    .meaning-bctxt p {
        font-size: 16px;
        margin-top: 20px;
        line-height: 26px;
    }



    .culture-box {
        padding: 70px 0;
    }

    .culture-btit {
        font-size: 30px;
    }

    .culture-btxt {
        font-size: 14px;
        line-height: 26px;
        margin-top: 20px;
    }

    .culture-bul {
        margin-top: 20px;
    }

    .culture-bul li {
        width: calc((100% - 60px) / 3);
        margin: 10px;
    }

    .culture-butxt {
        font-size: 16px;
        padding: 10px 0;
    }






    .develop-box {
        padding: 70px 0;
    }

    .develop-btit {
        font-size: 30px;
    }

    .develop-blist {
        padding-top: 20px;
    }

    .blstli-year {
        width: 15%;
        font-size: 20px;
        padding: 15px 0;
    }

    .blstli-ri p {
        padding: 15px 0;
        font-size: 14px;
    }




    .scenery-box {
        padding: 70px 0;
    }

    .scenery-btit {
        font-size: 30px;
    }

    .scenery-bul {
        margin-top: 20px;
    }




}






@media only screen and (max-width: 769px) {
    .enter-box {
        padding: .6rem .1rem;
    }


    .dynamic-bsel {
        flex-wrap: wrap;
    }

    .dynamic-bslli {
        font-size: 14px;
        padding: .1rem .2rem;
        margin-right: .15rem;
        margin-bottom: .2rem;
    }




    .enter-cnt {
        padding-top: .6rem;
    }

    .enter-ctit {
        font-size: 20px;
    }

    .enter-cul {
        margin-top: .2rem;
        flex-direction: column;
    }

    .enter-cul li {
        width: 100%;
    }

    .enter-cul li p {
        font-size: 12px;
        line-height: 22px;
        padding: .1rem 0;
    }



    .meaning-bcnt {
        position: relative;
        transform: translateY(0);
    }

    .meaning-bctxt {
        width: 100%;
        padding: .3rem;
    }

    .meaning-bctxt h3 {
        font-size: 20px;
    }

    .meaning-bctxt p {
        font-size: 14px;
        margin-top: .2rem;
        line-height: 22px;
    }




    .culture-box {
        padding: .7rem .1rem;
    }

    .culture-btit {
        font-size: 20px;
    }

    .culture-btxt {
        font-size: 12px;
        line-height: 22px;
        margin-top: .2rem;
    }

    .culture-bul {
        margin-top: .2rem;
    }



    .culture-bul li {
        width: calc((100% - .4rem) / 2);
        margin: .1rem;
    }

    .culture-butxt {
        font-size: 14px;
        padding: .1rem 0;
    }





    .develop-box {
        padding: .7rem .1rem;
    }

    .develop-btit {
        font-size: 20px;
    }


    .blstli-year {
        width: 20%;
        font-size: 16px;
        padding: .15rem 0;
    }

    .blstli-ri {
        width: 75%;
    }

    .blstli-ri p {
        padding: .15rem 0;
        font-size: 12px;
    }






    .scenery-box {
        padding: .7rem .1rem;
    }

    .scenery-btit {
        font-size: 20px;
    }
    .scenery-bul {
        margin-top: .2rem;
    }

    .scenery-bul li {
        width: calc((100% - .4rem) / 2);
        margin: .1rem;
    }


}