/* 레이아웃 CSS */

#header {
    position: sticky;
    top: 0px;
}

.topbar {
    padding: 12px 0;
    background-color: #edf1f5;
    width: 100%;
}

.topbar_detail {
    display: flex;
    justify-content: space-between;
    margin: auto;
    max-width: 1400px;
}


ul.header_gnb_ul2.left {
    display: flex;
    gap: 12px;
}

ul.header_gnb_ul2.left a {
    line-height: 20px;
}

span.cc_total_cnt.font-B {
    margin-left: unset;
    margin-right: 8px;
}

ul.header_gnb_ul2.right {
    display: flex;
    gap: 12px;
}

#rb-theme-fab {
    font-size: 14px;
}

@media all and (max-width:1024px) {
    .gnb_wrap .inner {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .topbar {
        padding: 12px 20px;
    }

    ul.header_gnb_ul2.left {
        width: 100%;
        justify-content: space-between;
    }

    ul.header_gnb_ul2.right {
        display: none;
    }
}