


.container2{
    display: flex;
    justify-content: space-evenly;
    margin: 1% 0;
    color:black;
}
.container2 div{
    font-size: 130%;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
    width:12%;
    font-weight: bold;
    text-align: center;
    cursor:pointer;
    color:royalblue;
}
.main__text{
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
    text-align: center;
}
.main__text h1{
    margin: 3% 0;
    font-size:3em;

}
.main__text p{
    padding:0.5% 0;
    text-align: center;
    width: 85%;
    margin:0 auto;
    line-height: 110%;
    font-size:1.2rem;
}
.container2{
    display: flex;
    justify-content: space-evenly;
    margin-top: 1%;
    margin-bottom: 1%;
}
ul {
    padding-left: 0;
}

@media (max-width:920px){
    carousel-img{
        width: 100%;
        height: auto;
    }
    .line1, .line2{
        flex-direction: column;

    }
}