@charset "utf-8";
/* 기본설정 */
/* @import "default.css"; */

.map1{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    line-height: 1.5;
}

.map1 > div { width: 50%;}


.map_text {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.map_text h2.title{
    font-size: 80px;
    letter-spacing: 0.03em;
    color: #fff;
    margin-bottom: 50px;
}
.map_text .small-title {
    font-size: 35px;
    letter-spacing: 0.01em;
    color: #fff;
    margin-bottom: 30px;
}
.map_text p {
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.01em;
    line-height: 1.7;
}

#map{
    max-width: 830px;
    max-height: 532px;
    width: 43.23vw;
    height: 27.71vw;
    box-shadow: 0px 0px 15px #00000024;

}

@media (max-width:1024px) {
    .map_text h2.title{
        font-size: 50px;
        letter-spacing: 0.03em;
        color: #fff;
        margin-bottom: 30px;
    }
    .map_text .small-title {
        font-size: 30px;
        letter-spacing: 0.01em;
        color: #fff;
        margin-bottom: 20px;
    }
    .map_text p {
        color: #fff;
        font-size: 16px;
        letter-spacing: 0.01em;
        line-height: 1.7;
    }
}
@media(max-width:768px){
    .map1 {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .map1 > div { width: 100%;}

    .map1 h2.title{
        font-size: 40px;
        color: #fff;
    }
    .map_text .small-title {
        margin-top: 40px;
        font-size: 22px;
        text-align: center;
    }
    .map_text p {
        text-align: center;
    }

    #map{
        margin-top: 40px;
        width: 85vw;
        height: 52vw;
        min-height: 200px;
        box-shadow: 0px 0px 15px #00000024;

    }
}

@media(max-width:400px){
    
}