@charset "utf-8";
/* 기본설정 */
/* @import "default.css"; */
.map1.section {
    margin-bottom: 200px;
}
#map-spot {
    position: absolute;
    top: -90px;
}
.map-cont {
    display: flex;
    justify-content: center;
    gap: 80px;
}
.map-title {
    display: flex;
    align-items: center;
}
.map-title h2 {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0.4px;
    white-space: nowrap;
}
.map-title h2 small {
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.15px;
    color: #ececec;
}
#map{
    width: 28vw;
    height: 21.35vw;
}
.map-cont .text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.map-cont p, .map-cont a {
    font-size: 18px;
    line-height: 30px;
    font-family: 'Pretendard', 'noto sans kr';
}
.map-address {
    margin-top: 35px;
    color: #fff;
}
@media(max-width:1200px){
    .map-cont {
        gap: 60px;
    }
    .map-cont p, .map-cont a {
        font-size: 15px;
    }
}
@media(max-width:1024px){
    .map1.section { margin-bottom: 100px;}
    #map{
        width: 72vw;
        height: 65vw;
    }
    .map-cont { 
        flex-direction: column;
        gap: 15px;
    }
    .map-cont .text { 
        text-align: center;
        margin-top: 15px;
    }
    .map-address { margin-top: 20px;}
   
}
@media(max-width:500px){
    #map{
        width: 85vw;
        height: 65vw;
    }
    .map-title h2 {
        font-size: 30px;
    }
    .map-title h2 small {
        font-size: 14px;
        line-height: 16px;
    }
    .map-cont p, .map-cont a {
        font-size: 14px;
        line-height: 20px;
    }
}