/*h1{
    border-left: 7px solid orange;
    text-align:center;
    width: 250px;
    margin-left:5%;
}
h2{
    text-align:center;
    font-size:32px;
    font-family: 'Nanum Myeongjo', serif;
    margin-bottom: 20px;
}*/
.container1{
    font-size: 24px;
    display: flex;
    justify-content: space-evenly;

}
.container1__text{
    font-family: 'Kaushan Script', cursive;
    display: flex;
    align-items: center;
}
.detail{
    justify-content: space-around;
}
.detail1{
    font-family: 'Kaushan Script', cursive;
}
.detail2{
    font-family: 'Noto Sans KR', sans-serif;
    font-size:20px;
    line-height: 35px;
    width: 400px;

}
.detail li{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 20px;
}
.detail li span{
    font-family: 'Kaushan Script', cursive;
}
.road{
    text-align: center;
    font-size:28px;
    margin-bottom: 3%;
    padding-top: 24px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
    margin-top:30px;
}
@media screen and (max-width: 1000px) {
    .container1__text{
        justify-content: center;
    }
    .container1{
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .detail{
        padding: 0;
        margin: 0 auto;
        width:100%;
        text-align: center;
    }
    .detail1{
        display: none;
    }
    .detail2{
        width: 100%;
        font-size: 16px;
    }

}