@media screen and (min-width: 768px) {
    /*오시는 길*/
#map-wrapper{
    width: 100%;
    height: 600px;
    background-color: #316451;    
}

.divider2{
    margin:0;
    width: 100%;
    background-color:  rgb(250, 244, 233);
}
.map-img{
    margin-left: 100px;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 23px;
    height: 23px;
}
#map-wrapper .small-title{
    text-align: left;
    font-family: S-core, serif;
    font-weight: 400;
    font-size: 1.3em;
    color: #f7ca94;
    letter-spacing: 5px;
    margin-bottom: 20px;
    padding-left: 30px;
    margin-top: 30px;
}


#map-wrapper p{
    width: 50%;
    margin-left: 40%;
    font-family: "S-core", sans-serif !important;
    font-weight: 300;
    font-size: 1.4em;
    text-align: left;
    padding-top:20px;
    color:white;
}
.map-left, .map-right{
    width: 40%;
    min-width: 400px;
    float: left;
    
}
.map-left{
    margin-left: 12%;
    border:solid 1px #ffffff; 
    box-shadow: -8px 0px 5px rgb(61, 92, 82), 5px 0px 8px rgb(69, 77, 72);
}
.map-right{
    margin-left: 5%;
}
.map_capture{
    width: 100%;
    height: 320px;
    background-image: url('../images/map_capture.png');
    background-size: cover;
}
.address,
.parking,
.transport{
    width: 100%;
    color: rgb(250, 244, 233);
    padding:5px;
    font-family: S-core, serif;
}
.address{
    padding-top:0px;
}
.parking,
.transport{
    margin-top: 10px;
}
.map-title{
    font-size: 1.1em;
}

.map-info{
    margin-top:5px;
    font-size: .9em;
    font-weight: 200;
    line-height: 160%;
}
.map-btn{
    margin-top: 30px;
    width: 200px;
    height: 45px;z-index: 1;
    font-size:.9em;
    padding-left: 20px;
    text-align: left;
    outline: none;
    position: relative;
    overflow: hidden;
    color: #fbc275;
    border: solid 1px #fbc275;
    background-color:#346351;
    transition:all 0.9s;
}
.map-btn:focus{
    outline:none;
}
.map-btn:after {
    content: "";
    width: 0%;
    height: 150%;
    top: 0;
    position: absolute;
    left: 0px;
    font-weight: 500;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: #fbc275;
}
.map-btn:hover {
    color:#346351; 
    font-weight: 600;
    border: solid 1px #fbc275;
}
.map-btn:hover:after {
    width: 100%;
    z-index: -1;
}
}

@media (max-width: 1200px) and (min-width: 992px) {
    .map-left, .map-right{
        width: 40%;
        min-width: 400px;
        float: left;
        
    }
    .map-left{
        margin-left: 5%;
        border:solid 1px #ffffff; 
        box-shadow: -8px 0px 5px rgb(61, 92, 82), 5px 0px 8px rgb(69, 77, 72);
    }
    .map-right{
        margin-left: 9%;
    }
    .map_capture{
        width: 100%;
        height: 320px;
        background-image: url('../images/map_capture.png');
        background-size: cover;
    }
}


@media (max-width: 1095px) and (min-width: 995px) {
    .map-img{
        margin-left: 35px;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 23px;
        height: 23px;
    }
}
@media (max-width: 995px) and (min-width: 768px) {
    #map-wrapper{
        width: 100%;
        height: 980px;
        background-color: #316451;    
    }
    .map-left, .map-right{
        width: 60%;
        /* min-width: 420px; */
        float: left;
    }
    .map-left{
        margin-left: 20%;
        border:solid 1px #ffffff; 
        box-shadow: -8px 0px 5px rgb(61, 92, 82), 5px 0px 8px rgb(69, 77, 72);
    }
    .map-right{
        margin-left: 20%;
        margin-top: 30px;
        text-align: center;
    }
    .map_capture{
        width: 100%;
        height: 320px;
        background-image: url('../images/map_capture.png');
        background-size: cover;
    }
    .map-img{
        margin-left: 35px;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 23px;
        height: 23px;
    }
    .address,
    .parking,
    .transport{
        width: 100%;
        color: rgb(250, 244, 233);
        padding:5px;
        font-family: S-core, serif;
    }
    .address{
        padding-top:10px;
    }
    .parking,
    .transport{
        margin-top: 30px;
    }
    .map-title{
        font-size: 1.1em;
        padding: 5px;
    }

    .map-info{
        margin-top:5px;
        font-size: .9em;
        font-weight: 200;
        line-height: 160%;
    }
    .map-btn{
        margin-top: 50px;
        width: 200px;
        height: 45px;
        z-index: 1;
        font-size:.9em;
        padding-left: 0px;
        text-align: center;
        outline: none;
        position: relative;
        overflow: hidden;
        color: #fbc275;
        border: solid 1px #fbc275;
        background-color:#346351;
        transition:all 0.9s;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    
    .container{
        max-width: 800px !important;
    }
    #service-wrapper{
        width: 100%;
        height: 860px;
        padding-top:20px;
        /* padding-left: 150px; */
        background-color: #316451;
    }
    #service-wrapper .container{
        padding-left: 0%;
        padding-right: 0%;
    }
     #section1, #section2{
         width: 45%;
         margin-left: 2.5%;
         margin-right: 2%;
         display: inline-block;
         float: left;
     } 
    .small-title{
        width: 100%;
        font-family: S-core, serif;
        font-weight: 500;
        font-size: 1.1em;
        color: #fcc477;
        letter-spacing: 5px;
        text-align: center;
        margin: 15px auto;
    }
    
}

@media (max-width: 768px) and (min-width: 0px) {
    #map-wrapper{
        width: 100%;
        height: 1040px;
        background-color: #316451;    
    }
    
    .divider2{
        margin:0;
        width: 100%;
        background-color:  rgb(250, 244, 233);
    }
    .map-img{
        flex: 1;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 23px;
        height: 23px;
        display: inline-block;

    }
    #map-wrapper .small-title{
        flex: 1;
        width: fit-content;
        text-align: left;
        font-family: S-core, serif;
        font-weight: 400;
        font-size: 1.3em;
        color: #f7ca94;
        letter-spacing: 5px;
        margin-bottom: 20px;
        padding-left: 30px;
        margin-top: 30px;
    }
    #map-wrapper p{
        width: 50%;
        margin-left: 40%;
        font-family: "S-core", sans-serif !important;
        font-weight: 300;
        font-size: 1.4em;
        text-align: left;
        padding-top:20px;
        color:white;
    }

    .map-left, .map-right{
        width: 100%;
        /* min-width: 420px; */
        float: left;
    }
    .map-left{
        margin-left: 0%;
        border:solid 1px #ffffff; 
        box-shadow: -8px 0px 5px rgb(61, 92, 82), 5px 0px 8px rgb(69, 77, 72);
    }
    .map-right{
        margin-left: 0%;
        margin-top: 30px;
        text-align: center;
    }
    .map_capture{
        width: 100%;
        height: 280px;
        background-image: url('../images/map_capture.png');
        background-size: cover;
    }
    
    .address,
    .parking,
    .transport{
        width: 100%;
        color: rgb(250, 244, 233);
        padding:5px;
        font-family: S-core, serif;
    }
    .address{
        padding-top:20px;
    }
    .parking,
    .transport{
        margin-top: 40px;
    }
    .map-title{
        font-size: 1.1em;
        padding: 5px;
    }

    .map-info{
        margin-top:5px;
        font-size: .9em;
        font-weight: 200;
        line-height: 160%;
    }
    .map-btn{
        margin-top: 70px;
        width: 200px;
        height: 45px;
        z-index: 1;
        font-size:.9em;
        padding-left: 0px;
        text-align: center;
        outline: none;
        position: relative;
        overflow: hidden;
        color: #fbc275;
        border: solid 1px #fbc275;
        background-color:#346351;
        transition:all 0.9s;
    }
    
}