@charset "utf-8";
/* CSS Document */
#location_Tab {
    display: flex;
    border-color: #e5e5e5;
}
#location_Tab li {
    flex-basis: 20%
}
#location_Tab li .nav-link {
    border-radius: 0;
    padding: 0;
    width: 100%;
    height: 70px;
    color: #000;
    font-size: .9em;
    font-weight: 500
}
#location_Tab li .nav-link:hover, #location_Tab li .nav-link:disabled {
    border-color: transparent;
    color: var(--thm-primary);
}
#location_Tab li .nav-link.active, #location_Tab li.nav-item.show .nav-link {
    color: var(--thm-primary);
}
#overseas_Tab {
    display: flex;
    border-color: #e5e5e5;
}
#overseas_Tab li {
    flex-basis: 20%
}
#overseas_Tab li .nav-link {
    border-radius: 0;
    padding: 0;
    width: 100%;
    height: 70px;
    color: #000;
    font-size: .9em;
    font-weight: 500
}
#overseas_Tab li .nav-link:hover, #overseas_Tab li .nav-link:disabled {
    border-color: transparent;
    color: var(--thm-primary);
}
#overseas_Tab li .nav-link.active, #overseas_Tab li.nav-item.show .nav-link {
    color: var(--thm-primary);
}
.map {
    width: 100%;
}
.map .innermap {
    width: 100%;
}
.map .innermap .wrap_map {
    border: solid 1px #e3e3e3;
    height: 32.5rem;
}
.map iframe {
    border: solid 1px #e3e3e3 !important;
    height: 32.5rem;
}
.root_daum_roughmap .wrap_controllers {
    border: 0 !important;
    background: none !important;
}
.root_daum_roughmap .wrap_controllers .tit_controllers {
    display: none;
}
.sub-local .sub-hd-bg {
    background-image: url(../img/about/sub-hd-location.png)
}
.map-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative
}
.map-area {}
.map-wrap .location-info {
    width: 100%;
    height: auto;
    background: #313033;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1rem;
    padding: 20px 24px;
    box-shadow: 0 40px 30px #0000001A;
    z-index: 5;
}
.map-wrap .location-info h4 {
    font-size: 20px;
    line-height: 1.444;
    color: #fff;
}
.location-dsc {
    margin-top: 3.5rem;
    font-size: 1rem
}
.location-dsc dl + dl {
    margin-top: 1.6rem;
}
.location-dsc dl dt {
    margin-bottom: .5rem;
    color: #222
}
.list-branch {
    height: 32.5rem;
    overflow-y: auto;
    padding: 1.25rem;
    border: 1px solid #E5E5E5
}
.list-branch a {
    display: block;
    position: relative
}
.list-branch h6 {
    font-size: 1.125rem;
    margin-bottom: 0.313rem
}
.list-branch li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 7.5rem;
    border-bottom: 1px solid #E5E5E5
}
.list-branch li .active h6 {
    color: #E52F42
}
.list-branch li a.active::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 3.75rem;
    left: -1.25rem;
    top: 50%;
    transform: translateY(-50%);
    background: #E52F42
}
.location-tel {
    margin: 7.188rem auto 0;
    max-width: 83.33334%
}
.location-tel li {
    padding: 1.875rem 0;
    border-bottom: 1px solid #e5e5e5
}
.location-tel li > * {
    padding: 1.25rem 0
}
.location-tel li:last-of-type {
    border-bottom: none
}
.location-tel li h5 {
    flex: 1;
    margin-left: auto;
    font-size: 1.75rem
}
.root_daum_roughmap .wrap_controllers, .root_daum_roughmap .cont {
    display: none !important
}
.root_daum_roughmap .wrap_btn_zoom {
    z-index: 10 !important
}
@media (min-width:1530px) {
    .map-wrap .location-info {
        width: 18.75rem;
        height: 18.75rem;
        left: 5.625rem;
        bottom: -9.375rem
    }
    .location-tel li {
        display: flex;
        align-items: flex-start
    }
    .location-tel .tel-dsc {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .map-wrap .location-info {
        position: absolute;
        width: 17rem;
        height: 17rem;
        left: 4rem;
        bottom: -9.375rem;
        padding: 2.5rem 1.875rem
    }
    .map-wrap .location-info h4 {
        margin-top: auto;
        font-size: 2rem
    }
    .location-dsc {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
        margin-left: auto
    }
    .location-dsc dl {
        display: -ms-flexbox;
        display: flex
    }
    .location-dsc dl dt {
        flex: 0 0 15%;
        margin-bottom: 0
    }
}
@media (max-width:767px) {
    #location_Tab {
        margin-top: 0
    }
    #location_Tab li {
        flex-basis: 50%;
    }
    #location_Tab li .nav-link {
        height: 50px;
        font-size: .8em;
        border-color: #e5e5e5
    }
    #location_Tab li:first-child {
        flex-basis: 100%
    }
    #location_Tab li .nav-link:hover, #location_Tab li .nav-link:disabled {
        color: var(--thm-primary);
        border-color: #e5e5e5
    }
    #location_Tab li .nav-link.active, #location_Tab li.nav-item.show .nav-link {
        color: var(--thm-primary);
        border-color: #e5e5e5
    }
    #overseas_Tab {
        margin-top: 0
    }
    #overseas_Tab li {
        flex-basis: 50%;
    }
    #overseas_Tab li .nav-link {
        height: 50px;
        font-size: .8em;
        border-color: #e5e5e5
    }
    #overseas_Tab li .nav-link:hover, #overseas_Tab li .nav-link:disabled {
        color: var(--thm-primary);
        border-color: #e5e5e5
    }
    #overseas_Tab li .nav-link.active, #overseas_Tab li.nav-item.show .nav-link {
        color: var(--thm-primary);
        border-color: #e5e5e5
    }
    .map-wrap .location-info {
        display: none;
    }
    .location-dsc {
        margin-top: 1rem;
    }
    .map .innermap .wrap_map {
        height: 100vw;
    }
    .map iframe {
        height: 100vw;
    }
}