.mapCon01 {
    width: 100%;
    background: url('/images/map/01_01.jpg') no-repeat center center;
    background-size: cover;
    padding-bottom: 35%;
}
.preCon01 { /*룸 - 배치도 메뉴*/
    background: url('/images/map/01_02.jpg') no-repeat center center;
    background-size: cover;
}
.mapCon02 {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
}
.mapFrame iframe {
    height: 500px;
    width: 90%;
}
.map_add {
    font-size: 1.3em;
    padding: 2% 5% 0;
    text-align: left;
}
.find_way { /* 길찾기 */
    transition: all 1s ease;
}
.find_way:hover { 
    transform: translateX(30px);
}

@media (max-width: 800px) {
    .mapCon02 {
        padding-top: 3%;
    }
    .mapFrame iframe {
        height: 450px;
        width: 100%;
    }
    .map_add {
        font-size: 1em;
        line-height: 1.4em;
        padding-top: 2%;
        text-align: left;
        word-break: keep-all;
    }
    .n_nav img {
        width: 300px;
    }
}
@media (max-width: 600px) {
    .mapFrame iframe {
        height: 300px;
        width: 100%;
    }
}