
html,
body {
    overflow-x: hidden;
}


.body > .main {
    margin-top: 0 !important;
    padding-top: 0 !important;
}


.body > .main > .slider-container,
.body > .main > section:first-child {
    margin-top: 0 !important;
    top: auto !important;
}

.body > .main > section:first-child[style*="background-image"],
.section-tertiary[style*="background-image"] {
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

#header.header-semi-transparent-light .header-body {
    top: 0 !important;
    border-top: 0;
}

@media (min-width: 992px) {
    #header.header-narrow,
    #header.header-semi-transparent-light {
        min-height: 0 !important;
    }

    #header.header-semi-transparent-light .header-body {
        height: 76px !important;
        min-height: 76px !important;
        padding: 0 !important;
        background: rgba(255, 255, 255, 0.76) !important;
    }

    html:not(.sticky-header-active) #header.header-semi-transparent-light .header-body {
        transform: translate3d(0, 25px, 0) !important;
    }

    html.sticky-header-active #header.header-semi-transparent-light .header-body {
        transform: translate3d(0, 0, 0) !important;
    }

    #header .header-container {
        height: 76px !important;
        min-height: 76px !important;
    }

    #header .header-row {
        height: 76px !important;
    }

    #header .header-logo {
        position: relative;
        height: 76px !important;
        width: 170px !important;
        top: 0 !important;
    }

    #header .header-logo img.logo-small {
        position: absolute !important;
        top: 8px !important;
        left: 0 !important;
        width: 150px !important;
        max-width: 150px !important;
        height: auto !important;
        margin: 0 !important;
        transform: none !important;
        z-index: 3 !important;
    }

    #header .header-nav {
        min-height: 76px !important;
        height: 76px !important;
        align-items: center !important;
        transform: translateY(-12px) !important;
    }

    #header .header-nav-main,
    #header .header-nav-main nav,
    #header .header-nav-main nav > ul {
        height: 76px !important;
        min-height: 76px !important;
    }

    #header .header-nav-main nav > ul > li {
        height: 76px !important;
    }

    #header .header-nav-main nav > ul > li > a {
        height: 76px !important;
        line-height: 76px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-top: 0 !important;
    }

    #header.header-narrow .header-nav.header-nav-stripe nav > ul > li.dropdown > a.dropdown-toggle:after {
        top: 50% !important;
        height: auto !important;
        line-height: 1 !important;
        transform: translateY(-50%) !important;
    }
}


#header.header-narrow .header-logo img.logo-default {
    display: block !important;
    width: 324px !important;
    height: auto !important;
    margin: -37px -70px -102px 0 !important;
    position: relative !important;
    z-index: 2 !important;
    opacity: 1 !important;
}

html.sticky-header-active #header.header-narrow .header-logo img.logo-default {
    opacity: 0 !important;
    top: -90px !important;
}

#header .header-logo img.logo-small {
    width: 150px;
    height: auto;
    max-width: 150px;
}

html:not(.sticky-header-active) #header.header-narrow .header-logo img.logo-small {
    left: 50px !important;
    opacity: 0 !important;
    transform: translate3d(87px, 0, 0) !important;
    z-index: 1 !important;
}

html.sticky-header-active #header.header-narrow .header-logo img.logo-small {
    left: 0 !important;
    opacity: 1 !important;
    transform: none !important;
    z-index: 3 !important;
}

#header .header-nav-main nav > ul > li > a {
    white-space: nowrap;
}

@media (min-width: 992px) {
    #header .header-column:last-child,
    #header .header-column:last-child .header-row,
    #header .header-nav {
        width: 100%;
    }

    #header .header-nav {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    #header .header-nav-main {
        flex: 1 1 auto;
    }

    #header .header-nav-main nav > ul {
        display: flex;
        justify-content: flex-end;
        align-items: stretch;
        flex-wrap: nowrap;
    }

    #header .header-nav-main nav > ul > li > a {
        padding-left: 9px;
        padding-right: 9px;
    }
}

@media (max-width: 991px) {
    #header .header-body {
        position: absolute !important;
    }

    #header .header-container {
        min-height: 76px;
    }

    .body > .main > section:first-child[style*="background-image"],
    .section-tertiary[style*="background-image"] {
        min-height: 246px;
    }
}


.bit-static-map {
    min-height: 360px;
    background: linear-gradient(135deg, rgba(207, 169, 104, 0.14), rgba(37, 44, 55, 0.08)), url('../img/company/company-header.jpg') center/cover;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #333;
}

.bit-static-map > div {
    background: rgba(255, 255, 255, 0.92);
    padding: 22px 28px;
    max-width: 520px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

html .btn-primary,
html .btn-primary:hover,
html .btn-primary:focus {
    border-color: #cfa968;
    background-color: #cfa968;
}

#community .col-md-4 {
    min-height: 150px;
}

.bit-directions-map-section {
    margin-top: 0;
}

.static-map {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    background: #e5e5e5;
    border: 1px solid #ddd;
}

.static-map::before {
    content: "지도를 불러오는 중입니다";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777;
    background: linear-gradient(135deg, #f3f3f3, #d9d9d9);
}

.static-map.is-loaded::before {
    display: none;
}

.static-map-marker {
    position: absolute;
    width: 34px;
    height: 34px;
    margin: -34px 0 0 -17px;
    padding: 0;
    border: 3px solid #fff;
    border-radius: 50% 50% 50% 0;
    background: #cfa968;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.28);
    cursor: pointer;
    transform: rotate(-45deg);
}

.static-map-marker::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
}

.static-map-marker:focus {
    outline: 2px solid #222;
    outline-offset: 3px;
}

div.static-google-map,
gmp-map.static-google-map {
    display: block;
    width: 100%;
    min-height: 420px;
}

.static-google-map iframe {
    display: block;
    width: 100%;
    height: 450px;
    min-height: 420px;
    border: 0;
}

.static-map-open {
    margin: -18px 0 30px;
    text-align: right;
}

.static-map-open a {
    color: #8a6a31;
    font-weight: 600;
}

.static-map-info {
    min-width: 230px;
    color: #333;
    font-size: 13px;
    line-height: 1.55;
}

.static-map-info strong {
    color: #222;
    font-size: 14px;
}
