#sub-location .gw-tabs {background: #f2f2f2;}
#sub-location .tab-content {display: none;}
#sub-location .tab-content:first-of-type{display: block;}
#sub-location .gw-map{width: 100%;height: 440px;overflow:hidden;}
#gw-map-img{ display: flex;justify-content: center;align-items: center;}
#sub-location .gw-map > img {width: 100%;height: 100%;object-fit: cover;}
#sub-location .gw-map-list{margin-bottom:3rem;padding:3rem 0;border-bottom: 1px solid #efefef;}
#sub-location .gw-map-list .gw-tit {margin-bottom: 0.5rem;font-size: var(--main-text01);font-family: "Outfit", sans-serif;font-weight: 700;line-height: 2;letter-spacing: -0.05em;color: var(--main-color);}
#sub-location .gw-map-list .gw-tit i {margin-right: 0.5rem;position: relative;top: 1px;}
#sub-location .gw-map-list .gw-txt {margin-bottom: 1rem;font-size: var(--main-title04);line-height: 1.43;letter-spacing: -0.05em;color: #000;font-weight: 600;font-family: "Outfit", sans-serif;}
#sub-location .gw-map-list .gw-map-info {display: flex;}
#sub-location .gw-map-list .gw-map-info dl {display: flex;align-items: center;margin-right: 5rem;}
#sub-location .gw-map-list .gw-map-info dl:last-child {margin-right: 0;}
#sub-location .gw-map-list .gw-map-info dt {margin-right: 1rem;font-size: var(--main-text01);color: #2c2c2c;font-weight: 600;font-family: "Outfit", sans-serif;}
#sub-location .gw-map-list .gw-map-info dt i {position: relative;top: 1px;margin-right: 0.5rem;}
#sub-location .gw-map-list .gw-map-info dd {font-size: var(--main-text01);color: #6e6e6e;font-weight: 500;font-family: "Outfit", sans-serif;}

/*반응형------------------------------------------------------------------------------------------------------------------ */

@media screen and (max-width:576px){
    .gw-mob{display:block;}
    #sub-location {padding-top: 3rem;}
    #sub-location .gw-map{height: 50vw;}
    #sub-location .gw-map-list{margin-bottom:2rem;padding:2rem 0;}
    #sub-location .gw-map-list .gw-map-info{flex-direction: column;}
    #sub-location .gw-btn-container{flex-wrap: wrap;}
}