.mobile_home_hub,
.mobile_account_shortcut {
    display: none;
}

@media (max-width: 767px) {
    body {
        background: #fff;
    }

    #hd {
        border: 0 !important;
        background: linear-gradient(135deg, #173b9f 0%, #2563eb 100%) !important;
        box-shadow: none !important;
    }

    #hd_wrapper {
        padding: 11px 0 16px !important;
        border: 0 !important;
        background: transparent !important;
    }

    #hd_wrapper > .inner_wrap {
        display: grid !important;
        grid-template-columns: 44px minmax(0, 1fr) 44px !important;
        grid-template-rows: 38px 46px !important;
        gap: 10px 8px !important;
        width: 100% !important;
        padding: 0 16px !important;
        box-sizing: border-box;
    }

    #hd_wrapper .mobile_gnb_open {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        grid-column: 1;
        grid-row: 1;
        align-self: center;
        justify-self: start;
        width: 36px !important;
        height: 36px !important;
    }

    #hd_wrapper .mobile_gnb_open span,
    #hd_wrapper .mobile_gnb_open span::before,
    #hd_wrapper .mobile_gnb_open span::after {
        background: #fff !important;
    }

    #hd_wrapper .hd_logo {
        grid-column: 2;
        grid-row: 1;
        align-self: center;
        justify-self: center;
        height: 38px !important;
        margin: 0 !important;
    }

    #hd_wrapper .hd_logo a {
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
    }

    #hd_wrapper .hd_logo img {
        width: 132px !important;
        max-height: 36px;
        object-fit: contain;
        filter: brightness(0) invert(1) !important;
    }

    .mobile_account_shortcut {
        display: flex;
        grid-column: 3;
        grid-row: 1;
        align-self: center;
        justify-self: end;
        width: 36px;
        height: 36px;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, .46);
        border-radius: 50%;
        color: #fff;
        font-size: 20px;
        text-decoration: none;
    }

    body #hd_wrapper .hd_sch_wr {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-self: stretch !important;
        width: 100% !important;
        height: 46px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 1px solid rgba(255, 255, 255, .30) !important;
        border-radius: 15px !important;
        background: rgba(255, 255, 255, .16) !important;
        box-shadow: none !important;
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        box-sizing: border-box;
    }

    body #hd_wrapper #hd_sch,
    body #hd_wrapper #hd_sch form,
    body #hd_wrapper #hd_sch #sch_stx,
    body #hd_wrapper #hd_sch #sch_submit {
        height: 44px !important;
    }

    body #hd_wrapper #hd_sch #sch_stx {
        padding-left: 46px !important;
        padding-right: 12px !important;
        color: #fff !important;
        background: transparent !important;
        font-size: 13px !important;
        line-height: 44px !important;
    }

    body #hd_wrapper #hd_sch #sch_stx::placeholder {
        color: rgba(255, 255, 255, .82) !important;
        opacity: 1;
    }

    body #hd_wrapper #hd_sch #sch_submit {
        top: 0 !important;
        left: 0 !important;
        display: flex !important;
        width: 44px !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
        border: 0 !important;
        color: #fff !important;
        background: transparent !important;
        line-height: 1 !important;
    }

    body #hd_wrapper #hd_sch #sch_submit::before {
        display: block !important;
        font-size: 18px !important;
        line-height: 1 !important;
        transform: none !important;
    }

    #gnb {
        height: 0 !important;
        min-height: 0 !important;
        border: 0 !important;
        background: transparent !important;
    }

    #gnb > .gnb_wrap {
        height: 0 !important;
        min-height: 0 !important;
        border: 0 !important;
    }

    #gnb #gnb_1dul {
        display: none !important;
    }

    .mobile_home_hub {
        position: relative;
        z-index: 2;
        display: block;
        width: calc(100% - 20px);
        margin: 0 auto 14px;
        padding: 19px 7px 17px;
        border: 1px solid #e7edf7;
        border-top: 0;
        border-radius: 0 0 22px 22px;
        background: #fff;
        box-shadow: 0 10px 28px rgba(15, 23, 42, .08);
        box-sizing: border-box;
    }

    .mobile_home_hub_grid {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 17px 2px;
    }

    .mobile_home_hub_grid a,
    .mobile_home_hub_grid button {
        display: flex;
        min-width: 0;
        min-height: 58px;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        gap: 8px;
        margin: 0;
        padding: 0 1px;
        border: 0;
        background: transparent;
        color: #26354c;
        font: inherit;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }

    .mobile_home_hub_grid i {
        display: flex;
        width: 34px;
        height: 32px;
        align-items: center;
        justify-content: center;
        color: #1d4ed8;
        font-size: 28px;
        font-weight: normal;
        line-height: 1;
    }

    .mobile_home_hub_grid span {
        overflow: hidden;
        max-width: 100%;
        color: #273449;
        font-size: 11px;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: -.04em;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #theme_marquee_wrap {
        display: none !important;
    }

    .slider_wr {
        width: calc(100% - 20px) !important;
        margin: 0 auto 12px !important;
        padding: 0 !important;
    }

    body .slider_wr .main-banner-swiper {
        padding: 10px 10px 32px !important;
    }

    .main-banner-swiper .slide_card {
        overflow: hidden;
        border-radius: 18px !important;
    }

    .main-banner-swiper .swiper-button-prev,
    .main-banner-swiper .swiper-button-next {
        display: none !important;
    }

    .main_section {
        padding-top: 26px !important;
        padding-bottom: 28px !important;
    }

    .main_section > .main_lat_hd,
    #main_new > .main_lat_hd {
        align-items: flex-start !important;
        margin-top: 0 !important;
        margin-bottom: 18px !important;
        text-align: left !important;
    }

    .main_section > .main_lat_hd h3 {
        justify-content: flex-start !important;
        font-size: 21px !important;
        line-height: 1.25 !important;
        text-align: left !important;
    }

    .main_section > .main_lat_hd span {
        font-size: 12px !important;
        line-height: 1.5 !important;
        text-align: left !important;
    }

    #mobile_quick_nav {
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: calc(66px + env(safe-area-inset-bottom)) !important;
        padding-bottom: env(safe-area-inset-bottom);
        border-width: 1px 0 0 !important;
        border-radius: 0 !important;
        box-shadow: 0 -5px 20px rgba(15, 23, 42, .10) !important;
        box-sizing: border-box;
    }

    #mobile_quick_nav a.on {
        color: #1d4ed8 !important;
    }

    #wrapper {
        padding-bottom: calc(72px + env(safe-area-inset-bottom)) !important;
    }
}
