@charset "utf-8";

.innerText_inner {
    text-transform: uppercase;
}

.map_text_inner {
    display: flex;
    align-items: center;
}


.mapUpper_title {
    padding-bottom: .6rem;
}

.mapUpper_title h2 {
    font-weight: 400;
}

.mapUpper_title p {
    font-size: 30px;
}

.mapUpper_title p span {
    font-weight: 600;
}

#location {
    padding-bottom: 40px;
}

.map_text_inner {
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 1px;
}

.map_text_inner div {
    font-weight: 600;
    padding-right: 10px;
    width: 60px;
}

.map_text_inner p {
    color: #555;
}



/* map size */
#daumRoughmapContainer1662079414939 {
    width: 1440px;
}



@media (max-width: 1480px) {

    /* map size */
    #daumRoughmapContainer1662079414939 {
        width: 100%;
    }



}




@media (max-width: 937px) {

    .mapUpper_title h2 {
        font-size: 19px;
    }

    .mapUpper_title p {
        font-size: 24px;
    }

    #location {
        height: 400px;
    }

    #daumRoughmapContainer1662079414939 {
        height: 100%;
    }

    .root_daum_roughmap .wrap_map {
        height: 368px !important;
    }

    .map_text_inner {
        font-size: 17px;
    }

    .map_text_inner div {
        width: 40px;
    }

}



@media (max-width: 550px) {

    .innerText_inner {
        padding: 60px 0 90px;
    }

    .mapUpper_title h2 {
        font-size: 15px;
    }

    .mapUpper_title p {
        font-size: 20px;
    }

    #location {
        height: 280px;
    }

    #daumRoughmapContainer1662079414939 {
        height: 100%;
    }

    .root_daum_roughmap .wrap_map {
        height: 248px !important;
    }

    .map_text_inner {
        font-size: 15px;
    }

    .map_text_inner div {
        width: 30px;
    }

}