#header {
    display: none;
}

#container {
    position: relative;
    margin-top: 0px;
}
.mypage-button:before {
 content: "¸¶ÀÌÆäÀÌÁö";
}
.login-button:before {
 content: "·Î±×ÀÎ";
}
.page_title {
    margin-top: 24px;
}

a {
    text-decoration: none;
}

.gnb_sticky {
    width: 100vw;
    background: #E96917;
position: sticky;
    top: 0;
    z-index: 100;
    margin: 0 auto;
}

#gnb_search_input_button {
    width: 32px;
    height: 32px;
    background-color: white;
}

.mobile_search_header {
    display: none;
}

.gnb_sticky_layout {
    /*     width: 100%; */
    max-width: 1280px;
    display: flex;
    height: 60px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #E96917;
    position: sticky;
    top: 0;
    z-index: 100;
    margin: 0 auto;
}

.bar {
    width: 1px;
    height: 10px;
    background: rgba(255, 255, 255, 0.60);
    margin: 0 8px;
}

.gnb_sticky_logo {
    margin: 15px 0;
    height: 30px;
}

.gnb_auth {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin: 18px 0;
    cursor: pointer;
}

.gnb_auth_link {
    display: flex;
    align-items: center;

}

.gnb_auth_text_login {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #FFF;
    padding-left: 2px;
}

.gnb_search_bar_layout {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: var(--Color-White, #FFF);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.20);
    z-index: 801;
}

.gnb_search_bar {
    width: 100%;
    max-width: 736px;
    display: none;
    padding: 20px 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.gnb_search_input {
    display: flex;
    width: 100%;
    align-items: center;
    border-radius: 100px;
    /*     height: 52px; */
    max-width: 626px;
    padding: 10px 24px 10px 32px;
    border: 1px solid #E96917;
    background: var(--Color-White, #FFF);
}

.gnb_search_input_style {
    all: unset;
    outline: none;
    display: flex;
    margin-right: 12px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    width: 100%;
    color: var(--Color-Black, #222);
}

.gnb_search_input_button {
    padding: 0;
    border-style: none;
    cursor: pointer;
    height: 32px;
}

.search_close {
    color: #E96917;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    margin-left: 20px;
    cursor: pointer;
}


@media screen and (min-width: 690px) and (max-width: 985px) {
    .mobile_search_header {
        display: none;
    }

    .gnb_sticky_layout {

        padding: 0px 36px;
    }

    .gnb_search_bar {
        padding: 20px 36px;
        max-width: none;
    }

    .gnb_search_input_style {
        margin: 0;
        width: 100%;
        font-size: 16px;
    }

    .gnb_search_input_button {
        padding: 0;
        height: 32px;
    }

    .gnb_search_input {
        padding: 8px 18px 8px 32px;
        min-width: 564px;
    }
}


@media screen and (max-width: 689px) {
    .gnb_sticky_layout {

        padding: 0px 20px;
    }

    .gnb_search_bar {
        padding: 16px;
    }

    .gnb_search_input {
        padding: 8px 16px 8px 20px;
    }


    .gnb_search_bar {
        height: 100vh;
        align-items: baseline;
    }

    .search_close {
        display: none;
    }

    .gnb_search_input_style {
        font-family: "Noto Sans KR";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin: 0;
    }

    .gnb_search_input_button {
        width: 24px;
        height: 24px;
    }

    #gnb_search_input_button {
        width: 24px;
        height: 24px;
    background-color: white;
    }


    .mobile_search_header {
        display: none;
        width: 100%;
        height: 48px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border-bottom: 1px solid var(--Color-Grey20, #EAEAEA);
        background: #E96917;
    }

    .mobile_search_header_text {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: -0.09px;
        color: white
    }

    .mobile_search_header_close {
        position: absolute;
        right: 0;
        margin-right: 16px;
        cursor: pointer;
    }
  .page_title {
    margin-top: 54px;
}
.no-scroll {
    overflow: hidden;
    position: fixed !important;
    height: 100%;
}

    
}