@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;
    margin-bottom: 5%;
    /* padding-top: 100px; */
    height: 31vw;
}
.mapslide img{
    object-fit: cover;
}
.mapslide .textbox{
    text-align: center;
    position: absolute;
    transform: translate(-50%,-50%);
    z-index: 100;
    top: 50%;
    left: 50%;
    text-shadow: 5px 5px 5px #0000007A;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
    pointer-events: none; /* 터치 이벤트가 슬라이드에 전달되도록 설정 */
}
 .mapslide .textbox h2{
    font-size: 94px;
    font-family: '휴먼편지체';
    line-height: 109px;
    color: #fff;
    letter-spacing: 5px;
    margin-bottom: 13%;
}
.mapslide .textbox p{
    font-size: 21px;
    color: #fff;
}
@media all and (max-width:768px){
    .mapslide{
        display: block;
        margin-bottom: 5%;
        /* padding-top: 100px; */
        height: auto;
    }
    .mapslide img{
        display: inline-block;
        width: 100%;
        max-height: 400px;
        object-fit: cover;
    }
    .mapslide img:first-of-type {
       margin-bottom: 30px;
    }
    .mapslide .textbox{
        width: 100%;
    }
    .mapslide .textbox h2{
        margin-bottom: 3%;
    }  
}

@media all and (max-width:500px){
    .mapslide .textbox h2{
        font-size: 45px;
      line-height: 55px;
    }  
    .mapslide .textbox p {
        font-size: 11px; 
        line-height: 20px;
    }
}



.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 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%;
    }
}