@charset "utf-8";
/* 기본설정 */
@import "default.css";

.ListTitle_map{
    text-align: center;
    margin: 0 auto;
    padding: 5% 0 2% 0;
}
.ListTitle_map h2{
font-size: 45px;
width: 200px;
margin: 0 auto;
margin-bottom: 1%;
border-top: 1px solid #272727;
border-bottom: 1px solid #272727;
}
.ListTitle_map p{
font-size: 20px;
margin: 2% 0;
}
.ListTitle_map span{
font-size: 14px;
line-height: 26px;
word-break: keep-all;
}

@media all and (max-width:500px){
    .ListTitle_map{
        width: 80%;
        text-align: center;
        margin: 0 auto;
        padding: 7% 0;
    }
    .ListTitle_map h2{
        width: max-content;
        margin: 0 auto;
        font-size: 25px;
    }
    .ListTitle_map p {
        font-size: 13px;
        margin-bottom: 10px;
    }
}

.mapslide{
    position: relative;
    display: flex;
    justify-content: center;
    gap: 4%;
    margin-bottom: 5%;
    padding-top: 100px;
    height: 60%;
}
.mapslide img{
    width: 40%;
    height: 100%;
    object-fit: cover;
}
/* .mapslide .textbox{
    position: absolute;
    top: 50%;left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
} */
@media all and (max-width:768px){
    .mapslide{
        display: block;
        margin-bottom: 5%;
        padding-top: 100px;
        height: auto;
    }
    .mapslide img{
        display: inline-block;
        width: 100%;
        height: 20%;
        max-height: 400px;
        object-fit: cover;
    }
    .mapslide img:first-of-type {
       margin-bottom: 30px;
    }
}

/* .mapslide .textbox h2{
    font-size: 48px;
    line-height: 62px;
}
.mapslide .textbox p{
font-size: 16px;
} */

.map1{
    text-align: center;
    margin-bottom: 7%;
}

.map1 h2{
    font-size: 50px;
    text-align: center; 
    font-family: 'medium';
    line-height: 70px;
}

.map1 p{
    font-size: 16px;
    color: #7B7B7B;
    line-height: 25px;
    margin-bottom: 65px;
    font-family: 'medium';
}

.map1 span{
    display: block;
    margin-bottom: 3%;
}
#map{
    width: 80%;
    margin: 0 auto;
    height: 650px;
    margin-bottom: 2%;

}
@media(max-width:991px){
    iframe{
width: 80%;
margin: 0 auto;
max-height:350px;
    }
    #map{
        height: 450px;
    }
}

@media(max-width:768px){
    
    .mapslide .textbox h2{
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 2%;
    }  
    .mapslide .textbox p{
        font-size: 12px;
    }
    .mapslide .textbox{
        width: 100%;
    }
}
@media(max-width:500px){
    #map{
        width: 90%;
        height: 300px;
    }
    .map1 h2{
        font-size: 24px;
    }
    .map1 h2::after{
        width: 18%;
        margin-top: 7%;
        margin-bottom: 5%;
    }
    .map1 p{
        font-size: 13px;
        line-height: 21px;
        margin-bottom: 5%;
    }
    iframe{
        max-height: 250px;
    }
    .map1{
        margin-bottom: 12%;
    }
}